#banner {
  width: 100%;
  height: 725px;
  padding: 0;
  overflow: hidden;
  background-image: url("https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-storage/banner3.webp");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
}

#banner .banner-left {
  position: absolute;
  top: 25%;
}

#banner .banner-left .banner-left-title {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 20px;
  color: #2e2e2e;
  font-family: system-ui;
}

#banner .banner-left .banner-left-content {
  font-size: 25px;
  line-height: 50px;
  margin-bottom: 40px;
  color: #717171;
}

#banner .banner-left-fotter {
  display: flex;
  align-items: center;
}

#banner .consult-btn {
  display: flex;
  width: 156px;
  height: 54px;
  line-height: 54px;
  background: #3773f5;
  border-radius: 25px;
  margin-top: 10px;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 0.3s,
  background 0.3s;
  z-index: 1;
}

#banner .consult-btn i {
  font-style: normal;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}

#banner .consult-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #005bff;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  transform: translateX(-50%);
}

#banner .consult-btn:hover::before {
  width: 100%;
}

#banner .consult-btn:hover,
#banner .consult-btn:hover i {
  color: #fff;
}

#banner .consult-btn:hover {
  background: #3773f5;
}

#banner .banner-left .banner-left-button {
  width: 180px;
  background: #005bff;
  color: #fff;
  border: none;
  border-radius: 35px;
  font-size: 17px;
  padding: 14px 0;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.2s;
  margin-left: 20px;
  outline: none;
}

#banner .banner-left .shadow1 {
  background: #78a2f8;
  width: 143px;
}

#banner .banner-left .shadow1:hover {
  background: #005bff;
  color: #fff;
}

/*--------------------------------------------------------------
# core Section
--------------------------------------------------------------*/

#core {
  padding-bottom: 55px;
}

#core .core-title {
  font-weight: 600;
  font-size: 40px;
  padding-top: 60px;
  padding-bottom: 5px;
  text-align: center;
  color: #333333;
}

#core .core-english {
  text-align: center;
  font-size: 24px;
}

#core .core-footer {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 36px;
  padding-top: 70px;
}

#core .core-content {
  display: flex;
  align-items: center;
  height: 110px;
  background-color: #f6f9ff;
  border-radius: 20px;
  max-width: 290px;
}

#core .core-content .core-content-img {
  width: 56px;
  margin-left: 25px;
  margin-right: 20px;
}

#core .core-content .core-content-text {
  font-size: 20px;
  padding-right: 20px;
  color: #4f4f4f;
}

/*--------------------------------------------------------------
# detail Section
--------------------------------------------------------------*/

#detail {
  background-image: url("https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-storage/bj.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 60px;
}

#detail .detail-title {
  margin-top: 70px;
  text-align: center;
}

#detail .detail-t1 {
  font-size: 47px;
  color: #fff;
  font-weight: bold;
}

#detail .detail-t2 {
  font-size: 23px;
  color: #fff;
}

#detail .detail-box {
  display: flex;
  padding-top: 100px;
  position: relative;
  align-items: center;
  justify-content: space-around;
}

#detail .sp-img-1 {
  justify-content: center;
  @media (min-width: 1440px) {
    justify-content: end;
  }
  @media (min-width: 1680px) {
    justify-content: center;
  }
}

#detail .storage-box-left {
  width: 50%;
}

#detail .storage-box-left .storage-title {
  font-size: 40px;
  font-weight: 550;
  color: #333333;
}

#detail .storage-box-left .desc {
  font-size: 20px;
  color: #717171;
  margin-left: 20px;
}

#detail .storage-box-left .storage-list {
  margin-top: 30px;
  padding-left: 0;
}

#detail .storage-list .storage-list-nub {
  position: relative;
  font-size: 18px;
  color: #707274;
  letter-spacing: 0;
  text-align: justify;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}

#detail .consult-btn {
  display: block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 25px;
  font-size: 16px;
  color: #005bff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 0.3s,
  background 0.3s;
  z-index: 1;
}

#detail .consult-btn i {
  font-style: normal;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}

#detail .consult-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #005bff;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  transform: translateX(-50%);
}

#detail .consult-btn:hover::before {
  width: 100%;
}

#detail .consult-btn:hover,
#detail .consult-btn:hover i {
  color: #fff;
}

#detail .consult-btn:hover {
  background: #1669ff;
}

#detail .detail-right {
  width: 40%;
}

#detail img {
  width: 100%;
}

#detail .h150 {
  height: 150px;
}

