@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 .header_tilte {
  width: 100%;
  height: 0.9rem;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.content .header_tilte .back {
  width: 0.15rem;
  height: 0.15rem;
  border-bottom: 0.01rem solid #262628;
  border-left: 0.01rem solid #262628;
  transform: rotate(45deg);
}
.content .header_tilte h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.1rem;
  font-size: 0.34rem;
  font-weight: 600;
  color: #181818;
}
.content .header_tilte .asking_questions {
  width: 0.8rem;
  height: 0.46rem;
  font-size: 0.22rem;
  font-weight: 400;
  color: #5271AB;
  background: #F9FBFF;
  border: 0.01rem solid #5271AB;
  border-radius: 0.04rem;
  line-height: 0.46rem;
  text-align: center;
}
.content .content_ent {
  padding: 0 0.44rem 0 0.3rem;
  box-sizing: border-box;
}
.content .content_ent .ent {
  margin-top: 0.39rem;
  display: block;
}
.content .content_ent .ent h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 6.76rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #181818;
}
.content .content_ent .ent p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.3rem;
  width: 6.69rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #9A9A9A;
}
.content .content_ent .information {
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  margin-top: 0.27rem;
  display: flex;
  font-size: 0.22rem;
  font-weight: 400;
  color: #B2B2B2;
  border-bottom: 0.01rem solid #F5F5F5;
}
.content .content_ent .information span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.5rem;
  font-size: 0.22rem;
  font-weight: 400;
}
.content .content_ent .obtaining_consulting_services {
  padding-top: 0.29rem;
  box-sizing: border-box;
  width: 6.9rem;
  height: 3.16rem;
  background: url(/img/art/bj4.png) no-repeat;
  background-size: 6.9rem 3.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content .content_ent .obtaining_consulting_services .tlite {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  font-weight: 600;
  color: #1D1D1D;
}
.content .content_ent .obtaining_consulting_services .tlite::after {
  content: "";
  display: inline-block;
  margin-left: 0.23rem;
  width: 0.66rem;
  height: 0.52rem;
  background: url(/img/art/icon06.png) no-repeat;
  background-size: 0.66rem 0.52rem;
}
.content .content_ent .obtaining_consulting_services .details_tilte {
  margin-top: 0.17rem;
  width: 6.6rem;
  height: 1.88rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding: 0.3rem;
  box-sizing: border-box;
}
.content .content_ent .obtaining_consulting_services .details_tilte .speed {
  display: flex;
  align-items: center;
}
.content .content_ent .obtaining_consulting_services .details_tilte .speed .det_speed {
  font-size: 0.26rem;
  font-weight: 600;
  color: #666666;
}
.content .content_ent .obtaining_consulting_services .details_tilte .speed .det_speed span {
  color: #FF8534;
}
.content .content_ent .obtaining_consulting_services .details_tilte .speed .det_speed .underline {
  text-decoration: underline;
}
.content .content_ent .obtaining_consulting_services .details_tilte .speed .customer_service {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.25rem;
  padding: 0.1rem 0.1rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF9072, #F33628);
  box-shadow: 0.03rem 0.06rem 0.13rem 0px rgba(248, 25, 19, 0.1);
  border-radius: 0.04rem;
}
.content .content_ent .obtaining_consulting_services .details_tilte .ability {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
  width: 5.66rem;
  height: 0.47rem;
  background: url(/img/art/123.png) no-repeat;
  background-size: 5.66rem 0.47rem;
}
.content .content_ent .obtaining_consulting_services .details_tilte .ability .ability_name {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  font-weight: 400;
  color: #968274;
}
.content .content_ent .obtaining_consulting_services .details_tilte .ability .ability_name::before {
  content: "";
  margin-right: 0.13rem;
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/img/art/icon03.png) no-repeat;
  background-size: 0.18rem;
}

.popup_masking {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 111;
  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;
}/*# sourceMappingURL=tags.css.map */