#details {
    position: relative;
    background-color: #fff;
    ;
    padding: 40px 10px;
}

#details .details-content-introduce {
    position: relative;
    display: flex;
    justify-content: space-between;

}

.w1300 {
    width: 1300px;
    margin: auto;
}

#details .details-content>div {
    margin-bottom: 16px;
}

#details .details-content-introduce .left {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 400px;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.zoom-container {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    padding: 50% 0;
    /* height: 634px; */
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    visibility: hidden;
    z-index: 9;
    cursor: pointer;
}

.zoom-container>* {
    transition: all .3s;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;

}

#details .details-content-introduce .right {
    width:calc(100% - 400px - 20px);
}

#details .details-content-introduce .image-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.swiper-slide .swiper-slide swiper-slide-active {
    width: 100%;
}

.left .mySwiper2 .swiper-slide {
    position: relative;
    width: 100% !important;
    padding: 50% 0;
    overflow: hidden;
}

.left .mySwiper {
    width: 100%;
    margin-top: 20px;
}

.left .mySwiper li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;

}

.left .mySwiper li:last-child {
    margin-right: 0 !important;
}

.left .mySwiper li>div {
    width: 100%;
    padding: calc(50%) 0;
    position: relative;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.left .mySwiper li>div .videoMessage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.left .mySwiper li>div video,

.left .mySwiper li>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.left .mySwiper2 {
    border: 1px solid #e8e8e8;
}

.left .mySwiper2 .swiper-slide video,
.left .mySwiper2 .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

#details .details-content-introduce .image-box .image {
    align-items: center;
    border: 1px solid #fff;
    display: flex;
    /* height: 260px; */
    /* justify-content: center; */
    position: relative;
    width: 100%;
    cursor: pointer;
}

#details .details-content-introduce .image-box .image:hover {
    border: 1px solid #ccc;
}

#details .details-content-introduce .image-box .btn-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#details .details-content-introduce .image-box .btn-list .btn {
    border-radius: 4px;
    color: #333;
    font-family: inherit;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 20px;
    position: relative;
    transition: all .2s;
    height: 40px;
    margin-bottom: 0;
    padding: 6px 10px;
    width: 100%;
    color: #fff;
    line-height: 28px;
}

#details .details-content-introduce .image-box .btn-list .btn i {
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    opacity: 1;
}

#details .details-content-introduce .image-box .btn-list .btn:first-child {
    background-color: #ff6221;
}

#details .details-content-introduce .image-box .btn-list .btn:last-child {
    background-color: var(--primary-color,#4066b8);
}

#details .details-content-introduce .list {
    flex: 1;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    margin-right: 20px;
}
#details .details-content-introduce .form-box {
    width: 320px;
} 
.form-box .el-form-item {
    padding: 6px 10px;
    border: 1px solid #e8e8e8;
    margin-bottom: 0 !important;
} 
.form-box .el-form-item__error {
    top: calc(-100%);
    line-height: 28px;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 0 0px;
    z-index: 9;
    height: 28px;
    transform:unset;
} 
.form-box .el-form-item.is-error.is-required {
    border-color: #F56C6C;
}
.form-box .el-input__inner {
    border:0 !important;
    padding: 0 !important;
    height: 24px !important;
}
.form-box .el-form--label-top .el-form-item__label {
    display: inline-flex;
    flex-direction: row-reverse;
    width: fit-content;
    height: 28px;

}
.quy-btn-box {
    display: flex;
    margin-bottom: 20px;
}
.quy-btn-box .btn {
    height: 100%;
    /* width: 112px; */
    text-align: center;
    /* background-color: #ea1c26; */
    border: 0 !important;
    color: #fff;
    border-top-left-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom-left-radius: 0;
}
.quy-btn-box #quy-box {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-box .el-form--label-top .el-form-item__label {
    padding-bottom: 0;
}
.form-box .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    margin-left: 4px;
    margin-right: 0px;
}
.form-box .form-btn {
    margin-top: 10px;
    /* background-color:#ea1c26 !important; */
    /* border: #ea1c26 !important; */
    border-radius: 0;
}
#details .details-content-introduce .list .flex {
    margin-bottom: 20px;
    
}

.right-action .info {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #706666;
}

#details .details-content-introduce .list .flex:last-child {
    margin-bottom: 0;
    margin-top: 0px;
}

#details .details-content-introduce .list .flex>div:first-child {
    /* width: 120px; */
    color: #999;
    margin-right: 20px;
    text-align: right;
}

#details .details-content-introduce .list .flex>div:last-child {
    flex: 1;
}

#details .details-content-introduce .list .flex>div.submit {
    display: flex;
    width: fit-content;
    flex: none;
}

#details .details-content-introduce .list .flex>div.submit input {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 36px;
    padding: 6px 10px;
    width: 192px;
}

