html {
    font-size: 10px;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}
ul,ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0 ;
    padding: 0;
}
/* strong {
    font-weight: 400;
} */

.w1180 {
    width: 1180px;
    margin: 0 auto;
}
/* base */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana,Geneva,sans-serif;
}
/* em,i{
    font-style: normal;
} */
li{
    list-style: none;
}
img{
    border: 0;
    vertical-align: middle;
}
button{
    cursor: pointer;
}
a{
    color: #666 ;
    text-decoration: none !important;
}
.clearfix:after{
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}
.clearfix{
    *zoom:1
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/* :root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
} */

/* flex */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-start {
    display: flex;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-start {
    display: flex;
    flex-direction: column;
}
.column-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.column-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
/* flex */

/* 文字 */
.c-666 {
    color: #666;
}
.c-999 {
    color: #999;
}
.c-222 {
    color: #222;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.c-608 {
    color: #6084A5;
}
.c-fff {
    color: #FFFFFF;
}
.c-0d7 {
    color: #0D7BFF;
}
.mt-10 {
    margin-top: 10px;
}
.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
/* 文字 */
/* 暂无数据 */
.no-data {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.no-data-img {
    width: 280px;
    height: 200px;
}

.no-data-div {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}
