.consult-section-1 {
  padding: 0.78rem 0 0.97rem;
}

#consult_menu1 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

#consult_menu1 li {
  font-size: 0.15rem;
  color: rgba(129, 129, 129, 1);
  cursor: pointer;
}

#consult_menu1 .active {
  font-size: 0.17rem;
  color: rgba(16, 16, 16, 1);
}

#consult_menu1 li a {
  text-decoration: none;
}

#consult_menu1 li a strong {
  font-size: 0.15rem;
  color: rgba(129, 129, 129, 1);
  cursor: pointer;
}

#consult_menu1 .active a strong {
  font-size: 0.17rem;
  color: rgba(16, 16, 16, 1);
}

#consult_menu1 li a strong:hover {
  font-size: 0.17rem;
  color: rgba(16, 16, 16, 1);
}
.consult-section-1 .news {
  margin-top: 0.43rem;
}

.consult-section-1 .news .left {
  /*border: 1px solid;*/
  /*width: 2.13rem;*/
  /*height: 2.95rem;*/
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.05rem;
  padding: 0 !important;
  font-size: 0.11rem;
  color: rgba(91, 91, 91, 1);
  margin: 0 0.3rem;
}

.consult-section-1 .news .left a {
  text-decoration: none !important;
}

.consult-section-1 .news .left .img-box {
  position: relative;
  border-radius: 0.05rem 0.05rem 0 0;
  overflow: hidden;
}

.consult-section-1 .news .left .img-box img {
  /*position: absolute;*/
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
}

.consult-section-1 .news .left .infos {
  text-align: left;
  padding: 0 0.2rem 0.16rem;
}

.consult-section-1 .news .left .infos h3 {
  font-size: 0.14rem;
  color: rgba(80, 81, 81, 1);
}

.consult-section-1 .news .left .infos p {
  border-top: 1px solid #b8c0d2;
  padding-top: 0.07rem;
  color: #5b5b5b;
  height: 0.6rem;
}

.consult-section-1 .news .left .infos .time {
  font-size: 0.11rem;
  color: rgba(181, 181, 181, 1);
}

.consult-section-1 .news .right {
  margin-top: 0.1rem;
  margin-left: 0.2rem;
}

.consult-section-1 .page {
  width: 60%;
  margin: 0.34rem auto 0;
}

.consult-section-1 .page .total-page {
  font-size: 0.15rem;
  color: rgba(62, 62, 62, 1);
}
.consult-section-1 .page label {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: 0.15rem;
  font-family: AdihausDIN-Regular;
  font-weight: 400;
  color: rgba(118, 118, 118, 1);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.consult-section-1 .page .get-page-input {
  width: 0.56rem;
  height: 0.26rem;
  border-radius: 0.13rem;
  border: 1px solid rgba(151, 151, 151, 1);
  padding: 0.1rem;
}

.consult-section-1 .page .get-page-btn {
  border-radius: 0.13rem;
  border: 1px solid rgba(47, 156, 220, 1);
  font-size: 0.13rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  margin-left: 0.03rem;
  color: rgba(47, 156, 220, 1);
  padding: 0.03rem 0.15rem;
  background: none;
}

#consult_prev_news_invalid {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: default;
}
#consult_next_news {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: pointer;
}

.box-flex-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*border: 1px solid red;*/
}

.box-flex-around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.box-flex-around2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.box-flex-around3 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.box-flex-row {
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: center;
}

.box-flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.box-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-flex-column-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.box-flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.box-flex-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /*align-items: center;*/
}

.box-flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.box-flex-end2 {
  display: flex;
  flex-direction: row;
  /*justify-content: flex-end;*/
  align-items: flex-end;
}

.box-flex-wrap {
  flex-wrap: wrap;
}

.font-28 {
  font-size: 0.28rem;
}

.font-30 {
  font-size: 0.3rem;
}

.ellipse-4 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.ellipse-3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipse-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 526px;
  height: 40px;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: bold;
  color: rgba(53, 97, 140, 1);
  line-height: 40px;
}

.cursor {
  cursor: pointer !important;
}

.ml-35 {
  margin-left: 0.35rem !important;
}

