﻿.associated-list{
    margin-top:80px;
}
.associated-list ul{
    padding-top:20px;
    overflow:hidden;
}
.associated-list li a{
    display:block;
    text-align:center;
}
.associated-list li img{
    display:inline-block;
    max-width:100%;
/*    height:176px;*/
    min-height:100px;
}
.associated-list li p{
    margin-top:5px;
    text-align:left;
}
.detail .btn-tabs{
    max-width:100%;
}
.detail .btn-tabs .btn {
    width: 145px;
    padding: 0;
    height: 45px;
    /* line-height: 43px; */
    display: flex;
    font-size: 14px;
    align-items: center;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}
.detail .table-rate{
    margin-top:-10px;
    margin-bottom:0;
}
.detail .table-rate td {
    color: #9FA0A0;
}
.detail .table-rate td:first-child{
    padding-left:0;
}
.detail .table-rate > :not(caption) > * > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size:16px;
}
.detail .table-rate p {
    font-size: 14px;
    color:#9FA0A0;
}
.detail .accordion-item {
    border: none;
}
.detail .accordion-button {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #000;
    font-weight:bolder;
}
.detail .accordion-body{
    padding:10px 0;
}
.detail .accordion-button:not(.collapsed) {
    color: #222;
    background-color: #fff;
}
.detail .table-rate td {
    border-bottom: solid 1px #9FA0A0;
}
.detail .table-rate  tr:last-child td{
    border-bottom:none;
}
.detail .accordion-button:focus {
    box-shadow: none;
}
.detail .accordion-button::after {
    background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"> <path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" /></svg>');
}
.detail-l {
    position: relative;
    z-index: 1;
/*    margin-top: -70px;*/
    padding-right: 35px;
    width: 665px;
    max-width:100%;
/*    border-right:solid 1px #ccc;*/
}
.detail-l .swiper img{
    width:100%;
}
.detail-l .swiper-b .swiper-wrapper{
    min-height:420px;
}
.detail-l .swiper-b .swiper-slide {
    opacity: 0 !important;
}
.detail-l .swiper-b .swiper-slide.swiper-slide-active{
    opacity:1!important;
}
.detail-l .swiper-b .rotate-imgs img{
    top:100px!important;
}
.detail-l .swiper-s{
    margin-top:10px;
}
.detail-l .swiper-s .swiper-slide {
    width: 70px !important;
    box-sizing: border-box;
    border: solid 1px #fff;
    text-align: center;
}
.detail-l .swiper-s .swiper-slide img{
    width:70px;
    max-width: 100%;
}
.detail-l .swiper-s .swiper-slide-thumb-active {
    border-color: #9ECC5E;
}
    .detail-l .swiper-s .swiper-button {
        width: 22px;
        height: 22px;
        background: rgba(0,0,0,.5);
        border-radius: 50%;
        display: none;
    }
    .detail-l .swiper-s:hover .swiper-button{
        display:flex;
    }
    .detail-l .swiper-s {
        --swiper-navigation-size: 22px;
    }
            .detail-l .swiper-s .swiper-button::after {
                transform:scale(.5);
                color:#fff;
            }
            .detail-l .swiper-s .swiper-button-prev{
                left:0;
            }
            .detail-l .swiper-s .swiper-button-next {
                right: 0;
            }
    .detail-l .swiper-button-next.swiper-button-disabled, .detail-l .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }
