﻿/* .banner {
  width: 100%;
  background: url('/assets/zrx_front/images/banner/联系我们.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  position: relative;
  overflow: hidden;

} */
.banner {
  height: 60vh;
}

.header-top {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-item {
  height: 60vh;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner .link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.banner .w1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.banner .left {
  width: 40%;
  flex-shrink: 0;
}

.banner .right {
  width: 40%;
  flex-shrink: 0;
}

.banner .right-img {
  max-width: 50%;
  flex-shrink: 0;
  position: relative;
}

.banner .title {
  font-size: 45px;
}

.banner .title>div {
  font-size: 15px;
  line-height: 28px;
  padding-top: 20px;
  opacity: .7;
}

.banner .btn {
  display: flex;
  align-items: center;
  margin-top: 24px;
  flex-wrap: wrap;
}

.banner .btn>a[yui-button] {
  background-color: #fff;
  color: #2B85FB;
  border-color: rgba(255, 255, 255, .5);
}

.banner .btn>a[yui-button]:not(.plain):hover {
  background-color: #fff;
  color: #2B85FB;
  border-color: transparent;
  ;
}

.banner .right-button,
.banner .right-button:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff;
  height: auto;
  padding: 0px;
}

.banner .right-button.yellow {
  color: #ffdb49 !important;
  font-weight: 600;
}

.banner .tip {
  color: rgb(35, 231, 169);
  font-weight: 600;
  font-size: 14px;
}

.banner .tip a {
  color: rgb(35, 231, 169);
  font-weight: 600;
}

.banner.plain .title {
  text-align: center;
  color: #FEFEFF;
  font-size: 28px;
}

.banner.plain .title>div {
  font-size: 18px;
  opacity: 1;
}

.public-anchor {
  position: relative;
  background-color: #F4F3F5;
  background-image: linear-gradient(to bottom, rgb(137 164 255), hsl(0, 9%, 91%));
}

.anchor-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;

}

.anchor-box img {
  height: 50px;
  margin-right: 10px;
}

.anchor-item {
  height: 100px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bolder;
  color: #3b3a3a;
}

.anchor-item.border_l {
  border-left: 0.5px solid #f7f7f757;

}

.anchor-item.border_r {
  border-right: 0.5px solid #f7f7f757;

}

.anchor-item:hover {
  color: #C8000B;
  background-color: #f7f7f757;
}

.public-anchor .anchor {
  background-color: #fff;
  z-index: 2020;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.public-anchor .anchor.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #1f2533;
}

.public-anchor .anchor .w1200 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.public-anchor .anchor .w1200 .logo {
  margin-right: 40px;
}

.public-anchor .anchor .anchor-item {
  padding: 0 2%;
  color: #303133;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
}

.public-anchor .anchor.fixed .anchor-item {
  color: #fff;
}

.public-anchor .anchor .anchor-item:last-child {
  margin-right: 0;
}

.public-anchor .anchor .anchor-item:hover,
.public-anchor .anchor .anchor-item.checked {
  color: #2B85FB;
}

.public-anchor .anchor .anchor-item.checked:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -1px;
  color: #2B85FB;
  height: 3px;
  background-color: #2B85FB;
  left: 0;
}

.public-anchor .anchor .w1200 .btn {
  margin-left: auto;
  height: 40px;
  color: #fff;
}

.public-article {
  padding: 64px 0;
}

.public-article>.w1200 {}

.public-article>.w1200>div {}

.public-article .title {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e7ed;
  color: #333;
}

.public-article {
  display: flex;
  align-items: center;
  color: #555;
  line-height: 40px;
}

.article-div:first-child {
  flex: 1;
  padding-right: 5vw;
}

.article-div:nth-child(2) {
  flex: 1;
  padding-left: 5vw;

}

.public-article .article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  margin-right: 16px;
  color: rgb(36, 34, 34);
}

.public-article .article {}

.public-article .time {
  flex-shrink: 0;
  color: rgb(36, 34, 34);
}

.public-article .article:hover .article-title {
  color: #2B85FB;
}

.public-article .article:hover .time {
  color: #2B85FB;
}




.hover-bg-cards {
  padding: 64px 0;
}

.hover-bg-cards>.module-title {
  margin-bottom: 64px;
}

.hover-bg-cards>.w1200 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.hover-bg-cards>.w1200:last-child {
  margin-bottom: 0;
}

.hover-bg-cards .card {
  width: 0;
  flex-grow: 1;
  margin-right: 0.2vw;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  border-color: transparent;
  border-top: 3px solid transparent;
  background-color: transparent;
  flex-direction: row;
}

