.part1{
    padding: 50px 10%;
    display: flex;
    justify-content:center;
}

.part1-big{
    border: 1px solid rgba(192,192,192, 0.2);
    margin-bottom: 20px;
    /* opacity:0.2; */
   
}

.part1-img-select{
    border: 1px solid white;
}

.part1-img-select-hover{
    border: 1px solid rgba(192,192,192, 0.2);
}

.product-detail-line{
    height: 1px;
    background: rgba(192,192,192, 0.2);
    margin: 80px 0;
}

.part1-detail p:nth-child(1){
    font-size: 26px;
    font-weight: bold;
    color: #242933;
}
.part1-detail p:nth-child(2){
    font-size: 14px;
    font-weight: 500;
    color: #242933;
    margin-top: 10px;
}

.part1-img,.part1-detail{
    margin: 0 40px;
}

.detail {
    margin: 30px 0;
}
.detail span:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #242933;    

}

.detail span:nth-child(n+2){
    margin-left: 60px;
    font-size: 14px;
    font-weight: 500;
    color: #242933;

}

.go-timao{
    width: 150px;
    display: inline-block;
    margin-left: 60px;
    border: 1px solid #242933;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.tianmao{
    display: inline-block;
    text-align: center;
    font-weight: bold!important;
    color: #242933!important;
    font-size: 14px!important;
}

.caret-right{
    margin-left: 10px!important;
    
}

.product-color-in{
    display: inline-block;
    margin-left: 40px;
}

.product-color{
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

.product-color span{
    display: inline-block;
}
.big-circle-span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    /* background: #ECEDF1; */
    background-color: white;
    border-radius: 50%;;



    /* width: 26px;
    height: 26px; */
    /* border: 1px solid #DCDFE6; */
}
.is-selected{
    border: 1px solid #DCDFE6;
}
.circle-span{
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}

.circle-span-white{
    background: linear-gradient(45deg,#d6d6d8,#EFEFF1);
}

.circle-span-black{
    background: linear-gradient(45deg,#171717,#7a7a7a);
    /* #171717 */
    /* #666666 */
}
.circle-span-green{
    background: linear-gradient(45deg,#49E7E4,#AFFAF3);
}
.circle-span-r{
    background: linear-gradient(45deg,#A384DE,#EBDEFC);
}

.big-circle-span:nth-child(n+2){
    margin-left: 30px;
}


.detail-color span:nth-child(1){
    font-size: 18px;
    font-weight: bold;
    color: #242933;    

}


.product-color-in span{
    font-size: 14px;
    font-weight: 500;
    color: #242933;
    margin-left: 10px;

}


/* part2 */
.part2-pc{
    width: 100%;
}
.part2-pc img{
    display: block;
    width: 100%;
}



.sd{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: 12px;
}

.part2-mini{
    display: none;
}

/* mini */
@media only screen and (max-width:1200px) {

    .part2-pc{
        display: none;
    }

    .part1{
        flex-direction: column;
        padding: 50px 0px;
    }
    .part1-big img{
        /* width: 100%; */
        width: 100%;
        height: auto;
        display: block;
    }

    .part1-img{
        margin: 0 20px;
    }


    .part1-img div:nth-child(2){
        display: flex;
        justify-content: space-around;
        
    }

    .part1-img-select{
        width: 19%;
    }

    .part1-detail{
        margin: 70px 20px 0px 20px;
    }

    .product-detail-line{
        margin: 40px 0;
    }

    .detail-color{
        display: flex;
    }

    .product-color{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        /* margin-top: 20px; */
    }

    .detail-color > span{
        /* color: red!important; */
        width: 50px;
        
    }

    .product-color-in {
        margin-left: 40px;
    }

    .sd{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        margin-left: 12px;
        /* align-items: flex-start; */
        height: 40px;
        /* line-height: 40px; */
    }



    /* .part2-mini */
    .part2-mini{
        display: block;
    }
    .part2-mini img{
        display: block;
        width: 100%;
    }
}