main .banner{
    height: 100px;
}

.detailTop .content{
    display: flex;
    justify-content: space-between;
}
.detailTop .content .left{
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.detailTop .content .left .swiper-small{
    width: 100%;
    height: 360px;
    overflow: hidden;
    padding: 0;
}
.detailTop .content .left .small{
    position: relative;
    margin-right: 100px;
    max-width: 120px;
    width: 100%;
    padding: 30px 0;
}
.detailTop .content .left .small .button_swiper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.detailTop .content .left .swiper-small .swiper-slide img{
    height: auto;
}
.detailTop .content .left .big{
    max-width: 500px;
    width: 100%;
}
.swiper-button-next-small, .swiper-button-prev-small{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 0;
    top: 0;
    left: 0;

}
.detailTop .content .left .small .swiper-button-next-small:hover, .detailTop .content .left .small .swiper-button-prev-small:hover{
    background-color: #2481BB;
}
.detailTop .content .left .small .swiper-button-next-small:hover svg path, .detailTop .content .left .small .swiper-button-prev-small:hover svg path{
    fill: #fff;
}
.swiper-button-next-small::after, .swiper-button-prev-small::after{
    display: none;
}

.detailTop .content .right{
    max-width: 650px;
    width: 100%;
    padding-right: 30px;
}
.detailTop .content .right h1{
    color: #404040;
}
.detailTop .content .right span{
    display: block;
    font-family: 'bp-Medium';
    margin-bottom: 10px;
}
.detailTop .content .right>p{
    color: #666;
    margin-bottom: 20px;
}
.detailTop .content .right h3{
    font-family: 'bp-Medium';
}
.detailTop .content .right ul li{
    margin: 7px 0;
    position: relative;
    padding-left: 20px;
    color: #666;
}
.detailTop .content .right ul li::after{
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2481BB;
    content: '';
}
.detailTop .content .right .btm{
    margin-top: 50px;
    display: flex;
}
.detailTop .content .right .btm>p{
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-items: center;
}
.detailTop .content .right .btm>p img{
    margin-right: 10px;
    width: 24px;
}
.detailTop .content .right .btm>p a{
    color: #2481BB;
    text-decoration: underline;
    margin: 0 5px;
}

main .fourBox{
    margin-top: 100px;
    margin-bottom: 80px;
}
main .fourBox .content{
    background: rgba(212, 235, 241,0.2);
    border-radius: 20PX;
    height: 180px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
main .fourBox .content .box{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .fourBox .content .box .img{
    border: 2px dotted #2481BB;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .fourBox .content .box h3{
    font-size: 20px;
    font-family: 'bp-Medium';
    margin-left: 20px;
    color: #404040;
}

main .detailBtm{
    margin-bottom: 100px;
}
main .detailBtm .content .tab{
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    margin-bottom: 50px;
}
main .detailBtm .content .tab .box{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 20px;
}
main .detailBtm .content .tab .box:last-child{
    border-right: none;
}
main .detailBtm .content .tab .box img{
    margin-bottom: 10px;
}
main .detailBtm .content .tab .box h4{
    font-size: 20px;
    font-family: 'bp-Medium';
    color: #404040;
    position: relative;
}
main .detailBtm .content .tab .box.active h4{
    color: #2481BB;
}
main .detailBtm .content .tab .box.active h4::after{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2481BB;
    content: '';
    left: 0;
    bottom: -10px;
}

main .detailBtm .content .tabPhone{
    position: relative;
    margin-bottom: 30px;
}
main .detailBtm .content .tabPhone input{
    padding-left: 20px;
}

main .detailBtm .content .tabPhone svg{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
main .detailBtm .content .tabPhone ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px; 
    z-index: 8;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0,0.2);
    display: none;
}
main .detailBtm .content .tabPhone ul li{
    margin: 10px 0;
}

main .detailBtm .content .btmText{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 80px 30px;
    padding-bottom: 0;
}
main .detailBtm .content .btmText .text{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 4px double #e5e5e5;
    display: none;
}
main .detailBtm .content .btmText .text.active{
    display: block;
}
main .detailBtm .content .btmText .text h2{
    font-size: 28px;
    font-family: 'bp-Medium';
    margin: 15px 0;
}
main .detailBtm .content .btmText .text h3{
    font-size: 26px;
    font-family: 'bp-Medium';
    margin: 15px 0;
}
main .detailBtm .content .btmText .text h4{
    font-size: 24px;
    font-family: 'bp-Medium';
    margin: 15px 0;
}
main .detailBtm .content .btmText .text h5{
    font-size: 22px;
    font-family: 'bp-Medium';
    margin: 15px 0;
}
main .detailBtm .content .btmText .text p{
    margin: 15px 0;
}
main .detailBtm .content .btmText .text img{
    width: auto;   
}
main .detailBtm .content .btmText .text.table{
    width: 100%;
    overflow: auto;
}
main .detailBtm .content .btmText .text.table table td{
    border: 1px solid rgba(212, 235, 241,0.3);
    padding: 10px 40px;
    color: #666;
}
main .detailBtm .content .btmText .text.table table td:first-child{
    width: 30%;
    background-color: rgba(212, 235, 241,0.3);
    color: #15537A;
}
main .detailBtm .content .btmText .text.table table td:last-child{
    width: 70%;
    color: #666;
}

main .detailBtm .content .btmText>a{
    display: flex;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
}
main .detailBtm .content .btmText>a p{
    margin-left: 10px;
    color: #2481BB;
}

.related{
    padding: 100px 0;
    background-color: #f8f8f8;
}
.related .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.related .content h2{
    margin-bottom: 40px;
}
.related .content .row{
    margin-left: -20px;
    margin-right: -20px;
    width: 100%;
}
.related .content .row .col-xl-3{
    padding-left: 20px;
    padding-right: 20px;
}
.related .content .cart{
    width: 100%;
    margin-bottom: 30px;
}
.related .content .cart .img{
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
}
.related .content .cart img{
    width: 100%;
    transition: all 0.5s;
}
.related .content .cart:hover img{
    transform: scale(1.1);
}
.related .content .cart h4{
    font-size: 20px;
    font-family: 'bp-Medium';
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.related .content .cart:hover h4{
    color: #2481BB;
}



@media (max-width:1500px) {
    .detailTop .content .left{
        max-width: 50%;
        width: 100%;
        padding-left: 0;
    }
    .detailTop .content .left .big{
        max-width: 80%;
    }
    .detailTop .content .left .small{
        max-width: 18%;
        margin-right: 10px;
    }
    .detailTop .content .right{
        max-width: 50%;
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width:1279px) {
    .detailTop .content .right .btm{
        flex-direction: column;
    }
    .detailTop .content .right .btm>p{
        margin-left: 0;
        margin-top: 20px;
    }
    main .banner{
        display: none;
    }
    .related .content .row{
        width: auto;
    }
}

@media (max-width:1023px) {
    .detailTop .content{
        flex-direction: column;
    }
    .detailTop .content .left{
        max-width: 100%;
    }
    .detailTop .content .right{
        max-width: 100%;
    }
    main .fourBox .content{
        flex-wrap: wrap;
    }
    main .fourBox .content .box{
        width: 50%;
        flex: auto;
        justify-content: flex-start;
    }
}
@media (max-width:767px) {
    .detailTop .content .left{
        flex-direction: column-reverse;
    }
    .detailTop .content .left .small{
        max-width: 100%;
        padding: 0 30px;
    }
    .detailTop .content .left .swiper-small{
        height: auto;
    }
    .detailTop .content .left .small .button_swiper{
        flex-direction: row;
    }
    .swiper-button-next-small svg, .swiper-button-prev-small svg{
        transform: rotate(-90deg);
    }
    .swiper-button-next-small, .swiper-button-prev-small{
        width: 30px;
        height: 100%;
    }
    .detailTop .content .right .btm{
        margin-top: 30px;
        align-items: flex-start;
    }
    main .fourBox{
        margin: 30px 15px;
    }
    main .fourBox .content{
        height: auto;
        padding: 30px 15px;
    }
    main .fourBox .content .box .img{
        width: 36px;
        height: 36px;
    }
    main .fourBox .content .box{
        width: 100%;
        margin: 10px 0;
        padding-left: 30px;
    }
    main .fourBox .content .box h3{
        font-size: 16px;
    }
    main .detailBtm .content .tab{
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 30px;
    }
    main .detailBtm .content .btmText .text.table table td{
        padding: 5px 15px;
    }
    main .detailBtm .content .btmText{
        padding: 30px 15px;
    }
    main .detailBtm .content .btmText>a{
        margin: 20px 0;
    }
    main .detailBtm{
        margin-bottom: 30px;
    }
    .related{
        padding: 30px 0;
    }
    .related .content h2{
        margin-bottom: 20px;
    }
    main .detailBtm .content .tab .box{
        border-right: none;
    }
    .related .content .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .related .content .cart .img{
        margin-bottom: 10px;
    }
    .related .content .cart h4{
        font-size: 16px;
    }
    .related .content .row .col-xl-3{
        padding-left: 15px;
        padding-right: 15px;
    }
    
}











