* {
    margin: 0;
    padding: 0;
    list-style-type: none
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: 14px;
    color: #606266
}

a {
    color: #606266;
    text-decoration: none;
    cursor: pointer
}
.margin-top-10{
    margin-top: 10px
}
.font-size-10 {
    font-size: 10px !important
}
.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-primary-color {
    color: #303133
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right
}

.background-red {
    background-color: #d41523 !important
}

.color-green {
    color: green
}

.background-white {
    background-color: white !important
}

.color-blue {
    color: #01AAED !important
}

.color-gray {
    color: #c2c2c2 !important
}

.background-gray {
    background-color: #f9f9f9 !important
}

.color-red {
    color: #d41523 !important
}

.color-white {
    color: white !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.text-over-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

button:hover,img:hover{
    opacity: 0.9;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
}
.page-area{
    overflow: hidden;
    margin: 40px auto 0
}
.page-area li {
    text-align: center;
    border: 1px solid #e2e2e2;
    float: left;
    width: 38px;
    margin: 0 9px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
}

.pageBtn-active {
    background-color: #ed393c;
    color: #fff
}