.hover-bg-cards .card:hover {
  border-top-color: #2B85FB;
  background: url('/assets/zrx_front/images/advantage-bg.png') center no-repeat;
  background-size: cover;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.hover-bg-cards .card:last-child {
  margin-right: 0;
}

.hover-bg-cards .card .right {
  margin-left: 1.3vw;
}

.hover-bg-cards .card .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #292d33;
}

.hover-bg-cards .card .desc {
  color: #8590a1;
}

.common-question {
  padding: 64px 0;
  background: url('/assets/zrx_front/images/qa-bg.png') center center no-repeat;
  background-size: cover;
}

.common-question .card {
  padding: 16px 24px;
  margin-bottom: 24px;
}

.common-question .card:last-child {
  margin-bottom: 0;
}

.common-question .card:hover {
  border: 1px solid #2B85FB;
}

.common-question .card .top {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.common-question .card .top>div {
  flex-grow: 1;
  margin: 0 24px;
  font-size: 16px;
  position: relative;
}

.common-question .card .top>div:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: -24px;
  top: 10px;
  background-color: #292d33;
}

.common-question .card .yIcon {
  background-color: #0068b7;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  padding: 2px;
}

.common-question .card .yIcon.icon-reduce-plain {
  display: none;
}

.common-question .card .bottom {
  border-top: 1px solid #ebeef5;
  margin-top: 16px;
  padding: 16px 0 0 24px;
  line-height: 26px;
  color: #555;
  display: none;
}

.common-question .card .bottom>span {
  color: #2B85FB;
}

.common-question .card.checked {
  border: 1px solid #0068b7;
  background-color: #0068b7;
  color: #fff;
}

.common-question .card.checked .top>div:before {
  background-color: #fff;
}

.common-question .card.checked .bottom {
  color: rgba(255, 255, 255, .8);
  border-top: 1px solid rgba(255, 255, 255, .4);
}

.common-question .card.checked .icon-add-plain {
  display: none;
}

.common-question .card.checked .icon-reduce-plain {
  display: block;
  color: #2B85FB;
  background-color: #fff;
}

.common-question .card a[yui-link] {
  color: #fff !important;
  position: relative;
}

.common-question .card a[yui-link]:hover:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 5px;
}

.hover-cards {
  /* display: flex;
  flex-wrap: wrap;*/
}

.hover-cards .card {
  margin-top: 10px;
  position: relative;
  background-color: #fff;
  padding: 32px 24px;
  text-align: center;
  border-left: 1px solid #e3e4e5;
  transition: .3s;
}



.hover-cards .card:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
  z-index: 1;
  border-left-color: transparent;
}

.hover-cards .card:hover+.card {
  border-left-color: transparent;
}

.hover-cards .card:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: -1px;
  left: 0;
  background-color: #2b85fb;
}

.hover-cards .card:hover .btn {
  background-color: #2b85fb;
  color: #fff;
}

.hover-cards2 {
  /* display: flex;
  flex-wrap: wrap;*/
}

.hover-cards2 .card {
  position: relative;
  background-color: #fff;
  padding: 32px 24px;
  text-align: center;
  border-left: 1px solid #e3e4e5;
  transition: .3s;

}

.hover-cards2 .support-box {
  padding: 1.5rem;
}

.hover-cards2 .card:hover {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
  z-index: 1;
  border-left-color: transparent;
}

.hover-cards2 .card:hover+.card {
  border-left-color: transparent;
}

.hover-cards2 .card:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: -1px;
  left: 0;
  background-color: #2b85fb;
}

.hover-cards2 .card:hover .btn {
  background-color: #2b85fb;
  color: #fff;
}

.common-radio-part .common-radio-group {
  display: flex;
}

.common-radio-part .common-radio-group .common-radio {
  cursor: pointer;
}

.common-radio-part .common-radio-group .common-radio.disabled {
  cursor: not-allowed;
}

.common-radio-part .common-radio-panel-group {
  margin-top: 24px;
}

.common-radio-part .common-radio-panel:not(.checked) {
  display: none;
}

/* =========================== 公共模块 =========================== */

.hot-recommend {
  padding: 64px 0;
  background-color: #fafafc;
}

