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

#privacyAgreement {
  color: #1f75cb;
}

.logo-box {
  position: relative;
  height: 1.08rem;
}

.nav-title {
  position: absolute;
  font-size: 0.24rem;
  color: #fff;
  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.08rem;
}

.banner {
  position: relative;
  width: 100%;
  height: 8.08rem;
  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.92rem;
  height: 5.72rem;
  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.92rem;
  /* 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: 1.52rem;
  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.58rem;
  width: 100%;
  flex-direction: column;
}

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

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

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

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

.submit-btn {
  min-width: 2.27rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  color: #ffffff;
  text-align: center;
  background: #068bff;
  border-radius: 0.34rem;
}

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

.agreement {
  width: 100%;
  font-size: 0.14rem;
  color: #858585;
  margin-top: 0.28rem;
  margin-bottom: 10px;
  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 .title .desc {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTiR;
  color: #333;
  line-height: 0.31rem;
  font-weight: normal;
  margin-top: 0.14rem;
}

.content-1 .content-box {
  width: 100%;
  height: 9.6rem;
  background-image: url('../web-imgs/content-1.png');
  background-size: 100%;
  display: flex;
}

.content-1 .content-box .box-left {
  width: 32.9%;
  height: 9.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.33rem;
  box-sizing: border-box;
}

.box-left li {
  width: 100%;
  height: 1.9rem;
  margin-bottom: 0.33rem;
  padding-left: 40%;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-left li.active {
  width: 100%;
  height: 1.9rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../web-imgs/content-1-li-active.png');
}

.box-left li p {
  font-size: 0.36rem;
  line-height: 0.47rem;
  color: #333300;
  font-weight: bold;
}

.box-left li.active p {
  color: #1363FD;
}

.box-left li p:last-child {
  font-size: 0.24rem;
  line-height: 0.31rem;
  color: #333300;
  margin-top: 0.35rem;
  font-weight: normal;
}

.box-left li p:last-child span {
  display: inline-block;
  vertical-align: middle;
}

.box-left li.active p:last-child span:first-child  {
  color: #1363FD;
}

.box-left li p:last-child span:last-child  {
  display: none;
  margin-left: 0.9rem;
}

.box-left li.active p:last-child span:last-child  {
  display: inline-block;
}

.content-1 .content-box .box-right {
  width: 67.1%;
  height: 9.6rem;
  box-sizing: border-box;
  padding: 0.8rem 0.72rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  display: none;
}

.box-right li {
  width: 33.33%;
  list-style: none;
  font-size: 0.18rem;
  line-height: 0.38rem;
  color: #878787;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}

.box-right li .page-title {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #333;
  font-weight: bold;
}

.box-right li p {
  margin: 0;
}

.box-right .box-right-ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.box-right .box-right-ul li {
  width: 100%;
}

.box-right img {
  width: 4.55rem;
}

.content-1 .content-box .box-right.show {
  display: flex;
}

.content-1 .content-box .box-right.hide {
  display: none;
}
/* 区域1 */

/* 区域2 */
.content-2 .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-2 .content-box {
  width: 100%;
  display: flex;
  margin-bottom: 0.8rem;
}

.content-2 .content-box img {
  width: 72.9%;
  margin: 0 auto;
}

/* 区域2 */

/* 区域3 */
.content-3 .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-3 .content-box {
  width: 72.9%;  
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.8rem auto 0.8rem;
}

.content-3 .content-box li {
  list-style: none;
  margin-right: 0.22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: MicrosoftYaHei;
  text-align: center;
}

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

.content-3 .content-box li img {
  position: absolute;
  width: 1.62rem;
  height: 1.88rem;
  left: 50%;
  margin-left: -0.81rem;
  top: -1.33rem;
}

.content-box-text {
  width: 3.37rem;
  height: 3.37rem;
  font-size: 0.20rem;
  line-height: 0.34rem;
  color: #333;
  background: #EEF2FC;
  padding: 0.91rem 0.38rem 0;
  box-sizing: border-box;
}

.content-box-text .text-title {
  font-weight: bold;
  margin-bottom: 0.15rem;
  text-align: center;
}
/* 区域3 */

/* 区域4 */
.content-4 {
  width: 100%;
  height: 3.2rem;
  background-image: url('../web-imgs/bg-4.png');
  background-size: 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;
}
/* 区域五 */