/*大屏幕*/
@media screen and (min-width: 1600px) {

  /* 1400px */
  * {
    margin: 0;
    padding: 0;
  }

  /*移动端隐藏部分*/
  .return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .select:hover>div {
    transition: all 0.7s;
    color: #FFFFFF !important;
    background: #FF9534;
  }

  .products-center-detail {
    /* margin-top: 80px; */
    margin-bottom: 106px;
    width: 100%;
    /* height: 1134px; */
  }

  .products-center-detail .products-center-detail-bg {
    width: 100%;
    margin: auto;
    /* height: 320px; */
    /* background: url('../img/products-center-bg.png') no-repeat center; */
  }

  .products-center-detail .products-center-detail-tab-bar {
    width: 100%;
    height: 82px;
    background: rgba(51, 51, 51, 1);
  }

  .products-center-detail .products-center-detail-tab-bar span {
    height: 25px;
    margin-left: 260px;
    line-height: 82px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  /*产品列表*/
  .products-center-detail>.products-center-detail-tab-bar>.products-list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 423px;
    left: 544px;
    width: 700px;
    height: 36px;
    line-height: 36px;
    display: none;
  }

  .products-center-detail>.products-center-detail-tab-bar>.products-list a {
    margin-right: 10px;
    width: 72px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  .item-active {
    text-align: center;
    width: 72px;
    height: 36px;
    background: #FFFFFF;
  }

  .products-center-detail>.products-center-detail-tab-bar>.products-list a:hover {
    text-align: center;
    width: 72px;
    height: 36px;
    color: #333333;
    background: #FFFFFF;
  }

  /*显示内容*/
  .products-center-detail .products-center-detail-content {
    display: flex;
    position: relative;
    margin: 60px auto 0;
  }

  /*  */
  .gallery-top {
    background: rgba(0, 0, 0, 0.10);
    flex: 1;
    height: 770px !important;
    align-items: center;
  }

  .gallery-top .one img {
    width: 100%;
    filter: brightness(1.5);
  }

  .over-gallery {
    width: 180px;
    flex-shrink: 0;
    margin-left: 60px !important;
  }

  .over-gallery .gallery-thumbs {
    padding: 80px 0px;
    height: 770px;
  }

  .over-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 2px solid #FF9534;
  }

  .over-gallery .swiper-slide {
    margin-bottom: 0 !important;
  }

  .over-gallery .swiper-slide img {
    width: 180px;
    height: 180px;
  }

  .over-gallery .swiper-button-next {
    left: 0;
    top: auto;
    bottom: 0;
    margin-left: 0;
    width: 180px;
    height: 60px;
    background: url(../img/icon_button_next.png) no-repeat center;
    background-size: cover;
    outline: none;
  }

  .over-gallery .swiper-button-prev {
    left: 0;
    top: 22px;
    margin-left: 0;
    width: 180px;
    height: 60px;
    background: url(../img/icon_button_prev.png) no-repeat center;
    background-size: cover;
    outline: none;
  }

  /*左边的图片*/
  .products-center-detail>.products-center-detail-content>.img-left {
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* height: 532px; */
    padding: 0px;
    /* width: 532px; */
    width: 980px;
    display: flex;
    justify-content: space-between;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper img {
    width: 426px;
    height: auto;
    /* height: 470px; */
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEFFFE;
    background: #303030;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper>.img_bcg_color:nth-child(2) {
    display: none;
  }

  /* .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper:hover .reverse_1 {
    display: block;
  } */

  /* .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper:hover .front_1 {
    display: none;
  } */

  /*右边的图片*/
  .products-center-detail>.products-center-detail-content>.img-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    width: 532px;
    height: 532px;
    background: rgba(249, 249, 249, 1);
  }

  .products-center-detail>.products-center-detail-content>.img-right>.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 480px;
    background: #fff;
  }

  .products-center-detail>.products-center-detail-content>.img-right>.img-wrapper>img {
    width: 426px;
    height: auto;
  }

  /*商品详情*/
  .products-center-detail-content>.detail-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 63px;
    width: 243px;
    height: 770px;
  }

  .products-center-detail-content>.detail-info>.detail-title {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(91, 91, 91, 1);
  }

  .products-center-detail-content>.detail-info .detail-content {
    padding: 10px 0;
    flex: 1;
  }

  /* .products-center-detail-content>.detail-info>.detail-content {} */

  .products-center-detail-content>.detail-info>.detail-content div {
    margin-top: 15px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6);
  }

  .products-center-detail-content>.detail-info>.detail-content p {
    margin-top: 15px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6);
  }

  /* 分享链接 */
  .linkHDiv {
    width: 243px;
    display: block;
    position: fixed;
    right: 16px;
    bottom: 200px;
  }

  .linkO {
    position: absolute;
    bottom: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 20px;
    display: none;
  }

  .linkHDiv .linkH {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background: #FF9534;
    margin-bottom: 15px;
    cursor: pointer;
  }

  /*返回按钮*/
  .back {
    position: fixed;
    right: 16px;
    bottom: 150px;
    width: 243px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    background: #fff;
    border: 1px solid #979797;
  }

  .back:hover {
    color: #fff;
    background: #333333;
  }

  .products-center-detail>.products-center-detail-content a div img {
    width: 267.5px;
    height: 267.5px;
  }

  .products-center-detail>.products-center-detail-content a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F2F2F2;
  }

  .products-center-detail>.products-center-detail-content a div {
    overflow: hidden;
  }

  .products-center-detail>.products-center-detail-content a:hover img {
    transform: scale(1.2);
  }

  .products-center-detail>.products-center-detail-content a:hover span {
    background: #333333;
  }
}

