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

[v-cloak] {
    display: none;
}

body {
    background: #f2f2f2;
}

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

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

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

.fw_b {
    font-weight: bold
}

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

i {
    font-style: normal;
}

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

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

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

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

.bgf2 {
    background: #f2f2f2;
}

.bgfff {
    background: #fff;
}

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

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

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

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

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

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

.co-333 {
    color: #333;
}

.co-666 {
    color: #666;
}

.co-999 {
    color: #999;
}

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

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

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

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

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

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

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

.cursorp {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.home-header-view .home-header-user a.home-icon {
    cursor: pointer;
    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 {
    transform: rotate(180deg);
    color: #666;
}

.home-header-view .home-header-user .header-user-hover:hover ~ em.iconfont {
    transition: all 0.3s;
    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;
    margin: 0;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-header-view .home-header-user .header-user-hover .user-one a:hover {
    color: var(--app-shop-color) !important;
}

.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.enter-btn a:hover {
    color: #AC6428 !important;
}

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

.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;
    font-size: 12px;
    white-space: nowrap;
}

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

/*---------底部样式-----------*/
/*底部导航*/
.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 dd, .home-bottom-navigation dl dt {
    line-height: 1.3;
}

/*.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;
    margin: 20px 0 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

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

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

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

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

.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-right-navigation {
    width: 60px;
    box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1); /*display: none;*//* height: 620px;*/
    margin-right: 0;
    position: fixed;
    right: 60px;
    top: 25%; /*transform: translate(0, -50%);*/
    z-index: 888;
}

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

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

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

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

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

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

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

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

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

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

/* 右侧导航结束 */

/* 父模板原有 CSS 开始 */
::-ms-clear, ::-ms-reveal {
    display: none;
}

/*导航设置*/
.header_set p {
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    margin: 10px 0 10px 12px;
    font-size: 18px;
    color: #333333;
    position: relative;
    float: left;
    white-space: nowrap;
}

.header_set p:before {
    content: "";
    width: 2px;
    height: 29px;
    background-color: #eeeeee;
    position: absolute;
    left: 3px;
    top: 9px;
}

.headside .header_set, .headside .header_set img {
    float: left;
}

.cdd_menu a {
    display: block;
    padding: 0 16px;
    line-height: 28px;
    text-align: center;
    margin-left: 10px;
    border-radius: 15px;
    font-size: 16px;
    color: #333333;
    float: left;
}

.cdd_menu a:hover, .cdd_menu a.active {
    background-color: var(--app-shop-color);
    color: #ffffff !important;
}

.shop_color {
    color: var(--app-shop-color)  !important;
}

.hover-blue:hover {
    color: var(--app-shop-color)  !important;
}

.footer-bottom p a:hover {
    color: var(--app-shop-color)  !important;
}

.foot-top li dd a:hover {
    color: var(--app-shop-color)  !important;
}

.browserTips {
    display: none;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #f61d4a;
    line-height: 40px;
}

.browserTips.active {
    display: block;
}

p {
    margin: 0;
}

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

.jc_ct {
    justify-content: center;
}

.ai_ct {
    align-items: center;
}

.jc_bt {
    justify-content: space-between;
}

.ai_fe {
    align-items: flex-end;
}

.le {
    float: left;
}

.rg {
    float: right;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.co_000 {
    color: #000;
}

.co_333 {
    color: #333;
}

.co_666 {
    color: #666;
}

.co_999 {
    color: #999;
}

.co_ddd {
    color: #ddd;
}

.co_fff {
    color: #fff;
}

.co_red {
    color: #fc2f46;
}

li {
    list-style: none;
}

/* 头部nav修改 */
.common-nav-new .con_main .logo_box img {
    max-width: 100%;
}

/*菜单修改*/
.sort_all .menu_sort {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.search_box .select {
    width: 100px;
    min-width: 100px;
    position: relative;
    border: none;
    height: 20px;
    outline: none;
    padding-left: 30px;
    display: inline-block;
    border-right: 1px solid var(--app-shop-color); /*在选择框的最右侧中间显示小箭头图片*/
    background: url("https://cdn.toodudu.com/uploads/2021/12/10/arrow.png") no-repeat scroll 70px center transparent;
}

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

.search_box .select:hover ul {
    display: block;
}

.search_box .select ul li {
    line-height: 30px;
    width: 100%;
    height: 32px;
    float: none;
    color: #3C3C3C;
    cursor: pointer;
    padding-left: 30px;
    box-sizing: border-box;
}

.search_box .select ul li.search-pro {
    display: none;
}

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

.search_box {
    width: 700px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid var(--app-shop-color);
    margin-right: 50px;
}

.search_box .el-select::after {
    content: '';
    width: 1px;
    height: 18px;
    border-left: 1px solid var(--app-shop-color);
    position: absolute;
    top: 11px;
    right: 0;
}

.search_box .el-input__inner {
    width: 500px;
    box-sizing: border-box;
    text-align: left;
    height: 36px;
}

.search_box > .el-input .el-input__inner {
    width: 300px;
}

.search_box .el-input__suffix {
    right: 10px;
}

.search_box .el-input__inner {
    border-radius: 0;
    border: none;
}

.search_btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--app-shop-color);
    color: #fff;
    cursor: pointer;
    flex: none;
}

/*public color*/
#app a:hover, .pub_hover:hover {
    color: var(--app-shop-color);
}

