blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  /* margin-bottom: 150px; */
}

section.ent-banner {
  width: 100%;
  height: 708px;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: url(//pic.mairuan.com/WebSource/thinkcell/images/buy_ent/ent-banner.jpg) no-repeat center center;
  background-size: cover;
}
section.ent-banner > h1 {
  margin-top: 84px;
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
section.ent-banner > p {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
}
section.ent-banner > .banner-btn {
  margin-top: 32px;
  padding: 7px 60px;
  color: white;
  font-size: 20px;
  line-height: 36px;
  border-radius: 8px;
  background: linear-gradient(to right top, #2188E8 0%, #1454B0 100%);
  cursor: pointer;
}
section.ent-banner > ul.banner-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  width: 1200px;
  height: 220px;
  padding: 40px 54px;
  border-radius: 20px;
  background: #fff;
}
section.ent-banner > ul.banner-service > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.ent-banner > ul.banner-service > li:nth-child(n+2) {
  margin-left: 60px;
}
section.ent-banner > ul.banner-service > li > .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
section.ent-banner > ul.banner-service > li > .title > img {
  margin-right: 10px;
}
section.ent-banner > ul.banner-service > li > p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
  text-align: center;
}
section.ent-banner > ul.banner-service > li > a {
  margin-top: 9px;
  font-size: 16px;
  line-height: 1.5;
  /* color: #2F80ED; */
  /* text-decoration: underline; */
}
section.ent-banner > ul.banner-service > li a {
  color: #2F80ED;
  text-decoration: underline;
}

section.ent-auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -55px;
}
section.ent-auth > h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
section.ent-auth > table {
  margin-top: 20px;
  width: 1200px;
  border-collapse: collapse;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
section.ent-auth > table > thead > tr {
  background: #F1F5F9;
}
section.ent-auth > table > thead > tr > th {
  width: 300px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #E0E0E0;
  text-align: left;
}
section.ent-auth > table > tbody > tr > td {
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #E0E0E0;
}
section.ent-auth > .auth-btn {
  margin-top: 126px;
  padding: 7px 60px;
  color: white;
  font-size: 20px;
  line-height: 36px;
  border-radius: 8px;
  background: linear-gradient(to right top, #2188E8 0%, #1454B0 100%);
  cursor: pointer;
}

section.ent-value {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
}
section.ent-value > h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
section.ent-value > p {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  text-align: center;
}
section.ent-value > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 52px;
}
section.ent-value > ul li {
  width: 285px;
  text-align: center;
}
section.ent-value > ul li h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
section.ent-value > ul li p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}
section.ent-value > .ent-promote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  height: 300px;
  margin-top: 80px;
  padding: 78px 70px;
  background: url(//pic.mairuan.com/WebSource/thinkcell/images/buy_ent/promote-bg.jpg) no-repeat center center;
  background-size: cover;
}
section.ent-value > .ent-promote > p {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
section.ent-value > .ent-promote > .promote-btn {
  padding: 7px 40px;
  background: #000;
  color: white;
  border-radius: 8px;
}

section.ent-customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 110px;
}
section.ent-customer > h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
section.ent-customer > picture {
  margin-top: 30px;
  max-width: 1200px;
}

section.ent-problem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
}
section.ent-problem > h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
section.ent-problem > ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  margin-top: 80px;
}
section.ent-problem > ul li {
  width: 100%;
  padding: 0 0 10px 0;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}
section.ent-problem > ul li h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
}
section.ent-problem > ul li h3 > .icon-arrow {
  margin-left: 10px;
  transition: transform 0.3s;
}
section.ent-problem > ul li p {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}
section.ent-problem > ul li.active h3 {
  font-weight: 700;
}
section.ent-problem > ul li.active h3 > .icon-arrow {
  transform: rotate(180deg);
}
section.ent-problem > ul li.active p {
  display: block;
}

