@charset "UTF-8";
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: rgba(232, 48, 40, 0.1);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background: rgba(232, 48, 40, 0.7);
  border-radius: 3px;
}

.produtcenter-1 {
  width: 100%;
  position: relative;
  min-width: 1250px;
  background: url("../image/productcenter/produtcenter.png") no-repeat;
  background-size: contain;
  position: relative;
  height: 46.35vw;
  min-height: 700px;
  /* 设置最小高度 */
}

.produtcenter-1 .produtcenter-1-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-1 .produtcenter-1-content .produtcenter-1-content-title {
  width: 1100px;
  padding-top: 190px;
  padding-left: 150px;
}

.produtcenter-1 .produtcenter-1-content .produtcenter-1-content-title .produtcenter-1-content-title-top {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  color: #3a485a;
}

.produtcenter-1 .produtcenter-1-content .produtcenter-1-content-title .produtcenter-1-content-title-body {
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  color: #3a485a;
}

.produtcenter-1 .produtcenter-1-content .produtcenter-1-content-title .produtcenter-1-content-title-describe {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #595959;
  margin-top: 30px;
}

.produtcenter-1 .produtcenter-1-content .produtcenter-1-content-title .produtcenter-1-content-title-button {
  margin-top: 40px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 168px;
  background: #ee4e41;
}

.produtcenter-1 .produtcenter-1-content .produtcenter-1-content-title .produtcenter-1-content-title-button a {
  color: #fff;
  font-size: 18px;
}