.mr-35 {
  margin-right: 0.35rem !important;
}

.ml-30 {
  margin-left: 0.3rem !important;
}

.mr-30 {
  margin-right: 0.3rem !important;
}

.ml-25 {
  margin-left: 0.25rem !important;
}

.mr-25 {
  margin-right: 0.25rem !important;
}

.ml-15 {
  margin-left: 0.15rem !important;
}

.mr-15 {
  margin-right: 0.15rem !important;
}

label {
  font-weight: 500 !important;
}

ul {
  list-style: none;
  padding-left: 0 !important;
}

.container {
  /*border: 1px solid red;*/
}

.container-fluid {
  /*border: 1px solid blue;*/
  position: relative;
  padding: 0 !important;
}

button,
input {
  border: none;
  outline: none;
}

body {
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  overflow-x: hidden;
}

/*模块标题*/

h2 {
  font-size: 0.24rem;
  color: rgba(20, 20, 20, 1);
  line-height: 0.34rem;
  text-align: center;
}

.english {
  font-size: 0.15rem;
  font-family: Ayuthaya;
  color: rgba(176, 176, 176, 1);
  line-height: 0.2rem;
  text-align: center;
}

/*轮播*/

#myCarousel {
  max-height: 6rem !important;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-indicators {
  left: 1.67rem !important;
}

.carousel-inner {
  max-height: 6rem !important;
}

.carousel-indicators li {
  width: 0.2rem !important;
  height: 0.03rem !important;
  background: rgba(216, 216, 216, 1) !important;
  border-radius: 0.03rem !important;
  margin: 0 0.12rem !important;
  border: none !important;
}

.carousel-indicators .active {
  width: 0.24rem !important;
  height: 0.03rem !important;
  background: rgba(255, 255, 255, 1) !important;
  /*border-radius:0.03rem!important;*/
}

#banner-box {
  position: relative;
  width: 100%;
  height: inherit;
}

/*联系方式*/

#banner-contact {
  width: 0.99rem;
  height: 2.7rem;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0 0.01rem 0.03rem 0 rgba(0, 0, 0, 0.34);
  border-radius: 0.05rem 0 0 0.05rem;
  position: fixed;
  right: 0;
  top: 1.34rem;
  z-index: 66;
}

#banner-contact li {
  /*border: 1px solid;*/
}

.contact-icon {
  width: 0.24rem;
  height: 0.24rem;
}

.contact-tip {
  font-size: 0.14rem;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: rgba(56, 56, 56, 1);
  margin-top: 0.08rem;
  /*line-height:19px;*/
}

#triangle2 {
  width: 0;
  height: 0;
  border-top: 0.1rem solid transparent;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.1rem solid transparent;
  position: absolute;
  right: -0.15rem;
  top: 0.3rem;
}

#contact {
  right: 200% !important;
  left: -2.7rem !important;
  top: -0.1rem;
  width: max-content !important;
}

#contact li {
  padding: 0.1rem 0.2rem;
}

#contact .icon {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.1rem;
  border: none !important;
}

#contac {
  right: 200% !important;
  /*left: auto!important;*/
  left: -2.1rem !important;
  top: 0;
  border: none !important;
}

#contact_code li {
  margin: 0.12rem 0 0.05rem;
}

.code-img {
  width: 1.36rem;
  height: 1.41rem;
}

/*方案报价*/

.contact-icon2 {
  width: 0.36rem;
  height: 0.36rem;
}

.alert-success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.576) !important;
  border-color: #d6e9c6;
  padding: 10px 20px;
}

.contact-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.44);
}

#contact_money {
  /*width: 9.51rem;*/
  /*width: 88vw;*/
  /*height: 4.39rem;*/
  background: rgba(255, 255, 255, 1);
  border-radius: 0.02rem;
  padding-bottom: 0.66rem !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.contact-del-icon {
  width: 0.35rem;
  height: 0.34rem;
  position: absolute;
  right: 0.35rem;
  top: 0.33rem;
}

.contact-money-title {
  text-align: center;
  font-size: 0.23rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(39, 128, 227, 1);
  line-height: 0.32rem;
  padding-top: 0.48rem;
}