#app .pub_color {
    color: var(--app-shop-color);
}

#app .pub_border {
    border-color: var(--app-shop-color);
}

#app .pub_backg {
    background-color: var(--app-shop-color);
}

/*头部导航样式*/
.right-head li:last-child {
    padding-right: 15px;
}

/*重置样式*/
.scarch_box .el-input-group {
    width: 100%;
    height: 100%;
    line-height: inherit;
    border: 2px solid var(--app-shop-color);
    border-collapse: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.scarch_box .el-input-group .el-input__inner,
.scarch_box .el-input-group .el-input-group__append {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
}

.scarch_box .el-input-group .el-input__inner {
    line-height: 40px;
    flex: 1;
}

.scarch_box .el-input-group .el-input-group__append {
    width: 90px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    background-color: var(--app-shop-color);
    color: #ffffff;
}

.scarch_box .el-input-group .el-input-group__append button {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.seller_decoration .el-dialog .el-dialog__headerbtn:hover .el-dialog__close {
    color: #F0957C;
}

.seller_decoration .el-button.is-plain:focus,
.seller_decoration .el-button.is-plain:hover,
.seller_decoration .el-dialog .el-button:hover,
.seller_decoration .el-dialog .el-button:focus {
    background-color: #FFF;
    border-color: #F0957C;
    color: #F0957C;
}

.seller_decoration .el-dialog .el-button.el-button--primary,
.seller_decoration .el-dialog .el-button.el-button--primary:hover {
    background-color: #F0957C;
    border-color: #F0957C;
    color: #ffffff;
}

.shopFitment .el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #F0957C;
    border-color: #F0957C;
    color: #ffffff;
}

.seller_decoration .el-dialog .el-button.el-button--default.search_box_set:hover,
.seller_decoration .el-dialog .el-button.el-button--default.search_box_set:focus {
    border-color: transparent;
    color: #666666;
}

/*修改店铺弹窗按钮颜色*/
.shop_decoration .el-dialog .el-dialog__headerbtn:focus .el-dialog__close {
    color: #F0957C;
}

.shop_decoration .el-dialog .el-button.el-button--primary {
    background-color: #F0957C;
}

.seller_decoration .el-dialog .el-dialog__headerbtn:focus .el-dialog__close {
    color: #F0957C;
}

.seller_decoration .el-dialog .el-button.el-button--primary {
    background-color: #F0957C;
}

/*设置自营颜色根据主图颜色*/
.zy_logo {
    padding: 1px 8px;
    border-radius: 3px;
    background-color: var(--app-shop-color);
    color: #FFF;
}

/**页面头部分类主题色**/
#app .time_box > .active,
.home_menu > .sort_all {
    background-color: var(--app-shop-color);
}

.indices_color.nav > ul .active,
.home_menu > .sort_all .zoomSorts {
    border-color: var(--app-shop-color);
}

/**修改店铺导航出发样式**/
#app .store_nav .nav_main li a:hover {
    color: #ffffff;
}

