body {
  letter-spacing: 0;
}
.success{
  text-align: center;
}
.product-banner {
  width: 100%;
  height: 86rem;
  background: url(../img/product/znhkbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.xunpan-banner {
  background: url(../img/xunpan/xpsdbg.png) no-repeat center;
}
.condition {
  width: 80%;
  height: 55rem;
  padding: 6rem;
  z-index: 99;
  background-color: #fff;
  position: absolute;
  top: 74rem;
  left: 50%;
  margin-left: -40%;
  border-radius: 20px;
}
.condition-title {
  color: #333;
  font-size: 22px;
  font-weight: 550;
  text-align: center;
}
.condition-category {
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.condition-content {
  width: 25%;
  font-size: 14px;
  color: #999;
  height: 30rem;
  line-height: 22px;
  padding: 3rem;
  border-radius: 15px;
  text-align: center;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.condition-content:hover {
    color: #fff;
    background-color: #6eb7c9;
}
.condition-content:hover .condition-line{
    border-bottom: 3px #DD8F90 solid;
}
.condition-content:hover .condition-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px #fff solid;
    background-color: #6eb7c9;
}
.condition-content .condition-img img:nth-child(2){
   display: none;
}
.condition-content:hover .condition-img img:nth-child(1){
    display: none;
}
.condition-content:hover .condition-img img:nth-child(2){
    display: block;
}
.condition-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  background-color: #fff;
}
.condition-img img {
  width: 50%;
}
.condition-line {
  width: 6rem;
  border-bottom: 3px #d8d8d8 solid;
  margin: 1rem 0;
}

.getMessage-warp {
  border-radius: 40px;
  width: 480px;
  padding: 50px;
  box-shadow: 0 0 9px 0px rgb(0 0 0 / 30%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.getMessage-warp p {
  color: #333;
  font-size: 20px;
  font-weight: 550;
  text-align: center;
}
.layui-form-item {
  display: flex;
  justify-content: center;
}
.layui-input-block {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.layui-form-item span {
  color: red;
  position: relative;
  top: 8px;
  margin-right: 5px;
}
.layui-input-block label {
  color: #333;
  margin: 0;
}
.layui-input-block input {
  padding: 0;
  border: 1px solid #ebebeb;
}
.layui-input-block textarea {
  width: 215px;
  height: 100px;
  border: 1px solid #ebebeb;
}
.layui-input-button {
  text-align: center;
  margin-top: 10px;
}
.layui-input-button button {
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #6eb7c9 0%, #b9e0ef 100%);
}
.submit-pc{
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #6eb7c9 0%, #b9e0ef 100%);
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.submit-pc:hover{
  color: #fff;
}
.section1-pre-text {
  width: 43%;
  padding: 50px;
}
.section1-pre-text p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.section1-pre-text p:nth-child(1) {
  margin-bottom: 34px;
}
.section1-pre-text p:nth-child(3) {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.section-img {
  width: 500px;
}
.section-img img {
  width: 100%;
}
.img-none {
  display: none;
}
.selected{
    display: block;
}
.style-line-i {
  display: inline-block;
  position: relative;
  top: -9px;
  left: 10px;
  opacity: 0.8;
  font-style: inherit;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #6eb7c9 0%, #ffffff 100%);
}
.style-line {
  display: inline-block;
  width: 89px;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
  position: absolute;
  bottom: -18px;
  left: 9px;
  margin: 0 auto;
  z-index: 1;
}
.style-line-i-right {
  display: inline-block;
  position: relative;
  top: -9px;
  left: 100px;
  opacity: 0.8;
  font-style: inherit;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #fff 0%, #6eb7c9 100%);
}
.style-line-right {
  display: inline-block;
  width: 89px;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
  position: absolute;
  bottom: -18px;
  left: -80px;
  margin: 0 auto;
  z-index: 1;
}
.content-phone{
    display: none;
}
@media (max-width: 767px) {
  .xunpan-banner {
    background: url(../img/xunpan/xpsdbg.png) no-repeat top -400px right -120px;
  }
  .flexBox {
    display: none !important;
  }
  .pre-container .dingzhi {
    display: none !important;
  }
  .phone-desc {
    padding: 4rem 2rem;
  }
  .pre-img1 {
    padding-left: 0 !important;
  }
  .contrastTable tr {
    /* display: flex;
          flex-direction: column;
          padding: 15px 0; */
  }
  /* .contrastTable{
          display: none;
      }
      .pc-presentation-item {
          padding: 0 !important;
      } */
}
@media (min-width: 767px) {
  .phone-desc {
    display: none;
  }
  
}
.whatsApp-banner {
  background: url(../img/product/whatsAppbg.png) no-repeat center;
}
.agent-banner {
  background: url(../img/agent/agent-banner.png) no-repeat center;
  width: 100%;
  background-size: cover;
  position: relative;
}
.mail-banner {
  background: url(../img/mailManagement/mail_bg.jpg) no-repeat center;
}
.product-banner-data {
  width: 100%;
  height: 40rem;
  background: url(../img/product/dsjbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.product-banner-customer {
  width: 100%;
  height: 40rem;
  background: url(../img/product/khglbg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.product-banner-text {
  font-size: 44px;
  /* font-weight: bold; */
  line-height: 1.6;
  color: white;
  position: absolute;
  margin-top: 7rem !important;
  top: 22%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.p-size {
  font-size: 20px;
}

.product-banner-button {
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #1676ff;
  padding: 0.8rem 3rem;
  text-align: center;
  font-size: 20px;
  color: white;
  display: inline-block;
  font-weight: 500;
  margin-top: 2.5rem;
  cursor: pointer;
}

.pc-presentation-item {
  width: 80%;
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10rem;
}
.pre-data {
  text-align: center;
  width: 100%;
}
.data-title {
  margin-bottom: 6rem;
  font-weight: bold;
}
.data-img {
  height: 116px;
  display: inline-block;
}
.data-h {
  /* height: 124px; */
  display: inline-block;
}
.data-w {
  width: 103%;
}
.data-btn {
  width: 114px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #6eb7c9;
  color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.data-analysis {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.data-item {
  text-align: center;
  vertical-align: center;
}
.data-item p {
  margin: 2px;
  color: #777;
}
.data-img-m {
  width: 74px;
  height: 74px;
}
.pre-text {
  font-size: 18px;
  color: #666;
  width: 43%;
  height: 352px;
  background-color: #fff;
}
.pre-text ul li {
  list-style: none;
}
.data-title2 {
  font-size: 20px;
}

.pre-title {
  font-size: 30px;
  padding-bottom: 2rem;
  line-height: 1.3;
  color: #333;
  font-weight: bold;
}
.pre-data-title {
  font-size: 38px;
  line-height: 1.3;
  margin-bottom: 4rem !important;
  color: #333;
  font-weight: bold;
}
.pre-w {
  width: 294px;
}
.pre-bg {
  background-color: white;
}
.pre-title-pb {
  padding-bottom: 2rem;
}
.pre-title2 {
  font-size: 16px;
  /* font-family: "Microsoft YaHei"; */
  color: #4b4b4b;
  line-height: 1.333;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 5px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}

.know-detail-button {
  color: white;
  text-align: center;
  background: #6eb7c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  font-weight: 100;
}
.know-detail-button:hover,
.customhouse-button:hover,
.product-banner-button:hover,
.data-btn:hover {
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  filter: alpha(opacity=80);
}

.pre-container {
  /* margin-left: auto;
      margin-right: auto;
      word-break: break-all; */
  text-align: center;
}

.pre-img1 {
  max-width: 647px;
  padding-left: 4rem;
}

.pre-img2 {
  max-width: 618px;
  margin-left: -60px;
}

/* .pre-img3 {
      max-width: 500px;
  } */
.img-phone {
  display: none;
}
.freeBtn {
  width: 216px;
  height: 60px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  /* background: url('../img/mailManagement/btnBg.png') no-repeat; */
  background: linear-gradient(
    90deg,
    rgba(10, 195, 223, 1) 0%,
    rgba(54, 231, 210, 1) 100%
  );
  background-size: 216px 60px;
  position: relative;
  margin: 2% auto 20px;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  margin-top: 9rem;
  color: #fff;
  display: block;
  font-weight: bold;
}
.freeBtn:hover {
  width: 216px;
  height: 60px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: linear-gradient(
    90deg,
    rgba(54, 231, 210, 1) 0%,
    rgba(10, 195, 223, 1) 100%
  );
  background-size: 216px 60px;
  position: relative;
  margin: 2% auto 20px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  margin-top: 9rem;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.freeBtn:hover {
  /* box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.3); */
}
.topicTitle {
  width: 388px;
}

@media (min-width: 1600px) {
  .pre-container {
    /* max-width: 1240px; */
  }
  .container {
    width: 1400px;
  }
}

@media (max-width: 1600px) and (min-width: 1400px) {
  .pre-img2 {
    margin-left: -40px;
    padding-right: 6rem;
  }
  .pc-presentation-item {
    justify-content: space-around;
  }
}

@media (max-width: 1400px) and (min-width: 1024px) {
  .product-banner-text {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .p-size {
    font-size: 14px;
  }
  .product-banner-text {
    font-size: 38px;
  }
  .product-banner {
    height: 34rem;
  }
  .product-banner-button {
    padding: 0.8rem 3rem;
    font-size: 18px;
    cursor: pointer;
  }

  .product-banner-text {
    padding: 2rem;
  }
  .pre-img1 {
    max-width: 100%;
    margin-top: 4rem;
  }
  .pre-img2 {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  /* .pre-img3 {
          max-width: 100%;
          padding-left: 0;
          margin-top: 4rem;
          display: none;
      } */
  .pc-presentation-item {
    padding: 0rem 2rem;
    display: inherit;
    text-align: center;
  }
  .pre-text {
    width: 100%;
    text-align: center;
  }
  .pre-text p {
    margin-bottom: 1.5rem;
  }
  .pre-text-2 {
    padding-right: 0rem;
  }
  .pre-title {
    font-size: 32px;
    padding-bottom: 2rem;
    line-height: 1.3;
  }
  .product-banner-data {
    height: 25rem;
  }
  .product-banner-customer {
    height: 35rem;
  }
  .product-banner-text {
    text-align: center;
  }
  .data-title,
  .pre-data-title {
    font-size: 24px;
  }
  .data-title2 {
    font-size: 18px;
  }
  .data-img-m {
    width: 74px;
    height: 74px;
  }
  .pre-w {
    width: 294px;
  }
  .pre-title2 {
    font-size: 16px;
  }
  .know-detail-button {
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
  }
}
.phone{
  display: none;
}
@media (max-width: 767px) {
.condition-pc{
  display: none;
}
.phone{
  display: block;
}
.content-pc{
    display: none;
}
.content-phone{
    display: block;
}
.condition-phone{
  text-align: center;
  margin-top: 20px;
}

.condition-phone-title {
  color: #333;
  font-size: 16px;
  font-weight: bolder;
}
.style-line-i-phone {
  display: inline-block;
  position: relative;
  top: -9px;
  left: 7px;
  opacity: 0.8;
  font-style: inherit;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(90deg, #6eb7c9 0%, #ffffff 100%);
}
.style-line-phone {
  display: inline-block;
  width: 63px;
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(186, 224, 232, 0.8) 0%,
    rgba(110, 183, 201, 0.8) 100%
  );
  position: absolute;
  bottom: -18px;
  left: 9px;
  margin: 0 auto;
  z-index: 1;
}
.condition-phone-content {
  font-size: 14px;
  color: #999;
  height: 30rem;
  line-height: 22px;
  padding: 3rem;
  border-radius: 15px;
  text-align: center;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.condition-phone-content:hover {
    color: #fff;
    background-color: #6eb7c9;
}
.condition-phone-content:hover .condition-phone-line{
    border-bottom: 3px #DD8F90 solid;
}
.condition-phone-content:hover .condition-phone-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px #fff solid;
    background-color: #6eb7c9;
}
.condition-phone-content .condition-phone-img img:nth-child(2){
   display: none;
}
.condition-phone-content:hover .condition-phone-img img:nth-child(1){
    display: none;
}
.condition-phone-content:hover .condition-phone-img img:nth-child(2){
    display: block;
}
.condition-phone-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  background-color: #fff;
}
.condition-phone-img img {
  width: 50%;
}
.condition-phone-line {
  width: 6rem;
  border-bottom: 3px #d8d8d8 solid;
  margin: 1rem 0;
}
.section-phone{
  margin-top: 20px;
}
.section-phone-img{
  margin-top: 20px;
}
.section-phone-img div img{
  width: 100%;
}
/* .section-phone-img {
  width: 500px;
} */
/* .section-phone-img img {
  width: 100%;
} */
.pre-text-phone {
  text-align: center;
}
.pre-text-phone ul{
  width: 80%;
  margin: auto;
}
.pre-text-phone ul li {
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 5rem;
  height: 115px;
  margin-top: 10px;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.pre-text-phone ul li p:nth-child(1) {
  color: #333;
  font-weight: 550;
  margin-right: 60px;
}
.pre-text-phone ul li p {
  margin: 0px;
}

.pre-text-phone ul li:hover{
      padding-left: 20px;
      border-radius: 10px;
      background-color: #6EB7C9 ;
      color: #fff;
      transform: scale(1.1)
  }
.pre-text-phone ul li:hover p{
      color: #fff;
  }

  .section1-phone{
    margin-top: 30px;
  }
  .getMessage-warp-phone p{
    text-align: center;
    color: #333;
    font-size: 22px;
    font-weight: bolder;
  }
  .info-form{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .info-form ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
  }
  .info-form ul li input{
    border: 1px #EBEBEB solid;
  }
  .info-form ul li label::before{
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
  }
  .info-form ul li textarea{
    border: 1px #EBEBEB solid;
    width: 161px;
  }
  .form-submit{
    margin-top: 20px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    border: none;
    color: #fff;
    background: linear-gradient(90deg, #6eb7c9 0%, #b9e0ef 100%);
    text-align: center;
  }
  .form-submit:hover{
    color: #fff;
  }
 
  .section1-pre-text-phone{
    margin-top: 50px;
    text-align: center;
    padding: 52px;
  }
  .section1-pre-text-phone p:nth-child(1){
    font-size: 22px;
    color: #333;
    font-weight: bolder;
  }
  .section1-pre-text-phone p:nth-child(2){
    font-size: 22px;
    color: #333;
    font-weight: bolder;
  }
  .section1-pre-text-phone p:nth-child(3){
    margin-top: 20px;
    color: #333;
  }
  

  .height-top {
    margin-top: 10px;
  }
  .product-banner-text {
    font-size: 24px;
    top: -34px;
  }
  .topicTitle {
    width: 250px;
  }
  .freeBtn {
    transform: scale(0.7);
    margin-top: 2rem;
  }
  .product-banner {
    height: 25rem;
  }
  .product-banner-button {
    padding: 0.8rem 1.5rem;
    font-size: 14px;
    cursor: pointer;
  }
  .pre-title .data-title {
    font-size: 24px;
  }
  .pre-title2 {
    font-size: 15px !important;
  }
  .getDetail {
    top: 0 !important;
  }
}

/*询盘速递界面样式*/
.section {
  background-color: #f8f8f8;
  padding-top: 50rem;
}

/* .section>p{
      color: #666;
      font-size: 18px;
      padding: 2em 6em 0;
      line-height: 1.5em;
  } */
.section .p1 {
  color: #333;
  font-size: 22px;
  /* padding: 4em 6em 0; */
  line-height: 1.5em;
}
.pre-title {
  position: relative;
}
.pre-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4%;
}
.pre-text ul {
  list-style: disc;
  /* padding: 0px 50px; */
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding: 0;
}
.pre-text ul li {
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  padding: 5rem;
  height: 115px;
}
.pre-text ul li p:nth-child(1) {
  color: #333;
  font-weight: 550;
  margin-right: 60px;
}
.pre-text ul li p {
  margin: 0px;
}

.pre-text ul li:hover{
      padding-left: 20px;
      border-radius: 10px;
      background-color: #6EB7C9 ;
      color: #fff;
      transform: scale(1.1)
  }
.pre-text ul li:hover p{
      color: #fff;
  }

.section2-box {
  width: 100%;
  text-align: center;
  position: relative;
}
.section2-box .immediate-use {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section2-box > img {
  width: 100%;
}

@media (max-width: 1024px) {
  .section2-box .immediate-use {
    display: block !important;
    position: relative;
    margin: 20px auto 0;
  }
  
}
@media (max-width: 767px) {
  .section > p {
    padding: 2em 2em 0;
  }
}
@media (max-width: 500px) {
  .section > p {
    font-size: 16px;
  }
}


@media (max-width: 767px) {
 
}
/*whatsApp界面样式*/