.money-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.37rem;
  /*align-items: center;*/
}

.money-left-row {
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  /*align-items: center;*/
}

.contact-money-left {
  /*border: 1px solid red;*/
  border-right: #d9d9d9 1px solid;
  padding-right: 0.61rem;
}

.contact-money-left .title1 {
  font-size: 0.18rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(51, 51, 51, 1);
}

.contact-money-left .tip1 {
  font-size: 0.14rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(153, 153, 153, 1);
}

.contact-money-left .title2 {
  font-size: 0.13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.contact-money-left .tip2 {
  font-size: 0.11rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(153, 153, 153, 1);
  margin-top: 0.06rem;
}

.contact-money-left .tip3 {
  font-size: 0.13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(231, 23, 23, 1);
}

.contact-money-right {
  /*border: 1px solid red;*/
  padding-left: 0.7rem;
}

.money-line-chose {
  min-width: 3rem;
  height: 0.21rem;
  margin-left: 0.12rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.money-line-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*align-items: center;*/
}

.contact-input {
  width: 3rem;
  height: 0.21rem;
  border-radius: 2px;
  border: 1px solid rgba(182, 182, 182, 1);
  margin-left: 0.12rem;
}

.contact-text {
  width: 3rem;
  height: 0.8rem;
  border-radius: 2px;
  border: 1px solid rgba(182, 182, 182, 1);
  margin-left: 0.12rem;
}

.money-line-label {
  font-size: 0.11rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: right;
}

.money-line {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.07rem;
  flex-wrap: wrap;
}

.money-line2 {
  justify-content: flex-end;
  /*align-items: center;*/
  margin-top: 0.07rem;
  flex-wrap: wrap;
}

.tip4 {
  font-size: 0.11rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  margin-top: 0.07rem;
  margin-left: 0.12rem;
}

.sub-btn {
  width: 1.67rem;
  height: 0.35rem;
  background: rgba(39, 128, 227, 1);
  border-radius: 2px;
  margin-top: 0.15rem;
  text-align: center;
  font-size: 0.11rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  margin-left: 0.12rem;
  /*line-height:15px;*/
}

.radio-text {
  margin-left: 0.08rem;
  /*margin-right: 0.26rem;*/
  font-size: 0.11rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  margin-top: 0.03rem;
}

@media (max-width: 750px) {
  #contact_money {
    width: 88vw;
  }
  .money-line-chose {
    height: auto;
  }
  .contact-input {
    width: 5.5rem;
    height: auto;
  }
  .contact-del-icon {
    width: 0.55rem;
    height: 0.54rem;
  }
  .contact-text {
    width: 5.5rem;
    height: auto;
  }
  .sub-btn {
    height: auto;
    font-size: 0.25rem;
  }
  .money-line-label,
  .radio-text,
  .tip4 {
    font-size: 0.25rem;
  }
}

/*搜索框*/

#search_bar {
  display: none;
}

#index_bar {
  display: none;
}

/*查看更多*/

.see_more_btn {
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  z-index: 33;
  min-width: 1.55rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background: rgba(25, 25, 25, 0.36);
  border-radius: 0.19rem 0 0 0.19rem;
  padding-left: 0.36rem;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.see_more_btn a {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.consult_btn {
  width: 144px;
  height: 50px;
  font-size: 20px;
  font-family: PingFangSC;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

.refer-button {
  position: relative;
  margin: 1em;
  padding: 0.5em 1em;
  text-align: center;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  width: 2.37rem;
  height: 0.52rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.26rem;
  font-size: 0.2rem;
  font-family: PingFangSC;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-top: 0.62rem;
}

.refer-button.raised {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 1px #085a9b;
}

.refer-button.raised:active {
  background: rgba(233, 233, 233, 1);
  box-shadow: 0px 1px 1px #063e6b;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}

.anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.hoverable:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}

.hoverable:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}

/*consult-section-1.css 开始*/

/*资讯*/

.consult-section-1 {
  padding: 0.78rem 0 0.97rem;
}

#consult_menu1 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

#consult_menu1 li {
  font-size: 0.15rem;
  color: rgba(129, 129, 129, 1);
  cursor: pointer;
}

#consult_menu1 .active {
  font-size: 0.17rem;
  color: rgba(16, 16, 16, 1);
}

