/*--------------基础样式---------------*/
* {
    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: #F7F8FC;
}

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: 1600px;
    height: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1820px) {
    .public-width{
        width: calc(100vw - 240px);
        min-width: 1190px;
    }
}
.bgfff {
    background: #fff;
}

.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;
}

.el-drawer__header{
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 18px;
}
/*---------全部频道-----------*/
.channel-wrap {
    height: calc(100vh - 65px);
    overflow-y: auto;
    padding: 0 20px;
    width: 640px;
    box-sizing: border-box;
}
.channel-wrap .channel-list{
    padding-bottom: 10px;
}
.channel-wrap .channel-list h4{font-size: 16px;line-height: 22px;font-weight: bold;margin-bottom: 20px;color: #333;}
.channel-wrap .channel-list ul{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
    margin-bottom: 20px;
}
.channel-wrap .channel-list ul li{
    width: 100%;'
    height: 70px;
}
.channel-wrap .channel-list ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.channel-wrap .channel-list ul li img{
    height: 40px;
    width: 40px;
}
.channel-wrap .channel-list ul li p{
    color: #333;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
    /*---------头部广告位---------*/
.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: #fff;
    border-bottom: 1px solid #EDEDED;
    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: 100px;
    position: relative;
    padding-top: 15px;
}
.header-search>div{justify-content: space-between;}
.header-search .header-logo {
    height: 50px;
    padding-top: 15px;
    width: fit-content;
    padding-right: 60px;
    flex: none;
}
.header-search .header-logo .platform-logo{
    height: 50px;
    font-size: 0;
    width: fit-content;
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
}
.header-search .header-logo .platform-logo:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(51,51,51,0.1);
    z-index: 1;
}
.header-search .header-logo .platform-logo img{
    height: 50px;
    width: auto;
}
.header-search .header-logo img {
    height: 50px;
}

.header-search-box {
    padding: 6px 0;
    box-sizing: border-box;
    flex-grow: 1;
}

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

.header-search-box .header-search-select {
    width: 60px;
    height: 28px;
    padding: 0 12px;
    position: relative;
}

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

.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: #F7F8FC;
    top: 24px;
    left: 0;
    display: none;
    z-index: 111;
    padding: 10px 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.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;
    font-size: 14px;
}

.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 {
    flex-grow: 1;
}

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

.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: 92px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: var(--app-shop-color);
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    border-radius: 8px;
}

.header-search-btn.default {
    width: 102px;
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
    color: var(--app-shop-color);
    background:var(--app-shop-color-10);
    border-radius: 12px;
}

.header-search-btn.default p {
    margin-left: 10px;
    color: var(--app-shop-color);
    font-weight: bold;
    font-size: 14px;
}

.header-search-btn.default i{
    font-weight: normal;
}

.header-search-btn i {
    font-size: 20px;
}

.header-search-qr {
    width: 240px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    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: 104px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.header-search-qr img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}
.header-search-center{
    flex-grow: 1;
    padding-top: 8px;
    max-width: 60%;
}
@media screen and (max-width: 1600px) {
    .header-search-center{
        max-width: 50%;
    }
}
.header-search-center .search-wrap{
    border-radius: 12px 12px 12px 12px;
    border: 2px solid var(--app-shop-color);
    height: 50px;
    box-sizing: border-box;
    padding: 2px;
    flex-grow: 1;
    /*max-width: 1000px;*/
}
.header-search-center>ul{
    max-width: max-content;
    overflow: hidden;
    flex-wrap: wrap;
    height: 30px;
}
.header-search-center ul a li {
    cursor: pointer;
}

.header-search-center ul li {
    margin-top: 10px;
    margin-right: 30px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    white-space: nowrap;
}

.header-search-center ul li:hover {
    color: var(--app-shop-color);
}
.header-search-box .el-input__inner{
    background: none;
}
.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: 70px;
    background: #fff;
    position: fixed;
    top: -86px;
    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);
}
.header-search-fixed .header-search-center{
    margin-right: 0;
    padding-top: 0;
}
.header-search-fixed .header-logo{padding-top: 0;}

