
html, body, ul, li, p{
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img{
    max-width: 100%;
}
.wrap{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
}
.top-bar{
    display: block;
}
.top-bar img{
    display: block;
    width: 100%;
}

.slide-hd {
    text-align: center;
    height: 44px;
    border-bottom: 2px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
/*.slide-hd ul {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-flow: row;*/
/*    align-items: stretch;*/
/*    justify-content: space-between;*/
/*}*/
.slide-hd li {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}
.slide-hd a {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    min-width: 64px;
    height: 44px;
    color: #5C5C5C;
    font-weight: bold;
    position: relative;
}
.slide-hd a.on {
    color: #54a8ff;
}
.slide-hd a.on:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(270deg,#54a8ff,#20e0ff);
    border-radius: 8px;
}

.huanden{

}
.huanden img{
    width: 100%;
}
.daohan{
    margin-top: 5px;
}
.daohan .list{
    display: flex;
    flex-wrap: wrap;
}
.daohan .list .item{
    width: 25%;
    text-align: center;
}
.daohan .list .item a{
    display: block;
    max-width: 90px;
    margin: auto;
}
.daohan .list .item img{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    max-width: 80px;
    max-height: 80px;
    border-radius: .12rem;
    margin: 0 auto;
}
.daohan .list .item .title{
    font-size: 14px;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.daohan .list .item .down{
    text-align: center;
    margin: 0px auto 8px;
    height: 25px;
    width: 0.6rem;
    max-width: 80px;
    line-height: 25px;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(270deg,#54a8ff,#20e0ff);
}

.list1{
    margin-top: 10px;
}
.list1 .item{
    margin-bottom: 15px;
    padding: 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.list1 .item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}
.list1 .item img{
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: .12rem;
}
.list1 .item .middle-word{
    flex: 1;
}
.list1 .item .middle-word .title{
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    color: #333;
}
.list1 .item .middle-word .jianjie{
    position: relative;
    width: 100%;
    margin: 6px 0 0;
    color: #51abff;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
}
.list1 .item .middle-word .down_num{
    margin-top: 6.5px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
}
.list1 .item .right{
    text-align: center;
    margin: 0px auto 8px;
    height: 25px;
    width: 0.6rem;
    max-width: 80px;
    line-height: 25px;
    display: block;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(270deg,#54a8ff,#20e0ff);
}
.footer{
    text-align: center;
    margin-bottom: 10px;
}