#consult_menu1 li a {
  text-decoration: none;
}

#consult_menu1 li a strong {
  font-size: 0.15rem;
  color: rgba(129, 129, 129, 1);
  cursor: pointer;
}

#consult_menu1 .active a strong {
  font-size: 0.17rem;
  color: rgba(16, 16, 16, 1);
}

#consult_menu1 li a strong:hover {
  font-size: 0.17rem;
  color: rgba(16, 16, 16, 1);
}

.consult-section-1 .news {
  margin-top: 0.43rem;
}

.consult-section-1 .news .left {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.01rem 0.05rem 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.05rem;
  padding: 0 !important;
  font-size: 0.11rem;
  color: rgba(91, 91, 91, 1);
  margin: 0 0.3rem;
}

.consult-section-1 .news .left a {
  text-decoration: none !important;
}

.consult-section-1 .news .left .img-box {
  position: relative;
  border-radius: 0.05rem 0.05rem 0 0;
  overflow: hidden;
}

.consult-section-1 .news .left .img-box img {
  /*position: absolute;*/
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
}

.consult-section-1 .news .left .infos {
  text-align: left;
  padding: 0 0.2rem 0.16rem;
}

.consult-section-1 .news .left .infos h3 {
  font-size: 0.14rem;
  color: rgba(80, 81, 81, 1);
}

.consult-section-1 .news .left .infos p {
  border-top: 1px solid #b8c0d2;
  padding-top: 0.07rem;
  color: #5b5b5b;
  height: 0.6rem;
}

.consult-section-1 .news .left .infos .time {
  font-size: 0.11rem;
  color: rgba(181, 181, 181, 1);
}

.consult-section-1 .news .right {
  margin-top: 0.1rem;
  margin-left: 0.2rem;
}

/*#consult_main_list {}*/

#consult_main_list li {
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 1px solid #b8c0d2;
  /*padding-right: 0.1rem;*/
}

#consult_main_list li a {
  max-width: 75%;
  text-align: left;
  font-size: 0.16rem;
  color: rgba(53, 97, 140, 1);
}

#consult_main_list li a:active,
#consult_main_list li a:hover {
  color: rgba(162, 181, 194, 1);
  text-decoration: none;
}

#consult_main_list li .time {
  font-size: 0.15rem;
  color: rgba(174, 174, 174, 1);
}

.consult-section-1 .page {
  width: 60%;
  margin: 0.34rem auto 0;
}

.consult-section-1 .page .total-page {
  font-size: 0.15rem;
  color: rgba(62, 62, 62, 1);
}

#consult_prev_news {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: pointer;
  /*border: 1px solid rgba(151, 151, 151, 1);*/
}

#consult_next_news {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: pointer;
  /*border: 1px solid rgba(151, 151, 151, 1);*/
}

#consult_prev_news_invalid {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: default;
  /*border: 1px solid rgba(151, 151, 151, 1);*/
}

#consult_next_news_invalid {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: default;
  /*border: 1px solid rgba(151, 151, 151, 1);*/
}

.consult-section-1 .page label {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: 0.15rem;
  font-family: AdihausDIN-Regular;
  font-weight: 400;
  color: rgba(118, 118, 118, 1);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.consult-section-1 .page .get-page-input {
  width: 0.56rem;
  height: 0.26rem;
  border-radius: 0.13rem;
  border: 1px solid rgba(151, 151, 151, 1);
  padding: 0.1rem;
}

.consult-section-1 .page .get-page-btn {
  border-radius: 0.13rem;
  border: 1px solid rgba(47, 156, 220, 1);
  font-size: 0.13rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  margin-left: 0.03rem;
  color: rgba(47, 156, 220, 1);
  padding: 0.03rem 0.15rem;
  background: none;
}

/*consult-section-1.css 结束*/

/*main-section-2.css 开始*/

/*模块二*/

.main-section-2 {
  padding: 0.2rem 0 0.7rem;
}

#main_profession_list li {
  /*border: 1px solid;*/
  margin-top: 0.3rem;
  border-radius: 0.05rem;
  overflow: hidden;
  cursor: pointer;
  height: 1.62rem;
}

