/* header样式替换 - start */
header {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}


header main .search_box_l {
    height: 40px;
    flex: 1;
    border: 1px solid;
    border-radius: 4px 0 0 4px;
    border-color: var(--themeColor);
}

header main .search_box_l .select {
    width: 81px;
    cursor: pointer;
}

header main .search_box_l .select span {
    color: #1d2129;
    margin-right: 11px;
}

header main .search_box_l .select .iconfont {
    color: #86909c;
    font-size: 12px;
}

header main .search_box_l .line {
    color: #86909c;
}

header main .search_box_l input {
    height: 38px;
    flex: 1;
    border: none;
    text-indent: 1em;
}

header main .search_box_l .select_options {
    left: 0;
    top: 38px;
    width: 82px;
    z-index: 999;
    border-radius: 0 0 4px 4px;
    display: none;
    box-shadow: 0 4px 6px 0 rgba(134, 144, 156, 0.1);
}

header main .search_box_l .select_options li {
    width: 82px;
    height: 42px;
    line-height: 42px;
    padding-left: 13px;
    cursor: pointer;
}

header main .search_box_l .select_options li.active,
header main .search_box_l .select_options li:hover {
    color: var(--themeColor);
}

header main .search_box_r {
    width: 110px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: var(--themeColor);
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

header main .keywords {
    margin-top: 10px;
}

header main .keywords a {
    margin-right: 20px;
    font-size: 13px;
    color: #86909c;
}

header main .keywords a:nth-of-type(1) {
    color: #ffa127;
}

header main .keywords a:nth-of-type(2) {
    color: #d1a47e;
}

header main .keywords a:nth-of-type(3) {
    color: #998b7e;
}

/* header样式替换 - end */

.detail_top {
    padding-top: 22px;
    padding-bottom: 30px;
    margin-bottom: 16px;
}

.detail_top_l {
    width: 450px;
    margin-right: 50px;
}

.detail_top_l .img {
    width: 450px;
    height: 450px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

#myVideo {
    width: 450px;
    height: 450px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: none;
    object-fit: cover;
}

.detail_top_page {
    margin-bottom: 20px;
}

.detail_top_page .page_l,
.detail_top_page .page_r {
    width: 18px;
    height: 70px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 70px;
    background: #fff;
    color: #86909c;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.detail_top_page .page_m {
    overflow: hidden;
    padding: 0 12px;
    flex: 1;
}

.detail_top_page ul {
    width: auto;
    min-width: 100%;
}

.detail_top_page ul li {
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.detail_top_page ul li {
    position: relative;
}

.detail_top_page ul li.active {
    border-color: var(--themeColor);
}

.detail_top_page ul li .picInfo {
    display: block;
    width: 100%;
    height: 100%;

}

.detail_top_page ul li .playBtn {
    position: absolute;
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.detail_top_page ul li:last-child {
    margin-right: 0;
}

.detail_top_l .btn {
    width: 80px;
    height: 32px;
    border: 1px solid #f2f3f5;
    text-align: center;
    border-radius: 4px;
    margin-right: 12px;
    color: #86909c;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

.detail_top_l .btn .iconfont {
    margin-right: 4px;
}

.detail_top_r {
    flex: 1;
}


.detail_top_r .tips {
    height: 24px;
    line-height: 24px;
}

.detail_top_r .tips a {
    margin-right: 12px;
    color: var(--themeColor);
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
}

.detail_top_r .address {
    margin-bottom: 30px;
    cursor: pointer;

}

.detail_top_r .address .icon-dingwei1 {
    color: #B6B6B6;
    margin-right: 4px;
    margin-left: 15px;
    font-size: 16px;
}

.detail_top_r .address div {
    color: #1d2129;
    font-size: 14px;
}

.detail_top_r .address .icon-fenleiye-xiayiye {
    margin-left: 6px;
    color: #86909c;
    font-size: 16px;
}

.price_block {
    padding: 20px;
    box-sizing: border-box;
    background: #F3F6FB;
    border-top: 1px solid #B9CEE8;
    margin: 20px 0 30px;
}

.price_block_l {
    width: 120px;
    padding-left: 15px;
    padding-top: 27px;
}

.price_block_r {
    flex: 1;

}

.price_block_r .t span {
    color: #D73524;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-weight: 85 Bold;
    line-height: 0;
}

.price_block_r .t strong {
    color: #D73524;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
}

.price_block_r .d {
    color: #86909c;
    margin-right: 10px;
    font-family: "Alibaba PuHuiTi 3.0";
}

 .selects {
    min-height: 34px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.selectsNumber {
    width: auto !important;
    margin-bottom: 0 !important;
}

.stocks {
    line-height: 34px;
    margin-left: 12px;
    color: #86909C;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    font-weight: 55 Regular;
}

.selects .selects_l {
    height: 34px;
    padding-right: 10px;
    line-height: 34px;
    text-align: right;
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
}

.selects .selects_r {
    text-align: center;
    flex: 1;
}

.selects .selects_r li {
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1f1f1f;
    max-width: 288px;
    overflow: hidden; /* 确保li标签内的内容也隐藏溢出的部分 */
    white-space: nowrap; /* 确保文本不换行 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    box-sizing: border-box;

}

.selects .selects_r li.active {
    border-color: var(--themeColor) ;
    border-style: solid ;
    color: var(--themeColor) ;
}

.selects .selects_r li.disabled {
    cursor: not-allowed;
}

.selects .steps {
    width: 102px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.selects .steps_btn {
    width: 30px;
    height: 30px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #eeeeee;
    font-size: 16px;
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.selects .steps_btn.disabled {
    cursor: not-allowed;
    color: #d9d9d9;
}

.selects .minus {
    border-radius: 4px 0 0 4px;
}

.selects .plus {
    border-radius: 0 4px 4px 0;
}

.selects input {
    width: 44px;
    height: 30px;
    border: none;
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.detail_top_r .line {
    width: 100%;
    height: 1px;
    background: #eeeeee;
}

.count_box {
    height: 84px;
}

.count_box_wrap {
    flex: 1;
}

.count_box_c, .count_box_l, .count_box_2 {
    margin-right: 50px;
}

.count_box_c span,
.count_box_l span,
.count_box_2 span {
    color: #86909c;
    margin-right: 10px;
    text-align: right;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    line-height: 14px;
    min-width: 60px;
}

.count_box_2 strong {
    color: #D73524;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
}

.count_box_l strong, .count_box_c strong {
    color: #4e5969;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
}

.count_box_l b {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
}

.count_box_c strong::before {
    content: "￥";
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-weight: Bold;
}

.count_box_l strong::before {
    content: "￥";
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-weight: Bold;
}

.count_box_2 strong::before {
    content: "￥";
    color: #D73524;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-weight: Bold;
}

.count_box_r {
    color: #125AAF;
    font-family: "Alibaba PuHuiTi 3.0";
    cursor: pointer;
    text-align: right;
}

.buy_btns {
    height: 48px;
}

.buy_btns .btn1 {
    width: 280px;
    height: 48px;
    border-radius: 4px;
    background: var(--themeColor);
    color: #fff;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    cursor: pointer;
}

.buy_btns .btn {
    width: 140px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #c9cdd4;
    background: #fff;
    cursor: pointer;
}

.zxzx_btn, .shoptel {
    margin-left: 12px;
}

.buy_btns .btn .iconfont {
    margin-right: 6px;
    font-size: 16px;
}

.buy_btns .btn span {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
}

.jiaTip {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
}

.jiaTip .desc {
    color: #86909C;
}

.detail_down_l {
    width: 230px;
}

.detail_down_l .top {
    padding: 20px 15px 20px 12px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.detail_down_l .top .r {
    flex: 1;
    margin-left: 12px;
}

.detail_down_l .top .r h3 {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-weight: 500;
    line-height: 18px;
}

.detail_down_l .top .r span {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    line-height: 18px;
}

.detail_down_l .top .address,
.detail_down_l .top .desc {
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.detail_down_l .top .desc {
    margin-bottom: 18px;
}

.detail_down_l .top .address::before {
    content: "地址：";
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    line-height: 18px;
}

.detail_down_l .top .desc::before {
    content: "简介：";
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    line-height: 18px;
}

.detail_down_l .top .btn {
    width: 200px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #c9cdd4;
    margin-top: 10px;
    color: #4e5969;
    font-family: "Alibaba PuHuiTi 3.0";
    cursor: pointer;
}

.detail_down_l .top .btn.active {
    border-color: var(--themeColor);
    color: var(--themeColor);
    background: rgba(67, 132, 247, 0.15);
}

.detail_down_l .top .btn .iconfont {
    margin-right: 8px;
}

.detail_down_l .down h2 {
    height: 58px;
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: 600;
    line-height: 58px;
}

.detail_down_l .down ul {
    padding-left: 15px;
    padding-right: 15px;
}

.detail_down_l .down li a {
    display: block;
    padding-bottom: 20px;
}

.detail_down_l .down li img {
    display: block;
    margin-bottom: 6px;
}

.detail_down_l .down li h3 {
    width: 200px;
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    line-height: 21px;
    margin-bottom: 4px;
}

.detail_down_l .down li .price i {
    color: #D73524;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.detail_down_l .down li .price strong {
    color: #D73524;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.detail_down_l .down li .price span {
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    line-height: 18px;
}

.detail_down_r {
    width: 948px;
}

.detail_down_r .down .down_block .briefInfo {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 12px;
    width: 100%;
    word-wrap: break-word;
    text-indent: 2em;
}

.detail_down_r .top,
.fixed_tab .top {
    height: 60px;
    width: 948px;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #f5f5f5;
}

.detail_down_r .top li,
.fixed_tab .top li {
    position: relative;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 41px;
    cursor: pointer;
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
}

.detail_down_r .top li::after,
.fixed_tab .top li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: transparent;
}

.detail_down_r .top li.active,
.fixed_tab .top li.active {
    color: var(--themeColor);
}

.detail_down_r .top li.active::after,
.fixed_tab .top li.active::after {
    background: var(--themeColor);
}

.detail_down_r .down {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.detail_down_r .down .down_block {
    padding-top: 20px;
}

.detail_down_r .down .down_block img {
    display: block;
}

.detail_down_r .down .down_block .title {
    height: 60px;
    line-height: 60px;
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: bold;
}

.detail_down_r .down .down_block .title::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 4px;
    height: 20px;
    border-radius: 4px;
    background: var(--themeColor);
}

.down_block table {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
}

.down_block table td {
    border: 1px solid #f1f1f1;
    height: 48px;
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
}

.down_block table tr td:nth-child(n) {
    width: 156px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f4f5f9;
}

.down_block table tr td:nth-child(2n) {
    width: 268px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}

/* 日期选择器 - start */
#dateTimeBox {
    display: none;
}

.dateinputer {
    height: 48px;
    width: 400px;
    line-height: 48px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding-right: 10px;
    border-radius: 4px;
}

.dateinputer > * {
    flex: 1;
}

.dateinputer > span {
    flex: none;
}

.dateinputer .icon-xndatepickerrili {
    display: none;
}

.dateinputer > span::before {
    content: "-";
    color: #ddd;
    display: inline-block;
    margin-right: 10px;
}

.dateinputer > span::after {
    content: "-";
    color: #ddd;
    display: inline-block;
    margin-left: 10px;
}

/* 日期选择器 - end */

.mingxi_popup {
    top: 63px;
    right: 0;
    width: 486px;
    padding: 20px 20px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 3px #333;
    display: none;
    z-index: 999;
}

.mingxi_popup h4 {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.mingxi_popup .user_selected {
    padding: 10px 14px;
    background: #f5f5f5;
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
}

.mingxi_popup .lines {
    padding: 26px 0;
}

.mingxi_popup .lines > div {
    width: 50%;
}

.mingxi_popup .lines > div span {
    color: #b6b6b6;
    font-family: "PingFang SC";
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 6px;
    display: block;
}

.mingxi_popup .lines > div h5 {
    color: #1f1f1f;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.mingxi_popup .lines > div h5 i {
    color: #1f1f1f;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.mingxi_popup .lines > div h6 {
    color: #D73524;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.mingxi_popup .lines > div h6 i {
    color: #D73524;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.fixed_tab {
    left: 0;
    top: 0;
    width: 948px;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    z-index: 100;
    display: none;
}

.fixed_tab .zulin_now {
    right: 51px;
    top: 50%;
    margin-top: -20px;
    width: 102px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--themeColor);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
}

.goods_img_modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    display: none;
}

.goods_img_modal_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.goods_img_modal_box {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.goods_img_modal_box img {
    display: block;
    max-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.goods_img_modal .close {
    right: 20px;
    top: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 2;
}

/* 收藏样式 */
.collection-active {
    color: var(--themeColor) !important;
}

/* 针对IE11的CSS Hack */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .search_box_l,
    .detail_top_page ul li.active,
    .detail_down_l .top .btn.active,
    .selects .selects_r li.active,
    .wrap:hover,
    .wrap:active,
    .wrap.active {
        border-color: #125AAF;
    }

    .search_box_r,
    .detail_down_r .top li.active::after,
    .fixed_tab .top li.active::after,
    .buy_btns .btn1,
    .detail_down_r .down .down_block .title::before,
    .zulin_now {
        background: #125AAF;
    }

    .detail_top_r .tips a,
    .detail_down_l .top .btn.active,
    .detail_down_r .top li.active,
    .fixed_tab .top li.active,
    .selects .selects_r li.active,
    .detail_top_r .address .icon-dingwei,
    header main .search_box_l .select_options li.active,
    header main .search_box_l .select_options li:hover {
        color: #125AAF;
    }
}


/*.load_before {*/
/*  background: #F5F5F5 !important;*/
/*}*/
.close-btn1 {
    width: 280px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #F5F5F5;
}

.close-btn2 {
    margin-left: 12px;
    width: 140px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #F5F5F5;
}

.none {
    display: none;
}

.detail_top_r_head {
    margin-bottom: 15px;
}

.detail_top_r_head .title {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 20px;
    font-weight: bold;

}

.detail_top_r_head .shopAnnualHtml {
    display: flex;
    align-items: center;
    margin-top: 2px;
    min-height: 18px;
}

.detail_top_r_head .shopAnnualHtml .shopAnnualHtml-tag1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #FFDFBB;
    background: #FFF3E8;
    color: #fb9600;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-right: 4px;
    width: 46px;
    height: 18px;
    line-height: 18px;
}

.detail_top_r_head .shopAnnualHtml .shopAnnualHtml-tag2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #FFC6C7;
    background: #FFE8E8;
    color: #D73524;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    width: 34px;
    height: 18px;
    line-height: 18px;
    margin-right: 4px;
}
.shopAnnualHtml-tag3 {
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #27b86d33;
    background: #27b86d1a;
    color: #27b86d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    width: 46px;
    height: 18px;
    line-height: 18px;
  }
.label {
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #478afd1a;
    background: #478afd1a;
    /* width: 36px; */
    padding: 2px 6px;
    margin-right: 3px;
    color: #125AAF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
}

.detail_top_r .detail_top_r_head_parameterValue {
    margin-bottom: 12px;
    cursor: pointer;
}

.detail_top_r .detail_top_r_head_parameterValue .icon-dingwei {
    color: var(--themeColor);
    margin-right: 7px;
    font-size: 14px;
}

/* 面包屑 */
.main_area_bread {
    width: 1200px;
    margin: auto;
}

.main_area_bread .bread a {
    font-size: 14px;
    font-weight: 400;
    color: #86909C;
}

.main_area_bread .bread {
    margin: 17px auto;
}

.main_area_bread .bread li i {
    font-weight: 400;
    color: #86909C;
    margin: 0 8px;
}

.main_area_bread .bread li:hover a {
    color: #125AAF;
}

.main_area_bread .bread li:hover i {
    color: #125AAF;
}

.main_area_bread .bread li .main_color {
    color: #125AAF;
}

.noneYa {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #4e5969 !important;
    font-family: "Alibaba PuHuiTi 3.0";
}

.redYA {
    color: #D73524;
    font-weight: 500;
    font-size: 16px !important;
    font-family: "Alibaba PuHuiTi 3.0";
}

/* 商品评价 */
.commentNum{
    color: #1e2223;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}
.allComment{
    position: absolute;
    right: 40px;
    display: flex;
    width: 100px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DADCE0;
    color: #4e5969;
    text-align: center;
    font-family: "Alibaba PuHuiTi";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
.commentItem{
    margin-bottom: 24px;
    color: #1e2223;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
}
.commentItem .userPic{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}
.commentItem .commentInfo{
    flex: 1;
}
.commentItem .commentUserName{
    margin-right: 10px;
    color: #4e5a6a;
    font-family: "Alibaba PuHuiTi";
    font-size: 14px;
}
.commentItem .commentTime{
    margin: 10px 0 12px;
    color: #86909c;
    font-family: "Alibaba PuHuiTi";
    font-size: 12px;
}
.commentItem .commentPic{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.commentItem .commentPic img{
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-right: 12px;
}
.commentItem .commentPic video {
     width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-right: 12px;
}
/* 无评论展示 */
.noComment{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #86909c;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
}
.noComment img{
    width: 120px;
    height: 120px;
}

/* 评价弹窗 */
.commentModel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.commentModel .commentModelBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.commentModel .commentModelInfo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:965px;
    background-color: #fff;
}
.commentModel .commentModelHead {
    height: 40px;
    background: #fff;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #1d2129;
}

.commentModel .icon-shanchu {
    position: relative;
    left: -12px;
    top: 0;
}
.commentUl{
    display: flex;
    align-items: center;
    margin: 25px 60px;
}
.commentUl .commentLi{
    display: flex;
    min-width: 70px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background:#F2F3F7;
    margin-right: 16px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0 5px;
}
.commentUl .comActive{
    border: 1px solid #125AAF;
    background: #125aaf1a;
    color: #125aaf;
}
.commentModelContent{
    overflow-y: auto;
    height: 600px;
    padding: 0 60px;
    box-sizing: border-box;
}
.commentStar i {
    color:#DBDCE0;
}
.activeColor{
    color: #F99A1E !important;
}
.commentModelContent .noComment{
    margin-top: 40px;
}
.commentContent{
    word-break: break-all;
}
.replyInfo{
    border-radius: 4px;
    background: #F2F3F7;
    margin-top: 12px;
    padding: 6px 12px;
    color: #4e5a6a;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    word-break: break-all;
}
/* 小程序下单引导弹窗 */
.guideCodeModel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.guideCodeModel .guideCodeModelBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.guideCodeModel .guideCodeModelInfo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 556px;
    height: 342px;
    border-radius: 8px;
    background-color: #fff;
}
.guideCodeModel .guideCodeModelHead {
    position: relative;
    height: 56px;
    background: #fff;
    /*padding: 20px 20px 10px;*/
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 18px;
    background: url("../../images/guide_model_title_bj.png") no-repeat left;
    background-size: contain;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.guideCodeModel .icon-shanchu {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 29px;
    background: linear-gradient(129deg, #c9e3f9, #087af0);
    border-bottom-left-radius: 52px;
    border-top-right-radius: 6px;
    vertical-align: middle;
    padding-top: 4px;
}
.guideCodeModel .icon-shanchu::before {
    padding-left: 10px;
}
.guideNotice{
    color: #fb9600;
    font-family: "PingFang SC";
    font-size: 12px;
    background: #FFF5E6;
    padding: 7px 12px;
    box-sizing: border-box;
}
.guideNotice img{
    margin-right: 6px;
}
.guideInfoContent{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.guideCloseBtn{
    width: 88px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #ffffff;
    background:#2F6CD0;
    font-size: 14px;
    border: 1px solid #DCDFE6;
    margin: 10px auto 0;
    cursor: pointer;
}
/* 逾期弹窗 */
.overDueModel {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.overDueModel .overDueModelBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.overDueModel .overDueModelInfo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 200px;
    background-color: #fff;
}
.overDueModel .overDueModelHead {
    height: 40px;
    border: 1px solid #EEE;
    background: #F3F3F3;
    padding: 0 13px;
    color: #1e2223;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    box-sizing: border-box;
}

.overDueContent{
    padding: 30px 50px;
    box-sizing: border-box;
    color: #1e2223;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
}
.overDueDelBtn{
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #125AAF;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.datePickerBtn_item{
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 34px;
    color: #1e2223;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -20px;
}
.date-picker{
    opacity: 0;
}
.showNone{
    border: none  !important;
}
.selects .selects_r li.noneSelect{
    border: 1px dashed #DDD ;
    opacity: 0.7;
}