.hot-recommend .card .right-top-ribbon {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.hot-recommend .card:before {
  z-index: 1;
}

.hot-recommend .card .right-top-ribbon:after {
  content: 'HOT';
  right: -70px;
  top: -32px;
  background: #f03131;
  z-index: 0;
}

.hot-recommend .card .title {
  font-size: 18px;
  font-weight: 600;
}

.hot-recommend .card .desc {
  margin-bottom: 24px;
  font-size: 12px;
  padding: 16px 0;
  color: #7a8799;
  line-height: 22px;
  border-bottom: 1px solid #e3e4e5;
}

.hot-recommend .card .price .tip {
  font-size: 12px;
  color: #f23c3c;
  display: inline-block;
  border: 1px solid #f23c3c;
  border-radius: 4px;
  margin-left: 4px;
  padding: 2px 4px;
}

.hot-recommend .card .row-custom {
  height: 40px;
  display: flex;
  align-items: center;
}

.hot-recommend .card .row-custom>div:first-child {
  color: #7a8799;
  width: 30%;
  text-align: right;
  margin-right: 2%;
}

.hot-recommend .card .row-custom>div:last-child {
  font-weight: 600;
}

.hot-recommend .card .btn {
  width: 100%;
  margin: 24px 0 16px;
  background-color: #086fbd;
  color: #fff;
}

.hot-recommend .card .price span {
  font-size: 24px;
}

.hot-recommend .remark {
  color: #f23c3c;
  padding-top: 24px;
}

.product-features {
  padding: 64px 0;
}

.product-features .w1200 {
  display: flex;
  align-items: center;
}

.product-features .right {
  margin-left: 3vw;
}

.product-features .right .module-title {
  text-align: left;
  margin-bottom: 12px;
}

.product-features .right .module-title span {
  position: relative;
  top: -15px;
  font-size: 16px;
}

.product-features img {
  width: 50%;
}

.product-features .title {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 8px;
}

.product-features .desc {
  color: #909399;
  margin: 4px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px #eee solid;
}

.product-advantage {
  background-color: #fafafc;
}

.product-advantage .iconfont {
  width: 40px;
  height: 40px;
}

.service-support {
  padding: 64px 0;
  background: url('/assets/zrx_front/images/ensure-bg.png') center center no-repeat;
  background-size: cover;
}

.service-support .hover-cards {
  margin-bottom: 24px;
}



.service-support .card {
  padding: 32px 24px;
  border: 1px solid #e3e4e5 !important;
  /* margin-left: 24px; */
  border-radius: 4px;
}



.service-support .card .title {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.service-support .card .title .iconfont {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.service-support .card .desc {
  color: #7a8799;
  line-height: 24px;
  text-align: left;
}

.cn2 {
  padding: 64px 0;
  background: url('/assets/zrx_front/images/support-bg.png') center center no-repeat;
  background-size: cover;
}

.cn2 .w1200 {
  display: flex;
  padding: 0 0 40px 0;
}

.cn2 .w1200:last-child {
  padding: 0
}

.cn2 .w1200 .card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  flex-grow: 1;
  margin: 0 20px;
  padding: 8px 0;
  height: 72px;
}

.cn2 .w1200 .card img {
  max-height: 100%;
}

.block-radio {
  padding-top: 24px;
  display: block !important;
  height: auto !important;
}

.block-radio .common-radio-part {
  width: 100% !important;
}

.block-radio .common-radio-group {
  border-color: #2B85FB;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}

.block-radio .common-radio {
  padding: 6px 0;
  position: relative;
  min-width: 50px;
  text-align: center;
  flex: 1;
  color: #2B85FB;
}

.block-radio .common-radio+.common-radio {
  border-color: #2B85FB;
  border-style: solid;
  border-width: 0 0 0 1px;
}

.block-radio .common-radio.checked {
  background: #0068b7;
  color: #fff;
}

.block-radio .common-radio .cut-tag {
  position: absolute;
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  white-space: nowrap;
  background: linear-gradient(to right, #ecc081, #f7e7ce);
  border-radius: 0 4px;
  line-height: 1;
  top: 0;
  right: -1px;
  color: #b26800;
  transform: translateY(-70%);
  font-weight: normal;
}

.block-radio .three-year {
  display: none;
}

.block-radio .arrow-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #2B85FB;
  border-bottom-width: 0;
  transform: translateY(-50%);
}

.block-radio .common-radio.checked .arrow-icon {
  border-top-color: #fff;
}

.block-radio .dropdown-panel {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  border: 1px solid #2B85FB;
  color: #2B85FB;
  padding: 8px 0;
  border-radius: 0 0 4px 4px;
}

.block-radio .common-radio:hover .dropdown-panel {
  display: block;
}

.cloud-server-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 24px;
  line-height: 1;
}

.cloud-server-price .now {
  color: #d7001d;
}

.cloud-server-price .now .num {
  font-size: 28px;
  font-weight: 600;
}

.cloud-server-price .old {
  margin-left: 12px;
  text-decoration: line-through;
  color: #cccccc;
  transform: translateY(-1px);
}