.rotate div:nth-of-type(1) a {
    color: var(--app-shop-color);
}

.nav_main li {
    float: left;
    margin-right: -3px;
    font-size: 16px;
    color: #FFF;
    line-height: 39px;
}

.nav_main li a {
    display: block;
    height: 100%;
    color: #FFF;
    padding: 0 15px;
}

#app .home_nav > div > .nav_main > li > a {
    padding: 4px 13px;
    font-size: 15px;
}

/*购物车出发样式修改*/
#app .shopcar .car-box:hover,
#app .header-nav-btn .header-nav-btn1.mn-ico2,
#app .header-nav-btn .header-nav-btn1.mn-ico2:hover {
    color: #666666;
}

/**针对IE10/11样式兼容处理**/
#app .hd-search .search-bd .search-combobox-input input {
    height: 100% \0;
    line-height: 16px \0;
}

.scarch_box .el-input-group .el-input-group__append {
    height: 36px;
}

.footer_img {
    display: table;
    margin: 28px auto;
}

.footer_img ul li {
    height: 40px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.footer_img ul li div {
    height: 40px;
    font-size: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.footer_img ul li div img {
    height: 100%;
}

.home_menu > .sort_all .menu_sort > ul > li:hover {
    background-color: var(--mouse-enter-bg-color);
}

#app .jicai-nav .el-menu--horizontal > .el-menu-item:hover,
#app .jicai-nav .navbar-header a span,
#app .jicai-nav .el-menu--horizontal > .el-menu-item a:hover {
    color: #303133;
}

#app .jicai-nav .el-menu--horizontal > .el-menu-item:hover,
#app .jicai-nav .el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: none;
    border-bottom-color: var(--app-shop-color)  !important;
}

#app .jicai-nav .el-menu--horizontal > .el-menu-item:hover a,
#app .jicai-nav .el-menu--horizontal > .el-menu-item.is-active a {
    color: #f70;
}

#app #jicai-show a:hover,
#app #jicai-show .jicai-more:hover {
    color: #f70 !important;
}

#app .shopFitment_box {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

#app .shopFitment_box a:hover,
#app .shopFitment a:hover,
#app .shopFitment .store_sort_con a:hover {
    font-weight: normal;
    color: #ed7c5e;
}

#app .shopFitment ul li a:hover,
#app .shopFitment .table_td a:hover {
    color: #666666;
    font-weight: bold;
}

#app .shopFitment .el-pager li:not(.disabled):hover {
    color: #999999;
    border-color: #F0957C;
}

/*新改页头样式*/
.public_head {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #F4F4FA;
}

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

.pub_head_le a {
    color: #777777;
}

.foot-top {
    background-color: #2f3239;
}

.foot_con {
    width: 100%;
}

.foot_con_child {
    width: 1190px;
    margin: 0 auto;
}

.pub_footer {
    width: 100%;
    background-color: #2a2d33;
}

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

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

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

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

.shop-cart {
    min-width: 120px;
    width: auto;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    background-color: #F9F9F9;
    color: #888;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    text-align: left;
    margin-left: 50px;
}

.shop-cart i {
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px 16px;
    margin-right: 9px;
    vertical-align: middle;
    background: url('https://cdn.toodudu.com/uploads/2022/02/07/new-cart.png') no-repeat center;
    background-size: 15px 15px;
}

