._app {
  width: 100%;
  background: #ffffff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border: solid 2px #004ea2;
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  background: #004ea2;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.column-pc {
  display: block;
}

.column-h5 {
  display: none;
}

.download_top_image {
  width: 100%;
  max-width: 1920px;
  height: 800px;
  margin: 0 auto;
  background: url("../images/product-detail-top-image.jpg") no-repeat;
  background-size: 1920px 800px;
  background-position: center center;
}

.download_top_image_pc{
  display: block;
}
.download_top_image_h5{
  display: none;
}

.bread {
  font-size: 14px;
  color: #333333;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1;
  margin-top: 48px;
}

.bread img {
  width: 12px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

._app._download h3 {
  line-height: 1;
  color: #333333;
  font-size: 36px;
  text-align: left;
}

.about_part {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-top: 70px;
}

.about_part ._part {
  width: 50%;
  float: left;
}

.transparent_image {
  max-width: 600px;
  max-height: 600px;
  width: 33vw;
  height: 33vw;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: absolute;
  top: 483px;
  left: 54vw;
  z-index: 441;
  display: flex;
}

#refrigerator-1 {
  width: 50%;
  padding: 29% 4.5% 12% 22%;
}

#refrigerator-2 {
  width: 50%;
  padding: 12% 21% 12% 0;
}

.growth_part ._part {
  width: 50%;
  float: left;
}

.growth_part ._part img {
  display: none;
}

.about_part ._part:first-child {
  padding-right: 36px;
}

.about_part ._part:first-child + ._part {
  padding-left: 80px;
}

.about_part ._part P {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.product-list-show > li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.product-list-show > li > img {
  width: 73px;
  height: 73px;
  margin-bottom: 13px;
  margin-top: 11px;
}

.swpOne {
  margin-top: 40px;
}

.product-list-show > li > p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  max-width: 220px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 32px;
  position: relative;
}
.product-list-show > li > p.p-one-line{
  text-align: center;
  padding-left: 0;
}
.product-list-show > li > p.p-one-line:after{
  content: none;
}
.product-list-show > li > p:after{
  content: "";
  position: absolute;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 3px;
  top: 12px;
}


.divide_img {
  width: 98px;
  height: 6px;
  background: url("../images/divide_img.png") no-repeat;
  background-size: 100% 100%;
  margin: 32px 0 42px 0;
}
.product_detail_part_wrap {
  /*background: #ffffff;*/
  width: 100%;
}

.product_detail_part {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: inherit;
  padding-top: 135px;
  padding-bottom: 78px;
}

.product-list-show {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.product-list-show-h5 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.product_detail_content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: inherit;
  padding-top: 25px;
  padding-bottom: 92px;
  display: flex;
  flex-direction: row;
}

.content-left {
  flex: 1;
  position: relative;
  margin-left: 63px;
  max-width: 415px;
  height: 615px;
  background: url("../images/product-detail-refrigerator-center-bg.png")
    no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 124px;
}

.content-right {
  flex: 1;
}

