.alertFloating .center .contentDetail,
.alertFloating .center .left,
.alertFloating .center .left .imgbox img{
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;
}
.alertFloating{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(60,60,60,.9);
}
.alertFloating .shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
}
.alertFloating .center{
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    background: #FFFFFF;
    max-width: 100%;
    /* padding: 2.6%; */
    width: 83%;
    width: 666px;
    border-radius: 15px;
}
.alertFloating .center .content{
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.alertFloating .center .btn1.swiper-button-prev:before,
.alertFloating .center .btn1.swiper-button-next:before{
    display: none;
}

.alertFloating .center .btn1.swiper-button-next,
.alertFloating .center .btn1.swiper-button-prev{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid #E7E7E7;
    margin: 0;
    background-size: 11px 20px !important;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;
    top: auto;
    bottom: calc(50/1920*100vw);
    display: none;
}
.alertFloating .center .btn1.swiper-button-prev{
    background: url(../images/cjt1.png) no-repeat center;
    right: calc(135/1920*100vw);
    left: auto;
}
.alertFloating .center .btn1.swiper-button-next{
    background: url(../images/cjt.png) no-repeat center;
    right: calc(65/1920*100vw);
    left: auto;
}
.alertFloating .center .btn1.swiper-button-next:hover{
    background: #014099 url(../images/sjt_rh.png) no-repeat center;
}
.alertFloating .center .btn1.swiper-button-prev:hover{
    background: #014099 url(../images/sjt_lh.png) no-repeat center;
}
.alertFloating .center .btn1.swiper-button-next.swiper-button-disabled,
.alertFloating .center .btn1.swiper-button-prev.swiper-button-disabled{
    opacity: .35;
}

.alertFloating .center .left .imgbox i:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.alertFloating .center .left .imgbox i{
    position: absolute;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    top: 50%;
    margin-top: 0;
    transform: translate(0, -50%);
    /* left: 0; */
    z-index: 4;
}
.alertFloating .center .left .imgbox i:hover{
    /*    background: linear-gradient(86deg, #00A0E9 0%, rgba(0,197,59,0.89) 100%);*/
    background: #014099;
    border: 1px solid #014099;
}
.alertFloating .center .left .imgbox i.leftBtn{
    left: 20px;
}
.alertFloating .center .left .imgbox i.rightBtn{
    right: 20px;
}
.alertFloating .center .left .imgbox i.leftBtn:after{
    background: url(../images/sjt_lh.png) no-repeat center center;
    background-size: 11px 19px;
}
.alertFloating .center .left .imgbox i.rightBtn:after{
    background: url(../images/sjt_rh.png) no-repeat center center;
    background-size: 11px 19px;
}
.alertFloating .center .left .imgbox i:hover.leftBtn:after {
    background: url(../images/sjt_lh.png) no-repeat center center;
    background-size: 11px 19px;
}
.alertFloating .center .left .imgbox i:hover.rightBtn:after {
    background: url(../images/sjt_rh.png) no-repeat center center;
    background-size: 11px 19px;
}
.alertFloating .center .close{
    position: absolute;
    width: calc(57/1920*100vw);
    height: calc(57/1920*100vw);
    z-index: 5;
    right: 0;
    top: -70px;
    background: url("../images/close12.png") no-repeat center;
    background-size: 21px 21px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s 0s, visibility 0s .3s;
    -moz-transition: -moz-transform .3s 0s, visibility 0s .3s;
    transition: transform .3s 0s, visibility 0s .3s;
}
.current.alertFloating .center .contentDetail{
    position: relative;
    zoom: 1;
    overflow: hidden;
    /* padding:10px; */
    padding-bottom: calc(25/1920*100vw);
    margin-left: calc(25/1920*100vw);
    margin-top: calc(25/1920*100vw);
    margin-right: calc(25/1920*100vw);
}
.alertFloating .center .left{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 5;
    float: left;
    height: calc(424/1920*100vw);
    width: 100%;
}
.alertFloating .center .left .swiper-container{
    height: 100%;
}
.alertFloating .center .left .swiper-wrapper{
    height: 100%;
}
.alertFloating .center .left .swiper-slide{
    height: 100%;
    overflow: hidden;
}
.alertFloating .center .swiper-slide-active .left .imgbox{
    opacity:1;
    transform: translateX(0px);
}
.alertFloating .center .left .imgbox{
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -ms-transition:all 0.2s;
    transition:all 0.2s;
    transform: translateX(-50px);
    opacity: 0;
    height: 100%;
}

.alertFloating .center .left .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.alertFloating .center .left .lists{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.alertFloating .center .left .imgbox video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alertFloating .center .left .imgbox .lists *{
    display: none;
}

/*.alertFloating .center .left .imgbox .list *:nth-child(1){

}*/
.alertFloating .center .left .imgbox .lists *.active{
    display: block;
}
.alertFloating .title{
    font-size: calc(40/1920*100vw);
    font-family: "OPPOSans-M";
    font-weight: 500;
    color: #014099;
    line-height: 1.3;
    padding-top: calc(50/1920*100vw);
}
.alertFloating .center .right{
    position: absolute;
    z-index: 4;
    width: calc(615/1920*100vw);
    right: 0;
    top: 0;
}
.alertFloating .center .right .dec{
    font-weight: 400;
    font-size: 18px;
    color: #393939;
    line-height: 36px;
    overflow: auto;
    height: calc(340/1920*100vw);
    padding-right: calc(25/1920*100vw);
    padding-top: calc(30/1920*100vw);
}
.alertFloating .center .right .dec::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
.alertFloating .center .right .dec::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #014099
}
.alertFloating .center .right .dec::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ddd;
}