/*小屏幕*/
@media (max-width: 1599.9px) and (min-width: 1279px) {

  /* 1200px */
  * {
    margin: 0;
    padding: 0;
  }

  /*移动端隐藏部分*/
  .return {
    display: none;
  }

  .func_bar {
    display: none;
  }

  .select:hover>div {
    transition: all 0.7s;
    color: #FFFFFF !important;
    background: #FF9534;
  }

  .products-center-detail {
    width: 100%;
    /* height: 1134px; */
  }

  .products-center-detail .products-center-detail-bg {
    width: 100%;
    margin: auto;
    /* height: 320px; */
    /* background: url('../img/products-center-bg.png') no-repeat center; */
  }

  .products-center-detail .products-center-detail-tab-bar {
    width: 100%;
    height: 82px;
    background: rgba(51, 51, 51, 1);
  }

  .products-center-detail .products-center-detail-tab-bar span {
    height: 25px;
    margin-left: 120px;
    line-height: 82px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  /*产品列表*/
  .products-center-detail>.products-center-detail-tab-bar>.products-list {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 423px;
    left: 460px;
    width: 700px;
    height: 36px;
    line-height: 36px;
    display: none;
  }

  .products-center-detail>.products-center-detail-tab-bar>.products-list a {
    margin-right: 10px;
    width: 72px;
    height: 36px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  .item-active {
    text-align: center;
    width: 72px;
    height: 36px;
    background: #FFFFFF;
  }

  .products-center-detail>.products-center-detail-tab-bar>.products-list a:hover {
    text-align: center;
    width: 72px;
    height: 36px;
    color: #333333;
    background: #FFFFFF;
  }

  /*显示内容*/
  .products-center-detail .products-center-detail-content {
    display: flex;
    margin: auto;
    justify-content: space-between;
  }

  /*  */
  .gallery-top {
    background: rgba(0, 0, 0, 0.10);
    flex: 1;
    height: 700px !important;
    align-items: center;
  }

  .gallery-top .one img {
    width: 100%;
    filter: brightness(1.5);
  }

  .over-gallery {
    width: 180px;
    flex-shrink: 0;
    margin-left: 60px !important;
  }

  .over-gallery .gallery-thumbs {
    padding: 66px 0px;
    height: 700px;
  }

  .over-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 2px solid #FF9534;
  }

  .over-gallery .swiper-slide {
    margin-bottom: 0 !important;
  }

  .over-gallery .swiper-slide img {
    width: 180px;
    height: 180px;
  }

  .over-gallery .swiper-button-next {
    left: 0;
    top: auto;
    bottom: 0;
    margin-left: 0;
    width: 180px;
    height: 60px;
    background: url(../img/icon_button_next.png) no-repeat center;
    background-size: cover;
    outline: none;
  }

  .over-gallery .swiper-button-prev {
    left: 0;
    top: 22px;
    margin-left: 0;
    width: 180px;
    height: 60px;
    background: url(../img/icon_button_prev.png) no-repeat center;
    background-size: cover;
    outline: none;
  }

  /*左边的图片*/
  .products-center-detail>.products-center-detail-content>.img-left {
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-left: 0;
    /* height: 400px; */
    padding: 0;
    margin: 40px 0;
    width: 950px;
    display: flex;
    justify-content: space-between;
  }

  /*   .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper img {
    width: 304px;
    height: auto;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEFFFE;
    background: #303030;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper>.img_bcg_color:nth-child(2) {
    display: none;
  } */
  #front_1 {
    position: relative;
    z-index: 2;
  }

  #reverse_1 {
    position: relative;
    z-index: 2;
  }

  /* .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper .img_bcg_color>.reverse_1 {
    display: none;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper:hover .reverse_1 {
    display: block;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper:hover .front_1 {
    display: none;
  } */

  /*右边的图片*/
  .products-center-detail>.products-center-detail-content>.img-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    width: 400px;
    height: 400px;
    background: rgba(249, 249, 249, 1);
  }

  .products-center-detail>.products-center-detail-content>.img-right>.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 360px;
    background: #fff;
  }

  .products-center-detail>.products-center-detail-content>.img-right>.img-wrapper>img {
    width: 304px;
    height: auto;
  }

  /*商品详情*/
  .products-center-detail-content>.detail-info {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    width: 200px;
    padding: 0px;
    margin: 40px 0;
    height: 700px;
  }

  .products-center-detail-content>.detail-info>.detail-title {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(91, 91, 91, 1);
  }

  .products-center-detail-content>.detail-info .detail-content {
    padding: 10px 0;
    flex: 1;
  }

  /* .products-center-detail-content>.detail-info>.detail-content {} */

  .products-center-detail-content>.detail-info>.detail-content div {
    margin-top: 15px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6);
  }

  .products-center-detail-content>.detail-info>.detail-content p {
    margin-top: 15px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.6);
  }

  /* 分享 */
  .linkHDiv {
    width: 243px;
    display: block;
    position: fixed;
    right: 16px;
    bottom: 200px;
  }

  .linkO {
    position: absolute;
    bottom: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 20px;
    display: none;
  }

  .linkHDiv .linkH {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background: #FF9534;
    margin-bottom: 15px;
    cursor: pointer;
  }

  /*返回按钮*/
  .back {
    position: fixed;
    right: 16px;
    bottom: 150px;
    width: 243px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    background: #fff;
    border: 1px solid #979797;
  }

  .back:hover {
    color: #fff;
    background: #333333;
  }

  .products-center-detail>.products-center-detail-content a div img {
    width: 267.5px;
    height: 267.5px;
  }

  .products-center-detail>.products-center-detail-content a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F2F2F2;
  }

  .products-center-detail>.products-center-detail-content a div {
    overflow: hidden;
  }

  .products-center-detail>.products-center-detail-content a:hover img {
    transform: scale(1.2);
  }

  .products-center-detail>.products-center-detail-content a:hover span {
    background: #333333;
  }
}

