.details-container {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    margin-top: 64px;
}

.details-content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.details-shop {
    width: 100%;
    height: 111px;
    line-height: 111px;
}

.details-shop-logo {
    margin-right: 27px;
    width: 100px;
    height: 100px;
}

.details-shop-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details-shop-btn {
    text-decoration: none;
    cursor: pointer;
}

.details-shop-btn:first-child {
    margin-right: 40px;
}

.goods-content {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 24px;
    border-bottom: 1px dashed #cdcdcd;
}

.goods-left {
    width: 35%;
    height: auto;
}

.goods-left-img {
    width: 100%;
    height: 440px;
    border: 1px solid #ececec;
    background: #FFFFFF;
}

.goods-left-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.goods-img-list {
    margin-top: 20px;
    width: 100%;
    /*height: 68px;*/
    flex-wrap: wrap;
}

.goods-img-item {
    display: block;
    width: 68px;
    height: 68px;
    border: 1px solid #ececec;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: contain;
}

.goods-img-item-actvie {
    display: block;
    width: 68px;
    height: 68px;
    border: 1px solid #4391FB;
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: contain;
}

.goods-right {
    width: 60%;
}

.goods-right-name {
    width: 100%;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 16px;
}

.goods-discounts-container {
    width: 100%;
    /*min-height: 109px;*/
    height: auto;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 16px;
}

.goods-discounts-top {
    margin-bottom: 10px;
}

.goods-discounts-right div {
    text-align: center;
}

.goods-discounts-right div:first-child {
    margin-right: 5px;
}

.goods-discounts-title {
    display: inline-block;
    width: 76px;
    text-align: left;
    font-size: 14px;
    color: rgba(31, 51, 73, 0.6);
}

.goods-discounts-price {
    font-weight: 700;
}

.goods-discounts-full-reduce {
    display: inline-block;
    width: 600px;
}

.goods-discounts-full-reduce-item {
    color: #C26900;
    font-size: 14px;
    margin-right: 3px;
}

.goods-skus-container {
    width: 100%;
}

.goods-skus-content {
    margin-top: 24px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.goods-details-label {
    width: 63px;
    text-align: right;
    margin-right: 20px;
    color: #1F3349;
    font-size: 14px;
}

.goods-details-sku-content {
    width: calc(100% - 90px);
    flex-wrap: wrap;
}

.goods-details-sku-item {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #444444;
    padding: 0 10px;
    width: auto;
    min-width: 70px;
    max-width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 12px;
    margin-right: 5px;
    word-break: break-all;
    box-sizing: border-box;
    /*text-align: left;*/
}

.goods-details-sku-item:hover {
    background: #4391FB;
    color: #FFFFFF;
    border: 1px solid #4391FB;
}

.goods-details-sku-item-active {
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color: #FFFFFF;
    width: auto;
    min-width: 70px;
    max-width: 100%;
    height: auto;
    background: #4391FB;
    border: 1px solid #4391FB;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    margin-bottom: 12px;
    margin-right: 5px;
    word-break: break-all;
    box-sizing: border-box;
}

.goods-details-remark {
    width: 100%;
    height: 32px;
    margin-bottom: 24px;
}

.input-remark, .input-contact {
    outline: none;
    width: 382px;
    height: 32px;
    /*background: #ffffff;*/
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 10px;
}

.pay-item {
    width: auto;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #1F3349;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    line-height: 30px;
    margin-right: 30px;
}

.pay-item:hover {
    color: #4da0f0;
    border: 1px solid #4da0f0;
}

.pay-item-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-right: 8px;
}

.pay-item-active {
    width: auto;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #4da0f0;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #4da0f0;
    line-height: 30px;
    margin-right: 30px;
}

.goods-detail-num-container {
    width: 100%;
    height: auto;
}

.goods-detail-num-content {
    width: 177px;
    height: 42px;
    background: #ffffff;
    border: 1px solid rgba(31, 51, 73, 0.08);
    border-radius: 2px;
}

