

body, html {
    margin: 0;
    padding: 0;
    color: #fff;
}

a{text-decoration: none}

* {
    box-sizing: border-box;
}
.header{
    height: 1.5rem;
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 1000;
    font-size: 0.5rem;
}
.img-responsive{
    width: 100%;
    display: block;
}

.pagebg {
    /*height: 900px;*/
    width: 100%;
    position: relative;
}

.pagebg1 {
    background: url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/bg1.jpg") no-repeat center center/100%;
    height: 16rem;
}

.pagebg2 {
    background: url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/bg2.jpg") no-repeat center center/100%;
    margin-top: -0.16rem;
}

.pagebg3 {
    background: url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/bg3.jpg") no-repeat center center/100%;
    margin-top: -0.16rem;
}

.pagebg4 {
    background: url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/bg4.jpg") no-repeat center center/100% 100%;
    margin-top: -0.16rem;
}

.pagebg5 {
    background: url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/bg5.jpg") no-repeat center top/100% ;
    min-height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.16rem;
}

.pagebg6 {
    background: url("https://static-cos-resource.im30app.cn/ls-web/cn/m/images/bg6.png") no-repeat center center/100% 100%;
}

.page1, .page2, .page3, .page4, .page5  {
    /*width: 1200px;*/
    margin: 0 auto;
    height: 100%;
    position: relative;
    text-align: center;
}



.page6{
    height: 100%;
    position: relative;
    text-align: center;
}
.line{
    margin-top: -0.16rem;
    position: relative;
    z-index: 8;
}
.line2{

}
.line3{

}
.line4{

}

 .link a {
    width: 1.2rem;
    height: 1.3rem;
    display: inline-block;
}

.logo {
    position: absolute;
    top: 30px;
    left: 100px
}

.link {
    position: absolute;
    top: 0.1rem;
    right: 0.3rem;
    z-index: 2;
}



.link .a3 {
    background: url("https://static-cos-resource.im30app.cn/ls-web/images/1/B.png") no-repeat top center/100% 100%;
}



.pagebg1 .a3:hover {
    background: url("https://static-cos-resource.im30app.cn/ls-web/images/1/B2.png") no-repeat top center;
}

.gamelogo {
    width: 100%;
    position: absolute;
    top: 2rem;
}

.down {
    width: 100%;
    position: absolute;
    bottom: 2rem;
}

.playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.2rem;
    margin-top: -0.4rem;
}

.circle-ani {
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
}

.circle-ani p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    /*transform: scale(0.5);*/
    -webkit-animation: scale1 3.5s infinite linear;
    -moz-animation: scale1 3.5s infinite linear;
    -ms-animation: scale1 3.5s infinite linear;
    animation: scale1 3.5s infinite linear;
    opacity: 0
}

.circle-ani p:nth-child(1) {
    animation-delay: 0s
}

.circle-ani p:nth-child(2) {
    animation-delay: .875s
}

.circle-ani p:nth-child(3) {
    animation-delay: 1.75s
}

.circle-ani p:nth-child(4) {
    animation-delay: 2.625s
}

@-webkit-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-ms-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-o-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.playimg {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.55rem;
    margin-left: -0.35rem;
    width: 1rem;
    cursor: pointer;
}



.pagetitle {
    padding-top: 0.5rem;
}

/*page2*/





/*page3*/

/*page4*/

#certify,#certify1 {
    /*width: 900px;*/
    margin: 0 auto;
    /*background: url("https://static-cos-resource.im30app.cn/ls-web/cn/m/images/wordbg3.png") no-repeat top left/100% 100%;*/
    /*padding: 0.5rem 0.75rem 0.5rem 0.75rem;*/
    position: relative;
    padding-bottom: 1.5rem;
}

/*#certify .swiper-container {*/
/*padding-bottom: 60px*/
/*}*/

#certify .swiper-slide,#certify1 .swiper-slide  {
    width: 80%;
    /*height: 408px;*/
    background: #fff;
    /*box-shadow: 0 8px 30px #ddd*/
}

#certify .swiper-slide img,#certify1 .swiper-slide img {
    display: block
}

#certify .swiper-slide p,#certify1 .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#certify .swiper-pagination,#certify1 .swiper-pagination {
    width: 100%;
    bottom: 0;
    left: 0;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet,#certify1 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background:url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/next-enter.png") no-repeat top left/100% 100%;
    width: 1rem;
    height:1rem;
    opacity: 1
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active,#certify1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background:url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/next-out.png") no-repeat top left/100% 100%;
}