section.ent-consult {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}
section.ent-consult > h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
section.ent-consult > p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}
section.ent-consult > .consult-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin-top: 50px;
}
section.ent-consult > .consult-list .consult-tel, section.ent-consult > .consult-list .consult-wechat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 580px;
  height: 180px;
  border: 1px solid #CECECE;
  border-radius: 20px;
  padding: 0 60px 0 80px;
}
section.ent-consult > .consult-list .consult-tel .consult-info, section.ent-consult > .consult-list .consult-wechat .consult-info {
  padding-top: 40px;
}
section.ent-consult > .consult-list .consult-tel .consult-info h3, section.ent-consult > .consult-list .consult-wechat .consult-info h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
section.ent-consult > .consult-list .consult-tel .consult-info p, section.ent-consult > .consult-list .consult-wechat .consult-info p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
section.ent-consult > .consult-list .consult-tel img, section.ent-consult > .consult-list .consult-wechat img {
  align-self: center;
}

.popup-consult {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popup-consult.active {
  display: block;
}
.popup-consult .popup-consult-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 660px;
  padding: 35px 30px 25px;
  border-radius: 20px;
  background-color: white;
}
.popup-consult .popup-consult-content .popup-consult-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.popup-consult .popup-consult-content .popup-consult-close > img {
  width: 100%;
  height: 100%;
}
.popup-consult .popup-consult-content h3 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.8;
}
.popup-consult .popup-consult-content > p.consult-tel {
  margin-top: -12px;
  font-size: 18px;
  color: #000;
  line-height: 48px;
}
.popup-consult .popup-consult-content > p.consult-tel span.fwb {
  font-weight: 700;
}
.popup-consult .popup-consult-content form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.popup-consult .popup-consult-content form .form-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #D6D8DB;
  border-radius: 8px;
  overflow: hidden;
}
.popup-consult .popup-consult-content form .form-item input {
  flex: 10;
  width: 100%;
  padding: 6px 0 6px 20px;
  font-size: 20px;
  color: #999;
  line-height: 38px;
  border: none;
}
.popup-consult .popup-consult-content form .form-item button {
  flex: 3;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(to right top, #2188E8 0%, #1454B0 100%);
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.popup-consult .popup-consult-content form .form-item button.yzmcode {
  flex: 3;
  height: auto;
  color: #000;
  font-weight: 400;
  line-height: 38px;
  font-size: 17px;
  background: #fafafa;
  border-radius: 0;
  border-left: 2px solid #D6D8DB;
  position: static!important;
  top: auto;
  right: auto;
}
.popup-consult .popup-consult-content form .form-item button.yzmcode#yzm_daojishi {
  display: none;
  color: #999;
}
.popup-consult .popup-consult-content form .form-item button.yzmcode#yzm_daojishi.active {
  display: block;
}
.popup-consult .popup-consult-content form .form-item.required::before {
  position: absolute;
  display: block;
  content: "*";
  color: #1A6CCB;
  font-size: 20px;
  left: 8px;
  top: -2px;
  transform: translateY(50%);
}
.popup-consult .popup-consult-content form .form-item input#yzm {
  width: 40%;
}
.popup-consult .popup-consult-content form .form-item.submit {
  margin-top: 50px;
}
.popup-consult .popup-consult-content p.consult-tips {
  margin-top: 2px;
  font-size: 18px;
  color: #666;
  line-height: 48px;
}

.popup-feedback {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popup-feedback.active {
  display: block;
}
.popup-feedback .popup-feedback-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 640px;
  padding: 35px 30px 58px;
  border-radius: 20px;
  background-color: white;
}
.popup-feedback .popup-feedback-content .popup-feedback-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.popup-feedback .popup-feedback-content .popup-feedback-close > img {
  width: 100%;
  height: 100%;
}
.popup-feedback .popup-feedback-content h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1760BD;
  line-height: 1.5;
}
.popup-feedback .popup-feedback-content p.feedback-tel {
  margin-top: 40px;
  font-size: 18px;
  color: #333;
  line-height: 48px;
}
.popup-feedback .popup-feedback-content p.feedback-tel span.fwb {
  font-weight: 700;
}
.popup-feedback .popup-feedback-content > img {
  margin-top: 40px;
}
.popup-feedback .popup-feedback-content p.feedback-tips {
  margin-top: -5px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 48px;
}

