.wrap{
    background: #181325 url(https://xfkj-vapp-pro.oss-cn-shanghai.aliyuncs.com/xinfu/all_bg.jpg) no-repeat;
    background-size: cover;
    // min-width: 1140px;
}
body,html{
    // background:#181325;
    margin:0;
    padding:0;
}

.tabs{
    padding-top: 120px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabs .item{
    font-family: AlibabaPuHuiTi_2_55_Regular;
    cursor: pointer;
    position: relative;
    margin-left: 100px;
    font-size: 48px;
    color: #999999;
    line-height: 67px;
}
.tabs .item:first-child{
    margin-left: 0;
}
.tabs .item:first-child::after{
    content: '|';
    position: absolute;
    right:-51px;
    top:0;
    color:#fff;
}
.tabs .active{
    color: #FFFFFF;
}
.box{
    color:#fff;
}
.m1{
    margin-bottom: 140px;
    display: flex;
    justify-content: center;
}
.m1 img{
    width: 100%;
    max-width: 1520px;
    
}
.m2{
    margin-bottom: 200px;
    display: flex;
    justify-content: center;
}
.m2 img{ 
    width: 100%;
    max-width: 1800px;
}
.pb{
    padding:0 40px;
}
.m3 h2{
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 84px;
    text-align: center;
}
.p_live{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding:0 20px;
}
.p_live .video{
    position: relative;
    margin-left: 2%;
    padding:20px;
    width: 30%;
    height: 60vh;
    min-height:742px ;
}
.p_live .video:first-child{
    margin-left: 0;
}

.p_live .video video{
    border-radius: 40px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border:10px solid #fff;
}
.p_code{
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}
.p_code .c1{
    // margin-left: 300px;
}
.p_code .c1:first-child{
    margin-left: 0;
}
.p_code img{
    display: block;
    margin:0 auto 26px;
    width: 212px;
}
.p_code p{
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
}
.p_code.en p{
    font-size:24px;
}

.tips{
    font-family: AlibabaPuHuiTi_2_55_Regular;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin:90px 0 120px;
}
.list {
    max-width: 1820px;
    margin:0 auto ;
}
.list .imgs{
    margin:0 40px 34px;
    display: flex;
    justify-content: center;
}
.list .imgs .pic{
    margin-left: 34px;
    width: 100%;
    max-width: 912px;
    cursor: pointer;
}
.list .imgs img:first-child{
    margin-left: 0;
}
.en .m3 h2{
    font-size:48px;
}
@media(max-width: 1250px){
    .m1,.m2{
        margin-bottom: 80px;
    }
    .p_live .video{
        margin-left: 10px;
    }
    .p_code{
        margin-top: 80px;
    }
    .p_code p{
        font-size:24px;
    }
}
@media(max-width: 768px){
    .content{
        padding-top: 1rem;
    }
    .wrap{
        min-width: auto;
    }
    .tabs{
        padding-top: .2rem;
        padding-bottom: 0.6rem;
        
    }
    .tabs .item{
        margin-left: 1rem;
        font-size: 0.36rem;
        line-height: 0.36rem;
    }
    .tabs .item:first-child::after{
        right:-0.51rem;
    }
    .m1,.m2{
        margin:0 0.2rem 0.5rem;
    }
    .pb{
        padding:0 ;
    }
    .m3 h2{
        font-size: 0.36rem;
        line-height: 0.36rem;
        margin-top: 0.4rem;
    }
    .p_live{
        margin:0.5rem 0.2rem;
        display: block;
        min-width: auto;
        padding:0;
    }
    .p_live .video{
        display: flex;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: auto;
        margin-left: 0;
    }
    .p_live .video video{
        border-radius:.4rem;
        width: 6.3rem;
        height: 13.4rem;
        border:0.1rem solid #fff;
    }
    .p_code{
        margin:0.9rem 0.2rem;
        display: block;
    }
    .p_code .c1{
        margin-bottom: 0.5rem;
    }
    .p_code img{
        width: 2.12rem;
        margin-bottom: 0.26rem;
    }
    .p_code p{
        font-size: 0.32rem;
        line-height: 0.45rem;
        text-align: center;
    }
    .p_code.en p{
        font-size:.24rem;
    }
    .tips{
        margin:0.5rem 0.2rem;
        font-size: 0.32rem;
        line-height: 0.45rem;
    }
    .list .imgs{
        margin:0 .4rem;
        display: block;
    }
    .list .imgs .pic{
        margin:0 0 0.34rem;
    }
    .en .m3 h2{
        font-size: .32rem;
        line-height: .6rem;
        padding:0 .2rem;
    }
}