#certify .swiper-button-prev,#certify1 .swiper-button-prev {
    /*left:-30px;*/
    width: 48px;
    height: 92px;
    margin-top: -60px;
    background: url(https://static-cos-resource.im30app.cn/ls-web/cn/m/images/arrow1.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

/*#certify .swiper-button-prev:hover {*/
/*background-position: 0 -46px;*/
/*background-size: 100%*/
/*}*/

#certify .swiper-button-next,#certify1 .swiper-button-next  {
    /*right: -30px;*/
    width: 48px;
    height: 92px;
    margin-top: -62px;
    background: url(https://static-cos-resource.im30app.cn/ls-web/cn/m/images/arrow2.png) no-repeat;
    background-position: 0 0px;
    background-size: 100%
}

/*#certify .swiper-button-next:hover {*/
/*background-position: 0 -139px;*/
/*background-size: 100%*/
/*}*/

#certify .swiper-slide:after,#certify1 .swiper-slide:after,#certify1 .swiper-slide:after,#certify1 .swiper-slide:after{
    content: '';
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#certify .swiper-slide-active:after,#certify1 .swiper-slide-active:after,#certify1 .swiper-slide-active:after,#certify1 .swiper-slide-active:after{
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}






/*page5*/







/*page6*/
#carcontain {
    position: relative;
    /*width: 1000px;*/
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

#carcontain .swiper-container {
    padding-bottom: 60px
}

#carcontain .swiper-slide {
    /*width: 80% !important;*/
    /*height: 408px;*/
    /*background: #fff;*/
    /*box-shadow: 0 8px 30px #ddd*/
}

#carcontain .swiper-slide img {
    display: block
}

#carcontain .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#carcontain .swiper-pagination {
    width: 100%;
    bottom: 20px
}

#carcontain .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background:url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/next-enter.png") no-repeat top left/100% 100%;
    width: 1rem;
    height:1rem;
    opacity: 1
}

#carcontain .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background:url("http://static-cos-resource.im30app.cn/lsweb/cn/m/images/next-out.png") no-repeat top left/100% 100%;
}

#carcontain .swiper-button-prev {
    /*left:-30px;*/
    width: 0.6rem;
    height: 1.2rem;
    margin-top: -1rem;
    background: url(http://static-cos-resource.im30app.cn/lsweb/cn/m/images/arrow1.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}

/*#certify .swiper-button-prev:hover {*/
/*background-position: 0 -46px;*/
/*background-size: 100%*/
/*}*/

#carcontain .swiper-button-next {
    /*right: -30px;*/
    width: 0.6rem;
    height: 1.2rem;
    margin-top: -1rem;
    background: url(http://static-cos-resource.im30app.cn/lsweb/cn/m/images/arrow2.png) no-repeat;
    background-position: 0 0px;
    background-size: 100% 100%
}



.footers{
    background: url("https://static-cos-resource.im30app.cn/ls-web/cn/m/images/wordbg5.png") no-repeat top left/100% 100% ;
    width: 100%;
    color: #e5dbcb;
    font-size: 0.3rem;
    text-align: center;
    max-height: 99999999px;

    z-index: 1;
    position: relative;
    top:-1.2rem
}

.companyinfo{
    /*display: flex;*/
    width: 100%;
    /*padding-top: 30px;*/
    position: relative;
    top: 1.2rem;
    background: #000;
    padding-bottom: 0.5rem;
}

.companyinfo div{

    /*flex: 1;*/
    text-align: center;
    /*height: 100px;*/
    /*line-height: 100px;*/
    /*display: table-cell;*/
    vertical-align: middle;

}
.footer a{
    color: #e5dbcb;
}
.footer a:hover{
    color: #fff;
}


.skan{
    position: absolute;
    left: -7px;
    top: -9px;
    animation: slide1  4s infinite linear;
}

@keyframes slide1{
    0%{
        top:-9px
    }
    50%{
        top:84%
    }
    100%{
        top:-9px
    }
}
.layui-layer{
    background-color: #000 !important;
}
.layer-custom {
    background: none !important;
}
/*.demo .layui-layer-rim{*/
/*border: none !important;*/
/*}*/
.layui-layer-shade{
    opacity: 0.6 !important;
}
.layui-layer-setwin .layui-layer-close2 {
    background: url(https://static-cos-resource.im30app.cn/mobile/img/close.png) no-repeat;
    position: absolute;
    right: -0.4rem !important;
    top: -0.4rem !important;
    width: 0.6rem !important;
    height: 0.6rem !important;
    margin-left: 0;
    background-position: top left !important;
    background-size: 100% 100%;

}

.layer-custom .layui-layer-content{
    background: url("https://static-cos-resource.im30app.cn/ls-web/cn/images/1/msgbg.png") no-repeat left top/100% 100% !important;
    padding: 15% 6% !important;
    color:#000;
}

.layer-custom .layui-layer-setwin .layui-layer-close2 {
    background: url(https://static-cos-resource.im30app.cn/mobile/img/close.png) no-repeat;
    position: absolute;
    right: 0.1rem !important;
    top: 0.8rem !important;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0;
    background-position: top left;
    background-size: 100% 100%;

}
