p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
li {
    list-style: none;
}

p{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

body {
    background-color: #fafafa;
    overflow: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    SimSun, sans-serif;
    min-width: 1200px!important;
}

li,
ul {
    list-style: none;
}

html,
body {
    height: 100%;
}

input {
    outline: none;
    border: none;
}
.color3{
    color: #333333;
}

.color6{
    color: #666666;
}
.color0{
    color: #000000;
}
.color9{
    color: #999999;
}
.pointer{
    cursor: pointer;
}
.red{
    color: red;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.font18{
    font-size: 18px;
}

.font22{
    font-size: 22px;
}

.weight8{
    font-weight: 800;
}

.weight6{
    font-weight:600;
}
.m_top {
    margin-top: 20px;
}
.m_top5 {
    margin-top: 5px;
}
.m_top10{
    margin-top: 10px;
}
.m_left20{
    margin-left: 20px;
}
.overflow1{
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}

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

.overflow3{
    overflow:hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}

::-moz-placeholder {
    font-size: 16px;
    color: #8DA2B5;
    letter-spacing: 0.73px;
}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #8DA2B5;
    letter-spacing: 0.73px;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #8DA2B5;
    letter-spacing: 0.73px;
}


.w1200 {
    width: 1200px;
    margin: auto;
}

.img100 {
    width: 100%;
    height: 100%;
}
.imgw100{
    width: 100%;
}

.cursor {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a p {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.h100 {
    height: 100%;
}

a {
    text-decoration: none;
}

.inactive{
    color: white!important;
    background-color: #2187F5;
}
