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: 3780px;}
.bg{position: absolute;width: 1920px;height: 3780px;left: calc(50% - 1920px/2);z-index: 1;}
.bgbox{width: 1920px;height: 3780px;}
.bg_1{background: url("../images/bg.jpg");}

.warp .bg .kartlog{
    position: absolute;background: url(../images/logo.png);width:261px;height: 215px;left: calc(50% - 261px/2);top: 60px;
    -webkit-animation:zoomInUp 1s .2s ease both;z-index: 10;
}
.warp .bg .slog-1{
    position: absolute;background: url(../images/slogan.png);width: 979px;height: 648px;left: calc(50% - 979px/2);top: 280px;
    -webkit-animation:zoomInLeft 1.2s ease-out ;
}
.warp .bg .denlu-off{
    position: absolute;background: url(../images/btn-login.png);width: 194px;height: 67px;left: calc(50% - 194px/2);top: 990px;cursor: pointer;z-index:20;text-indent:-999em;
}
.warp .bg .denlu{
    position: absolute;width:400px;height: 67px;left: calc(50% - 400px/2);top: 990px;font-size: 24px;color:#0961a6;line-height: 67px;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 50% 0;
    width:1200px;
    height: 1029px;
    margin-left: calc(50% - 1200px/2);
    margin-top: 1115px;
    z-index: 2;
}
.warp .con1 .con1btn{
    position: absolute;background: url(../images/btn-reserve.png) no-repeat 0 0;width: 224px;height:66px ;left: calc(50% - 224px/2);top:365px;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) no-repeat 50% 0;
    width:1200px;
    height: 670px;
    margin-left: calc(50% - 1200px/2);
    z-index: 2;
}
.warp .con2 .con2btn{
    position: absolute;background: url(../images/btn-start.png) no-repeat 0 0;width: 226px;height:82px ;left: calc(50% - 500px/2);top:390px;cursor: pointer;
}
.warp .con2 .con2btn:hover{
    background-image: url(../images/btn-start-on.png);
    -webkit-filter: brightness(1.1);
}

.warp .con2 .con2btn-2{
    position: absolute;background: url(../images/btn-my-gift.png) no-repeat 0 0;width: 226px;height:82px ;left: calc(50% + 35px);top:390px;cursor: pointer;
}
.warp .con2 .con2btn-2:hover{
    background-image: url(../images/btn-my-gift-on.png);
    -webkit-filter: brightness(1.1);
}

.warp .con3{
    position: relative;
    background: url(../images/con-3.png) no-repeat 50% 0;
    width: 1200px;
    height: 960px;
    margin-left: calc(50% - 1200px/2);
    /* margin-top: 250px; */
    z-index: 2;
}
.warp .con3 .con3btnbox{
    position: absolute;
    width: 600px;
    height: 72px;
    left: calc(50% - 600px/2);
    top: 210px;
    display: flex;
    justify-content: space-between;
}
.warp .con3 .con3btnbox .con3-btn-1{
    background: url(../images/btn-download.png);width: 278px;height:98px ;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: 278px;height:98px ;cursor: pointer;
}
.warp .con3 .con3btnbox .con3-btn-2:hover{background-image: url(../images/btn-tieba-on.png);}
.warp .con3 .con3A{
    position: absolute;
    width: 160px;
    height: 28px;
    top: 586px;
    left: 695px;
}
.warp .con3 .btn-xn {
    width: 115px;
    height: 24px;
    top: 830px;
    left: 50%;
    margin-left: 175px;
}

.cardpop{
    width: 584px;height:716px;
}
.cardpop .poptips {
    width: 584px;
    text-align: center;
    color: #004580;
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    top: -40px;}
.card{
    width: 584px;height:716px;cursor: pointer;
}
.cardpop .cardimg{
    background: url(../images/card.png);width: 584px;height:716px;
}
.cardpop .card .Card-Name{
    position: absolute;width: 550px;height: 50px;font-size: 26px;color: #004580;left: calc(50% - 550px/2);top: 100px;text-align: center;
}
.cardpop .card .Card-Id{
    position: absolute;width: 400px;font-size: 24px;color: #fff;left: calc(50% - 400px/2);top: 365px !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) no-repeat 50% 50%;width: 57px;height:57px ;left: calc(50% - 57px/2);bottom: -70px;
}


.pop{
    background: url(../images/pop.png);
    width: 550px;
    height: 296px;
    padding: 80px 0 0 0;
    box-sizing: border-box;
}
.popdata{
    white-space: nowrap;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #004580;
    font-style: italic;
}
.popdata .title{    
    font-size: 18px;
    font-weight: 600;
    color: #004580;
}
.popdata .tips {
    color:#004580;
}
.popdata a{
    color: #116abd;
    border-bottom: 1px #116abd solid;
}

.pop .close{
    position: absolute;
    width: 55px;
    height:55px;
    right: 5px;
    top: 42px;
}

.pop .btn-confirm {width: 112px;height:37px;background: url(../images/pop-btn-confirm.png) no-repeat 0 0;bottom:20px;left:50%;margin-left:-56px;}

#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}