html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
cite,
code,
em,
img,
strong,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    display: block;
    border: none;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1em;
}


/** 重置文本格式元素 **/

a {
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    /*text-decoration: underline;*/
    -webkit-tap-highlight-color: transparent;
}

a:active,
a:link,
a:visited {
    border: none;
    outline: none;
}

i {
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/** 重置表格元素 **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 使得表单元素在 ie 下能继承字体大小 */

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
    background: transparent;
}
textarea{
    resize: none;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: transparent;
}

body {
    font-family: sans-serif;
    display: block;
    font-family: "微软雅黑", "Arial", "microsoft yahei", Helvetica, "Verdana", "sans-serif";
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    //   -webkit-user-select: none;
    //  -moz-user-select: none;
    //  -ms-user-select: none;
    //  user-select: none;
}

body,
html {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

input,
textarea,
button {
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
}

pre {
    white-space: pre-wrap;
    font-family: "微软雅黑", Helvetica, "microsoft yahei", "Arial", "Verdana", "sans-serif";
}


/*组件性*/

.zgh-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*ie10以上 文本能否被选中*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.zgh-btn:hover {
    color: #333;
    background-color: #eee;
}

.zgh-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}


/*input   type="text"*/

.form-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e;
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(102, 175, 233, .6);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.middle_before:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.middle {
    display: inline-block;
    vertical-align: middle;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.row2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.row3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.row4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cl {
    zoom: 1;
}

.l {
    float: left;
}

.r {
    float: right;
}

.border2 {
    border: 2px solid #eee;
}

.borderT2 {
    border-top: 2px solid #eee;
}

.borderB2 {
    border-bottom: 2px solid #eee;
}

.borderL2 {
    border-left: 2px solid #eee;
}

.borderR2 {
    border-right: 2px solid #eee;
}

.borderT,
.borderB,
.borderR,
.borderL {
    position: relative;
    overflow: hidden;
}

.borderT:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    margin-left: -25%;
    background: #eee;
    transform: scaleY(.5);
    z-index: 1;
}

.borderL:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: scaleX(.5);
    clear: both;
    z-index: 1;
}

.borderTB:after,
.borderTB:before {
    position: absolute;
    left: 0;
    content: '';
    display: block;
    width: 200%;
    height: 1px;
    margin-left: -25%;
    background: #eee;
    transform: scaleY(.5);
    z-index: 1;
}

.borderTB:before {
    top: 0;
    clear: both;
}

.borderTB:after {
    bottom: 0;
}

.borderR:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: scaleX(.5);
    clear: both;
    z-index: 1;
}

.borderB:after {
    clear: both;
    display: table;
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1px;
    background-image: linear-gradient(0deg, transparent 50%, #eee 50%);
    z-index: 1;
}

.disb {
    display: block;
    margin: 0 auto;
}

.disi {
    display: inline-block;
}

.border-box {
    box-sizing: border-box;
}

.radius4 {
    border-radius: 4px;
}

.radius5 {
    border-radius: 5px;
}

.radius6 {
    border-radius: 6px;
}

.radius8 {
    border-radius: 8px;
}

.radius10 {
    border-radius: 10px;
}

.radius15 {
    border-radius: 15px;
}

.radius100 {
    border-radius: 100%;
}

.wauto {
    width: auto;
}

.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w49 {
    width: 49% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w85 {
    width: 85% !important;
}

.w90 {
    width: 90% !important;
}

.w95 {
    width: 95% !important;
}

.w100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.bgf {
    background: #fff !important;
}

.bge {
    background: #eee !important;
}

.textC {
    text-align: center !important;
}

.textL {
    text-align: left !important;
}

.textR {
    text-align: right !important;
}

.text-indent2 {
    text-indent: 2em !important;
}

.text-indent {
    text-indent: 1em !important;
}

.lh1-1 {
    line-height: 1.1em;
}

.lh1-2 {
    line-height: 1.2em;
}

.lh1-3 {
    line-height: 1.3em;
}

.lh1-4 {
    line-height: 1.4em;
}

.lh1-5 {
    line-height: 1.5em;
}

.lh1-6 {
    line-height: 1.6em;
}

.lh1-7 {
    line-height: 1.7em;
}

.lh1-8 {
    line-height: 1.8em;
}

.lh1-9 {
    line-height: 1.9em;
}

.lh2 {
    line-height: 2em;
}

.color1f {
    color: #1f1f1f !important;
}

.color3 {
    color: #333 !important;
}

.color4 {
    color: #444 !important;
}

.color38 {
    color: #383838 !important;
}

.color6 {
    color: #666 !important;
}

.color8 {
    color: #888 !important;
}

.color9 {
    color: #999 !important;
}

.colora {
    color: #aaa !important;
}

.colorf {
    color: #fff !important;
}

.colore {
    color: #eee !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs18 {
    font-size: 18px !important;
}
.bold{
    font-weight: bold;
}
.mgC {
    display: block;
    margin: 0 auto;
}

@media screen {
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9 {
        position: relative;
        float: left;
    }
    .col-12 {
        width: 100%;
    }
    .col-11 {
        width: 91.66666667%;
    }
    .col-10 {
        width: 83.33333333%;
    }
    .col-9 {
        width: 75%;
    }
    .col-8 {
        width: 66.66666667%;
    }
    .col-7 {
        width: 58.33333333%;
    }
    .col-6 {
        width: 50%;
    }
    .col-5 {
        width: 41.66666667%;
    }
    .col-4 {
        width: 33.33333333%;
    }
    .col-3 {
        width: 25%;
    }
    .col-2 {
        width: 16.66666667%;
    }
    .col-1 {
        width: 8.33333333%;
    }
    .col-pull-12 {
        right: 100%;
    }
    .col-pull-11 {
        right: 91.66666667%;
    }
    .col-pull-10 {
        right: 83.33333333%;
    }
    .col-pull-9 {
        right: 75%;
    }
    .col-pull-8 {
        right: 66.66666667%;
    }
    .col-pull-7 {
        right: 58.33333333%;
    }
    .col-pull-6 {
        right: 50%;
    }
    .col-pull-5 {
        right: 41.66666667%;
    }
    .col-pull-4 {
        right: 33.33333333%;
    }
    .col-pull-3 {
        right: 25%;
    }
    .col-pull-2 {
        right: 16.66666667%;
    }
    .col-pull-1 {
        right: 8.33333333%;
    }
    .col-pull-0 {
        right: auto;
    }
    .col-push-12 {
        left: 100%;
    }
    .col-push-11 {
        left: 91.66666667%;
    }
    .col-push-10 {
        left: 83.33333333%;
    }
    .col-push-9 {
        left: 75%;
    }
    .col-push-8 {
        left: 66.66666667%;
    }
    .col-push-7 {
        left: 58.33333333%;
    }
    .col-push-6 {
        left: 50%;
    }
    .col-push-5 {
        left: 41.66666667%;
    }
    .col-push-4 {
        left: 33.33333333%;
    }
    .col-push-3 {
        left: 25%;
    }
    .col-push-2 {
        left: 16.66666667%;
    }
    .col-push-1 {
        left: 8.33333333%;
    }
    .col-push-0 {
        left: auto;
    }
    .col-offset-12 {
        margin-left: 100%;
    }
    .col-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-offset-9 {
        margin-left: 75%;
    }
    .col-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-offset-6 {
        margin-left: 50%;
    }
    .col-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-offset-3 {
        margin-left: 25%;
    }
    .col-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-offset-0 {
        margin-left: 0;
    }
}