@charset "utf-8";
/* CSS Document */
/*---------public-------------*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {padding: 0;  margin: 0; }
body {padding: 0; margin: 0;  font-family:"Microsoft YaHei",微软雅黑,SimHei,"黑体",SimSun,"宋体",Arial, Helvetica, sans-serif; font-size: 24px;
background:#999;overflow-x: hidden;}
img {display:inline-block; vertical-align: top;  border: 0 none; -ms-interpolation-mode: bicubic; image-rendering:optimizeQuality; }
button { cursor: pointer; border:0 none; }
input{background:transparent;  border:0 none; }
textarea{border:0 none;  resize: none; }
ul, li { list-style-type: none; }
table{ border-collapse:collapse; border-spacing:0; }
i, em, cite { font-style: normal; }
p{ word-wrap:break-word; }
.fixed:after {display:block; height:0;  clear:both; font-size:0; line-height:0; content:'.'; visibility:hidden; }
.fixed { zoom:1; }
.clearfix:before, .clearfix:after {display:table;  content:""; }
.clearfix:after {overflow:hidden;  clear:both; }
.clearfix { clear:both; }
body, input, select, button,textarea{ outline: none; }
a,input,textarea,p,span,h2,em,li,div{text-decoration: none;  outline: none; -webkit-tap-highlight-color:rgba(255, 255, 255, 0); }
a:focus,textarea:focus,input:focus{ outline: none; -webkit-tap-highlight-color:rgba(255, 255, 255, 0); -webkit-appearance: none; }
input,textarea{font-family:"Microsoft YaHei",微软雅黑;-webkit-appearance: none;}
/*加载*/
#loading{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background:#000;
    z-index: 8888888;
	color:#fff;
	text-align:center;
}
#loading img{
    display: block;
    margin: 250px auto 0;
}

.music{
    position: fixed;
    right:15px;
    bottom:15px;
    width:70px;
    height:70px;
    background:url(../images/icon_music.png) no-repeat scroll transparent center center;
	z-index:8;
}