/*---------头部网站------------导航*/
.home-header-navigation {
    padding-top: 2px;
}
.home-header-navigation .public-width{
    position: relative;
    height: 80px;
}
.home-header-navigation .public-width .home-header-navigation-wrap{
    background: #fff;
    border-radius: 10px 10px 0 0;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
}
.home-header-navigation ul {
    height: 48px;
    background: #F7F8FC;
    border-radius: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.home-header-navigation li {
    padding: 12px 0;
    margin-right: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 24px;
}
.home-header-navigation li img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.home-header-navigation li.active h1 {
    color: var(--app-shop-color);
}

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

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

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

.home-header-navigation li em {
    margin-left: 4px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    transform: scale(0.8);
}

.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: 14px;
    line-height: 26px;
    padding: 0 10px;
}

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

/*------头部分类----------*/
.home-header-syn {
    position: relative;
}
.home-header-syn .public-width{
    padding: 0 16px 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: grid;
    gap: 16px;
    grid-template-columns: 260px repeat(4, 1fr) 260px;
    grid-template-rows: 262px 156px;
}

.home-header-cate {
    width: 260px;
    height: 434px;
    overflow: hidden;
    background: #F7F8FC;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 10px;
    grid-row:1 / 3;
}

.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 dt em {
    width: 18px;
    height: 18px;
    font-size: 0;
    margin-right: 12px;
}

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

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

.home-header-cate dt h1 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

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

.home-header-cate .home-header-cate-item > dl dt {
    padding: 0 0 8px;
}

.home-header-cate .home-header-cate-item > dl dd{
    padding-left: 30px;
}

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

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

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

.home-header-cate dd ul li label {
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.home-header-cate  .home-header-cate-item-second >dl dd ul li label {
    color: #333;
}

.home-header-cate  .home-header-cate-item-second > dl dd{
    padding-left: 0;
}

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

.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: #333;
}

/*------头部banner--------*/
.home-header-banner {
    height: 260px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    grid-column: 2 / 4;
}

.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%;
    object-fit: cover;
}

.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 {
    width: 260px;
    height: 434px;
    background: #F7F8FC;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.home-header-person-logined{
    background: linear-gradient( 140deg, #DBE8FF 0%, #F7F8FC 29%, #F7F8FC 100%);
}
.home-header-login {
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    height: 102px;
}

.home-header-login dl dt {
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

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

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

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

.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;
}

.logined .user-img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    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: 46px;
    height: 46px;
    object-fit: cover;
}

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

.logined .ellipsis-1 {
    width: 150px;
    color: #333;
    font-size: 16px;
}

.logined dl dd .btn-item {
    width: 72px;
    height: 28px;
    line-height: 26px;
    border-radius: 6px;
    font-size: 12px;
}

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

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

.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 {
    border-color: #eee;
    color: #666;
}

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

