



.productsShow .main .detailtxt {
    color: rgb(83, 83, 83);
}
* {
    margin: 0;
    padding: 0;
}
.productsShow .main {
    width: 100%;
}
.productsShow .main .title {
    font-size: 3.6rem;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 70%;
    /* text-align: center; */
}

.productsShow .main .title span {
    color: #666666;
}
/* n */
.productsShow .main .detailtxt {
    width: 60%;
    margin: 5rem auto;
    line-height: 4rem;
    font-size: 16px;
}

.productsShow .main .de-content {
    display: flex;
}

.productsShow .main .de-content .left {
    width: 32%;
}

.productsShow .main .de-content .left .item {
    margin-bottom:3.5rem;
    position: relative;
}
.productsShow .main .de-content .left .item:nth-child(3)::after{
    
}
.productsShow .main .de-content .left .item:nth-child(3):hover{
   cursor: crosshair;
}
.productsShow .main .de-content .left .item:nth-child(3):hover img{
    transform: scale(1.1);
    transition: all .3s linear;
}
.productsShow .main .de-content .left .item .tit {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.productsShow .main .de-content .left .item p {
    font-size: 1.6rem;
    color: rgb(83, 83, 83);
    line-height: 3.3rem;
}

.productsShow .main .de-content .left .item .imgbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productsShow .main .de-content .left .item .img1 {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

#ima {
    display: none;
}

.productsShow .main .de-content .left .image {
    width: 35rem;
}

.productsShow .main .de-content .left .item .img2 {
    width:5rem;
    height:5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.productsShow .main .de-content .left .item .color {
    width: 5rem;
    height: 5rem;
}

.productsShow .main .de-content .right {
    margin-left:1rem;
}

.productsShow .main .de-content .right .tit {
    font-size: 2.4rem;
    margin-bottom: 3rem;

}

.productsShow .main .de-content .right .table {
    width: 86rem;
    height: 85.5rem;
    overflow-y: scroll;
    /* overflow-x: scroll; */
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5rem;
    background-color: #F5F5F5;
}

.productsShow .main .de-content .right .table .p {
    /* display: inline-block; */

    font-size: 2rem;
    flex-shrink: 0;
    text-align: center;
    position: relative;
}

.productsShow .main .de-content .right .table .p .it1 {
    box-sizing: border-box;
    padding: 2rem 1rem;
    height: 9rem;
    background-color: #E0E0E0;
    position:sticky;
    top: 0;
    z-index: 9;
}

.productsShow .main .de-content .right .table .p .it1 p {
    color: #999999;
    margin-top: 1rem;
}

.productsShow .main .de-content .right .table .p .item {
    box-sizing: border-box;
    padding: 1rem 1rem;
    height:4rem;
    background-color: #F5F5F5;
    color: #6e6e6e;
    transition: all .2s linear;
}

.productsShow .main .de-content .right .table .p .item:hover {
    color: #000;
}

.productsShow .main .de-content .right .table .p img {
    display: inline-block;
    width: 30%;
    transition: all .2s linear;
    filter: brightness(1.3);
    margin-left: 0.5rem;
}

.productsShow .main .de-content .right .table .p8 img {
    width: 50%;
}

.productsShow .main .de-content .right .table .p img:hover {
    filter: brightness(0.7);
}

.productsShow .main .de-content .right .table .p7 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
}

.productsShow .main .xmyy {
    font-size: 4rem;
    display: flex;
    justify-content: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.productsShow .main .xmyy .xmbox {
    padding-bottom: 3rem;
    border-bottom: 2px solid #333333;
}

.mySwiper2 {
    width: 70% ;
}

.mySwiper2 a {
    width:33.33%;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mySwiper2 a img{

width: 70%;
}

.swiper-button-next1,
.swiper-rtl .swiper-button-prev1 {
    right: 10px !important;
    left: auto !important;
   
}

.swiper-button-next1,
.swiper-button-prev1 {
    color: #000 !important;
}
.productsShow .main .de-content .right .table .p .item .sc {
    /* border: 1px solid #000; */
    width: 4rem;
    height: 4rem;
    /* width: 50%; */
    background: url(../images/shoucA.png) no-repeat center;
    background-size: 50%;
}