#details .details-content-introduce .list .flex>div.submit a {
    border-radius: 4px;
    color: #333;
    font-family: unset;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 20px;
    position: relative;
    transition: all .2s;
    height: 36px;
    line-height: 14px;
    margin: 0 0 0 10px;
    background-color: var(--primary-color,#4066b8);
    color: #fff;
}

#details .details-content-introduce .list .flex>div.submit button {
    /* background-color: #ea1c26;
    border: 1px solid #ea1c26; */
    color: #fff;
    height: 40px;
    line-height: 14px;
    margin: 0 0 0 0px;
    font-size: 14px;
    padding: 0 10px;
    width: 200px;
    border-radius: 2px;
}

#details .details-content-introduce .list .flex:last-child>div:first-child {
    width: auto;
    /* margin-right: 0; */
    flex-wrap: nowrap;
}

#details .details-content-introduce .list>.title {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

#details .details-content-introduce .list>.content {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 69px);
}

.right-action {
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.right-action .title {
    font-size: 20px;
    font-weight: 500;
}

#details .imageList.flex {
    justify-content: space-around;
    background-color: #fff;
    padding: 20px;

}

#quy-box {
    width: 90px;
    height: 100%;
    border: 1px solid #e8e8e8;
    padding: 4px 8px;
    border-radius: 4px;
    min-height: 40px;
}

#details .imageList.flex .image {
    width: 50px;
    height: 50px;
}

#details .details-content>div>.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #333;
}

#details .details-content>div>.title>i {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color,#4066b8);
    margin-right: 10px;
}

#details .details-content>.more-list>.title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 56px;
    position: relative;
}

#details .details-content>.more-list>.title::after {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #ea1c26;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
}

#details .switch_list {
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
    justify-content: center;
    margin: 40px 0;
}

.more-list .content>.item {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.more-list .content>.item:nth-child(5n) {
    margin-right: 0;
}

.more-list .content>.item a {
    display: block;
}

.more-list .content>.item .image-box {
    width: 100%;
    padding: 50% 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}

.more-list .content>.item .image-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.more-list .content>.item .text-box>* {
    margin-top: 10px;
    color: #eb232d;
}

.more-list .content>.item .text-box .title {
    color: #000;
    font-size: 18px;
    line-height: 1.8;
}

#details .switch_list .switch_item {
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    margin-right: 60px;
    padding: 8px 10px;
    transition: all .2s;

}

#details .switch_list .switch_item:hover {
    background-color: #0000001a;
}

#details .switch_list .switch_item.active:after {
    background-color: #33363d;
    border-radius: 2px;
    bottom: -7px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 40px;
}

#details .content_list .content_item {
    display: none;
}

#details .content_list .content_item.active {
    display: flex;
    padding-top: 20px;
}
#tabel-boxs {
    overflow: auto;
}
.details-content-introduce>.right>.price-info {
    color: #333;
}

.details-content-introduce>.right>.price-info>.num-info {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.details-content-introduce>.right>.price-info>.priceList {
    position: relative;
}

.transport {
    flex: 1;
}

.price-list {
    display: flex;
    margin: 10px 0;
}

.price-list>div {
    padding-right: 10px;
    width: 50%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}

#tabel-boxs .title {
    font-size: 12px;
    margin-bottom: 30px;
}

#tabel-boxs table {
    width: 100%;
}

#tabel-boxs table th,
#tabel-boxs table tr {
    line-height: 1.8;
    
    /* display: flex; */
}
#tabel-boxs table td {
    padding: 8px;
}
#tabel-boxs .product-attributes table td {
    width: 50%;
    padding: 8px;
}


.content_item .card-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.content_item .card-box>.card-item {
    width: 20%;
}

.content_item .card-box>.card-item:hover {
    box-shadow: 0 0 15px -7px #ccc;
}

.content_item .card-box>.card-item>a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: all .3s;
}

.content_item>.related-list {
    flex: 1;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.content_item>.related-list>p {
    margin-bottom: 10px;
    padding-right: 20px;
    width: 25%;
}

.content_item>.related-list>p>a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 1;
}

.content_item .card-box>.card-item>a img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    display: block;
}

.content_item .card-box>.card-item>a>p:nth-child(2) {
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 1;
}

.content_item .card-box>.card-item>a>p:nth-child(3) {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 1;
}

#tabel-boxs table tbody tr:nth-child(2n - 1) {
    background-color: #f8f8f8;
}

.noLogin {
    color: #333 !important;
    background-color: #f0f0f0 !important;
}

.noLogin i {
    color: #fff !important;

}

.price-list>div:last-child>span {
    color: #ff6221;
}

.details-content-introduce>.right>.price-info>.priceList>.title {
    background-color: #f6f8fc;
    display: flex;
    height: 36px;
    line-height: 36px;
    width: 100%;
}

.details-content-introduce>.right>.price-info>.priceList>.title>div,
.details-content-introduce>.right>.price-info>.priceList>.list>div>div {
    flex: 1;
    height: 100%;
    text-align: center;
}

