.logo {
  position: absolute;
  width: 3.22rem;
  /* height: 0.4rem; */
  top: 0.36rem;
  left: 2.68rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../web-imgs/logo.png');
}

.mobile-info {
  display: none!important;
}

#privacyAgreement {
  color: #1f75cb;
}

.logo-box {
  position: relative;
  height: 1.08rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #016BFF 100%);
}

.nav-title {
  position: absolute;
  font-size: 0.24rem;
  color: #333333;  
  left: 6.8rem;
}

.nav-title-01:hover {
  cursor: pointer;
  font-weight: bold;
}

.nav-title-02:hover {
  cursor: pointer;
  font-weight: bold;
}

.nav-title-03:hover {
  cursor: pointer;
  font-weight: bold;
}

.nav-title-04:hover {
  cursor: pointer;
  font-weight: bold;
}

.nav-active {
  cursor: pointer;
  font-weight: bold;
}

.nav-title-01 {
  pointer-events: auto;
  margin-left: 0;
}

.nav-title-02 {
  pointer-events: auto;
  margin: 0 0.6rem;
}

.nav-title-03 {
  pointer-events: auto;
  margin: 0 0.6rem 0 0;
}

.nav-title-04 {
  pointer-events: auto;
}

.header {
  width: 100%;
  height: 8.42rem;
}

.banner {
  position: relative;
  width: 100%;
  height: 8.42rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../web-imgs/banner-1.png');
}

.submit-LR-box {
  margin-top: -6.4rem;
  display: flex;
  justify-content: flex-end;
}

.submit-box {
  position: relative;
  margin-right: 1.24rem;
  width: 4.2rem;
  height: 5.2rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0rem 0.06rem 0.1rem 0rem rgba(52, 120, 229, 0.2);
  border-radius: 0.13rem;
}

.row-line-title {
  width: 100%;
  height: 0.49rem;
  /* margin-left: 1.8rem; */
  padding-top: 0.31rem;
  font-size: 0.26rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  line-height: 0.35rem;
  text-align: center;
}

.row-line-content {
  width: 100%;
  height: 0.29rem;
  font-size: 0.16rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.21rem;
  text-align: center;
}

.submit-form {
  width: 4.2rem;
  /* height: 5rem; */
  padding-bottom: 0.31rem;
}

.tel-box {
  position: absolute;
  right: 2.68rem;
  justify-content: flex-start!important;
}

.tel-box>span {
  margin-right: 0.1rem;
}

.tel-Img {
  width: 0.43rem;
  height: 0.34rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../web-imgs/tel.png');
  /* margin-left: 1.83rem; */
}

#hjy-tel {
  width: 2rem;
  height: .33rem;
  font-size: .24rem;
  font-family: AlibabaPuHuiTiR;
  color: #fff;
  line-height: .33rem;
}

/* 表单 */
.top-submit-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-submit-box {
  flex-direction: column;
  padding: 0 0.3rem;
}

.bottom-submit-box {
  width: 100%;
}

.labelname {
  font-size: 0.2rem;
  text-align: left;
  margin-bottom: 0.1rem;
}

.top-input-box {
  display: flex;
  justify-content: center;
  align-items: left;
  font-size: 0.24rem;
  height: 0.54rem;
  width: 100%;
  flex-direction: column;
}

.input-box {
  width: 20%;
  /* margin: 0 0.25rem; */
}

.top-input-box:nth-child(1) {
  margin-top: 0.41rem;
  margin-bottom: 0.2rem;
}

.top-input-box:nth-child(2) {
  margin-bottom: 0.2rem;
}

.input-cls {
  font-size: 0.24rem;
  height: 0.54rem;
  background: #ffffff;
  border: 0.01rem solid #dddddd;
  border-radius: 0.02rem;
  padding-left: 0.2rem;
  outline: none;
  box-sizing: border-box;
}

.submit-btn {
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.22rem;
  color: #ffffff;
  text-align: center;
  background: #05529F;  
  border-radius: 0.04rem;
}

.top-submit-btn {
  margin-top: 0.2rem;
  width: 100%;
}