/*平板*/
@media (max-width: 1278.9px) {

  /* 百分制单位 */
  * {
    margin: 0;
    padding: 0;
  }

  .select:hover>div {
    transition: all 0.7s;
    color: #FFFFFF !important;
    background: #FF9534;
  }

  .products-center-detail {
    /* margin-top: 80px; */
    width: 100%;
  }

  .products-center-detail .products-center-detail-bg {
    width: 100%;
    height: 63px;
    /* background: url('../img/products-center-bg.png') no-repeat center; */
    background-size: 100%;
  }

  .products-center-detail .products-center-detail-tab-bar {
    /* width: 100%;
    height: 82px;
    background: rgba(51, 51, 51, 1); */
    display: none;
  }

  .products-center-detail .products-center-detail-tab-bar span {
    /* height: 25px;
    margin-left: 120px;
    line-height: 82px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF; */
  }

  /*产品列表*/


  /*显示内容*/
  .products-center-detail .products-center-detail-content {
    width: 100%;
    padding: 0 16px;
    /* margin-top: 20px; */
  }

  /*  */
  .gallery-top {
    background: rgba(0, 0, 0, 0.10);
    flex: 1;
    height: 420px !important;
    align-items: center;
  }

  .gallery-top .one img {
    width: 100%;
    filter: brightness(1.5);
  }

  .over-gallery {
    width: 100px;
    flex-shrink: 0;
    margin-left: 20px !important;
  }

  .over-gallery .gallery-thumbs {
    padding: 40px 0px;
    height: 100%;
  }

  .over-gallery .swiper-slide.swiper-slide-thumb-active img {
    border: 2px solid #FF9534;
  }

  .over-gallery .swiper-slide {
    margin-bottom: 0 !important;
  }

  .over-gallery .swiper-slide img {
    width: 100px;
    height: 100px;
  }

  .over-gallery .swiper-button-next {
    left: 0;
    top: auto;
    bottom: 0;
    margin-left: 0;
    width: 100px;
    height: 30px;
    background: url(../img/icon_button_next.png) no-repeat center;
    background-size: cover;
    outline: none;
  }

  .over-gallery .swiper-button-prev {
    left: 0;
    top: 22px;
    margin-left: 0;
    width: 100px;
    height: 30px;
    background: url(../img/icon_button_prev.png) no-repeat center;
    background-size: cover;
    outline: none;
  }

  /*正面的图片*/
  .products-center-detail>.products-center-detail-content>.img-left {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper {
    width: 100%;
    height: 89.95%;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper .img_bcg_color {
    position: relative;
    width: 100%;
    /* height: 44%; */
    background: rgba(248, 248, 248, 1);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper img {
    width: 90%;
    /* height: 90%; */
    background: #F8F8F8;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper span {
    /* position: absolute; */
    width: 12.27%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FEFFFE;
    background: #303030;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper img.front_1 {
    /* position: absolute;
    left:28%;
    top: 0; */
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper span.front_1 {
    position: absolute;
    bottom: 0;
    right: 5%;
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper img.reverse_1 {
    /* position: absolute;
    left:28%; */
  }

  .products-center-detail>.products-center-detail-content>.img-left>.img-wrapper span.reverse_1 {
    position: absolute;
    bottom: 0;
    right: 5%;
  }

  /*右边的图片*/
  .products-center-detail>.products-center-detail-content>.img-right {
    /* position: relative; */
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 300px; */
    background: rgba(249, 249, 249, 1);
  }

  .products-center-detail>.products-center-detail-content>.img-right>.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 80%;
    background: #fff;
  }

  .products-center-detail>.products-center-detail-content>.img-right>.img-wrapper>img {
    width: 90%;
    height: 80%;
  }

  /*商品详情*/
  .products-center-detail-content>.detail-info {
    position: relative;
    margin-top: 16px;
    width: 100%;
    margin-bottom: 16px;
  }

  .products-center-detail-content>.detail-info>.detail-title {
    /* width: 8.53%; */
    line-height: 48px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
  }

  /* .products-center-detail-content>.detail-info>.detail-content {} */

  .products-center-detail-content>.detail-info>.detail-content {
    padding-bottom: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(50, 44, 43, 0.5);
  }


  .products-center-detail>.products-center-detail-content a div img {
    width: 267.5px;
    height: 267.5px;
  }

  .products-center-detail>.products-center-detail-content a span {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #F2F2F2;
  }

  .linkHDiv {
    display: none;
    position: relative;

  }

  /*返回按钮*/
  .back {
    display: none;
  }

  .products-center-detail>.products-center-detail-content a div {
    overflow: hidden;
  }

  .products-center-detail>.products-center-detail-content a:hover img {
    transform: scale(1.2);
  }

  .products-center-detail>.products-center-detail-content a:hover span {
    background: #333333;
  }
}