/*将所有标签内外边距清零 */
* {
    margin: 0;
    padding: 0
}

em,
i {
    font-style: normal
}

/* 将圆点去掉 */
li {
    list-style: none
}

/* 去掉图片下方间隙 */
img {
    /* 适应低版本 */
    border: 0;
    vertical-align: middle
}

/* 经过按钮时，变成小手 */
button {
    cursor: pointer
}

/* 去掉下划线 */
a {
    color: #666;
    text-decoration: none;
    display: block;
}

a:hover {
    color: #c81623
}

/* 改变字体，"\5B8B\4F53" unicode编码，防乱码 */
button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif
}

body {
    /* 抗锯齿性 */
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666
}

.hide,
.none {
    display: none
}

#aq-model {
    position: fixed;
    top: 0;
    left:-100%;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(/themes/default/404.png) no-repeat center;
}

/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

/* ie浏览器 */
.clearfix {
    *zoom: 1
}

.flex {
    display: flex;
}
.jcsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}
.f1{
    flex:1;
    overflow: hidden;
}
.name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.one-cute {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two-cute {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.three-cute {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fz12{
    font-size: .24rem;
}
.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}
.fwbold{
    font-weight: bold;
}
.pd3{
    padding:.3rem;
}
.pb3{
    padding-bottom: .3rem;
}
.pdc3{
    padding:0 .3rem;
}
.ml1{
    margin-left: .1rem !important;
}
.ml2{
    margin-left: .2rem !important;
}
.ml3{
    margin-left: .3rem !important;
}
.mt0{
    margin-top: 0 !important;
}
.mt1{
    margin-top: .1rem !important;
}
.mt2{
    margin-top: .2rem !important;
}
.mt3{
    margin-top: .3rem !important;
}
.mt4{
    margin-top: .4rem !important;
}
.mr1{
    margin-right: .1rem !important;
}
.mr2{
    margin-right: .2rem !important;
}
.mr3{
    margin-right: .3rem !important;
}
.mb1{
    margin-bottom: .1rem !important;
}
.mb2{
    margin-bottom: .2rem !important;
}
.mb3{
    margin-bottom: .3rem !important;
}
.mg-25{
    margin:0 .25rem;
}
.x-scoll{
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}
.no-scoll::-webkit-scrollbar{
	display: none;
}
.no-border{
    border:none !important;
}
.last-li li:last-child{
   border:none;
   margin-bottom: 0;
   padding-bottom: 0;
}

.first-li li:first-child{
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pd0{
    padding:0 !important;
}
.pt0{
    padding-top: 0 !important;
}
.pd3{
    padding:0 .3rem;
}

.no-num .img::after{
    display: none !important;
}