.music.go{
    background-image: url(../images/icon_music.png);
    -webkit-animation: circles 1.5s linear infinite;
    animation: circles 1.5s linear infinite;
}
@keyframes circles{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

@-webkit-keyframes circles{
    0%{
        -webkit-transform:rotate(0deg);
    }
    100%{
        -webkit-transform:rotate(360deg);
    }
}
.no-scroll { height: 100%; overflow: hidden; }
.main{
    width: 750px;
    position: relative;
    left: 0;
    top: 0;
    margin:0 auto;
}
.main .bg01{
    margin-top: -1px;
}

.icon01{
    position: absolute;
    right: 0;
    top: 1121px;
}
.icon02{
    position: absolute;
    left: 129px;
    top: 2396px;
    -webkit-animation: pulse 2.5s linear infinite;
    animation: pulse 2.5s linear infinite;
}

.changeBox { height: 16.8457rem; width: 100%; position: absolute; overflow: hidden; top: 13.13574rem; z-index: 10; box-sizing: border-box; }
.changeBox .box { position: relative; width: 100%; height: 100%; }
.changeBox .box .picList { width: 10000px; margin-top: 2.19727rem; position: relative; left: -318px; }
.changeBox .box .picList > div { float: left; height: 236px; width: 460px; text-align:center;}
.changeBox .box .picList > div img { width: 90%; }
.changeBox .box .picList .select { transform: scale(1.16); transform-origin: center;}
.changeBox .box .transition { transition: left .5s; }
.changeBox .box #sureBtn { position: absolute; width: 8.78906rem; height: 2.19727rem; left: 7.25098rem; bottom: 4.32129rem; z-index: 100; }

.orderBox{
    background:#0c00a2;
    height: 2080px;
}
.orderBox.on{
    height: 2180px;
}

.TCBox{
    position: absolute;
    width: 750px;
    left: 0;
    top: 313px;
    text-align: center;
}

.icon06{
    position: absolute;
    right: 0;
    top: 576px;
}
.Notice_left{
    position: absolute;
    left: 93px;
    top: 658px;
    color: #1718b1;
    font-size: 22px;
    font-weight: bold;
}
.Notice_right{
    position: absolute;
    right: 56px;
    top: 658px;
    color: #1718b1;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}
.orderInfo{
    position: relative;
    /*top: 718px;*/
    left: 30px;
    width: 690px;
    min-height: 300px;
    height: auto;
    background:#fff;
    color: #4a4a4c;
    border-radius: 30px;
    padding-bottom:25px;
}
.orderInfo h3{
    width: 610px;
    padding: 0 40px;
    height: 87px;
    line-height: 87px;
    font-size: 30px;
    background:#dfe0e8;
}
.orderInfo h3.sp{
    border-radius: 30px 30px 0 0;
}
.orderInfo h3 span{
    font-size: 18px;
    font-weight:normal;
}

.orderInfo ul li{
    width: 625px;
    height: 85px;
    line-height: 85px;
    border-bottom: #dfe0e8 solid 1px;
    margin: 0 auto;
    position: relative;
}
.orderInfo ul li:last-child{
    border:none;
}


.orderInfo ul li inputpic{
    width: 150px;
    text-align: left;
    float: left;
    height: 85px;
    line-height: 85px;
    font-size: 22.5px;
    color: #0c00a2;
}

.orderInfo ul li .captpic{
    width: 250px;
    text-align: center;
    float: right;
}


.orderInfo ul li .title{
    width: 150px;
    padding: 0 10px;
    text-align: left;
    float: left;
    font-size: 27px;
}

.orderInfo ul li input{
    width: 300px;
    text-align: left;
    float: left;
    height: 85px;
    line-height: 85px;
    font-size: 22.5px;
    color: #0c00a2;
}

input::-webkit-input-placeholder{
    color:#a6a6a6;
}


.orderInfo ul li input.sp{
    width: 600px;
    margin-left: 10px;
}

.orderInfo ul li .yzm{
    width: 155px;
    text-align: center;
    float: right;
}


.orderInfo ul li .Tips{
    position: absolute;
    left: 169px;
    bottom: 4px;
    font-size: 18px;
    color: #ed258d;
    height: 20px;
    line-height: 20px;
    display: none;
}

.ReadBox{
    position: relative;
    width: 100%;
    left: 0;
    /*top: 532px;*/
    text-align: center;
}
.ReadBox .icon03_bt{
    position: absolute;
    left: 39px;
    top: 0;
    /*background: #000;*/
    width: 60px;
    height: 60px;
}
.ReadBox .icon07_bt{
    position: absolute;
    left: 39px;
    top: 130px;
    /*background: #000; */
    width: 60px;
    height: 60px;
}

.ReadBox img{
    margin: 15px auto;
}
.ReadBox .icon03_o{
    position: absolute;
    left: 57px;
    top: 1px;
    display: none;
}
.ReadBox .icon07_o{
    position: absolute;
    left: 57px;
    top: 126px;
    display: none;
}
.icon07{display: none;}
.icon04{
    width: 485px;
    height: 86px;
    background:url("https://www.gzuni.com/apps/kingcard/static/kingcard_h5/images/icon04.png");
    margin:15px auto;
    -webkit-animation: pulse 2.5s linear infinite;
    animation: pulse 2.5s linear infinite;
}
.icon04.on{
    background:url("https://www.gzuni.com/apps/kingcard/static/kingcard_h5/images/icon04_o.png");
}

.PopBox{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background:rgba(0, 0, 0, .6);
    text-align:center;
    display: none;
}

.PopInfoBox{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 690px;
    overflow: hidden;
    /* height: 929px; */
    /* margin: 50% auto 0; */
    background:#fff;
    border-radius: 30px;
    transform: translate(-50%,-50%);
    display: none;
}
.PopInfoBox h3{
    position: relative;
    width: 100%;
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    color: #1308a6;
    background:url("https://www.gzuni.com/apps/kingcard/static/kingcard_h5/images/icon08.png") no-repeat;
    background-size: 100% 100%;
}
.PopInfoBox h3 span{
    position: absolute;
    top: 0;
    right: 0;
    width: 86px;
    height: 86px;
    background:url("https://www.gzuni.com/apps/kingcard/static/kingcard_h5/images/icon09.png") no-repeat center center;
}

.PopInfoBox .inputBox{
    width: 620px;
    height: 70px;
    margin:20px auto;
    background:url("https://www.gzuni.com/apps/kingcard/static/kingcard_h5/images/icon10.png");
    position: relative;
}
.PopInfoBox .inputBox input{
    position: absolute;
    left: 33px;
    top: 17px;
    width: 400px;
    height: 36px;
    line-height: 36px;
    /* background:#eee; */
    font-size:25px;
}
.PopInfoBox .inputBox span{
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 70px;
}

.ListNums{
    width: 580px;
    height: 300px;
    margin:0 auto;
}
.ListNums ul li{
    width: 50%;
    height: 55px;
    line-height: 55px;
    float: left;
    position: relative;
    font-size: 28px;
    text-align:left;
    font-weight: bold;
}
.ListNums ul li span{
    color: #ed258d;
}
/* .ListNums ul li.on{
    color: #4f42ff;
} */
.ListNums ul li img{
    position: absolute;
    top: 13px;
    right: 15px;
}
.LHBox{
    width: 582px;
    margin:0 auto 30px;
    position: relative;
    display: none;
}
.LHBox span{
    position: absolute;
    color: #ed258d;
    font-size: 24px;
    white-space: nowrap;
}
.LHBox span.LH{
    left: 155px;
    top: 58px;
}
.LHBox span.YC{
    left: 502px;
    top: 50px;
}
.LHBox span.XYQ{
    left: 130px;
    top: 88px;
}
.LHBox span.TXF{
    left: 523px;
    top: 88px;
}

.PTBox{
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin:0 auto 15px;
    border-top:#c9c9c9 solid 1px;
    color: #1308a6;
    font-size: 26px;
    padding-top: 15px;
    display: none;
}
.PTBox span{
    color: #ed258d;
}

.BtBox{
    width: 100%;
    height: 86px;
    border-top:#c9c9c9 solid 1px;
    position: relative;
}
.BtBox span{
    position: absolute;
    top: 0;
    width: 50%;
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    color: #1308a6;
    font-weight: bold;
}
.BtBox span.HYP{
    left: 0;
    border-right:#c9c9c9 solid 1px;
}
.BtBox span.QD{
    right: 0;
}

.OrderOver{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 690px;
    overflow: hidden;
    transform: translate(-50%,-50%);
    display: none;
}
.OrderOver p{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.OrderOver p.p1{
    top: 57px;
    color: #fff;
    font-size: 30px;
}
.OrderOver p.p2{
    top: 140px;
    color: #fbf9c0;
    font-size: 65px;
}
.OrderOver p.p3{
    top: 280px;
    color: #fff;
    font-size: 25px;
}
.OrderOver p.p4{
    top: 502px;
    color: #0c00a2;
    font-size: 26px;
}
.OrderOver p.p5{
    top: 619px;
}
.OrderOver p.p6{
    top: 744px;
    color: #898989;
    font-size: 24px;
}

.SuccessBox{
    background:#0c00a2;
    height: 2080px;
}

.SuccessBox .text{
    position: absolute;
    width: 750px;
    left: 0;
    top: 358px;
    text-align: center;
    color: #a4efff;
    font-size: 26px;
}
.SuccessBox .icon15{
    position: absolute;
    left: 132px;
    top: 996px;
    -webkit-animation: pulse 2.5s linear infinite;
    animation: pulse 2.5s linear infinite;
}
.SuccessBox .icon17{
    position: absolute;
    left: 47px;
    top: 1264px;
    width: 655px;
    border-radius: 25px;
}


/*地区选择*/
#post.sidebar { position: fixed; top: 0; bottom: 0; background-color: #fff; z-index: 1002; box-shadow: 0 0 5px 1PX rgba(0, 0, 0, 0.2);}
#post.sidebar.slip { right: 0 !important; }
#post.sidebar.location { right: -33.75rem; width: 16.875rem; line-height: 2.625rem; font-size: 0.75rem; transition: right .3s; }
#post.sidebar.location .first-list { -webkit-overflow-scrolling: touch; padding: 0 11.25rem 0 0.625rem; height: 100%; overflow-y: auto; }
#post.sidebar.location .first-list li { display: block; white-space: nowrap; text-overflow: ellipsis; color: #666; border-bottom: 1PX solid #f4f4f4; overflow: hidden; }
#post.sidebar.location .first-list li.selected { color: #1e96fa; }
#post.sidebar.location .second-list { -webkit-overflow-scrolling: touch; padding: 0 5.625rem 0 0.625rem; height: 100%; width: 5rem; overflow-y: auto; }
#post.sidebar.location .second-list li { display: block; white-space: nowrap; text-overflow: ellipsis; color: #666; border-bottom: 1PX solid #f4f4f4; overflow: hidden; }
#post.sidebar.location .second-list li.selected { color: #1e96fa; }
#post.sidebar.location .third-list { -webkit-overflow-scrolling: touch; overflow-y: auto; position: absolute; top: 0; right: 0; bottom: 0; width: 5rem; padding-left: 0.625rem; box-shadow: 0 0 5px 1PX rgba(0, 0, 0, 0.2); }
#post.sidebar.location .third-list li { display: block; white-space: nowrap; text-overflow: ellipsis; color: #666; border-bottom: 1PX solid #f4f4f4; overflow: hidden; }
#post.sidebar.location .third-list li.selected { color: #1e96fa; }
#post.sidebar.location .third-list li:last-child { border-bottom: 0; }

.sidebar { position: fixed; top: 0; bottom: 0; background-color: #fff; z-index: 1002; box-shadow: 0 0 5px 1PX rgba(0, 0, 0, 0.2); }
.sidebar.slip { right: 0 !important; }
.sidebar.location { right: -30rem; width: 15rem; line-height: 2.625rem; font-size: 0.75rem; transition: right .3s; }
.sidebar.location .first-list { -webkit-overflow-scrolling: touch; padding: 0 8.5625rem 0 0.9375rem; height: 100%; overflow-y: auto; }
.sidebar.location .first-list li { display: block; white-space: nowrap; text-overflow: ellipsis; color: #666; border-bottom: 1PX solid #f4f4f4; overflow: hidden; }
.sidebar.location .first-list li.org { color: #1e96fa; }
.sidebar.location .second-list { -webkit-overflow-scrolling: touch; overflow-y: auto; position: absolute; top: 0; right: 0; bottom: 0; width: 127px; padding-left: 0.625rem; box-shadow: 0 0 5px 1PX rgba(0, 0, 0, 0.2); }
.sidebar.location .second-list li { display: block; white-space: nowrap; text-overflow: ellipsis; color: #666; border-bottom: 1PX solid #f4f4f4; overflow: hidden; }
.sidebar.location .second-list li.org { color: #1e96fa; }
.sidebar.location .second-list li:last-child { border-bottom: 0; }
.mask { display: none; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 1001; background: rgba(0, 0, 0, 0.7);width: 100%;}

.TwoPics{
    width: 100%;
    height: 100%;
}
.TwoPics div{
    width: 333px;
    margin: 75px 21px;
    float: left;
    position: relative;
}
.TwoPics div img{
    width: 100%;
    opacity: .6;
}
.TwoPics div span{
    position: absolute;
    width: 74px;
    height: 76px;
    background: url('https://www.gzuni.com/apps/kingcard/b2i/static/b2i_cmb_valicode/images/xsg/xxhcs2_16052516492552387.png');
    left: 0;
    top: 0;
    display: none;
}
.TwoPics div.on img{
    opacity: 1;
}
.TwoPics div.on span{
    display: block;
}