a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;vertical-align:baseline;outline:0;margin:0;padding:0}
html{font-size:62.5%;font-size:10px;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}
body{height: 100%;line-height:100%;font-family:'微软雅黑',Helvetica,Arial,Tahoma,sans-serif;width:100%;overflow-x:hidden;/*-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:moz-none;user-select:none*/}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:none}
table{border-collapse:collapse;border-spacing:0}
img{max-width:100%;height:auto;font-size:.24rem;border:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
a{text-decoration:none}
a:active,a:focus,a:hover,a:visited,input{outline:0;-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:transparent;tap-highlight-color:transparent}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;}
:focus{outline:0}
button{border:0}
em{font-style:normal}
textarea{font-family:"Microsoft YaHei";border:1px solid #c8c8c8;color:#787878}
input,textarea{-webkit-appearance:none}
input[disabled]{-webkit-opacity:1;-webkit-text-fill-color:#787878;color:#787878}
::-webkit-input-placeholder{font-size:14px;color:#b5b5b6}
::-moz-placeholder{font-size:14px;color:#b5b5b6}
:-moz-placeholder{font-size:14px;color:#b5b5b6}
.error ::-webkit-input-placeholder{color:#ff3c3c; }
.error ::-moz-placeholder{color:#ff3c3c; }
.error :-moz-placeholder{color:#ff3c3c; }
.form .error input{border-color: #ff3c3c;}
.hide{display: none;}
img{
    display: block;
    width: auto;
    max-width: 100%;
}
.wrapper{
    height: 100%;
    background: #fff;
}
.content{
    margin: 0 auto;
    max-width: 750px;
    font-size: 14px;
    color: #787878;
}

.fixBottom2{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 59px;
    background: -moz-linear-gradient(to right, #b721ff, #21d4fd);
    background: -webkit-linear-gradient(to right, #b721ff, #21d4fd);
    background: -o-linear-gradient(to right, #b721ff, #21d4fd);
    background: linear-gradient(to right, #b721ff, #21d4fd);
}
.fixBottom2_inner{
    margin: 0 auto;
    height: 59px;
    line-height: 59px;
    font-size: 0;
}
.fixBottom2_inner img{
    display: inline-block;
    height: 41px;
    vertical-align: middle;
}
.fixBottom2_inner .btn{
    position: relative;
    margin: 0;
    width: 100%;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: none;
    font-weight: bold;
/*    background: -moz-linear-gradient(to right, #21d4fd, #b721ff);
    background: -webkit-linear-gradient(to right, #21d4fd, #b721ff);
    background: -o-linear-gradient(to right, #21d4fd, #b721ff);
    background: linear-gradient(to right, #21d4fd, #b721ff);*/
}
.fixBottom2_inner .btn.ended{
    background: #787878;
}
@-webkit-keyframes animHand { from { opacity: 0; } to {  opacity: 1; }  }
@keyframes animHand { from { opacity: 0; } to {  opacity: 1; }  }
.fixBottom2 .btn:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    display: block;
    margin-left: 45px;
    width: 40px;
    height: 40px;
    background: url(../images/animHand.png) no-repeat 0 0;
    background-size: contain;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation: 350ms linear 0s infinite alternate animHand;
    animation: 350ms linear 0s infinite alternate animHand;
}
.float-btn{
    position: fixed;
    right: 10px;
    bottom: 35%;
    width: 60px;
    height: 60px;
    background: url(../images/float-btn.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.form{
    padding-top: 36px;
}
.form form{
    margin: 0 auto;
    width: 320px;
}
.form .field{
    margin-bottom: 12px;
}
.form label{
    display: inline-block;
    width: 82px;
    text-align: right;
}
.form label>i{
    display: inline-block;
    margin-right: 2px;
    font-style: normal;
    color: #ff3c3c;
}
.form input{
    padding: 0 14px;
    width: 226px;
    height: 32px;
    line-height: 30px;
    border: solid 1px #c8c8c8;
    border-radius: 3px;
}
.form input.area{
    background: #fff url(../images/arrow.png) right center no-repeat;
    background-size: contain;
}
.form .tips{
    line-height: 20px;
    color: #ff3c3c;
    font-size: 14px;
    text-align: center;
}
.btn{
    display: block;
    margin: 30px auto 15px;
    width: 202px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    background: #b721ff;
    background: -moz-linear-gradient(to right, #21d4fd, #b721ff);
    background: -webkit-linear-gradient(to right, #21d4fd, #b721ff);
    background: -o-linear-gradient(to right, #21d4fd, #b721ff);
    background: linear-gradient(to right, #21d4fd, #b721ff);
    border-radius: 2px;
}
.btn:active{
    background: #21d4fd;
}
.btn.disable .loading{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/loading.gif) center center no-repeat;
}
.ruleBtn{
    margin: 0 auto;
    width: 100px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #0197f6;
    cursor: pointer;
}
.ruleBtn>i{
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../images/i-rule.png) no-repeat center center;
    background-size: contain;
}
.ruleBtn>span{
    display: inline-block;
    vertical-align: middle;
}

.dialog{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.dialog .cover{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.dialog .yes{
    display: block;
    margin: 15px auto 0;
    width: 285px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    background: #b721ff;
    background: -moz-linear-gradient(to right, #21d4fd, #b721ff);
    background: -webkit-linear-gradient(to right, #21d4fd, #b721ff);
    background: -o-linear-gradient(to right, #21d4fd, #b721ff);
    background: linear-gradient(to right, #21d4fd, #b721ff);
    border-bottom: solid 1px #2e3192;
}
.dialog .yes:active{
    border-bottom: 0;
}
.dialog-inner{
    position: relative;
    margin: 0 auto;
    width: 325px;
    font-size: 14px;
    color: #999;
    background: #fff;
    border-radius: 8px;
    z-index: 2;
    overflow: hidden;
}
.dialog-inner .title{
    position: relative;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #b721ff;
    background: -moz-linear-gradient(to right, #21d4fd, #b721ff);
    background: -webkit-linear-gradient(to right, #21d4fd, #b721ff);
    background: -o-linear-gradient(to right, #21d4fd, #b721ff);
    background: linear-gradient(to right, #21d4fd, #b721ff);
}
.dialog-inner .title .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../images/i-close.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
}
.dialog-inner .rcode{
    display: block;
    margin: 14px auto 16px;
    width: 147px;
    height: 147px;
}
.dialog-inner.success{
    top: 50%;
    margin-top: -183px;
    height: 366px;
    line-height: 20px;
    text-align: center;
}
.success .dialog-cont{
    padding-top: 32px;
}
.dialog-inner.rule{
    top: 50%;
    margin-top: -261px;
    height: 522px;
    line-height: 25px;
    text-align: left;
}
.dialog-inner.rule p>strong{
    color: #b721ff;
}
.rule .dialog-cont{
    padding: 8px 20px 0;
    font-size: 11px;
}
.dialog-inner.award{
    top: 50%;
    margin-top: -261px;
    height: 522px;
    line-height: 24px;
    text-align: left;
}
.award .dialog-cont{
    padding: 10px 20px 0;
    font-size: 11px;
}
.award .dialog-cont strong{
    display: block;
    line-height: 18px;
}


/*侧栏地区选择*/
.g-slide-cover{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(75,75,75,0);
    transition: all .3s ease .1s, z-index 0s ease 0s;
    z-index: -1;
}
.g-slide-cover.show{
    background: rgba(0,0,0,.8);
    z-index: 998;
}
.aside-slideLeft{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 170px;
    z-index: 999;
    background: #fff;
    transform: translate3d(170px, 0px, 0px);
    transition: transform 350ms cubic-bezier(.165,.84,.44,1);    
}
.aside-slideLeft>ul{
    height: 100%;
    overflow: auto;
}
.aside-slideLeft>ul>li.open>ul{
    display: block;
    max-height: 4000px;
    
}
.aside-slideLeft>ul>li.open>ul>li.open>i{
    transform: rotate(180deg);
}
.aside-slideLeft>ul>li.open>ul>li.open>ul{
    display: block;
    max-height: 4000px;
}
.aside-slideLeft>ul>li.open>i{
    transform: rotate(180deg);
}
.aside-slideLeft>ul>.noData{
    margin-top: 250px;
    text-align: center;
}
.aside-slideLeft>ul>.noData>span{
    border: 0;
}
.aside-slideLeft li{
    position: relative;
    line-height: 43px;
}
.aside-slideLeft li>i{
    position: absolute;
    top: 17px;
    right: 19px;
    width: 17px;
    height: 11px;
    background: url(../images/arrow2.png) no-repeat center center;
    background-size: contain;
}
.aside-slideLeft li span{
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #5a646e;
    border-bottom: solid 1px #e6e7e9;
}
.aside-slideLeft li span:active{
    background: #e6e7e9;
}
.aside-slideLeft li ul{
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s linear 0s;
    transform: translateZ(0);
}
.aside-slideLeft li ul span{
    text-indent: 24px;
}
.aside-slideLeft li ul ul span{
    /*@extend .g_ellipsis;*/
    text-indent: 48px;
}
.aside-slideLeft .checkbox{
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background: url(../images/i-checkbox_blue.png) no-repeat left top;
    background-size: cover; 
}
.aside-slideLeft li.cur .checkbox{
    background-position: left bottom;
}
.aside-slideLeft.slideOut{
    transform: translate3d(0px, 0px, 0px)!important;
}
.goTop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 120px;
    width: 36px;
    height: 36px;
    background: url(../images/goTop.png) no-repeat center center;
    background-size: contain;
}