/* Normalizes margin,padding */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-family: "Microsoft YaHei", "Helvetica Neue", "Droid Sans", "Droid Sans Fallback", "Heiti SC", "Hiragino Sans GB", "Simsun", "sans-self";
    margin: 0;
    padding: 0;
}


/* Normalizes font-size for headers */


/*h1,h2,h3,h4,h5,h6 { font-size:100%;margin-top: 0;margin-bottom: 0;}*/

html,
body {
    font-size: 14px;
    height: 100vh;
    background: #f2f4f7;
    overflow: hidden;
}

.border0{
    border: 0;
}
/* Removes list-style from lists */

ol,
ul {
    list-style: none
}


/* Normalizes font-size and font-weight to normal */

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-size: normal;
    font-weight: normal
}


/* Removes list-style from lists */

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}


/* Removes border from fieldset and img */

fieldset,
img {
    border: 0
}

button {
    border: none;
    background: none;
}

textarea {
    resize: none;
}

.w80 {
    width: 100%;
}


/* Left-aligns text in caption and th */

caption,
th {
    text-align: left
}

i,
em {
    font-style: normal;
}

p {
    margin: 0;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}


/* Removes quotation marks from q */

q:before,
q:after {
    content: ''
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fr_i {
    float: right !important;
}

a:focus {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

[contenteditable="true"],
button:focus,
input:focus {
    outline: none;
    -moz-outline: none;
}

input::-ms-clear {
    display: none;
}

.checkbox,
.radio {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

*:hover {
    transition: all 0.3s;
}

.underline {
    text-decoration: underline !important;
}

.bold {
    font-weight: bold;
}

.red {
    color: #fa3637;
}

.light-grey {
    color: #b8bcc0;
}

.dark-gray {
    color: #4d555c;
}

.greyBasic {
    color: #8d969e;
}

.default {
    cursor: default !important;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs36 {
    font-size: 36px;
}

.fs48 {
    font-size: 48px;
}

.fs50 {
    font-size: 50px;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.fontnarmal {
    font-weight: normal;
}

.pointer {
    cursor: pointer;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.overflow {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.nowrap {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}

.relative {
    position: relative;
}

.flex {
    flex: 1;
}

.mt2 {
    margin-top: 2px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt13 {
    margin-top: 13px;
}

.mt15 {
    margin-top: 15px;
}

.mt18 {
    margin-top: 18px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt80 {
    margin-top: 80px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.p0 {
    padding: 0!important
}
.p11 {
    padding: 11px;
}
.p15 {
    padding: 15px;
}
.p10{
    padding: 10px!important;
}
.p5{
    padding: 5px!important;
}
.pl0 {
    padding-left: 0!important;
}
.pb15 {
    padding-bottom: 15px!important;
}
.pb10 {
    padding-bottom: 10px!important;
}
.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pt10 {
    padding-top: 10px;
}

.lh25 {
    line-height: 25px;
}