html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

* {
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    /* 点击不出现阴影*/
}

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei", sans-serif;
    /* font-weight: lighter; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
select,
textarea {
    color: #555;
    background-color: #fff;
    border: solid 1px #ddd;
}

i {
    font-style: normal
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a{
    /* color: #666; */
    display: block;
    text-decoration: none;
    cursor: pointer;
}

a.ie6:hover {
    zoom: 1
}

a,
a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

sub,
sup {
    vertical-align: baseline
}

button {
    background: transparent;
    border: none;
}

textarea {
    resize: none;
}

/*img*/
img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

/*IE下a:hover 背景闪烁*/
* html {
    overflow: -moz-scrollbars-vertical;

    zoom: expression(function(ele) {
        ele.style.zoom="1";
        document.execCommand("BackgroundImageCache", false, true)
    }

    (this))
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input,
select,
textarea {
    border: none;
    outline: transparent;
    background: none;
}

/*清除浮动*/
.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

.img-hidden {
    display: none;
}

/* 文字居左居右 */
.t-a-l,
.text-align-left {
    text-align: left !important;
}

.t-a-r,
.text-align-right {
    text-align: right !important;
}

.t-a-c,
.text-align-center {
    text-align: center !important;
}

/* 左右浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

/* 固定背景图像 */
.fleximg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

/* 居中定位 */
.s-re-v,
.s-re-vertical-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* 加粗 */
.bold {
    font-weight: 500
}

.bold-5 {
    font-weight: 500;
}

.bold-6 {
    font-weight: 600;
}

.bold-7 {
    font-weight: 700;
}

/* margin边距 */
.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mb10 {
    margin-bottom: 10px
}

.ml10 {
    margin-left: 10px
}

.mb5 {
    margin-bottom: 5px
}

.mb15 {
    margin-bottom: 15px
}

.mtb10 {
    margin: 10px 0;
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px
}

.mtb30 {
    margin: 30px 0;
}

.ptb5 {
    padding: 5px 0;
}

.pb15 {
    padding: 0 0 15px;
}

.ptb15 {
    padding: 15px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb30 {
    padding: 30px 0;
}

.ptb45 {
    padding: 45px 0;
}

.pt60 {
    padding-top: 60px;
}

.ptb60 {
    padding: 60px 0;
}

.ptb75 {
    padding: 75px 0;
}

.mt75 {
    margin-top: 75px;
}

/* 背景颜色 */
.bg-w {
    background-color: #fff;
}

.bg-fa {
    background-color: #fafafa;
}

.bg-30 {
    background-color: #303030;
}

.bg-50 {
    background-color: #505050;
}

.bg-fb {
    background-color: #fbfbfb;
}

.bg-f9 {
    background-color: #f9f9f9;
}

.bg-ef {
    background-color: #efefef;
}

.bg-b {
    background-color: #000;
}

.bg-l {
    background-color:  rgba(23, 138, 235, .7);
}

.bg-l2{
    background-color: #3fcdfd;
}

.bg-l3{
    background-color: #0096e3;
}

/* 分割线 */
.cut-line {
    border-bottom: 1px solid #efefef;
}

.inline-b {
    display: inline-block;
}

/* 字体颜色 */
.f-c-w {
    color: #fff;
}

.f-c-0 {
    color: #000;
}

.f-c-3 {
    color: #333;
}

.f-c-6 {
    color: #666;
}

.f-c-9 {
    color: #999;
}

.f-c-wo {
    color: rgba(255, 255, 255, .8) !important;
}

.f-c-b {
    color: #000;
}

.f-c-1b {
    color: #1b1b1b;
}

.f-c-l2{
    color: #0096e3;
}

.f-c-1bo {
    color: rgba(27, 27, 27, .5);
}

.f-c-ef{
    color: #efefef !important;
}

/* 字号大小 */

.f-z-12 {
    font-size: 12px;
}
.f-z-13 {
    font-size: 13px;
}

.f-z-14 {
    font-size: 14px;
}

.f-z-15 {
    font-size: 15px;
}

.f-z-16 {
    font-size: 16px;
}

.f-z-17 {
    font-size: 17px;
}

.f-z-18 {
    font-size: 18px;
}

.f-z-20 {
    font-size: 20px;
}

.f-z-21 {
    font-size: 21px;
}

.f-z-22 {
    font-size: 22px;
}

.f-z-23 {
    font-size: 23px;
}

.f-z-24 {
    font-size: 24px;
}

.f-z-25 {
    font-size: 25px;
}

.f-z-26 {
    font-size: 26px;
}

.f-z-28 {
    font-size: 28px;
}

.f-z-30 {
    font-size: 30px;
}

.f-z-32 {
    font-size: 32px;
}

.f-z-36 {
    font-size: 36px;
}

.f-z-40 {
    font-size: 40px;
}

/* 圆角 */
.bord-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.bord-50 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* 显示 隐藏 */
.hide {
    display: none;
}

.show {
    display: block
}

.grid-4 {
    width: 4%;
}

.grid-5 {
    width: 5%;
}

.grid-10 {
    width: 10%;
}

.grid-15 {
    width: 15%;
}

.grid-20 {
    width: 20%;
}

.grid-25 {
    width: 25%;
}

.grid-30 {
    width: 30%;
}

.grid-35 {
    width: 35%;
}

.grid-40 {
    width: 40%;
}

.grid-45 {
    width: 45%;
}

.grid-50 {
    width: 50%;
}

.grid-55 {
    width: 55%;
}

.grid-60 {
    width: 60%;
}

.grid-65 {
    width: 65%;
}

.grid-70 {
    width: 70%;
}

.grid-75 {
    width: 75%;
}

.grid-80 {
    width: 80%;
}

.grid-85 {
    width: 85%;
}

.grid-90 {
    width: 90%;
}

.grid-95 {
    width: 95%;
}

.grid-100 {
    width: 100%;
}
.layui-laypage a:hover {
    color: #12ccfa !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #12ccfa !important;
}