#details .nav {
    background-color: #fff;
    box-shadow: -2px 2px 9px #0000001a;
}

.details-header>.left {
    width: 420px;
    margin-right: 45px;
}

.details-header>.left>.mySwiper2 {
    margin-bottom: 20px;
}

.details-header>.left>.mySwiper2,
.details-header>.left>.mySwiper2 .swiper-wrapper {
    width: 100%;
}
.content-box {
    margin: 30px auto;
    overflow: auto;
}
.content-box table {
    width: 100%;
    border: 1px solid #e8e8e8;
    
}
.content-box th,
.content-box td {
    border: 1px solid #dee2e6 !important;
    padding: 0.3rem;
    text-align: center !important;
    vertical-align: middle !important;
}

.content-box p {
    margin: 0;
    padding: 0;

}
.verification_box img{
    height: 34px;
    display: block;
    margin-left: 20px;
}
.formBox .form-item .verification {
    width: 200px;
}

.details-header>.left>.mySwiper2 .swiper-slide {
    width: 100%;
    padding: calc(100% / 7 * 2.5) 0;
    position: relative;
    overflow: hidden;
}

.details-header>.left>.mySwiper2 .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mySwiper,
.mySwiper>.swiper-wrapper {
    width: 100%;
}

.mySwiper>.swiper-wrapper .swiper-slide {
    width: calc((100% - 30px) / 4);
    border: solid 1px #ffebeb;
}

.mySwiper>.swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: solid 1px #93bdff;
}

.mySwiper>.swiper-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;

}

.details-header>.right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 270px;
    justify-content: space-between;
}

.details-header>.right .title {
    font-size: 16px;
    color: #204c96;
    font-weight: 600;
    margin: 20px 0 10px;
}

.details-header>.right .content-list {
    border: 1px solid #e8e8e8;
    font-size: 12px;
    line-height: 2.2;
}

.details-header>.right .content-list ._row>div {
    padding: 0 0px 0 10px;
    border-bottom: 1px solid #e8e8e8;
}

.details-header>.right .content-list ._row:last-child>div {
    border-bottom: 0;
}

.details-header>.right .content-list .left {
    width: 126px;
    border-right: 1px solid #e8e8e8;
}

.details-header>.right .content-list .right {
    flex: 1;
}

.btn-list {
    display: flex;
}

.btn-list .rfq {
    background-color: #613f93;
    color: #fff;
    margin-right: 40px;
}
.btn-list .add {
    background-color: #613f93;
    color: #fff;
    margin-right: 40px;
}
.btn-list .pdf {
    background: linear-gradient(to bottom, #02b6ff 0%, #0017cc 100%);
    color: #fff;
    border-radius: 50px;
    border: none;
    padding-right: 20px;
}

.btn-list .pdf .left {
    margin: 0 10px;
    font-size: 20px;
}

.btn-list .pdf .right {
    line-height: 1.2;
    font-size: 12px;
}

.products .title {
    margin: 20px 0;
    font-size: 19px;
    font-weight: 500;
    color: #444444;
}

.products .item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.products .item:last-child {
    margin-right: 0;

}

.products .item .a {
    display: block;
}

.products .item .image-box {
    width: 100%;
    padding: calc(100% / 7 * 2.5);
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.products .item .image-box img {
    position: absolute;
    top: 0;
    left: 0;
}

.model {
    color: #a8b6c8;
    font-size: 19px;
    font-weight: 500;
}

.marker {}

.model,
.marker {
    padding: 4px 20px;
}

.fixedBox {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;

}

.fixedBox.active {
    display: block;
}

.fixedBox>.box {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 760px;
    border-radius: 6px;
    max-height: 80%;
    overflow: auto;
    box-shadow: -2px 2px 9px #0000001a;
}

.fixedBox>.box>.title>i {
    cursor: pointer;
}

.fixedBox>.box>.title {
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.fixedBox>.box>.content {
    padding: 10px;
}

.checkbox_box,
#details .form-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0;
}
.formBox .label {
    width: 120px;
    margin-right: 10px;
    text-align: right;
}

.formBox .i-input {
    width: 486px;
    display: block;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 4px 6px;
    outline-style: none;

}

.checkbox_box .check_box {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

#submit-Form {
    background-color: #0017cc;
    color: #fff;
}

.checkbox_box .check_box .box {
    display: inline-block;
    padding: 6.5px;
    border: 1px solid #999;
    margin-right: 10px;
    position: relative;
}
.checkbox_box .check_box.active .box::after {
    content: '';
    background-color: #0017cc;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
}
.form-item.items {
    align-items: normal;
}

.formBox textarea {
    min-height: 120px;
}

.formBox .i-input:focus-within {
    border: 1px solid #57a3f3;
}

@media (max-width: 770px) {
    .products .item {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
        border: 1px solid #e8e8e8;
        margin-bottom: 20px;
    }
    .verification_box img {
        height: 34px;
        display: block;
        margin-left: 0px;
        margin-top: 20px;
    }
    .products .item:nth-child(2n) {
        margin-right: 0;
    }

    .details-header>.left {
        margin-right: auto;
        margin-left: auto;
    }
    .formBox .i-input {
        max-width: calc(100% - 120px);
    }
    .form-item>._row {
        max-width: calc(100% - 120px);
    }
}