.head-wrap {
    background-color: #fff;
}

@media screen and (max-width: 500px) {
    .head-nav .head-logo {
        width: 110px;
    }
}

@media screen and (max-width: 360px) {
    .head-nav .head-logo {
        width: 70px;
    }
}

.head-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    width: 97%;
    margin: 0 auto;
    color: #333;
    font-family: "Microsoft Yahei";
}

.head-nav>a {
    font-size: 0.7rem;
    display: inline-block;
    padding: 0.5rem 0.2rem;
    color: #333;
}

.head-nav>a.z-current {
    font-size: 0.75rem;
    color: #e8554d;
}

.head-nav>a.z-current em {
    width: 90%;
    margin: 0 auto;
    height: 0.2rem;
    border-radius: 0.1rem;
    background-color: #e8554d;
    display: block;
    margin-top: 0.2rem;
}

.head-nav>a.head-sign img {
    width: 20px;
    margin-top: 5px;

}

.head-nav>a.head-sign i {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.5rem;
    background-color: #e8554d;
    position: absolute;
    top: 0.7rem;
    right: -0.1rem;
}

.search-wrap {
    background-color: #fff;
    padding: 0.3rem 0 0.8rem;
    display: block;
}

.search-div {
    width: 92%;
    margin: 0 auto;
    background-color: #f5f7fa;
    border-radius: 0.3rem;
    position: relative;
    height: 1.6rem;
}

.search-div>input {
    border: none;
    background-color: #f3f4f5;
    width: 85%;
    height: 1.5rem;
    padding-left: 0.2rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
}

.search-div>button {
    font-size: 1.1rem;
    width: 10%;
    height: 100%;
    line-height: 1.5rem;
    background-color: #f3f4f5;
    border: none;
    border-radius: 0.3rem;
    color: #888f9b;
    vertical-align: top;
}

.search-div p {
    display: inline-block;
    color: #666;
    font-size: 0.7rem;
    line-height: 1.6rem;
}

.banner-wrap {
    background: #fff;
}

.swiper-banner {
    width: 92%;
    padding-top: 0.7rem;
    border-top: 1px solid #e7e7e7;

}

.swiper-slide {

    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-banner .swiper-slide .banner-image {
    width: 100%;
    border-radius: 0.2rem;
}

.recommend-swiper-container {
    position: relative;
}

.swiper-navigator {
    display: none;
}

.recommend-wrap {
    background: #fff;

}

.recommend-div {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    height: 7.5rem;
}

.recommend-slider {
    max-width: 5.73rem;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

.recommend-wrap .recommend-text {
    width: 58%;
    display: inline-block;
    height: 6rem;
    vertical-align: middle;
    position: relative;
    margin-left: 3%;
}

.recommend-wrap .recommend-text li {
    opacity: 0;
    transition: 300ms;
    position: absolute;
    top: 0;
    background: #fff;
}

.recommend-wrap .recommend-text li.z-active {
    opacity: 1;
    z-index: 10;
}

.swiper-recommend {
    height: 6rem;
}

.recommend-swiper-container .swiper-wrap {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .swiper-navigator {
        display: none;
    }
}

.recommend-text strong {
    color: #333;
    font-size: 0.7rem;
    display: block;
    width: 100%;
}

.recommend-text p {
    font-size: 0.65rem;
    color: #666;
    margin: 0.3rem 0;
}

.recommend-text div {
    position: relative;
    text-align: right;
    font-size: 0;
}

.recommend-text div span {
    color: #ababab;
    font-size: 0.6rem;
    width: 43%;
    display: inline-block;
    position: absolute;
    left: 0;
    text-align: left;
}

.recommend-text div em {
    font-size: 0.6rem;
    border-radius: 0.1rem;
    padding: 0 0.1rem;
    display: inline-block;
    line-height: 0.8rem;
    margin-left: 0.2rem;
    vertical-align: top;
}

.recommend-text div em:nth-child(2) {
    color: #adadad;
    border: 1px solid #dedede;
}

.recommend-text div em:nth-child(3) {
    color: #ffb4b2;
    border: 1px solid #f9d5d4;
}

.list-star {
    margin-top: -1rem;
    padding-bottom: 1rem;
}

.list-star li {
    background: #f5f7fa;
    color: #4b5362;
    font-size: 0;
    padding: 0 4% 1rem;
    border-radius: 0.3rem;
    position: relative;
    margin-top: 3rem;
}

.list-star li h6 {
    font-size: 0.7rem;
    line-height: 2rem;
    border-bottom: 1px solid #dbe1ea;
    padding-left: 3.5rem;
    height: 2rem;
}

.list-star li p {
    font-size: 0.7rem;
    margin: 0.7rem 0 0;
}

.list-star li>div {
    position: absolute;
    top: -1.8rem;
    left: 1rem;
    width: 90%;
}

.list-star li>div>img {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    float: left;
}

.list-star li div div {
    line-height: 1rem;
    margin-left: 3.5rem;
    position: absolute;
    top: 0;
    width: 80%;
}

.list-star li div div span {
    font-size: 0.7rem;
    color: #333;
    width: 100%;
    line-height: 1.8rem;
    display: block;
}

.list-star li div div em {
    font-size: 0.7rem;
    color: #333;
    width: 100%;
    line-height: 1.7rem;
    display: block;
}

.list-star li:nth-child(even)>div>img {
    float: right;
}

.list-star li:nth-child(even) div div {
    text-align: right;
    right: 0;
    margin-right: 3.5rem;
}

.list-star li:nth-child(even) {}

.u-back-top {
    width: 2.5rem;
    height: 2.5rem;
    position: fixed;
    bottom: 4rem;
    right: 4%;
    z-index: 2;
}

.homepage-div .list-row a img {
    min-height: 5.5rem
}
.editor .list-col a img {
    max-width: 4rem;
}