@charset "UTF-8";
html {
  font-family: "Microsoft YaHei", "微软雅黑 Light", Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.28rem;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top;
}

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  margin: 0 auto;
  width: 7.5rem;
  height: 0.7rem;
  padding: 0.17rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: fixed;
  top: 0;
  z-index: 444;
}
.header img {
  width: 0.19rem;
  height: 0.32rem;
}
.header span {
  width: 5.36rem;
  height: 0.68rem;
  display: inline-block;
  text-align: center;
  line-height: 0.68rem;
  text-indent: 0.3rem;
  font-size: 0.38rem;
}
.header .img1 {
  width: 1.13rem;
  height: 0.49rem;
}
.header .dv-inp {
  width: 4.4rem;
  height: 0.66rem;
  background: #F8F8F9;
  border: none;
  border-radius: 0.33rem;
  display: flex;
  align-items: center;
}
.header .dv-inp .inp-img {
  margin-left: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
}
.header .inp {
  width: 4.4rem;
  height: 0.66rem;
  background: #F8F8F9;
  color: #A4A4A4;
  border: none;
  border-radius: 0.33rem;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.header .clickPopup {
  width: 0.6rem;
  height: 0.6rem;
}
.header .img2 {
  width: 0.6rem;
  height: 0.6rem;
}

.content {
  padding-top: calc(1rem + env(safe-area-inset-bottom) / 2);
  width: 6.7rem;
  margin: 0 auto;
}
.content .title {
  color: #181818;
  font-size: 0.44rem;
  font-weight: 600;
  line-height: 0.5rem;
  padding-top: 0.2rem;
}
.content .describe {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.5rem;
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.29rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  border-bottom: 0.02rem solid #EEEEEE;
}
.content .describe span {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #B0B0B0;
}

.viewhtml div {
  margin-top: 0.4rem;
}
.viewhtml div p {
  line-height: 0.46rem;
  color: #666;
}
.viewhtml img {
  width: 6.7rem !important;
  margin: 0.2rem auto;
}

.article_label {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.article_label .div_label {
  font-size: 0.3rem;
  color: #6e6e6e;
}
.article_label .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.1rem;
  margin-left: 0.2rem;
  width: 1.5rem;
  font-size: 0.25rem;
  color: #474747;
}

.statement {
  margin-top: 0.41rem;
  margin-bottom: 0.4rem;
  padding: 0.2rem 0.35rem;
  box-sizing: border-box;
  background: #FFF7F3;
  border-radius: 0.1rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
}

.ter {
  padding: 0 0.3rem;
  padding-top: 0.3rem;
  padding-bottom: calc(1.7rem + env(safe-area-inset-bottom) / 2);
  box-sizing: border-box;
  background-color: #F2F3F6;
}

.submit {
  margin: 0 0 0.3rem 0;
  padding-top: 1.28rem;
  box-sizing: border-box;
  width: 6.9rem;
  height: 5.36rem;
  text-align: center;
  background: url(/img/art/bj1.png) no-repeat;
  background-size: cover;
}
.submit .introduce {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submit .introduce .name::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  background: url(/img/art/icon03.png) no-repeat;
  background-size: 0.2rem;
}
.submit .introduce .name:nth-child(1) {
  margin-left: 0.45rem;
}
.submit .introduce .name {
  margin-left: 0.25rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #403131;
}
.submit img {
  width: 100%;
  height: auto;
}
.submit .dv-input {
  margin: auto;
  margin-top: 0.33rem;
  padding: 0.49rem 0.3rem 0rem 0.3rem;
  box-sizing: border-box;
  width: 6.5rem;
  height: 2.48rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit .dv-input .sb-img {
  margin-top: 0.4rem;
  width: 5.67rem;
  height: 0.49rem;
  background: url(/img/art/bj2.png) no-repeat;
  background-size: 5.67rem 0.49rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.27rem;
  box-sizing: border-box;
}
.submit .dv-input .sb-img .sb_img_name {
  font-size: 0.22rem;
  font-weight: 400;
  color: #756B6B;
}
.submit .input-tosubmit {
  display: flex;
  align-items: center;
}
.submit input {
  height: 0.72rem;
  width: 3.89rem;
  text-indent: 0.3rem;
  border: 0.03rem solid #FE604E;
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
  z-index: 22;
  color: #181818;
}
.submit input::-moz-placeholder {
  color: #B2B2B2;
}
.submit input:-ms-input-placeholder {
  color: #B2B2B2;
}
.submit input::placeholder {
  color: #B2B2B2;
}
.submit .tosubmit {
  margin-left: -0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.78rem;
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF6A56, #F81913);
  border-top-right-radius: 0.04rem;
  border-bottom-right-radius: 0.04rem;
}
.submit p {
  color: #E02520;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin-top: 0.2rem;
}
.submit .agreement {
  margin-top: 0.1rem;
  width: 6.98rem;
  height: 0.55rem;
  margin: auto;
  color: #b2b2b2;
  font-size: 0.2rem;
  letter-spacing: -1px;
  text-align: justify;
  transform: scale(0.9);
}
.submit .agreement a {
  color: #5289bc;
}

.to_insurance {
  width: 6.9rem;
  height: 2.31rem;
  background: url(/img/art/bj3.png) no-repeat;
  background-size: 6.9rem 2.31rem;
  position: relative;
}
.to_insurance .check::after {
  content: "";
  display: inline-block;
  margin-left: 0.12rem;
  width: 0.09rem;
  height: 0.17rem;
  background: url(/img/art/icon04.png) no-repeat;
  background-size: 0.09rem 0.17rem;
}
.to_insurance .check {
  position: absolute;
  top: 0.19rem;
  right: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.12rem;
  height: 0.44rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(90deg, #F0CA92, #BE8A36);
  box-shadow: 0.04rem 0.07rem 0.13rem 0px rgba(168, 115, 28, 0.16);
  border-radius: 0.22rem;
}
.to_insurance .insurance_introduce {
  position: absolute;
  top: 1.1rem;
  left: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.to_insurance .insurance_introduce .insurance {
  display: flex;
  flex-direction: column;
  margin-right: 0.3rem;
}
.to_insurance .insurance_introduce .insurance_name::before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/img/art/icon05.png) no-repeat;
  background-size: cover;
  margin-right: 0.13rem;
}
.to_insurance .insurance_introduce .insurance_name {
  text-align: left;
  font-size: 0.22rem;
  font-weight: 400;
  color: #262628;
}

.common_problem {
  position: relative;
  margin-top: 0.3rem;
  height: 8.27rem;
  background: #FFFFFF;
}
.common_problem .problem {
  padding-top: 0.2rem;
  box-sizing: border-box;
  width: 6.9rem;
  height: 2.32rem;
  background: url(/img/art/bj8.png) no-repeat;
  background-size: cover;
}
.common_problem .problem h2 {
  margin-left: 0.3rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #FFFFFF;
}
.common_problem .specific {
  position: absolute;
  top: 1.47rem;
  left: 0.3rem;
}
.common_problem .specific .specific_content::before {
  content: "";
  display: block;
  width: 6.3rem;
  height: 1px;
  color: #EEEEEE;
  background-color: #EEEEEE;
  margin: 0.3rem 0;
}
.common_problem .specific .specific_content:nth-child(1)::before {
  content: none;
}
.common_problem .specific .specific_content {
  width: 6.3rem;
}
.common_problem .specific .specific_content .content_h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
}
.common_problem .specific .specific_content .view_volume span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #B2B2B2;
}
.common_problem .specific .specific_content .view_volume .pan1 {
  margin-right: 0.3rem;
}
.common_problem .specific .specific_content .problem_details {
  margin-top: 0.19rem;
  width: 6.3rem;
  height: 0.7rem;
  background: #F6F6F9;
  border-radius: 0.06rem;
  padding: 0.21rem 0.26rem 0.21rem 0.2rem;
  box-sizing: border-box;
}
.common_problem .specific .specific_content .problem_details .details_con {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 4.92rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #181818;
}
.common_problem .specific .specific_content .problem_details .details {
  float: right;
  font-size: 0.26rem;
  font-weight: 400;
  color: #6069B0;
}

