/* reset */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    font-weight: normal;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    -webkit-appearance: none;
}

/* custom */
a {
    color: inherit;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

select {
    border-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}

html, body {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    font-weight: 400;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #F7F8FA;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input {
    -webkit-appearance: none;
    padding-top: 0 !important;
}

/*input[disabled],*/
/*input[readonly]:not(.cloned-text-input),*/
/*select[disabled],*/
/*select[readonly],*/
/*textarea[disabled],*/
/*textarea[readonly]:not(.cloned-text-input) {*/
    /*background: transparent;*/
/*}*/

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
}

button, input:focus {
    outline: none;
}

/******FOR font******/
.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-22{
    font-size: 22px;
}


.fs-24 {
    font-size: 24px;
}

/*color*/
.c-blue {
    color: #1D5BF4;
}

.c-999 {
    color: #999 !important;
}

.c-333 {
    color: #333 !important;
}

.c-666 {
    color: #666 !important;
}

.c-white {
    color: #fff;
}

/*background*/
.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background: #1D5BF4;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right;
}

.over-hidden {
    overflow: hidden;
}

.pad-side-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-side-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pad-side-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pad-ver-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-ver-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pad-ver-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pd-15{
    padding:15px;
}

.pt-8{
    padding-top:8px;
}

.pb-40 {
    padding-bottom: 40px;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.mar-ver-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mar-ver-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mar-ver-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}


.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-auto {
    margin-left: auto !important;
}

.mar-10 {
    margin: 10px 10px 10px 0 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/******FOR OTHER******/

.txt-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txt-line-2 {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lh-15 {
    line-height: 15px;
}

.lh-16 {
    line-height: 16px;
}

.lh-18 {
    line-height: 18px;
}

.lh-20 {
    line-height: 20px;
}

.lh-22 {
    line-height: 22px;
}

.lh-24 {
    line-height: 24px;
}

.lh-30 {
    line-height: 30px;
}

.lh-34 {
    line-height: 34px;
}

.lh-40 {
    line-height: 40px;
}

.h-50{
    height:50px;
    line-height:50px;
}
.h-167{
    min-height:167px;
}

.br5 {
    border-radius: 5px !important;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
}

.flex-2 {
    flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
}

.space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.bold {
    font-weight: bold;
}

.light {
    font-weight: lighter;
}

.borderb {
    border-bottom: 1px solid #F7F8FA;

}

.percent-48 {
    width: 48% !important;
}

.percent-65 {
    width: 65%;
}

.percent-67 {
    width: 67%;
}

.percent-68 {
    width: 68%;
}

.percent-70 {
    width: 70%;
}

.percent-72 {
    width: 72%;
}

.percent-80 {
    width: 80%;
}

.percent-90 {
    width: 90%;
}

.percent-100 {
    width: 100%;
}

.indent-2 {
    text-indent: 2em;
}

.relative {
    position: relative;
}


