@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button {
    outline-style: none;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

input,
textarea {
    outline: none;
}

textarea:disabled,
input:disabled,
select:disabled {
    background-color: white;
    cursor: not-allowed;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: "Microsoft YaHei";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

a {
    background: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*iOS和Android*/
html::-webkit-scrollbar {
    display: none;
}

/*input 的placeholder属性会使文本位置偏上*/
input, textarea {
    border: 0;
    -webkit-appearance: none;
    line-height: normal;
}

/*input type=number之后，pc端出现上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[class*=" zl-icon"], [class^=zl-icon] {
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

/*修改滚动条样式*/
/*滚动条整体部分*/
.scroll_box::-webkit-scrollbar {
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}

._scroll_box {
    margin-right: 10px;
}

/*滚动条的轨道（里面装有Thumb）*/
.scroll_box::-webkit-scrollbar-track {
}

/*滚动条里面的小方块，能向上向下移动（或向左向右移动）*/
.scroll_box::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 7px #e3e3e3;;
    border-radius: 5px;
    background: #e3e3e3;
}

/*滚动条的轨道的两端按钮，由于通过点击微调小方块的位置。*/
.scroll_box::-webkit-scrollbar-button {
}

/*内层轨道，滚动条中间部分*/
.scroll_box::-webkit-scrollbar-track-piece {
}

/*边角，即垂直滚动条和水平滚动条相交的地方*/
.scroll_box::-webkit-scrollbar-corner {
}

/*两个滚动条的交汇处上用于拖动调整元素大小的小控件*/
.scroll_box::-webkit-resizer {
    /*-webkit-box-shadow: inset 0 0 5px rgba(123, 178, 218, 0.9);*/
    -webkit-box-shadow: inset 0 0 5px #e3e3e3;
    border-radius: 0;
    background: #e3e3e3;
}

/* 自定义类 */
/*margin*/
.m-0 {
    margin: 0 !important;
}

/*margin-top*/
.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-65 {
    margin-top: 65px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-t-85 {
    margin-top: 85px !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.m-t-95 {
    margin-top: 95px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

/* margin-bottom */
.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 14px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-55 {
    margin-bottom: 55px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-65 {
    margin-bottom: 65px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.m-b_80 {
    margin-bottom: 80px !important;
}

.m-b-85 {
    margin-bottom: 85px !important;
}

.m-b-90 {
    margin-bottom: 90px !important;
}

.m-b-95 {
    margin-bottom: 95px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.m-b-105 {
    margin-bottom: 105px !important;
}

.m-b-110 {
    margin-bottom: 110px !important;
}

.m-b-115 {
    margin-bottom: 115px !important;
}

.m-b-120 {
    margin-bottom: 120px !important;
}

.m-b-125 {
    margin-bottom: 125px !important;
}

.m-b-130 {
    margin-bottom: 130px !important;
}

.m-b-135 {
    margin-bottom: 135px !important;
}

.m-b-140 {
    margin-bottom: 140px !important;
}

/* margin-right */
.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-r-45 {
    margin-right: 45px !important;
}

.m-r-50 {
    margin-right: 50px !important;
}

.m-r-55 {
    margin-right: 55px !important;
}

.m-r-60 {
    margin-right: 60px !important;
}

.m-r-65 {
    margin-right: 65px !important;
}

.m-r-70 {
    margin-right: 70px !important;
}

.m-r-75 {
    margin-right: 75px !important;
}

.m-r-80 {
    margin-right: 80px !important;
}

.m-r-85 {
    margin-right: 85px !important;
}

.m-r-90 {
    margin-right: 90px !important;
}

.m-r-95 {
    margin-right: 95px !important;
}

.m-r-100 {
    margin-right: 100px !important;
}

/* margin-left */
.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.m-l-45 {
    margin-left: 45px !important;
}

.m-l-50 {
    margin-left: 50px !important;
}

.m-l-55 {
    margin-left: 55px !important;
}

.m-l-60 {
    margin-left: 60px !important;
}

.m-l-65 {
    margin-left: 65px !important;
}

.m-l-70 {
    margin-left: 70px !important;
}

.m-l-75 {
    margin-left: 75px !important;
}

.m-l-80 {
    margin-left: 80px !important;
}

.m-l-85 {
    margin-left: 85px !important;
}

.m-l-90 {
    margin-left: 90px !important;
}

.m-l-95 {
    margin-left: 95px !important;
}

.m-l-100 {
    margin-left: 100px !important;
}

/* 宽度 */
.w-100 {
    width: 100%;
}

.w-95 {
    width: 90%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-65 {
    width: 65%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

/*单行文本溢出显示省略号*/
.clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

/*限制p元素之显示2行文字，同时出现省略号。*/
.clamp-2 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*限制p元素之显示3行文字，同时出现省略号。*/
.clamp-3 {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 栅格 */
.zl-row {
    position: relative;
    box-sizing: border-box;
}

.zl-col-1 {
    width: 4.16667%;
}

.zl-col-2 {
    width: 8.33332%;
}

.zl-col-3 {
    width: 12.5%;
}

.zl-col-4 {
    width: 16.66667%;
}

.zl-col-5 {
    width: 20.83332%;
}

.zl-col-6 {
    width: 25%;
}

.zl-col-7 {
    width: 29.16667%;
}

.zl-col-8 {
    width: 33.33333%;
}

.zl-col-9 {
    width: 37.5%;
}

.zl-col-10 {
    width: 41.66667%;
}

.zl-col-11 {
    width: 45.83332%;
}

.zl-col-12 {
    width: 50%;
}

.zl-col-13 {
    width: 54.16667%;
}

.zl-col-14 {
    width: 58.33332%;
}

.zl-col-15 {
    width: 62.5%;
}

.zl-col-16 {
    width: 66.66667%;
}

.zl-col-17 {
    width: 70.83332%;
}

.zl-col-18 {
    width: 75%;
}

.zl-col-19 {
    width: 79.16667%;
}

.zl-col-20 {
    width: 83.33332%;
}

.zl-col-21 {
    width: 87.5%;
}

.zl-col-22 {
    width: 91.66667%;
}

.zl-col-23 {
    width: 95.83332%;
}

.zl-col-24 {
    width: 100%;
}

[class*=zl-col-] {
    float: left;
    box-sizing: border-box;
}

/**
* 说明 暂时 zl-row-gutter 支持
* 10(或者 10px) , 15(或者 15px)
* 20(或者 20px)默认, 25(或者 25px)
* 30(或者 30px),35(或者 35px)
* 40(或者 40px),45(或者 45px)
* 50(或者 50px)
*/
.zl-row-gutter:after, .zl-row-gutter:before,
.zl-row:after, .zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter:after,
.zl-row:after {
    clear: both;
}

.zl-row-gutter:after, .zl-row-gutter:before,
.zl-row:after, .zl-row:before {
    display: table;
    content: "";
}

.zl-row-gutter {
    position: relative;
    box-sizing: border-box;
}

/* 分栏间隔 20px 默认 */
.zl-row-gutter {
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}

.zl-row-gutter [class*=zl-col-] {
    padding-left: 10px;
    padding-right: 10px;
}

/* 分栏间隔 50px  */
.zl-row-gutter[zl-row-gutter='50'],
.zl-row-gutter[zl-row-gutter='50px'] {
    margin-left: -25px;
    margin-right: -25px;
}

.zl-row-gutter[zl-row-gutter='50'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='50px'] [class*=zl-col-] {
    padding-left: 25px;
    padding-right: 25px;
}

/* 分栏间隔 45px  */
.zl-row-gutter[zl-row-gutter='45'],
.zl-row-gutter[zl-row-gutter='45px'] {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.zl-row-gutter[zl-row-gutter='45'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='45px'] [class*=zl-col-] {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

/* 分栏间隔 40px  */
.zl-row-gutter[zl-row-gutter='40'],
.zl-row-gutter[zl-row-gutter='40px'] {
    margin-left: -20px;
    margin-right: -20px;
}

.zl-row-gutter[zl-row-gutter='40'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='40px'] [class*=zl-col-] {
    padding-left: 20px;
    padding-right: 20px;
}

/* 分栏间隔 35px  */
.zl-row-gutter[zl-row-gutter='35'],
.zl-row-gutter[zl-row-gutter='35px'] {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.zl-row-gutter[zl-row-gutter='35'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='35px'] [class*=zl-col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

/* 分栏间隔 30px  */
.zl-row-gutter[zl-row-gutter='30'],
.zl-row-gutter[zl-row-gutter='30px'] {
    margin-left: -15px;
    margin-right: -15px;
}

.zl-row-gutter[zl-row-gutter='30'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='30px'] [class*=zl-col-] {
    padding-left: 15px;
    padding-right: 15px;
}

/* 分栏间隔 25px  */
.zl-row-gutter[zl-row-gutter='25'],
.zl-row-gutter[zl-row-gutter='25px'] {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.zl-row-gutter[zl-row-gutter='25'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='25px'] [class*=zl-col-] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

/* 分栏间隔 20px  */
.zl-row-gutter[zl-row-gutter='20'],
.zl-row-gutter[zl-row-gutter='20px'] {
    margin-left: -10px;
    margin-right: -10px;
}

.zl-row-gutter[zl-row-gutter='20'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='20px'] [class*=zl-col-] {
    padding-left: 10px;
    padding-right: 10px;
}

/* 分栏间隔 15px  */
.zl-row-gutter[zl-row-gutter='15'],
.zl-row-gutter[zl-row-gutter='15px'] {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.zl-row-gutter[zl-row-gutter='15'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='15px'] [class*=zl-col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* 分栏间隔 10px  */
.zl-row-gutter[zl-row-gutter='10'],
.zl-row-gutter[zl-row-gutter='10px'] {
    margin-left: -5px;
    margin-right: -5px;
}

.zl-row-gutter[zl-row-gutter='10'] [class*=zl-col-],
.zl-row-gutter[zl-row-gutter='10px'] [class*=zl-col-] {
    padding-left: 5px;
    padding-right: 5px;
}

/* 分栏间隔 0.2rem  */
.zl-row-gutter[zl-row-gutter='0.2rem'] {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.zl-row-gutter[zl-row-gutter='0.2rem'] [class*=zl-col-] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}


