.magnifier {
    position: absolute;
    z-index: 3;
    right: 55px;
    top: 20px;
    cursor: pointer;
    color: #909090;
    font-size: 24px;
}
.swiper .icon-a3d {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 38px;
    height: 38px;
    line-height: 36px;
    background: rgba(225, 225, 225, 1);
    border-radius: 50%;
    font-size: 26px;
    opacity:.7;
}
.magnifier:hover {
    color: #323232;
}
.detail-r .btn_buy {
    margin-top:90px;
    display: inline-block;
    width: 280px;
    max-width: 100%;
    height: 50px;
    line-height: 48px;
    background: #222222;
    border-radius: 25px;
    font-size: 16px;
    color: #FFFFFF;
}
.detail-r{
    position:sticky;
    top:20px;
    float:right;
    width:100%;
    padding-left:35px;
/*    width:450px;*/
    max-width:calc(100% - 680px);
    text-align:center;
    box-sizing:border-box;
}
@media(max-width:768px){
    .detail-l {
        padding-right: 0;
        margin-top: 20px;
    }
    .detail-r {
        position: relative;
        top: 0;
        float: none;
        padding-left: 0;
        max-width: 100%;
    }
    .location .container03 {
        max-width: 100% !important;
    }
    .location{
        font-size: 12px;
        line-height: 1;
        padding: 10px 0;
        height: initial;
    }
    .detail-r .btn_buy {
        margin-top: 20px;
    }
    .associated-list .col-3{
        width:50%;
    }
}
.color-line>div span{
    display:inline-block;
    width:60px;
    height:60px;
    border-radius:50%;
    margin-top:10px;
}
.meterial-line > div img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    font-size:12px;
    cursor:pointer;
}
.detail-r .btn11,.detail-r .btn12 {
    height: 40px;
}
.detail-r .numbox {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-color: #CBCBCB;
    border-radius:4px;
}
.detail-r .numbox .btn,.detail-r .numbox .form-control{
    height: 38px;
    line-height: 38px;
}
.detail-r .numbox .btn{
    width:40px;
    font-size:16px;
}
.detail-r .icon-custom {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    margin-right: 10px;
    border: solid 1px #9ECC5E;
    color: #9ECC5E;
    font-size: 24px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.rotate-info{
    position:absolute;
    bottom:50px;
    width:100%;
    color:#575757;
    text-align:center;
    font-size:16px;
}
.rotate-imgs {
    height: 420px !important;
}
.rotate-imgs #turntable+div{
    cursor:pointer;
}
.detail-l .rotate-imgs #turntable + div {
    top: 100px !important;
}
.feature > li {
    position: relative;
    margin-top: 10px;
    color: #575757;
    padding-left: 10px;
    font-size:16px;
}
.feature>li::before{
    content:'';
    position:absolute;
    left:0;
    top:8px;
    display:block;
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#575757;
}
.spec ul{
    margin-bottom:20px;
}
.spec li {
    display: flex;
    margin-top: 10px;
   letter-spacing:0.5px;
}
.spec div>p{
    font-size:20px;
}
/*.spec li span{
    display:block;
    width:160px;
}
.spec li p{
    width:calc(100% - 160px);
}*/
.imgs-transform .page .iconfont[disabled] {
    color: #B7B7B7;
    pointer-events: none;
}
.imgs-transform-list .col-6:nth-child(n+3) {
    display: none;
}

@media(min-width:1560px) {
    /*    .detail-l {
        width: 880px;
    }
    .detail-l .swiper-b .swiper-wrapper{
        height:880px;
    }
    .detail-r {
        width: 590px;
    }*/

    .imgs-transform .col-auto img {
        width: 810px;
    }

    .imgs-transform .h185 {
        height: 255px !important;
        line-height: 35px;
        font-size: 18px;
    }

    .associated-list li img {
/*        height: 236px;*/
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .offset-xxxl-1 {
        margin-left: 8.33333333%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .justify-content-xxxl-evenly {
        justify-content: space-evenly !important;
    }

    .rotate-info {
        bottom: 120px;
    }
/*    .swiper-b{
        height:880px;
    }
    .swiper-s {
        margin-top: -72px;
    }*/
}
.modal-swiper .modal-dialog {
    max-width: initial;
    width: calc(1200px + 2rem + 2px);
}
.modal-swiper .swiper-slide {
    height: calc(100vh - 5.6rem);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.modal-swiper .swiper-slide img{
    width:100%;
    height:auto;
}
.modal-swiper [role=button] {
    color: #9ECC5E;
}
.modal #viewwindow{
    height:100%;
}
.modal-swiper #turntable {
    width: 1200px !important;
    height: 100% !important;
}
.modal-swiper #turntable img {
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.modal-swiper #turntable+div {
    width: 1200px !important;
    height: 100% !important;
}

/*定制页面*/
.customize .detail-l {
    width: 660px;
}
.customize .step-tabs a {
    width: 160px;
    padding-bottom: 10px;
    text-align: center;
    color: #B5B5B5;
    font-size: 18px;
    border-bottom: solid 3px #E7E7E7;
}
.step-tabs a span{
    display:inline-block;
    width: 22px;
    height: 22px;
    font-size:14px;
    line-height: 22px;
    color:#fff;
    background: #B5B5B5;
    border-radius: 50%;
    margin-right:10px;
    vertical-align:text-bottom;
}
.customize .step-tabs .active {
    color: #567777;
    border-color: #567777;
}
.customize .detail-l .swiper-b .swiper-wrapper {
    min-height: 640px;
    height: 640px;
}
/*.step-tabs a:not(.active):hover span {
    background-color: #333;
}*/
.step-tabs .active span {
    background-color: #567777;
}
.customize .swiper-s .swiper-wrapper {
    justify-content: center;
}
.check-set{
    margin-top:40px;
}
.check-set > div {
    position:relative;
    padding: 15px 0;
    border: solid 1px #C7C7C7;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    cursor:pointer;
}
.check-set img{
    width:90px;
    height:90px;
    margin-right:15px;
}
.check-set .col span {
    font-size: 18px;
    color: #575757;
}
.check-set .row> div:nth-child(n+4){
    margin-top:30px;
}
@media(min-width:1560px){
    .check-set .row .col-4{
        width:25%;
    }
    .check-set .row > div:nth-child(n+4) {
        margin-top: 0;
    }
    .check-set .row > div:nth-child(n+5) {
        margin-top: 30px;
    }
}
.check-set .checked {
    border-color: #9ECC5E;
}
.check-set .iconfont{
    z-index:2;
    position: absolute;
    top: -4px;
    right: 0;
    width:20px;
    height:20px;
    color:#fff;
    font-size:18px;
    display:none;
}
.check-set .checked::after {
    z-index:1;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px;
    border-color: #9ECC5E #9ECC5E transparent transparent;
    border-radius: 0 8px 0 0;
}
.check-set .checked .iconfont{
    display:block;
}
.customize .btn-outline-success {
    width: 220px;
    height: 45px;
    line-height: 30px;
    font-weight: bold;
}
.customize .btn .iconfont{
    font-size:20px;
}