.shop-cart p {
    font-size: 12px;
    color: #333333;
}

.shop-cart span {
    display: inline-block;
    min-width: 24px;
    min-height: 18px;
    margin: 11px 8px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    margin-left: 8px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #f61d4a;
    color: #fff;
}

.titleName {
    width: auto;
    max-width: 230px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 16px;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden
}

/*因PC店铺首页的产品分类会受影响，所以将超出隐藏取消*/
.common_nav {
    overflow: inherit !important;
}

.common-nav-new .focus {
    border-radius: 0;
}

.common-nav-new .scarch_box .el-input-group .el-input-group__append {
    width: 60px;
}

.common-nav-new .scarch_box .el-input-group .el-input-group__append {
    height: 32px;
    line-height: 32px;
}

.common-nav-new .scarch_box .el-input-group .el-input__inner {
    width: 350px;
}

.common-nav-new .scarch_box .el-input-group {
    width: 410px;
}

.common-nav-new .scarch_box {
    height: 36px;
    width: 470px;
    display: flex;
    flex-wrap: nowrap;
}

.common-nav-new .scarch_box .group__append_self {
    width: 60px;
    height: 36px;
    background: #474E5C;
    padding: 0;
    border: none;
    border-radius: 0;
}

.common-nav-new .scarch_box .group__append_self .el-button {
    margin: 0;
    border: none;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
    width: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}

.common-nav-new .con_main .store_box {
    margin-left: 20px;
}

.common-nav-new .store_name {
    color: #000033;
}

/*店铺首页等模块图片处理*/
.imgSet {
    font-size: 0px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    outline: none;
}

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

dl, ul, ol, p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.integral-shop {
    background-color: #ffffff;
}

.integral-shop .public-width {
    width: 1190px;
    margin: 0 auto;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*积分商品产品分类*/
.integral-cate .integral-cate-main {
    width: 260px;
    height: 40px;
    position: relative;
}

.integral-cate .integral-cate-main > dt {
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.integral-cate .integral-cate-main > dd {
    display: none;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 40px;
}

.integral-cate .integral-cate-main:hover > dd {
    display: block;
}

.integral-cate .integral-cate-main > dd ul {
    height: 500px;
    padding: 8px 0 16px 0;
    box-sizing: border-box;
    position: relative;
}

.integral-cate .integral-cate-main > dd ul li {
    line-height: 1.04;
    padding: 11px 15px;
}

.integral-cate .integral-cate-main > dd ul li a {
    display: flex;
    font-size: 14px;
    color: #333333;
}

#app .integral-cate .integral-cate-main > dd ul li a:hover {
    color: #278ff0;
}

.integral-cate .integral-cate-main > dd ul li span {
    margin: 0 5px;
    font-size: 14px;
}

.integral-cate .integral-cate-main .cate-child-more {
    display: none;
    width: 360px;
    height: 500px;
    padding: 15px 20px;
    background-color: #ffffff;
    border: 1px solid #278ff0;
    overflow-y: auto;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
}

.integral-cate .integral-cate-main .cate-child-more dd {
    flex-wrap: wrap;
}

.integral-cate .integral-cate-main .cate-child-more a {
    padding: 5px;
    font-size: 12px;
}

.integral-cate .integral-cate-main dd ul li:hover .cate-child-more {
    display: block;
}

.integral-cate .integral-cate-dl {
    margin: 0 0 0 20px;
    overflow: hidden;
}

.integral-cate .integral-cate-dl li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    flex-shrink: 0;
}

.integral-cate .integral-cate-dl li a {
    font-size: 16px;
    color: #333333;
}

#app .integral-cate .integral-cate-dl li a:hover,
.integral-cate .integral-cate-dl li.active a {
    color: #278ff0;
}

.integral-header {
    background-color: #ffffff;
}