.arouse_customer_service {
  margin-top: 0.3rem;
  width: 6.9rem;
  height: 3.1rem;
  background: url(/img/art/bj06.png) no-repeat;
  background-size: 6.9rem 3.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.arouse_customer_service h2 {
  font-size: 0.38rem;
  font-weight: 600;
  color: #FFFEFE;
}
.arouse_customer_service p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #FFFFFF;
}
.arouse_customer_service .reply {
  margin-top: 0.47rem;
  padding: 0.22rem 0.6rem;
  box-sizing: border-box;
  font-size: 0.32rem;
  font-weight: 500;
  color: #67421A;
  background: linear-gradient(90deg, #FFF4D9 0%, #FFE6AF 100%);
  border-radius: 37px;
}

.next {
  padding-bottom: 0.3rem;
}
.next img {
  width: 0.24rem;
  height: 0.26rem;
  margin-right: 0.1rem;
  float: left;
  margin-top: 0.08rem;
}
.next p {
  line-height: 0.4rem;
  margin: 0.2rem 0;
  color: #999;
}
.next a p {
  color: #181818;
  font-weight: 500;
}

.latest_recommendations {
  margin-top: 0.4rem;
}
.latest_recommendations .recommendation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest_recommendations .recommendation h2 {
  font-size: 0.34rem;
  font-weight: 600;
  color: #181818;
}
.latest_recommendations .recommendation .view_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.latest_recommendations .recommendation .view_more span {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
}
.latest_recommendations .recommendation .view_more img {
  margin-left: 0.11rem;
  width: 0.09rem;
  height: 0.13rem;
}
.latest_recommendations .recommended_content {
  padding: 0.4rem 0 0 0.4rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
  width: 6.9rem;
  height: 3.87rem;
  background: #FFFFFF;
  border-radius: 0.25rem;
}
.latest_recommendations .recommended_content .recommended_a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 5.87rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #181818;
  margin-bottom: 0.25rem;
}
.latest_recommendations .recommended_content .recommended_a::before {
  content: "";
  display: inline-block;
  margin-right: 0.29rem;
  width: 0.06rem;
  height: 0.06rem;
  background: url(/img/art/icon10.png) no-repeat;
  background-size: 0.06rem;
  margin-bottom: 0.05rem;
}

