.page .wrap {
    margin: 194px auto 163px;
    padding: 0 167px 0 79px;
}

.page .wrap .bread_line {
    display: flex;
    align-items: center;
    margin: 0 0 76px 0;
}

.page .wrap .bread_line a.iconfont {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    margin: 0 19px 0 0;
    position: relative;
    top: -2px;
}

.page .wrap .bread_line a:not(.iconfont) {
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
}

.page .wrap .bread_line .next {
    display: flex;
    align-items: center;
    margin: 0 14px;
}

.page .wrap .bread_line .next .iconfont:last-child {
    margin-left: -10px;
}

.page .wrap .bread_line a.on {
    color: rgba(80, 125, 107, 1);
    font-weight: bold;
}

.page .wrap .content {
    display: flex;
    justify-content: space-between;
}

.page .wrap .content .the_left {
    width: 48%;
}

.page .wrap .content .the_left .gray {
    height: 763px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .wrap .content .two_swiper {
    width: 100%;
    height: 100%;
}

.page .wrap .content .two_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .wrap .content .two_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.page .wrap .content .two_swiper .swiper-slide-active img {
    display: block;
}

.page .wrap .content .shrinkage {
    margin: 38px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.page .wrap .content .shrinkage .item {
    width: 95px;
    height: 95px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
    cursor: pointer;
}

.page .wrap .content .shrinkage .item.on {
    border: 1px solid #507D6B;
}

.page .wrap .content .shrinkage .item:not(:last-child) {
    margin: 0 2px 0 0;
}

.page .wrap .content .shrinkage .item div {
    width: 89px;
    height: 89px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .wrap .content .shrinkage .item img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.page .wrap .content .the_right {
    width: 50%;
    padding: 0 167px 0 67px;
}

.page .wrap .content .the_right .title span {
    font-size: 42px;
    font-family: Roboto b;
    font-weight: 500;
    color: #0D0D0D;
    display: block;
    margin: 0 0 54px 0;
}

.page .wrap .content .the_right .title .line {
    height: 1px;
    background: #E8E7E4;
    margin: 0 0 49px 0;
}

.page .wrap .content .the_right .title .line div {
    width: 80px;
    height: 2px;
    background: #507D6B;
    position: relative;
    top: -1px;
}

.page .wrap .content .the_right .title p {
    width: 682px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: #0D0D0D;
    line-height: 30px;
}

.page .wrap .content .the_right .specifications {
    margin: 59px 0 0 0;
    width: 100%;
    position: relative;
    z-index: 2;
}

.page .wrap .content .the_right .specifications span {
    font-size: 22px;
    font-family: Roboto;
    font-weight: 500;
    color: #0D0D0D;
    margin: 0 0 30px 0;
    display: block;
}

.page .wrap .content .the_right .specifications .flex .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 25px 0;
    position: relative;
}
.page .wrap .content .the_right .specifications .flex .list .hide{
    position: absolute;
    top: 45px;
    width: 100%;
    max-height: 245px;
    overflow: hidden;
    left: 0;
    background: #fbfbfb;
    border: 1px solid #F3F0EB;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
    z-index: 5;
}
.the_right .specifications .flex .list .clone.on .hide{
    display: block!important;
}
.the_right .specifications .flex .list .clone_flex{
    display: flex;
    align-items: center;
}
.the_right .specifications .flex .list .clone_flex .img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 8px 0 0;
    overflow: hidden;
}
.the_right .specifications .flex .list .clone_flex .img img{
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    vertical-align: top;
}
.page .wrap .content .the_right .specifications .flex .list .hide .scrollbar-track-y{
    display: none!important;
}
.page .wrap .content .the_right .specifications .flex .list .hide .pitch{
    padding: 0 0 0 20px;
    line-height: 40px;
    color: rgba(0,0,0,0.3);
    font-family: Roboto b;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.page .wrap .content .the_right .specifications .flex .list .hide .pitch .img{
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.page .wrap .content .the_right .specifications .flex .list .hide .pitch .img img{
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.page .wrap .content .the_right .specifications .flex .list p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(112, 111, 111, 1);
}
.page .wrap .content .the_right .specifications .flex .list > div:nth-child(2){
    text-align: left;
    max-width: 62%;
    display: flex;
    justify-content: flex-end;
}
.page .wrap .content .the_right .specifications .flex .list > div:nth-child(2) p{
    /* 换行*/
    word-break: break-all;
}

.page .wrap .content .the_right .specifications .flex .list p:not(:first-child) {
    color: #0D0D0D;
    font-family: Roboto b;
}

.the_right .specifications .flex .list .clone {
    display: flex;
    align-items: center;
    padding: 0 25px 0 20px;
    height: 50px;
    background: #FBFBFB;
    border: 1px solid #F3F0EB;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}

.page .wrap .content .the_right .specifications .flex .list .clone p {
    font-family: Roboto b;
    color: #0D0D0D;
    margin: 0 27px 0 0;
}

.specifications .flex .list .clone .iconfont {
    transform: rotate(90deg);
}

.information {
    margin: 61px 0 0 0;
}

.information span {
    font-size: 18px;
    font-family: Roboto b;
    font-weight: 500;
    color: #414141;
    display: block;
    margin: 0 0 41px 0;
}

.information p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    color: #0D0D0D;
    line-height: 34px;
}

@media screen and (max-width: 1656px) {
    .page .wrap{
        padding: 0;
        max-width: 90%;
    }
    .page .wrap .content .the_right {
        padding: 0 0 0 37px;
    }
    .page .wrap .content .the_right .title p{
        max-width: 100%;
    }
}
@media screen and (max-width: 1366px) {
    .page .wrap .content .the_right .specifications .flex .list p{
        font-size: 13px;
    }
}
@media screen and (max-width: 1023px) {
    .page .wrap{
        margin: 98px auto 40px;
    }
    .page .wrap .bread_line a:not(.iconfont){
        font-size: 12px;
    }
    .page .wrap .bread_line a.iconfont {
        margin: 0 8px 0 0;
    }
    .page .wrap{
        width: 100%;
    }
    .page .wrap .bread_line{
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 32px 0;
    }
    .page .wrap .bread_line > *{
        margin: 0 0 8px 0;
    }
    .page .wrap .bread_line .next{
        margin: 0 14px 8px 14px;
    }
    .page .wrap .bread_line a.iconfont{
        margin: 0 8px 8px 0;
    }
    .page .wrap .content{
        flex-direction: column;
    }
    .page .wrap .content .the_left {
        width: 100%;
    }
    .page .wrap .content .the_left .gray{
        padding: 0 0 20px 0;
        height: auto;
    }
    .page .wrap .content .shrinkage .item{
        width: 65px;
        height: 65px;
    }
    .page .wrap .content .shrinkage .item div{
        width: 59px;
        height: 59px;
    }
    .page .wrap .content .shrinkage{
        margin: 12px 0 0 0;
    }
    .page .wrap .content .the_right{
        width: 100%;
        padding: 40px 0 0 0;
    }
    .page .wrap .content .the_right .title span{
        font-size: 28px;
        margin: 0 0 22px 0;
    }
    .page .wrap .content .the_right .title p{
        width: 100%;
        font-size: 13px;
    }
    .page .wrap .content .the_right .specifications .flex .list p{
        font-size: 13px ;
    }
}