﻿*, :after, :before {
    box-sizing: border-box;
}
a{

}
html {
    color: #252525;
    overflow: hidden!important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    vertical-align: top;
    font-family: 微软雅黑;

}

html, body {
    height: 100%;
    overflow: hidden;
    font-family: 微软雅黑;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: middle!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  font-size:12px;  }
table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}
img[src=""]{opacity:0;}
abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none
}
ul,li{ margin: 0px; padding: 0px; list-style: none}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: none;
}

ins, a {
    text-decoration: none
}

button {
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;

}

input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;
    border-radius: 0;

}

textarea {
    -webkit-appearance: none;
}

body {
    font-family: 微软雅黑;
    line-height: 1.5;
    color: #252525;
    /*-webkit-user-select: none;*/
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    outline: none
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

/*文字排版、颜色*/
.f12,.f12 * {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f20 {
    font-size: 20px

}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.fw {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t2 {
    text-indent: 2em
}

.red, a.red {
    color: #CF1E41!important
}

.blue, a.blue {
    color: #428bca!important
}
.gray, a.gray {
    color: #A1A1A1!important;
}

.green, a.green {
    color: #2DB200
}

.lh150 {
    line-height: 150%
}

.lh180 {
    line-height: 180%
}

.lh200 {
    line-height: 200%
}

.unl {
    text-decoration: underline;
}

.no_unl {
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.vm {
    vertical-align: middle
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.abs-right {
    position: absolute;
    right: 0
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden
}

.hide {
    display: none
}

.mz0 {
    margin: 0px !important;
}
a{ text-decoration: none!important;}
a:hover{ text-decoration: none!important;}
a:active{ text-decoration: none!important;}
a:visited{ text-decoration: none!important;}

/*  垂直居中  */
.box{ width: 100%; height: 100%; line-height:20px; position:relative;}
.box1{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.box2{
    display: flex;
    justify-content:center;
    align-items:Center;
}
.box3 span{
    width: 50%;
    height: 50%;
    background: #000;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.box4 span{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    text-align: center;
}
.box5{
    display: flex;
    text-align: center;
}
.box5 span{margin: auto;}
.box6{
    display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    -webkit-box-orient: vertical;
    text-align: center
}
.green{ color:#1aad19; float:none!important}

/*  全局公用样式  */
.main{ height: 100%; overflow: auto; -webkit-overflow-scrolling: touch;}
.bot44{ height:calc(100% - 44px); height:-webkit-calc(100% - 44px);  }
.bot60{ height:calc(100% - 60px); height:-webkit-calc(100% - 60px);  }
.top44{ margin-top: 44px;}
.h60{ height:60px!important;line-height: 60px!important;}
.mt10{ margin:10px 10px 0 10px;}
/*  公用头部  */
.header{ width: 100%; height:44px;line-height: 44px;  background: #fff;position: absolute; top: 0; left: 0;}
/*  公用底部  */
.footer{width: 100%; height: 44px; position: absolute; bottom: 0; left: 0; background: #fff;}
.footer .nav{ height: 100%; position: relative}
.footer .nav:after{ content: "";  left: 0;  top: -1px;  width: 100%;  height: 2px; position: absolute;  border-top: 1px solid #ddd;  -webkit-transform-origin: 0 100%;  transform-origin: 0 100%;  -webkit-transform: scaleY(.5);  transform: scaleY(.5); }
.footer .nav a{ display: block; float: left; width: 25%; text-align:center; height: 100%; font-size: 14px; box-sizing: border-box; color: #708C9A; line-height: 20px; font-size: 12px;}
.footer .nav a:hover{color: #708C9A; text-decoration: none; }
.footer .nav a:visited{color: #708C9A; text-decoration: none; }
.footer .nav a img{ width:20px; margin-top: 5px; }
.footer .nav .on{ color:#44FF00!important; }
/* 公用按钮  */
.mt20{ margin:20px;}
.mt20 a{ display: block; width: 100%; }
/* 轮播专区  */
.swiper-container {
    width: 100%;
}

.swiper-container img {
    display: block;
    width: 100%;
}
.weui-infinite-scroll{ position: absolute; bottom: 52px; text-align: center; width: 100%;  font-size: 14px; background: #fff; padding: 5px 0 2px; display: none; color:#9EB2B3  }
.weui-infinite-scroll .infinite-preloader {
    display: inline-block;
    margin-right: 4px;
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
    text-align: center;
}
.weui-infinite-scroll .infinite-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.weui-tab__bd .weui-tab__bd-item{
    -webkit-overflow-scrolling: touch;
}