.products-contact-menu {
    margin-top: 20px;
}

.products-contact-item p {
    margin: 0;
    padding: 0;
}

.products-contact-item {
    line-height: 50px;
    background-color: rgb(235, 235, 235);
    box-sizing: border-box;
    padding-left: 15px;
}

.products-contact-item:hover {

    background-color: white;

}

.product-detail {
    min-height: 300px;
    padding: 0;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.product-base-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 0 0 10px;
    background-color: rgba(255, 255, 255, 1);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: rgba(153, 153, 153, 1);
}

.product-images-swiper-container {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    box-sizing: border-box;
}

.product-images-swiper-wrapper {
    min-height: 350px;
    box-sizing: border-box;
    width: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product-images-swiper-card {
    position: relative;
}

.product-poster-wrapper {
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.images-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: blur(0);
    transition: filter 1s;
    border-style: none;
    max-height: 350px;
}

.image-bigger {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #ccc;
}

.magnifier-assembly {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    height: 60px;
}

.magnifier-btn {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 60px;
}

.magnifier-btn .magnifier-btn-left {
    float: left;

}

.magnifier-btn span {
    line-height: 60px;
    height: 60px;
    width: 20px;
    display: block;
    z-index: 8;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;

}

.magnifier-btn .icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.thumb-poster-list {
    position: relative;
    overflow: hidden;
    height: 60px;
}

.thumb-poster-list ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 7;
    list-style: none;
    padding: 0;
}

.thumb-poster-list ul li {
    float: left;
    cursor: pointer;
    list-style: none;
}

.small-img {
    position: relative;
    height: 60px;
    width: 60px;
    padding: 0px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}

.small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0);
    transition: filter 1s;
    border-style: none;
}
/* 拖拽时显示抓手光标 */
.thumb-poster-list ul {
    cursor: grab;
    transition: left 0.3s ease; /* 用于吸附动画 */
}

.thumb-poster-list ul:active {
    cursor: grabbing;
}
.product-base-info-detail-container {
    background-color: rgba(240, 240, 240, 1);
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.product-base-info-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 50px;
}

.product-base-info-card {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.product-detail-title {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1.5;
}

.s_line {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(86, 86, 86, 1);
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    max-height: none;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product-sub-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.product-sub-info-label {
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    line-height: 1.8;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
}

.product-sub-info-value {
    font-size: 14px;
    color: rgba(136, 136, 136, 1);
    line-height: 1.8;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
}

.product-contact-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.product-contact-info-wrapper-container {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: left;
}

.product-contact-info-item {
    display: flex;

    flex-direction: row;


    justify-content: center;
    align-items: center;
    border-top-color: rgba(221, 221, 221, 1);

    border-bottom-color: rgba(221, 221, 221, 1);
    width: 30px;
    height: 55px;
}

.product-contact-info-item-icon {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    width: 30px;
    height: 55px;
    line-height: 55px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product-contact-info-item-icon svg {
    width: 24px;
    height: 24px;

    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.5;
}

.product-contact-info-label {
    align-self: center;
    margin-right: 5px;
    flex: 0 0 auto;
    height: 55px;
}

.product-contact-info-label p {
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
}

.product-contact-info-value {
    align-self: center;
    flex: 0 0 auto;
    height: 55px;
}

.product-contact-info-value a {
    align-self: center;
    flex: 0 0 auto;
    height: 55px;
    text-decoration: none;
}

.product-contact-option-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
}

.product-contact-option-askButton {
    margin-right: auto;
    flex: 0 0 50%;
    max-width: 100%;
    max-height: 100%;
}

.product-contact-option-contactButton {
    flex: 0 0 50%;
    max-width: 100%;
    max-height: 100%;
}

.product-contact-option-askButton a {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 98%;
    padding: 10px 8px;

    max-height: none;
    height: auto;
    background-color: rgba(86, 184, 71, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(86, 184, 71, 1);
    margin-left: 0;
    margin-right: auto;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.product-contact-option-contactButton a {
    display: flex;
    position: relative;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 98%;
    padding: 10px 8px;
    text-decoration: none;
    max-height: none;
    height: auto;
    background-color: rgba(251, 180, 39, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(251, 180, 39, 1);
    margin-left: 0px;
    margin-right: auto;
    color: rgba(255, 255, 255, 1);
}

.product-detail-content-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(229, 229, 229, 1);

    margin-top: 5px;
}

.product-detail-content-label-wrapper {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.product-detail-content-label-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    max-width: 200px;
    border-bottom-style: none;
    border-bottom-width: 2px;
    border-bottom-color: rgba(86, 184, 71, 1);
    background-color: rgba(86, 184, 71, 1);
}

.product-detail-content-label-container-item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.product-detail-content-label-container-item p {
    line-height: 3;

    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}

.product-detail-ask-price form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;

    max-width: none;
    margin-top: 30px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    gap: 10px;
}

.form-col {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    height: 50px;

}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-col .form-group .table {

    display: flex;
    align-items: center;


    border-radius: 0.25rem;
    background: #fff;
    width: 100%;
    border: 1px solid #ced4da;
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto;
}
.submit-button
{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    padding: 12px 8px;

    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: rgba(86, 184, 71, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(86, 184, 71, 1);
    max-width: 200px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.magnifier-view {
    width: 100%;
    height: 110%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 9;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.thumbnail_box .active{
    border:1px var(--primary-color) solid;
}