.section{
    overflow: unset!important;
    /* padding:  160px 0 0 0; */
    position: relative;
    z-index: 1;
}
.common_bread{
    position: relative;
    z-index: 5;
}
.section .back{
    position: absolute;
    width: 100%;
    height: calc(100% + 93px);
    top: -93px;
    left: 0;
    z-index: -1;
}
.section .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1920px) {
    .section .wrap{
        justify-content: unset;
    }
}
.section .wrap .images{
    display: flex;
    height: 335px;
    margin: 0 113px 0 0;
}
.section .wrap .images img{
    max-height: 100%;
}
.section .wrap .images div:first-child{
    width: 259px;
    height: 100%;
    margin: 0 32px 0 0;
}
.section .wrap .images div:last-child{
    width: 497px;
    height: 100%;
}
.section .wrap .text .title{
    font-size: 26px;
    font-family: 'Source Han Sans';
    font-weight: normal;
    color: #CAA672;
}
.section .wrap .text .english{
    font-size: 16px;
    font-family: 'Source Han Sans';
    font-weight: normal;
    color: #262626;
}
.section .wrap .text .line{
    width: 200px;
    height: 1px;
    background: #E8E8E8;
    margin: 44px 0 50px 0;
}
.section .wrap .text .line div {
    width: 80px;
    height: 1px;
    background: #CAA672;
}
.section .wrap .text .pick{
    width: 844px;
    font-size: 16px;
    color: #222222;
    line-height: 38px;
    font-family: 'Source Han Sans';
}
.section2 .wrap{
    margin: 60px auto 80px;
    display: flex;
    justify-content: center;
}
.section2 .wrap .item{
    width: 200px;
    height: 380px;
    background: #F7F1E9;
    position: relative;
    z-index: 1;
    padding: 0 0 0 125px;
    cursor: pointer;
    transition: 0.7s;
}

.section2 .wrap .item.on {
    width: 798px;
}

.section2 .wrap .item .back{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.6s;
}
.section2 .wrap .item.on .back{
    opacity: 0.5;
}
.section2 .wrap .item .num{
    font-size: 50px;
    font-family: 'Source Han Sans';
    font-weight: bold;
    font-style: italic;
    color: #CAA672;
    line-height: 50px;
    margin: -26px 0 10px 0;
    transform: translateX(-90px);
}
.section2 .wrap .item .position{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 27px;
    position: absolute;
    left: 47px;
    bottom: 38px;
    z-index: 4;
    writing-mode: vertical-rl;
    transition: 0.6s;
    font-family: 'Source Han Sans';
    letter-spacing: 2px;
}
.section2 .wrap .item.on .position{
    opacity: 0;
}
.section2 .wrap .item .joke .up{
    opacity: 0;
    transition: 1s;
}
.section2 .wrap .item.on .joke .up{
    opacity: 1;
    transition-delay: 0.5s;
}
.section2 .wrap .item .joke .headline{
    font-size: 20px;
    color: #141414;
    line-height: 40px;
    white-space: nowrap;
}
.section2 .wrap .item .joke .text{
    font-size: 14px;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    white-space: nowrap;
}
.section2 .wrap .item .joke .text p span{
    font-size: 18px;
    position: relative;
    top: 0px;
}

@media screen and (max-width: 1600px) {
    .section .wrap .text .pick{
        width: 100%;
    }
    .section .wrap .images{
        margin: 0 64px 0 0;
    }
    .section .wrap .text .line{
        margin: 44px 0 29px 0;
    }
    .section2 .wrap{
        max-width: 70%;
    }
}