/*----------头部公告------------*/
.home-header-news {
    position: relative;
}
.home-header-ann{
    padding: 10px;
    height: 118px;
    margin-top: 2px;
    background: rgba(0,98,234,0.06);
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
}
.home-header-news dt {
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

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

.home-header-news dd .new-item {
    line-height: 17px;
    padding: 0 10px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.home-header-news dd .new-item:not(:last-child){
    margin-bottom: 8px;
}
.home-header-news dd .new-item a {
    color: #666;
}

.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: #666;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 7px;
}

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

/*------------头部指南--------*/
.home-header-guide {
    position: relative;
}

.home-header-guide .tab-item {
    padding: 12px 2px 6px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    flex: 1;
    color: #333;
}

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

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

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

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

.home-header-guide .home-header-news a {
    width: 100%;
    color: #333;
    padding: 0;
}
.home-header-guide .home-header-news{
    border-radius: 10px;
    height: 140px;
    box-sizing: border-box;
}
.home-header-guide .home-header-news p {
    text-align: left;
}
.home-header-guide .home-header-news dd a:not(:last-child){
    margin-bottom: 9px;
}

.home-header-guide .home-header-news a:hover p {
    color: var(--app-shop-color);
}
.home-header-guide .guide-item{
    height: 60px;
    box-sizing: border-box;
    padding: 6px 0;
}
.home-header-guide .guide-item img {
    width: auto;
    height: 24px;
}

.home-header-guide .guide-item em {
    font-size: 24px;
}
.home-header-guide .card.s-flex a{
    height: 60px;
}
.home-header-guide .guide-item p {
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

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

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

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

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

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

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

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

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

.home-header-slide .slide-big .slide-wrap img {
    width: 0;
    height: 530px;
    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-title{
    line-height: 22px;
}
@media screen and (max-width: 1600px) {
    .home-header-title .co-666{
        display: none;
    }
}
.home-header-goods{
    background: #F7F8FC;
    border-radius: 10px;
    padding: 10px 16px;
    box-sizing: border-box;
}
.home-header-goods-list{padding-top: 12px;}
.home-header-goods-list ul{
    height: 200px;
    overflow: hidden;
}
.home-header-goods-list ul li {
    width: 140px;
    transition: all 0.3s;
    height: 200px;
}

.home-header-goods-list ul li .list-image {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}

.home-header-goods-list ul li .list-image img {
    width: 140px;
    height: 140px;
}

.home-header-goods-list ul li .list-name {
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
}

.home-header-goods-list ul li .list-price {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #E90013;
    line-height: 22px;
}

.home-header-goods-list ul li .list-price em,
.home-header-goods-list ul li .list-price span {
    font-size: 12px;
    font-weight: normal;
}

.home-header-goods-list ul li .list-price em {
    font-weight: normal;
}

.home-header-goods-list ul li .list-price span {
    color: #999999;
}
.home-header-goods-list.home-header-goods-list-small ul{
    height: 98px;
}
.home-header-goods-list.home-header-goods-list-small ul li {
    width: 98px;
    height: 98px;
}

.home-header-goods-list.home-header-goods-list-small ul li .list-image {
    width: 98px;
    height: 80px;
}

.home-header-goods-list.home-header-goods-list-small ul li .list-image img {
    width: 98px;
    height: 80px;
}
.home-header-goods-list.home-header-goods-list-small ul a:nth-child(2) {
    margin-left: 10px;
}
.home-header-goods-list-small ul li .list-price {
    margin-top: 0;
    line-height: 20px;
    font-size: 14px;
}
.home-header-goods-list.home-header-goods-list-img ul li .list-image {
    width: 98px;
    height: 98px;
}

.home-header-goods-list.home-header-goods-list-img ul li .list-image img {
    width: 98px;
    height: 98px;
}
/*-----------分类弹窗----------------*/
.home-header-cate .home-header-cate-item{
    padding: 0 10px;
}
.home-header-cate .home-header-cate-item > dl {
    padding: 11px 10px;
}
.home-header-cate .home-header-cate-item:hover>dl{
    border-radius: 10px;
    background: #E7E9F1;
}
.home-header-cate .home-header-cate-item:hover .cate-popover {
    display: block;
}

.home-header-cate .cate-popover {
    height: 434px;
    width: 970px;
    background: #fff;
    position: absolute;
    z-index: 100;
    left: 278px;
    top: 0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    border: 1px solid var(--app-shop-color);
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}

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

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

.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 6px 0;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: var(--app-shop-color);
    border-radius: 6px;
}
.cate_channel_lk i{
    font-size: 14px;
}

.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: 355px;
    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: 105px;
    min-height: 30px;
    margin-bottom: 6px;
}

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

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

.cate_detail_tit_lk {
    color: #3d3d3d;
    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: 85px;
    overflow: hidden;
    margin-right: 3px;
    text-align: left;
}

.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: 0;
}

.cate_detail_con_lk {
    float: left;
    margin: 0 0 10px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    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: 14px;
    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 {
    left: 0;
    right: 0;
    top: 76px;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1);
    z-index: 888;
    background: #fff;
    padding: 10px 16px;
    box-sizing: border-box;
    height: 64px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 10px;
}
.home-left-navigation ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    height: 44px;
}
.home-left-navigation ul li {
    min-width: 110px;
    height: 44px;
    font-size: 18px;
    color: #333333;
    background: #F7F8FC;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 20px;
    border-radius: 8px;
    padding: 0 10px;
}

.home-left-navigation ul li:last-of-type {
    margin-right: 0;
}
.home-left-navigation ul li img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.home-left-navigation ul li.active {
    background-color: var(--app-shop-color-10);
}

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

.home-left-navigation ul li em {
    font-size: 26px;
    width: 30px;
    margin-right: 10px;
}

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

