@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%;
}

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;
    margin: .67em 0;
}

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;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #d7f1f9 !important;
    border-radius: 100px !important;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #2895FC 3.83%, rgba(76, 221, 253, 0.8) 100%) !important;
    border-radius: 100px !important;
}

/*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;
        }

/*select 下拉选择设置右对齐*/
select option {
    /*direction: rtl;*/
}

/*修改滚动条样式*/
/*滚动条整体部分*/
.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-40 {
    margin-top: 40px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-55 {
    margin-top: 55px !important;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

/* margin-bottom */
.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-b-70 {
    margin-bottom: 70px !important;
}

.m-b_80 {
    margin-bottom: 80px !important;
}

.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-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;
}

/* 宽度 */
.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-4 {
    width: 16.66667%;
}

.zl-col-6 {
    width: 25%;
}

.zl-col-8 {
    width: 33.33333%;
}

.zl-col-12 {
    width: 50%;
}

.zl-col-24 {
    width: 100%;
}

[class*=zl-col-] {
    float: left;
    box-sizing: border-box;
}

.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;
}

/* 分栏间隔 40px 默认 */
.zl-row-gutter {
    margin-left: -20px;
    margin-right: -20px;
}

    .zl-row-gutter [class*=zl-col-] {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 分栏间隔 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;
        }

    /* 分栏间隔 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;
        }

    /* 分栏间隔 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;
        }

    /* 分栏间隔 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;
        }

/*居中 方式1*/
.middle-parent {
    position: relative;
}

.middle-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

/*背景图为空*/
.bg-no {
    background: none !important;
}

/* 常用动画补充 */

/*云浮动 1*/
.animation-float {
    animation: move_yun 3s linear infinite;
    -moz-animation: move_yun 3s linear infinite;
    -ms-animation: move_yun 3s linear infinite;
    -o-animation: move_yun 3s linear infinite;
    -webkit-animation: move_yun 3s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
}

/*云浮动 2*/
.animation-float-2 {
    animation: move_yun 4s linear infinite;
    -moz-animation: move_yun 4s linear infinite;
    -ms-animation: move_yun 4s linear infinite;
    -o-animation: move_yun 4s linear infinite;
    -webkit-animation: move_yun 4s linear infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
}

@keyframes move_yun {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-moz-keyframes move_yun {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move_yun {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-ms-keyframes move_yun {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-o-keyframes move_yun {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/*点闪烁*/
.animation-line-flicker {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0192d4;
    animation: animation-line-flicker 2s linear infinite 6s;
    top: 5px;
    left: 5px;
    position: absolute;
    opacity: 0;
}

@keyframes animation-line-flicker {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*延时*/
.animation-delay-0-5 {
    animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.animation-delay-1 {
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.animation-delay-1-5 {
    animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s; /* Safari 和 Chrome */
}

.animation-delay-2 {
    animation-delay: 2s;
    -ms-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -webkit-animation-delay: 2s; /* Safari 和 Chrome */
}

.animation-delay-2-5 {
    animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s; /* Safari 和 Chrome */
}

.textAlign {
    text-align: right;
}
