.wrap1 {
    width: 100%;
    position: relative;
    background: url(../review/2022/imgs/bg2.png) no-repeat center;
    background-size: cover;
    height: 1280px;
    margin-top: 110px;
    text-align: center;
    padding: 0 0 50px 0;
}

.wrap1En {
    height: 1430px;
}

.safewidth {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #333;
    letter-spacing: 2px;
    position: relative;
    top: 80px;
}

.title h2 {
    font-size: 34px;
    text-align: center;
    color: #fff;
}

.titleEn {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    background: #333;
    letter-spacing: 2px;
    position: relative;
    top: 80px;
}

.titleEn h2 {
    font-size: 34px;
    text-align: center;
    color: #fff;
}

.bck {
    width: 1000px;
    margin: 0 auto;
    border: solid 4px #ffd900;
    border-radius: 5%;
    padding: 80px 20px 0;
}

.bck .line {
    width: 150px;
    border-bottom: solid 4px #ffd900;
}

.bck p {
    font-size: 16px;
    color: #fff;
    padding: 20px 0;
    text-align: justify;
    line-height: 2;
}

.bck h3 {
    font-size: 36px;
    font-weight: bold;
    color: #ffd900;
    padding: 50px 0;
}

.bck img {
    width: 500px;
    height: auto;
}

.Entitle {
    width: 298px;
}

@media screen and (max-width:768px) {
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
    .wrap1 {
        background: url(../review/2022/imgs/mbg2.png) no-repeat center;
        background-size: cover;
        height: auto;
        margin-top: 50px;
        padding: 30px 0;
    }
    .title {
        top: 0;
    }
    .bck {
        width: 100%;
        padding: 20px 0 0 0;
        border: none;
    }
    .bck p {
        padding: 10px 0;
        font-size: 14px;
        line-height: 24px;
    }
    .bck h3 {
        font-size: 26px;
        padding: 20px 0;
    }
    .bck img {
        width: 100%;
    }
}