body {
    line-height: 1.5;
    background-color: #f4f4f5;
    --blueColor: #0591f9;
    --grayColor: #676767;
}

a {
    font-size: 0.28rem;
}

.go-shopping {
    color: #ffffff
}

h2 {
    font-size: 0.26rem;
    font-weight: 600;
}

.swiper-container {}

/* 单行文字溢出隐藏 */
.font-hideen {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.selected {
    display: block !important;
}

header {
    width: 7.5rem;
    height: 1.78rem;
    background-color: #0591f9;
}

header .header-title {
    padding-top: 0.28rem;
    text-align: center;
    width: 100%;
    height: 1rem;
    font-size: 0.32rem;
    color: #ffffff;
}

header .header-bottom-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 0.68rem;
}

header .header-bottom-wrap .login {
    color: #ffffff;
    font-size: 0.28rem;
}

header .header-bottom-wrap .keywords-search-wrap {
    display: flex;
    height: 0.66rem;
    border-radius: 0.3rem;
    background-color: #fff;
}

header .header-bottom-wrap .keywords-search-wrap .keywords-input {
    outline: none;
    padding: 0.08rem 0;
    width: 4rem;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    text-indent: 0.25rem;
    font-size: 0.26rem;
}

header .header-bottom-wrap .keywords-search-wrap .line {
    width: 0.01rem;
    background-color: #b2b2b2;
}

header .header-bottom-wrap .keywords-search-wrap .keywords-button {
    width: 1rem;
    line-height: 0.66rem;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    background-color: #fff;
    text-align: center;
    font-size: 0.26rem;
}

/* 列表内容部分 start */
.tab-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 0.8rem;
    background-color: #fff;
    color: var(--grayColor);
}

.tab-wrap span {
    padding-bottom: 0.08rem;
    font-size: 0.26rem;
}

.tab-wrap .current {
    color: var(--blueColor);
    border-bottom: 0.02rem solid var(--blueColor);
}

.record-count {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.82rem;
    color: #999999;
}

.faqs-list-wrap {
    margin: 0 0.2rem 0.2rem 0.2rem;
    padding: 0.2rem;
}

.faqs-list-wrap ul {
    display: none;
}

.faqs-list-wrap .faqs-item {
    display: flex;
    margin-bottom: 0.2rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 1.8rem;
    background-color: #fff;
    border-radius: 0.2rem;
}

.faqs-list-wrap .faqs-item .faqs-item-title {
    display: flex;
    width: 6.72rem;
}

.faqs-list-wrap .faqs-item .faqs-item-title img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.16rem;
    margin-left: 0.16rem;
}

.faqs-list-wrap .faqs-item .faqs-item-title span {
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
}

.faqs-list-wrap .faqs-item .faqs-item-info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: #666666;
    font-size: 0.28rem;
}

.faqs-list-wrap .faqs-item .faqs-item-info i {
    color: #000000;
}

.faqs-list-wrap .faqs-item .faqs-item-info .answer-count {
    margin-right: 0.38rem;
}

.faqs-list-wrap .faqs-item .faqs-item-info .replier {
    margin-right: 0.38rem;
}

/* footer start */
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 1.9rem;
}

footer .footer-nav {
    display: flex;
}

footer .footer-nav li {
    padding: 0 0.28rem;
    border-right: 0.02rem solid #a4a4a5;
}

footer .footer-nav li a {
    color: #666666;
    font-size: 0.28rem;
}

footer .footer-nav li:nth-last-child(1) {
    border-right: none;
}

footer .footer-nav li .gotop-icon {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/gotop_icon.png) no-repeat center / 100%;
}

footer .footer-nav .gotop {
    padding-left: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.72rem;
    padding-right: 0;
    color: #666666;
    font-size: 0.28rem;
}

footer .footer-copyright {
    margin-top: 0.26rem;
    color: #a4a4a5;
    font-size: 0.28rem;
}

footer .service {
    position: fixed;
    width: 0.84rem;
    height: 0.84rem;
    background: url(../images/service.png) no-repeat center / 100%;
    bottom: 30%;
    right: 1%;
    z-index: 999;
}

/* footer end */
.crumbs-wrap {
    margin-top: 0.28rem;
    margin-left: 0.2rem;
    font-size: 0.26rem;
    color: #666666;
}