.popup_masking {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 666;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup_masking .popup_notification {
  padding: 0.5rem 0.3rem;
  box-sizing: border-box;
  width: 7.5rem;
  height: 6.91rem;
  background: url(/img/art/bj7.png) no-repeat;
  background-size: 7.5rem 6.91rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 222;
}
.popup_masking .popup_notification .login {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_masking .popup_notification .login .avatar_login {
  display: flex;
  align-items: center;
}
.popup_masking .popup_notification .login .avatar_login .avatar {
  width: 1rem;
  height: 1rem;
}
.popup_masking .popup_notification .login .avatar_login .login_member {
  margin-left: 0.27rem;
  font-size: 0.36rem;
  font-weight: 600;
  color: #181818;
}
.popup_masking .popup_notification .login .icon_img {
  width: 0.3rem;
  height: 0.3rem;
}
.popup_masking .popup_notification .recommendation {
  margin-top: 0.7rem;
}
.popup_masking .popup_notification .recommendation h3 {
  font-size: 0.34rem;
  font-weight: 600;
  color: #181818;
}
.popup_masking .popup_notification .recommendation .package {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.popup_masking .popup_notification .recommendation .package img {
  width: 0.85rem;
  height: 0.85rem;
  margin-right: 0.3rem;
}
.popup_masking .popup_notification .recommendation .package .name1 {
  padding-bottom: 0.49rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #EEEEEE;
}
.popup_masking .popup_notification .recommendation .package .package_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_masking .popup_notification .recommendation .package .package_1 .package_name {
  margin-bottom: 0.19rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #181818;
}
.popup_masking .popup_notification .recommendation .package .package_1 .package_tile {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}
.popup_masking .popup_notification .recommendation .package .package_1 .check {
  margin-left: 1.03rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.16rem;
  height: 0.48rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #E02520;
  background: #FFF9F9;
  border: 0.01rem solid #E02520;
  border-radius: 0.24rem;
}

.consultation_bottom {
  width: 7.5rem;
  height: 1.15rem;
  background: url(/img/art/footer.png);
  background-size: 7.5rem 1.15rem;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0rem 0.3rem;
  box-sizing: border-box;
  z-index: 333;
}
.consultation_bottom img {
  margin-right: 0.31rem;
  width: 0.8rem;
  height: 0.8rem;
}
.consultation_bottom .tent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.consultation_bottom .tent .shangbiao .shangbiao_name {
  font-size: 0.28rem;
  font-weight: 600;
  color: #181818;
}
.consultation_bottom .tent .shangbiao .get_set {
  font-size: 0.22rem;
  font-weight: 400;
  color: #666666;
}
.consultation_bottom .tent .tent_service {
  width: 1.48rem;
  height: 0.56rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: #E02520;
  border: 0.02rem solid #E02520;
  border-radius: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=newsdetai.css.map */