.page .wrap {
    padding: 0 256px 0 261px;
    margin: 100px auto 8px;
    position: relative;
}
.page .wrap .bread {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 45px 0;
    height: 65px;
    position: relative;
    background: #fff;
    z-index: 5;
    left: -1px;
}
.page .wrap .bread:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(191, 191, 191, 0.2);
}
.page .wrap .bread:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    height: 1px;
    background: rgba(191, 191, 191, 0.2);
}
.page .wrap .bread .flex {
    display: flex;
}
.page .wrap .bread .flex a,.page .wrap .bread .flex div {
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #202020;
    transition: 0.6s;
}
.page .wrap .bread .flex a:hover {
    color: #EC6716;
}
.page .wrap .bread .link {
    display: flex;
    align-items: center;
}
.page .wrap .bread .link a {
    height: 16px;
    display: block;
    transform: translateY(-6px);
}
.page .wrap .bread .link a img {
    max-height: 100%;
}
.page .wrap .bread .link .line {
    width: 1px;
    height: 20px;
    background: #DDDDDD;
    margin: 0 18px;
}
.page .wrap .content {
    display: flex;
    margin: 81px 0 0 0;
}
.page .wrap .content .the_left {
    width: 41.14583333vw;
    margin: 0 93px 0 0;
}
.page .wrap .content .the_left .page_swiper {
    width: 500px;
    height: 407px;
    margin: 0 auto 58px;
}
.page .wrap .content .the_left .page_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page .wrap .content .the_left .page_swiper .swiper-slide img {
    object-fit: contain;
    max-height: 100%;
}
.page .wrap .content .the_left .small {
    width: 500px;
    margin: 0 auto 56px;
    position: relative;
}
.page .wrap .content .the_left .small .button {
    pointer-events: none;
    position: absolute;
    width: 115%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page .wrap .content .the_left .small .button .iconfont {
    color: #c1c1c1;
    font-size: 23px;
    cursor: pointer;
    pointer-events: auto;
}
.page .wrap .content .the_left .small .button .iconfont:first-child {
    transform: rotate(-180deg);
}
.page .wrap .content .the_left .small .swiper .swiper-slide {
    cursor: pointer;
}
.page .wrap .content .the_left .small .swiper .swiper-slide .color {
    width: 100%;
    height: 70px;
    background: #FAFAFA;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: 1s;
}
.page .wrap .content .the_left .small .swiper .swiper-slide .color img {
    max-height: 70%;
    max-width: 90%;
}
.page .wrap .content .the_left .small .swiper .swiper-slide.swiper-slide_active .color {
    border: 2px solid #ec6816;
}
.page .wrap .content .the_left .images img {
    width: 100%;
}
.page .wrap .content .fixed_right {
    width: 22.791667vw;
    height: fit-content;
}
.page .wrap .content .fixed_right .headline {
    margin: 0 0 40px 0;
}
.page .wrap .content .fixed_right .headline h1 {
    font-size: 30px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: #000000;
    display: block;
    margin: 0 0 16px 0;
}
.page .wrap .content .fixed_right .headline p {
    font-size: 15px;
    font-family: PingFang SC m;
    font-weight: normal;
    color: #000000;
    opacity: 0.97;
}
.page .wrap .content .fixed_right .text {
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
}
.page .wrap .content .fixed_right .text p {
    position: relative;
    padding: 0 0 0 15px;
}
.page .wrap .content .fixed_right .text p:not(:last-child) {
    margin: 0 0 10px 0;
}
.page .wrap .content .fixed_right .text p:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #030303;
}
.page .wrap .content .fixed_right .price {
    margin: 51px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.page .wrap .content .fixed_right .price p {
    font-size: 14px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #72737B;
}
.page .wrap .content .fixed_right .price .display {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.page .wrap .content .fixed_right .price .display .num {
    font-size: 20px ;
    font-weight: bold;
    color: #000;
    margin: 0 12px 0 0;
}
.page .wrap .content .fixed_right .price .display .iconfont {
    color: #000;
    font-weight: bold;
    font-size: 22px;
}
.page .wrap .content .fixed_right .model {
    margin: 33px 0;
}
.page .wrap .content .fixed_right .model p {
    font-size: 14px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: #151515;
}
.page .wrap .content .fixed_right .model .border {
    font-size: 14px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    margin: 17px 0 0 0;
    transition: 0.6s;
}
.page .wrap .content .fixed_right .color .color_text {
    font-size: 14px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: #151515;
    margin: 0 0 19px 0;
}
.page .wrap .content .fixed_right .color .play {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}
.page .wrap .content .fixed_right .color .play .circle {
    width: 33px;
    height: 33px;
    border: 1px solid #090909;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 233px 0 0;
    cursor: pointer;
}
.page .wrap .content .fixed_right .color .play .circle div {
    width: 25px;
    height: 25px;

    border: 1px solid #757575;
    border-radius: 50%;
}
.page .wrap .content .fixed_right .color .play p {
    font-size: 14px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: #151515;
}