.agreement {
  width: 100%;
  font-size: 0.14rem;
  color: #858585;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}

.agreement span {
  cursor: pointer;
}


.popover {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  display: none;
}

.popover .agree {
  width: 96px;
  height: 48px;
  background: #f57417;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin-left: 70px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 25px;
}

.popover .popover_content {
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 60%;
  margin-top: 15vh;
}

.popover .popover_content .contentBox {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}
/* 表单 */

/* 悬浮窗 */

.right-list .wechat-show-box {
  position: absolute;
  left: -1.4rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 1px 12px 2px rgb(40 82 174 / 50%);
  display: none;
}

.right-list .wechat-show-box-jiantou {
  position: absolute;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}

.right-list .right-list-tel:hover+span {
  position: absolute;
  left: -2.3rem;
  top: 0.1rem;
  transition: all 0.8s;
  opacity: 1;
}

.right-list .show-tel {
  width: 2.28rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.3rem;
  color: #fff;
  background: rgb(52, 120, 229);
  position: absolute;
  left: 2.3rem;
  top: 0.1rem;
  transition: all 0.8s;
  opacity: 0;
}

.right-list .show-tel:hover {
  position: absolute;
  left: -2.3rem;
  top: 0.1rem;
  transition: all 0.8s;
  opacity: 1;
}
/* 悬浮窗 */

/* 区域1 */
.content-1 .title {
  margin-top: 0.46rem;
  margin-bottom: 0.53rem;
  font-size: 0.42rem;
  font-family: AlibabaPuHuiTiR;
  color: #333;
  line-height: 0.55rem;
  font-weight: bold;
}

.content-1 .content-box {
  width: 67.7%;
  height: 7.64rem;
  background-image: url('../web-imgs/content-1-bg.png');
  background-size: 100% 100%;
  margin: 0 auto;
}
/* 区域1 */

/* 区域2 */
.content-2 {
  width: 100%;
  height: 10.77rem;
  background-image: url('../web-imgs/content-2-bg.png');
  background-size: 100% 100%;
}
.content-2 .title {
  padding-top: 0.46rem;
  padding-bottom: 0.53rem;
  font-size: 0.42rem;
  font-family: AlibabaPuHuiTiR;
  color: #333;
  line-height: 0.55rem;
  font-weight: bold;
}

.content-2 .content-box {
  width: 83%;
  height: 5.88rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.2rem;
  color: #333333;
}

.content-2 .content-box .box-left {
  flex: 1;
  padding-left: 1.53rem;
  padding-top: 0.6rem;
}

.content-2 .content-box .box-right {
  flex: 1;
  padding-left: 1.53rem;
  padding-top: 0.6rem;
}

.content-2 .content-box .box-left li {
  width: 50%;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.7rem;
  min-width: 4rem;
}

.content-2 .content-box .box-right li {
  width: 50%;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0.7rem;
  min-width: 4rem;
}

.content-2 .content-box .box-left li img, .content-2 .content-box .box-right li img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.1rem;
  margin-top: 0.03rem;
}

.content-2 .content-box .box-left li .title, .content-2 .content-box .box-right li .title {
  font-size: 0.24rem;
  line-height: 0.31rem;
  font-weight: bold;
  margin-bottom: 0.19rem;
  padding: 0;
  text-align: left;
}

.content-2 .content-box-bottom {
  width: 83%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem auto 0;
}

.content-2 .content-box-bottom li {
  flex: 1;
  padding: 0.35rem 0.16rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 2.1rem;
  box-sizing: border-box;
  margin-right: 0.74rem;
  list-style: none;
  display: flex;
  align-items: center;
  color: #333333;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(19,99,253,0.13);
}

.content-2 .content-box-bottom li:last-child {
  margin-right: 0;
}

.content-2 .content-box-bottom li img {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  margin-right: 0.1rem;
}
/* 区域2 */

/* 区域3 */
.content-3 {
  width: 100%;
  height: 11.32rem;
  background-image: url('../web-imgs/content-3-bg.png');
  background-size: 100% 100%;
  margin-top: 0;
}
.content-3 .title {
  padding-top: 0.43rem;
  padding-bottom: 0.47rem;
  font-size: 0.42rem;
  font-family: AlibabaPuHuiTiR;
  color: #FFFFFF;
  line-height: 0.55rem;
  font-weight: bold;
}

.content-3 .content-box {
  width: 66%;  
  height: 7.46rem;
  margin: 0.6rem auto 0.89rem;

}

.content-3 .content-box .swiper-slide {
  display: flex;
  justify-content: center;
}

.content-3 .content-box img {
  height: 7.46rem;
  display: block;
}

.title-second {
  margin-top: 0.84rem;
  font-size: 0.42rem;
  line-height: 0.55rem;
  color: #fff;
  font-weight: bold;
  justify-content: center;
}

/* 区域3 */

/* 区域4 */
.content-4 {
  width: 100%;
  height: 3.2rem;
  background-image: url('../web-imgs/bg-4.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.four-box-common {
  width: 72.9%;
  height: auto;
  margin: 0.8rem auto 0.7rem;
}

.box-market {
  width: 2.67rem;
  height: 2.55rem;
  background: url(../images/麦穗标志.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 3px;
}
.text-group-market {
  width: 1.62rem;
  height: 0.96rem;
  margin: 0.66rem 0 0 0.5rem;
}
.market-tip {
  width: 0.52rem;
  height: 0.35rem;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 0.26rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  white-space: nowrap;
  line-height: 0.35rem;
  margin-left: 0.61rem;
}

.market-text {
  text-align: center;
  width: 1.62rem;
  height: .48rem;
  overflow-wrap: break-word;
  color: #fff;
  font-size: .18rem;
  font-family: MicrosoftYaHei;
  line-height: .24rem;
  margin-top: .13rem;
}
/* 区域四 */

/* 区域五 */
.content-5 {
  width: 100%;
}
.content-5 .title {
  margin-top: 0.46rem;
  margin-bottom: 0.53rem;
  font-size: 0.42rem;
  font-family: AlibabaPuHuiTiR;
  color: #333;
  line-height: 0.55rem;
  font-weight: bold;
}

.four-box-server {
  width: 100%;
  padding: 0 0.8rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.four-box-server img {
  width: 100%;
  display: block;
}
/* 区域五 */