#main_profession_list li .face {
  width: 100%;
  height: 1.62rem;
  border-radius: 0.05rem;
}

#main_profession_list .active .img-msk {
  background: linear-gradient(
    180deg,
    rgba(113, 216, 236, 1) 0%,
    rgba(0, 138, 255, 1) 100%
  );
  box-shadow: 0 0.01rem 0.1rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 0.05rem;
  opacity: 0.7848;
}

#main_profession_list li .img-msk {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.05rem;
}

#main_profession_list li .img-msk img {
  /*background-image: url(../../icons/index_section_bg.png);
        background-size: 917% 780%;
    background-position: 0 -76px;*/
  /*padding-bottom: 0.1rem;*/
  width: 15%;
  /*width: 0.48rem;
    height: 0.39rem;*/
  /*height: inherit;*/
  /*border-bottom: 1px solid #fff;*/
  /*border: 1px solid #fff;*/
}

#main_profession_list li .img-msk h5 {
  border-top: 1px solid #fff;
  min-width: 1.23rem;
  padding-top: 0.1rem;
  font-size: 0.15rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 0.22rem;
}

/*main-section-2.css结束*/

/*main-section-5.css开始*/

/*模块五*/

.main-section-5 {
  padding: 0.63rem 0 0.77rem;
  background: rgba(251, 251, 251, 1);
}

#main_brand_list li {
  margin-top: 0.38rem;
  /*cursor: pointer;*/
}

#main_brand_list li .brand-box {
  /*width: 0.86rem;
    height: 0.86rem;*/
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.13);
}

#main_brand_list li img {
  width: 80%;
  height: inherit;
}

/*main-section-5.css结束*/

/*index_bar.css开始*/

#index_bar {
  /*min-width: 8.24rem;*/
  min-width: 70%;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.11rem 0.14rem 0 rgba(36, 57, 91, 0.17);
  border-radius: 0.1rem 0 0 0.1rem;
  position: absolute;
  right: 0;
  bottom: -0.4rem;
  /* top: -0.44rem; */
  /*margin-top: -0.44rem;*/
  z-index: 33;
  display: block !important;
}

#index_bar li {
  height: 0.88rem;
  padding: 0.15rem 0.3rem;
  text-align: center;
}

#index_bar li .title {
  font-size: 0.16rem;
  color: rgba(29, 29, 29, 1);
}

#index_bar li .number {
  font-size: 0.2rem;
  font-family: AdihausDIN-Regular;
  font-weight: 400;
  color: rgba(47, 156, 220, 1);
}

#index_bar_list {
  margin-left: 0.5rem;
}

/*index_bar.css结束*/
/*模块二*/

.consult-section-2 {
  padding: 0.35rem 0 0.4rem;
  background: #f9f9f9;
}

#consult_develop_list {
}

#consult_develop_list li .card {
  /*height: 1.9rem;*/
  position: relative;
  /*width: 3.30rem;*/
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.07rem 0.21rem 0 rgba(60, 76, 88, 0.11);
  border-radius: 0.03rem;
  margin-top: 0.45rem;
  padding: 0.2rem 0.25rem;
  text-align: left;
  cursor: pointer;
}

#consult_develop_list li .active {
  background: linear-gradient(
    180deg,
    rgba(29, 186, 221, 1) 0%,
    rgba(58, 110, 220, 1) 100%
  );
  border-radius: 0.06rem;
}

#consult_develop_list li .active h5,
#consult_develop_list li .active a,
#consult_develop_list li .active .intro,
#consult_develop_list li .active .time {
  color: #fff;
}

#consult_develop_list li img {
  width: 0.43rem;
  height: 0.28rem;
}

#consult_develop_list li a {
  text-decoration: none;
}

#consult_develop_list li h5 {
  font-size: 0.15rem;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: rgba(43, 43, 43, 1);
  /*line-height: 0.21rem;*/
}

/*#consult_develop_list li a {*/

/*font-size: 0.15rem;*/

/*font-family: PingFang-SC-Bold;*/

/*font-weight: bold;*/

