@charset "utf-8";
* {
    margin: 0;
    padding: 0
}
ul,ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none
}

body {
    line-height: 1.1;
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}
i, em {
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

img {
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

body {
    word-wrap: break-word
}

body {
    min-height: 100%;
    height: 100%;
}

.main {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: auto;
    box-sizing: border-box;
}

.clear {
    float: none !important;
    clear: both !important;
    margin: 0;
    padding: 0;
}

a {
    color: #2C2319;
    text-decoration: none;
}

.wrap {
    padding: 0 0.25rem;
}

.banner {
    display: block;
    width: 100%;
}

.subject-top-zt-cat {
    position: sticky;
    z-index: 12;
    top: 0;
    left: 0.25rem;
    /* width: calc(100% - 0.25rem); */
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin-top: 0.4rem;
    padding: 0.2rem 0.5rem 0.2rem 0.4rem;
    box-sizing: border-box;
}

.subject-top-zt-cat.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #eaeaea
}

.subject-top-zt-cat-box {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.subject-top-zt-cat-box::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.subject-top-zt-cat-box-more {
    white-space: normal;
    max-height: 6rem;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 2.05rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.subject-top-zt-cat-item {
    font-size: .28rem;
    color: #535355;
    letter-spacing: 0;
    line-height: 0.52rem;
    padding: 0 .3rem;
    border-radius: 0.25rem;
    display: inline-block;
    margin: 0 .15rem 0 0;
    word-break: break-all;
    border: 1px solid #535355
}

.subject-top-zt-cat-item.active {
    color: #3a9cff;
    border-color: #3a9cff;
}

.subject-more-wrap {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    width: 0.44rem;
    height: 0.44rem;
    background: url('../images/more-icon.png') no-repeat center center/0.25rem 0.16rem;
    transform: translateY(-50%);
}

.subject-top-zt-cat.active .subject-more-wrap {
    background-image: url('../images/more-icon-active.png');
}

.subject-top-zt-cat.active .subject-top-zt-cat-box {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: normal;
}

.subject-top-zt-cat.active .subject-top-zt-cat-item {
    margin-bottom: 0.12rem;
}

.intro {
    position: relative;
    width: 7rem;
    line-height: 0.44rem;
    background: #f6f6f6;
    margin: 0.35rem auto 0;
    padding: 0.26rem 0.3rem;
    font-size: 0.3rem;
    color: #555;
    box-sizing: border-box;
}

.intro::before,
.intro::after {
    content: '';
    position: absolute;
    width: 0.23rem;
    height: 0.19rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.intro::before {
    left: 0.15rem;
    top: -0.08rem;
    background-image: url('../images/qtm1.png');
}

.intro::after {
    right: 0.15rem;
    bottom: -0.08rem;
    background-image: url('../images/qtm2.png');
}

::-webkit-scrollbar {
    height: 0;
    display: none;
}

.list-box {
    margin-top: 0.3rem;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    border-top: 0.15rem solid #f6f6f6;
}

.list-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.list-tit span {
    position: relative;
    font-size: 0.38rem;
    color: #010101;
}

.list-tit span::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.22rem;
    background: #ebf5ff;
}

ul > li:not(.index-ll-more) {
    /* display: none; */
}

.show { display: block !important; }
.hide { display: none !important; }

.more {
    width: 0.7rem;
    height: 0.24rem;
    background: url('../images/more.png') no-repeat 0 0/100% 100%;
}

.list-box li {
    padding: 0.3rem 0;
    border-bottom: 1px solid #efefef;
}

.list-box li:hover {
    background: #f6f6f6;
}

.list-box li:hover h3 {
    color: #3a9cff;
}

.list-box li div {
    display: block;
    width: 100%;
    height: 100%;
}

.list-box li label.tag {
    border: 1px solid #ec4b4b;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 2px 3px;
    color: #ec4b4b;
    margin-right: .1rem;
}

.list-box li img {
    border-radius: 0.1rem;
    object-fit: cover;
}

.list-box li.li0 i {
    display: block;
    width: 100%;
    margin-top: 0.1rem;
}

.list-box li.li1 div {
    display: flex;
    justify-content: space-between;
}

.list-box li.li1 img {
    width: 2.28rem;
    height: 1.4rem;
}

.list-box li.li1 span {
    width: 4.45rem;
}

.list-box li h3 {
    line-height: 0.42rem;
    font-size: 0.3rem;
    color: #000;
}

.list-box li i {
    font-size: 0.26rem;
    font-style: normal;
    color: #aaa;
}

.list-box li.li1 i {
    display: block;
    margin-top: 0.1rem;
}

.list-box li.li2 span,
.list-box li.li3 span {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.3rem 0 0.25rem;
    box-sizing: border-box;
}

.list-box li.li2 img {
    width: 2.2rem;
    height: 1.25rem;
}

.list-box li.li3 img {
    width: 100%;
}

.index-ll-more {
    width: 100%;
    height: 0.2rem;
    background: #FFFFFF;
    border: 0.01rem solid #DDDDDD;
    border-radius: 0.1rem;
    margin: 0.3rem auto;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 0.2rem;
    text-align: center;
    padding-bottom: 0.1rem;
}