.mll img{
    display: block;
    width: 100%;
}
.kv{
    position: relative;
}

.mobi{
display: none;
}
.play{
    position: absolute;
    width: 7.968vw;
    height: 7.968vw;
    transform: translateX(-50%);
    left: 50%;
    background: url(/mll/assets/img/pc/play.png) no-repeat 0 0;
    background-size: 100% 100%;
    z-index: 1;
    top: 18.38vw;
}
.play:hover{
    background-image: url(/mll/assets/img/pc/play-hover.png);
}

.banner{
    position: relative;
    width: 75.1%;
    margin: 0 auto;
}

.banner a{
    position: absolute;
    width: 9.375vw;
    height: 2.86vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9vw;
    background-color: #fce503;
	border-radius:4px;
    /* top:80% */
}
.banner a:hover{
    background-color: #27509b;
    color: #fff;
}

.pc .banner .a1{
    left: 54.09%;
}

.pc .banner .a2{
    left: 68.1%;
}
.pc .banner .a3{
    left: 82.3%;
}

.pc .banner02 a{
    top: 82%;
}

.pc .banner03 a{
    top: 77%;
}

.pc .banner04 a{
    top: 74%;
}

.pc .banner05 a{
    top: 75.5%;
}

.pc .banner07 a{
    top: 79%;
}
.pc .banner07 .a1{
    left: 11.5%;
}

.pc .banner07 .a2{
    left: 34.2%;
}

.pc .banner07 .a3{
    left: 56.7%;
}

.pc .banner07 .a4{
    left: 79.2%;
}

.pc .kv img{
    height: 57.55vw;
}

.video-wrapper{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.video-container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 700px;
}

.video-container video{
    width: 100%;
}
.video-close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -44px;
    right: 0px;
    background: url(/assets/images/close.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.mobi .play{
    width: 20.4vw;
    height: 20.4vw;
    top: 41.38vw;
}

.mobi .banner{
    width: 100%;
}
.mobi .banner a{
    width: 24vw;
    height: 10.66VW;
    bottom: 0;
    font-size: 14px;
}

.mobi .banner .a1{
    left: 8%;
}

.mobi .banner .a2{
    left: 38.5%;
}
.mobi .banner03{
    z-index: 2;
}
.mobi .banner02{
	#padding-bottom:20px;
}

.mobi .banner03 .a1{
    bottom:0px
}

.mobi .banner .a3{
 left: 69.2%;   
}

.mobi .banner04 img,.mobi .banner05 img{
    padding-bottom: 12px;
}

.mobi .banner08{
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.mobi .banner08 a{
    left: 50% !important;
    transform: translateX(-50%);
    display: none;
}
.mobi .banner08 a.active{
    display: flex;
}
.mobi .container{
    width: 90.266vw;
    height: 54.799vw;
    background-color: #eaeaea;
    border-radius: 8px;
    position: relative;
    margin: 50px auto 60px;
}

.mobi .container .imgs{
    position: absolute;
    width: 58.13vw;
    height: 58.13vw;
    left: 2vw;
    bottom: 2vw;
}
.mobi .container .imgs img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    opacity: 0;
	    border-radius: 10px;
    overflow: hidden;
}
.mobi .container .imgs img.active{
    opacity: 1;
}
.pagina{
    position: absolute;
    right: 2vw;
    width: 26.93vw;
    height: 58.13vw;
    bottom: 2vw;
    background-color: #004f9d;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}
.pagina div{
    text-align: center;
}
.pagina div:first-child{
    margin-top: 27%;
}
.pagina div:last-child{
    margin-bottom: 27%;
}
.pagina span{
    color: #fff;
    font-size: 1.2vw;
    opacity: 0.8;
}

.pagina span.active{
    opacity: 1;
    font-weight: bold;
    font-size: 1.3vw;
    position: relative;
}
.pagina span.active::after{
    content: "";
    position: absolute;
    width: 110%;
    height: 1px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.qrcode-block .content .left-img{
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    width: 400px;
}

.mobi .pagina span{
    font-size: 2.5vw;
	line-height:1.5;
	display:block;
}



@media (max-width:1024px){
    .pc{
        display: none;
    }
    .mobi{
        display: block;
    }
    .video-container{
        width: 100%;
    }
}