@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
input[type='button'],button{-webkit-appearance: none;}
caption,th{font-weight:normal;}
html,body,fieldset,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
ul , ol , ul li , li , ol li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{color:#666;outline:0;}
body {font-family: PingFangSC-Regular,'Microsoft YaHei',Verdana,Helvetica;}
html,body{-webkit-tap-highlight-color: rgba(0,0,0,0);}  /*去除苹果手机点击特效*/
a{color:#333; border: none; text-decoration: none;outline:none;
    /*移除虚线框  IE8,FF有用*/ hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/
    /*去除点击高亮*/-webkit-tap-highlight-color:rgba(0,0,0,0);
    font-family: PingFangSC-Regular,"Microsoft YaHei",Verdana,Helvetica;}

a:focus{outline: 0;-moz-outline-style: none;}
a:hover{}
img{overflow: hidden;border: 0 none;vertical-align: middle;-ms-interpolation-mode: bicubic;}
button,input,select,textarea{font-family: PingFangSC-Regular,'Microsoft YaHei',Verdana,Helvetica;font-size:100%;margin: 0;outline: 0 none;vertical-align: baseline;_overflow
:visible;*vertical-align: middle;*overflow:visible;-webkit-tap-highlight-color: rgba(0,0,0,0);
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    /*cursor: pointer;*/
}
html {
    /*font-size : 20px;*/
    background: #F5F5F5;
}
/*--- 自定义全局function ---*/
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
    display: none;
}

.word-font{
    font-family: Microsoft Yahei,'黑体';
}
.num-font{
    font-family: Robots,Helvetica,Verdana;
}


.overlayer{
    position:fixed;
    left:0;
    top:0;
    overflow:hidden;
    z-index:10;
}
.littleFont12{
    font-size: 0.12rem;
    color: #666666;
    letter-spacing: 0;
}
.littleFont13{
    font-size: 0.13rem;
    color: #808080;
    letter-spacing: 0;
}
.littleFont14 {
    font-size: 0.14rem;
    color: #333333;
    letter-spacing: 0;
}

.middleFont15{
    font-size: 0.15rem;
    color: #333333;
    letter-spacing: 0;
}

.middleFont17{
    font-size: 0.17rem;
    color: #333333;
    letter-spacing: 0;
}
.bigFont24{
    font-size: 0.24rem;
    color: #ff4444;
    letter-spacing: 0;
}
.commonLine{
    position: relative;
    border-left: 1px solid #ccc;
    height: 0.1rem;
}
.mint-header.is-fixed{
    z-index: 100 !important;
}
.hasHeader{
    height:94%;
}
/* 覆盖open-ui组件样式 */
.auto_redeem .div_switch {
    height: .20rem !important;
    width: .6rem !important;
}
.auto_redeem .div_switch .div_circle {
    height: .18rem !important;
}
.auto_redeem .div_btn_submit {
    height: .45rem !important;
    line-height: .45rem !important;
}
.auto_redeem .div_circle {
    width: .3rem !important;
}
.auto_redeem .div_back {
    width: .56rem !important;
    background: #FAFAFA !important;
}
.auto_redeem .div_circleSelect {
    transform:translateX(0.24rem) !important;
}

.global_fontColor{
    color:#FF4444;
}
.global_backgroundColor{
    background:#FF4444;
}
.global_border{
    border: 1px solid #FF4444;
}
.global_swipe{
    width: 100%;
    margin-left:0;
    margin-top:0;
    border-radius:0;
}