body{
    background-color: #1b2838!important;
}

.achievement_content {
    display: flex;
    width: 100%;
    justify-content: center
}

.achievement_content-back {
    background-image: url('../../img/achievement_header.png');
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
}

.achievement_content-back-div1 {
    justify-content: space-between;
    padding: 20px 25px 0 25px;
    display: flex;
    max-width: 1000px;
    flex: 1;
}

.achievement_content-back-div3 {
    font-weight: normal;
    margin: 0;
    font-size: 26px;
    color: #67c1f5;
}

.achievement_content-back-div4 {
    font-weight: normal;
    font-size: 26px;
    color: #C6D4DF;
}
.achievement_content-back-gameLogo{
    width: 184px;
    height: 69px;
    border: 0;
    padding: 4px;
    margin: 0;
    background: rgba(0, 0, 0, 0.5);
}

.achievement_content-back-gameLogo img{
    width: 176px;
    height: 61px;
}

.achievement_content-class{
    background: rgba(0, 0, 0, 0.4);max-width: 949px;
    flex: 1
}
.achievement_content-class-0{
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    color: #adaaaa;
    font-size: 14px;
    flex: 1;
}

.achievement_content-class-0 span{
    color: whitesmoke;
}

.achievement_content-class-1{
    display: flex;padding: 10px;
    align-items: center;
}

.achievement_content-class-1 img{
    width: 64px;
    height: 64px;
}

.achievement_content-c{
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    background: #17435c;
    width: 50%;
}

.achievement_content-text{
    position: relative;
    min-height: 60px;
    border: 1px solid #17435c;
    overflow: hidden;
    width: 100%;
    z-index: 10;
    padding: 17px 6px 6px 6px;
}

.achievement_content-text-1{
    font-weight: normal;
    font-size: 17px;
    color: #C6D4DF;
    display: flex;
    justify-content: space-between;
}

.achievement_content-text-2{
    font-weight: normal;
    font-size: 12px;
    color: #8F98A0;
}

.achievement_content-text-3{
    color: #66C0F4;
    font-size: 13px;
    margin-top: 10px;
}


@media (max-width: 600px) {

    .achievement_content-back-gameLogo{
        display: none;
    }
}