@import "base.css";
@import "common.css";
.parent_wrap {
  width: 100%;
  padding-top: 0.9rem;
}
.parent_wrap .banner {
  width: 100%;
}
.parent_wrap .content {
  width: 100%;
  background: #51b581;
}
.parent_wrap .content .content_type {
  width: 6.7rem;
  height: 1.2rem;
  margin: 0 auto;
  background: #0a6a47;
  box-shadow: 0px 0.02rem 0px 0px #7feb89;
  border-radius: 0.08rem;
  display: flex;
  position: relative;
}
.parent_wrap .content .content_type .c_item {
  width: 1.54rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0.15rem;
  position: relative;
  z-index: 3;
}
.parent_wrap .content .content_type .c_item .icon {
  width: 0.38rem;
  margin-bottom: 0.15rem;
}
.parent_wrap .content .content_type .c_item span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #ccff82;
}
.parent_wrap .content .content_type .c_item .a {
  display: none;
}
.parent_wrap .content .content_type .c_item.active span {
  color: #0a6a47;
}
.parent_wrap .content .content_type .c_item.active .a {
  display: block;
}
.parent_wrap .content .content_type .c_item.active .n_a {
  display: none;
}
.parent_wrap .content .content_type .c_item.active .bg {
  width: 1.94rem;
  height: 1.9rem;
  background: url("../img/custody/xuanzhong@2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -36%);
  z-index: -1;
}
.parent_wrap .content .content_desc {
  width: 6.7rem;
  margin: 0 auto;
  margin-top: 0.55rem;
  height: 10.34rem;
  background: #0a6a47;
  box-shadow: 0px 0.02rem 0px 0px #7feb89;
  border-radius: 0.08rem;
  padding: 0.49rem 0.38rem 0.1rem 0.32rem;
}
.parent_wrap .content .content_desc .c {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.parent_wrap .content .content_desc .c h1 {
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #e6ffc1;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #349462;
  margin-bottom: 0.2rem;
}
.parent_wrap .content .content_desc .c p {
  font-size: 0.24rem;
  font-weight: 500;
  color: #c1de98;
  line-height: 0.38rem;
}
.parent_wrap .content .content_desc .c .gc h2 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #e6ffc1;
  margin-top: 0.3rem;
  margin-bottom: 0.14rem;
}
.parent_wrap .content .content_desc .c .gc .line {
  width: 100%;
  height: 1px;
  background: #349462;
  margin-top: 0.14rem;
  margin-bottom: 0.19rem;
}
.parent_wrap .content .content_desc .c .gc .f_box {
  position: relative;
}
.parent_wrap .content .content_desc .c .gc .f_box .f_title {
  margin-bottom: 0.22rem;
  display: flex;
  align-items: center;
}
.parent_wrap .content .content_desc .c .gc .f_box .f_title .l {
  width: 0.06rem;
  height: 0.3rem;
  background: #ccff82;
  margin-right: 0.23rem;
}
.parent_wrap .content .content_desc .c .gc .f_box .f_title .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #e1ffcc;
}
.parent_wrap .content .content_desc .c .gc .f_box .btn {
  position: absolute;
  right: 0;
  bottom: 0.25rem;
  width: 2rem;
  height: 0.72rem;
  background: #b2e569;
  border-radius: 0.04rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #0a6a47;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parent_wrap .content .content_desc .c .gc .consulte {
  margin-top: 0.16rem;
  width: 100%;
  height: 0.46rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #349462;
  border-radius: 0.04rem;
}
.parent_wrap .content .content_desc .c .fw {
  display: none;
}
.parent_wrap .content .content_desc .c .fw .lc {
  width: 100%;
}
.parent_wrap .content .content_desc .c .fw .warn {
  font-size: 0.28rem;
  font-weight: bold;
  color: #e6ffc1;
}
.parent_wrap .content .content_desc .c .fw h3 {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 500;
  color: #c1de98;
  margin-top: 0.38rem;
  margin-bottom: 0.8rem;
}
.parent_wrap .content .content_desc .c .fw h2 {
  margin-top: 0.22rem;
  margin-bottom: 0.02rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ccff82;
}
.parent_wrap .content .content_desc .c .question {
  display: none;
  text-align: left;
  position: relative;
}
.parent_wrap .content .content_desc .c .question .item {
  padding-bottom: 0.58rem;
  border-bottom: 1px dashed #c1de98;
}
.parent_wrap .content .content_desc .c .question .item:last-of-type {
  border-bottom: none;
}
.parent_wrap .content .content_desc .c .question .item h1 {
  margin-top: 0.69rem;
  padding-bottom: 0rem;
  border-bottom: none;
  margin-bottom: 0.37rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #e6ffc1;
  text-align: left;
  line-height: 0.4rem;
}
.parent_wrap .content .content_desc .c .question .item span {
  color: #e2ff6c;
}
.parent_wrap .content .content_desc .c .progress {
  display: none;
  padding-right: 0.78rem;
}
.parent_wrap .content .content_desc .c .progress p span {
  color: #e5ff36;
}
.show_img_model {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.show_img_model img {
  width: 600px;
  margin-left: 5rem;
}
.footer {
  background: #51b581;
}
.footer p {
  color: #fff;
}