.cushion-color div {
    width: 83px;
    margin:5px 49px 5px 0;
    cursor:pointer;
}
.cushion-color div:nth-child(4n){
    margin-right:0;
}
.cushion-color span {
    position:relative;
    display:block;
    width:100%;
    height: 83px;
    padding: 2px;
    border: solid 2px #fff;
    border-radius:4px;
}
.cushion-color .iconfont {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    transform: translate(-50%,-50%);
}
.cushion-color img {
    width: 100%;
    height: 100%;
}
.cushion-color .checked span {
    border-color: #9ECC5E;
}
.cushion-color .checked .iconfont {
    display: block;
}
.cushion-color p{
    padding:0 4px;
    color:#909090;
    text-align:center;
    line-height:18px;
    margin-top:5px;
}

.finish-color div {
    width: 58px;
    cursor: pointer;
    margin: 5px 47px 5px 0;
}
.finish-color div:nth-child(5n) {
    margin-right: 0;
}
.finish-color span {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    padding: 2px;
    border: solid 2px #fff;
    border-radius:50%;
}
.finish-color .iconfont {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    transform: translate(-50%,-50%);
}
.finish-color .color {
    display:block;
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.finish-color .checked span {
    border-color: #9ECC5E;
}
.finish-color .checked .iconfont {
    display: block;
}
.finish-color p {
    padding: 0 4px;
    color: #909090;
    text-align: center;
    line-height: 18px;
    margin-top:3px;
}
.cushion-color .disabled, .finish-color .disabled{
    cursor: not-allowed;
}
.cushion-color .disabled span, .finish-color .disabled span, .check-table .disabled {
    border: dashed 1px #B7B7B7;
    padding: 0;
}
.cushion-color .disabled p,.finish-color .disabled p {
    color: #dfdfdf;
}
.cushion-color .disabled img,.finish-color .disabled img {
    opacity:.3;
}
.check-table .disabled {
    cursor: not-allowed;
    border: dashed 1px #B7B7B7;
    opacity: .5;
}
.complete .cushion-color div, .complete .finish-color div{
    cursor:initial;
}

.check-table > div {
    position: relative;
    width: 180px;
    height: 180px;
    border: solid 2px #fff;
    border-radius: 8px;
    cursor: pointer;
    margin: 10px 120px 10px 0;
}
.check-table>div:nth-child(2n){
    margin-right:0;
}
@media(min-width:1560px){
    .check-table > div {
        margin-right:44px;
    }
    .check-table>div:nth-child(2n){
        margin-right:44px; 
    }
    .check-table>div:nth-child(3n){
        margin-right:0; 
    }
}
.check-table .checked{
    border-color:#9ECC5E;
}
.check-table img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.check-table .checked::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px;
    border-color: #9ECC5E #9ECC5E transparent transparent;
    border-radius: 0 6px 0 0;
}
.check-table .iconfont {
    z-index: 2;
    position: absolute;
    top: -4px;
    right: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 18px;
    display: none;
}
.check-table .checked .iconfont{
    display:block;
}
.customize .btn-add {
    background-color: #9ECC5E;
    border-color: #9ECC5E;
    color: #fff;
}
@media(min-width:1560px) {
    .customize .detail-l {
        width: 840px;
    }
    .customize .swiper-b{
        height:840px;
    }
    .customize .detail-l .swiper-b .swiper-wrapper {
        height: 840px;
        min-height: 840px;
    }
        .customize > .col {
            padding-right: 92px;
        }
    .customize .btn-outline-success{
        width:280px;
    }
    .cushion-color div {
        margin-right: 43px;
    }
    .cushion-color div:nth-child(4n) {
        margin-right: 43px;
    }
    .cushion-color div:nth-child(7n) {
        margin-right: 0;
    }
    .finish-color div {
        margin-right: 39px;
    }
    .finish-color div:nth-child(5n) {
        margin-right: 38px;
    }
    .finish-color div:nth-child(9n) {
        margin-right: 0;
    }
}
