/* .banner {
    background-color: #DB3730;
    height: 500px;
}*/

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



.banner {
  height: 460px;
  width: 100%;
  background: #DB3730;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.banner .learn-more{
  padding:12px 40px;
  font-size: 2.2rem;
  border-radius: 1.2rem;
}
.banner .learn-more:hover{
  background-color: #d84a45;
  color: #fff;
}
.banner .link {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
 

.banner .left {
  width: 40%;
  flex-shrink: 0;
}
.banner .left .dec{
  color: #fff;
  font-weight: 600;
}
.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-div {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

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

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

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

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

.banner .tip {
  color: rgb(35, 231, 169);
  font-weight: 600;
  margin-left: 18px;
  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 {
  height: 60px;
  position: relative;
}

.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 .container2 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.public-anchor .anchor .container2 .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: #DB3730;
}

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

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


/********************************************/

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

.service-support-1 .w1200 {
  display: flex;
  justify-content: space-between;
}

.service-support-1 .w1200 .left {
  width: 50%;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #e5e7e8;
  display: flex;
  align-items: center;
}

.service-support-1 .w1200 .left>div {
  width: 100%;
  padding: 0 16px;
}

.service-support-1 .w1200 .left .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-support-1 .w1200 .left .row>div {
  width: 0;
  flex-grow: 1;
  margin: 8px;
  background-color: #fff;
  border: 1px solid #e5e7e8;
}

.service-support-1 .w1200 .left .row>div>img {
  max-width: 180px;
}

.service-support-1 .w1200 .right {
  width: 50%;
  background-color: rgba(255, 255, 255, .7);
  border-color: #e5e7e8;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  padding: 24px;
  position: relative;
}

.service-support-1 .w1200 .right:before {
  content: '';
  width: 6px;
  height: 52px;
  background-color: #3591fc;
  position: absolute;
  top: 24px;
  left: 0;
}

.service-support-1 .w1200 .right .content {
  background-color: #fafafc;
  height: 100%;
  line-height: 40px;
  padding: 16px 16px 16px 40px;
}

.service-support-1 .w1200 .right .content .text {
  position: relative;
}

.service-support-1 .w1200 .right .content .text:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #525a66;
  left: -22px;
  top: 18px;
  border-radius: 100%;
}

/***************/
.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;
}


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

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



.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: #DB3730;
  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 #DB3730;
}

.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: #DB3730;
  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: #DB3730;
}

.common-question .card.checked {
  border: 1px solid #DB3730;
  background-color: #DB3730;
  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: #DB3730;
  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: #DB3730;
}

.hover-cards .card:hover .btn {
  background-color: #DB3730;
  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: #DB3730;
}

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

.price {
  padding-bottom: 64px;
}

.price .price-table {
  width: 100%;
  text-align: center;
  box-shadow:
  2.8px 8.5px 10px rgba(0, 0, 0, 0.035),
  22px 68px 80px rgba(0, 0, 0, 0.07)
;

}

.price .table-title {
  background-color: #DB3730;
}

.price .module-title {
  margin-top: 64px;
}

.price .table-title th {
  padding: 15px 0px;
  color: #fff;
}

.price .table-item:hover {
  background-color: #aeb1b896;
}
.price .table-item .learn-more{
  background-color: #DB3730;
  border-color:#DB3730;

}
.price .table-item .learn-more:hover{
  background-color: #f58985;

}
.price .bg-blue {
  background: #ECF5FF;
}

.price td {
  padding: 15px 0px;
}