#type_list {
    font-size: 0.34rem;
}

.synew {
    margin: 0.1rem auto;
    box-sizing: border-box;
    padding: 0.1rem 0 0.1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.synew>img:nth-child(2) {
    width: 0.81rem;
    height: 1.14rem;
    padding-top: .08rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}

.synew>img:nth-child(3) {
    width: 5%;
    position: absolute;
    top: 0.06rem;
    left: 0.53rem;

}

.synew>div {
    width: 5.5rem;
}

.synew>.jt {
    width: 0.17rem;
    height: 0.3rem;
    margin: 0.1rem 0.2rem 0 0;
}

.synew>div p {
    font-size: 0.28rem;
    font-weight: 300;
    color: #5C5C5C;
}

.synew>div h4 {
    font-size: 0.34rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.34rem;
    width: 5rem;
}

.nodata {
    width: 4rem;
    margin: 3.4rem auto !important;
}

.header {
    z-index: 9990;
    position: fixed;
    top: 0;
    height: 1rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 750px;
}

/*列表*/
.mescroll {
    width: 7.5rem;
    position: fixed;
    top: 0.82rem;
    bottom: 0.51rem;
    height: auto;
}

/* 头部 */
.top_title {
    margin: 0 auto;
    text-align: center;
    font-size: .36rem;
    line-height: .4rem;
    font-weight: 500;
    position: relative;
    padding: .2rem 0;
    background: #4148eb;
}

.top_title>a:first-child {
    display: block;
    position: absolute;
    left: .1rem;
    font-size: 0.25rem;
    /* margin-top: .1rem; */
    margin-left: .1rem;
}

.top_title a {
    text-decoration: none;
    cursor: pointer;
    font-size: 0.34rem;
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;
}


.type_list {
    /* padding-top: 0.5rem; */
    box-sizing: border-box;
}

.to_top {
    position: fixed;
    right: 0.2rem;
    bottom: 0.5rem;
    width: 0.8rem;
}

/*自定义动画类----顺时针旋转（使用这个动画的时候才设置动画执行时间）*/
@-webkit-keyframes changeright {

    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.xz {
    -webkit-animation: changeright 6s linear infinite;
}

.xiaocao {
    width: 0.32rem;
}

.xiaocao_text {
    font-size: 0.32rem;
    color: #279152;
    margin-left: 0.2rem;
}

.noData_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mescroll-upwarp.mescroll-hardware.none {
    display: none !important;
}

.list_page {
    margin: 0 auto;
    text-align: center;
    width: 7.5rem;
}