* {
    word-break: break-all;
    font-family: "Microsoft Yahei", Tahoma, Verdana, Arial;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0;
    font-size: 12px;
    color: #333333;
    background: var(--bg-color);
}

:root {
    --theme-color: #e60000;
    --bg-color: #f2f4f6;
    --line-color: #f0f0f0;
}



form,
input,
select,
textarea,
td,
th {
    font-size: 12px;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ol li {
    list-style-type: decimal;
}

ul,
form {
    margin: 0px;
    padding: 0px;
}

.b {
    font-weight: bold;
}

a:link,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: var(--theme-color) !important;
}

a.red:link,
a.red:visited,
a.red:active {
    color: var(--theme-color)
}

.c {
    clear: both;
}

.red {
    color: var(--theme-color);
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.circle5 {
    border-radius: 5px;
}

.ct-left {
    width: 880px;
    float: left;
}

.ct-right {
    width: 300px;
    float: right;
    flex-shrink: 0;
}

.icon-tags {
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    color: #fff;
}

.article-box {
    margin-top: 20px;
}

.article-detail {
    background: #fff;
    padding: 38px 60px;
}

.article-detail .article-title {
    font-size: 34px;
    margin: 0;
    word-break: break-all;
}

.article-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.article-info .avatar {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e8e8;
    float: left;
}

.article-info .avatar img {
    width: 100%
}

.article-info .introduce {
    margin-left: 13px;
    width: 100%;
    float: left;
}

.article-info .introduce .name {
    font-size: 14px;
    font-weight: 700;
}

.article-info .introduce .desc {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.article-info .date {
    font-size: 12px;
    color: #999;
    width: 180px;
    text-align: right;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.article-summary {
    background: #f3f4f4;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 30px 0 15px;
    padding: 26px 30px 26px 66px;
    font-size: 18px;
    color: #999;
    position: relative;
    line-height: 30px;
    word-break: break-all;
}

.article-summary:before {
    font-size: 20px;
    content: "\e71b";
    position: absolute;
    color: #666;
    left: 30px;
    top: 25px;
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.article-content {
    position: relative;
    color: #333;
    line-height: 200%;

}

.article-content img {
    height: auto !important;
    max-width: 100%;
}

.article-content,
.article-content p,
.article-content section {
    font-size: 18px;
    /* text-indent: 2em; */
}

.article-content a:link,
.article-content a:visited,
.article-content a:active {
    color: var(--theme-color);
    text-decoration: underline;
}

.article-content a:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.article-author {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.article-author .top {
    display: flex;
}

.article-author .avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article-author .avatar img {
    width: 100%;
}

.article-author .info {
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article-author .info .name {
    /*font-weight: 700;*/
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.article-author .info .desc {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.article-author .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.article-author .bottom .bth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
    height: 32px;
    background: #FFF;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    text-align: center;
    line-height: 32px;
    color: var(--theme-color);
    font-size: 14px;
    margin-right: 15px;
    cursor: pointer;
}

.article-author .bottom .bth:last-child {
    margin-right: 0;
}

.article-author .bottom .bth.active {
    background: var(--theme-color);
    color: #fff;
}
.article-author .bottom .bth.active a,.article-author .bottom .bth.active a:hover{
    color: #fff !important;
}

.article-author .goods {
    margin-top: 20px;
}

.article-author .goods__items {
    display: flex;
    padding: 12px 0;
    border-top: 1px solid var(--line-color)
}

.article-author .goods__items:last-child {
    padding-bottom: 0;
}

.article-author .goods__items .img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    border-radius: 5px;
    flex-shrink: 0;
    overflow: hidden;
}

.article-author .goods__items .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.article-author .goods__items .text {

    width: 100%;

}

.article-author .goods__items .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.article-author .goods__items .wrap {
    align-items: center;
    justify-items: center;
    color: #999;
    display: flex;
    overflow: hidden;
    text-decoration: none;
    line-height: 24px;
    font-size: 12px;
    height: 24px;
}

.article-author .goods__items .wrap .vipicon {
    height: 16px;
    width: 14px;
}

.article-section {
    margin-top: 20px;
    background: #fff;
}

.article-section .head {
    font-weight: 400;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebeced;
    padding: 0 20px;
}

.article-section .head .title {
    font-weight: bold;
}

.article-section .head .title>i {
    font-size: 22px;
    margin-right: 10px;
}

.article-section .head .more,
.article-section .head .more>a {
    font-size: 12px;
    color: #999;
    font-weight: normal !important;
}

.article-section .list-cont>.item {
    padding: 10px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid var(--line-color);
}

.article-section .list-cont>.item:last-child {
    border-bottom: 0;
}

.article-section .list-cont .item img {
    width: 100%;
}

.article-section .list-cont .item .title {
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.areticle___news .list-cont>.item {
    display: flex;
}

.areticle___news .list-cont>.item .img {
    width: 107px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

.areticle___news .list-cont .item .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    text-align: justify;
    overflow: hidden;
    margin-top: 0 !important;
}

.areticle___news .list-cont .item .date {
    color: #999;
    margin-top: 4px;
    line-height: 20px;
}

.banner__box {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.banner__box .img {
    width: 880px;
    height: 495px;
    overflow: hidden;
    position: relative;
}

.banner__box .img .title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    right: 0;
    padding: 20px 20px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.banner__box .img .title>h1 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

.banner__box .desc {
    padding: 20px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.banner__box .img img {
    width: 100%;
}

.article__iplistBox {
    padding: 20px 20px 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.article__iplistBox .items {
    width: 123px;
    margin: 0 20px 20px 0;
}

.article__iplistBox .items:nth-child(6n) {
    margin-right: 0;
}

.article__iplistBox .items .img {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--line-color);
}

.article__iplistBox .items .title {
    line-height: 22px;
    height: 22px;
    margin-top: 8px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.article__iplistBox .items .img>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.hotrank__option {
    display: flex;
    float: right;
    font-size: 14px;
    color: #666;
}

.hotrank__option .switch__item {
    position: relative;
    float: left;
    margin-left: 16px;
    cursor: pointer;
}

.hotrank__option .switch__item.active {
    cursor: default;
}

.hotrank__option .switch__item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 3px;
    background: var(--theme-color);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.list--rank {
    counter-reset: rank;
    line-height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px 20px;
}

.list--rank .rows__items {
    min-height: 32px;
    padding: 0 0 0 55px;
    margin-bottom: 17px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    counter-increment: rank;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.list--rank .rows__items:last-child {
    margin-bottom: 0;
}

.list--rank .rows__items::before {
    top: 5px;
    font-size: 30px;
    font-weight: bold;
    color: #dbdbdb;
    border: none;
    background: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    content: "0"counter(rank) "";
    width: 20px;
    height: 20px;
    top: 9px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
}

/* 
.list--rank .rows__items:nth-child(1)::before,
.list--rank .rows__items:nth-child(2)::before,
.list--rank .rows__items:nth-child(3)::before, */
.list--rank .rows__items:hover::before {
    color: var(--theme-color);
}

.none {
    display: none !important;
}


/* 文章付费 */
.article__pay {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
    padding-bottom: 32px;
    position: relative;
    z-index: 996;
    padding-top: 160px;
    bottom: -1px;
    margin-top: -220px;
    text-align: center;
}

.article__pay .open {
    display: inline-block;
    width: 167px;
    height: 40px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(252, 85, 49, 0.2);
    box-shadow: 0 2px 4px 0 rgba(252, 85, 49, 0.2);
    border-radius: 20px;
    border: 1px solid var(--theme-color);
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color);
    line-height: 40px;
    text-align: center;
    position: relative;
}

.article__pay .open>i {
    margin-right: 5px;
}

/* 文章声明 */
.article-note {
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--line-color);
    background-color: var(--bg-color);
    font-size: 14px;
}

.article-note .title {
    font-weight: bold;
}

.article-note .content {
    margin-top: 10px;
}

.article-note p {
    line-height: 28px;
    text-indent: 24px;
    font-size: 12px;
    margin: 0;
}

/* 广告 */
.spread___adbox {
    padding: 10px 0
}

.bannerTop {
    height: 380px;
    background: rgb(238, 238, 238);
    position: relative;
    display: none;
    width: 1200px;
}

.topmin {
    height: 80px;
    width: 1200px;
    display: none;

    position: relative;
}

.adlist-section {
    margin-top: 20px;
}

.adlist-section .item {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.adlist-section .item img {
    width: 100%;
}

.adlist-section-two {
    display: flex;
    flex-wrap: wrap;
}

.adlist-section-two .item {
    position: relative;
    width: calc(50% - 5px) !important;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

.adlist-section-two .item:nth-child(2n) {
    margin-right: 0;
}

.adlist-section-two .item img {
    width: 100%;
}

.adtip {
    background: url(../image/icon-adtip.png) no-repeat;
    border: none;
    font-size: 0;
    height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: 2;
}

/* 文章标签 */
.relevant-tag {
    display: flex;
    margin-top: 45px;
}

.relevant-tag .tag-title {
    font-size: 14px;
    color: #b2b2b2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 4px;
}

.relevant-tag .tag-items {
    margin-top: -10px;
}

.relevant-tag .tag-items .tag-item {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #f0f0f0;
    color: #999;
    display: inline-block;
    margin: 10px 8px 0;
}

/* 文章列表 */
.article__listbox {
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
}

.article__listbox .article__item {
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--line-color);
}

.article__listbox2 {
    display: flex;
    flex-wrap: wrap;
}

.article__listbox2 .article__item {
    width: calc(50% - 10px);
}

.article__listbox .article__item:first-child {
    padding-top: 0;
}

.article__listbox .article__item:last-child {
    border-bottom: none;
}

.article__listbox .article__item::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.article__listbox .article__item .article__img {
    width: 231px;
    height: 130px;
    float: left;
    margin-right: -100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
}

.article__listbox2 .article__item {
    margin-right: 20px;
    padding-top: 0 !important;
    border-bottom: 0 !important;
}

.article__listbox2 .article__item:nth-child(2n) {
    margin-right: 0 !important;
}

.article__listbox2 .article__item .article__img {
    width: 185px;
    height: 104px;
}

.article__listbox2 .article__item .article__cont {
    margin-left: 205px !important;
    min-height: 104px !important;
}

.article__listbox2 .article__item .article__cont .title {
    font-size: 18px !important;
    max-height: 50px !important;
    line-height: 25px !important;
}

.article__listbox2 .article__item .article__cont .desc {
    margin-top: 5px !important;
    line-height: 22px;
    font-size: 14px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.article__listbox .article__item .article__img img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.article__listbox .article__item .article__body {
    float: left;
    width: 100%;
}

/* 文章网格列表 */
.article__gridBox {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.article__gridBox .article__item {
    width: 280px;
    margin: 0 20px 20px 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.article__gridBox .article__item:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}


.article__gridBox .article__item:nth-child(3n) {
    margin-right: 0;
}

.article__gridBox .article__item .article__img {
    width: 280px;
    height: 157px;
    overflow: hidden;
}

.article__gridBox .article__item .article__img:hover img {
    transform: scale(1.05)
}

.article__gridBox .article__item .article__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.article__gridBox .article__item .article__title {
    font-size: 16px;
    line-height: 26px;
    padding: 0 15px;
    margin-top: 5px;
    max-height: 52px;
    box-sizing: border-box;
    overflow: hidden;
}

.article__gridBox .article__item .article__user {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 10px 0;
}

.article__gridBox .article__user .img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ebeced;
}

.article__gridBox .article__user .img img {
    width: 100%;
}

.article__gridBox .article__user .date {
    line-height: 32px;
    flex-shrink: 0;
    margin-left: 10px;
    color: #999;
}

.article__cont {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 251px;
    min-height: 130px;
    padding-top: 4px;
}

.article__cont .title {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.article__cont .title em{
    font-style: normal;
    color: var(--theme-color);
}

.article__cont .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-align: justify;
    color: #999;
}

.article__cont .info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    display: flex;
    line-height: 30px;
}

.article__cont .article__user {
    display: inline-block;
    margin-right: 20px;
    color: #999;
}

.article__cont .article__user .img {
    display: inline-block;
    width: 25px;
    flex-shrink: 0;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ebeced;
}

.article__cont .article__user .name {
    display: inline-block;
    max-width: 90px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: initial;
    text-overflow: initial;
}

.article__cont .article__user span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
}

.article__cont .article__user .author{
    max-width: 80px;
    height: 30px;
    overflow: hidden;
}

.article__cont .article__user .img>img {
    width: 100%;
}

.article__cont .article__tags {
    display: inline-block;
    /*margin-right: 20px;*/
    max-width: 280px;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.article__cont .article__tags .iconfont {
    display: inline;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.article__cont .article__tags a {
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-right: 5px;
    max-width: 75px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    max-width: initial;
}


/* 媒体 */
.media__infobox {
    background-color: rgb(29, 210, 255);
    border-radius: 5px;
    padding: 20px 20px;
    box-sizing: border-box;
}

.media__infobox .avatar {
    width: 75px;
    height: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid #e8e8e8;
    margin: 0 auto;
}

.media__infobox .avatar img {
    width: 100%
}

.media__infobox .introduce {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.media__infobox .introduce .name {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.media__infobox .introduce .desc {
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
}

.media__infobox .introduce .info {
    display: flex;
    justify-content: center;
}

.media__infobox .introduce .info .item {
    font-size: 16px;
    margin-right: 18px;
}


.media__infobox .introduce .info .item:last-child {
    margin-right: 0;
}

.media__infobox .introduce .info span {
    padding-left: 5px;
    font-size: 12px;
}

/* 产品列表 */
.goods__listbox {
    background-color: #fff;
    padding: 5px 20px 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
}

.goods__listbox .goods__selection {
    width: 216px;
    margin: 10px 20px 0 0px;
    padding-bottom: 10px;
}

.goods__listbox .goods__selection:nth-child(5n+1) {
    margin-right: 0;
}

.goods__listbox .goods__selection:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.goods__selection .goods__img {
    width: 216px;
    height: 216px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 10px;
    /* border-top-right-radius: 10px; */
    transition: all .5s ease 0s;
    /* border: 1px solid #e8e8e8; */
    position: relative;
}

.goods__selection .goods__img span {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
    max-width: 80px;
    overflow: hidden;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    padding: 3px 5px 3px 8px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    color: #ffffff;
}

.goods__selection .goods__img>.brand {
    background: #ff7420;
    top: 10px;
}

.goods__selection .goods__img>.en {
    background: #18aaff;
    top: 36px;
}

.goods__selection .goods__img:hover img {
    transform: scale(1.05)
}

.goods__selection .goods__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.goods__selection .goods__title {
    font-size: 16px;
    padding: 0 8px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    height: 48px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.goods__selection .goods__title em{
    font-style: normal;
    color: var(--theme-color);
}

.goods__selection .company_wrap {
    align-items: center;
    justify-items: center;
    color: #999;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    text-decoration: none;
    line-height: 26px;
    padding: 0 8px;
    height: 26px;
}

.goods__selection .company_wrap p{
    margin: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
}

.goods__selection .company_wrap p .text{
    height: 26px;
    line-height: 26px;
}

.vipicon {
    background: url(../image/vips.png) no-repeat;
    background-size: 100%;
    background-position: center;

    display: inline-block;
    margin-right: 5px;
    height: 18px;
    width: 16px;
    /* margin: 7px 0 7px 5px; */
}

/* 通用搜索 */
.search__contbox .search__tabs {
    display: flex;
    margin-top: 20px;
}

.search__contbox .search__tabs .item {
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    background-color: #ececec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    font-weight: 600;
    /* font-family: "PingFang SC"; */
}

.search__contbox .search__tabs .item.active {
    background-color: #fff;
    color: var(--theme-color);
    font-size: 18px;
}

.search__contbox .search__common {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.search__contbox .search__common .sninner__items {
    display: flex;
}

.search__contbox .search__sninner .sninner__items>.label {
    width: 100px;
    min-height: 22px;
    line-height: 22px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    flex-shrink: 0;
}

.search__contbox .search__sninner .sninner__items>.cont {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.search__contbox .sninner__items>.cont>.items {
    line-height: 44px;
    height: 44px;
    box-sizing: border-box;
    font-size: 14px;
    padding-right: 24px;
    column-gap: 10px;
}


.search__contbox .sninner__items>.cont>.items,
.search__contbox .sninner__items>.cont>.items>a {
    color: #666;
}

.search__contbox .sninner__items>.cont>.items>a:hover {
    color: var(--theme-color);
}

.search__contbox .sninner__items>.cont>.img {
    border: 1px solid var(--line-color);
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-right: 0;
    transition: all .5s ease 0s;
    margin-right: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.search__contbox .sninner__items>.cont>.img:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.search__contbox .sninner__items>.cont>.img:hover img {
    transform: scale(1.2)
}

.search__contbox .sninner__items>.cont>.img>a {
    display: inline-block;
}

.search__contbox .sninner__items>.cont>.img img {
    width: 41px;
    height: 20px;
    transition: all .5s ease 0s;
    padding: 10px 10px;
    vertical-align: unset !important;
}

/* 通用筛选 */
.common__filter {
    width: 100%;
    margin-top: 5px;
}

.common__filter .filter__inner {
    display: flex;
    height: 36px;
    justify-content: space-between;
    align-items: center;
}

.common__filter .filter__inner .filter__left {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
}

.common__filter .filter__inner .filter__right {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
}

.common__filter .filter__inner .filter__items {
    display: flex;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}

.common__filter .filter__inner .filter__items.active {
    color: var(--theme-color);

}

/* 排序 */
.orderby {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 3px;
    margin-left: 4px;
    height: 100%;
}

.orderby .orderby-asc,
.orderby .orderby-desc {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
}

.orderby .orderby-asc {
    border-bottom-color: #ccc;
    margin-top: -5px;
}

.orderby .orderby-desc {
    border: 4px solid transparent;
    border-top: 5px solid;
    border-top-color: #ccc;
    border-bottom-width: 0;
}

.orderby .orderby-asc.active,
.orderby .orderby-desc.active {
    border-bottom-color: var(--theme-color) !important;
}

.filter__download {
    position: relative;
}

/* 下拉筛选 */
.download__select {
    display: flex;
    width: 70px;
    height: 36px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.download__select .text {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.download__select::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px auto 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #aaaaaa;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.download__select:hover,
.download__select.is_hover {
    color: var(--theme-color);
}

.download__select.is_hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: var(--theme-color);
}

.location__areabox {
    position: absolute;
    display: none;
    top: 36px;
    padding: 0px 30px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--line-color);
    border-radius: 3px;
    width: 446px;
    background: #fff;
    z-index: 100;
    box-sizing: content-box;
    border-radius: 12px;
}


.location__areabox .area__cont {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    row-gap: 20px;
    column-gap: 23px;
    align-items: center;
}

.location__areabox .area__cont .items {
    font-size: 14px;
    width: 55px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    box-sizing: content-box;
}

.download__items_collapsed {
    position: absolute;
    display: none;
    top: 36px;
    padding: 0px 30px;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--line-color);
    border-radius: 3px;
    background: #fff;
    z-index: 100;
    max-width: 400px;
    width: max-content;
    box-sizing: content-box;
    border-radius: 12px;
}

.download__items_collapsed .collapsed__cont {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    row-gap: 20px;
    column-gap: 23px;
    align-items: center;
}

.download__items_collapsed .collapsed__cont.items {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    box-sizing: content-box;
}

/* 底部footer */
.footer {
    margin-top: 50px;
    background-color: #222930;
}

.footer .footer__ban {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 250px;
    padding: 40px 0;
    margin: 0 auto;
}

.footer .footer__ban>.item:not(:last-child) {
    border-right: 1px solid #3a4047;
}

.footer .footer__ban>.item {
    float: left;
    height: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.footer .footer__ban>.item.about {
    width: 145px;
    text-align: left;
}

.footer .footer__ban>.item.cooperation {
    width: 235px;
}

.footer .footer__ban>.item.prod {
    width: 250px;
}

/* .footer .footer__ban>.item.media {
    text-align: right;
} */

.footer .footer__ban>.item.media {
    width: 564px;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer .footer__ban>.item.media>.media__qrcode {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.footer .footer__ban>.item.media>.media__qrcode>.img {
    width: 100px;
    flex: 4;
}

.footer .footer__ban>.item.media .img>img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.footer .footer__ban>.item.media .title {
    font-size: 14px !important;
    margin: 20px 0 !important;
    color: #999;
}

.footer .footer__ban>.item .name {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer .footer__ban>.item ul {
    padding-top: 2px;
}

.footer .footer__ban>.item li {
    height: 35px;
    width: 100%;
}

.footer .footer__ban>.item a {
    line-height: 34px;
    font-size: 14px !important;
    color: #78808d;
}

.footer .footer__ban>.item a:hover{
    color: #78808d !important;

}
.footer .footer__blogroll {
    border-top: 1px solid #3a4047;
}

.footer .footer__bar {
    display: flex;
    justify-content: space-between;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    font-size: 12px !important;

}

.footer .footer__bar a,
.footer .footer__bar p {
    color: #999;
}

.footer .footer__bar a:hover{
    color: #999 !important;
}

.footer .footer__bar p {
    margin: 0;
}

/* 分页 */
.pagination {
    text-align: center;
    margin: 50px auto 0;
}

.pagination>ul{
    display: flex;
    justify-content: center;
}
.pagination>ul>li {
    display: inline;
    font-size: 14px;
    margin-right: 5px;
}
.pagination>ul>li:last-child {
    margin-right: 0 !important;
}

.pagination>ul>.active>a,
.pagination>ul>.active>a:focus,
.pagination>ul>.active>a:hover,
.pagination>ul>.active>span,
.pagination>ul>.active>span:focus,
.pagination>ul>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.pagination>ul>li>a:focus,
.pagination>ul>li>a:hover,
.pagination>ul>li>span:focus,
.pagination>ul>li>span:hover {
    z-index: 2;
    color: var(--theme-color);
    background-color: #eee;
    border-color: #ddd;
}

.pagination>ul>li>a,
.pagination>ul>li>span {
    padding: 10px 16px;
    margin-top: 20px;
    line-height: 1.42857143;
    color: #999;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* 复选框 */
.checkbox__box {
    height: 36px;
    position: relative;
    padding-left: 24px;
    line-height: 36px;
    font-size: 14px;
}

.checkbox__box.active,
.checkbox__box.active::after {
    color: var(--theme-color);
}

.checkbox__box.active::after {
    content: "\e608";
}

.checkbox__box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e607";
    font-size: 18px;
    /* width: 14px;
    height: 14px; */
    color: var(--line-color);
    font-family: iconfont !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkbox__box:hover,
.checkbox__box:hover::after {
    color: var(--theme-color);
    cursor: pointer;
}

/* 右侧悬浮 */
.sidebar__box {
    position: fixed;
    width: 60px;
    right: 10px;
    top: 40%;
    /* bottom: 125px; */
    background: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
}

.sidebar__box .sidebar__items {
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    text-align: center;
    text-decoration: none;
    padding: 14px 0 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar__box .sidebar__items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 0;
    margin-left: -12px;
    border-top: 1px solid var(--line-color);
}

.sidebar__box .sidebar__items.is_top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 0px;
    overflow: hidden;
    padding: 0;
}

.sidebar__box .sidebar__items.is_show {
    height: 66px;
    padding: 18px 0;
}

.sidebar__box .sidebar__items i {
    font-size: 20px;
}

.sidebar__box .sidebar__items p {
    margin: 0;
}

.sidebar__box .sidebar__items:hover {
    color: var(--theme-color);
}

.sidebar__box .sidebar__items:hover .hover__wrap {
    display: block;
}

.sidebar__box .sidebar__items:hover .hover__wrap::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -7px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ebeced;
    border-right: 2px solid #ebeced;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}


.sidebar__box .hover__wrap {
    display: none;
    position: absolute;
    top: 0;
    right: 65px;
    width: 180px;
    padding: 18px 0;
    line-height: 18px;
    color: #666;
    background: #fff;
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 10%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.hover__wrap .hover__desc__info.name {
    color: #666;
    font-weight: 700;

}

.hover__wrap .hover__desc__info {
    color: #999;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    text-align: left;
}

.hover__desc__info .label {
    color: #666;
    padding-right: 5px;
}

.hover__wrap .hover__title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.hover__wrap .img {
    padding-top: 10px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.hover__wrap .img img {
    width: 100%;
}

/* 产品详情 */
.goods__detailbox {
    margin-top: 20px;
}

.goods__detailbox .goods__topcont {
    display: flex;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.goods__detailbox .selection__picture {
    width: 450px;
    flex-shrink: 0;
}

.selection__picture .images_big {
    width: 450px;
    height: 450px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-color)
}

.images_big .img_box,
.images_big .video_box {
    display: none;
}

.images_big .is_active {
    display: block;
}

.selection__picture .images_big img {
    width: 100%;
}


/* 产品详情图片左右滑动 */
.images_swiper {
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.images_swiper .images_swiper_arrow {
    width: 20px;
    height: 94px;
    background-color: var(--bg-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
}

.images_swiper .images_swiper_arrow>i {
    flex-shrink: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
}

.images_swiper .images_swiper_arrow:hover {
    cursor: pointer;
}

.images_swiper .images_swiper_arrow:hover>i {
    color: var(--theme-color);
}

.images_swiper .images__gallery__cont {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 94px;
}

.images_swiper .images__gallery {
    display: flex;
    flex-direction: row;
    transition: left .5s ease-in;
    position: absolute;
}

.images_swiper .images__gallery .item {
    width: 94px;
    height: 94px;
    flex-shrink: 0;
    margin-left: 8px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-color);
    position: relative;
}

.images_swiper .images__gallery .video::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/play_gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
}

.images_swiper .images__gallery .active,
.images_swiper .images__gallery .item:hover {
    border: 1px solid var(--theme-color);
    cursor: pointer;
}

.images_swiper .images__gallery .item>img {
    width: 100%;
}

/* 产品标题详细信息 */
.goods__selection__info {
    margin-left: 40px;
    width: 100%;
}

.goods__selection__info .goods__title {
    font-size: 22px;
    margin: 0;
    color: #333;
    line-height: 32px;
}

.goods__selection__info .goods__tags {
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
}

.goods__selection__info .goods__tags>a {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    margin-right: 10px;
}


.goods__selection__info .goods__price__box {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}

.goods__selection__info .goods__price__box:last-child{
    margin-bottom: 0;
}

.goods__selection__info .goods__sku {
    display: flex;
    padding: 8px 20px;
}

.goods__selection__info .goods__price {
    background-color: var(--bg-color);
    padding: 10px 20px;
    border-radius: 5px;
    display: inherit;
    margin-top: 5px;
}

.goods__sku .goods__sku__label {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 80px;
    max-width: 160px;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.goods__sku .goods__sku__text {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.goods__sku .price__box {
    display: flex;
    align-items: baseline;
}

.goods__sku .price__box .symbol {
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
}

.goods__sku .price__box .number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "Microsoft Yahei";
    color: var(--theme-color);
}

.goods__sku .price__box .unit {
    padding-left: 12px;
    align-items: center;
    color: #999;
}

.goods__selection__info .godos__bottom {
    display: flex;
    line-height: 40px;
    height: 40px;
    padding: 20px 0 0 20px;
    font-size: 16px;
}

.goods__selection__info .godos__bottom .bth {
    padding: 0 24px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.goods__selection__info .godos__bottom .bth.pay {
    background-color: var(--theme-color);
    background: linear-gradient(90deg, #fd3131, var(--theme-color));
    margin-right: 15px;
}

.goods__selection__info .godos__bottom .bth.tel {
    color: #666 !important;
    border: 1px solid var(--line-color);
}

.goods__selection__info .godos__bottom .fav {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #999;
}

.goods__selection__info .godos__bottom .fav:hover {
    cursor: pointer;
}

.goods__selection__info .godos__bottom .fav.active,
.goods__selection__info .godos__bottom .fav.active .iconfont {
    color: var(--theme-color);
}

.goods__selection__info .godos__bottom .fav .iconfont {
    font-size: 16px;
    padding-right: 2px;
}

.goods__detail__container {
    margin-top: 20px;
}

.goods__detail__container .ct-left {
    width: 200px;
}

.goods__detail__container .ct-right {
    width: 980px;
}

/* 商品分类 */
.category__tree {
    padding: 0 0 10px 0;
    margin-top: 0;
}

.category__tree .items__row {
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
    box-sizing: border-box;
    height: 40px;
    overflow: hidden;
}

.category__tree .items__row a {
    display: block;
}

.category__tree .items__row:hover {
    background-color: var(--bg-color);
}

/* 产品详情 */
.goods__detailContent {
    background-color: #fff;
}

.goods__detailContent__title {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px 0;
    border-bottom: 1px solid var(--line-color);
}

.goods__detailContent__title .text {
    color: var(--theme-color);
    position: relative;
    line-height: 56px;
    font-size: 16px;
    font-weight: 500;
}

.goods__detailContent__title .text::before {
    display: block;
    width: 32px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: var(--theme-color);
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.goods__detailContent__content {
    position: relative;
    color: #333;
    padding: 20px 30px;
    line-height: 200%;
    font-size: 16px;
}

.goods__detailContent__content img {
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

/* 产品详情最新上架 */
/* .goods__new .head {
    border-bottom: none;
} */

.goods__head {
    font-weight: bold !important;
    border-bottom: none !important;
}

.goods__new .goods__newItems {
    padding: 0 20px 20px;
    box-sizing: border-box;
}

.goods__new .goods__newItems .img {
    width: 160px;
    height: 160px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}


.goods__new .goods__newItems .img img {
    width: 100%;
}

.goods__new .goods__newItems .text {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods__new .goods__newItems .text a {
    color: #666;
}

/* 产品推荐 */
.goods__recommend .goods__recommendContent {
    padding: 10px 0 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.goods__recommend .goods__recommend__items {
    width: 172px;
    margin: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* .goods__recommend .goods__recommend__items:nth-child(odd) {
    margin-right: 0;
} */

.goods__recommend .goods__recommend__items::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.goods__recommend .goods__recommend__items:nth-child(5n) {
    margin-right: 0;
}

.goods__recommend .goods__recommend__img {
    width: 172px;
    height: 172px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.goods__recommend .goods__recommend__img img {
    width: 100%;
}

.goods__recommend .goods__recommend__cont {
    width: 100%;
}

.goods__recommend .goods__recommend__cont {
    line-height: 24px;
    height: 48px;
    margin-top: 5px;
    overflow: hidden;
    display: flex;
    font-size: 14px;
}

.goods__recommend .goods__recommend__cont>a {
    color: #666;
}

/* 商铺导航 */
.shop__head {
    background-color: #fff;
    -webkit-box-shadow: 2px 6px 10px 1px rgb(0 0 0 / 4%);
    box-shadow: 2px 6px 10px 1px rgb(0 0 0 / 4%);
}

.shop__common__head {
    display: flex;
    justify-content: space-between;
    height: 150px;
}

.shop__common__head .common__head_wrap {
    display: flex;
}

.shop__head .company__headBox {
    display: flex;
    flex-wrap: wrap;
}

.shop__common__head .home__logo {
    margin-top: 24px;
}

.company__headBox .headBox__logo {
    width: 100px;
    height: 100px;
    margin-top: 24px;
    border: 1px solid var(--line-color);
    border-radius: 5px;
    align-items: center;
    align-content: center;
    display: flex;
    flex-shrink: 0;
    /* box-sizing: border-box; */
    overflow: hidden;
}

.company__headBox .headBox__logo img {
    width: 100%;
}

.company__headBox .headBox__info {
    margin: 30px 0 0 18px;
}

/*.company__headBox .headBox__info:hover {*/
/*    cursor: pointer;*/
/*}*/

.company__headBox .headBox__info .name {
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.company__headBox .headBox__info .name .n {
    /*max-width: 400px;*/
    overflow: hidden;
    display: inline-block;
}
.company__headBox .headBox__info .name .n:hover{
    color: #333333 !important;
}

.company__headBox .headBox__info .name img {
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
}

.company__headBox .headBox__info .more {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.company__headBox .tags {
    display: flex;
    margin-top: 10px;
}

.company__headBox .tags .t {
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.company__headBox .tags .t.user {
    background-image: url(../image/group_user.png);
    width: 70px;
}

.company__headBox .tags .t.vip {
    background-image: url(../image/group_vip.png);
    width: 70px;
}

.company__headBox .tags .t.vcom {
    background-image: url(../image/vcompany.png);
    width: 70px;
}


.headBox__searchBox .searchBox__tabs {
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    margin-top: 32px;
}

.headBox__searchBox .searchBox__tabs span {
    display: inline-block;
    height: 12px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0px;
    text-align: center;
    line-height: 12px;
    margin-right: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.headBox__searchBox .searchBox__tabs span.active {
    color: var(--theme-color);
}

.headBox__searchBox .search__content {
    display: flex;
    width: 280px;
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
}


.headBox__searchBox .search__content .search__lab {
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

.headBox__searchBox .search__content .search__input {
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    line-height: 30px;
    font-size: 12px;
}

.headBox__searchBox .search__content .search__bth {
    width: 60px;
    background-color: var(--theme-color);
    color: #fff;
    flex-shrink: 0;
    text-align: center;
    font-size: 12px;
}

.shop__navBox {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid var(--line-color);
    box-shadow: rgb(238, 238, 238) 0px 1px 0px 0px;
}

.shop__navBox .container {
    display: flex;
}

.shop__navBox .items {
    padding: 0 30px;
    font-size: 14px;
}

.shop__navBox .items.active {
    font-weight: bold;
}

/* 采购列表 */
.buy__listbox {
    background-color: #fff;
    margin-top: 20px;
}

.buy__listbox .items {
    font-size: 14px;
}

.buy__listbox .items__cont {
    margin: 0 20px;
    border-bottom: 1px solid var(--line-color);
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    display: flex;

}

.buy__listbox .items:last-child .items__cont {
    border: none;
}

.buy__listbox .items .title {
    width: 100%;
}

.buy__listbox .items .area {
    width: 80px;
}

.buy__listbox .items .date {
    width: 60px;

}

.buy__listbox .items .area,
.buy__listbox .items .date {
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
    color: #999;
}

/* 采购详情 */
.buy__detailbox {
    background-color: #fff;
    margin-top: 20px;
    padding: 30px;
}

.buy__detailbox .buy__title {
    font-size: 20px;
    margin: 0;
    line-height: 32px;
}

.buy__detailbox .buy__info .items {
    display: flex;
    margin-top: 10px;
}

.buy__detailbox .buy__info {
    margin-top: 20px;
}

.buy__detailbox .buy__info .items .label {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 80px;
    max-width: 160px;
    margin-right: 10px;
    white-space: nowrap;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.buy__detailbox .buy__info .items .text {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}

.buy__detailbox .buy__detailImg {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
}

.buy__detailbox .buy__detailImg .items {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid var(--line-color);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.buy__detailbox .buy__detailImg .items img {
    width: 100%;
}

.buy__detailbox .buy__content .buy__title {
    font-size: 16px;
    margin-top: 40px;
    line-height: 50px;
}

.buy__detailbox .buy__content .content {
    font-size: 14px;
    /* margin-top: 20px; */
    line-height: 200%;
}

.buy-listCont {
    padding: 5px 10px 10px;
}

.buy-listCont>.item {
    border-bottom: 0 !important;
    list-style-type: disc;
    position: relative;
    overflow: hidden;
    /* box-sizing: border-box; */
    background: url(../image/li_dot.gif) no-repeat 14px center;
    padding: 5px 16px 5px 24px !important;
}

.buy-listCont>.item .title {
    margin-top: 0 !important;
}

/*  */
.slide__tree {
    padding-top: 10px;
}

.slide__tree .items__row {
    font-size: 16px;
    position: relative;
}

.slide__tree .items__row.active a {
    color: var(--theme-color);
    font-weight: bold;
}

.slide__tree .items__row.active::after {
    width: 2px;
    content: "";
    background-color: var(--theme-color);
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}

/* 品牌列表 */
.brand__listbox {
    display: flex;
    margin-top: 20px;
    display: flex;
    padding: 20px 20px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #fff;
}

.brand__listbox .brand__selection {
    width: 176px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid var(--line-color);
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 20px 20px 0px;
}

.brand__listbox2 .brand__selection {
    width: 127px !important;
}

.brand__listbox .brand__selection:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);

}

.brand__listbox .brand__selection:nth-child(6n) {
    margin-right: 0;
}

.brand__listbox2 .brand__selection:nth-child(6n) {
    margin-right: 20px !important;
}

.brand__listbox2 .brand__selection:nth-child(8n) {
    margin-right: 0 !important;
}

.brand__selection .brand__img {
    width: 160px;
    height: 77px;
    overflow: hidden;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all .5s ease 0s;
}

.brand__listbox2 .brand__selection .brand__img {
    width: 127px !important;
    height: 61px !important;
}

.brand__selection .brand__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.brand__selection .brand__img:hover img {
    transform: scale(1.05)
}

.brand__selection .brand__title {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 30px;
}

.brand__listbox2 .brand__selection .brand__title {
    height: 24px !important;
    line-height: 24px !important;
}

.brand__listbox2 .brand__selection .brand__pro {
    margin-bottom: 5px !important;
}

.brand__selection .brand__pro {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 22px;
    overflow: hidden;
    height: 22px;
    color: #999 !important;
}



/* 品牌详情 */
.brand__detailbox {
    margin-top: 20px;
}

.brand__detailbox .brand__archives {
    background-color: #fff;
    padding: 30px 20px;
}

.brand__archives .brand__info {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
}

.brand__archives .brand__info {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.brand__archives .brand__logo {
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.brand__archives .brand__logo .fav {
    padding: 0 0 0 30px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #999;
}

.brand__archives .brand__logo .fav:hover {
    cursor: pointer;
}

.brand__archives .brand__logo .fav.active,
.brand__archives .brand__logo .fav.active .iconfont {
    color: var(--theme-color);
}

.brand__archives .brand__logo .fav .iconfont {
    font-size: 16px;
    padding-right: 2px;
}

.brand__archives .brand__logo .left {
    display: flex;
    width: 100%;
}

.brand__archives .brand__logo .right {
    flex-shrink: 0;
}


.brand__archives .brand__logo .logo {
    background-color: #fff;
    display: flex;
    border: 1px solid var(--line-color);
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.brand__archives .brand__logo .brand__infoBox{
    margin-left: 20px;
}

.brand__archives .brand__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}

.brand__archives .brand__logo .logo img {
    height: 70px;
}

.brand__archives .brand__content {
    font-size: 14px;
    line-height: 200%;
    text-indent: 20px;
    text-align: justify;
    margin-top: 20px;
}

.brand__archives .brand__items {
    display: flex;
    flex-shrink: 0;
    margin-right: 10px;
}

.brand__archives .brand__items .label {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    margin-right: 10px;
    white-space: nowrap;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.brand__archives .brand__items .text {
    color: #999;
    font-size: 14px;
    line-height: 28px;
}

.brand__contBox {
    padding: 20px 20px 20px;
    background-color: #fff;
    margin-top: 20px;
}

.brand__contBox .brand__title {
    text-align: center;
    margin-bottom: 10px;
}

/* 企业列表 */
.company__listbox {
    /* background-color: #fff; */
    margin-top: 20px;
    /* padding: 5px 0 20px; */
}

.company__listbox .common__filter {
    padding: 0 20px;
    box-sizing: border-box;
}

.company__listbox .company__selection {
    display: flex;
    border-radius: 5px;
    padding: 5px 20px 0;
    background-color: #fff;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 167px;
}

.company__listbox .company__selection:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    /* border-radius: 10px; */
}


.company__selection .company__title {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    line-height: 36px;
}

.company__selection .company__title em{
    color: var(--theme-color);
    font-style: normal;
}
.company__selection .company__contBox {
    width: 100%;
}

.company__selection .company__info {
    margin-top: 10px;
    display: flex;
}

.company__selection .company__info .img {
    width: 138px;
    height: 138px;
    border-radius: 5px;
    border: 1px solid var(--line-color);
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}

.company__selection .company__info .img:hover img {
    transform: scale(1.05)
}

.company__selection .company__info .img img {
    width: 100%;
    transition: all .5s ease 0s;
}

.company__selection .company__info .content {
    padding: 0 20px;
    width: 100%;
}

.company__selection .company__info .content .items {
    line-height: 32px;
    height: 32px;
    display: flex;
    font-size: 14px;
}

.company__selection .company__info .items .label {
    width: 65px;
    max-width: 80px;
    overflow: hidden;
    flex-shrink: 0;
    color: #999;
}

.company__selection .company__info .items .text {
    overflow: hidden;
}

.company__selection .com__goodsBox {
    display: flex;
    width: 251px;
    flex-shrink: 0;
}

.company__selection .com__goodsBox .items {
    margin: 10px 20px 10px 0px;
    padding: 0 0 5px;
    width: 115px;
}

.company__selection .com__goodsBox .items:last-child {
    margin-right: 0;
}

.company__selection .com__goodsBox .items:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.company__selection .com__goodsBox .items .img {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    transition: all .5s ease 0s;
    position: relative;
    margin: 0 auto;
}

.company__selection .com__goodsBox .items .img img {
    width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.company__selection .com__goodsBox .items:hover img {
    transform: scale(1.05)
}

.company__selection .com__goodsBox .items .title {
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    overflow: hidden;
    margin: 8px 8px 0;
    box-sizing: border-box;
}


/* 顶部导航 */
.nav__bar {
    height: 30px;
    background-color: #f6f6f6;
}

.headBox__fav {
    margin: 40px 0 0 30px;
}

.headBox__fav .bth {
    height: 20px;
    padding: 8px 12px;
    background-color: var(--theme-color);
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(90deg, #fd3131, var(--theme-color));
}

.headBox__fav .bth:hover {
    color: #fff !important;
}

.headBox__fav .bth i {
    font-size: 15px;
    margin-right: 3px;
}

.compfilter {
    margin-top: 1px;
    background-color: #fff !important;
    padding: 5px 20px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.compcontBox .search__common {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* 更多按钮 */
.more__big {
    padding-bottom: 20px;
}

.more__big .bth {
    border: 1px solid var(--line-color);
    width: 50%;
    margin: 0 auto;
    clear: both;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}

.more__big a {
    display: block;
}

/* 品牌首页悬浮 */
.brand__navbox {
    position: fixed;
    top: 280px;
    left: calc((100vw - 1200px - 40px) / 2 + 40px - 24px - 130px);
    width: 130px;
    z-index: 100;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid var(--line-color);
    /* display: none; */
    overflow: hidden;
}

.brand__navbox .items {
    height: 42px;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    border-bottom: 1px solid var(--line-color)
}

.brand__navbox .items:hover {
    font-weight: bold;
}

.brand__navbox .items a {
    display: block;
}

/* 立即询价 */
.float__msg {
    position: fixed;
    top: 180px;
    right: calc((100vw - 1200px - 40px) / 2 + 40px - 24px - 54px);
    width: 56px;
    height: 158px;
    z-index: 100;
    border-radius: 28px;
    border: 1px solid var(--line-color);
    display: none;
    overflow: hidden;
}

.float__msg .float__items {
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 54px;
    height: 79px;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.float__msg .float__items::before {
    border-bottom: 1px solid var(--line-color);
    content: "";
    height: 1px;
    width: 24px;
    position: absolute;
    bottom: 0;
}

.float__msg .float__items i {
    font-size: 18px;
}

.float__msg .float__items p {
    font-size: 12px;
    margin: 3px auto 0;
    line-height: 14px;
    width: 24px;
}

/* 品牌轮播 */

.brand-slider {
    margin-top: 20px;
    width: 1200px;
    height: 294px;
    overflow: hidden;
}

.brand-slider ul {
    position: relative;
    overflow: hidden;
    width: 1210px;
}

.brand-slider li.curr {
    width: 238px;
}

.brand-slider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-slider li a img {
    width: 238px;
    height: 294px;
}

.brand-slider li {
    width: 87.45px;
    height: 294px;
    background-color: #0C0C0C;
    float: left;
    overflow: hidden;
    position: relative;
}

.brand-slider li .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
}

.brand-slider li p {
    width: 100%;
    margin: 0;
    padding: 0;
}

.brand-slider li .show {
    position: absolute;
    right: -200%;
    bottom: 0px;
}

.brand-slider li .show .title {
    font-size: 18px;
    text-align: left;
    display: block;
    font-weight: bold;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
}

.brand-slider li .show .com {
    font-size: 14px;
    display: block;
    color: #ffffff;
    height: 22px;
    line-height: 22px;
}

.brand-slider li .hide {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.brand-slider li .hide .title {
    font-size: 18px;
    text-align: left;
    display: block;
    font-weight: bold;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}

.brand__head {
    height: auto !important;
    padding: 5px 0 0 !important;
    /* font-weight: bold !important; */
    border-bottom: none !important;
}

.brand__head .title {
    font-size: 22px;
    margin: 0 auto;
}

/* 公用搜索tab */
.commmon__searchTabs {
    background-image: url("../image/search_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.commmon__searchTabs .search__container {
    width: 700px !important;
}

.commmon__searchTabs .search__tabs {
    display: flex;
    justify-content: center;
    padding: 50px 0 20px;
}

.commmon__searchTabs .search__tabs .items {
    font-size: 18px;
    margin-right: 30px;
    padding: 4px 8px;
}

.commmon__searchTabs .search__tabs .items a {
    color: #fff !important;

}

.commmon__searchTabs .search__tabs .items.is_active {
    font-weight: 500;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}

.commmon__searchTabs .search__tabs .items.is_active a {
    color: var(--theme-color) !important;

}

.commmon__searchTabs .search__tabs .items.is_active::after {
    content: " ";
    width: 0;
    height: 0;
    border-width: 6px 6px 0px;
    border-style: solid;
    position: absolute;
    bottom: -6px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: 50%;
    margin-left: -6px;
}


.commmon__searchTabs .search__tabs .items:last-child {
    margin-right: 0;
}

.commmon__searchTabs .search__box {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: #fff;
    border-right: 0;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 5px;
}

.commmon__searchTabs .search__box .search-lab {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.commmon__searchTabs .search__box .search-lab i {
    color: #999;
    font-size: 22px;
}

.commmon__searchTabs .search__box .search-input {
    float: left;
    padding: 0;
    width: 550px;
    height: 100%;
    outline: none;
    border: none;
    line-height: 50px;
    font-size: 16px;
}

.commmon__searchTabs .search__box.search-input::placeholder {
    color: #999;
}

.commmon__searchTabs .search__box .search-bth {
    display: inline-block;
    width: 100px;
    height: 50px;
    background: var(--theme-color);
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

/* 公共分类 */
.common__hotMenu {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 4%);
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 4%);
}

.common__hotMenu .menus__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
    width: 100%;
}

.common__hotMenu .menus__box .items {
    padding: 0 10px;
    line-height: 40px;
    flex-shrink: 0;
}

.common__hotMenu .menus__box .items a {
    color: #666;
}

/* 分类导航 */
.home__category {
    width: 200px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 0;
    margin-right: 20px;
}

.category__top {
    line-height: 23px;
    height: 23px;
    padding: 0 20px 10px;
    font-size: 16px;
    font-weight: bold;
}

.category__top i {
    margin-right: 10px;
    font-size: 18px;
}

.home__category .category__box .items {
    display: flex;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    transition: background 100ms linear;
    height: 33px;
}

.home__category .category__box .items.area {
    background-color: rgba(255, 85, 85, 0.1);
}

.home__category .category__box .items.area>a {
    color: var(--theme-color);
    font-weight: bold;
}

.home__category .category__box .items:hover {
    background-color: rgba(255, 85, 85, 0.1);
}

.home__category .category__box .items:hover>a {
    color: var(--theme-color) !important;
}

.home__category .category__box .items a {
    line-height: 33px;
    margin-right: 10px;
    font-size: 14px;
}

.home__category .category__box .items:hover .dropnav__box {
    display: block;

}

.home__category .dropnav__box {
    position: absolute;
    left: 200px;
    background-color: #fff;
    display: none;
    padding: 20px;
    top: 0;
    z-index: 999;
    width: 500px !important;
}

.home__category .dropnav__box .dropnav__items {
    display: flex;
    line-height: 30px;
}

.home__category .dropnav__box .dropnav__items .label {
    width: 80px;
    overflow: hidden;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.home__category .dropnav__box .dropnav__items .text {
    display: flex;
    flex-wrap: wrap;
}

.home__category .dropnav__box .dropnav__items a {
    font-size: 12px !important;
    color: #666;
}

.home__category .dropnav__box .dropnav__items a:hover {
    color: var(--theme-color);
}

.goods__mainBox {
    display: flex;
}

.comm__main {
    width: 680px;
}

.comm__brand {
    /* height: 207px; */
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    display: flex;
    padding: 17px 20px 0;
}

.comm__brand .brand__selection {
    width: 112px !important;
    border: none;
    margin-bottom: 17px;
}

.comm__brand .brand__selection:nth-child(5n) {
    margin-right: 0 !important;
}

.comm__brand .brand__selection:nth-child(6n) {
    margin-right: 20px !important;
}


.comm__brand .brand__selection .brand__img {
    width: 102px !important;
    height: 48px !important;
}

.comm__slider {
    width: 680px;
    height: 309px;
    position: relative;
    flex-shrink: 0;
}

.comm__slider .swiper-slide img {
    width: 100%;
}

.home__filterTabs {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
}

.home__filterTabs .filter__tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--line-color);
    width: 100%;
    background-color: #fff;
}

.home__filterTabs .filter__tabs.fixed {
    width: 1200px;
}

.home__filterTabs .filter__tabs .items {
    padding: 0 25px;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

.home__filterTabs .filter__tabs .items.is_active::before {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--theme-color);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.home__filterTabs .filter__tabs .items:hover {
    color: var(--theme-color);
}

.home__filterTabs .filter__tabs .items.is_active {
    color: var(--theme-color);
    font-weight: bold;
}

.home__filterTabs .goods__listbox {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.home__filterTabs .goods__listbox .goods__selection:nth-child(5n+1) {
    margin-right: 20px;
}

.home__filterTabs .goods__listbox .goods__selection:nth-child(5n) {
    margin-right: 0 !important;
}

.goods__rightBox {
    background-color: #fff;
    width: 280px;
    flex-shrink: 0;
    margin-left: 20px;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
}

.goods__rightBox .special__items .img {
    width: 240;
    height: 122px;
    border-radius: 5px;
    overflow: hidden;
}

.goods__rightBox .special__items .img img {
    width: 100%;
}

.goods__rightBox .special__items p {
    font-size: 16px;
    margin: 5px 0 0 0;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.goods__rightBox .news__listbox {
    padding: 5px 0 0 !important;
    border-top: 1px solid var(--line-color)
}

.goods__rightBox .news__listbox .article__item {
    padding: 10px 0 !important;
    border-bottom: 0;
}

.goods__rightBox .news__listbox .article__img {
    width: 89px !important;
    height: 50px !important;
}

.goods__rightBox .news__listbox .article__cont {
    margin-left: 99px !important;
    max-height: 50px !important;
    padding-top: 0;
    min-height: auto !important;
}

.goods__rightBox .news__listbox .article__cont .title {
    font-size: 14px !important;
    line-height: 24px !important;
    max-height: 48px !important;
    height: 48px;
    overflow: hidden;
}



.goods__rightBox .category__top {
    padding: 0 0 20px;
}

.goods__rightBox .category__top i {
    font-size: 20px;
}

.goods__newBox .goods__selection {
    width: 176px !important;
    padding-bottom: 0 !important;
}

.goods__newBox .goods__selection:nth-child(5n + 1) {
    margin-right: 20px;
}

.goods__newBox .goods__selection:nth-child(6n) {
    margin-right: 0;
}

.goods__newBox .goods__selection .goods__img {
    width: 176px !important;
    height: 176px !important;
}

.goods__newBox .goods__selection .goods__title {
    font-size: 14px !important;
}

.goods__newBox .goods__selection .company_wrap {
    font-size: 12px;
}

.goods__newBox .vipicon {
    width: 16px !important;
    height: 14px !important;
    background-size: contain !important;
    background-position: center;
}


.goods__tips {
    border: 1px solid var(--line-color);
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    background-color: #fff6ef;
    margin-top: 20px;
}

.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
}

.common__listTabs {
    display: none;
}

.common__listTabs .company__listbox .company__selection:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* 企业今日推荐 */
.company__daylistBox .items {
    display: flex;
    margin-bottom: 10px;
}

.company__daylistBox .items:last-child {
    margin-bottom: 0;
}

.company__daylistBox .items .img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border: 1px solid var(--line-color);
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
}

.company__daylistBox .items .img img {
    width: 100%;
}

.company__daylistBox .items .info {
    width: 100%;
}

.company__daylistBox .items .title {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.company__daylistBox .items p {
    margin: 0;
    line-height: 24px;
    font-size: 12px;
    height: 24px;
    overflow: hidden;
    color: #999;
}

.company__daylistBox .items .title i.vipicon {
    width: 18px !important;
    height: 16px !important;
    background-size: contain;
    background-position: center;
}

.company__homeListBox {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}

.company__homeListBox .company__homeSelection {
    width: calc(50% - 20px);
    display: flex;
}

.company__homeListBox .company__homeSelection .img {
    width: 90px;
    height: 90px;
    border: 1px solid var(--line-color);
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.company__homeListBox .company__homeSelection .img img {
    width: 100%;
}

.company__homeListBox .company__homeSelection .info {
    width: 100%;
}

.company__homeListBox .company__homeSelection .title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
}

/* ip列表 */
.ip__listbox {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
}

.ip__listbox .ip__selection {
    width: 224px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.ip__listbox .ip__selection:nth-child(5n) {
    margin-right: 0;
}

.ip__listbox .ip__selection:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.ip__selection .ip__img {
    width: 224px;
    height: 224px;
    overflow: hidden;
    /* border-top-right-radius: 10px; */
    transition: all .5s ease 0s;
    /* border: 1px solid #e8e8e8; */
    position: relative;
}

.ip__selection .ip__img:hover img {
    transform: scale(1.05)
}

.ip__selection .ip__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.ip__selection .ip__title {
    font-size: 16px;
    padding: 0 8px;
    line-height: 50px;
    font-weight: 400;
    color: #333;
    height: 50px;
    text-align: center;
    overflow: hidden;
}

.ip__selection__info {
    margin-left: 40px;
    width: 100%;
}

.ip__selection__info .ip__top {
    display: flex;
    align-items: center;
}

.ip__selection__info .ip__title {
    font-size: 34px;
    word-break: break-all;
    line-height: 50px;
    margin: 0;
    width: 100%;
    color: #333;
}

.ip__selection__info .fav {
    /* width: 100px; */
    margin-left: 20px;
    text-align: right;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    color: #999;
    cursor: pointer;
    flex-shrink: 0;
}


.ip__selection__info .fav .iconfont {
    font-size: 16px;
    padding-right: 2px;
}

.ip__selection__info .fav.active,
.ip__selection__info .fav.active .iconfont {
    color: var(--theme-color);
}


.ip__skuBox {
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px 0;
    background-color: var(--bg-color);
    display: flex;
    padding: 10px 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.ip__skuBox .item {
    display: flex;
    line-height: 34px;
    font-size: 14px;
    height: 32px;
    width: 33.33%;
}

.ip__skuBox .item .label {
    width: 65px;
    margin-right: 5px;
    color: #999;
    flex-shrink: 0;
}

.ip__skuBox .item.com {
    width: 66.66%;
}

.ip__skuBox .text {
    width: 100%;
    overflow: hidden;
}

.ip__contentBox {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 20px;
}

.ip_userCard {
    width: 100%;
    border: 1px solid var(--line-color);
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);

}

.ip_userCard .ip_contactBox {
    width: 100%;
}

.ip_userCard .ip_contactBox .item {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.ip_userCard .item p {
    margin: 0;
}

.ip_userCard .item .label {
    width: 60px;
    flex-shrink: 0;
    color: #999;
}

.ip_userCard .item .text {
    margin-left: 10px;
}

.ip_userCard .ip_contactBox .item.truename {
    margin-top: 0;
    display: flex;
    justify-items: center;
    /*justify-self: center;*/
}

.ip_userCard .ip_contactBox .img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}

.ip_userCard .ip_contactBox .img>img {
    width: 100%;
}

.ip_userCard .ip_contactBox .right {
    width: 100%;
    margin-left: 15px;
}

.ip_userCard .ip_contactBox .right .name {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.ip_userCard .ip_contactBox .right .com {
    font-size: 12px;
    color: #999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.ip_userCard .ip__button {
    width: 140px;
    text-align: right;
}

.ip_userCard .ip__button .bth {
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid var(--line-color);
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.ip__recommend .ip__listbox {
    padding: 5px 20px 20px !important;
    margin-top: 0;

}

.ip__recommend .ip__listbox .ip__selection {
    width: 216px !important;
    margin: 0 20px 0 0 !important;
}

.ip__recommend .ip__listbox .ip__selection:nth-child(5n) {
    margin-right: 0 !important;
}

.ip__recommend .ip__listbox .ip__selection .ip__img {
    width: 216px !important;
    height: 216px !important;
}

/* 专题 */
.special__listbox {
    padding: 20px 20px 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.special__listbox .special__selection {
    width: 266px;
    height: 136px;
    overflow: hidden;
    position: relative;
    margin: 0 20px 20px 0;
    border-radius: 5px;
}

.special__listbox .special__selection:nth-child(3n) {
    margin-right: 0;
}


.special__listbox .special__selection .special__img>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.special__listbox .special__selection .special__img:hover img {
    transform: scale(1.05)
}

.special__listbox .special__selection .special__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
}

.special__listbox2 {
    padding: 20px 20px 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.special__listbox2 .special__items {
    width: 275px;
    position: relative;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.special__listbox2 .special__items:nth-child(4n) {
    margin-right: 0;
}

.special__listbox2 .special__items:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);

}

.special__listbox2 .special__items .img {
    width: 80px;
    height: 80px;
    border: 1px solid var(--line-color);
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.special__listbox2 .special__items .img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}


.special__listbox2 .special__items .img:hover img {
    transform: scale(1.05)
}


.special__listbox2 .special__items .title {
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    /* text-align: justify; */
}

.special__branner {
    margin-top: 20px;
    height: 449px;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
}

.special__branner .img {
    height: 449px;
    flex-shrink: 0;
    width: 880px;
    background-size: 100%;
}

.special__branner .content {
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    width: 100%;
    color: #fff;
}

.special__branner .title h1 {
    margin: 0;
    /* color: #fff; */
    font-size: 24px;
}

.special__branner .desc {
    margin-top: 15px;
    line-height: 28px;
    font-size: 14px;
    text-align: justify;
}

.special__goodslist .goods__selection:nth-child(5n+1) {
    margin-right: 20px !important;

}

.special__goodslist .goods__selection:nth-child(5n) {
    margin-right: 0 !important;

}

/* 友情链接 */
.link__listbox {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.link__listbox a {
    margin-right: 20px;
    line-height: 30px;
    color: #666;
}

/* 最顶部导航 */

.nav__bar .nav__barBox {
    display: flex;
    justify-content: space-between;
}

.nav__bar .nav__barlist {
    position: relative;
    z-index: 1000;
}

.nav__bar .nav__barlist .item {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 30px;
    padding: 0 15px;
}

.nav__bar .nav__barlist .item>a {
    color: #333 !important;
}

.nav__bar .nav__barlist .user {
    display: flex;
}

.nav__bar .nav__barlist .user .avatar {
    font-size: 14px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 4px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.nav__bar .nav__barlist .item .avatar img {
    width: 100%;
    vertical-align: middle;
}


.nav__bar .nav__barlist>.item.is-hover::after {
    content: "\e649";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-family: iconfont !important;
    color: #333;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* top: 50%; */
    /* margin: -3px auto 0; */
    /* border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #aaaaaa; */
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.nav__bar .nav__barlist>.item.is-hover:hover {
    color: var(--theme-color);
}

.nav__bar .nav__barlist>.item.is-hover:hover::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: var(--theme-color);
}


.nav__bar .hover_subnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    position: fixed;
    width: 1px;
    height: 1px;
    top: 100px;
    left: 0;
    line-height: 30px;
    opacity: 0;
    z-index: 1000;
    overflow: hidden;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s, top 0.3s;
    -o-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}


.nav__bar .nav__barlist>.item.is-hover:hover>.hover_subnav {
    position: absolute;
    width: 100px;
    height: auto;
    overflow: initial;
    opacity: 1;
    top: 45px;
    left: 50%;
    z-index: 9999 !important;
}

.nav__bar .hover_subnav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    top: -16px;
    left: 0;
}

.nav__bar .hover_subnav::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -9px;
    width: 13px;
    height: 13px;
    margin-left: -7px;
    border-top: 2px solid #ebeced;
    border-left: 2px solid #ebeced;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.nav__bar .hover_subnav .nav-box {
    padding: 10px 0;
}

.nav__bar .hover_subnav .sub-category {
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav__bar .hover_subnav .sub-category>a {
    display: block;
}

.nav__bar .sub-category .cat-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    /* margin-top: 10px; */
}

.nav__bar .sub-category .cat-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.nav__bar .sub-category .cat-cont>.item {
    width: 50%;
    float: unset;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.nav__bar .sub-category .cat-cont>.item a {
    color: #666;
}

.breadcrumb__nav {
    display: flex;
    line-height: 30px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.breadcrumb__nav::before {
    content: "\e6b8";
    font-size: 18px;
    font-family: iconfont !important;
    font-style: normal;
    margin-right: 5px;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb__nav i {
    padding: 0 10px;
}

.enter__box {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
}

.enter__box .items {
    flex: 0 0 33.33%;
}

.enter__box .items .iconfont {
    font-size: 35px;
    text-align: center;
}

.enter__box .items .iconfont.icon-vips {
    color: var(--theme-color);
}

.enter__box .items .iconfont.icon-shangpu {
    color: #ff6600;
}

.enter__box .items .iconfont.icon-yonghu {
    color: #44b08b;
}

.enter__box .items .title {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-top: 3px;
}


.company__rightBox {
    width: 280px;
    flex-shrink: 0;
    margin-left: 20px;
}

.company__rightBox .goods__rightBox {
    margin-left: 0;
}

/* 产品榜单 */
.goods__toplistBox {
    counter-reset: rank;
    margin-top: 20px;
}

.goods__toplistBox .goods__selection {
    display: flex;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    counter-increment: rank;
    border-radius: 5px;
    overflow: hidden;
    align-items: flex-end;
}

.goods__toplistBox .goods__selection .goods__img::before {
    top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    border: none;
    background: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    content: "TOP"counter(rank) "";
    width: 70px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    left: 10px;
    z-index: 1;
}

.goods__toplistBox .goods__selection:nth-child(1) .goods__img::before {
    color: var(--theme-color);
}

.goods__toplistBox .goods__selection:nth-child(2) .goods__img::before {
    color: #ff0040;
}

.goods__toplistBox .goods__selection:nth-child(3) .goods__img::before {
    color: rgb(251 108 10);
}

.goods__toplistBox .goods__info {
    margin-left: 20px;
    width: 100%;
}

.goods__toplistBox .goods__info .goods__title {
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    padding: 0 !important;
}

.goods__toplistBox .goods__items {
    margin-top: 10px;
}

.goods__toplistBox .goods__items .items {
    display: flex;
    padding: 6px 0;
    font-size: 14px;
}

.goods__toplistBox .goods__items .label {
    color: #999;
    width: 80px;
}


.goods__toplistBox .bth__box {
    width: 140px;
    flex-shrink: 0;
    text-align: right;
}

.goods__toplistBox .bth__box .bth {
    border: 1px solid var(--line-color);
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.goods__tosSlider {
    background-image: url("../image/live_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: 20px;
    text-align: center;
}

.goods__tosSlider.goods__top{
    background-image: url("../image/goods__top.jpg");

}

.goods__tosSlider .title {
    font-size: 50px;
    line-height: 100px;
    font-weight: bold;
    padding-top: 100px;
    color: #fff;
}

.goods__tosSlider .desc {
    color: #fff;
    font-size: 14px;
}

.live__specialbox {
    display: flex;
    flex-wrap: wrap;
}

.live__specialbox .items {
    width: 386px;
    margin: 0 20px 20px 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.live__specialbox .items:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}


.live__specialbox .items:nth-child(3n) {
    margin-right: 0;
}

.live__specialbox .live__img {
    width: 386px;
    height: 197px;
    overflow: hidden;
}

.live__specialbox .live__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease 0s;
}

.live__specialbox .live__img:hover img {
    transform: scale(1.05)
}

.live__specialbox .live__title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 0 15px;
    margin: 5px 0;
    max-height: 60px;
}

.footer-adsvert {
    width: 400px;
    height: 250px;
    position: fixed;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    right: 10px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 9999;
    display: none;
}

.footer-adsvert .advert-title {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 5px 0 0 0;
    background: rgba(0, 0, 0, .6);
}

.footer-adsvert .delete-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../image/delete-icon.png') no-repeat;
    background-size: 100%;
    cursor: pointer
}

.footer-adsvert img {
    width: 100%;
    height: 100%;
}


.article__gridlist {
    display: flex;
    flex-wrap: wrap;
}

.article__gridlist .article__item {
    width: 386px;
    margin-right: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.article__gridlist .article__item:nth-child(3n) {
    margin-right: 0;
}

.article__gridlist .article__img {
    width: 386px;
    height: 217px;
}

.article__gridlist .article__img img {
    width: 100%;
}

.article__gridlist .article__title {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    padding: 10px 10px;
}

.search__word{
    display: flex;
    flex-direction: row;
    line-height: 30px;
}

.search__word .title{
    font-size: 18px;
    line-height: 30px;
    flex-shrink: 0;
    font-weight: 600;
}

.search__word .keyword{
    font-size: 14px;
    line-height: 30px;
    margin-left: 10px;
}

.search__word .keyword .item{
    display: inline-block;
    padding: 2px 20px;
    margin-bottom: 8px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 5px;
    color: #666;
}

.empty {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}
.empty .img{
    background-image: url('../image/noData.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.empty .text{
    font-size: 16px;
    text-align: center;
    color: #999;
    margin-top: 20px;
}

.areticle___brand .list-cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px 10px;
}

.areticle___brand .list-cont .item{
    width: 120px;
    margin: 10px 20px 0 0;
    padding: 0;
    border: 0;
}

.areticle___brand .list-cont .item:nth-child(2n){
    margin-right: 0;
}
.areticle___brand .list-cont .img{
    height: 58px;
    width: 120px;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    overflow: hidden;
}

.areticle___brand .list-cont .img img{
    width: 100%;
}

.areticle___brand .list-cont .text{
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin: 0;
    margin-top: 5px;
    text-align: center;
}
.book_list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.book_list li{
    width: 240px;
    margin-right: 20px;
}

.book_list .img img{
    width: 240px !important;
    height: auto !important;
}

.book_list li:nth-child(3n){
    margin-right: 0;
}