.details-content-introduce>.right>.price-info>.priceList>.list>div {
    display: flex;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.details-content-introduce>.right>.price-info>.priceList>.list>div:nth-child(2n) {
    background-color: #f8f8f8;

}

.recommend-models,
.Alternative-models {
    background-color:#fff;
    padding:20px 0px;
    overflow: hidden;
}
.recommend-models .content,
.Alternative-models .content {
    position: relative;
    
}
.recommend-models  .title, 
.Alternative-models  .title{
    font-size: 20px;
    margin-bottom: 20px;
        
}
.recommend-models .item ,
.Alternative-models .item {
    border-radius:8px;
    line-height:1.8;
    cursor:pointer;
    margin:8px;
}
.recommend-models .swiper-slide ,
.Alternative-models .swiper-slide  {
    margin: 0;
}
.recommend-models .swiper-slide .box,
.Alternative-models .swiper-slide .box {
    width: 100% !important;
    padding: unset !important;
    background-color: unset !important;
    margin: unset !important;
    overflow:unset !important;
}
 .recommend-models .item .item-box,
 .Alternative-models .item .item-box{
    border:1px solid #e8e8e8;
    border-radius:8px;
    padding:8px;
    z-index: 2;
    position: relative;
    background: #fff;
 }
.recommend-models .item .model1 ,
.Alternative-models .item .model1 {

    font-size:16px;
    line-height:1.8;
    word-wrap: break-word;
    /* white-space: pre-line; */
}
.recommend-models .item .model ,
.Alternative-models .item .model {
    color:#409EFF;
}
.recommend-models .item .price ,
.Alternative-models .item .price {
    color:#F56C6C;
}
.item-title {
    position: relative;
}
.item-title::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    top: 100%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color,#4066b8);
    
}
.item-title.active::after {
    
    top: calc(100% - 10px);
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ff6221;
    height: 20px;
    /* z-index: -1; */
    
}
.item-title.active::before {
    font-family: "iconfont" !important;
    content: "\e62d";
    font-size: 16px;
    font-style: normal;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 97%;
    line-height: 1;
    color: #fff;
    transform: translateX(-50%);
 }
.item-content {
    display: none;
    
}
.item-content.active {
    display: flex;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -26px;
} 
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -26px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 800;
}
@media (max-width:991px) {
    #details {
        padding: 10px;
    }

    .more-list .content>.item {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid #e8e8e8;
    }
    #details .details-content-introduce .list {
        margin-right: 0;
    }
    #details .details-content-introduce .list .flex>div.submit button {
        margin-left: 0;
    }

    .more-list .content>.item:nth-child(2n) {
        margin-right: 0;
    }

    /* #details .details-content > div {
        padding: 10px;
    } */
    .zoom-container {
        display: none;
    }

    .details-content-introduce {
        flex-wrap: wrap;
    }

    #details .details-content-introduce .left,
    #details .details-content-introduce>.right {
        width: 100%;
    }

    #details .details-content-introduce .image-box {
        width: 100%;
        margin-bottom: 20px
    }

    .right-action .info {
        display: none;
    }

    #details .details-content-introduce .list .flex {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #details .details-content-introduce .list .flex:last-child {
        border-top: 1px solid #d4d4d4;
        padding-top: 30px;
    }

    #details .details-content-introduce .list .flex>div.submit input {
        flex: 1;
    }
    #details .details-content-introduce .list .flex>div.submit {
        display: none;
    }
   

    #details .details-content-introduce .list .flex>div.submit>div>div {
        display: flex;
    }

    #details .details-content-introduce .list .flex>div.submit .btn,
    #details .details-content-introduce .list .flex>div.submit a {
        display: inline-flex;
        font-size: 12px;
        width: 100%;
        align-items: center;
        padding: 4px 12px;
        justify-content: center;

    }

    #details .details-content-introduce>.right {
        width: 100%;
        flex-direction: column;
    }
    .form-box .form-btn {
        width: 100%;
    }
    #details .details-content-introduce .form-box {
        width: 100%;
        margin: 20px 0;
    }
    #details .imageList.flex .image {
        width: auto;
        height: 45px;
        margin: 10px;
    }

    #details .imageList.flex .image img {
        height: 100%;
        width: auto;
    }

    #details .imageList.flex {
        justify-content: flex-start
    }

    #details .switch_list {
        justify-content: space-around;
    }

    #details .switch_list .switch_item {
        margin: 0;

    }

    .content_item .card-box>.card-item {
        width: 50%;
    }

    .content_item>.related-list>p {
        font-size: 12px;
        width: 100%;
    }
}

@media (max-width:600px) {
    .more-list .content>.item {
        width: 100%;
        margin-right: 0 !important;
        padding: 30px;

    }
     
}
.form-box >.title{
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.form-box >.description{
    padding-bottom: 18px;
    position: relative;

    color: #999;
}