.header__on:after {
    transform: translateY(0);
}
.header__on .logo img:nth-child(1) {
    opacity: 0;
}
.header__on .logo img:nth-child(2) {
    opacity: 1;
}
.header__on nav a {
    color: rgba(49, 49, 49, 1);
}
.header__on .other .login {
    color: rgba(49, 49, 49, 1);
}
.header__on .other .line {
    background: rgba(0,0,0,0.15);
}
.header__on .other .menu {
    filter: brightness(0.1);
}
.header__on .other p {
    color: rgba(49, 49, 49, 1);
}
.section{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.section .warp{
    width: 1500px;
    margin: 203px auto 0;
}
.section .warp .title{
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2B2B2B;
    margin: 0 0 100px 0;
    text-align: center;
}
.section .warp .content .choose{
    display: flex;
    align-items: center;
}
.section .warp .content .choose .border{
    width: 290px;
    border-bottom: 1px solid rgba(239, 239, 239, 1);
    padding: 0 0 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 50px 0 0;
    cursor: pointer;
}
.section .warp .content .choose .border .text{
    display: flex;
    align-items: center;
    min-height: 21px;
}
.section .warp .content .choose .border .text p{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8C8C8C;
}
.section .warp .content .choose .border .text h1{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2B2B2B;
    margin: 0 0 0 18px;
}
.section .warp .content .choose .border .iconfont{
    font-size: 13px;
    color: rgba(43, 43, 43, 1);
    transform: rotate(-90deg);
}
.section .warp .content .joke{
    margin: 55px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.section .warp .content .joke .item{
    width: 480px;
    margin: 0 30px 50px 0;
    position: relative;
}
.section .warp .content .joke .item:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: rgba(131, 68, 58, 1);
    transition: 0.6s;
}
.section .warp .content .joke .item:hover:after{
    width: 100%;
    left: 0;
}
.section .warp .content .joke .item:nth-child(3n){
    margin: 0 0 50px 0;
}
.section .warp .content .joke .item .picture{
    width: 100%;
    height: 352px;
    overflow: hidden;
    margin: 0 0 30px 0;
    display: block;
    position: relative;
}
.section .warp .content .joke .item .picture img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .content .joke .item .picture img:hover{
    transform: scale(1.1);
}
.section .warp .content .joke .item .text{
    margin: 30px 0 0 0;
    padding: 0 0 18px 0;
}
.section .warp .content .joke .item .text .headline{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
}
.section .warp .content .joke .item .text .address{
    margin: 14px 0 0 0;
    display: flex;
    align-items: center;
}
.section .warp .content .joke .item .text .address .iconfont{
    color: rgba(173, 173, 173, 1);
    font-size: 14px;
    margin: 0 9px 0 0;
}
.section .warp .content .joke .item .text .address p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8C8C8C;
}
.section .warp .content .common_paging{
    margin: 85px 0;
}
.section .warp .content .joke .item .picture .ewm {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    /*display: none;*/
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    transform: translateY(-100%);
}
.section .warp .content .joke .item .picture .ewm img {
    opacity: 0;
    transition: 0.6s;
}
.section .warp .content .joke .item .picture:hover .ewm {
    transform: translateY(0);
}
.section .warp .content .joke .item .picture:hover  .ewm img {
    opacity: 1;
}
@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {
    .section .warp{
        width: 85%;
    }
    .section .warp .content .joke .item{
        width: 31%;
    }
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1366px) {

}
@media screen and (max-width: 1025px) {
    .section .warp{
        width: 95%;
        margin: 114px auto 0;
    }
    .section .warp .title{
        font-size: 28px;
        margin: 0 0 28px 0;
    }
    .section .warp .content .joke{
        justify-content: space-between;
        margin: 38px 0 0 0;
    }
    .section .warp .content .joke .item{
        width: 49%;
        margin: 0 0 5% 0!important;
    }
    .section .warp .content .joke .item .picture{
        height: auto;
        margin: 0 0 8px 0;
    }
    .section .warp .content .joke .item .text {
        margin: 10px 0 0 0;
        padding: 0 0 18px 0;
    }
    .section .warp .content .common_paging {
        margin: 14px 0;
    }
}