@keyframes cd-slide-in {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
        -moz-transform: translate3d(-40px, 0, 0);
        -ms-transform: translate3d(-40px, 0, 0);
        -o-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.alertFloating .center .right{
    /* opacity: 0; */
}
.alertFloating.current .center{
    width: 83%;
}

.current.alertFloating .center .left{
    width: calc(868/1920*100vw);
    overflow: hidden;
    height: calc(595/1920*100vw);
}
.current.alertFloating .center .close{
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .3s 0s, visibility 0s 0s;
    transition: transform .3s 0s, visibility 0s 0s;
    transition-delay: .6s;
}
.alertFloating{
    display: none;
}

.current.alertFloating .center .right {

}
.alertFloating .center .right .title{
    transform: translate(-40px , 0);
    opacity: 0;
}
.alertFloating .center .right .dec{
    transform: translate(-40px , 0);
    opacity: 0;
}
.current.alertFloating .center .right .title{
    transition-delay: .7s;
    transform: translate(0px , 0);
    opacity: 1;
}
.current.alertFloating .center .right .dec{
    transition-delay: .8s;
    transform: translate(0px , 0);
    opacity: 1;
}
.current.alertFloating .center .right .dec img{
    width: 100% !important;
    height: auto !important;
}
.current.alertFloating .center .right .dec p{
    line-height: 1.6;
}
.current.alertFloating .center .btn1.swiper-button-next{
    display: block;
}
.current.alertFloating .center .btn1.swiper-button-prev{
    /*background: url(../images/shanghover.png) no-repeat left center;*/
    display: block;
}

.alertFloating .center .btn2.swiper-button-next{
    left: calc(100% - 656px);
    right: auto;
    display: none;
}
.alertFloating .center .btn2.swiper-button-prev{
    left: 0;
    z-index: 55;
    display: none;
}
.current.alertFloating .center .btn2.swiper-button-next{
}
.current.alertFloating .center .btn2.swiper-button-prev{

}

.alertFloating .center {
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    -o-transition: all .8s cubic-bezier(.77,0,.175,1);
    -moz-transition: all .8s cubic-bezier(.77,0,.175,1);
    -ms-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
}

.alertFloating .center .left,
.alertFloating .center .left .imgbox img{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width:1701px) and (max-width:1800px){
    .alertFloating .center .btn1.swiper-button-prev{
        right: calc(140/1920*100vw);
    }
}

@media (min-width:1601px) and (max-width:1700px){
    .alertFloating .center .btn1.swiper-button-prev{
        right: calc(150/1920*100vw);
    }
    .alertFloating .center .close{
        background-size: 20px 20px;
        top: -65px;
    }
}

@media (min-width:1501px) and (max-width:1600px){
    .alertFloating .center .right .dec{
        font-size: 17px;
    }
    .alertFloating .center .btn1.swiper-button-prev{
        right: calc(155/1920*100vw);
    }
    .alertFloating .center .close{
        background-size: 19px 19px;
        top: -60px;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .alertFloating .center .right .dec{
        font-size: 17px;
    }
    .alertFloating .center .btn1.swiper-button-prev{
        right: calc(160/1920*100vw);
    }
    .alertFloating .center .close{
        background-size: 18px 18px;
        top: -55px;
    }
}

@media (min-width:1280px) and (max-width:1400px){
    .alertFloating .center .right .dec{
        font-size: 16px;
    }
    .alertFloating .center .btn1.swiper-button-prev{
        right: calc(170/1920*100vw);
    }
    .alertFloating .center .close{
        background-size: 17px 17px;
        top: -50px;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .alertFloating .center .right .dec{
        font-size: 16px;
    }
    .alertFloating .center .btn1.swiper-button-prev{
        right: calc(175/1920*100vw);
    }
    .alertFloating .center .close{
        background-size: 15px 15px;
        top: -45px;
    }
}

@media screen and (max-width: 1199px){
    .alertFloating .center, .alertFloating.current .center {
        width: 90%;
    }
    .current.alertFloating .center .btn1.swiper-button-prev {
        right: auto;
        left: 20px;
    }
    .alertFloating .center .btn1.swiper-button-next{
        right: 20px;
    }
    .current.alertFloating .center .btn2.swiper-button-next{
        left: 44%;
    }
    .alertFloating .center .close {
        top: -50px;
        width: 40px;
        height: 40px;
        background-size: 18px 18px;
    }
    .current.alertFloating .center .left {
        width: 50%;
    }
    .alertFloating .center .right{
        width: 100%;
        position: static;
        padding-top: 25px;
        padding-left: 0;
    }
    .alertFloating .center .right .title {
        font-size: 30px;
        padding-top: 0;
    }
    .alertFloating .center .right .dec{
        font-size: 16px;
        line-height: 30px;
        height: 25vw;
        margin-bottom: 50px;
    }
    .alertFloating .center .right .dec *{
        font-size: inherit !important;
        line-height: inherit !important;
    }
    .alertFloating .center .swiper-slide{
        padding: 0px;
    }
    .current.alertFloating .center .left{
        width: 100%;
        height: 30vh;
        position: relative;
        float: none;
    }
    .current.alertFloating .center .contentDetail{
        padding: 0;
        margin: 25px;
    }
}
@media screen and (max-width: 820px){
    .alertFloating .center .right .title{
        font-size: 26px;
    }
    .alertFloating .center .right .dec{
        height: 30vw;
    }
}
@media screen and (max-width: 768px){
    .alertFloating .center .right .title{
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
    .alertFloating .center .right .title{
        font-size: 20px;
    }
    .alertFloating .center .right .dec{
        font-size: 14px;
        line-height: 25px;
    }
    .alertFloating .center .left .imgbox i{
        width: 40px;
        height: 40px;
    }
    .alertFloating .center .left .imgbox i.rightBtn:after{
        background-size: 9px 16px;
    }
}