body {
    background-color: #f6f6f6;
}



main {
    width: 1400px;
    min-height: 1000px;
    padding-top: 60px;
    position: relative;
    margin: 0 auto;
}



.topBox {
    width: 100%;
    height: 160px;
    margin: 0 auto;
}

.titleBox {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom:35px;
}

.titleBox .tab {
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    font-weight: 550;
    color: #586276;
    margin: 0 40px;
    line-height: 55px;
    padding: 15px 0px;
}

.titleBox .tab:first-child {
    margin-left: 0;
}

.titleBox .tab:hover {
    color: #FC4832;
}

.titleBox .active {
    color: #FC4832;
    border-bottom: solid 3px #e94829;
}

.titleBox .line {
    width: 1px;
    height: 18px;
    background-color: #e0e0e0;
    display: inline-block;
}

/* 搜索框 */
.topBox .searchBox {
    width: 620px;
    height: 54px;
    float: right;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    z-index: 9;
    margin-top: 21px;
}

.topBox .searchBox .searchFilter {
    width: 131px;
    height: 100%;
    float: left;
    border-right: solid 1px #eaeaea;
    box-sizing: border-box;
    position: relative;
    background-color: #f9f9fb;
    margin-top:0;
}

.topBox .searchBox .searchFilter .title {
    width: 131px;
    height: 100%;
    line-height: 52px;
    font-size: 16px;
    color: #586276;
    text-align: center;
}

.topBox .searchBox .searchFilter .title .text {
    display: inline-block;
}

.topBox .searchBox .searchFilter img {
    width: 16px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-1px);
}

.topBox .searchBox .searchFilter .popup {
    width: 131px;
    max-height: 0;
    line-height: 52px;
    font-size: 16px;
    color: #586276;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 52px;
    background-color: #fff;
    transition: all .3s;
}

.topBox .searchBox .searchFilter:hover .popup {
    max-height: 300px;
}

.topBox .searchBox .searchFilter .popup .s_li {
    cursor: pointer;
}

.topBox .searchBox .searchFilter .popup .s_li:hover {
    color: #fff;
    background-color: #e94829;
}

.topBox .searchBox .search {
    width: 431px;
    height: 100%;
    float: left;
    padding-left: 14px;
    box-sizing: border-box;
}

.topBox .searchBox .search:focus {
    outline: none;
}

.topBox .searchBox .icon {
    width: 56px;
    height: 54px;
    background-color: #e94829;
    position: absolute;
    right: 0;
    top: -2px;
    cursor: pointer;
}

.topBox .searchBox .icon img {
    width: 26px;
    height: 26px;
    margin: 15px;
}

.topBox .searchBox .hotWord {
    font-size: 14px;
    line-height: 64px;
    padding-left: 147px;
}

.topBox .searchBox .hotWord .hTitle {
    color: #999;
    float: left;
}

.topBox .searchBox .hotWord .word {
    color: #999;
    float: left;
    margin-right: 7px;
}

.topBox .searchBox .hotWord .word .item {
    float: left;
    color: #666;
    padding: 0 7px;
    cursor: pointer;
}

.topBox .typeBox {
    /* width: 780px; */
    width: 670px;
    height: 100px;
    float: left;
    color: #586276;
    font-size: 18px;
    margin-top: 21px;
}

.topBox .typeBox>div {
    width: 100%;
    height: 48px;
    float: left;
}

.topBox .typeBox>div .topTitle {
    width: 64px;
    float: left;
    font-size: 18px;
    line-height: 48px;
}

.topBox .typeBox>div .aItem {
    font-size: 18px;
    padding: 0 9px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    float: left;
    margin-top: 12px;
    position: relative;
    color: #586276;
}



/* .topBox .typeBox >div .aItem:first-child {   
    padding-left: 0;
} */
.topBox .typeBox>div .aItem::before {
    content: "|";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 12px;
    color: #586276;
}

.topBox .typeBox .scroll .aItem:nth-child(1):before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 12px;
    color: #586276;
}

.topBox .typeBox>div .aItem:nth-child(2)::before {
    content: "";
    display: none;
}