.home-right-navigation-h {
    top: 250px;
}
.home-right-navigation ul{
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
}
.home-right-navigation ul li {
    width: 48px;
    height: 60px;
    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.flex-dir {
    padding: 10px 0;
}

.home-right-navigation ul li p {
    color: #333;
    text-align: center;
}

.home-right-navigation ul li.is-icon span {
    font-size: 11px;
    /*transform: scale(0.9);*/
}

.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{
    background-color: var(--app-shop-color-10);
}
.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 {
    height: 144px;
    font-size: 0;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}
.five-advertisement .five-advertisement-nomargin, .five-advertisement>.s-flex,.five-advertisement .swiper-wrapper-min{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.five-advertisement .advertisement-item img {
    width: 100%;
    height: 144px;
    object-fit: cover;
}

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

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

.template-advertisement-swiper .swiper-button {
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
    position: absolute;
    top: 80px;
    z-index: 9;
    border-radius: 14px;
}

.template-advertisement-swiper .swiper-button em {
    color: #fff;
    transform: scale(0.6);
}

.template-advertisement-swiper .swiper-button-prev {
    left: 24px;
}

.template-advertisement-swiper .swiper-button-next {
    right: 24px;
}

/*-----------价格指数--商品涨跌-----------*/
.template-trend{
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
    display: grid;
    gap: 16px;
    grid-template-columns: 400px 1fr;
}
.template-trend .wrap-tabs{
    border-color: transparent;
}
.template-trend-left{
    grid-template-columns: 1fr 320px;
}
.template-trend-three{
    grid-template-columns: 380px 1fr 320px;
}
@media screen and (max-width: 1700px) {
    .template-trend-three .price-wrap .dl{
        display: none;
    }
    .template-trend-three .trend-price .price-wrap{
        grid-template-columns: 1fr;
    }
}
.trend-product {
    height: 590px;
    background: #F7F8FC;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

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

.trend-product .trend-title{
    padding-top: 0;
}
.trend-product .trend-title h1{
    padding-left: 0;
}
.trend-product .trend-title h1::before{
    display: none;
}
.trend-title > div {
    height: 30px;
}

.trend-title h1 {
    margin-right: 20px;
    padding-left: 7px;
    font-size: 16px;
    position: relative;
    line-height: 22px;
    height: 22px;
    color: #3D3D3D;
}

.trend-title h1::before {
    content: '';
    width: 3px;
    height: 16px;
    background: var(--app-shop-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1.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: fit-content;
    height: 20px;
    line-height: 20px;
    padding-right: 22px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    position: relative;
    box-sizing: border-box;
    white-space: nowrap;
}
.trend-title .trend-btn:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url("/images/website/more.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.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: 32px;
    font-size: 14px;
    color: #333;
}

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

.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 transparent;
}

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

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

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

/*-----------价格指数--资讯-----------*/
.trend-price {
    height: 590px;
    background: #F7F8FC;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}

.trend-price .trend-title{
    padding-top: 0;
}
.trend-price .trend-title h1{
    padding-left: 0;
}
.trend-price .trend-title h1::before{
    display: none;
}

.trend-price .price-wrap{
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 16px;
}

/*---------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: 20px;
    padding: 13px 0 13px;
    margin-right: 48px;
    font-size: 14px;
    color: #666666;
    position: relative;
    cursor: pointer;
}

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

.wrap-tabs .tab-item:hover,
.wrap-tabs .tab-item.active {
    color: #333;
    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%);
}
.template-trader .wrap-tabs .tab-item:hover::before,
.template-trader .wrap-tabs .tab-item.active::before {
    content: '';
    bottom: -1px;
}
.basic-tabs-radius {
    height: 44px;
    border-bottom: none;
}

.basic-tabs-radius .tab-item {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
    min-width: 88px;
    display: inline-block;
    background: #F7F8FC;
    border-radius: 8px;
}

.basic-tabs-radius .tab-item.active,
.basic-tabs-radius .tab-item:hover {
    background-color: var(--app-shop-color-10);
    font-weight: bold;
}

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

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

/*----------------END-------------*/

.echarts-tooltip {
    width: 96px;
    height: 40px;
    padding: 6px 10px;
    background: var(--app-shop-color);
    border-radius: 5px;
    box-sizing: border-box;
}

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

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

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

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

.trend-zixun ul li {
    padding: 7px 0;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: flex;
    align-items: center;
}

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

.trend-zixun ul li em {
    margin-right: 4px;
    font-size: 12px;
    transform: scale(0.4);
    display: inline-block;
}

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

/*--------------频道广场------------*/
.temp-item-title {
    width: 100%;
    height: 38px;
    position: relative;
    margin-bottom: 13px;
}

.temp-item-title .trend-btn {
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #EDEEF0;
    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;
    z-index: 1;
}

.temp-item-title__content h1 {
    font-size: 20px;
    line-height: 38px;
    position: relative ;
    z-index: 2;
}
.template-channel{
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 16px;
}
.template-channel .template-channel-ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    grid-auto-rows: 232px;
}

.template-channel .template-channel-ul .template-channel-li { /*width: 290px; height: 180px;*/
    background: #F7F8FC;
    border-radius: 10px;
    overflow: hidden;
}

.template-channel .template-channel-ul .template-channel-li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.template-channel .template-channel-ul .template-channel-li:nth-of-type(3){
    grid-column: 3 / 5;
    grid-row: 1 / 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    grid-template-rows: repeat(2, 1fr);
    background: #fff;
}
.template-channel .template-channel-ul .template-channel-li:nth-of-type(3)>div{
    background: #F7F8FC;
    border-radius: 10px;
    overflow: hidden;
}
.template-channel .template-channel-ul .template-channel-li:nth-of-type(1),
.template-channel .template-channel-ul .template-channel-li:nth-of-type(2) {
    grid-row: 1 / 3;
}

.template-channel-item h1 {
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    max-width: 6em;
    flex: none;
    line-height: 25px;
}

.template-channel-item span {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
}
.template-channel-item .template-channel-item-cont{
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    height: 148px;
}
.template-channel-item .template-channel-item-cont img:not(:first-child),.template-channel-item .template-channel-item-cont a:not(:first-child){
    margin-left: 20px;
}

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

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

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

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

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

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

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

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

.template-long-banner .swiper-button-next, .template-long-banner .swiper-button-prev {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: rgba(0, 0, 0, .3);
    background-image: none;
    font-size: 24px;
    border-radius: 14px;
    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;
    margin-top: -14px;
}

.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 {
    color: #fff;
    transform: scale(0.6);
}

.template-long-banner .swiper-button-prev i {
    color: #fff;
    transform: scale(0.6);
}

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

.template-long-banner .swiper-button-next {
    right: 20px;
}

.template-long-banner .swiper-button-prev {
    left: 20px;
}

.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;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

.template-style dt {
    margin-bottom: 16px;
}

.template-style .template-style-list {
    width: 100%;
    flex-grow: 1;
}

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

.template-style-list .list-item {
    text-align: center;
}

.template-style-list .list-header {
    line-height: 48px;
    height: 48px;
    background: #F7F8FC;
    border-radius: 10px;
}

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

.template-style-list .list-detail {
    height: 60px;
    position: relative;
    border-bottom: 1px solid rgba(72,82,118,0.1);
    box-sizing: border-box;
}
.template-style-list .list-detail:last-child {
    border-bottom: none;
}

.template-style-list .list-detail .list-btn {
    display: none;
    width: 100px;
    height: 60px;
    padding: 14px;
    background: rgba(64,80,113,0.3);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.template-style-list .list-detail .list-btn > div {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--app-shop-color);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

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

.template-style-list .list-detail:hover {
    background-color: #E7E9F1;
    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: 16px;
    width: 350px;
    box-sizing: border-box;
    flex: none;
    background: #F7F8FC;
    border-radius: 10px;
    padding: 16px;
}

.template-style-product h1 {
    padding: 0 0 14px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.template-style-product .product-image {
    width: 94px;
    height: 94px;
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
}

.template-style-product .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.template-style-product .product-item {
    margin-bottom: 12px;
}
.template-style-product a:last-child .product-item{
    margin-bottom: 0;
}
.template-style-product .product-name {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.template-style-product .product-price {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

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

/*-------图文样式1--成品推荐-------*/
.template-picture-txt{
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

.template-picture-txt dl {
    padding: 20px 0 0 0;
    background-color: #ffffff;
}
.template-picture-txt .product-list{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, 1fr);
}
.template-picture-txt.two .product-list{
    grid-template-columns: repeat(7, 1fr);
}
@media screen and (max-width: 1600px) {
    .template-picture-txt.two .product-list{
        grid-template-columns: repeat(6, 1fr);
    }
    .template-picture-txt.two .product-list a:nth-child(13),.template-picture-txt.two .product-list li:nth-child(13),.template-picture-txt.two .product-list a:nth-child(14),.template-picture-txt.two .product-list li:nth-child(14){
        display: none;
    }
}
.template-picture-txt .product-list li {
    transition: all 0.3s;
    background: #fff;
    padding-bottom: 10px;
}

.template-picture-txt .product-list a:hover {
    transition: all 0.2s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    transform: scale(1.08);
    padding: 4px;
    border-radius: 10px;
    overflow: hidden;
}

.template-picture-txt .product-list li .list-image {
    width: 100%;
    height: fit-content;
    font-size: 0;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}

.template-picture-txt .product-list li .list-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* 宽高比 1:1 */
    object-fit: cover;
}

.template-picture-txt .product-list li .list-name {
    height: 36px;
    line-height: 18px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.template-picture-txt .product-list li .list-price {
    margin-top: 12px;
    line-height: 25px;
    font-size: 18px;
    height: 25px;
    font-weight: bold;
    color: #E90013;
}

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

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

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

.image-list {
    padding: 16px 0 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
}

.image-list li {
    height: 72px;
    border-radius: 8px;
    background: #F7F8FC;
    box-sizing: border-box;
    transition: all 0.3s;
    overflow: hidden;
    font-size: 0;
}

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

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

/*-------图文样式2--成品推荐-------*/
.template-picture-txt.two .product-list{
    padding: 0 0 0 16px;
}

.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: 266px;
    height: auto;
    position: relative;
    flex: none;
    border-radius: 10px;
    overflow: hidden;
}

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

.template-picture-txt.two dl dt ul {
    padding: 20px 20px;
    position: relative;
    display: grid;
    column-gap: 16px;
    row-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
}

.template-picture-txt.two dl dt li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(0,0,0,0.1);
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
}
.template-picture-txt.two dl dt li:hover{
    transition: all 0.3s;
    background: rgba(0,0,0,0.2);
}
.template-picture-txt.two dl dd li {
    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: 100%;
    height: fit-content;
    aspect-ratio: 1 / 1;
    font-size: 0;
}

.template-picture-txt.two dl dd li .list-image img {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.template-picture-txt.two dl dd li .list-name {
    height: 36px;
    line-height: 18px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

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

/*---------------优质店铺---------------*/
.template-store {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

.template-store ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.template-store ul li {
    padding: 16px 16px 0;
    background: #F7F8FC;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

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

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

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

.template-store ul li dt .store-info h1 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    width: 100%;
}

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

.template-store ul li dt .store-tag span {
    max-width: 100px;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    margin-right: 6px;
    background: var(--app-shop-color-10);
    border-radius: 4px;
    font-size: 12px;
    color: #333;
}

.template-store ul li dd {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 16px;
}

.template-store ul li dd .goods-item {
    height: auto;
    padding-bottom: 16px;
}

.template-store ul li dd .goods-item .goods-image {
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.template-store ul li dd .goods-item .goods-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.template-store ul li dd .goods-item .goods-name {
    margin-top: 6px;
    text-align: center;
    line-height: 20px;
    height: 20px;
}

.template-store ul li dd .goods-item .goods-name p {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.template-store ul li dd .goods-item .goods-price {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.template-store ul li dd .goods-item .goods-price span {
    font-size: 14px;
    font-weight: bold;
}

.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 {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

.template-factory ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.factory-item {
    background-color: #ffffff;
    /*cursor: pointer;*/
    overflow: hidden;
    border-radius: 10px;
}
.factory-item .bs-bb a{cursor: pointer;}
.factory-item .factory-image {
    width: 100%;
    height: 164px;
    position: relative;
}

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

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

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

.factory-item h1 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 22px;
    color: #333;
}

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

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

.factory-item .factory-tags span {
    padding: 0 8px;
    height: 26px;
    min-width: 40px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    line-height: 26px;
    margin-right: 4px;
    background: #FFF8EA;
    border-radius: 4px;
    font-size: 12px;
    color: #AC6428;
}

/*宣传广告*/
.template-publicity {
    height: 392px;
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 10px;
    overflow: hidden;
}

.template-publicity ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.template-publicity ul li {
    height: 360px;
    transition: width 0.3s ease;
    background-position: left;
    background-size: 300px 360px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.template-publicity ul li .factory-image {
    width: 100%;
    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 h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    cursor: default;
}

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

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

.template-publicity ul li .factory-desc {
    width: 100%;
    height: 360px;
    padding: 20px 30px;
    background: linear-gradient( 180deg, rgba(74,100,207,0.9) 0%, rgba(35,41,68,0.81) 100%);
    box-sizing: border-box;
    transition: left 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    justify-content: flex-start;
    align-items: center;
}

.template-publicity ul li .factory-desc h1 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
}

.template-publicity ul li .factory-desc img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.template-publicity ul li .factory-desc p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    max-height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.template-publicity ul li .factory-desc .factory-btn {
    width: 148px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: #0060FD;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}

.template-publicity ul li:hover .factory-desc {
    transition: opacity 0.5s ease;
    opacity: 1;
    z-index: 11;
}

/*-------多多快报学院-----------*/
.template-news {
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
}

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

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

.template-news .trend-title p {
    text-align: left;
}

.template-news>div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.template-news dl {
    background-color: #ffffff;
    width: 100%;
    flex: none;
    box-sizing: border-box;
    padding: 0 0 16px;
}
.template-trader dl{
    padding-top: 16px;
}

.template-news dl dt > div {
    position: relative;
}
.template-news dl dt > div:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #F4F4F4;
}
.template-news .trend-tabs {
    width: 100%;
    border-bottom: none;
    overflow: hidden;
    height: 46px;
    flex-wrap: wrap;
}

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

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

.template-news .news-item {
}

.template-news .news-item .news-image {
    width: 30%;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
}

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

.template-news .news-item .news-info {
    width: 60%;
    margin-left: 12px;
    padding-top: 10px;
}

.template-news .news-item .news-info h1 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #3d3d3d;
}

.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: 20px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    height: 40px;
    margin-bottom: 12px;
}

.template-news .news-item .news-info .news-btn {
    width: 110px;
    height: 32px;
    box-sizing: border-box;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    color: var(--app-shop-color);
}
.template-news .news-item .news-info .news-btn i{
    width: 14px;
    height: 14px;
    background: var(--app-shop-color);
    border-radius: 50%;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-left: 6px;
}
.template-news .news-item p {
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.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.6);
    display: inline-block;
}

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

/*--------------为您推荐-------------*/
.template-recommend {
    margin-top: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 16px;
    box-sizing: border-box;
}

.template-recommend .recommend-tabs {
    height: 60px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(51,51,51,0.1);
    margin-bottom: 16px;
}

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

.recommend-tabs .tab-item {
    padding: 0 25px 14px;
    position: relative;
}
.recommend-tabs .tab-item:not(:last-child){
    margin-right: 40px;
}

.recommend-tabs .tab-item .tab-btn {
    width: 80px;
    height: 22px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 4px;
}

.recommend-tabs .tab-item p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.recommend-tabs .tab-item.active p, .recommend-tabs .tab-item:hover p {
    color: #E1251B;
}
.recommend-tabs .tab-item.active:after, .recommend-tabs .tab-item:hover:after{
    content: '';
    width: 40px;
    height: 4px;
    background: var(--app-shop-color);
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.recommend-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.goods-wrap{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.recommend-list li {
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    padding: 6px 6px 10px;
}
.recommend-list li:hover {
    transition: all 0.2s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    transform: scale(1.05);
}
.recommend-list li .list-image {
    width: 100%;
    height: fit-content;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.recommend-list li .list-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.recommend-list li .list-name {
    line-height: 18px;
    height: 36px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.recommend-list li .list-name span {
    line-height: 18px;
    padding: 0 4px;
    margin-right: 6px;
    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: bold;
    font-size: 18px;
}

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

.recommend-list li .list-price span {
    color: #999;
    font-size: 12px;
}

.recommend-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    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: 268px;
    margin: 0 auto
}

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

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

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

#gold-trader .swiper-slide {
    width: 211px;
    height: 304px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0 rgba(94,70,51,0.2);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #FFFFFF;
}

#gold-trader .swiper-slide .trader-img {
    height: 165px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    top: -50px;
}
#gold-trader .swiper-slide .trader-img .trader-img-bg{
    width: 96px;
    height: 96px;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: content-box;
    margin: 0 auto;
    overflow: hidden;
}
#gold-trader .swiper-slide .trader-img .trader-img-bg img{
    width: 96px;
    height: 96px;
    object-fit: cover;
}
#gold-trader .swiper-slide .trader-cate {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    font-size: 18px;
    color:#A76629;
    text-align: center;
    margin-bottom: 7px;
    font-weight: bold;
}

#gold-trader .swiper-slide .trader-time {
    display: inline-block;
    min-width: 130px;
    height: 28px;
    line-height: 28px;
    background: linear-gradient( 90deg, #FFF7E6 0%, #FFFCF5 100%);
    border-radius: 6px;
    font-size: 14px;
    color: #AC6428;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

#gold-trader .swiper-slide .trader-desc {
    padding: 15px 0;
    height: 140px;
    background: #F8DEB3;
    box-sizing: border-box;
}

#gold-trader .swiper-slide .trader-img h4 {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding: 8px 0;
    font-weight: 600;
}

#gold-trader .swiper-slide .trader-img p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 7px;
    max-width: 90%;
    margin-left: 5%;
}

#gold-trader .swiper-slide .trader-img h5 > img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

#gold-trader .swiper-slide .trader-img h5 > i {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 60px;
    background: linear-gradient( 90deg, #F4D288 33%, #FAEAAF 100%);
    border-radius: 6px;
    font-size: 14px;
    color: #AC6428;
    text-align: center;
    cursor: default;
    font-weight: bold;
}

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

#gold-trader .swiper-slide .trader-img h5 > div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 32px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
}

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

#gold-trader .swiper-slide .trader-img 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: 0;
}

#gold-trader .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
    background-color: #AC6428;
    width: 16px;
    height: 4px;
    opacity: 0.3;
    border-radius: 2px;
}

#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{
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 336px;
    padding: 0 0 0 16px;
}
.template-trader .trend-title{
    padding-top: 8px;
}
.template-trader .trend-center p {
    text-align: center;
    margin-bottom: 0;
    line-height: 34px;
    font-size: 24px;
    background-clip: text;
    -webkit-background-clip: text; /* 兼容 Safari/Chrome */
    color: transparent; /* 将文字颜色设为透明，显示背景渐变 */
    background-image: linear-gradient(356.0852398418359deg, #CA5700 0%, #E3BA4A 30%, #CD8000 71%, #A93D00 100%);
}

.template-trader .trend-center h1::before {
    content: "";
    position: absolute;
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 279px;
    height: 13px;
    background: url("/images/website/trader.png") no-repeat center;
    background-size: 100% 100%;

}

.template-trader .trend-center h1 {
    margin-right: 0;
    height: 34px;
    padding-bottom: 13px;
}

.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: 100%;
    height: 352px;
    z-index: 0;
    background: #fff;
}

