/* .container {
    max-width: 1200px;
} */
/* 主要内容 */

.main_content {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

/* 左侧内容 */
.class_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

.before_pageName {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.pageLv_icon {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #999;
}

.pageLv_icon > img {
    width: 24px;
    height: 24px;
}

.now_pageName {
    color: #000;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.shop_details_top {
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    margin-bottom: 8px;
}

.details_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 575px) {
    .details_title {
        margin-bottom: 8px;
    }
}

.details_coop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: auto 10px;
}

.details_coop > img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.details_type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.details_type > img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.shop_details_evaluate {
 
    margin-bottom: 24px;
    display: flex;
    
}
.col-auto{
    margin-right: 10px;
}
.msg_evaluate_num {
    color: var(--pcf-53-b-3-b, #f53b3b);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.msg_evaluate_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.msg_evaluate_img > img {
    width: 16px;
    height: 16px;
}

.msg_evaluate_text {
    color: var(--pc-999, #999);
    display: inline-block;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    
}

.msg_cost_num {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.msg_type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.msg_type_text {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.msg_type_shu {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
}

@media (max-width: 575px) {
    .msg_evaluate_num {
        margin-bottom: 8px;
    }

    .msg_evaluate_img {
        margin-bottom: 8px;
    }

    .msg_evaluate_text {
        margin-bottom: 8px;
    }

    .msg_cost_num {
        margin-bottom: 8px;
    }

    .msg_type {
        margin-bottom: 8px;
    }
}

.msg_site_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666;

    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.msg_site_wrap > img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    cursor: pointer;
}

.msg_phone_wrap {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.msg_website_wrap {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.msg_time_wrap {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 17px;
}

.msg_blurb_wrap {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.fn_details_wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.collect_share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.collect_img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.share_img {
    width: 20px;
    height: 20px;
    margin-left: 16px;
    cursor: pointer;
}

.fn_details_btn {
    color: #fff;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--pc, #ff7450);
    padding: 6px 29px;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    cursor: pointer;
    width: 100px;
}

@media (max-width: 767px) {
    .fn_details_wrap {
        height: 35px;
    }

    .collect_share {
        bottom: 0;
        left: 0;
    }
}

.shop_form_wrap {
    margin-top: 50px;
}

.form_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.form_title_shu {
    width: 2px;
    height: 16px;
    background: var(--pc, #ff7450);
    margin-right: 10px;
}

.form_title_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form_contact {
    margin-top: 30px;
}

.form_contact_phone {
}

.form_contact_email {
}

.form_contact_title {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.form_contact_input {
    height: 54px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 15px 8px;
    box-sizing: border-box;
    width: 100%;
}

.form_contact_input > input {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    background-color: rgba(255, 255, 255, 0);
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    width: 100%;
}

@media (max-width: 767px) {
    .form_contact_phone {
        margin-bottom: 24px;
    }
}

.form_contact_details {
    margin-top: 24px;
}

.form_contact_textarea {
   
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.form_contact_textarea > textarea {
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
    width: 100%;
}

.form_contact_submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 24px;
}

.form_submit_btn {
    border-radius: 5px;
    background: var(--pc, #ff7450);
    color: #fff;

    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 22px;
    box-sizing: border-box;
    width: max-content;
    cursor: pointer;
}

.shop_album_wrap {
    margin-top: 50px;
}

.album_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.album_title_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.album_title_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.album_title_right > img {
    width: 24px;
    height: 24px;
}

.album_img_wrap {
    margin-top: 30px;
}

.mainImg_wrap {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.mainImg_wrap > img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.changeImg_top {
    border-radius: 12px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    height: 142px;
}

.changeImg_bottom {
    border-radius: 12px;
    width: 100%;
    position: relative;
}

.changeImg_top > .change_img,
.changeImg_bottom > .change_img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.arrowUp_icon {
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    cursor: pointer;
}

.arrowDown_icon {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    cursor: pointer;
}

@media (max-width: 767px) {
    .changeImg_top {
        margin-top: 40px;
    }
}

.comments_section_wrap {
    margin-top: 40px;
}

.comments_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.comments_num {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.comments_data_list {
}

.comments_data_item {
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 24px;
    position: relative;
}

.comments_like_wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.comments_like_wrap > img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.user_img_wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_img_wrap > img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.comments_user_name {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.comments_evaluate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.comments_text {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-right: 27px;
    width:100%;white-space:wrap;word-break: break-all;
}

.comments_img_list {
    margin-top: 20px;
}

.comments_img_item {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.comments_img_item > img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.comments_dateTime {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.page_wrap > img {
    width: 24px;
    height: 24px;
}

@media (max-width: 767px) {
    .page_wrap {
        margin-bottom: 30px;
    }
}

.page_num {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_num_class {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 14px;
    cursor: pointer;
}

.page_num .page_num_class:last-child {
    margin-right: 0px;
}

.act_page {
    color: var(--pc, #ff7450);
}

/* 左侧内容结束 */

/* 右侧内容 */

.advertisement {
    min-height: 440px;
    background-color: #f8f8f8;
    padding: 30px 0px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.selfLogo {
    width: 153px;
    background-color: rgba(255, 110, 71, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.logo_img {
    padding: 15%;
    width: 100%;
}

.star_wrap {
    width: 38px;
    position: absolute;
    top: 6px;
    right: -35px;
}

.welcome_wrap {
    border-top: 1px solid rgba(240, 240, 240, 1);
    border-bottom: 1px solid rgba(240, 240, 240, 1);
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin: 42px auto 0;
}

.welcome_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
}

.welcome_shu {
    width: 1px;
    height: 26px;
    background-color: #ddd;
    margin: 0 20px;
}

.welcome_icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
}

.welcome_icon > img {
    max-width: 20px;
    width: 100%;
}

.more_tag_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.more_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 15px;
}

.more_tag_point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #161616;
    margin-right: 12px;
}

.more_tag_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.welcome_btn_wrap {
    margin-top: 24px;
}

.welcome_btn {
    height: 32px;
    flex-shrink: 0;
    background-color: #ff7450;
    border-radius: 6px;
    color: var(--pc-white, #fff);
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
}

.bottom_img {
    width: 100%;
    margin-top: 50px;
    flex-shrink: 0;
    border: 8px;
}

.bottom_img > img {
    border: 8px;
    width: 100%;
    height: 100%;
}

.about_news {
    min-height: 470px;
    background-color: #f8f8f8;
    padding: 15px 12px 36px;
    border-radius: 12px;
}

.model_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.model_title_shu {
    width: 2px;
    height: 16px;
    flex-shrink: 0;
    background: var(--pc, #ff7450);
    margin-right: 10px;
}

.model_title_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.about_news_wrap {
}

.about_news_item {
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.about_news_img {
    width: 100%;
    height: 90px;
    border-radius: 12px;
}

.about_news_img > img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.about_news_msg {
    position: relative;
    height: 100%;
    width: 100%;
}

.about_news_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 超出文本两行的部分不显示 */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.about_news_num {
    color: #999;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
}

.other_img_wrap {
}

.other_img {
    margin-top: 20px;
    width: 100%;
    border-radius: 12px;
}

.other_img > img {
    width: 100%;
    border-radius: 12px;
}

/* 右侧内容结束 */
/* 主要内容结束 */

/* 弹窗相关样式 */
.popup_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    padding-bottom: 0;
}

.popup_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.popup_subtitle {
    color: #666;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.popup_close {
    cursor: pointer;
}

.popup_content {
    width: 100%;
    text-align: center;
}

.popup_content2 {
}

.popup_content > img {
    width: 100%;
}

@media (min-width: 576px) {
    /*.modal-dialog {*/
    /*    max-width: 1200px;*/
    /*}*/
}

/* 所有星星 */
.glyphicon {
    margin-right: 10px;
}

.rating-input > .glyphicon:last-child {
    margin-right: 0;
}

/*实心五星*/
.glyphicon-star {
    overflow: hidden;
    width: 24px;
    height: 24px;
    background-image: url(../image/star-lv1.svg);
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
    margin-top: 2px;
}

/*空心五星*/
.glyphicon-star-empty {
    overflow: hidden;
    width: 24px;
    height: 24px;
    background-image: url(../image/star-lv3.svg);
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

/*分值说明*/
.rating-caption {
    margin-left: 10px;
    line-height: 25px;
    width: 50px;
    display: inline-block;
    color: #eb6425;
    font-size: 16px;
    font-weight: 800;
}

.popup_form_title {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.get_star_wrap {
}

.star_input_wrap {
}

.star_input_text {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.upload_img_wrap {
    border-radius: 10px;
    border: 1px solid var(--pcf-0-f-0-f-0, #f0f0f0);
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 102px;
    margin-bottom: 10px;
}

.upload_img_wrap > img {
    border-radius: 5px;
    width: 84px;
    height: 84px;
}

.upload_btn_wrap {
    border-radius: 10px;
    border: 1px solid #dee2e6;
    padding: 9px;
    text-align: center;
    cursor: pointer;
    width: 102px;
    height: 102px;
}

.upload_icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 18px;
}

.upload_tips {
    color: #307af6;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.popup_submit_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.popup_submit_btn {
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #ff7450;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    padding: 13px 0;
    cursor: pointer;
}

.swiper_wrap {
}

.swiper_img_wrap {
    border-radius: 10px;
}
.swiper_img_wrap > img {
    width: 100%;
    max-width: 100%;
}

#ImgSwiperPopup .modal-content {
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

#ImgSwiperPopup .popup_header {
    justify-content: flex-end;
}
/* 弹窗相关样式结束 */
/* 2024.01.28 */
.breadcrumb_a {
    color: var(--pc-999, #999) !important;
    text-decoration: none !important;
}
.swiper-wrapper-my{
    display:flex;flex-direction:column;height: 305px;
}
.row{
    display: flex;
}
.layui-upload-file{
    visibility: hidden;
}