.topBox .typeBox>div .aItem:not(.disabled):hover,
.topBox .typeBox>div .aItem.active {
    color: #e94829;
}

.topBox .typeBox>div .aItem.disabled {
    color: #bbb;
    cursor: default;
}

.bottomBox .listBox {
    width: 100%;
    position: relative;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.bottomBox .listBox .listItem {
    width: 336px;
    height: 270px;
    background-color: #fff;
    float: left;
    margin-left: 18px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    transition: all .3s;
}

.bottomBox .listBox .listItem:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.bottomBox .listBox .label {
    width: 94px;
    height: 94px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 2;
}

.bottomBox .listBox .label .content {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #ff7474, #e94829);
}

.bottomBox .listBox .label1 .content {
    background: linear-gradient(to right, #ffb86c, #f98100);
}


.bottomBox .listBox .listItem .imgBox {
    width: 100%;
    height: 189px;
    box-sizing: border-box;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.bottomBox.screen .listBox .listItem .imgBox {
    background-color: #202020;
}

.bottomBox .listBox .listItem .imgBox img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(134, 141, 141, .3);
}

.bottomBox .listBox .listItem .mask {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s;
}

.bottomBox .listBox .listItem .mask .btn {
    width: 110px;
    height: 32px;
    float: left;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    transition: all .3s;
}


.bottomBox .listBox .listItem .mask .btn:hover {
    background-color: #fc4530;
}

.bottomBox .listBox .listItem .mask .createButton,
.bottomBox .listBox .listItem .mask .buyButton {
    margin-left: 10px;
}

.bottomBox .listBox .listItem .mask .collectButton {
    width: 32px;
    height: 32px;
    background-color: rgba(39, 39, 39, 0.7);
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 12px;
    color: #B6B7B7;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s;
}

.bottomBox .listBox .listItem .mask .collectButton:hover,
.bottomBox .listBox .listItem .mask .collectButton.active {
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .mask .createButton:hover {
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .contentBox {
    width: 100%;
    height: 52px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 14px;
    box-sizing: border-box;
    position: relative;
}


.bottomBox .listBox .listItem .contentBox .itemTitle {
    width: 270px;
    font-size: 16px;
    line-height: 16px;
    height: 20px;
    color: #000;
    font-weight: 550;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomBox .listBox .listItem .contentBox .description {
    margin-top: 5px;
    font-size: 16px;
    line-height: 16px;
    height: 20px;
    color: #666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomBox .listBox .listItem .contentBox .price {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    color: #fc4530;
    position: absolute;
    right: 14px;
    top: 0;
}

.bottomBox .listBox .listItem .contentBox .resolving {
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}

.bottomBox .listBox .listItem .contentBox .watchingRight {
    float: right;
    color: #999;
    margin-top: -16px;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchContent {
    float: left;
    padding-top:2px;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchingCount {
    float: left;
    margin-left: 5px;
}

.bottomBox .listBox .listItem:hover .label {
    display: none !important;
}

.bottomBox .listBox .listItem:hover .mask {
    opacity: 1;
}



.headNav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 62px;
    border-bottom: 1px solid #c0c3c7;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #f1f4f9;
}

.header-title {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft YaHei";
    line-height: 62px;
    float: left;
}

.headBtnBox {
    float: right;
    margin-left: 10px;
}

#logo {
    float: left;
    margin: 0 20px;
}

#logo>a {
    float: left;
    margin-top: 10px;
    width: 80px;
    height: 44px;
    background: url(/images/logo_c4249.svg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

#logo>h1 {
    font-size: 0.18rem;
    float: right;
    font-weight: 600;
}


.verticaline {
    float: left;
    border-right: 1px solid #c1c1c1;
    height: 24px;
    margin-right: 20px;
    margin-top: 19px;
    display: inline-block;
}

/*-------btn 1----------*/
.shadebtn {
    /* width: 150px; */
    height: 40px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    cursor: hand;
    background: #fc4530;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 4px;
    margin-top: 11px;
    margin-right: 60px;
}

.shadebtn_key {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "microsoft yahei";
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.shadebtn i {
    width: 0;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(to right, #fb452f, #e76318);
    background: -moz-linear-gradient(to right, #fb452f, #e76318);
    background: -o-linear-gradient(to right, #fb452f, #e76318);
    background: linear-gradient(to right, #fb452f, #e76318);
}

.shadebtn:hover {
    box-shadow: 0px 4px 6px rgba(251, 69, 47, 0.6);
}

.shadebtn:hover i {
    width: 100%;
}

/*-------btn 2----------*/
.shadebtn_white {
    width: 150px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #dcdddf;
    background-color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.shadebtn_white i {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fc4530;
}

.shadebtn_whitekey {
    width: 100%;
    height: 100%;
    line-height: 40px;
    border-radius: 2px;
    color: #000;
    font-family: "microsoft yahei";
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.shadebtn_white:hover {
    border-color: #fc4530;
}

.shadebtn_white:hover .shadebtn_whitekey {
    color: #fff !important;
}

.shadebtn_white:hover i {
    width: 100%;
}

.shadetrans {
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.shadebtn_red:hover {
    color: #e34031 !important;
}

.bottomBox {
    width: 100%;
    margin: 20px auto 0;
}

.bottomBox .typeBox3.noborder {
    border-bottom: none;
}

.bottomBox .typeBox3,
.bottomBox .typeBox4 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}

.bottomBox .typeBox4 {
    display: none;
    margin-top: 0;
}

.bottomBox .typeBox3 .topTitle,
.bottomBox .typeBox4 .topTitle {
    height: 60px;
    line-height: 60px;
    float: left;
}

.bottomBox .typeBox3 .content,
.bottomBox .typeBox4 .content {
    flex: 1;
    padding-top: 14px;
}

.bottomBox .typeBox3 .typeItem,
.bottomBox .typeBox4 .typeItem2 {
    height: 33px;
    line-height: 33px;
    color: #666666;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
    cursor: pointer;
    margin-left: 12px;
}

.bottomBox .typeBox3 .typeItem:hover,
.bottomBox .typeBox4 .typeItem2:hover,
.bottomBox .typeBox3 .typeItem.focus,
.bottomBox .typeBox4 .typeItem2.focus {
    color: #fff;
    background-color: #fc4530;
}

.bottomBox .selectBox {
    width: 100%;
    padding-top: 30px;
    height: 32px;
    margin-bottom: 10px;
}

.bottomBox .selectBox select {
    width: 100px;
    height: 30px;
    padding-left: 11px;
    padding-right: 13px;
    float: right;
    position: relative;
    background: none;
}

.bottomBox .selectBox select:focus {
    outline: none;
}


.bottomBox .selectBox .select2 {
    margin-right: 25px;
}

.bottomBox .selectBox .select3 {
    margin-right: 25px;
}

.bottomBox .section {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.bottomBox .section .title {}

.bottomBox .section .title {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 30px 0 36px 0;
    text-align: left;
    color: #000;
}

.bottomBox .pagination {
    margin-top: 60px;
    height: 40px;
    width: 100%;
    position: relative;
}

.bottomBox .listBox {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.bottomBox .listBox .listItem {
    width: 336px;
    height: 270px;
    background-color: #fff;
    float: left;
    margin-left: 18px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    transition: all .3s;
}

.bottomBox .listBox .listItem:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.bottomBox .listBox .listItem1:nth-child(4n+1) {
    margin-left: 0;
}

.bottomBox .listBox .listItem2:nth-child(5n+1) {
    margin-left: 0;
}

.bottomBox .listBox .label {
    width: 94px;
    height: 94px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 2;
}

.bottomBox .listBox .label .content {
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #ff7474, #e94829);
}

.bottomBox .listBox .label1 .content {
    background: linear-gradient(to right, #ffb86c, #f98100);
}


.bottomBox .listBox .listItem .imgBox {
    width: 100%;
    height: 189px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    position: relative;
}

.bottomBox .listBox .listItem .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: 0 0 6px 0 rgba(134, 141, 141, .3);

}


.bottomBox .listBox .listItem .mask {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .7);
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s;
}

.bottomBox .listBox .listItem .mask .btn {
    width: 110px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    transition: all .3s;
}

.bottomBox .listBox .listItem .mask .btn:hover {
    background-color: #fc4530;
}

.bottomBox .listBox .listItem .mask .createButton,
.bottomBox .listBox .listItem .mask .buyButton {
    margin-left: 10px;
}

.bottomBox .listBox .listItem .mask .collectButton {
    width: 32px;
    height: 32px;
    background-color: rgba(39, 39, 39, 0.7);
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 12px;
    color: #B6B7B7;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s;
}

.bottomBox .listBox .listItem .mask .collectButton:hover,
.bottomBox .listBox .listItem .mask .collectButton.active {
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .mask .createButton:hover {
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .contentBox {
    width: 100%;
    height: 100px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 14px;
    box-sizing: border-box;
    position: relative;
}


.bottomBox .listBox .listItem .contentBox .itemTitle {
    width: 270px;
    font-size: 16px;
    line-height: 16px;
    height: 20px;
    color: #000;
    font-weight: 550;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomBox .listBox .listItem .contentBox .description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    height: 20px;
    color: #666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomBox .listBox .listItem .contentBox .price {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    color: #fc4530;
    position: absolute;
    right: 14px;
    top: 0;
}

.bottomBox .listBox .listItem .contentBox .resolving {
    margin-top: 21px;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}

.bottomBox .listBox .listItem .contentBox .watchingRight {
    float: right;
    color: #999;
    margin-top: -16px;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchContent {
    float: left;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchingCount {
    float: left;
    margin-left: 5px;
}

.bottomBox .listBox.listBoxAll-report .listItem {
    height: 608px;
}

.bottomBox .listBox.listBoxAll-report .listItem .imgBox {
    height: 487px;
}

.bottomBox .listBox .listItem:hover .label {
    display: none !important;
}

.bottomBox .listBox .listItem:hover .mask {
    /* display: flex; */
    opacity: 1;
}


/* 全部模版页查看更多 */
.bottomBox .more {
    width: 114px;
    height: 20px;
    display: block;
    overflow: hidden;
    color: #e94829;
    line-height: 20px;
    position: absolute;
    right: -8px;
    top: 0px;
    cursor: pointer;
}

.bottomBox .more>div {
    float: left;
}

.bottomBox .more .line {
    width: 0px;
    height: 2px;
    background-color: #e94829;
    margin-left: 10px;
    margin-top: 9px;
    transition: width 0.3s;
}

.bottomBox .more .icon {
    transform: rotate(-135deg);
    width: 9px;
    height: 9px;
    background: linear-gradient(45deg, #e94829, #e94829 50%, transparent 50%, transparent 100%);
    margin-left: -5px;
    margin-top: 5px;
}

.bottomBox .more:hover .line {
    width: 30px;
}



#bottom {
    width: 100%;
    height: 500px;
    overflow: hidden;
}


.bottomBox .listBox.listBoxAll-screen .imgBox {
    background-color: #202020;
}


/*------------------报告模版------------------*/
.bottomBox .listBox .listItem-report {
    width: 274px;
    margin-left: 0;
    position: absolute;
}

.bottomBox .listBox .listItem-report .imgBox {
    height: calc(100% - 110px);
}

.bottomBox .listBox.listBoxAll-report .imgBox img {
    height: auto;
}

.bottomBox .listBox .listItem-report .contentBox .itemTitle {
    width: 210px;
}

/* 更多 */
.bottomBox .productMore {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #e94829;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.bottomBox .productMore .text {
    color: #e94829;
    display: inline-block;
    margin-right: 18px;
}


.hidden {
    opacity: 0;
}

.J_content{
    width: 1200px;
    height: 675px;
    background-color: #000;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.6s;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index:999;
    transform: translate(-50%, -50%);
    display: none;
}

.J_content .close{
    font-size: 25px;
    background: #000;
    color:#fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}


/* 适配笔记本 */
@media (max-width: 1500px) {
    main {
        width: 1300px;
    }

    .bottomBox .section {
        /* width: 1300px; */
    }

    .bottomBox .listBox .listItem {
        width: 311px;
        height: 256px;
    }

    .bottomBox .listBox.listBoxAll-screen .imgBox {
        height: 174px;
    }

    .bottomBox .listBox.listBoxAll-report .listItem {
        height: 571px;
    }

    .bottomBox .listBox.listBoxAll-report .listItem .imgBox {
        height: 450px;
    }
}

@media (max-width:980px) {

    main {
        width: calc(100% - 0.46rem);
        padding-top: 0.68rem;
    }
    .J_content{
        width: 95%;
        height: 67%;
        border-radius:0 ;
    }

    .bottomBox .listBox .listItem{
        width:100%;
        margin-left:0;
    }

    .headNav {
        height: 0.68rem;
    }

    .shadebtn {
        margin-right: 0;
        width: 0.96rem;
        height: 0.38rem;
    }

    #logo {
        margin: 0 0.14rem 0 0.14rem;
    }

    .verticaline {
        margin-right: 0.14rem;
    }

    .header-title {
        height: 0.6rem;
    }

    .topBox {
        width: 100%;
        height: 1.27rem;
        margin: 0 auto;
        flex-direction: column-reverse;
        display: flex;
        margin-top:0.4rem;
    }

    .scroll {
        width: calc(100% - 0.4rem);
        overflow-x: auto;
        height: 0.24rem;
        display: inline-flex;
    }

    .scroll::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0);
    }



    .titleBox {
        width: 100%;
        height: auto;
        /* border-bottom: 1px solid #e0e0e0; */
        margin-bottom:0;
    }

    .titleBox .tab {
        text-align: center;
        font-size: 0.16rem;
        cursor: pointer;
        font-weight: 550;
        color: #586276;
        margin: 0;
        line-height: 0.38rem;
        padding: 0.08rem 0.05rem;
        margin-right: 0.12rem;
    }

    .titleBox .tab:first-child {
        margin-left: 0;
    }

    .titleBox .tab:hover {
        color: #FC4832;
    }

    .titleBox .active {
        color: #FC4832;
        border-bottom: solid 3px #e94829;
    }

    /* 搜索框 */
    .topBox .searchBox {
        width: 100%;
        height: 0.4rem;
        float: right;
        border: 1px solid #eaeaea;
        box-sizing: border-box;
        border-radius: 2px;
        position: relative;
        z-index: 9;
        /* margin-top: 0.4rem; */
        margin-bottom: 0.22rem;
    }

    .topBox .searchBox .searchFilter {
        width: 0.92rem;
        height: 100%;
        float: left;
        border-right: solid 1px #eaeaea;
        box-sizing: border-box;
        position: relative;
        background-color: #f9f9fb;
    }


    .topBox .searchBox .searchFilter .title {
        width: 100%;
        height: 100%;
        color: #586276;
        text-align: center;

        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.12rem;
        color: #666666;
        line-height: 0.4rem;
    }

    .bottomBox .section .title{
        margin-top:0.36rem;
        margin-bottom:0.2rem;
    }

    .bottomBox .more{
        width:0.82rem;
    }



    .filter2 {
        height: 100%;
        float: left;
        border-right: solid 1px #eaeaea;
        box-sizing: border-box;
        position: relative;
        background-color: #fff;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
        margin-right: 0.1rem;
        border-radius: 2px;
    }

    .filter2-group {
        margin-top: 0.2rem;
        width: calc(100% - 0.13rem);
        text-align: right;
        display: inline-flex;
        justify-content: flex-end;
    }

    .filter2 .filter2-title {
        width: 100%;
        height: 100%;
        color: #586276;
        text-align: center;

        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.12rem;
        color: #666666;
        line-height: 0.3rem;
    }

    .filter2 .filter2-title .text {
        display: inline-block;
    }

    .filter2 img {
        width: 0.1rem;
        height: 0.06rem;
        display: inline-block;
        margin-left: 10px;
        transform: translateY(-1px);
    }

    .filter2 .pop {
        width: 100%;
        max-height: 0;
        overflow: auto;
        line-height: 0.4rem;
        font-size: 0.12rem;
        color: #586276;
        overflow: hidden;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0.4rem;
        background-color: #fff;
        transition: all .3s;
        z-index: 10;
    }

    .filter2.active .pop {
        max-height: 300px;
        overflow: auto;
    }


    .topBox .searchBox .searchFilter .title .text {
        display: inline-block;
    }

    .topBox .searchBox .searchFilter img {
        width: 0.1rem;
        height: 0.06rem;
        display: inline-block;
        margin-left: 10px;
        transform: translateY(-1px);
    }

    .topBox .searchBox .searchFilter .popup {
        width: 100%;
        max-height: 0;
        line-height: 0.4rem;
        font-size: 0.12rem;
        color: #586276;
        overflow: hidden;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0.4rem;
        background-color: #fff;
        transition: all .3s;
    }

    .topBox .searchBox .searchFilter.active .popup {
        max-height: 300px;
    }

    .topBox .searchBox .searchFilter .popup .s_li {
        cursor: pointer;
    }

    .topBox .searchBox .searchFilter .popup .s_li:hover {
        color: #fff;
        background-color: #e94829;
    }

    .topBox .searchBox .search {
        width: calc(100% - 1.32rem);
        height: 100%;
        float: left;
        padding-left: 0.2rem;
        font-size: 0.12rem;
        box-sizing: border-box;
    }

    .topBox .searchBox .search:focus {
        outline: none;
    }

    .topBox .searchBox .icon {
        width: 0.4rem;
        height: 0.39rem;
        background-color: #e94829;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .topBox .searchBox .icon img {
        width: 0.13rem;
        height: 0.13rem;
        margin: 0.14rem;
    }

    .topBox .searchBox .hotWord {
        font-size: 14px;
        line-height: 64px;
        padding-left: 147px;
    }

    .topBox .searchBox .hotWord .hTitle {
        color: #999;
        float: left;
    }

    .topBox .searchBox .hotWord .word {
        color: #999;
        float: left;
        margin-right: 7px;
    }

    .topBox .searchBox .hotWord .word .item {
        float: left;
        color: #666;
        padding: 0 7px;
        cursor: pointer;
    }

    .topBox .typeBox {
        width: 100%;
        height: 0.64rem;
        float: left;
        color: #586276;
        margin-top: 0;
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.16rem;
        color: #E94829;

    }

    .topBox .typeBox .box1{
        margin-bottom: 0.16rem;
    }

    .topBox .typeBox2 {
        border-bottom: 1px solid #EAEAEA;
    }

    .topBox .typeBox>div {
        width: 100%;
        height: 0.24rem;
        float: left;
    }

    .topBox .typeBox>div .topTitle {
        width: 0.32rem;
        float: left;
        font-size: 0.14rem;
        line-height: 0.24rem;
    }

    .topBox .typeBox>div .aItem {
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.14rem;
        color: #FFFFFF;
        line-height: 0.24rem;
        padding: 0 0.09rem;
        cursor: pointer;
        float: left;
        position: relative;
        color: #586276;
        margin-top: 0;
        flex-shrink: 0;
    }




    .topBox .typeBox>div .aItemText {
        font-family: Source Han Sans CN;
        font-weight: 400;
        font-size: 0.14rem;
        color: #FFFFFF;
        line-height: 0.24rem;
        padding: 0 0.09rem;
        cursor: pointer;
        float: left;
        position: relative;
        color: #586276;
        padding-left: 0;
    }

    /* .topBox .typeBox>div .aItem:first-child {
        padding-left: 0;
    } */


    .topBox .typeBox>div .aItem:nth-child(2)::before {
        content: "";
        display: none;
    }

    .topBox .typeBox>div .aItem:not(.disabled):hover,
    .topBox .typeBox>div .aItem.active {
        color: #e94829;
        /* color: #fff;
        padding-left: 0.06rem;
        padding-right: 0.06rem;
        border-radius: 0.02rem; */
    }

    .topBox .typeBox>div .aItem.disabled {
        color: #bbb;
        cursor: default;
    }
}