html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
} 
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input,figure,figcaption{margin:0;padding:0;border:0}
body{font-size:28px;font-size:.28rem;max-width:1080px;margin:0 auto!important;/*background:#fff;*/font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif}
a {text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);color:#333;}
a,a:active,a:hover,a:focus,a:visited{text-decoration:none;outline:none;}
a,img{-webkit-touch-callout:none;}
img{ width:100%; vertical-align: middle;}
ol,ul,li{list-style:none}
i{ font-style:normal};
em{ font-style: normal;}
textarea,input[type="password"],input[type="text"]{resize:none;outline:0;-webkit-appearance:none;white-space:pre-wrap;word-wrap:break-word;background:#fff;}
input:-webkit-autofill {
    background-color: white;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
p{background-image:none;background-color:transparent;word-break:break-all;}
html{background:#fff;}
body{width:100%;position: relative;}


.boxs{
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box; 
 } 
.boxf{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
 -webkit-box-pack: justify;
  display: -webkit-box;
}

/*overflow*/
.overflow {
width:100%;
display:block;/*内联对象需加*/
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

/*清除浮动*/
.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
*html .clearfix { height: 1%; }
.clearfix { display: block; }
*+html .clearfix { min-height: 1%;}

/*color*/
.red{color: #eb0000!important;}
.green{color: #10af63!important;}
.blue{color: #1490d8!important;}
.text-orange{color: #ff7e00;}
.text-999{ color: #999!important;}
.text-666{ color: #666;}
.text-fff{ color: #fff;}

/* background */
.bg-default{background:#f7f7f7;}
.bg-orange{ background: #ff7e00;}
.bg-green{background:#10af63;}

/*function*/
.fl { float:left !important;}
.fr { float:right !important;}
.m0 {margin: 0;}
.mlr-5{ margin: 0 .05rem;}
.mtb-5{ margin: .05rem 0;}
.mlf-10{ margin: 0 .1rem;}
.mtb-10{ margin: .1rem 0;}
.mlf-15{ margin: 0 .15rem;}
.mtb-15{ margin: .15rem 0;}
.mlf-20{ margin: 0 .2rem;}
.mtb-20{ margin: .2rem 0;}

.p0{ padding: 0;}
.plr-5{ padding: 0 .05rem;}
.ptb-5{ padding: .05rem 0;}
.plf-10{ padding: 0 .1rem;}
.ptb-10{ padding: .1rem 0;}
.plf-15{ padding: 0 .15rem;}
.ptb-15{ padding: .15rem 0;}
.plf-20{ padding: 0 .2rem;}
.pl-20{ padding: 0 .2rem;}
.ptb-20{ padding: .2rem 0;}

.q-dbox{display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack:center; -moz-box-pack:center; -webkit-box-align:center; -moz-box-align:center; }
.fs20{font-size: .2rem;}
.fs22{font-size: .22rem;}
.fs24{font-size: .24rem;}
.fs26{font-size: .26rem;}
.fs28{font-size: .28rem;}
.fs30{font-size: .3rem;}
.fs32{font-size: .32rem;}
.fs34{font-size: .34rem;}
.fs36{font-size: .36rem;}
.fs38{font-size: .38rem;}
.fs40{font-size: .4rem;}
.qwn{font-weight:normal;}
.q-fwb{font-weight:bold;}
.q-tl{text-align:left !important;}
.q-tc{text-align:center !important;}
.q-tr{text-align:right !important;}
.q-taj{text-align:justify;text-justify:inter-ideograph;}
.q-wsn{word-wrap:normal;white-space:nowrap;}
.q-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.q-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.q-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.q-one{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.q-two{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;-moz-box-orient: vertical; }

/* table */
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1.42857143;
  text-align: center;
  display: table-cell;
  vertical-align: inherit;
  vertical-align: middle;  
}
.table > thead > tr > th img,
.table > tbody > tr > th img,
.table > tfoot > tr > th img,
.table > thead > tr > td img,
.table > tbody > tr > td img,
.table > tfoot > tr > td img{
  text-align: center;
  vertical-align: inherit;  
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px 2px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/*去掉苹果按钮默认自带样式*/
.form-change input,.form-change select{
            -webkit-appearance:none; /*去除系统默认的样式*/
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
    }
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
 -webkit-appearance: none;
 }


.bg_green { background: #01af63!important;}
.pic_new_title{text-align: center;}
.pic_new_title img{width: 6.28rem;height: auto;margin: 0 auto;}
.bNav{ position: fixed; left: 0; bottom: 0; width: 100%; padding: .12rem 0; background: #ffffff; border-top: 1px solid #dadada; z-index: 3;}
.bNav a{ float: left; width: 20%; text-align: center; color: #666;}
.bNav a.on{ color: #01af63;}
.bNav a i{ display: block; height: .44rem; margin: 0 auto; margin-bottom: .08rem;}
.bNav a:nth-child(1) i{background: url(../../Public/Mobile/images/icon/det-home.png) no-repeat center center; background-size: auto 100%;}
.bNav a.on:nth-child(1) i{background: url(../../Public/Mobile/images/icon/on-home.png) no-repeat center center; background-size: auto 100%;}
.bNav a:nth-child(2) i{background: url(../../Public/Mobile/images/icon/det-rec.png) no-repeat center center; background-size: auto 100%;}
.bNav a.on:nth-child(2) i{background: url(../../Public/Mobile/images/icon/on-rec.png) no-repeat center center; background-size: auto 100%;}
.bNav a:nth-child(3) i{background: url(../../Public/Mobile/images/icon/det-king.png) no-repeat center center; background-size: auto 100%;}
.bNav a.on:nth-child(3) i{background: url(../../Public/Mobile/images/icon/on-king.png) no-repeat center center; background-size: auto 100%;}
.bNav a:nth-child(4) i{background: url(../../Public/Mobile/images/icon/det-load.png) no-repeat center center; background-size: auto 100%;}
.bNav a.on:nth-child(4) i{background: url(../../Public/Mobile/images/icon/on-load.png) no-repeat center center; background-size: auto 100%;}
.bNav a:nth-child(5) i{background: url(../../Public/Mobile/images/icon/det-my.png) no-repeat center center; background-size: auto 100%;}
.bNav a.on:nth-child(5) i{background: url(../../Public/Mobile/images/icon/on-my.png) no-repeat center center; background-size: auto 100%;}
.topNavBox{ width: 100%; overflow: hidden;}
.contKey{color:#4d8dd4;}
