body {
    background-color: #fff;
}

/* header start */
header {
    position: relative;
}

header .indexBanner .swiper-slide {
    width: 100%;
    /*height: 350px;*/
}

header .indexBanner .swiper-slide img {
    width: 100%;
    /*height: 375px;*/
}

header .indexBanner .swiper-pagination-bullet-active {
    background-color: #fff;
}

header .search-wrap {
    width: 90%;
    height: 0.2rem;
    line-height: 0.2rem;
    position: absolute;
    top: 0.2rem;
    z-index: 10;
    margin: 0 5%;
    padding: 0.05rem 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    border-radius: 0.15rem;
    opacity: 0.7;
}

header .search-wrap .search-title {
    width: 0.5rem;
    border-right: 1px solid #ccc;
    text-align: center;
}

header .search-wrap .search-content {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

header .search-wrap .search-content input[type="text"] {
    width: 90%;
}

/* header end   */
.notice {
    width: 100%;
    /* height: .3rem; */
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #fff;
    overflow: hidden;
    margin: 0.1rem 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.notice .notice-title {
    text-align: center;
    width: 0.6rem;
    background-image: url("../images/notice.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    border: 1px solid #9fa0a0;
    border-radius: 5px;
    background-clip: content-box;
    padding: 2px;
}

.notice .notice-content {
    flex: 1;
    padding-left: 0.05rem;
    display: flex;
    border: 1px solid #9fa0a0;
    border-radius: 5px;
    margin-left: 10px;
    height: 28px;
    line-height: 28px;
}

.notice .notice-content .icon {
    width: 20px;
    align-self: center;
}

.notice .notice-content #noticalBanner .swiper-slide {
    height: 0.4rem;
}

.notice .notice-content #noticalBanner .swiper-slide a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* main start */
.main {
    /* margin-bottom: 100px; */
    padding: 0 15px;
    /* 精选 */
    /* hot */
    /* nomore */
    padding-bottom: 50px;
}

.dashedline {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        #9fa0a0,
        #9fa0a0 4px,
        transparent 4px,
        transparent
    );
    background-size: 8px 100%;
    margin-top: 10px;
    margin: 10px 0;
}

.indexpub img {
    width: 100%;
}

.main .choiceness h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    background: url(../images/choiceness_bind_bg.png) no-repeat center top/100%
        100%;
}

.main .choiceness .choiceness-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0.1rem 0 0;
}

.main .choiceness .choiceness-content .choiceness-item {
    width: 25%;
    text-align: center;
    margin-bottom: 0.1rem;
}

.main .choiceness .choiceness-content .choiceness-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .choiceness .choiceness-content .choiceness-item a img {
    width: 60%;
    margin-bottom: 0.1rem;
}

.main .choiceness .choiceness-content .choiceness-item a .choiceness-item-desc {
    font-size: 12px;
    width: 80%;
    text-align: center;
    color: #393636;
    font-weight: bold;
}

.main .hot {
    margin-bottom: 20px;
}

.main .hot h3 {
    width: 100%;
    height: 30px;
    background: url(../images/choiceness_bind_bg2.png) no-repeat center top/100%
        100%;
}

.main .hot .hot-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0.1rem 0 0.1rem;
}

.main .hot .hot-content .hot-item {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.main .hot .hot-content .hot-item a img {
    width: 100%;
}

.main .hot .hot-content .hot-item .hot-item-desc {
    font-size: 12px;
    width: 100%;
    line-height: 0.2rem;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #997649;
    position: relative;
    /* padding-left: 16px; */
    box-sizing: border-box;
    /* border-top: 1px solid #997649;
    border-left: 1px solid #997649;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
}

/* .main .hot .hot-content .hot-item .hot-item-desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 26px;
    display: block;
    background: url(../images/icon_left.png) no-repeat center center/100% 100%;
} */

.category {
    width: 100%;
    padding: 15px;
    background: #f1f1f1;
    box-sizing: border-box;
    position: relative;
}

.category .category-item .icon {
    background: url(../images/icon-category.png) no-repeat center/100% 100%;
    color: #fff;
    margin-left: 4px;
    width: 42px;
    height: 15px;
    display: block;
}

.category h3 {
    width: 92%;
    height: 0.3rem;
    background: url(../images/choiceness_bind_bg3.png) no-repeat center top/100%
        100%;
    position: absolute;
    top: -50px;
}

.category .category-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.category .category-content .category-item {
    width: 48%;
    margin-bottom: 0.1rem;
    background: #fff;
    margin-right: 3%;
    padding-top: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.category .category-content .category-item:nth-of-type(even) {
    margin-right: 0;
}

.category .category-content .category-item a {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.category .category-content .category-item a img {
    width: 100%;
    object-fit: contain;
}

.category .category-content .category-item a .category-name {
    font-size: 14px;
    width: 100%;
    /* // height: .25rem; */
    line-height: 0.25rem;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    color: #595757;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 50px;
}

.category .category-content .category-item a .category-desc {
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #e06d1e;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 6px;
    font-weight: bold;
}

.category .category-content .category-item a .icon-category-desc {
    width: 30px;
    height: auto;
}

.main .main-item {
    margin-top: 0.2rem;
}

.main .main-item h3 {
    height: 0.3rem;

    background-clip: content-box;
    box-sizing: border-box;
}

.main .nomore {
    width: 100%;
    display: flex;
    color: #ccc;
    font-size: 14px;
}

.main .nomore .nomore span {
    flex: 1;
}

.main .nomore .nomore-no {
    text-align: center;
    color: #ccc;
}

.main .nomore .nomore-line {
    display: inline-block;
    width: 26%;
    margin: 10px 20px;
    border-top: 1px solid #ccc;
}

.main .nomore .no-inf {
    flex: 1 1 auto;
    text-align: center;
}

.box {
    padding-bottom: 65px;
}

.footer-item {
    background: #fff;
    padding: 15px;
    padding-top: 0;
    color: #595757 !important;
    font-weight: bold;
}

.footer-item img {
    max-width: 100%;
}

.footer-item p {
    text-align: center;
}

/* main end   */