.produtcenter-1 .produtcenter-1-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86%;
  height: 120px;
  background-image: url("../image/productcenter/produtcenter1_b.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left {
  width: 495px;
  height: 100%;
  /* 默认状态 - 置灰 */
  /* 激活状态 - 高亮 */
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .left_bg {
  width: 318px;
  position: absolute;
  top: 48px;
  left: 121px;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .desc_item .left_circle {
  width: 32px;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .desc_item .left_font {
  font-weight: 500;
  font-size: 16px;
  color: #C1C1C1;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .djc_left_desc {
  position: absolute;
  top: 40px;
  left: 70px;
  cursor: pointer;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .djt_left_desc {
  position: absolute;
  top: 40px;
  left: 197px;
  cursor: pointer;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .gzt_left_desc {
  position: absolute;
  top: 40px;
  left: 319px;
  cursor: pointer;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .djs_left_desc {
  position: absolute;
  top: 40px;
  left: 440px;
  cursor: pointer;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .product-item:not(.active) .left_font {
  color: #D9DBDD;
}

.produtcenter-1 .produtcenter-1-bottom .bottom_left .product-item.active .left_font {
  color: #EE4E41;
}

.produtcenter-1 .bottom_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 90px;
  width: 500px;
}

.produtcenter-1 .bottom_center .desc_title {
  font-weight: 800;
  font-size: 24px;
  color: #000000;
}

.produtcenter-1 .bottom_center .desc_content {
  color: #000000;
  text-align: left;
}

.produtcenter-1 .desc_btn {
  width: 112px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ee4e41;
  border-radius: 20px 20px 20px 20px;
  color: #ffffff;
  margin-left: 80px;
  /*position: absolute;*/
  /*right: 250px;*/
  /*bottom: 30px;*/
  cursor: pointer;
}

.produtcenter-2 {
  width: 100%;
  min-width: 1250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.produtcenter-2 .produtcenter-2-right {
  width: 910px;
  padding: 7px 0;
  margin-left: 100px;
  position: relative;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-anchor2 {
  width: 181px;
  height: 505px;
  background-image: url("../image/productcenter/center.png");
  background-size: cover;
  position: absolute;
  left: -190px;
  top: 80px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-anchor2 .produtcenter-anchor-1 {
  width: 129px;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #e83028;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #e83028;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-anchor2 .produtcenter-anchor-2 {
  width: 110px;
  height: 40px;
  background: #e83028;
  border-radius: 4px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-anchor {
  width: 181px;
  height: 505px;
  background-image: url("../image/productcenter/center.png");
  background-size: cover;
  position: absolute;
  left: -190px;
  top: 80px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-anchor .produtcenter-anchor-1 {
  width: 129px;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #e83028;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px dashed #e83028;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-anchor .produtcenter-anchor-2 {
  width: 110px;
  height: 40px;
  background: #e83028;
  border-radius: 4px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #3a485a;
  padding-top: 70px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content {
  margin-top: 22px;
  background: #ffffff;
  border: 2px solid #f7f8fb;
  border-radius: 4px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-top {
  width: 100%;
  height: 50px;
  background: #fff4f3;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-top img {
  width: 32px;
  height: 32px;
  margin-left: 45px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-top .spans {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #242424;
  margin-left: 15px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-bot {
  padding: 20px 48px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-bot .produtcenter-2-right-list-content-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-bot .produtcenter-2-right-list-content-tag {
  margin-top: 20px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content .produtcenter-2-right-list-content-bot .produtcenter-2-right-list-content-boot {
  margin-top: 20px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  background-color: #e43f36;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
          box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
  cursor: pointer;
  border-radius: 6px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list {
  width: 440px;
  height: 188px;
  background: #ffffff;
  border: 2px solid #f7f8fb;
  border-radius: 4px;
  margin-top: 22px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-top {
  width: 100%;
  height: 50px;
  background: #f7f8fb;
  border-radius: 4px;
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-top img {
  width: 32px;
  height: 32px;
  margin-left: 45px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-top .spans {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #242424;
  margin-left: 15px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-bot {
  padding: 20px 48px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-bot .produtcenter-2-right-list-content-detail {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-bot .produtcenter-2-right-list-content-tag {
  margin-top: 20px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .produtcenter-2-right-list-content2-list .produtcenter-2-right-list-content-bot .produtcenter-2-right-list-content-boot {
  width: 88px;
  height: 32px;
  line-height: 32px;
  background-color: #e43f36;
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
          box-shadow: 0 2px 0 rgba(255, 55, 5, 0.06);
  cursor: pointer;
  border-radius: 6px;
}

.produtcenter-2 .produtcenter-2-right .produtcenter-2-right-list .produtcenter-2-right-list-content2 .mg-20 {
  margin-left: 20px;
}

.produtcenter-3 {
  width: 100%;
  position: relative;
  min-width: 1250px;
  background: url("../image/productcenter/produtcenter-3_bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 55px;
}

.produtcenter-3 .produtcenter-3-title {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.produtcenter-3 .produtcenter-3-title .produtcenter-3-title-1 {
  width: 40px;
  height: 0px;
  border: 1px solid #3a485a;
}

.produtcenter-3 .produtcenter-3-title .produtcenter-3-title-2 {
  font-weight: bold;
  font-size: 32px;
  color: #3a485a;
  margin-left: 40px;
  margin-right: 40px;
}

.produtcenter-3 .produtcenter-3-content {
  margin-top: 50px;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 设置子元素之间的间隔为 10px */
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item .item-wrap {
  margin-top: 10px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item .item-title {
  font-weight: 800;
  font-size: 18px;
  color: #3a485a;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item .item-desc {
  font-weight: 500;
  font-size: 14px;
  color: #5e7693;
  line-height: 24px;
  margin-top: 15px;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item .item-bottom .item-left {
  font-weight: 500;
  font-size: 14px;
  color: #64728d;
}

.produtcenter-3 .produtcenter-3-content .produtcenter-3-list .list-item .item-bottom .item-btn {
  width: 120px;
  height: 38px;
  line-height: 38px;
  background: linear-gradient(93deg, #ff7a7b 0%, #fe2524 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.produtcenter-4 {
  width: 100%;
  position: relative;
  min-width: 1250px;
  background: url("../image/productcenter/produtcenter-4_bg.png") no-repeat;
  background-size: cover;
}

.produtcenter-4 .produtcenter-4-title {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.produtcenter-4 .produtcenter-4-title .produtcenter-4-title-1 {
  width: 40px;
  height: 0px;
  border: 1px solid #3a485a;
}

.produtcenter-4 .produtcenter-4-title .produtcenter-4-title-2 {
  font-weight: bold;
  font-size: 32px;
  color: #3a485a;
  margin-left: 40px;
  margin-right: 40px;
}

.produtcenter-4 .produtcenter-4-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 108px;
  margin-top: 40px;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  width: 100%;
  background: #F4F6FA url("../image/productcenter/produtcenter-4_item.png") no-repeat;
  background-size: cover;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-top img {
  width: 104px;
  height: 104px;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-top .top-right {
  margin-left: 15px;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-top .top-right .produtcenter-4-item-title {
  font-weight: 800;
  font-size: 24px;
  color: #3a485a;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-top .top-right .produtcenter-4-item-tip {
  font-weight: 500;
  font-size: 14px;
  color: #5e7693;
  line-height: 24px;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-top .top-right .line {
  width: 40px;
  height: 4px;
  background: #ee4e41;
  margin: 16px 0;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-bottom {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-bottom .btn_l {
  width: 96px;
  height: 32px;
  line-height: 32px;
  background: linear-gradient(93deg, #ff7a7b 0%, #fe2524 100%);
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}

.produtcenter-4 .produtcenter-4-list .produtcenter-4-item .item-bottom .btn_r {
  width: 100px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #c3c7d5;
  font-size: 14px;
  color: #64728d;
  line-height: 32px;
  text-align: center;
  margin-left: 20px;
  cursor: pointer;
}

.produtcenter-5 {
  width: 100%;
  position: relative;
  min-width: 1250px;
  background: url("../image/productcenter/produtcenter-5_bg.png") no-repeat;
  background-size: cover;
}

.produtcenter-5 .produtcenter-5-title {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.produtcenter-5 .produtcenter-5-title .produtcenter-5-title-1 {
  width: 40px;
  height: 0px;
  border: 1px solid #3a485a;
}

.produtcenter-5 .produtcenter-5-title .produtcenter-5-title-2 {
  font-weight: bold;
  font-size: 32px;
  color: #3a485a;
  margin-left: 40px;
  margin-right: 40px;
}

.produtcenter-5 .produtcenter-5-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item {
  padding: 25px;
  width: 100%;
  background: #ffffff url("../image/productcenter/produtcenter-5-item.png") no-repeat;
  background-size: contain;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-top img {
  width: 24px;
  height: 24px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-top span {
  font-weight: 800;
  font-size: 18px;
  color: #1a1a1a;
  margin-left: 10px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item_desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 16px;
  min-height: 44px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item_ul {
  margin-top: 20px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item_ul img {
  width: 22px;
  height: 16px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item_ul span {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-left: 10px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-tag .tag-li {
  width: 64px;
  height: 22px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #d9d9d9;
  font-weight: 400;
  font-size: 12px;
  color: #575757;
  text-align: center;
  margin-right: 5px;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-bottom .item-left {
  font-weight: 500;
  font-size: 14px;
  color: #64728d;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-bottom .item-btn {
  width: 120px;
  height: 38px;
  line-height: 38px;
  background: linear-gradient(93deg, #ff7a7b 0%, #fe2524 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.produtcenter-5 .produtcenter-5-list .produtcenter-5-item .item-bottom .item-ask {
  font-weight: 500;
  font-size: 16px;
  color: #ee4e41;
  cursor: pointer;
}

.about-5 {
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background: #f0f2f5 url("../image/about/about-5.png") no-repeat 100%;
  background-size: 100% 100%;
}

.about-5 .about-5-head {
  padding-top: 64px;
}

.about-5 .about-5-head .about-5-title {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  color: #fff;
}

.about-5 .about-5-head .about-5-subtitle {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.about-5 .about-5-head .about-5-subtitle label {
  color: #b50000;
  cursor: pointer;
}

.about-5 .about-5-content {
  width: 100%;
  min-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-5 .about-5-content .gutter-example {
  width: 1200px;
  height: 230px;
  margin-top: 80px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about-5 .about-5-content .gutter-example .space-align-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-5 .about-5-content .gutter-example .space-align-block img {
  width: 42px;
  height: 42px;
}

.about-5 .about-5-content .gutter-example .space-align-block .mock-block {
  margin-left: 10px;
}
/*# sourceMappingURL=newproductcenter.css.map */