/*--------------基础样式---------------*/
* {
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

.no-select {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

body {
    background: #f4f4f4;
}

a {
    background: transparent;
    text-decoration: none;
}

.s-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-dir {
    flex-direction: column;
}

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

.flex-no-wrap {
    flex-wrap: nowrap;
}

.jc-ct {
    justify-content: center;
}

.ai-ct {
    align-items: center;
}

.ai-bl {
    align-items: baseline;
}

.jc-bt {
    justify-content: space-between;
}

.jc-ad {
    justify-content: space-around;
}

.jc-fe {
    justify-content: flex-end;
}

.jc-fs {
    justify-content: flex-start;
}

.ai-fe {
    align-items: flex-end;
}

.ai-fs {
    align-items: flex-start;
}

.fw_b {
    font-weight: bold
}

.bs-bb {
    box-sizing: border-box;
}

i {
    font-style: normal;
}

.img-set {
    width: 100%;
    height: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-set img {
    max-width: 100%;
    max-height: 100%;
}

/*去除标签样式*/
em {
    font-style: normal;
}

.public-width {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.bgfff {
    background: #fff;
}

@font-face {
    font-family: 'iconfont';  /* Project id 2575177 */
    src: url('//at.alicdn.com/t/c/font_2575177_tqcjkact4lq.woff2?t=1687768693292') format('woff2'),
    url('//at.alicdn.com/t/c/font_2575177_tqcjkact4lq.woff?t=1687768693292') format('woff'),
    url('//at.alicdn.com/t/c/font_2575177_tqcjkact4lq.ttf?t=1687768693292') format('truetype'),
    url('//at.alicdn.com/t/c/font_2575177_tqcjkact4lq.svg?t=1687768693292#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.co-333 {
    color: #333;
}

.co-666 {
    color: #666;
}

.co-999 {
    color: #999;
}

.co-theme {
    color: var(--app-shop-color);
}

/*文字截断*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.imgSet {
    font-size: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.imgSet img {
    max-width: 100%;
    max-height: 100%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content, .box-header {
    padding: 0;
}

.cursorp {
    cursor: pointer;
}

.hover-opacity {
    position: relative;
    cursor: pointer;
}

.hover-opacity:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1000;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    height: auto;
    width: auto;
    flex-wrap: wrap;
}

.el-tooltip__popper.is-dark {
    border: none;
    padding: 0;
}

.el-tooltip__popper .popper__arrow {
    border-left-color: #fff !important;
}

.el-tooltip__popper .popper__arrow::after {
    border-left-color: #fff !important;
}

.no-arrow .el-carousel__container > button {
    display: none !important;
}

/*---------头部广告位---------*/
.home-header-advertisement {
    width: 100%;
    height: 100px;
    position: relative;
    background: #fff;
}

.home-header-advertisement img {
    width: 100%;
    height: 100%;
}

.home-header-advertisement a {
    display: inline-block;
    max-width: 1920px;
    height: 100px;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.home-header-advertisement div {
    display: inline-block;
    max-width: 1920px;
    height: 100px;
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

/*--------头部--------*/
.home-header-view {
    width: 100%;
    height: 36px;
    background-color: #F4F4F4;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    z-index: 200;
}

.home-header-view .home-header-user {
    font-size: 12px;
    color: #666666;
    display: flex;
    position: relative;
    align-items: center;
    line-height: 36px;
}

.home-header-view .home-header-user span {
    color: var(--app-shop-color);
    cursor: pointer;
}

.home-header-view .home-header-user span a {
    color: var(--app-shop-color);
    cursor: pointer;
}

.home-header-view .home-header-user em {
    transition: all 0.3s;
    font-size: 26px;
    color: #999;
    cursor: pointer;
}

.home-header-view .home-header-user span.home-icon {
    cursor: unset;
    color: #666;
    padding: 0 15px 0 22px;
    background: url("https://cdn.toodudu.com/uploads/2023/06/28/new-home-icon.png") no-repeat center left;
    background-size: 12px 14px;
    font-weight: bold;
}

.home-header-view .home-header-user .user-name {
    max-width: 150px;
}

.home-header-view .home-header-user .header-user-hover {
    width: 320px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.2);
    border-radius: 0px 0px 6px 6px;
    padding: 15px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 36.5px;
    display: none;
    z-index: 9999;
}

.home-header-view .home-header-user .user-info-box * { cursor: pointer; }
.home-header-view .home-header-user .user-info-box:hover ~ .header-user-hover {
    display: block;
    z-index: 100;
}

.home-header-view .home-header-user .header-user-hover:hover {
    display: block;
    z-index: 100;
}

.home-header-view .home-header-user .user-info-box:hover em.iconfont {
    transition: all 0.3s;
    transform: rotate(180deg);
    color: #666;
}

.home-header-view .home-header-user .header-user-hover:hover ~ em.iconfont {
    transform: rotate(180deg);
    color: #666;
}

.home-header-view .home-header-user .header-user-hover .user-one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
}

.home-header-view .home-header-user .header-user-hover .user-one p {
    height: 24px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    max-width: 180px;
}

.home-header-view .home-header-user .header-user-hover .user-one h5 {
    height: 24px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    font-size: 12px;
    max-width: 180px;
}

.home-header-view .home-header-user .header-user-hover .user-one a {
    height: 24px;
    width: 68px;
    line-height: 24px;
    cursor: pointer;
    background: #fff;
    border: 1px solid var(--app-shop-color);
    border-radius: 12px;
    color: var(--app-shop-color);
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.home-header-view .home-header-user .header-user-hover .user-two {
    padding: 14px 0 14px 46px;
    background: url("https://cdn.toodudu.com/uploads/2023/06/28/tx@2x.png") no-repeat center left;
    background-size: 34px 34px;
    border-top: 1px solid #f4f4f4;
}

.home-header-view .home-header-user .header-user-hover .user-two p {
    max-height: 40px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    max-width: 180px;
}

.home-header-view .home-header-user .header-user-hover .user-two h5 {
    height: 20px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    font-size: 12px;
    max-width: 180px;
}

.home-header-view .home-header-user .header-user-hover .user-three {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 5px;
}

.home-header-view .home-header-user .header-user-hover .user-three > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.home-header-view .home-header-user .header-user-hover .user-three > div a {
    display: contents;
}

.home-header-view .home-header-user .header-user-hover .user-three > div img {
    height: 20px;
    width: 20px;
}

.home-header-view .home-header-user .header-user-hover .user-three p {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.home-header-view .home-header-user .header-user-hover .user-btn {
    padding: 10px 0 5px;
    display: flex;
    justify-content: center;
}

.home-header-view .home-header-user .header-user-hover .user-btn span {
    display: inline-block;
    width: 76px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    background: linear-gradient(270deg, #F4D083, #FBEEB7);
    border: 1px solid #F4D083;
    border-radius: 14px;
    margin: 0 10px;
    box-sizing: border-box;
}

.home-header-view .home-header-user .header-user-hover .user-btn span a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home-header-view .home-header-user .header-user-hover .user-btn span.enter-btn a {
    color: #AC6428;
}

.home-header-view .home-header-user .header-user-hover .user-btn span.logout-btn {
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    color: #666;
}

.home-header-view .home-header-user .header-user-hover .user-btn span.logout-btn a {
    color: #666;
}

.home-header-view ul li {
    margin-left: 20px;
    font-size: 12px;
    color: #666666;
    position: relative;
    cursor: pointer;
    height: 36px;
}

.home-header-view ul li p {
    color: #666666;
}

.home-header-view ul li em {
    font-size: 26px;
    color: #999999;
    transition: all 0.3s;
    position: relative;
    top: 1.5px;
}

.home-header-view ul li:hover em {
    transition: all 0.3s;
    transform: rotate(180deg);
    color: #666;
    top: 0;
}

.home-header-view ul li.tel:hover em {
    transform: none;
    top: 0;
}

.home-header-view ul li.tel em {
    transform: none;
    top: 0;
}

.home-header-view ul li:hover p {
    color: var(--app-shop-color);
}

.home-header-view ul li:hover .header-right-hover-big, .home-header-view ul li:hover .header-right-hover {
    display: flex;
}

.home-header-view ul li:hover .header-right-hover-img {
    display: block;
}

.home-header-view ul li.tel p {
    font-weight: bold;
    color: #333333;
}

.home-header-view ul li.tel em {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #E90013;
}

.home-header-view ul li .header-right-hover-big {
    max-width: 1190px;
    z-index: 100;
    line-height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.2);
    border-radius: 0px 0px 6px 6px;
    padding: 5px 20px 20px 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 36.5px;
    display: flex;;
    justify-content: center;
    display: none;
}

.home-header-view ul li .header-right-hover {
    width: 98px;
    z-index: 100;
    line-height: 26px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.2);
    border-radius: 0px 0px 6px 6px;
    padding: 7px 11px 10px 11px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 36.5px;
    display: flex;;
    justify-content: center;
    display: none;
}

.home-header-view ul li .header-right-hover-img {
    width: 240px;
    z-index: 100;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(153, 153, 153, 0.2);
    border-radius: 0px 0px 6px 6px;
    padding: 15px 17px 5px 17px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 36.5px;
    display: none;
}

.home-header-view ul li .header-right-hover-img .code {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    flex: none;
    padding: 5px;
}

.home-header-view ul li .header-right-hover-img .code-text h4 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
}

.home-header-view ul li .header-right-hover-img .code-text p {
    font-size: 12px;
    color: #E8A511;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
}

.home-header-view ul li .header-right-hover-img .code-text .s-flex div {
    text-align: center;
    padding: 3px 0 0;
    margin-right: 10px;
}

.home-header-view ul li .header-right-hover-img .code-text .s-flex img {
    width: 18px;
    height: 18px;
}

.home-header-view ul li .header-right-hover-img .code-text .s-flex h5 {
    font-weight: normal;
    transform: scale(0.8)
}

.home-header-view ul li .header-right-hover-img > div {
    margin-bottom: 10px;
}

.home-header-view ul li .header-right-hover-img .code img {
    width: 70px;
    height: 70px;
}

.home-header-view ul li .header-right-hover-big > div > div {
    border-right: 1px solid #f4f4f4;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-header-view ul li .header-right-hover-big > div:last-of-type > div {
    border-right: none;
}

.home-header-view ul li .header-right-hover-big > div > div span {
    white-space: nowrap;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.home-header-view ul li .header-right-hover-big > div > div a {
    white-space: nowrap;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.home-header-view ul li .header-right-hover > div span {
    white-space: nowrap;
    width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #666;
}

.home-header-view ul li .header-right-hover > div span:hover, .home-header-view ul li .header-right-hover-big > div span:hover {
    color: var(--app-shop-color);
}

.home-header-view ul li .header-right-hover-big h4 {
    line-height: 32px;
    padding-left: 20px;
    color: #333;
    white-space: nowrap;
}

.home-header-view ul li .header-right-hover-big h4:hover {
    color: var(--app-shop-color)
}

/*-----------搜索样式----------------*/
.header-search {
    width: 100%;
    height: 95px;
    background-color: #ffffff;
    position: relative;
    padding-top: 20px;
}

.header-search .header-logo {
    height: 60px;
    margin-right: 70px;
}

.header-search .header-logo img {
    height: 60px;
}

.header-search-box {
    padding: 6px 0;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.header-search-box .header-search-input {
    height: 28px;
}

.header-search-box .header-search-select {
    width: 80px;
    height: 28px;
    padding: 0 12px;
    border-right: 1px solid #EEEEEE;
    position: relative;
}

.header-search-box .header-search-select label {
    font-size: 12px;
}

.header-search-box .header-search-select em {
    font-size: 18px;
    font-weight: bold;
}

.header-search-box .header-search-select ul {
    position: absolute;
    width: 100px;
    background: #fff;
    top: 24px;
    left: 0;
    display: none;
    z-index: 111;
    padding: 10px 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.header-search-box .header-search-select:hover ul {
    display: block;
}

.header-search-box .header-search-select ul li {
    line-height: 30px;
    width: 100%;
    height: 32px;
    float: none;
    color: #3C3C3C;
    cursor: pointer;
    padding-left: 12px;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
}

.header-search-box .header-search-select ul li:hover {
    color: var(--app-shop-color);
}

.header-search-box .header-search-select ul .search-pro {
    display: none
}

.header-search-box .header-search-blur {
}

.header-search-box .header-search-blur .el-input__inner {
    padding: 0 10px;
    border: none;
    border-radius: 0;
    font-size: 12px;
}

.header-search-box .header-search-blur .el-input.is-active .el-input__inner,
.header-search-box .header-search-blur .el-input__inner:focus {
    border-color: transparent;
}

.header-search-btn {
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--app-shop-color);
    background-color: var(--app-shop-color);
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.header-search-btn.default {
    width: 100px;
    margin-left: 20px;
    border: 1px solid #EEEEEE;
    background-color: #ffffff;
    color: #333333;
}

.header-search-btn.default p {
    margin-left: 10px;
    color: #333;
    font-weight: normal;
}

.header-search-btn svg {
    width: 20px;
    height: 20px;
}

.header-search-qr {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 0; /*box-shadow: 0px 0px 10px 0px rgba(153,153,153,0.2);*/
    box-sizing: border-box;
}

.header-search-qr a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.header-search-qr img {
    max-width: 100%;
    max-height: 100%;
}

.header-search-center ul a li {
    cursor: pointer;
}

.header-search-center ul li {
    margin-top: 10px;
    margin-right: 16px;
    font-size: 12px;
    color: #999999;
    line-height: 1.1;
}

.header-search-center ul li:hover {
    color: var(--app-shop-color);
}

.header-search-box .header-search-blur input::input-placeholder {
    color: #666;
}

.header-search-box .header-search-blur input::-webkit-input-placeholder {
    color: #666;
}

.header-search-box .header-search-blur input::-moz-placeholder {
    color: #666;
}

.header-search-box .header-search-blur input::-moz-placeholder {
    color: #666;
}

.header-search-box .header-search-blur input::-ms-input-placeholder {
    color: #666;
}

.header-search-fixed {
    padding: 7px 0;
    height: 60px;
    background: #fff;
    position: fixed;
    top: -76px;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.6);
    transition: all 0.3s;
    z-index: 9999;
    border-bottom: 2px solid var(--app-shop-color);
}

/*---------头部网站------------导航*/
.home-header-navigation {
    padding-top: 2px;
    position: relative;
}

.home-header-navigation li {
    padding: 15px 0;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 1.1;
}

.home-header-navigation li.active h1 {
    color: var(--app-shop-color);
}

.home-header-navigation li:hover::before,
.home-header-navigation li.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--app-shop-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-header-navigation li.ico-hot2::after,
.home-header-navigation li.ico-hot::after {
    content: 'new';
    height: 16px;
    padding: 0 6px;
    line-height: 16px;
    background-color: #E90013;
    border-radius: 8px 8px 8px 0;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    top: -1px;
    right: -36%;
}

.home-header-navigation li.ico-hot::after {
    content: 'hot';
}

.home-header-navigation li h1 {
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

.home-header-navigation li em {
    margin-left: 5px;
    font-weight: bold;
}

.home-header-navigation li:hover h1 {
    color: var(--app-shop-color);
}

.home-header-navigation li.no-hover:hover h1 {
    color: #222;
}

.home-header-navigation li.no-hover:hover::before {
    display: none;
}

.el-dropdown-menu {
    margin: 0 !important;
}

.el-dropdown-menu .popper__arrow {
    display: none;
}

.el-dropdown-menu__item {
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
}

.el-dropdown-menu__item:hover {
    color: var(--app-shop-color) !important;
    background: #fff !important;
}

/*------头部网站导航-------*/
.home-header-navigation {
    padding-top: 2px;
    position: relative;
}

.home-header-navigation li {
    padding: 15px 0;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
}

.home-header-navigation li:hover::before,
.home-header-navigation li.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--app-shop-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-header-navigation li.ico-hot2::after,
.home-header-navigation li.ico-hot::after {
    content: 'new';
    height: 16px;
    padding: 0 6px;
    line-height: 16px;
    background-color: #E90013;
    border-radius: 8px 8px 8px 0;
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    top: -1px;
    right: -36%;
}

.home-header-navigation li.ico-hot::after {
    content: 'hot';
}

.home-header-navigation li h1 {
    font-size: 16px;
    font-weight: bold;
}

.home-header-navigation li em {
    margin-left: 5px;
    font-weight: bold;
}

.home-header-navigation li:hover h1 {
    color: var(--app-shop-color);
}

/*------头部分类----------*/
.home-header-syn {
    position: relative;
    padding: 10px 0 0;
}

.home-header-cate {
    width: 220px;
    height: 380px;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.home-header-cate::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

.home-header-cate::-webkit-scrollbar-corner, .home-header-cate::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.home-header-cate::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, .3);
}

.home-header-cate::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.home-header-cate dl {
    padding: 0 10px;
}

.home-header-cate dt em {
    width: 20px;
    height: 20px;
    font-size: 0;
}

.home-header-cate dd img, .home-header-cate dt img {
    width: 20px;
    height: 20px;
}

.home-header-cate dd em {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: none;
    margin-right: 10px;
    font-size: 0;
}

.home-header-cate dt h1 {
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    cursor: pointer;
}

.home-header-cate dt {
    padding: 2.5px 0;
}

.home-header-cate dd ul:not(:last-child) {
    margin-bottom: 10px;
}

.home-header-cate dd ul li {
    padding: 9px 0;
    font-size: 14px;
    color: #222;
    line-height: 18px;
    height: 18px;
    display: flex;
    align-items: center;
}

.home-header-cate dd ul li label:hover {
    color: var(--app-shop-color);
}

.home-header-cate dd ul li label {
    cursor: pointer;
    color: #222;
}

.home-header-cate dd ul li span {
    cursor: default;
    color: #222;
}

.home-header-cate dd ul li a.no-href label {
    cursor: default;
}

.home-header-cate dd ul li a.no-href label:hover {
    cursor: default;
    color: #222;
}

/*------头部banner--------*/
.home-header-banner {
    width: 560px;
    height: 400px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.home-header-banner .el-carousel,
.home-header-banner .el-carousel .el-carousel__container {
    height: 400px;
    overflow: hidden !important;
}

.home-header-banner .el-carousel img {
    width: 100%;
    height: 100%;
}

.home-header-banner .el-carousel a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home-header-banner .el-carousel__indicators li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.home-header-banner .el-carousel__indicators--horizontal {
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
}

.home-header-banner .el-carousel__item.is-animating {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.home-header-banner .el-carousel__item--card {
    width: 50%;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.home-header-banner .swiper {
    width: 100%;
    height: 100%;
}

.home-header-banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.home-header-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-header-banner .swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-wrap: unset;
}

.home-header-banner .swiper-button-next, .home-header-banner .swiper-button-prev {
    border-radius: 0;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, .15);
    background-image: none;
    margin-top: -20px;
    font-size: 20px;
    opacity: 0.8;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-header-banner .swiper-button-next:hover, .home-header-banner .swiper-button-prev:hover {
    opacity: 1;
}

.home-header-banner .swiper-button-next.swiper-button-disabled, .home-header-banner .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.home-header-banner .swiper-button-next i {
    margin-left: 4px;
}

.home-header-banner .swiper-button-prev i {
    margin-right: 4px;
}

.home-header-banner .swiper-button-next i, .home-header-banner .swiper-button-prev i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.home-header-banner .swiper-button-next {
    right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.home-header-banner .swiper-button-prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.home-header-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.home-header-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.ad-tips {
    width: 60px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 10px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*--------头部轮播广告--------*/
.home-header-card {
    width: 160px;
    height: 400px;
    position: relative;
}

.home-header-card .swiper-slide .card-item {
    width: 160px;
    height: 195px;
}

.home-header-card .swiper-slider a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-header-card .swiper-slide .card-item:not(:last-child) {
    margin-bottom: 10px;
}

.home-header-card .swiper-slide img {
    width: 100%;
    height: 100%;
}

.home-header-card .swiper {
    width: 100%;
    height: 100%;
}

.home-header-card .swiper-slide {
    background-position: center;
    background-size: cover;
    background: #f2f2f2;
}

.home-header-card .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-header-card .swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-wrap: unset;
}

.home-header-card .swiper-button-next, .home-header-card .swiper-button-prev {
    border-radius: 0;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, .15);
    background-image: none;
    margin-top: -20px;
    font-size: 20px;
    opacity: 0.8;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.home-header-card:hover .swiper-button-next, .home-header-card:hover .swiper-button-prev {
    display: flex;
}

.home-header-card .swiper-button-next:hover, .home-header-card .swiper-button-prev:hover {
    opacity: 1;
}

.home-header-card .swiper-button-next.swiper-button-disabled, .home-header-card .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.home-header-card .swiper-button-next i {
    margin-left: 4px;
}

.home-header-card .swiper-button-prev i {
    margin-right: 4px;
}

.home-header-card .swiper-button-next i, .home-header-card .swiper-button-prev i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.home-header-card .swiper-button-next {
    right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.home-header-card .swiper-button-prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.home-header-card .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.home-header-card .swiper-pagination-bullet-active {
    background: #fff;
}

/*---------头部指南----------*/
.home-header-person {
    margin-left: 10px;
    height: 400px;
    width: 220px;
}

.home-header-login {
    width: 220px;
    padding: 6px 20px 10px 20px;
    box-sizing: border-box;
    position: relative;
    height: 90px;
}

.home-header-login dl dt {
    padding: 12px 0;
    font-size: 12px;
    color: #333;
}

.home-header-login dl dd .btn-item {
    width: 85px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    background-color: var(--app-shop-color);
    border: 1px solid var(--app-shop-color);
    border-radius: 6px;
    font-size: 14px;
    color: #ffffff;
}

.home-header-login dl dd .btn-item a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}

.home-header-login dl dd .btn-item:not(:last-child) {
    margin-right: 10px;
}

.home-header-login dl dd .btn-item.default {
    background-color: #ffffff;
    border-color: var(--app-shop-color);
    color: var(--app-shop-color);
}

.home-header-login dl dd .btn-item.default a {
    color: var(--app-shop-color);
}

.logined {
    display: flex;
    align-items: center;
    padding: 15px 10px 10px 10px;
}

.logined .user-img {
    width: 46px;
    height: 46px;
    margin-right: 8px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(172, 172, 172, 0.3);
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.logined .user-img img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}

.logined .user-img dt {
    padding: 0;
    font-size: 0;
}

.logined .ellipsis-1 {
    width: 125px;
    color: #333;
}

.logined dl dd .btn-item {
    width: 70px;
    height: 22px;
    line-height: 22px;
    border-radius: 5px;
    font-size: 12px;
}

.logined dl dd .btn-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.logined dl dd .btn-item.primary {
    background: #fff;
    border: 1px solid var(--app-shop-color);
    color: var(--app-shop-color);
}

.logined dl dd .btn-item.primary a {
    color: var(--app-shop-color);
}

.logined dl dd .btn-item.primary:hover {
    background: var(--app-shop-color);
    border: 1px solid var(--app-shop-color);
    color: #fff;
    transition: all 0.3s;
}

.logined dl dd .btn-item.primary:hover a {
    color: #fff;
    transition: all 0.3s;
}

.logined dl dd .btn-item.default {
    width: 40px;
    border-color: #eee;
    color: #666;
}

.logined dl dd .btn-item.default a {
    color: #666;
}

/*----------头部公告------------*/
.home-header-news {
    padding: 10px 20px 0 20px;
    height: 94px;
    box-sizing: border-box;
    position: relative;
}

.home-header-news dt {
    width: fit-content;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 7px;
    background: linear-gradient(to right, #F4D083, #FBEEB7);
    border-radius: 6px 0px 10px 0px;
    font-size: 14px;
    color: #AC6428;
}

.home-header-news dd .el-carousel {
    width: 100%;
    overflow: hidden !important;
}

.home-header-news dd .new-item {
    line-height: 1.1;
    padding: 7px 0 7px 10px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.home-header-news dd .new-item a {
    color: #333;
}

.home-header-news dd .new-item:hover a {
    color: var(--app-shop-color);
}

.home-header-news dd .new-item:hover::before {
    background: var(--app-shop-color);
}

.home-header-news dd .new-item::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #AAAAAA;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 12px;
}

.home-header-news .el-carousel__indicator {
    display: none;
}

/*------------头部指南--------*/
.home-header-guide {
    width: 220px;
    height: 215px;
    padding: 0 10px 0 10px;
    position: relative;
}

.home-header-guide .tab-item {
    width: 50px;
    padding: 12px 5px;
    margin: 0 5px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    flex: 1;
}

.home-header-guide .tab-item span {
    display: inline-block;
    width: 2em;
}

.home-header-guide .tab-item.active {
    border-bottom: 2px solid var(--app-shop-color);
    font-weight: bold;
    color: var(--app-shop-color);
    position: relative;
}

.home-header-guide .tab-item.active::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 4px solid var(--app-shop-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.home-header-guide a {
    width: 33%;
    padding: 12px 0;
    text-align: center;
    cursor: pointer;
}

.home-header-guide .home-header-news a {
    width: 100%;
    color: #333;
    padding: 1px 0;
}

.home-header-guide .home-header-news p {
    text-align: left;
}

.home-header-guide .home-header-news a:hover p {
    color: var(--app-shop-color);
}

.home-header-guide .guide-item img {
    width: auto;
    height: 24px;
}

.home-header-guide .guide-item em {
    font-size: 24px;
}

.home-header-guide .guide-item p {
    margin-top: 6px;
    font-size: 12px;
    color: #333;
}

.home-header-guide .guide-item p:hover {
    color: var(--app-shop-color);
}

/*-----------侧边广告--------------*/
.home-header-slide {
    width: 280px;
    height: 540px;
    position: absolute;
    left: -280px;
    top: 0;
}

.home-header-slide.rg {
    left: inherit;
    right: -280px;
}

.home-header-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.home-header-slide img {
    width: 100%;
    height: 100%;
}

.home-header-slide > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.home-header-slide .slide-big {
    width: 0;
    height: 540px;
    float: right;
    position: relative;
    overflow: hidden;
}

.home-header-slide .slide-big .slide-wrap {
    width: 0;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    transition: all 0.5s;
    z-index: 9999;
}

.home-header-slide .slide-big .slide-wrap img {
    width: 0;
    height: 540px;
    transition: all 0.5s;
}

.home-header-slide .slide-big .slide-wrap div {
    width: 100%;
    height: 540px;
}

.home-header-slide:hover .slide-big .slide-wrap {
    width: 790px;
}

.home-header-slide:hover .slide-big .slide-wrap img {
    width: 790px;
}

.home-header-slide:hover .slide-big {
    overflow: unset;
}

/*-----------分类弹窗----------------*/
.home-header-cate .home-header-cate-item:hover .cate-popover {
    display: block;
}

.home-header-cate .cate-popover {
    height: 400px;
    width: 970px;
    background: #fff;
    position: absolute;
    z-index: 100;
    left: 220px;
    top: 0;
    box-shadow: 0px 0px 7px 0px rgba(102, 102, 102, 0.12);
    display: none;
}

.home-header-cate .cate-popover-min {
    width: 740px;
}

.home-header-cate .cate_part {
    padding: 20px 25px 10px 30px;
}

.home-header-cate .cate_part_col1 {
    float: left;
    width: 690px;
}

.cate_part_col2 {
    float: left;
    width: 225px;
    padding-left: 20px;
}

.cate_brand {
    margin: auto;
    width: 168px;
    font-size: 0
}

.cate_brand_lk {
    overflow: hidden;
    display: inline-block;
    width: 83px;
    height: 35px;
    margin: 0 0 1px 1px;
    background-color: #e7e7e7
}

.cate_promotion {
    margin: 10px auto 0;
    width: 168px
}

.cate_promotion_lk {
    display: block;
    margin-bottom: 1px;
    height: 134px;
    background-color: #e7e7e7
}

.cate_channel {
    overflow: hidden; /*height: 25px;*/
    flex-wrap: wrap;
}

.cate_channel_lk {
    cursor: pointer;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    background: #2F3239;
    border-radius: 5px;
}

.cate_channel_lk:hover {
    background-color: var(--app-shop-color);
    color: #fff
}

.cate_channel_arrow {
    margin-left: 5px
}

.cate_detail {
    overflow: hidden;
    padding: 10px 0 0 0;
    max-height: 335px;
    overflow-y: auto;
}

.cate_detail::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    border-radius: 0;
}

.cate_detail::-webkit-scrollbar-corner, .cate_detail::-webkit-scrollbar-track {
    background-color: #F8F8F8;
}

.cate_detail::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
}

.cate_detail::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.home-header-cate .cate_detail_item {
    position: relative;
    padding-left: 95px;
    min-height: 32px;
}

.home-header-cate .cate_detail_tit {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 6px;
    width: 90px;
    text-align: right;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cate_detail_tit .iconfont {
    font-size: 12px;
}

.cate_detail_tit_lk {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cate_detail_tit_lk:hover {
    color: var(--app-shop-color);
    font-weight: 600;
}

.cate_detail_tit_lk span {
    display: inline-block;
    width: 6em;
    overflow: hidden;
    margin-right: 3px;
}

.cate_detail_tit_lk_no_href {
    cursor: unset;
}

.cate_detail_tit_lk_no_href:hover {
    color: #333;
}

.cate_detail_tit_arrow {
    margin-left: 5px
}

.cate_detail_con {
    overflow: hidden;
    padding: 3px 0 5px;
}

.cate_detail_con_lk {
    float: left;
    margin: 5px 0 10px;
    padding: 0 7px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    white-space: nowrap;
    color: #666;
    cursor: pointer;
}

.cate_detail_con_lk:hover {
    color: var(--app-shop-color);
}

.cate_part_col2 .cate-title-rec {
    position: relative;
}

.cate_part_col2 .cate-title-rec span {
    position: relative;
    font-weight: bold;
    color: #222222;
    font-size: 22px;
    z-index: 1;
}

.cate_part_col2 .cate-title-rec:after {
    content: '';
    width: 40px;
    height: 14px;
    background: linear-gradient(270deg, #FED897, #FFFFFF);
    border-radius: 7px;
    position: absolute;
    left: 24px;
    top: 7px;
}

.cate-rec-shop {
    padding-top: 18px;
    max-height: 320px;
    overflow-y: auto;
}

.cate-rec-shop::-webkit-scrollbar {
    width: 2px;
    height: 10px;
    border-radius: 0;
}

.cate-rec-shop::-webkit-scrollbar-corner, .cate-rec-shop::-webkit-scrollbar-track {
    background-color: #F8F8F8;
}

.cate-rec-shop::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgba(0, 0, 0, .3);
}

.cate-rec-shop::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #e2e2e2;
}

.cate-rec-shop .shop-item {
    margin-bottom: 15px;
}

.cate-rec-shop .shop-item:last-of-type {
    margin-bottom: 0;
}

.cate-rec-shop .shop-item .shop-logo {
    width: 90px;
    height: 40px;
    margin-right: 10px;
    background: #F8F8F8;
    padding: 6px 8px;
    border: 1px solid #F4F4F4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.cate-rec-shop .shop-item .shop-logo img {
    max-width: 100%;
    max-height: 100%;
}

.cate-rec-shop .shop-item .shop-info h5 {
    color: #333;
    font-size: 12px;
    width: 100px;
    font-weight: normal;
    margin-bottom: 4px;
}

.cate-rec-shop .shop-item .shop-info p span {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    display: inline-block;
    background: url("https://cdn.toodudu.com/uploads/2023/06/29/star.png") no-repeat center;
    background-size: 100% 100%;
}

.cate-rec-shop .shop-item .shop-info p span:last-of-type {
    margin-right: 0;
}

.cate-rec-shop .shop-item .shop-info p span.star {
    background: url("https://cdn.toodudu.com/uploads/2023/06/29/star-liang.png") no-repeat center;
    background-size: 100% 100%;
}

/*------------左侧导航-----------*/
.home-left-navigation {
    width: 80px;
    display: none;
    margin-left: -685px;
    position: fixed;
    left: 50%;
    top: 25%;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1);
    z-index: 888;
}

.home-left-navigation ul li {
    width: 80px;
    min-height: 40px;
    font-size: 12px;
    color: #333333;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
    word-break: break-all;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 5px;
}

.home-left-navigation ul li:last-of-type {
    border-bottom: none;
    color: var(--app-shop-color);
}

.home-left-navigation ul li.active {
    background-color: var(--app-shop-color);
    color: #ffffff;
}

.home-left-navigation ul li:hover {
    color: var(--app-shop-color);
}

.home-left-navigation ul li.active:hover {
    color: #fff;
}

.home-left-navigation ul li em {
    font-size: 26px;
    position: relative;
    top: 3px;
}

/*------------右侧导航-------------*/
.home-right-navigation {
    width: 60px;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1); /*display: none;*/
    top: 617px; /*margin-right: -664px;*/
    margin-right: 0;
    position: fixed;
    right: 60px;
    z-index: 888;
}

.home-right-navigation-h {
    top: 717px;
}

.home-right-navigation ul li {
    width: 60px;
    min-height: 56px;
    padding: 0 5px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.home-right-navigation ul li.is-icon {
    padding: 0;
}

.home-right-navigation ul li:not(:last-child)::before {
    content: '';
    width: 60px;
    height: 1px;
    background: url('https://cdn.toodudu.com/uploads/2023/06/21/navigation_line.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-right-navigation ul li.flex-dir {
    padding: 10px 0;
}

.home-right-navigation ul li p {
    padding: 0 6px;
    color: #000;
    text-align: center;
}

.home-right-navigation ul li.is-icon span {
    font-size: 12px;
}

.home-right-navigation ul li em {
    font-size: 0;
}

.home-right-navigation ul li em img {
    height: 20px;
}

.home-right-navigation ul li span {
    line-height: 1.1;
    margin-top: 8px;
    color: #000;
}

.home-right-navigation ul li:hover span, .home-right-navigation ul li:hover p {
    color: var(--app-shop-color);
}

/*---------------5个广告位---------------*/
.five-advertisement {
    padding-top: 10px;
}

.five-advertisement .advertisement-item {
    width: 230px;
    height: 130px;
    font-size: 0;
    margin-right: 10px;
    flex-shrink: 0;
}

.five-advertisement .five-advertisement-nomargin .advertisement-item:nth-child(5n) {
    margin-right: 0;
}

.five-advertisement .advertisement-item:last-of-type {
    margin-right: 0;
}

.five-advertisement .advertisement-item img {
    width: 230px;
    height: 130px;
}

.template-advertisement-swiper {
    overflow: hidden;
    position: relative;
}

.template-advertisement-swiper .swiper-wrapper {
    width: 100%;
    height: 140px;
    flex-wrap: unset;
}

.template-advertisement-swiper .swiper-button {
    width: 25px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    position: absolute;
    top: 70px;
    z-index: 9;
}

.template-advertisement-swiper .swiper-button em {
    color: #ffffff;
}

.template-advertisement-swiper .swiper-button-prev {
    border-radius: 0 18px 18px 0;
    left: 0;
}

.template-advertisement-swiper .swiper-button-next {
    border-radius: 18px 0 0 18px;
    right: 0;
}

/*-----------价格指数--商品涨跌-----------*/
.trend-product {
    width: 390px;
    padding: 12px 20px 0 20px;
    height: 415px;
    margin-right: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.trend-title {
    padding: 10px 0;
}

.trend-title > div {
    height: 30px;
}

.trend-title h1 {
    margin-right: 20px;
    font-size: 18px;
    position: relative;
}

.trend-title h1::before {
    content: '';
    width: 40px;
    height: 14px;
    background: linear-gradient(to right, #ffffff, #FED897);
    position: absolute;
    left: 12px;
    bottom: 0;
    border-radius: 5px;
}

.trend-zixun h1::before {
    left: 0;
}

.trend-title p {
    font-weight: bold;
    position: relative;
    min-width: 4em;
    text-align: center;
    white-space: nowrap;
}

.trend-title span {
    font-size: 14px;
    color: #666666;
}

.trend-title .trend-btn {
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #EBEBEB;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    color: #333;
}

.trend-title .trend-btn a {
    color: #333;
    display: block;
}

.trend-title .trend-btn:hover {
    background-color: var(--app-shop-color);
    transition: all 0.3s;
    color: #ffffff;
}

.trend-title .trend-btn:hover a {
    color: #ffffff;
    transition: all 0.3s;
}

.template-trend dl ul li {
    line-height: 1.1;
    font-size: 14px;
    color: #222;
}

.template-trend dl dt ul li {
    line-height: 1.1;
    font-size: 14px;
    color: #999;
}

.template-trend dl ul li.zhang a {
    color: #E90013;
}

.template-trend dl ul li.zhang {
    color: #E90013;
}

.template-trend dl ul li.die a {
    color: #0EA64E;
}

.template-trend dl ul li.die {
    color: #0EA64E;
}

.template-trend dl dt ul {
    border-bottom: 1px solid #F4F4F4;
}

.template-trend dl dt ul li {
    padding: 17px 0;
}

.template-trend dl dd ul {
    padding: 2px 0;
}

.template-trend dl dd ul li {
    padding: 16px 0;
}

/*-----------价格指数--资讯-----------*/
.trend-price {
    width: 790px;
    padding: 12px 20px 0 20px;
    height: 415px;
    background-color: #ffffff;
    box-sizing: border-box;
}

/*---------tab切换组件--------------*/
.wrap-tabs {
    border-bottom: 1px solid #F4F4F4;
    position: relative;
    overflow: hidden;
}

.wrap-tabs .tab-cont {
    width: max-content;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    padding-left: 10px;
}

.wrap-tabs .tab-btn i {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3)
}

.basic-tabs-radius .tab-btn i {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.3)
}

.wrap-tabs .tab-btn:hover i {
    color: var(--app-shop-color);
    transition: all 0.3s;
}

.wrap-tabs .tab-btn {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.wrap-tabs .tab-btn.pre {
    left: 0;
}

.wrap-tabs .tab-btn.next {
    right: 0;
}

.wrap-tabs .tab-item {
    line-height: 1.1;
    padding: 18px 0;
    margin-right: 48px;
    font-size: 14px;
    color: #666666;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.wrap-tabs .tab-item:last-of-type {
    margin-right: 0;
}

.wrap-tabs .tab-item:hover,
.wrap-tabs .tab-item.active {
    color: #222;
    font-weight: 600 !important;
}

.wrap-tabs .tab-item:hover::before,
.wrap-tabs .tab-item.active::before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: var(--app-shop-color);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

.basic-tabs-radius {
    height: 35px;
    margin: 30px 0 0;
    border-bottom: none;
}

.basic-tabs-radius .tab-item {
    padding: 9px 20px;
    background-color: #F8F8F8;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
}

.basic-tabs-radius .tab-item.active,
.basic-tabs-radius .tab-item:hover {
    background-color: #fff;
    border-color: var(--app-shop-color);
    color: var(--app-shop-color);
    font-weight: normal !important;
}

.basic-tabs-radius .tab-item:not(:last-child) {
    margin-right: 20px;
}

.basic-tabs-radius .tab-item.active::before,
.basic-tabs-radius .tab-item:hover::before {
    display: none;
}

/*----------------END-------------*/
.trend-charts {
    width: 426px;
    margin-left: 10px;
}

.echarts-tooltip {
    width: 96px;
    height: 40px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, #FBEEB7, #F4D083);
    box-shadow: 0px 0px 6px 0px rgba(172, 100, 40, 0.3);
    border-radius: 2px;
    box-sizing: border-box;
}

.echarts-tooltip p {
    line-height: 1.1; /*margin: 4px 0;*/
    font-size: 12px;
    color: #AC6428;
}

/*---------价格指数--资讯---------*/
.trend-zixun h1::before {
    left: 0;
}

.trend-zixun .trend-tabs .tab-item {
    width: auto;
    margin-right: 36px;
}

.trend-zixun ul {
    padding: 18px 0 14px 0;
}

.trend-zixun ul li {
    padding: 9px 0;
    font-size: 14px;
    color: #222222;
    line-height: 1.1;
}

.trend-zixun ul li a {
    color: #222222;
}

.trend-zixun ul li em {
    margin-right: 10px;
    font-size: 12px;
    transform: scale(0.9);
}

.trend-zixun ul li:hover em,
.trend-zixun ul li:hover a {
    color: var(--app-shop-color)  !important;
}

/*--------------频道广场------------*/
.temp-item-title {
    width: 100%;
    height: 86px;
    background-color: #F4F4F4;
    position: relative;
}

.temp-item-title .trend-btn {
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #EBEBEB;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.temp-item-title .trend-btn a {
    color: #333;
}

.temp-item-title .trend-btn:hover {
    background-color: var(--app-shop-color);
    transition: all 0.3s;
}

.temp-item-title .trend-btn:hover a {
    color: #ffffff;
    transition: all 0.3s;
}

.temp-item-title__content {
    display: table;
    margin: 0 auto;
    position: relative;
}

.temp-item-title__content img {
    width: 66px;
    height: 16px;
    position: absolute;
    top: 8px;
}

.temp-item-title__content h1 {
    font-size: 20px;
}

.template-channel .template-channel-ul .template-channel-li { /*width: 290px; height: 180px;*/
    margin-right: 10px;
}

.template-channel .template-channel-ul .template-channel-li img {
    width: 100%;
    height: 100%;
}

.template-channel .template-channel-ul .template-channel-li:nth-of-type(3),
.template-channel .template-channel-ul .template-channel-li:nth-of-type(7) {
    margin-right: 0;
}

.template-channel .template-channel-ul .template-channel-li:nth-of-type(1),
.template-channel .template-channel-ul .template-channel-li:nth-of-type(2),
.template-channel .template-channel-ul .template-channel-li:nth-of-type(3) {
    margin-bottom: 10px;
}

.template-channel .template-channel-ul .template-channel-li:nth-of-type(1),
.template-channel .template-channel-ul .template-channel-li:nth-of-type(2) {
    width: 290px;
    height: 370px;
    background-color: #ffffff;
}

.template-channel .template-channel-ul .template-channel-li:nth-of-type(3) {
    width: 590px;
}

.template-channel .template-channel-ul .template-channel-li .template-channel-item {
    width: 290px;
    height: 180px;
    background-color: #ffffff;
}

.template-channel .template-channel-ul .template-channel-li .template-channel-item:nth-of-type(1),
.template-channel .template-channel-ul .template-channel-li .template-channel-item:nth-of-type(2) {
    margin-bottom: 10px;
}

.template-channel .template-channel-ul .template-channel-li .template-channel-item:nth-of-type(1),
.template-channel .template-channel-ul .template-channel-li .template-channel-item:nth-of-type(3) {
    margin-right: 10px;
}

.template-channel-item h1 {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    max-width: 6em;
    flex: none;
    line-height: 22px;
}

.template-channel-item span {
    font-size: 14px;
    color: #999999;
}

.template-channel-item div img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 15px;
    border-radius: 5px;
}

/*-----长条广告--------*/
.template-long-banner {
    margin-top: 10px;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.template-long-banner .swiper-slider a {
    display: block;
    width: 100%;
    height: 100px;
}

.template-long-banner .swiper-slide img {
    width: 100%;
    height: 100px;
}

.template-long-banner .swiper {
    width: 100%;
    height: 100px;
}

.template-long-banner .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100px;
}

.template-long-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100px;
}

.template-long-banner .swiper-wrapper {
    width: 100%;
    height: 100px;
    flex-wrap: unset;
}

.template-long-banner .swiper-button-next, .template-long-banner .swiper-button-prev {
    border-radius: 0;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, .15);
    background-image: none;
    margin-top: -20px;
    font-size: 20px;
    opacity: 0.8;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.template-long-banner:hover .swiper-button-next, .template-long-banner:hover .swiper-button-prev {
    display: flex;
}

.template-long-banner .swiper-button-next:hover, .template-long-banner .swiper-button-prev:hover {
    opacity: 1;
}

.template-long-banner .swiper-button-next.swiper-button-disabled, .template-long-banner .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.template-long-banner .swiper-button-next i {
    margin-left: 4px;
}

.template-long-banner .swiper-button-prev i {
    margin-right: 4px;
}

.template-long-banner .swiper-button-next i, .template-long-banner .swiper-button-prev i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.template-long-banner .swiper-button-next {
    right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.template-long-banner .swiper-button-prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.template-long-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.template-long-banner .swiper-pagination-bullet-active {
    background: #fff;
}

/*---------列表样式1/原材料推荐---------*/
.template-style {
    background-color: #ffffff;
}

.template-style dd {
    padding: 10px 0 10px 0;
}

.template-style dt {
    padding: 0 20px;
}

.template-style .template-style-list {
    width: 100%;
    padding: 0 20px;
}

.template-style-list .list-item {
    width: 10%;
    padding: 0 10px;
    font-size: 12px;
    color: #222;
}

.template-style-list .list-item:not(:first-child) {
    text-align: center;
}

.template-style-list .list-header {
    padding: 18px 0;
    border-bottom: 1px solid #F4F4F4;
}

.template-style-list .list-header .list-item {
    font-size: 14px;
    color: #999999;
}

.template-style-list .list-detail {
    height: 54px;
    position: relative;
}

.template-style-list .list-detail .list-btn {
    display: none;
    width: 90px;
    height: 54px;
    padding: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.template-style-list .list-detail .list-btn > div {
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(to right, #FBEEB7, #F4D083);
    border-radius: 6px;
    font-size: 14px;
    color: #AC6428;
    box-sizing: border-box;
}

.template-style-list .list-detail .list-btn > div a {
    color: #AC6428;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.template-style-list .list-detail:hover {
    background-color: #FFF9EA;
    border-radius: 6px;
}

.template-style-list .list-detail:hover .list-btn {
    display: block;
    border-radius: 6px;
}

.template-style-list .list-price {
    color: #E90013;
}

.template-style-list .list-price span {
    color: #333333;
}

.template-style-product {
    margin-left: 20px;
    width: 300px;
    box-sizing: border-box;
    flex: none;
}

.template-style-product h1 {
    padding: 18px 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.template-style-product .product-image {
    width: 74px;
    height: 74px;
    border: 1px solid #F4F4F4;
}

.template-style-product .product-image img {
    max-width: 100%;
    max-height: 100%;
}

.template-style-product .product-goods {
    margin-left: 10px;
}

.template-style-product .product-item {
    margin-bottom: 10px;
}

.template-style-product .product-name {
    height: 38px;
    line-height: 1.6;
    font-size: 12px;
    color: #333;
    padding-right: 20px;
}

.template-style-product .product-price {
    margin-top: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.template-style-product .product-price span {
    color: #999999;
}

/*-------图文样式1--成品推荐-------*/
.template-picture-txt {
}

.template-picture-txt dl {
    padding: 20px 0 10px 0;
    background-color: #ffffff;
}

.template-picture-txt dl dt {
    padding: 0 20px;
}

.template-picture-txt .product-list {
    padding: 0 15px;
}

.template-picture-txt .product-list li {
    width: 222px;
    margin: 0 5px 10px 5px;
    transition: all 0.3s;
    height: 326px;
}

.template-picture-txt .product-list li .list-image {
    width: 222px;
    height: 222px;
    font-size: 0;
}

.template-picture-txt .product-list li .list-image img {
    width: 222px;
    height: 222px;
}

.template-picture-txt .product-list li .list-name {
    height: 44px;
    line-height: 1.6;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.template-picture-txt .product-list li .list-price {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #E90013;
}

.template-picture-txt .product-list li .list-price em,
.template-picture-txt .product-list li .list-price span {
    font-size: 12px;
    font-weight: normal;
}

.template-picture-txt .product-list li .list-price em {
    font-weight: normal;
}

.template-picture-txt .product-list li .list-price span {
    color: #999999;
}

.image-list {
    padding: 10px 15px 10px;
}

.image-list li {
    width: 136px;
    height: 80px;
    padding: 10px;
    margin: 0 5px;
    border-radius: 10px;
    background-color: #F8F8F8;
    box-sizing: border-box;
    transition: all 0.3s;
}

.image-list li:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.2);
}

.image-list li img {
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
}

/*-------图文样式2--成品推荐-------*/
.template-picture-txt.two {
}

.template-picture-txt.two dl,
.template-picture-txt.two dl dt,
.template-picture-txt.two dl ul,
.template-picture-txt.two dl dd li .list-name,
.template-picture-txt.two dl dd li .list-price {
    padding: 0;
}

.template-picture-txt.two dl dt {
    width: 190px;
    height: 482px;
    position: relative;
}

.template-picture-txt.two dl dt img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.template-picture-txt.two dl dt ul {
    padding: 20px 9px 12px 9px;
    background-color: rgba(0, 0, 0, 0.48);
    position: relative;
    justify-content: space-between;
}

.template-picture-txt.two dl dt li {
    min-width: 76px;
    max-width: 100%;
    padding: 8px 14px;
    margin: 0 4px 8px 4px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
    box-sizing: border-box;
    background: rgba(244, 249, 255, 0.1);
}

.template-picture-txt.two dl dd li {
    width: 200px;
    height: 240px;
    padding: 0 20px 18px 20px;
    margin: 0;
    box-sizing: border-box;
}

.template-picture-txt.two dl dd li:hover {
    box-shadow: none;
}

.template-picture-txt.two dl dd li .list-image {
    width: 130px;
    height: 130px;
    padding: 14px 14px 10px 14px;
    font-size: 0;
}

.template-picture-txt.two dl dd li .list-image img {
    width: 130px;
    height: 130px;
}

.template-picture-txt.two dl dd li .list-name {
    height: 34px;
    line-height: 1.4;
    margin: 0;
    font-size: 12px;
    color: #000;
}

.template-picture-txt.two dl dd li .list-price {
    margin-top: 8px;
}

/*---------------优质店铺---------------*/
.template-store {
}

.template-store ul {
    width: 1200px;
    margin: 0 -5px;
}

.template-store ul li {
    width: 32.5%;
    padding: 28px 0 20px 0;
    margin: 0 5px;
    background-color: #ffffff;
    height: 270px;
    box-sizing: border-box;
}

.template-store ul li dt {
    padding: 0 18px;
}

.template-store ul li dt .store-image {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    flex: none;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.template-store ul li dt .store-image a {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.template-store ul li dt .store-info {
    margin-left: 10px;
}

.template-store ul li dt .store-info h1 {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    width: 270px;
    color: #333;
}

.template-store ul li dt .store-info img {
    width: 22px;
    height: 24px;
}

.template-store ul li dt .store-tag span {
    max-width: 100px;
    line-height: 1.1;
    padding: 5px 10px;
    margin-left: 10px;
    background: var(--app-shop-color-rgb);
    border-radius: 10px;
    font-size: 12px;
    color: var(--app-shop-color);
}

.template-store ul li dt .store-tag span.warning {
    background: linear-gradient(to right, #FBEEB7, #F4D083);
    color: #AC6428;
}

.template-store ul li dd {
    padding: 0 15px;
}

.template-store ul li dd .goods-item {
    width: 156px;
    margin: 20px 12px 0 12px;
}

.template-store ul li dd .goods-item .goods-image {
    width: 156px;
    height: 156px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.template-store ul li dd .goods-item .goods-name {
    padding: 6px 8px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: bottom 0.5s ease;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    box-sizing: border-box;
}

.template-store ul li dd .goods-item .goods-name p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
}

.template-store ul li dd .goods-image:hover .goods-name {
    bottom: 0;
}

.template-store ul li dd .goods-item .goods-price {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 1.1;
    text-align: center;
}

.template-store ul li dd .goods-item .goods-price span {
    color: #333333;
}

.template-store ul li.four {
    width: 24.14%;
}

.template-store ul li:nth-child(n+5) {
    margin-top: 10px;
}

.template-store ul li.four .goods-item,
.template-store ul li.four .goods-item .goods-image {
    width: 120px;
}

.template-store ul li.four .goods-item .goods-image img {
    width: 100%;
    height: 100%;
}

.template-store ul li.four .goods-item {
    margin: 20px 5px 0 5px;
}

.template-store ul li.four .goods-item .goods-image {
    height: 120px;
}

/*-----------VR云工厂----------*/
.template-factory {
}

.template-factory ul {
    width: 1200px;
    margin: 0 -5px;
}

.factory-item {
    width: 290px;
    margin: 0 5px;
    background-color: #ffffff;
    /*cursor: pointer;*/
}
.factory-item .bs-bb a{cursor: pointer;}
.factory-item .factory-image {
    width: 290px;
    height: 164px;
    position: relative;
}

.factory-item .factory-image img {
    width: 100%;
    height: 100%;
}

.factory-item .factory-image .factory-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.factory-item .factory-image .factory-icon em {
    color: #ffffff;
}

.factory-item h1 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.factory-item .factory-desc {
    line-height: 26px;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.factory-item .factory-tags {
    margin-top: 12px;
}

.factory-item .factory-tags span {
    padding: 2px 8px;
    margin-right: 4px;
    background-color: #FFF8EA;
    border-radius: 10px;
    font-size: 12px;
    color: #AC6428;
}

/*宣传广告*/
.template-publicity {
    min-height: 360px;
    margin-top: 10px;
    overflow: hidden;
}

.template-publicity ul {
    width: 1200px;
    margin: 0 -5px;
}

.template-publicity ul li {
    width: 190px;
    height: 360px;
    margin: 0 5px;
    transition: width 0.3s ease;
    background-position: left;
    background-size: 300px 360px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: relative;
}

.template-publicity ul li .factory-image {
    max-width: 184px;
    height: 360px;
    position: relative;
    z-index: 1;
}

.template-publicity ul li .factory-image .factory-title {
    height: 100%;
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 184px;
}

.template-publicity ul li .factory-image .factory-title img {
    width: 100px;
    height: 100px;
    margin-bottom: 60px;
}

.template-publicity ul li .factory-image .factory-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    cursor: default;
}

.template-publicity ul li .factory-image .factory-back {
    max-width: 184px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.template-publicity ul li .factory-image .factory-back > div {
    width: 184px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.template-publicity ul li .factory-desc {
    width: 230px;
    height: 360px;
    padding: 0 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: left 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
}

.template-publicity ul li .factory-desc h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.template-publicity ul li .factory-desc p {
    max-height: 168px;
    line-height: 2;
    font-size: 12px;
}

.template-publicity ul li .factory-desc .factory-btn {
    width: 110px;
    height: 34px;
    margin: 34px auto 0 auto;
    border-radius: 6px;
    background: linear-gradient(to right, #FBEEB7, #F4D083);
    font-size: 16px;
    color: #AC6428;
}

.template-publicity ul li.active {
    width: 590px;
}

.template-publicity ul li.active .factory-image .factory-title {
    width: 184px;
    background: none;
}

.template-publicity ul li.active .factory-image .factory-title img {
    display: none;
}

.template-publicity ul li.active .factory-image .factory-title h1 {
    display: none;
}

.template-publicity ul li.active .factory-desc {
    left: 184px;
    opacity: 1;
}

.template-publicity ul li.active .factory-back > div {
    width: 184px;
}

/*-------多多快报学院-----------*/
.template-news {
    margin-top: 10px;
}

.template-news .trend-title {
    padding-top: 20px;
    padding-bottom: 20px;
}

.template-news .trend-title > div {
    height: 50px;
}

.template-news .trend-title p {
    margin-bottom: 10px;
    text-align: left;
}

.template-news dl {
    padding: 0 20px;
    background-color: #ffffff;
    width: 50%;
    flex: none;
    box-sizing: border-box;
}

.template-news dl dt > div {
    border-bottom: 1px solid #F4F4F4;
}

.template-news .trend-tabs {
    width: 478px;
    border-bottom: none;
    overflow: hidden;
    height: 50px;
    flex-wrap: wrap;
}

.template-news .trend-tabs .tab-item {
    margin-right: 38px;
    font-size: 14px;
}

.template-news .trend-btn {
    margin-left: 28px;
}

.template-news dl dd {
    padding: 0 0 18px;
}

.template-news .news-item {
}

.template-news .news-item .news-image {
    width: 160px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
}

.template-news .news-item .news-image img {
    width: 100%;
    height: 100%;
}

.template-news .news-item .news-info {
    width: 377px;
    margin-left: 12px;
}

.template-news .news-item .news-info h1 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.template-news .news-item .news-info h1:hover {
    color: var(--app-shop-color);
}

.template-news .news-item .news-info h1 span {
    color: #E90013;
}

.template-news .news-item .news-info h2 {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    height: 48px;
}

.template-news .news-item .news-info .news-btn {
    width: 70px;
    height: 20px;
    margin-top: 12px;
    background: linear-gradient(to right, #FBEEB7, #F4D083);
    border-radius: 10px;
    font-size: 12px;
    color: #AC6428;
}

.template-news .news-item p {
    padding: 9px 0;
    font-size: 14px;
    color: #333;
}

.template-news .news-item p:last-of-type {
    color: #999;
}

.template-news .news-item p.left {
    width: 80%;
}

.template-news .news-item p span {
    color: #E90013;
}

.template-news .news-item p em {
    margin-right: 10px;
    font-size: 12px;
    transform: scale(0.8);
    display: inline-block;
}

.template-news .news-item:hover p {
    color: var(--app-shop-color);
}

/*--------------为您推荐-------------*/
.template-recommend {
}

.template-recommend .recommend-tabs {
    height: 64px;
    padding: 0 25px;
    background-color: #ffffff;
}

.template-recommend .recommend-tabs-no-show {
    display: none;
}

.recommend-tabs .tab-item {
    width: 228px;
    position: relative;
}

.recommend-tabs .tab-item:not(:last-child)::before {
    content: '';
    width: 68px;
    height: 1px;
    background: url(https://cdn.toodudu.com/uploads/2023/06/21/navigation_line.png) center no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
    position: absolute;
    right: -34px;
    top: 22px;
}

.recommend-tabs .tab-item .tab-btn {
    width: 80px;
    height: 26px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 26px;
    color: #222;
}

.recommend-tabs .tab-item p {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}

.recommend-tabs .tab-item.active .tab-btn, .recommend-tabs .tab-item:hover .tab-btn {
    background-color: var(--app-shop-color);
    color: #ffffff;
}

.recommend-tabs .tab-item.active p, .recommend-tabs .tab-item:hover p {
    color: var(--app-shop-color);
}

.recommend-list {
    width: 1200px;
    margin: 0 -5px;
}

.recommend-list li {
    width: 230px;
    margin: 10px 5px 0 5px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.recommend-list li .list-image {
    width: 160px;
    height: 160px;
    margin: 0 15px 17px 15px;
    display: block;
}

.recommend-list li .list-image img {
    width: 160px;
    height: 160px;
}

.recommend-list li .list-name {
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #000;
}

.recommend-list li .list-name span {
    line-height: 1.1;
    padding: 2px 4px;
    margin-right: 10px;
    background: linear-gradient(to right, #F71111, #FA5F5F);
    border-radius: 4px;
    font-size: 12px;
    color: #ffffff;
}

.recommend-list li .list-name span.def {
    background: linear-gradient(-90deg, #735CFF, #5436D5);
}

/*.recommend-list li:hover { box-shadow: 0px 0px 10px 0px rgba(102,102,102,0.2); }*/
.recommend-list li .list-price em,
.recommend-list li .list-price span {
    font-size: 12px;
    font-weight: normal;
}

.recommend-list li .list-price em {
    font-weight: normal;
}

.recommend-list li .list-price {
    color: #E90013;
    font-weight: bold;
    font-size: 18px;
}

.recommend-list li .list-price span {
    color: #999999;
}

.recommend-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 35px 20px 20px 20px;
    box-sizing: border-box;
}

/*---------底部样式-----------*/
/*底部导航*/
.home-bottom-navigation {
    background-color: #ffffff;
}

.home-bottom-navigation .public-width { /*height: 260px;*/
    padding: 36px 0 10px 0;
    box-sizing: border-box;
    position: relative;
}

.home-bottom-navigation dl {
    width: 180px;
    position: relative;
}

/*.home-bottom-navigation dl::before { content: ''; width: 1px; height: 80px; background-color: #E5E5E5; position: absolute; right: 0; top: 110px; }*/
.home-bottom-navigation dl dt em {
    font-size: 0;
}

.home-bottom-navigation dl dt em img {
    height: 28px;
}

.home-bottom-navigation dl dt h1 {
    line-height: 1.1;
    margin: 20px 0 12px 0;
    font-size: 16px;
    font-weight: bold;
}

.home-bottom-navigation dl dd li {
    cursor: pointer;
    min-width: 80px;
    margin-bottom: 3px;
    padding: 6px 14px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 14px;
    font-size: 12px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.home-bottom-navigation dl dd li a {
    color: #222;
}

.home-bottom-navigation dl dd li:hover {
    color: #fff;
    background-color: var(--app-shop-color);
}

.home-bottom-navigation dl dd li:hover a {
    color: #fff;
}

.navigation-server {
    padding: 0 20px;
}

.navigation-server-item {
    margin: 0 20px;
    cursor: pointer;
}

.navigation-server img {
    width: 80px;
    height: 80px;
}

.navigation-server p {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.navigation-server p a {
    color: #333;
}

.navigation-server p:hover {
    color: var(--app-shop-color);
}

.navigation-server-tel {
    margin-top: 20px;
    background: linear-gradient(to right, #ffffff, #F4F4F4, #ffffff);
}

.navigation-server-tel h1 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}

.navigation-server-tel span {
    font-size: 14px;
}

/*底部二维码*/
.home-bottom-qr {
    background-color: #ffffff;
}

.home-bottom-qr .public-width { /*height: 90px;*/
    padding-bottom: 20px;
    position: relative;
}

.home-bottom-qr li {
    box-sizing: border-box;
    width: 290px;
    padding: 9px 10px;
    background-color: #F8F8F8;
    border: 1px solid #F4F4F4;
    border-radius: 10px;
}

.home-bottom-qr li:not(:last-child) {
    margin-right: 10px;
}

.home-bottom-qr label,
.home-bottom-qr span {
    display: block;
    line-height: 1.1;
    font-size: 12px;
    width: 180px;
    color: #333;
}

.home-bottom-qr h1 {
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.home-bottom-qr img {
    width: 70px;
    height: 70px;
}

/**/
.home-footer {
    padding: 18px 0;
    background-color: #202124;
}

.home-footer-services,
.home-footer-record,
.home-footer-auth,
.home-footer-certify {
    position: relative;
}

.home-footer-services ul {
    width: 1078px;
    margin: 0 auto;
}

.home-footer-services ul li,
.record-item {
    padding: 0 16px;
    margin: 6px 0;
    font-size: 14px;
    color: #cccccc;
}

.home-footer-services ul li:not(:last-child),
.record-item:not(:last-child) {
    border-right: 1px solid #888888;
}

.home-footer-services ul li {
    cursor: pointer;
    line-height: 1.1;
}

.home-footer-services ul li:hover {
    color: var(--app-shop-color);
}

.record-item {
    font-size: 12px;
    color: #999999;
}

.record-item a {
    font-size: 12px;
    color: #999999;
}

.home-footer-certify ul {
    width: 972px;
    margin: 0 auto;
    justify-content: center;
}

.home-footer-certify li {
    width: 100px;
    height: 40px;
    padding: 4px;
    margin: 30px 10px 12px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-footer-certify li img {
    width: 90px;
    height: 30px;
}

/* 首页大屏广告 */
.home-mark-bg {
    width: 100%;
    height: 100%;
}

.home-mark-bg img {
    max-width: 100%;
    max-height: 100%;
}

.img-set {
    font-size: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.home-mark-bg-a {
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100000;
    background-size: 600px 600px;
}

.home-mark-bg-a .home-mark-bg-image {
    width: 600px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.home-mark-bg-a .home-mark-bg-image img {
    width: auto;
    height: 100%;
    max-width: 100%;
}

/*.home-mark-bg-close {background: url(https://cdn.toodudu.com/uploads/2021/04/25/closebigad.png);width: 40px;height: 40px;cursor: pointer;position: absolute;top: 11%;right: 25%;}*/
.home-mark-bg-close {
    background: url(https://cdn.toodudu.com/2024/06/14/KkZvYKr1Hi1a8P3Th2TMQE0pTfbFfhlnRa34knKH.png);
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}

/* 交易员开始 */
#gold-trader {
    position: relative;
    width: 242px;
    margin: 0 auto
}

#gold-trader .swiper-container {
    padding-bottom: 30px;
}

#gold-trader .swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}

#gold-trader .swiper-wrapper-min {
    justify-content: center;
}

#gold-trader .swiper-slide {
    width: 180px;
    height: 270px;
    background: #fff;
    border: 1px solid #FBEEB7;
    box-sizing: border-box;
}

#gold-trader .swiper-slide .trader-img {
    width: 178px;
    background: #fff;
    height: 180px;
    position: relative;
    text-align: center;
    padding-top: 14px;
    box-sizing: border-box;
    font-size: 0;
}

#gold-trader .swiper-slide .trader-img .trader-cate {
    display: inline-block;
    width: fit-content;
    height: 22px;
    line-height: 22px;
    min-width: 60px;
    padding: 0 8px;
    background: linear-gradient(270deg, #F4D083, #FBEEB7);
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 12px;
    color: #AC6428;
    text-align: center;
    box-sizing: border-box;
}

#gold-trader .swiper-slide .trader-img .trader-time {
    display: inline-block;
    width: 110px;
    height: 22px;
    line-height: 22px;
    min-width: 110px;
    background: linear-gradient(270deg, #F4D083, #FBEEB7);
    border-radius: 11px 11px 0 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #AC6428;
    text-align: center;
}

#gold-trader .swiper-slide .trader-desc {
    padding: 0 11px;
}

#gold-trader .swiper-slide .trader-desc h4 {
    font-size: 14px;
    color: #222;
    line-height: 1.1;
    padding: 11px 0;
    font-weight: 600;
}

#gold-trader .swiper-slide .trader-desc p {
    font-size: 12px;
    color: #666;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px;
}

#gold-trader .swiper-slide .trader-desc h5 > img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}

#gold-trader .swiper-slide .trader-desc h5 > i {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 40px;
    background: linear-gradient(270deg, #F4D083, #FBEEB7);
    border-radius: 10px;
    font-size: 12px;
    color: #AC6428;
    text-align: center;
    margin-left: 2px;
    cursor: default;
}

#gold-trader .swiper-slide .trader-desc h5 {
    position: relative;
    display: flex;
    align-items: center;
}

#gold-trader .swiper-slide .trader-desc h5 > div {
    position: absolute;
    left: 62px;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
}

#gold-trader .swiper-slide .trader-desc h5 > img:hover ~ div {
    opacity: 1;
}

#gold-trader .swiper-slide .trader-desc h5 > i:hover ~ div {
    opacity: 1;
}

#gold-trader .swiper-slide img {
    display: inline-block;
    width: 166px;
    height: 166px;
}

#gold-trader .swiper-pagination {
    width: 100%;
    bottom: 15px;
}

#gold-trader .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.5px;
    background-color: #AC6428;
    width: 12px;
    height: 2px;
    opacity: 0.5;
}

#gold-trader .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
}

#gold-trader .swiper-button-next, #gold-trader .swiper-button-prev {
    border-radius: 0;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, .15);
    background-image: none;
    margin-top: -30px;
    font-size: 20px;
    opacity: 0.8;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

#gold-trader:hover .swiper-button-next, #gold-trader:hover .swiper-button-prev {
    display: flex;
}

#gold-trader .swiper-button-next:hover, #gold-trader .swiper-button-prev:hover {
    opacity: 1;
}

#gold-trader .swiper-button-next.swiper-button-disabled, #gold-trader .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

#gold-trader .swiper-button-next i {
    margin-left: 4px;
}

#gold-trader .swiper-button-prev i {
    margin-right: 4px;
}

#gold-trader .swiper-button-next i, #gold-trader .swiper-button-prev i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

#gold-trader .swiper-button-next {
    right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

#gold-trader .swiper-button-prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.template-trader .trend-center p {
    text-align: center;
    margin-bottom: 0;
}

.template-trader .trend-center h1::before {
    left: 0;
    right: 0;
    margin: auto;
}

.template-trader .trend-center h1 {
    margin-right: 0;
}

.template-trader .trend-tabs {
    width: auto;
}

.template-trader .trend-tabs .tab-item {
    padding: 12px 0;
    font-weight: normal;
}

.template-trader .ordinary-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 868px;
    height: 280px;
    z-index: 0;
    background: #fff;
}

.template-trader .ordinary-wrap.active {
    z-index: 1;
}

.template-trader .swiper-container-ordinary .ordinary-trader {
    width: 290px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #FFF8EA;
    box-sizing: border-box;
}

.template-trader .swiper-container-ordinary .swiper-slide .ordinary-trader:nth-child(3n+2) {
    border-left: 0;
    width: 289px;
}

.template-trader .swiper-container-ordinary .swiper-slide .ordinary-trader:nth-child(3n+3) {
    border-left: 0;
    width: 289px;
}

.template-trader .swiper-container-ordinary .swiper-slide .ordinary-trader:nth-child(n+4) {
    border-top: 0;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top {
    padding: 21px 20px 14px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-img {
    width: 50px;
    flex: none;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-right: 15px;
    box-sizing: border-box;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-img img {
    width: 48px;
    height: 48px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 3px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 span {
    display: inline-block;
    max-width: 110px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 > div > img {
    height: 20px;
    width: 20px;
    position: relative;
    top: 2px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 > div > i {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 40px;
    background: linear-gradient(270deg, #F4D083, #FBEEB7);
    border-radius: 10px;
    font-size: 12px;
    color: #AC6428;
    text-align: center;
    margin-left: 2px;
    cursor: default;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 > div {
    position: relative;
    margin-left: 10px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 > div > div {
    position: absolute;
    left: 62px;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
}

.template-trader .swiper-container-ordinary .swiper-slide .ordinary-trader:nth-child(3n+3) .ordinary-top .trader-desc h5 > div > div {
    right: 62px;
    left: auto;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 > div > img:hover ~ div {
    opacity: 1;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc h5 > div > i:hover ~ div {
    opacity: 1;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc p {
    color: #999;
    font-size: 12px;
    width: 190px;
    line-height: 18px;
    height: 36px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .trader-time {
    color: #AC6428;
    width: 288px;
    text-align: left;
    padding-left: 85px;
    font-size: 12px;
    line-height: 44px;
    height: 44px;
    background: linear-gradient(-90deg, #FFFBF4, #FFFFFF, #FFFFFF, #FFFFFF);
    box-sizing: border-box;
}

.template-trader .swiper-container-ordinary .ordinary-trader .trader-time span {
    margin: 0 10px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .trader-time i {
    color: #666;
}

.template-trader .swiper-container-ordinary .swiper-button-next, .template-trader .swiper-container-ordinary .swiper-button-prev {
    border-radius: 0;
    width: 25px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, .15);
    background-image: none;
    margin-top: -20px;
    font-size: 20px;
    opacity: 0.8;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.template-trader .swiper-container-ordinary:hover .swiper-button-next, .template-trader .swiper-container-ordinary:hover .swiper-button-prev {
    display: flex;
}

.template-trader .swiper-container-ordinary .swiper-button-next:hover, .template-trader .swiper-container-ordinary .swiper-button-prev:hover {
    opacity: 1;
}

.template-trader .swiper-container-ordinary .swiper-button-next.swiper-button-disabled, .template-trader .swiper-container-ordinary .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.template-trader .swiper-container-ordinary .swiper-button-next i {
    margin-left: 4px;
}

.template-trader .swiper-container-ordinary .swiper-button-prev i {
    margin-right: 4px;
}

.template-trader .swiper-container-ordinary .swiper-button-next i, .template-trader .swiper-container-ordinary .swiper-button-prev i {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.template-trader .swiper-container-ordinary .swiper-button-next {
    right: 0;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.template-trader .swiper-container-ordinary .swiper-button-prev {
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.template-trader .swiper-container-ordinary .swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}

/* 交易员结束 */

/* 搜索历史，搜索关键词 */
.suggestion-box {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 8px 8px;
    max-height: 377px;
    top: 36px;
    z-index: 1000;
}

.suggestion-box .suggestion-his .suggestion-his-title {
    padding: 20px 0 10px 20px;
    font-size: 12px;
    color: #3D3D3D;
}

.suggestion-box .suggestion-his .suggestion-his-main {
    overflow: auto;
    max-height: 293px;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model .suggestion-his-model-name {
    color: #0062EA;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model .suggestion-his-model-tip {
    color: #A8A8A8;
    font-size: 12px;
    display: inline-block;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model .suggestion-his-model-del {
    color: #278FF0;
    font-size: 12px;
    display: none;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model:hover {
    background: #F8F8F8;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model:hover .suggestion-his-model-tip {
    display: none;
}

.suggestion-box .suggestion-his .suggestion-his-main .suggestion-his-model:hover .suggestion-his-model-del {
    display: inline-block;
}

.suggestion-box .suggestion-his .suggestion-his-del {
    width: calc(100% - 13px);
    margin-right: 13px;
    padding: 10px 7px 10px 0;
    text-align: right;
    line-height: 17px;
    font-size: 12px;
    color: #999999;
    border-top: 1px solid #EEEEEE;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end
}

.suggestion-box .suggestion-his .suggestion-his-del > div {
    cursor: pointer
}

.suggestion-box .suggestion-recommend {
    overflow: auto;
    max-height: 377px;
}

.suggestion-box .suggestion-recommend .suggestion-recommend-model {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suggestion-box .suggestion-recommend .suggestion-recommend-model:hover {
    background: #F8F8F8;
}