/*color: rgba(43, 43, 43, 1);*/

/*!*line-height: 0.21rem;*!*/

/*}*/

#consult_develop_list li .intro {
  font-size: 0.11rem;
  color: rgba(122, 122, 122, 1);
  height: 0.67rem;
  /*line-height: 0.15rem;*/
}

#consult_develop_list li .time {
  font-size: 0.11rem;
  color: rgba(179, 179, 179, 1);
  font-weight: 500 !important;
}

.change {
  border-radius: 0.17rem;
  border: 1px solid rgba(151, 151, 151, 1);
  font-size: 0.15rem;
  color: rgba(62, 62, 62, 1);
  background: none;
  padding: 0.06rem 0.18rem;
  margin: 0.56rem auto 0;
}

/*模块三*/

.consult-section-3 {
  padding: 0.35rem 0 0.4rem;
  background: #fff;
  /*border: 1px solid ;*/
}

#consult_operation_list {
  /*text-align: center;*/
  margin: 0 auto;
  /*border: 1px solid ;*/
  padding: 0 1.5rem !important;
}

#consult_operation_list li {
  margin: 0.34rem auto 0;
  cursor: pointer;
}

#consult_operation_list li .card {
  /*margin: 0;*/
  padding: 0;
  min-height: 2.18rem;
  /*width: 2.10rem;*/
  /*height: 2.18rem;*/
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0.07rem 0.21rem 0 rgba(60, 76, 88, 0.11);
  border-radius: 0.06rem;
  text-align: left;
  /*border: 1px solid;*/
}

/*#consult_operation_list li .center-card {
			margin-left: 12%;
			
	}*/

#consult_operation_list li .card .img-msk h5 a,
#consult_operation_list li .card .up {
  position: relative;
  min-height: 0.9rem;
  /*width: 2.10rem;*/
  /*height: 100%;*/
  /*background: rgba(0, 0, 0, 0.5021);*/
  border-radius: 0.06rem 0.06rem 0 0;
  /*opacity: 0.5021;*/
  /*border: 1px solid;*/
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
}

#consult_operation_list li .card .up .img-msk {
  position: absolute;
  width: 100%;
  /*height: inherit;*/
  height: 0.9rem;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5021);
  padding: 0.2rem 0.18rem;
}

#consult_operation_list li .card .up img {
  position: absolute;
  width: 100%;
  height: inherit;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
}

#consult_operation_list li .card .bottom {
  padding: 0.14rem 0.18rem 0.2rem;
  color: #515151;
  /*position: absolute;
		bottom: 0;*/
}

#consult_operation_list li .card .bottom p {
  height: 0.8rem;
}

#consult_operation_list li .card .bottom .time {
  font-size: 0.11rem;
  color: rgba(187, 187, 187, 1);
}

.submit-button {
  background-color: #fff;
}

a.nav_article {
  /*border-style: solid;*/
  /*border-bottom-color: #ffffff;*/
  /*border-width: 0 0 2px 0;*/
  color: rgba(255, 255, 255, 1) !important;
  /*color: #45B6F7 !important;*/
}

/*模块七*/

.main-section-7 {
  position: relative;
  text-align: center;
}

.main-section-7 .content {
  position: absolute;
  top: 0.8rem;
}

.main-section-7 h3 {
  font-size: 0.2rem;
  font-family: PingFangSC;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.refer-btn {
  width: 2.37rem;
  height: 0.52rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.26rem;
  font-size: 0.2rem;
  font-family: PingFangSC;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  margin-top: 0.62rem;
  /*text-align: center;*/
}

.bg {
  width: 100%;
  height: inherit;
}

@media (min-width: 768px) {
  .col-sm-8 {
    width: 66.66666667%;
  }
}

#consult_develop_list li:hover .card {
  background: linear-gradient(
    180deg,
    rgba(29, 186, 221, 1) 0%,
    rgba(58, 110, 220, 1) 100%
  );
  color: #fff;
  border-radius: 0.06rem;
}

#consult_develop_list li:hover .card h5,
#consult_develop_list li:hover .card a,
#consult_develop_list li:hover .card .intro,
#consult_develop_list li:hover .card .time {
  color: #fff;
}