.number-input {
    width: 117px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
}

.reduce-btn, .add-btn {
    width: 29px;
    height: 40px;
    background: #f6f6f6;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.buy-btn {
    margin-left: 40px;
    cursor: pointer;
    width: 132px;
    height: 42px;
    background: #4391fb;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.buy-btn-disabled {
    margin-left: 40px;
    cursor: default;
    width: 132px;
    height: 42px;
    background: #d5d7da;
    border-radius: 3px;
    line-height: 42px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.buy-tips {
    width: 100%;
    margin-top: 24px;
    padding-left: 4px;
}

.buy-tips img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 12px;
}

.details-parameter {
    width: 100%;
    height: auto;
    margin-top: 34px;
}

.details-parameter-tabs {
    font-size: 16px;
    color: #1F3349;
}

.details-parameter-tabs span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.details-parameter-left {
    margin-right: 70px;
}

.details-parameter-active {
    color: #4391FB;
    position: relative;
}

.details-parameter-active::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #4391FB;
}

.details-parameter-content {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
}

.parameter-details-content {
    /*display: none;*/
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.details-parameter-content img {
    width: 100%;
}

.parameter-details-item {
    width: 32%;
    height: auto;
    text-align: left;
    margin-bottom: 20px;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    /*visibility: visible;*/
}

.contact-content-chat {
    width: 700px;
    height: auto;
    min-height: 180px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 10px 30px;
    position: relative;
    margin: 160px auto 0;
}

.contact-content {
    width: 400px;
    height: auto;
    min-height: 180px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
    margin: 160px auto 0;
}

.contact-content h4 {
    margin: 0 0 20px;
    padding: 0;
}

.content-footer {
    position: absolute;
    bottom: 10px;
    right: 24px;
    width: 88%;
    /*width: 352px;*/
    border-top: 1px solid #dedede;
    margin: 0 auto;
    padding-top: 10px;
    text-align: end;
}

.tools-img-con {
    cursor: pointer;
    margin-right: 5px;
}

.content-footer button {
    width: 70px;
    height: 32px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.content-footer .contact-cancel {
    border: 1px solid #eeeeee;
    background: #fff;
    margin-right: 10px;
}

.content-footer .contact-confirm {
    color: #FFFFFF;
    background: #1a6dfe;
    border: none;
}

.details-tips {
    width: 626px;
    height: 400px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}

.details-tips h4, .details-tips-shop h4 {
    text-align: center;
}

.details-tips-shop {
    width: 626px;
    min-height: 230px;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 24px;
    position: relative;
}

.details-tips-shop .details-tips-content {
    padding-bottom: 84px;
}

.checkbox {
    position: relative;
}

.checkbox input {
    position: absolute;
    top: 0;
    left: -62px;
    z-index: 29;
    background: transparent;
    width: 130px;
    text-align: left;
}

.checkbox span {
    position: absolute;
    left: 20px;
    top: 0px;
}

.agree-btn {
    width: 578px;
    height: 55px;
    background: #4391fb;
    border-radius: 4px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 32px;
    position: absolute;
    bottom: 24px;
}

.agree-btn-disabled {
    width: 578px;
    height: 55px;
    background: #bec0c2;
    border-radius: 4px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 32px;
    position: absolute;
    bottom: 24px;
}

.contact-txt span:last-child {
    font-size: 14px;
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #037cff;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
}

.classification {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #333333;
    /*position: fixed;*/
    /*top: 194px;*/
    /*left: 0;*/
    /*z-index: 999;*/
}

.classification-content {
    width: 100%;
    max-width: 1200px;
    min-width: 900px;
}

.classification-item {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    min-width: 125px;
    text-align: center;
}

.swal2-container {
    z-index: 9999991 !important;
}

.kf-btn {
    position: fixed;
    bottom: 50px;
    right: 100px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #4da0f0;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
}

.kf-btn button {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {

}

.goods-parameter {
    width: 200px;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-spacing: 0;
}

.goods-parameter td {
    padding: 10px 30px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.goods-parameter tr td:first-child {
    min-width: 140px;
    color: #888;
}

.goods-parameter tr td:last-child {
    min-width: 300px;
    color: #666666;
}

.chat-content {
    display: block;
    /*width: calc(100% - 380px);*/
    height: 400px;
}

.chat-content-top {
    width: 100%;
    /*height: 89px;*/
    box-sizing: border-box;
    /*padding: 24px;*/
    padding-bottom: 5px;
    align-items: center;
    border-bottom: 1px solid #f0eff5;
}

.chat-content-info {
    align-items: center;
}

.close-chat {
    margin-right: 5px;
    cursor: pointer;
}

.close-chat div {
    width: auto;
    padding: 0 8px;
}

.chat-content-top-picture {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 1rem;
}

.chat-content-top-nickname {
    font-size: 16px;
}

.chat-content-bottom {
    width: 100%;
/ / height: calc(100 vh - 90 px);
    height: calc(100% - 90px);
    position: relative;
}

.chat-content-container {
    width: 100%;
    /*height: calc(100% - 95px);*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 24px 0;
}

.chat-content-container::-webkit-scrollbar {
    width: 10px;
}

.chat-content-container::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background: #f0eff5;
}

.chat-input-container {
    width: 100%;
    /*height: 90px;*/
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #f0eff5;
    position: absolute;
    left: 0;
    bottom: -70px;
}

.chat-input-container input {
    width: calc(100% - 200px);
    height: 43px;
    border-radius: 4px;
    background: #e6ebf5;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.send-message {
    width: 200px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.send-message button {
    background: transparent;
    border: 1px solid #f5f7fb;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 4px;
}

.addfiles {
    width: 74px;
    height: 43px;
    line-height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* background: ; */
}

.addfiles input {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.send {
    width: 80px;
    height: 43px;
    line-height: 43px;
    background: #5f86f1 !important;
    color: #ffffff;
}

.message-img-container {
    width: 100px;
    /* height: 100px; */
}

.message-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.message-header {
    display: flex;
    margin-bottom: 20px;
}

.message-header-left > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-message-left {
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: flex-start;
}

.chat-message-right {
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: flex-end;
}

.chat-message-right {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.chat-message-right .message-time-sender {
    text-align: right;
}

.chat-message-right .message-content {
    /* right: 26px; */
    border-radius: 8px 0px 8px 8px;
}

.chat-message-right .message-content::before {
    border: 5px solid #7269ef;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -10px;
    content: "";
    right: 0;
    position: absolute;
    left: auto;
}

.chat-message-right, .chat-message-left {
    width: 100%;
}

.message-header {
    width: 100%;
}

.chat-message-right .message-header-left > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
}

.chat-message-right {
    width: 90%;
}

.chat-message-right {
    width: 100%;
}

.chat-message-right .message-header-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: end;
    width: 90%;
}

.message-header-right {
    width: auto;
    max-width: 90%;
}

.message-content {
    background: #7269ef;
    border-radius: 0px 8px 8px 8px;
    color: #fff;
    padding: 12px 20px;
    position: relative;
    margin-top: 16px;
    width: auto;
    /*max-width: 85%;*/
    word-break: break-all;
    word-wrap: break-word;
    /*white-space: pre-wrap;*/
}

.message-content::before {
    border: 5px solid #7269ef;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -10px;
    content: "";
    left: 0;
    position: absolute;
    right: auto;
}

.message-content img {
    /*width: 100px;*/
    height: auto;
    border-radius: 0;
}

.chat-message-content {
    max-width: 60%;
    padding: 10px;
    border-radius: 10px;
    word-wrap: break-word;
}

.my-message .chat-message-content {
    background-color: #5f86f1;
    color: #fff;
    align-self: flex-end;
}

.other-message .chat-message-content {
    background-color: #f1f0f0;
    color: #000;
    align-self: flex-start;
}
