/* 头部start */
.header__wrapper {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 6px 10px 1px rgb(0 0 0 / 4%);
    box-shadow: 2px 6px 10px 1px rgb(0 0 0 / 4%);
}

.header__topbox {
    width: 100%;
}

.header__wrapper .header__logo {
    margin-top: 14px;
    float: left;
    width: 160px;
    height: 60px;
}

.header__wrapper .header__logo img{
    width: 100% !important;
    margin-top: 10px;
}


.header__wrapper .qrcode__box {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-size: 14px;
    margin-left: 130px;
    color: #666;

}

.header__wrapper .qrcode__box img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.header__search {
    width: 640px;
    margin: 26px 0 0 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    float: left;
    display: flex;
}
.header__nav .header__navlist__home .item{
    padding: 0 20px 0 25px !important;
}
.header__search .search-box {
    /*display: inline-block;*/
    box-sizing: border-box;
    width: 100%;
    /*border-radius: 5px;*/
    overflow: hidden;
    height: 45px;
    /* overflow: hidden; */
    display: flex;
    position: relative;
    margin: 0;
    border: 2px solid var(--theme-color);
    border-right: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header__search .search__select{
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 5;
    display: none;
    width: 100px;
    background-color: #fff;
    border: 2px solid #e6000e;
    border-top: 0;
    padding: 5px 0;
}

.header__search .search__select .item{
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.header__search .search__select .item:hover{
    color: #e6000e;
}
.header__search .search-lab {
    float: left;
    width: 100px;
    height: 41px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
}


.header__search .search-lab::before{
    position: absolute;
    content: "";
    right: 0;
    top: 6px;
    height: 29px;
    width: 1px;
    background-color: #EEEEEE;
}
.header__search .search-lab::after {
    content: "\e649";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    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;
}


.search-lab .iconfont {
    color: #999;
    font-size: 20px;
}

.header__search .search-input-box {
    float: left;
    height: 41px;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
}

.header__search .search-input-box .search-input {
    height: 100%;
    outline: none;
    border: none;
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    padding: 0;
}

.header__search .search-input-box .search-input::placeholder {
    color: #999;
    font-size: 16px;
}

.header__search .search-bth {
    display: inline-block;
    width: 100px;
    height: 45px;
    flex-shrink: 0;
    background: var(--theme-color);
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

/* 头部end */

/* 主体 */
.home__leftMain {
    background-color: #fff;
    margin-top: 0;
    border-radius: 5px;
    padding:20px;
    box-sizing: border-box;
    overflow: hidden;
}

.home__leftMain .head {
    padding: 0
}

.slider__artcileox {
    display: flex;
}

.slider__artcileox .slider__box {
    width: 560px;
    border-radius: 5px;
    height: 314px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.slider__artcileox .article_box {
    width: 260px;
    margin-left: 20px;
}

.slider__artcileox .article_box .items {
    position: relative;
    height: 146px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.slider__artcileox .article_box .items img {
    width: 100%;
}

.slider__artcileox .article_box .items .title {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.slider__artcileox .article_box .items .title a {
    color: #fff;
}

.slider__artcileox .slider__box .swiper-slide {
    position: relative;
}

.slider__artcileox .slider__box .swiper-slide .title {
    position: absolute;
    left: 0;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    width: 100%;
    bottom: 0px;
    color: #fff;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}

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

.home__leftMain .article__listbox {
    padding: 0;
    margin-top: 18px !important;
}

.home__leftMain .goods__listbox {
    padding: 0;
    margin-top: 0;
}

.home__leftMain .goods__listbox .goods__selection {
    width: 195px !important;
    margin-top: 0 !important;
}

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

.home__leftMain .goods__listbox .goods__selection:nth-child(4n) {
    margin-right: 0;

}

.home__leftMain .goods__listbox .goods__selection .goods__img {
    width: 195px !important;
    height: 195px !important;
}

.home__leftMain .goods__listbox .goods__selection .goods__title {
    font-size: 14px !important;
    line-height: 22px !important;
    height: 44px !important;
}

.video__listbox {
    display: flex;
}

.video__listbox .video__selection {
    width: 195px;
    border-radius: 5px;
    margin-right: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.video__listbox .video__selection:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
}

.video__listbox .video__selection .video__img {
    width: 195px;
    height: 110px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    position: relative;
}

.video__img::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../image/play_gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    opacity: 0.7;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
}

.video__listbox .video__selection .video__img img {
    width: 100%;
}

.video__listbox .video__selection .video__title {
    line-height: 37px;
    height: 37px;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid var(--line-color);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.video__head {
    font-size: 18px;
    font-weight: 400;
    height: 52px;
    font-size: 18px;
    color: var(--theme-color);

}

.video__head i {
    font-size: 22px;
    margin-right: 10px;
}

.brand__listbox3 .brand__selection {
    width: 123px !important;
}

.brand__listbox3 .brand__selection .brand__img {
    width: 123px;
    height: 67px !important;
}

.report__box {
    padding: 15px 20px;
    box-sizing: border-box;
}

.report__box .report__top .img {
    width: 260px;
    height: 146px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.report__box .report__top .img img {
    width: 100%;
}

.report__top p {
    margin: 8px 0 5px;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.report__box .report__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.report__box .report__item .icon {
    width: 6px;
    height: 6px;
    background: var(--theme-color);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.report__box .report__item .text {
    font-size: 14px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 5px;
}

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

.join__groupbox .join__items {
    display: flex;
    position: relative;
    margin-top: 16px;
    height: 36px;
    cursor: pointer;
}

.join__groupbox .join__items::after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url(../image/msg2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.join__groupbox .join__items:nth-child(odd)::after {
    background-image: url(../image/msg1.png);
}

.join__groupbox .join__items .text {
    width: 100%;
    padding-left: 46px;
    line-height: 36px;
    font-size: 16px;
}

.join__groupbox .join__items .bth {
    width: 100px;
    height: 32px;
    line-height: 32px;
    position: relative;
    background-color: #ff6600;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.join__groupbox .qrcode {
    position: absolute;
    width: 168px;
    top: -12px;
    left: 32px;
    height: 164px;
    background-image: url(../image/qrcode_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 17px 0 21px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 19;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.join__groupbox .qrcode .title {
    font-size: 12px;
    position: relative;
    margin: 0;
    left: -3px;
    color: var(--theme-color);
}

.join__groupbox .qrcode .img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
}

.join__groupbox .qrcode .img img {
    width: 100%;
}

.hotrank__com__option {
    display: flex;
    float: none;
    margin: 0 auto;
    font-size: 18px !important;
    justify-content: center;
    color: #666;
}

.hotrank__com__option .switch__item {
    position: relative;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}

.hotrank__com__option .switch__item.active {
    cursor: default;
    font-weight: bold;
    color: var(--theme-color);
}

.hotrank__com__box {
    padding: 20px;
    box-sizing: border-box;
}

.hotrank__com__box.none {
    display: none;
}

.buy__list {
    padding: 10px 15px 10px 20px;
    box-sizing: border-box;
}

.buy__list ul {
    border-left: 1px dashed #f1eded;
}

.buy__list li {
    padding: 5px 10px 8px;
    position: relative;
}

.buy__list li:before {
    position: absolute;
    margin-left: -6px;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;

    border-radius: 6px;
    /* border: 4px solid var(--theme-color); */
    background: #e60013;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .8;
    content: "";
}

.buy__list li:hover:before {
    opacity: .3;
}

.buy__listli:last-child {
    border-bottom: 0;
}

.buy__list li h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    max-height: 22px;
    overflow: hidden;
    margin: 0;
}

.buy__list div {
    margin-left: 10px;
}

.buy__list li p {
    line-height: 30px;
    color: #999;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.article__daybox {
    padding: 15px 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.article__daybox .items {
    height: 30px;
    overflow: hidden;
    width: calc(50% - 10px);
    border-radius: 5px;
    font-size: 14px;
    margin: 0 20px 10px 0;
    line-height: 30px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    background-color: #f2f4f6;
}

.article__daybox .items>a {
    display: block;
}

.article__daybox .items:nth-child(2n) {
    margin-right: 0;
}

.homeMore>a {
    font-size: 14px !important;
    color: #333 !important;
    padding: 0 5px;
}

.homeMore>a:hover {
    color: #e60013 !important;
}

.ad-open-show {
    margin: 15px 0 4px;
}

.ad-open-show ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.ad-open-show li {
    position: relative;
    width: 195px;
    margin: 0 6px 6px 0;
}

.ad-open-show li:nth-child(6n) {
    margin-right: 0;
}

.ad-open-show li .min {
    width: 195px;
}

.ad-open-show li .max {
    display: none;
    width: 195px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    box-shadow: #eaeaea 1px 5px 10px;
}

.ad-open-show li:hover .max {
    display: block
}

.ex-ad {
    display: flex;
}

.ex-ad li {
    width: 374px;
    list-style-type: none;
}

.ex-ad li:nth-child(2) {
    width: 389px;
}

.ex-ad li:last-child {
    width: 437px;
}

.ex-ad li img {
    width: 100%;
}

.ad-open-show2 {
    margin: 15px 0 4px;
}

.ad-open-show2 ul {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.ad-open-show2 li {
    position: relative;
    width: 232px;
    margin: 0 10px 10px 0;
}

.ad-open-show2 li:nth-child(5n) {
    margin-right: 0;
}

.ad-open-show2 li .min {
    width: 232px;
}