#details {
    position: relative;
}

#details .details-content-introduce {
    position: relative;
    display: flex;
    justify-content: space-between;

}

#details .details-content > div {
    margin-bottom: 16px;
}

#details .details-content-introduce .left {
    display: flex;
    background: #fff;
    display: flex;
    padding: 25px;
    width: 938px;
}

#details .details-content-introduce .image-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 270px;
}

#details .details-content-introduce .image-box .image {
    align-items: center;
    border: 1px solid #fff;
    cursor: crosshair;
    display: flex;
    height: 260px;
    justify-content: center;
    position: relative;
    width: 260px;
    margin-bottom: 20px;
    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: unset;
    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: #4066b8;
}

#details .details-content-introduce .list {
    flex: 1;
    font-size: 14px;
    color: #333;
}

#details .details-content-introduce .list .row {
    margin-bottom: 20px;
    align-items: center;
}

#details .details-content-introduce .list .row:last-child {
    margin-bottom: 0;
    margin-top: 30px;
}

#details .details-content-introduce .list .row > div:first-child {
    width: 120px;
    color: #999;
    margin-right: 20px;
    text-align: right;
}

#details .details-content-introduce .list .row > div:last-child {
    flex: 1;
}

#details .details-content-introduce .list .row > div.submit {
    display: flex;
}

#details .details-content-introduce .list .row > div.submit input {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 36px;
    padding: 6px 10px;
    width: 192px;
}

#details .details-content-introduce .list .row > 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: #4066b8;
    color: #fff;
}

#details .details-content-introduce .list .row > div.submit button {
    background-color: #fff;
    border: 1px solid #4066b8;
    color: #4066b8;
    height: 36px;
    line-height: 14px;
    margin: 0 0 0 10px;
    font-size: 14px;
}

#details .details-content-introduce .list > .title {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

#details .details-content-introduce > .right {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 346px;
}

#details .details-content-introduce > .right .title-top .title {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

#details .details-content-introduce > .right .title-top .title i {
    color: #4066b8;
}

#details .details-content-introduce > .right .title-top p {
    font-size: 12px;
    line-height: 14px;
}

#details .details-content-introduce > .right > .content > div:last-child {
    margin-top: 18px;
}

#details .details-content-introduce > .right > .content > div:last-child .btn {
    border-radius: 4px;
    background-color: #ff6221;
    color: #fff;
    font-family: unset;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    transition: all .2s;
    line-height: 16px;
    width: 100%;
}

#details .imageList.row {
    justify-content: space-around;
    background-color: #fff;
    padding: 20px;
}

#details .imageList.row .image {
    width: 50px;
    height: 50px;
}

#details .information-box,
#details .info_iamge,
#details .inquiry-box {
    background-color: #fff;
    padding: 20px;
}

#details .details-content > div > .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

#details .details-content > div > .title > i {
    font-size: 20px;
    font-weight: 400;
    color: #4066b8;
    margin-right: 10px;
}

#details .switch_list {
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 5px;
}

#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: #4066b8;
    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;
}

.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: 40px;
    display: flex;
}

#tabel-boxs table td {
    width: 50%;
    padding: 0 5px;
    -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;
}

table.product-attributes thead td {
    font-weight: bold;
}

table.product-attributes td:first-child {
    width: 30% !important;
}

.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 12px;
    overflow: hidden;
}

.recommend-models .content,
.Alternative-models .content {
    position: relative;

}

.recommend-models .title,
.Alternative-models .title {
    padding: 0 8px;

}

.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 .item .box,
.Alternative-models .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;
}

.recommend-models .item .model,
.Alternative-models .item .model {
    color: #409EFF;
}

.recommend-models .item .price,
.Alternative-models .item .price {
    color: #F56C6C;
}

@media (max-width: 991px) {
    #details {
        padding: 0 10px;
    }

    #details .details-content-introduce .left,
    #details .details-content-introduce {
        flex-direction: column;
        margin-bottom: 10px;
        /* padding: 10px; */
    }

    /* #details .details-content > div {
        padding: 10px;
    } */
    #details .imageList.row,
    #details .details-content-introduce .left,
    #details .details-content-introduce > .right,
    #details .information-box, #details .info_iamge, #details .inquiry-box {
        padding: 10px;
    }

    #details .details-content-introduce .image-box {
        width: 100%;
        margin-bottom: 20px
    }

    #details .details-content-introduce .list .row {
        font-size: 12px;
        margin-bottom: 10px;
    }

    #details .details-content-introduce .list .row:last-child {
        border-top: 1px solid #d4d4d4;
        padding-top: 30px;
    }

    #details .details-content-introduce .list .row > div.submit input {
        flex: 1;
    }

    #details .details-content-introduce .list .row:last-child > div:first-child {
        display: none;
    }

    #details .details-content-introduce .list .row > div.submit > div > div {
        display: flex;
    }

    #details .details-content-introduce .list .row > div.submit .btn,
    #details .details-content-introduce .list .row > div.submit a {
        display: inline-flex;
        font-size: 12px;
        width: 90px;
        align-items: center;
        padding: 4px 12px;
        justify-content: center;

    }

    #details .details-content-introduce > .right {
        width: 100%;
    }

    #details .imageList.row .image {
        width: auto;
        height: 45px;
        margin: 10px;
    }

    #details .imageList.row .image img {
        height: 100%;
        width: auto;
    }

    #details .imageList.row {
        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%;
    }
}

.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: #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: -30px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px;
}

.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;
}