.template-trader .ordinary-wrap.active {
    z-index: 1;
}
.template-trader .ordinary-wrap .swiper-slide{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1600px) {
    .template-trader .ordinary-wrap .swiper-slide{grid-template-columns: repeat(3, 1fr);}
}
.template-trader .swiper-container-ordinary .ordinary-trader {
    height: 168px;
    background: linear-gradient( 204deg, #F8DEB3 0%, #FFFAE9 90%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 4px;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top {
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    height: 127px;
}

.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: 10px;
    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: 16px;
    color: #666;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 7px;
}

.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;
    margin-left: 10px;
}

.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: 10px;
    cursor: default;
}

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc .trader-btn {
    position: relative;
    width: 110px;
    height: 28px;
    background: linear-gradient( 90deg, #F4D288 33%, #FAEAAF 100%);
    border-radius: 6px;
    justify-content: center;
    font-size: 14px;
    color: #AC6428;
}
.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc .trader-btn img{
    margin-right: 4px;
}
.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc .trader-btn > div {
    position: absolute;
    left: 0;
    bottom: 33px;
    opacity: 0;
    transition: all 0.3s;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
}

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

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

.template-trader .swiper-container-ordinary .ordinary-trader .ordinary-top .trader-desc p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 7px;
    max-width: 100%;
}

.template-trader .swiper-container-ordinary .ordinary-trader .trader-time {
    color: #AC6428;
    text-align: left;
    padding-left: 4px;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    box-sizing: border-box;
}

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

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

.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;
}
