a:link,a:active,a:visited,a:hover {
    /* background: none; */
    tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}

*{ tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;}

body{padding-top: 40px!important;min-width: 1200px;}
.warp{width: 100%;min-width: 1200px;position: relative;overflow: hidden;height: 3957px;}
.bg{position: absolute;width: 1920px;height: 3957px;left: calc(50% - 1920px/2);z-index: 1;}
.bgbox{width: 1920px;height: 3957px;}
.bg_1{background: url("../images/bg.jpg");}

.warp .bg .kartlog{
    position: absolute;background: url(../images/logo.png);width:349px;height: 253px;left: calc(50% - 349px/2);top: 30px;
    -webkit-animation:zoomInUp 1s .2s ease both;z-index: 10;
}
.warp .bg .slog-1{
    position: absolute;background: url(../images/slogan.png);width: 1708px;height: 839px;left: calc(50% - 1708px/2);top: 185px;
    -webkit-animation:zoomInLeft 1.2s ease-out ;
}
.warp .bg .slog-2{
    position: absolute;background: url(../images/sub-slogan.png);width: 741px;height: 364px;left: calc(50% - 741px/2);top: 673px;-webkit-animation:zoomInRight 1.2s ease-out ;z-index:10
}
.warp .bg .denlu-off{
    position: absolute;background: url(../images/btn-login.png);width: 181px;height: 61px;left: calc(50% - 181px/2);top: 990px;cursor: pointer;font-size: 26px;color:#fff;line-height: 70px;font-weight: bold;text-align: center;z-index:20
}
.warp .bg .denlu{
    position: absolute;background: url(../images/btn-login-on.png);width: 181px;height: 61px;left: calc(50% - 181px/2);top: 990px;font-size: 20px;color: #fff;   font-style: italic;
    line-height: 70px;text-align: center;font-weight: bold;z-index:20
}
.warp .bg .denlu span {color:#ff0000}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
  
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -500px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.warp .con1{
    position: relative;background: url(../images/con-1.png) no-repeat 0 0;width: 1010px;height: 1000px;margin-left: calc(50% - 1010px/2);margin-top: 1180px;z-index: 2;
}
.warp .con1 .con1btn{
    position: absolute;background: url(../images/btn-reserve.png) no-repeat 0 0;width: 199px;height:50px ;left: calc(50% - 225px/2);top:285px;cursor: pointer;
    -webkit-animation: con1A 1s alternate-reverse infinite;
}
.warp .con1 .con1btn:hover{
    -webkit-filter: brightness(1.1);
}

@-webkit-keyframes con1A{
    0%{
        -webkit-transform: translateX(0px);
    }
    100%{
        -webkit-transform: translateX(10px);
    }
}
.warp .con2{
    position: relative;background: url(../images/con-2.png);width:862px;height: 646px;margin-left: calc(50% - 862px/2);margin-top: 80px;z-index: 2;
}
.warp .con3{
    position: relative;background: url(../images/con-3.png);width: 1084px;height: 726px;margin-left: calc(50% - 1084px/2);margin-top: 250px;z-index: 2;
}
.warp .con3 .con3btnbox{
    position: absolute;width: 460px;height: 72px;left: calc(50% - 460px/2);top: 200px;display: flex;justify-content: space-between;
}
.warp .con3 .con3btnbox .con3-btn-1{
    background: url(../images/btn-download.png);width: 195px;height:57px ;cursor: pointer;
}
.warp .con3 .con3btnbox .con3-btn-1:hover{background-image: url(../images/btn-download-on.png);}
.warp .con3 .con3btnbox .con3-btn-2{
    background: url(../images/btn-tieba.png);width: 195px;height:57px ;cursor: pointer;
}
.warp .con3 .con3btnbox .con3-btn-2:hover{background-image: url(../images/btn-tieba-on.png);}
.warp .con3 .con3A{
    position: absolute;width: 148px;height: 20px;top: 672px;left: 616px;
}

.cardpop{
    width: 604px;height:734px;
}
.cardpop .poptips {    width: 600px;
    text-align: center;
    color: #950600;
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    top: -40px;}
.card{
    width: 604px;height:734px;cursor: pointer;
}
.cardpop .cardimg{
    background: url(../images/card.png);width: 604px;height:734px;
}
.cardpop .card .Card-Name{
    position: absolute;width: 550px;height: 50px;font-size: 26px;color: #ff706a;left: calc(50% - 550px/2);top: 60px;text-align: center;
}
.cardpop .card .Card-Id{
    position: absolute;width: 400px;font-size: 24px;color: #fff;left: calc(50% - 400px/2);top: 352px !important;text-align: center;
    /* background-color: #71a288;
    border-top-left-radius: 30px;border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;border-bottom-right-radius: 30px; */
}
.cardpop .guanbi{
    position: absolute;background: url(../images/pop-card-close.png);width: 57px;height:57px ;left: calc(50% - 57px/2);bottom: -70px;
}


.pop{
    background: url(../images/pop.png);
    width:490px ;height:250px;
    padding-right: 30px;
    box-sizing: border-box;
}
.popdata{
    white-space: nowrap;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #ffe16f;
    font-style: italic;
}
.popdata .title{    
    font-size: 18px;
    font-weight: 600;
    color: #fcc701;
}
.popdata .tips {
    color:#ff433c;
}
.popdata a{
    color: #ffe16f;
    border-bottom: 1px #ffe16f solid;
}

.pop .close{
    position: absolute;width: 55px;height:55px;right: 0px;top: 0px;
}

.pop .btn-confirm {width: 129px;height:50px;background: url(../images/pop-btn-confirm.png) no-repeat 0 0;bottom:10px;left:50%;margin-left:-65px;}

#loading{width:100%;height:100%;position:fixed;top:0;left:0;background:#000;z-index:20;font-size:18px;color:#cfd1cc;z-index:101}#loading .box{width:100%;height:1px;background:#414141;margin:0 auto;position:relative;top:50%;transform:translateY(-50%);left:0}#loading .box span{height:1px;background:#c4c4c4;position:relative;top:0;left:0;display:block}#loading .box p{font-size:16px;line-height:30px;color:silver;text-align:center}