.content-left > img {
  position: relative;
  bottom: 60px;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.content-left > img:hover {
  transform: translate(-50%, 0%);
}

.part-title {
  width: 100%;
  height: 34px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 auto;
  margin-bottom: 70px;
  font-weight: bold;
  text-align: center;
}

.change {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: solid 2px #004ea2;
  border-radius: 20px;
}

.change:not(:first-child) {
  margin-left: 8px;
}

.list-change {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: solid 2px #004ea2;
  border-radius: 20px;
}

.list-change:not(:first-child) {
  margin-left: 8px;
}

.active {
  background-color: #004ea2;
}

.part-change {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  margin-top: 70px;
}

.content-change {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

.table {
  padding: 32px 80px 28px 68px;
  width: 100%;
  max-width: 800px;
  /*height: 496px;*/
  background-color: #f9f9f9;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 85, 177, 0.18);
  border-radius: 20px;
  border: solid 2px #f9f9f9;
  background: url("../images/product-detail-table-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.table-column {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
}

.table-column:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  padding-bottom: 36px;
  justify-content: space-around;
}

.text {
  flex: 1;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  white-space: nowrap;
}

.content {
  flex: 1;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  white-space: nowrap;
}

.download-box {
  padding-top: 34px;
}
.download-box a {
  float: left;
  margin-right: 20px;
  color: #ffffff;
  bakground: #0659b3;
  background: linear-gradient(to right,#56a7ff, #0659b3);
  background: -moz-linear-gradient(to right,#56a7ff, #0659b3);
  background: -o-linear-gradient(to right,#56a7ff, #0659b3);
  background: -webkit-linear-gradient(to right,#56a7ff, #0659b3);
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  font-size: 14px;
  border-radius: 24px;
}

.download-box a:hover{
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
}

.download-box a img{
  margin-left: 8px;
  position: relative;
  top: 5px;
}

.download-box a:last-child {
  margin-right: 0;
}
.download-box > img {
  cursor: pointer;
}

/*img:hover {*/
/*  !*transform: scale(1.1);*!*/
/*  transition: transform 0.3s ease;*/
/*}*/

img {
  cursor: pointer;
}

.download-box > img:not(:first-child) {
  margin-left: 40px;
}

.introduce-title {
  width: 200px;
  height: 48px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  white-space: nowrap;
  margin-bottom: 8px;
}

.introduce-content {
  width: calc(100% - 33px);
  height: 62px;
  background-image: linear-gradient(
    to right,
    rgba(11, 96, 188, 0.74),
    rgba(11, 96, 188, 0)
  );
  background-position: center center;
  background-size: cover;
  white-space: nowrap;
}

.introduce-content > span {
  width: 500px;
  height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  padding-top: 18px;
  padding-left: 15px;
}

.introduce {
  position: absolute;
  left: 14.6vw;
  top: 354px;
}

@media (max-width: 640px) {

  ._app._download{
    background-image: none!important;
  }

  .download_top_image_pc{
    display: none;
  }
  .download_top_image_h5{
    display: block;
  }


  .column-pc {
    display: none !important;
  }

  .column-h5 {
    display: block;
  }

  .swiperThree {
    overflow: hidden;
    padding-top: 32px;
  }

  .download_top_image {
    width: 100%;
    height: 510px;
    background: url("../images/product-detail-top-image-h5.png") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  ._app._download h3 {
    font-size: 22px;
    color: #333333;
    margin: 40px 0 24px 0;
  }
  .divide_img {
    margin: 20px 0;
  }
  .about_part ._part P {
    font-size: 13px;
    line-height: 23px;
    padding: 36px 0px 22.5px 0px;
  }
  .product_detail_part {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .bread {
    display: none;
  }
  .about_part {
    background-color: #f9f9f9;
    padding: 0 20px;
  }
  .product_detail_part_wrap {
    /*background-color: #f9f9f9;*/
  }
  .about_part ._part {
    float: inherit;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  ._app._download .jobs_part h3 {
    margin: 0;
  }
  .jobs_part {
    padding: 0 20px;
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .introduce {
    left: 33px;
    top: 110px;
    width: calc(100% - 33px);
  }
  .introduce-title {
    width: 100%;
    height: auto;
    font-family: MicrosoftYaHei-Bold;
    /*font-size: 24px;*/
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    white-space: inherit;
    font-size: 18px;
  }
  .introduce-content {
    width: 277.5px;
    height: auto;
    white-space: inherit;
  }
  .introduce-content > span {
    width: 270px;
    height: auto;
    font-family: MicrosoftYaHei;
    /*font-size: 15px;*/
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-size: 14px;
  }
  .transparent_image {
    width: 310px;
    height: 308px;
    left: 32.5px;
    right: 32.5px;
    top: 221px;
  }
  .part-title {
    display: none;
  }
  #refrigerator-1 {
    padding: 86px 13.5px 36px 67px;
  }
  #refrigerator-2 {
    padding: 36px 62px 36px 0;
  }
  .product_detail_content {
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
  }

  .product-list-show-h5 {
    justify-content: space-between;
  }

  .product-list-show-h5 > li:not(:first-child) {
    flex: 1.05;
  }
  .product-list-show-h5 > li:first-child {
    flex: 1;
  }

  .product-list-show-h5 > li > img {
    width: 54px;
    height: 50px;
  }

  .product-list-show-h5 > li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-list-show-h5 > li > p {
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0px;
    color: #333333;
    width: 100%;
    text-align: left;
    max-width: 240px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
  }


  .product-list-show-h5 > li > p.p-one-line{
    text-align: center;
    padding-left: 0;
  }
  .product-list-show-h5 > li > p.p-one-line:after{
    content: none;
  }

  .product-list-show-h5 > li > p:after{
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 3px;
    top: 6px;
  }

  .swpThree {
    margin-top: 24px;
  }

  .swpThree > .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .content-left > img {
    margin: 0;
    position: relative;
    width: 104.5px;
    height: 262.5px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 40%);
  }
  .content-left {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 270.5px;
    min-height: 270.5px;
    margin: 0px 0px;
    background-size: contain;
  }

  .content-right > .title {
    display: none;
  }

  .change,
  .list-change {
    width: 8px;
    height: 8px;
  }

  .part-change {
    margin-top: 50px;
  }

  .table {
    width: 100%;
    min-width: 335px;
    height: 420px;
    background-color: #f9f9f9;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 85, 177, 0.18);
    border-radius: 10px;
    border: solid 2px #f9f9f9;
    padding: 29.5px 14.5px 27.5px 14.5px;
  }

  .text {
    flex: 1.5;
    width: 115px;
    white-space: nowrap;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
  }

  .content {
    flex: 1;
    font-family: MicrosoftYaHei;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #333333;
  }

  .download-box {
    padding-top: 30px;
    display: flex;
    justify-content: space-evenly;
  }

  .download-box > img {
    width: 135px;
    height: 40px;
  }

  .content-title {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 43px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
  }

  .content-right {
    margin-top: 44px;
  }

  .content-change {
    margin-top: 60px;
    position: relative;
    top: 20px;
  }
}

/* 新增兼容意大利文样式 */

@media (max-width: 640px) {
  .download-box a {
    float: left;
    margin-right: 20px;
    color: #ffffff;
    bakground: #0659b3;
    background: linear-gradient(to right,#56a7ff, #0659b3);
    background: -moz-linear-gradient(to right,#56a7ff, #0659b3);
    background: -o-linear-gradient(to right,#56a7ff, #0659b3);
    background: -webkit-linear-gradient(to right,#56a7ff, #0659b3);
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 24px;
    white-space: nowrap;
  }
  .download-box a img{
    margin-left: 3px;
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .table{
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .table_it.table{
    height: auto;

  }
  .table_it.table .table-column{
    /*flex-wrap: wrap;*/
    display: block;
    padding: 18px 0;
  }
  .table_it.table .table-column .text{
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
    /*flex: 1;*/
  }
  .table_it.table .table-column .content{
    width: 100%;
    line-height: 1;
    font-weight: bold;
    /*flex: 1;*/
  }
}