/*--------------------------------------------------------------
# info Section
--------------------------------------------------------------*/

#info {
  margin-top: -100px;
  /* margin-bottom: -250px; */
  margin-bottom: 50px;
}

#info .info-title {
  font-weight: 600;
  font-size: 40px;
  padding-top: 60px;
  padding-bottom: 180px;
  text-align: center;
}

#info .info-chart-bg {
  background: url("https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-storage/bj2.webp") no-repeat;
  background-size: 100% 100%;
}

#info .info-bg {
  background: url("https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-storage/bj3.webp") no-repeat;
  width: 70%;
  height: 578px;
  text-align: center;
  background-size: contain;
  position: relative;
  margin: auto;
}

#info .info-bg-chart {
  position: absolute;
  top: 13%;
  left: 37%;
}

#info .info-bg-tip {
  display: flex;
  position: absolute;
  font-size: 18px;
  color: #000;
}

#info .info-bg-tip img {
  margin-right: 5px;
}

#info .adv-active {
  font-size: 24px;
  color: #005fe6;
}

#info .tip-1 {
  top: 20%;
  left: 9%;
}

#info .tip-2 {
  top: 62%;
  left: 7%;
}

#info .tip-3 {
  top: 35%;
  left: 15%;
}

#info .tip-4 {
  top: -15%;
  left: 34%;
}

#info .tip-5 {
  top: 74%;
  left: 33%;
}

#info .tip-6 {
  top: -5%;
  left: 51%;
}

#info .tip-7 {
  top: 55%;
  left: 50%;
}

#info .tip-8 {
  top: -26%;
  left: 59%;
}

#info .tip-9 {
  top: 48%;
  left: 65%;
}

#info .tip-10 {
  top: -25%;
  left: 76%;
}

#info .tip-11 {
  top: -2%;
  left: 87%;
}

#info .tip-12 {
  top: 8%;
  left: 82%;
}

/*--------------------------------------------------------------
# selectaozhiyun Section
--------------------------------------------------------------*/

#selectaozhiyun {
  background-image: url("https://website-1322978539.cos.ap-guangzhou.myqcloud.com/zrczwms/img/cold-storage/banner2.webp");
  background-size: 100% 100%;
}

#selectaozhiyun .storage-box {
  padding: 0 200px;
  display: flex;
  align-items: center;
  color: #fff;
}

#selectaozhiyun .storage-box-left {
  width: 54%;
  padding: 0px;
}

#selectaozhiyun .storage-box-left .storage-title {
  font-size: 40px;
  font-weight: 550;
}

#selectaozhiyun .storage-box-left .storage-list {
  margin-top: 20px;
  padding-left: 16px;
}

#selectaozhiyun .storage-list-nub {
  position: relative;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}

#selectaozhiyun .storage-list-nub::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #005bff;
  position: absolute;
  top: 10px;
  left: -12px;
}

#selectaozhiyun .consult-btn {
  display: block;
  width: 156px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 25px;
  font-size: 16px;
  color: #005bff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: color 0.3s,
  background 0.3s;
  z-index: 1;
}

#selectaozhiyun .consult-btn i {
  font-style: normal;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}

#selectaozhiyun .consult-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: #edf3ff;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  transform: translateX(-50%);
}

#selectaozhiyun .consult-btn:hover::before {
  width: 100%;
}

#selectaozhiyun .consult-btn:hover,
#selectaozhiyun .consult-btn:hover i {
  color: #005bff;
}

#selectaozhiyun .consult-btn:hover {
  background: #edf3ff;
}

#selectaozhiyun .selectaozhiyun-right {
  margin-left: 30px;
  margin-top: 50px;
  margin-bottom: 25px;
}

#selectaozhiyun .selectaozhiyun-right img {
  width: 100%;
}

#video-deatil {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
}

#video-deatil .dialog-video {
  width: 50vw;
  margin-top: 70px;
  position: relative;
}

#video-deatil .video {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  box-shadow: 0 8px 16 rgba(0, 0, 0, 0.3);
}

#video-deatil .video-close-icon {
  position: absolute;
  line-height: 40px;
  border-radius: 50%;
  top: 6px;
  right: 6px;
  width: 36px;
  height: 36px;
  fill: #fff;
  cursor: pointer;
  display: block;
}

#video-deatil .video-close-icon:hover {
  fill: #2268f0;
}

#advantage {
  display: none;
}

.storage-list-nub > div:first-child {
  color: #1669ff;
  font-weight: 600;
}