@media (max-width: 767px) {
  html {
    font-size: 10vw;
  }
  body {
    margin-bottom: 1.7333333333rem;
  }
  section.ent-banner {
    width: 100%;
    height: 17.3333333333rem;
    max-width: 768px;
    min-width: 320px;
    background: url(//pic.mairuan.com/WebSource/thinkcell/images/buy_ent/ent-banner-m.jpg) no-repeat center center;
    background-size: cover;
  }
  section.ent-banner > h1 {
    margin-top: 1.0666666667rem;
    padding: 0 1.2rem;
    font-size: 0.64rem;
    text-align: center;
  }
  section.ent-banner > p {
    margin-top: 0.1066666667rem;
    font-size: 0.2933333333rem;
  }
  section.ent-banner > .banner-btn {
    margin-top: 0.5333333333rem;
    padding: 0.2666666667rem 2.5333333333rem;
    color: white;
    font-size: 0.3466666667rem;
    line-height: 0.48rem;
    border-radius: 0.1066666667rem;
    background: linear-gradient(to right top, #2188E8 0%, #1454B0 100%);
    cursor: pointer;
  }
  section.ent-banner > ul.banner-service {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.7333333333rem;
    width: 8.9333333333rem;
    height: 6.9333333333rem;
    padding: 0.8rem 0.3333333333rem;
    border-radius: 0.2666666667rem;
    background: #fff;
  }
  section.ent-banner > ul.banner-service > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.4666666667rem;
  }
  section.ent-banner > ul.banner-service > li:nth-child(n+2) {
    margin-left: 0;
  }
  section.ent-banner > ul.banner-service > li:nth-child(n+3) {
    margin-top: 0.8rem;
  }
  section.ent-banner > ul.banner-service > li > .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.32rem;
  }
  section.ent-banner > ul.banner-service > li > .title > img {
    margin-right: 0.1866666667rem;
  }
  section.ent-banner > ul.banner-service > li > p {
    margin-top: 0.2133333333rem;
    font-size: 0.2666666667rem;
  }
  section.ent-banner > ul.banner-service > li > a {
    margin-top: 0.3866666667rem;
    font-size: 0.2933333333rem;
    line-height: 1.5;
    /* color: #2F80ED; */
    /* text-decoration: underline; */
  }
  section.ent-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -2.8666666667rem;
  }
  section.ent-auth > h2 {
    font-size: 0.4266666667rem;
  }
  section.ent-auth > table {
    margin-top: 0.44rem;
    width: 8.9333333333rem;
    border-collapse: collapse;
    border-radius: 0.08rem;
    box-shadow: 0 0.04rem 0.08rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  section.ent-auth > table > thead > tr {
    background: #F1F5F9;
  }
  section.ent-auth > table > thead > tr > th {
    width: 2.24rem;
    padding: 0.2133333333rem 0.4266666667rem;
    font-size: 0.16rem;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
  }
  section.ent-auth > table > tbody > tr > td {
    padding: 0.2133333333rem 0.4266666667rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #E0E0E0;
  }
  section.ent-auth > .auth-btn {
    margin-top: 2rem;
    padding: 0.2533333333rem 2.6266666667rem;
    color: white;
    font-size: 0.3466666667rem;
    line-height: 0.48rem;
    border-radius: 0.1066666667rem;
    background: linear-gradient(to right top, #2188E8 0%, #1454B0 100%);
    cursor: pointer;
  }
  section.ent-value {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.6rem;
  }
  section.ent-value > h2 {
    font-size: 0.64rem;
  }
  section.ent-value > p {
    margin-top: 0.04rem;
    font-size: 0.2666666667rem;
  }
  section.ent-value > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.7333333333rem;
  }
  section.ent-value > ul li {
    width: 3.8rem;
    text-align: center;
  }
  section.ent-value > ul li h3 {
    font-size: 0.32rem;
  }
  section.ent-value > ul li p {
    margin-top: 0.0666666667rem;
    font-size: 0.2666666667rem;
  }
  section.ent-value > ul li:nth-child(n+2) {
    margin-top: 0.8rem;
  }
  section.ent-value > .ent-promote {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 9.0666666667rem;
    height: 12rem;
    margin-top: 1.6666666667rem;
    padding: 78px 70px;
    background: url(//pic.mairuan.com/WebSource/thinkcell/images/buy_ent/promote-bg-m.jpg) no-repeat center center;
    background-size: cover;
  }
  section.ent-value > .ent-promote > p {
    font-size: 0.6133333333rem;
  }
  section.ent-value > .ent-promote > p span {
    display: block;
  }
  section.ent-value > .ent-promote > .promote-btn {
    padding: 0.2266666667rem 1.3066666667rem;
    margin-top: 0.8933333333rem;
    background: #000;
    font-size: 0.3466666667rem;
    color: white;
    border-radius: 0.1066666667rem;
  }
  section.ent-customer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
  section.ent-customer > h2 {
    font-size: 0.4266666667rem;
  }
  section.ent-customer > picture {
    margin-top: 0.4266666667rem;
    max-width: 9.1866666667rem;
  }
  section.ent-customer > picture img {
    width: 100%;
  }
  section.ent-problem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 8.9333333333rem;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
  section.ent-problem > h2 {
    font-size: 0.64rem;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
  }
  section.ent-problem > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }
  section.ent-problem > ul li {
    width: 100%;
    padding: 0 0 0.4rem 0;
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
  }
  section.ent-problem > ul li h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.3466666667rem;
    line-height: 0.4rem;
    padding-top: 0.9333333333rem;
  }
  section.ent-problem > ul li h3 > .icon-arrow {
    margin-left: 0.1333333333rem;
    transition: transform 0.3s;
  }
  section.ent-problem > ul li p {
    display: none;
    margin-top: 0.2666666667rem;
    font-size: 0.3466666667rem;
    font-weight: 400;
    color: #666;
    line-height: 0.64rem;
  }
  section.ent-problem > ul li.active h3 {
    font-weight: 700;
  }
  section.ent-problem > ul li.active h3 > .icon-arrow {
    transform: rotate(180deg);
  }
  section.ent-problem > ul li.active p {
    display: block;
  }
  section.ent-consult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.0666666667rem;
    margin: 0 auto;
    margin-top: 1.76rem;
  }
  section.ent-consult > h2 {
    font-size: 0.64rem;
  }
  section.ent-consult > p {
    margin-top: 0.1333333333rem;
    font-size: 0.2666666667rem;
  }
  section.ent-consult > .consult-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0.96rem;
  }
  section.ent-consult > .consult-list .consult-tel, section.ent-consult > .consult-list .consult-wechat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 9.0666666667rem;
    height: 2.4rem;
    border: 1px solid #CECECE;
    border-radius: 0.2666666667rem;
    padding: 0 0.8rem;
  }
  section.ent-consult > .consult-list .consult-tel .consult-info, section.ent-consult > .consult-list .consult-wechat .consult-info {
    padding-top: 0.5333333333rem;
  }
  section.ent-consult > .consult-list .consult-tel .consult-info h3, section.ent-consult > .consult-list .consult-wechat .consult-info h3 {
    font-size: 0.3466666667rem;
  }
  section.ent-consult > .consult-list .consult-tel .consult-info p, section.ent-consult > .consult-list .consult-wechat .consult-info p {
    margin-top: 0.2666666667rem;
    font-size: 0.24rem;
  }
  section.ent-consult > .consult-list .consult-tel img, section.ent-consult > .consult-list .consult-wechat img {
    align-self: center;
    max-width: 1.5733333333rem;
    max-height: 1.5733333333rem;
  }
  section.ent-consult > .consult-list .consult-wechat {
    margin-top: 0.5333333333rem;
  }
  .popup-consult {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    max-width: 768px;
    min-width: 320px;
    background: rgba(0, 0, 0, 0.4);
  }
  .popup-consult.active {
    display: block;
  }
  .popup-consult .popup-consult-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.3333333333rem;
    height: 12.5333333333rem;
    padding: 1.0266666667rem 0.3333333333rem 0.4666666667rem;
    border-radius: 0.2666666667rem;
    background-color: white;
  }
  .popup-consult .popup-consult-content .popup-consult-close {
    position: absolute;
    top: 0.1066666667rem;
    right: 0.1066666667rem;
    width: 0.9066666667rem;
    height: 0.9066666667rem;
    cursor: pointer;
  }
  .popup-consult .popup-consult-content .popup-consult-close > img {
    width: 100%;
    height: 100%;
  }
  .popup-consult .popup-consult-content h3 {
    font-size: 0.6133333333rem;
    font-weight: 700;
    color: #000;
    line-height: 1.8;
  }
  .popup-consult .popup-consult-content > p.consult-tel {
    margin-top: -0.2rem;
    font-size: 0.3466666667rem;
    color: #000;
    line-height: 0.64rem;
  }
  .popup-consult .popup-consult-content > p.consult-tel span.fwb {
    font-weight: 700;
  }
  .popup-consult .popup-consult-content > p.consult-tel > img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .popup-consult .popup-consult-content form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .popup-consult .popup-consult-content form .form-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.2666666667rem;
    border: 2px solid #D6D8DB;
    border-radius: 0.1066666667rem;
    overflow: hidden;
  }
  .popup-consult .popup-consult-content form .form-item input {
    flex: 10;
    width: 100%;
    padding: 0.2133333333rem 0.3333333333rem;
    font-size: 0.2933333333rem;
    color: #999;
    line-height: 0.64rem;
    border: none;
  }
  .popup-consult .popup-consult-content form .form-item button {
    flex: 3;
    width: 100%;
    height: 0.9333333333rem;
    border: none;
    border-radius: 0.1066666667rem;
    background: linear-gradient(to right top, #2188E8 0%, #1454B0 100%);
    color: white;
    font-size: 0.3466666667rem;
    font-weight: 700;
    line-height: 0.9333333333rem;
    text-align: center;
    cursor: pointer;
  }
  .popup-consult .popup-consult-content form .form-item button.yzmcode {
    flex: 3;
    height: auto;
    color: #000;
    font-weight: 400;
    line-height: 0.64rem;
    font-size: 0.2933333333rem;
    background: #fafafa;
    border-radius: 0;
    border-left: 2px solid #D6D8DB;
  }
  .popup-consult .popup-consult-content form .form-item button.yzmcode#yzm_daojishi {
    display: none;
    color: #999;
  }
  .popup-consult .popup-consult-content form .form-item button.yzmcode#yzm_daojishi.active {
    display: block;
  }
  .popup-consult .popup-consult-content form .form-item.required::before {
    position: absolute;
    display: block;
    content: "*";
    color: #1A6CCB;
    font-size: 0.2933333333rem;
    left: 0.1333333333rem;
    top: 0.1066666667rem;
    transform: translateY(50%);
  }
  .popup-consult .popup-consult-content form .form-item input#yzm {
    width: 40%;
  }
  .popup-consult .popup-consult-content form .form-item.submit {
    margin-top: 0.6666666667rem;
  }
  .popup-consult .popup-consult-content p.consult-tips {
    margin-top: 0.1333333333rem;
    font-size: 0.2933333333rem;
    color: #666;
    line-height: 0.64rem;
  }
  .popup-feedback {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .popup-feedback.active {
    display: block;
  }
  .popup-feedback .popup-feedback-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.3333333333rem;
    height: 10.9333333333rem;
    padding: 1rem 0.6rem 0.7333333333rem;
    border-radius: 0.2666666667rem;
    background-color: white;
  }
  .popup-feedback .popup-feedback-content .popup-feedback-close {
    position: absolute;
    top: 0.1066666667rem;
    right: 0.1066666667rem;
    width: 0.9066666667rem;
    height: 0.9066666667rem;
    cursor: pointer;
  }
  .popup-feedback .popup-feedback-content h3 {
    font-size: 0.6133333333rem;
    font-weight: 700;
    color: #1760BD;
    line-height: 1.5;
  }
  .popup-feedback .popup-feedback-content p.feedback-tel {
    margin-top: 0.3466666667rem;
    font-size: 0.3466666667rem;
    color: #333;
    line-height: 0.64rem;
  }
  .popup-feedback .popup-feedback-content p.feedback-tel span.fwb {
    font-weight: 700;
  }
  .popup-feedback .popup-feedback-content p.feedback-tel > img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .popup-feedback .popup-feedback-content > img {
    margin-top: 0.5333333333rem;
    width: 5.3333333333rem;
    height: 5.3333333333rem;
  }
  .popup-feedback .popup-feedback-content p.feedback-tips {
    margin-top: -0.1333333333rem;
    font-size: 0.48rem;
    font-weight: 700;
    color: #333;
    line-height: 0.64rem;
  }
}/*# sourceMappingURL=buy-ent.css.map */