@charset "UTF-8";
/*屏幕宽度100vw / 设计稿宽度750px * 100px*/
html {
  font-size: 13.3333333333vw;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
  overflow-x: hidden;
  height: 100%;
}

/* @media (min-width: 501px) {
	html {
		font-size: calc(500px / 750 * 100);
	}
} */
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
  display: block;
  margin: 0;
  padding: 0;
}

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

table,
th,
td {
  border: 1px solid black;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

dl,
ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

textarea {
  resize: none;
  outline: none;
  font-family: Arial, Microsoft Yahei;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  blr: expression(this.onFocus=this.blur());
}

select {
  outline: 0;
}

input {
  outline: 0;
}

body {
  /* max-width: 500px; */
  margin: 0 auto;
  font-size: 0.26rem;
  color: #333;
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
  font-family: sans-serif;
}

body * {
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.eps2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pad25 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pad30 {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.d-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s;
}

.com-tt {
  position: relative;
  padding-left: 0.28rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333;
}

.com-tt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.08rem;
  height: 0.32rem;
  background-color: #f48313;
  border-radius: 1rem;
}

.md-home_head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s;
}

.md-home_head.ceiling {
  background-color: #fff;
  transition: background-color 0.3s;
}

.head-b {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
  align-items: center;
}

.h-plate {
  height: 1rem;
}

.head-a {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 0.27rem 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

.h-back {
  position: relative;
  width: 0.6rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: auto 0.32rem;
  background-position: left center;
}

.h-back.back1 {
  background-image: url(../images/icon-back1.png);
}

.h-back.back2 {
  background-image: url(../images/icon-back2.png);
}

.h-tit {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 80%;
  line-height: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
}

.h-tit img {
  height: 0.47rem;
}

.h-person {
  width: 0.86rem;
  height: 0.86rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.07rem;
  border-radius: 50%;
  position: relative;
}
.h-person .pi {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.h-person img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.foot-a {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  box-shadow: 0px -1px 0px 0px #f5f5f5;
  display: flex;
  align-items: center;
}

.foot-a .f-href {
  flex: 1;
  text-align: center;
  font-size: 0.23rem;
  line-height: 1;
}

.foot-a .f-href.on .i1 {
  display: none;
}

.foot-a .f-href.on .i2 {
  display: block;
}

.foot-a .f-href.on .f-t {
  color: #92d050;
}

.foot-a .f-href .icon {
  display: inline-flex;
  align-items: center;
}

.foot-a .f-href img {
  height: 0.4rem;
}

.foot-a .f-href .i2 {
  display: none;
}

.foot-a .f-href .f-t {
  color: #888;
  margin-top: 0.1rem;
}

.f-plate {
  height: 1.2rem;
}

.md-home {
  background-image: url(../images/home_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 1.7rem;
  padding-top: 1.2rem;
  /* padding-bottom: 1.5rem; */
}

.home-1 {
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0 0.25rem;
  padding-top: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  min-height: 50vh;
}

.home-1 .ho11 {
  text-align: center;
}

.home-1 .ho11 img {
  width: 3.18rem;
}

.home-1 .ho12 {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.home-1 .ho12 img {
  width: 1.72rem;
}

.home-1 .list {
  display: flex;
  padding-bottom: 0.3rem;
}

.home-1 .li {
  width: 1.4rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background-color: #f6faf1;
  padding: 0.15rem;
  padding-bottom: 0.56rem;
  border-radius: 1rem;
  text-align: center;
  position: relative;
}

.home-1 .li:nth-child(4n) {
  margin-right: 0;
}

.home-1 .li:hover img {
  transform: scale(1.4);
  transition: all 0.3s;
}

.home-1 .li img {
  width: 1.1rem;
}

.home-1 .li .te {
  margin-top: 0.24rem;
  color: #92d050;
  font-weight: bold;
  font-size: 0.24rem;
}

.home-1 .li .tt {
  position: absolute;
  left: 0;
  top: calc(100% + 0.3rem);
  width: 100%;
  font-size: 0.22rem;
}

.home-2 {
  margin-top: 2.1rem;
  margin-top: 1.2rem;
  text-align: center;
  font-size: 0;
  padding-bottom: 0.8rem;
}

@media screen and (min-aspect-ratio: 320/510) {
  .home-2 {
    margin-top: 0.3rem;
  }
}
.home-2 .btns {
  position: relative;
  display: inline-block;
}

.home-2 .btn {
  display: inline-flex;
  align-items: center;
  width: 3.6rem;
  line-height: 0.9rem;
  background-color: #f48313;
  box-shadow: 6px 7px 0px 0px rgba(0, 0, 0, 0.11), inset 4px 4px 0px 0px rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  padding-left: 0.68rem;
}

.home-2 .icon1 {
  margin-right: 0.26rem;
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: all 1s;
}

.home-2 .icon1 img {
  height: 0.39rem;
}

.home-2 .sp {
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
  box-sizing: content-box;
  /* -webkit-text-stroke: 1px #d77310; */
}

.home-2 .sp .ii1 {
  height: 1em;
}

.home-2 .icon2 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.home-2 .icon2 img {
  width: 0.37rem;
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: all 1s;
}

.home-2 .icon3 {
  position: absolute;
  right: 0.64rem;
  bottom: 100%;
  transform: translate(100%);
}

.home-2 .icon3 img {
  display: block;
  width: 1.77rem;
  height: 0.64rem;
  position: relative;
  opacity: 0;
  transform: translateY(12px);
  transition: all 1s;
  transition-delay: 2s;
  display: none;
}

.home-2 .icon4 {
  width: 100%;
  position: absolute;
  left: 0;
  /* top: calc(100% + 0.45rem); */
  bottom: calc(100% + 0.45rem);
  text-align: center;
}

.home-2 .icon4 img {
  display: inline-block;
  height: 0.28rem;
  position: relative;
  opacity: 0;
  transition-delay: 2.4s;
}

.home-2 .ani-btn.action .icon1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 0.8s;
}

.home-2 .ani-btn.action .icon2 img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 1.6s;
}

.home-2 .ani-btn.action .icon3 img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 2.4s;
}

.home-2 .ani-btn.action .icon4 img {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
  transition-delay: 2.4s;
}

.com-list1 .cli {
  box-shadow: 0px 1px 0px 0px #f7f7f7;
  padding-top: 0.32rem;
  padding-bottom: 0.36rem;
}

.com-list1 .cla {
  display: flex;
  justify-content: space-between;
}

.com-list1 .le {
  max-width: 80%;
}

.com-list1 .ri {
  text-align: right;
}

.com-list1 .d1 {
  color: #333;
  font-size: 0.3rem;
  font-weight: bold;
}

.com-list1 .d2 {
  color: #666;
  font-weight: 500;
  margin-top: 0.14rem;
}

.com-list1 .d3 {
  color: #666;
  font-weight: 500;
}

.com-list1 .d4 {
  font-weight: 500;
}

.com-list1 .add {
  color: #9ad758;
}

.com-list1 .minus {
  color: #f48313;
}

.com-topic {
  font-size: 0.36rem;
  line-height: 1.6666666667;
  font-weight: bold;
  padding-top: 0.47rem;
}

.rdo-page {
  min-height: 8rem;
  min-height: 6rem;
}

.rdo1-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.52rem;
}

.rdo1-list .rd1_i {
  width: 30.4347826087%;
  margin-right: 4.347826087%;
  position: relative;
}

.rdo1-list .rd1_i:nth-child(3n) {
  margin-right: 0;
}

.rdo1-list .rd1_i.select .rd_b .icon {
  opacity: 1;
}

.rdo1-list .rd_t {
  text-align: center;
  font-size: 0.36rem;
}

.rdo1-list .rd_b {
  position: relative;
  margin-top: 0.32rem;
  cursor: pointer;
}

.rdo1-list .rd_b .img {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.rdo1-list .rd_b .img img {
  width: 100%;
}

.rdo1-list .rd_b .icon {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%);
  opacity: 0;
}

.rdo1-list .rd_c {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
}

.rdo2-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.24rem;
}

.rdo2-list .rd2_i {
  width: 47.8260869565%;
  position: relative;
  margin-bottom: 0.3rem;
}

.rdo2-list .rd2_i.select .rd_b .icon {
  opacity: 1;
}

.rdo2-list .rd_t {
  text-align: center;
}

.rdo2-list .rd_b {
  position: relative;
  cursor: pointer;
}

.rdo2-list .rd_b .img {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.rdo2-list .rd_b .icon {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%);
  opacity: 0;
}

.rdo2-list .rd_c {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
}

.rdo3-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.64rem;
}

.rdo3-list .rd3_i {
  width: 21.7391304348%;
  margin-right: 4.347826087%;
  margin-bottom: 0.3rem;
  position: relative;
}

.rdo3-list .rd3_i:nth-child(4n) {
  margin-right: 0;
}

.rdo3-list .rd3_i.select .rd_b .icon {
  opacity: 1;
}

.rdo3-list .rd_b {
  position: relative;
  cursor: pointer;
}

.rdo3-list .rd_b .img {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.rdo3-list .rd_b .icon {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%);
  opacity: 0;
}

.rdo3-list .rd_c {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
}

.rdo-btns {
  margin-top: 0.7rem;
  margin-top: 0.1rem;
  padding-bottom: 1.7rem;
  padding-bottom: 0.2rem;
}

.rdo-btns .secs {
  text-align: center;
  color: #888;
  margin-top: 0.34rem;
}

.rdo-btns .rdobtns {
  display: flex;
  justify-content: center;
}

.rdo-btns .rdobtns .btn {
  flex-shrink: 0;
  line-height: 0.9rem;
  text-align: center;
  background-color: #92d050;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 0.34rem;
  font-weight: bold;
  flex: 1;
  border: none;
  font-family: unset;
}

.rdo-btns .rdobtns .btn + .btn {
  margin-left: 0.3rem;
}

.page2-1 .rdobtns .btn {
  flex: none;
  width: 3.25rem;
}

.page-7 {
  padding-top: 0.3rem;
  background-color: #f7f7f7;
}

.page7-1 .box {
  background-color: #fff;
  border-radius: 0.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  /* min-height: 3.3rem; */
  height: 3.3rem;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  position: relative;
}

.page7-1 .le {
  height: 2.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.page7-1 .box .d1 {
  display: inline-block;
  padding: 0 0.25rem;
  line-height: 0.7rem;
  color: #fff;
  background-color: #f48313;
  border-radius: 0 0.3rem 0.3rem 0;
  font-size: 0.28rem;
  white-space: nowrap;
  /* position: relative;
   left: 0;
   top: 0.2rem; */
}

.page7-1 .box .te {
  padding-left: 0.5rem;
}

.page7-1 .box .d3 {
  line-height: 1.3846153846;
  /* margin-top: 0.24rem; */
  margin-top: 0.14rem;
}

.page7-1 .box .ri {
  width: 40%;
  width: 50%;
  text-align: center;
  height: 2.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page7-1 .box .ri .img {
  line-height: 1;
}

.page7-1 .box .ri img {
  /* width: 1.53rem; */
  /* width: 60%;
   width: 55%; */
  height: 2.3rem;
}

.page7-1 .box .d4 {
  color: #f48313;
  font-weight: bold;
  font-size: 0.28rem;
  margin-top: 0.12rem;
}

.page7-1 .box .d2 {
  /* margin-top: 0.27rem; */
  line-height: 1;
  display: flex;
  align-items: center;
}

.page7-1 .box .d2 .num {
  /* font-weight: bold; */
  font-size: 0.9rem;
  color: #f48313;
}

.page7-1 .box .d2 .ttt {
  /* bottom: 0.5em; */
  margin-left: 0.8em;
  white-space: nowrap;
}

.page7-1 .box .d2 .sp2 {
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.page7-1 .box .d2 .dd3 {
  color: #999;
  font-size: 0.22rem;
  margin-top: 0.5em;
}

.page7-2 {
  margin-top: 0.53rem;
  padding-bottom: 0.75rem;
  background-color: #f7f7f7;
}

.page7-2 .tab {
  padding: 0 0.1rem;
  margin-top: 0.32rem;
}

.page7-2 .tab img {
  width: 100%;
}

.page7-2 .tt {
  text-align: center;
  font-size: 0.24rem;
  color: #999;
  margin-top: 0.24rem;
}

.page7-3 {
  margin-top: 0.53rem;
}

.page7-3 .cont {
  margin-top: 0.32rem;
  background-color: #fff;
  border-radius: 0.46rem;
  padding: 0.3rem;
  padding-bottom: 0.75rem;
}

.page7-3 .top {
  line-height: 1.6;
  font-size: 0.3rem;
}

.page7-3 .list {
  margin-top: 0.32rem;
}

.page7-3 .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
  color: #666;
}

.page7-3 .li:last-child {
  margin-bottom: 0;
}

.page7-3 .le {
  width: 1.9rem;
  flex-shrink: 0;
}

.page7-3 .ri {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 1.9rem);
}

.page7-3 .ri .i1 {
  width: 0.16rem;
  flex-shrink: 0;
}

.page7-3 .ri .line {
  flex-grow: 1;
  margin-left: 0.16rem;
  margin-right: 0.3rem;
  border-top: 1px dashed #ddd;
}

.page7-3 .ri .aa {
  flex-shrink: 0;
}

.page7-3 .btns {
  text-align: center;
  margin-top: 0.95rem;
}

.page7-3 .btns .btn {
  display: inline-block;
  line-height: 0.9rem;
  border-radius: 0.2rem;
  background-color: #92d050;
  color: #fff;
  padding: 0 0.95rem;
  font-size: 0.34rem;
}

.page7-4 .btn {
  display: block;
  line-height: 0.9rem;
  border-radius: 0.2rem;
  background-color: #92d050;
  color: #fff;
  text-align: center;
  font-size: 0.34rem;
  margin-top: 0.6rem;
}

.page7-5 {
  background-color: #fff;
  padding-top: 0.72rem;
  padding-bottom: 0.75rem;
}
.page7-5 .cont {
  margin-top: 0.86rem;
  background-color: #fff;
  border-radius: 0.46rem;
  padding: 0.4rem;
  padding-top: 1.25rem;
  padding-bottom: 0.2rem;
  background-image: url(../images/p7-51.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 5.8rem;
}
.page7-5 .icon {
  position: absolute;
  top: -0.86rem;
  left: 50%;
  transform: translate(-50%);
  width: 1.86rem;
  border: 0.08rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.page7-5 .icon img {
  width: 100%;
}
.page7-5 .text {
  color: #fff;
}
.page7-5 .t1 {
  text-align: center;
  font-weight: bold;
  font-size: 0.36rem;
}
.page7-5 .t2 {
  line-height: 1.6153846154;
  margin-top: 0.4rem;
}
.page7-5 .btns {
  text-align: center;
  margin-top: 0.95rem;
  font-size: 0;
}
.page7-5 .btn {
  display: inline-block;
  line-height: 0.9rem;
  border-radius: 0.2rem;
  background-color: #92d050;
  color: #fff;
  padding: 0 0.25rem;
  font-size: 0.34rem;
}

.page-8 {
  padding-top: 0.3rem;
  padding-bottom: 0.88rem;

  background-size: 100% auto;
  background-image: url(../images/aa1.png);
  background-repeat: no-repeat;
}

.page8-1 .box {
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  /* min-height: 3.3rem; */
  height: 3.3rem;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  position: relative;
}

.page8-1 .le {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 2.85rem;
}

.page8-1 .box .d1 {
  display: inline-block;
  padding: 0 0.25rem;
  line-height: 0.7rem;
  color: #fff;
  background-color: #f48313;
  border-radius: 0 0.3rem 0.3rem 0;
  font-size: 0.28rem;
  white-space: nowrap;
  /* position: absolute;
   left: 0;
   top: 0.2rem; */
}

.page8-1 .box .te {
  padding-left: 0.5rem;
}

/* 0326 */
.page8-1 .box .d2 {
  /* margin-top: 0.27rem; */
  line-height: 1;
  display: flex;
  align-items: center;
}

.page8-1 .box .d2 .num {
  /* font-weight: bold; */
  font-size: 0.9rem;
  color: #f48313;
}

.page8-1 .box .d2 .ttt {
  /* bottom: 0.5em; */
  margin-left: 0.8em;
  white-space: nowrap;
}

.page8-1 .box .d2 .sp2 {
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.page8-1 .box .d2 .dd3 {
  color: #999;
  font-size: 0.22rem;
  margin-top: 0.5em;
}

.page8-1 .box .d3 {
  line-height: 1.3846153846;
  /* margin-top: 0.24rem; */
  margin-top: 0.14rem;
}

.page8-1 .box .ri {
  width: 40%;
  width: 50%;
  text-align: center;
  height: 2.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page8-1 .box .ri .img {
  line-height: 1;
}

.page8-1 .box .ri img {
  /* width: 1.53rem;
   width: 55%; */
  height: 100%;
  height: 2.3rem;
}

.page8-1 .box .d4 {
  color: #f48313;
  font-weight: bold;
  font-size: 0.28rem;
  margin-top: 0.12rem;
}

.page8-2 {
  margin-top: 0.53rem;
}

.page8-2 .tab {
  padding: 0 0.1rem;
  margin-top: 0.32rem;
}

.page8-2 .tab img {
  width: 100%;
}

.page8-3 {
  margin-top: 0.53rem;
}

.page8-3 .tab {
  border-radius: 0.3rem;
  overflow: hidden;
  margin-top: 0.32rem;
}

.page8-3 table,
.page8-3 th,
.page8-3 td {
  border: 1px solid #f7f7f7;
}

.page8-3 table {
  width: 100%;
  color: #666;
  text-align: center;
  background-color: #efefef;
}

.page8-3 tr:first-child {
  color: #333;
}

.page8-3 td {
  padding: 0.28rem 0.1rem;
  font-size: 0.24rem;
}

.page8-4 {
  margin-top: 0.53rem;
}

.page8-4 .list {
  margin-top: 0.33rem;
  display: flex;
  flex-wrap: wrap;
}

.page8-4 .li {
  width: 21.7391304348%;
  margin-right: 4.347826087%;
  margin-bottom: 0.3rem;
}

.page8-4 .li:nth-child(4n) {
  margin-right: 0;
}

.page8-4 .li .img {
  position: relative;
  padding-top: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}

.page8-5 {
  margin-top: 0.18rem;
}

.page8-5 .tab {
  margin-top: 0.32rem;
}

.page8-5 table {
  width: 100%;
}

.page8-5 td {
  height: 1.3rem;
  padding: 0.1rem 0.3rem;
}

.page8-5 .list {
  margin-top: 0.36rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.page8-5 .li {
  display: flex;
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
  color: #666;
}

.page8-5 .li .td:nth-child(1) {
  width: 31.884057971%;
  background-color: #efefef;
  color: #333;
}

.page8-5 .li .td:nth-child(2) {
  width: 68.115942029%;
}

.page8-5 .td {
  min-height: 1.3rem;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.28rem;
  line-height: 1.3846153846;
}

.page8-6 {
  margin-top: 0.5rem;
}

.page8-6 .list {
  margin-top: 0.33rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.page8-6 .li {
  display: flex;
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
}

.page8-6 .li .td:nth-child(1) {
  width: 34.7826086957%;
  background-color: #efefef;
  color: #333;
}

.page8-6 .li .td:nth-child(2) {
  width: 65.2173913043%;
}

.page8-6 .td {
  min-height: 1rem;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.28rem;
  line-height: 1.3846153846;
  color: #666;
}

.page8-7 {
  margin-top: 0.72rem;
}

.page8-7 .img {
  padding: 0 0.3rem;
  margin-top: 0.92rem;
}

.page8-7 .img img {
  width: 100%;
}

.page8-8 {
  margin-top: 1.24rem;
}

.page8-8 .list {
  margin-top: 0.32rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.page8-8 .li {
  display: flex;
  background-color: #f7f7f7;
  border-bottom: 1px solid #fff;
  color: #666;
}

.page8-8 .li .td:nth-child(1) {
  width: 31.884057971%;
  background-color: #efefef;
  color: #333;
}

.page8-8 .li .td:nth-child(2) {
  width: 68.115942029%;
}

.page8-8 .td {
  min-height: 1.3rem;
  display: flex;
  align-items: center;
  padding: 0.1rem 0.28rem;
  line-height: 1.3846153846;
}

.page8-9 {
  margin-top: 0.6rem;
}

.page8-9 .box {
  display: flex;
  justify-content: space-between;
  background-color: #92d050;
  color: #fff;
  height: 3.4rem;
  border-radius: 0.3rem;
  padding-top: 0.39rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.page8-9 .le {
  width: 3rem;
  text-align: center;
  font-size: 0;
  flex-shrink: 0;
}

.page8-9 .le .img {
  display: inline-block;
  width: 1.32rem;
  height: 1.32rem;
  border-radius: 50%;
  overflow: hidden;
}

.page8-9 .le img {
  width: 100%;
  height: 100%;
}

.page8-9 .le .te {
  margin-top: 0.25rem;
}

.page8-9 .le .d1 {
  font-size: 0.34rem;
}

.page8-9 .le .d2 {
  font-size: 0.28rem;
  margin-top: 0.04rem;
}

.page8-9 .ri {
  text-align: center;
  padding-top: 0.25rem;
}

.page8-9 .ri .d3 {
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 0.3rem;
}

.page8-9 .ri .a4 {
  display: block;
  line-height: 0.78rem;
  color: #92d050;
  background-color: #fff;
  font-size: 0.32rem;
  border-radius: 0.2rem;
  margin-top: 0.4rem;
}

.page9-1 {
  background-color: #92d050;
  height: 2.7rem;
}

.page9-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  margin-top: -0.3rem;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: #fff;
}

.page9-21 .bot {
  text-align: center;
  margin-top: 0.7rem;
}

.page9-21 .bot .btns {
  text-align: center;
  font-size: 0;
}

.page9-21 .bot .btns .btn {
  display: inline-block;
  font-weight: bold;
  font-size: 0.34rem;
  padding: 0 0.78rem;
  line-height: 0.9rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
}

.page9-21 .bot .tex {
  margin-top: 0.25rem;
  font-weight: 500;
  font-size: 0.28rem;
}

.page9-21 .bot .tex .num {
  color: #92d050;
}

.page9-21 .bot .tex .out {
  text-decoration: line-through;
}

.page9-22 {
  margin-top: 0.67rem;
}

.page9-22 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page9-22 .top .tex {
  font-size: 500;
}

.page9-22 .top .tex span {
  color: #92d050;
}

.page9-22 .list {
  margin-top: 0.32rem;
}

.page9-22 .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.3rem;
  padding-left: 0.36rem;
}

.page9-22 .te {
  display: flex;
  align-items: center;
}

.page9-22 .icon {
  width: 0.5rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}

.page9-22 .icon img {
  height: 0.5rem;
}

.page9-22 .sp {
  color: #15161a;
  font-size: 0.3rem;
}

.page9-22 .ar img {
  width: 0.15rem;
}

.page10-1 {
  background-color: #92d050;
}

.page10-2 {
  padding-top: 0.3rem;
  padding-bottom: 0.92rem;
  background-color: #f7f7f7;
  position: relative;
}

.teach-list .t_li {
  margin-bottom: 0.3rem;
  padding: 0.3rem;
  padding-bottom: 0.6rem;
  border-radius: 0.3rem;
  background-color: #fff;
}

.teach-list .t_li:nth-child(2n-1) .btn {
  background-color: #92d050;
}

.teach-list .t_li:nth-child(2n) .btn {
  background-color: #f48313;
}

.teach-list .t_top {
  display: flex;
}

.teach-list .t_top .icon {
  width: 1.2rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}

.teach-list .t_top .icon img {
  width: 1.2rem;
  height: 1.2rem;
}

.teach-list .t_top .te {
  line-height: 1;
  padding-top: 0.12rem;
}

.teach-list .t_top .d1 {
  color: #333;
  font-weight: bold;
  font-size: 0.32rem;
}

.teach-list .t_top .d2 {
  color: #888;
  font-weight: 500;
  font-size: 0.28rem;
  margin-top: 0.25rem;
}

.teach-list .t_cent {
  line-height: 1.6923076923;
  color: #333;
  font-weight: 500;
  padding-top: 0.29rem;
  padding-bottom: 0.4rem;
}

.teach-list .t_bot .btn {
  display: block;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
}

.page-11 {
  padding-bottom: 0.87rem;
}

.page11-1 {
  background-color: #92d050;
  padding-bottom: 1.05rem;
}

.page11-1 .inp {
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  border-radius: 0.2rem;
  border: none;
  padding: 0 0.4rem;
  padding-left: 5.4em;
  font-size: 0.28rem;
}

.page11-1 input::-moz-placeholder {
  color: #bbb;
}

.page11-1 input:-ms-input-placeholder {
  color: #bbb;
}

.page11-1 input::placeholder {
  color: #bbb;
}

.page11-1 form {
  position: relative;
}
.page11-1 form .sp {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  font-size: 0.28rem;
  line-height: 1;
}

.page11-2 {
  background-color: #fff;
  margin-top: -0.3rem;
  border-radius: 0.3rem 0.3rem 0 0;
}

.page11-2 .top {
  text-align: center;
  padding-top: 0.73rem;
  padding-bottom: 0.6rem;
}

.page11-2 .top .d1 {
  color: #666;
  font-size: 0.28rem;
}

.page11-2 .top .d2 {
  color: #92d050;
  margin-top: 0.21rem;
  font-size: 0.3rem;
  line-height: 1;
}

.page11-2 .top .d2 .num {
  font-weight: 500;
  font-size: 1rem;
}

.page11-2 .bot {
  text-align: center;
  margin-top: 2.48rem;
}

.page11-2 .bot .btns {
  text-align: center;
  font-size: 0;
}

.page11-2 .bot .btns .btn {
  display: inline-block;
  font-weight: bold;
  font-size: 0.34rem;
  padding: 0 0.78rem;
  line-height: 0.9rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
}

.page11-2 .bot .tex {
  margin-top: 0.3rem;
  font-weight: 500;
  font-size: 0.3rem;
}

.page11-2 .bot .tex .num {
  color: #92d050;
}

.page11-2 .bot .tex .out {
  text-decoration: line-through;
}

.page12-2 {
  background-color: #fff;
  padding-top: 0.44rem;
  padding-bottom: 0.73rem;
  margin-top: -0.3rem;
  border-radius: 0.3rem 0.3rem 0 0;
  position: relative;
}

.p12-21 .top {
  text-align: center;
}

.p12-21 .top .t1 {
  font-size: 0.42rem;
  color: #89cb43;
}

.p12-21 .top .t2 {
  font-size: 0.28rem;
  margin-top: 0.24rem;
}

.p12-21 .list {
  margin-top: 0.56rem;
}

.p12-21 .list .li {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  padding: 0.24rem 0.5rem;
  padding-right: 2px;
  margin-bottom: 0.2rem;
}

.p12-21 .list .li:last-child {
  margin-bottom: 0;
}

.p12-21 .list .icon {
  width: 1.3rem;
  flex-shrink: 0;
}

.p12-21 .list .te {
  flex-grow: 1;
}

.p12-21 .list .d1 {
  font-size: 0.32rem;
  font-weight: bold;
}

.p12-21 .list .d2 {
  line-height: 1.6153846154;
}

.p12-21 .top .t3 {
  display: inline-block;
  font-size: 0.3rem;
  color: #f48313;
  font-weight: bold;
  margin-top: 0.3rem;
  padding: 0.24rem 0.6rem;
  border-radius: 0.2rem;
  background-color: rgba(244, 131, 19, 0.1);
}

.p12-22 {
  margin-top: 0.73rem;
  padding-bottom: 0.78rem;
}

.p12-22 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.33rem;
}

.p12-22 .list .li {
  width: 21.7391304348%;
  margin-right: 4.347826087%;
}

.p12-22 .list .li:nth-child(4n) {
  margin-right: 0;
}

.p12-22 .list .top {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}

.p12-22 .list .img img {
  width: 100%;
}

.p12-22 .list .te {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 0.22rem;
  padding: 0.1rem 0;
}

.p12-22 .list .name {
  margin-top: 0.24rem;
  font-size: 0.28rem;
  text-align: center;
}

.p12-22 {
  background-color: #f7f7f7;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p12-22 .tops {
  text-align: center;
  background-image: url(../images/p12-201.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1rem;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.36rem;
}
.p12-22 .list {
  padding: 0 0.2rem;
}
.p12-22 .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
  margin-top: 0.6rem;
}
.p12-22 .btn {
  display: inline-flex;
  align-items: center;
  height: 0.8rem;
  background-color: #fff;
  color: #9ad35f;
  font-weight: bold;
  border-radius: 0.2rem;
  padding: 0 0.55rem;
}
.p12-22 .btn span {
  padding: 0 0.3rem;
}
.p12-22 .btn img {
  height: 0.28rem;
}
.p12-22 .text {
  text-align: center;
  line-height: 1.5384615385;
  margin-top: 0.32rem;
  margin-top: 0.45rem;
}

.p12-23 img {
  width: 100%;
}

.p12-24 {
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  padding: 0.4rem;
  padding-right: 0.2rem;
  margin-bottom: 0.5rem;
  display: flex;
}
.p12-24 .img {
  width: 1.8rem;
  flex-shrink: 0;
}
.p12-24 .img img {
  width: 100%;
}
.p12-24 .text {
  margin-left: 0.3rem;
}
.p12-24 .d2 {
  line-height: 1.6363636364;
  font-size: 0.22rem;
  margin-top: 0.2rem;
  color: #666;
}

.page13-1 {
  height: 2.93rem;
  background-color: #89d33a;
  background-image: url(../images/p13-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page13-1 .cont {
  padding-top: 0.58rem;
  color: #fff;
  line-height: 1;
}

.page13-1 .d1 {
  font-size: 0.3rem;
}

.page13-1 .d2 {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 0.18rem;
}

.page13-1 .box {
  padding: 0.5rem 0.4rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.page13-1 .icon {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.37rem;
}
.page13-1 .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page13-2 {
  background-color: #fff;
  border-radius: 0.3rem;
  margin-top: -0.3rem;
}

.page13-21 {
  background-color: #fff;
  border-radius: 0.3rem;
  padding-top: 0.6rem;
}

.page13-21 .list {
  display: flex;
  flex-wrap: wrap;
}

.page13-21 .la {
  width: 33.3%;
  text-align: center;
  margin-bottom: 0.54rem;
}

.page13-21 .img img {
  width: 1.4rem;
  height: 1.4rem;
}

.page13-21 .te {
  margin-top: 0.24rem;
  font-size: 0.3rem;
  color: #15161a;
}

.page13-21 .codes {
  padding: 0.4rem;
  padding-right: 0.1rem;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.page13-21 .codes .code {
  width: 1.8rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.page13-21 .codes .code img {
  width: 100%;
}
.page13-21 .codes .t1 {
  font-weight: bold;
}
.page13-21 .codes .t2 {
  margin-top: 0.22rem;
  color: #92d050;
}
.page13-21 .codes .t3 {
  line-height: 1.6363636364;
  color: #666;
  font-size: 0.22rem;
}

.page13-22 {
  padding-top: 0.43rem;
  padding-bottom: 0.9rem;
}

.page13-22 .tab {
  margin-top: 0.33rem;
  border-radius: 0.3rem;
  overflow: hidden;
}

.page13-22 table {
  width: 100%;
  color: #666;
}

.page13-22 tr:first-child {
  color: #333;
}

.page13-22 tr:first-child td {
  background-color: #efefef;
}

.page13-22 td {
  background-color: #f7f7f7;
  text-align: center;
  font-size: 0.24rem;
  padding: 0.24rem 0.1rem;
  width: 33.3%;
}

.page13-22 table,
.page13-22 th,
.page13-22 td {
  border-color: #fff;
}

.page13-22 .btns {
  text-align: center;
  margin-top: 0.8rem;
  font-size: 0;
}

.page13-22 .btns .btn {
  display: inline-block;
  font-weight: bold;
  font-size: 0.34rem;
  padding: 0 0.78rem;
  line-height: 0.9rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  color: #fff;
}

.page-14 {
  position: relative;
  background-image: url(../images/home_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 0.7rem;
  padding-bottom: 1.77rem;
  /* padding: 0 !important; */
}

.p14-bgs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.p14-bgs img {
  width: 100%;
  height: 100%;
}

.pt0{
  /* padding-top: 0 !important; */
  /* padding-top: 0 !important; */
}

.page-14 img {
  width: 100%;
  /* height: calc(100vh - 1rem); */
  /* -o-object-fit: contain; */
  /* object-fit: contain; */
}

.page14-1 {
  height: 9rem;
  background-color: #fff;
  border-radius: 0.3rem;
  padding-top: 0.5rem;
}

.page14-1 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.43rem;
  padding-right: 0.34rem;
}

.page14-1 .tes {
  line-height: 1.4666666667;
  font-size: 0.3rem;
}

.page14-1 .img {
  text-align: center;
  margin-top: 0.28rem;
  margin-bottom: 0.54rem;
}

.page14-1 .img img {
  width: 2.27rem;
}

.page14-1 .ri {
  width: 1.74rem;
  height: 1.74rem;
  flex-shrink: 0;
  background-image: url(../images/p14-11.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}

.page14-1 .ri .rt {
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 1;
}

.page14-1 .ri .d1 {
  font-weight: bold;
  font-size: 0.52rem;
}

.page14-1 .ri .d2 {
  font-size: 0.24rem;
  margin-top: 0.04rem;
}

.page14-1 .list {
  display: flex;
}

.page14-1 .list .li {
  width: 1.4rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background-color: #f6faf1;
  padding: 0.15rem;
  padding-bottom: 0.56rem;
  border-radius: 1rem;
  text-align: center;
}

.page14-1 .list .li:nth-child(4n) {
  margin-right: 0;
}

.page14-1 .list img {
  width: 1.1rem;
}

.page14-1 .list .te {
  font-size: 0.24rem;
  margin-top: 0.24rem;
  color: #92d050;
  font-weight: bold;
}

.page14-2 {
  padding: 0.44rem;
  background-color: #fff;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
  display: flex;
}

.page14-2 .img {
  width: 1.73rem;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.page14-2 .img img {
  width: 100%;
}

.page14-2 .te {
  padding-top: 0.14rem;
}

.page14-2 .d1 {
  font-size: 0.34rem;
  font-weight: 500;
  color: #000;
}

.page14-2 .a2 {
  background-color: #92d050;
  border-radius: 0.2rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.45rem;
  padding-right: 0.55rem;
  line-height: 0.78rem;
  color: #fff;
  font-size: 0.34rem;
  font-weight: bold;
  margin-top: 0.23rem;
}

.page14-2 .a2 img {
  height: 0.39rem;
  margin-right: 0.16rem;
}

.page15-1 .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.4rem;
  background-color: #fff;
  border-bottom: 1px solid #f7f7f7;
}

.page15-1 .le {
  width: 30%;
  color: #666;
  font-size: 0.28rem;
}

.page15-1 .ri {
  width: 70%;
  text-align: right;
  font-size: 0.28rem;
  font-weight: bold;
}

.page15-1 .f-head {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: inline-block;
}

.page15-1 .my2-file {
  display: none;
}

.pay-list {
  margin-top: 0.34rem;
}

.pay-list .pay-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
  padding-left: 0.34rem;
  background-color: #f7f7f7;
  margin-bottom: 0.2rem;
  border-radius: 0.3rem;
  cursor: pointer;
}

.pay-list .pay-li:last-child {
  margin-bottom: 0;
}

.pay-list .pay-li.select .yuan {
  background-color: #92d050;
}

.pay-list .le {
  display: flex;
  align-items: center;
}

.pay-list .icon {
  width: 0.5rem;
  flex-shrink: 0;
  margin-right: 0.35rem;
}

.pay-list .icon img {
  width: 100%;
}

.pay-list .te {
  color: #15161a;
}

.pay-list .yuan {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #cdcdcd;
  border-radius: 50%;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 61.1111111111% auto;
}

.md-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.md-dialog .dlg-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.md-dialog .dlg-off {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../images/icon-back1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  cursor: pointer;
}

.md-dialog .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  background-color: #fff;
  padding: 0.7rem;
  padding-bottom: 0.85rem;
  padding-top: 0.65rem;
  border-radius: 0.3rem;
  max-height: 88vh;
  overflow-y: auto;
}

.md-dialog .dlg_tit {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}

.md-dialog .f_i {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e9ec;
  padding-top: 0.58rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  position: relative;
}

.md-dialog .f_i .sp {
  font-size: 0.3rem;
  color: #000;
  width: 1.6rem;
}

.md-dialog .f_i .f_r {
  width: calc(100% - 1.6rem);
  position: relative;
}

.md-dialog .f_i .inp {
  width: 100%;
  height: 0.7rem;
  font-size: 0.3rem;
  border: none;
  color: #000;
}

.md-dialog .f_i .gains {
  display: flex;
  align-items: center;
  margin: 0.15rem 0;
}

.md-dialog .f_i .rebuild {
  color: #666;
  position: absolute;
  top: 80%;
  top: 88%;
  top: auto;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.md-dialog .f_i .gain {
  height: 0.7rem;
  background-color: #92d050;
  /* border-radius: 0.2rem; */
  white-space: nowrap;
  color: #fff;
  /* padding: 0 0.28rem; */
  border: none;
  cursor: pointer;
  font-size: 0.24rem;
}

.md-dialog .f_sex {
  padding-top: 0.73rem;
  padding-top: 0.4rem;
  padding-bottom: 0.42rem;
  padding-bottom: 0.3rem;
}

.md-dialog .f_lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 1.45rem;
  color: #000;
  font-size: 0;
}

.md-dialog .f_lab:last-child {
  margin-right: 0;
}

.md-dialog .f_lab.select .yuan {
  background-image: url(../images/icon-3.png);
}

.md-dialog .f_lab label {
  display: inline-flex;
  align-items: center;
  font-size: 0.3rem;
  cursor: pointer;
}

.md-dialog .f_lab .yuan {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url(../images/icon-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.23rem;
}

.md-dialog .f_lab .f-radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
}

.md-dialog .tips {
  position: absolute;
  top: calc(100% + 0.05rem);
  left: 0;
  font-size: 0.22rem;
  color: #bbb;
}

.md-dialog .f_btns {
  text-align: center;
  margin-top: 1.3rem;
  margin-top: 0.7rem;
}

.md-dialog .f_btns .btn {
  display: inline-block;
  height: 0.9rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  padding: 0 1.3rem;
  border: none;
  color: #fff;
  line-height: 1;
  font-size: 0.34rem;
}

.kf-dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}

.kf-dialog.show {
  display: block;
}

.kf-dialog .dlg-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kf-dialog .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.6rem;
  height: 9.6rem;
  background-color: #fff;
  background-image: url(../images/dlg_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  padding: 0 0.9rem;
  padding-bottom: 0.7rem;
  border-radius: 0.3rem;
}

.kf-dialog .kf-off {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.2rem);
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(../images/icon-off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35% auto;
  cursor: pointer;
}

.kf-dialog .kf-top {
  padding: 0.4rem 0;
  display: flex;
  justify-content: center;
}

.kf-dialog .kf-top .icon {
  width: 1.45rem;
}

.kf-dialog .kf-top .sp {
  font-size: 0.48rem;
  color: #fff;
  margin-left: 0.18rem;
  padding-top: 0.4rem;
}

.kf-dialog .code {
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 4px 6px 0.1rem 0px rgba(147, 147, 147, 0.13);
}

.kf-dialog .code img {
  width: 100%;
}

.kf-dialog .btns {
  font-size: 0;
  text-align: center;
  margin-top: 0.8rem;
}

.kf-dialog .btns .btn {
  display: inline-block;
  line-height: 0.9rem;
  background-color: #92d050;
  color: #fff;
  text-align: center;
  padding: 0 0.96rem;
  border-radius: 0.2rem;
  font-size: 0.34rem;
  font-weight: bold;
}

.md-side {
  position: fixed;
  right: 0.3rem;
  top: 50%;
}

.md-side .hd {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  box-shadow: 0 0 0.27rem rgba(130, 130, 130, 0.14);
  cursor: pointer;
}

.md-side .hd img {
  width: 100%;
}

.ban-cont {
  display: flex;
  align-items: center;
  height: 2.4rem;
}

.ban-cont .icon {
  width: 1.4rem;
}

.ban-cont .icon img {
  width: 100%;
}

.ban-cont .bte {
  margin-left: 0.33rem;
  color: #fff;
}

.ban-cont .bt1 {
  letter-spacing: 2px;
  font-size: 0.4rem;
}

.ban-cont .bt2 {
  font-size: 0.28rem;
  margin-top: 0.14rem;
}

.ban-bg {
  width: 100%;
}

.page8-10 {
  padding-top: 0.8rem;
}
.page8-10 .box {
  background-image: url(../images/p8-101.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.3rem;
  min-height: 5.8rem;
  padding: 0.4rem;
  color: #fff;
}
.page8-10 .tops {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page8-10 .tops .icon {
  width: 1.32rem;
}
.page8-10 .tops .icon img {
  width: 100%;
}
.page8-10 .tops .tt {
  margin-left: 0.35rem;
}
.page8-10 .tops .t1 {
  font-weight: bold;
  font-size: 0.34rem;
}
.page8-10 .tops .t2 {
  margin-top: 0.18rem;
  font-size: 0.28rem;
}
.page8-10 .cen {
  text-align: center;
  letter-spacing: 1px;
  font-size: 0.3rem;
  font-weight: bold;
  margin-top: 0.36rem;
}
.page8-10 .bot {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.38rem;
  padding-top: 0.6rem;
}
.page8-10 .b1 {
  letter-spacing: 1px;
  text-align: center;
}
.page8-10 .b2 {
  margin-top: 0.6rem;
  text-align: center;
}
.page8-10 .btn {
  display: inline-block;
  font-size: 0.32rem;
  padding: 0 0.3rem;
  background-color: #fff;
  color: #92d050;
  font-weight: bold;
  border-radius: 0.2rem;
  line-height: 2.4375em;
}

.page8-11 {
  padding-bottom: 0.5rem;

}
.page8-11 .box {
  position: relative;
  padding-top: 0.75rem;
}
.page8-11 .top {
  position: relative;
}
.page8-11 .icon {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translate(-50%);
  width: 1.33rem;
  border: 0.08rem solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.page8-11 .icon img {
  width: 100%;
}
.page8-11 .text {
  padding: 0.8rem 0.45rem;
  padding-bottom: 0.42rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  color: #fff;
  line-height: 1.6153846154;
}
.page8-11 .bot {
  text-align: center;
  margin-top: 0.24rem;
  margin-top: 0.5rem;
}

.n-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.n-tit .nsp {
  padding: 0 0.3rem;
  font-size: 0.4rem;
  letter-spacing: 2px;
  color: #f48313;
  font-weight: 500;
}
.n-tit .nimg {
  height: 0.28rem;
}

.page25-1 {
  padding-top: 0.3rem;
  padding-bottom: 0.64rem;
}
.page25-1 .box {
  padding-top: 0.36rem;
  min-height: 3.1rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background-image: url(../images/p25-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page25-1 .d1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.page25-1 .d2 {
  margin-top: 0.25rem;
  text-align: center;
}
.page25-1 .d2 img {
  height: 1.36rem;
}
.page25-1 .rela {
  position: relative;
  padding-top: 21.7391304348%;
}
.page25-1 .abosulute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page25-1 .cont {
  width: 690px;
  height: 160px;
  transform-origin: left top;
}
.page25-1 .d3 {
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
}

.page25-2 .box {
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  padding-top: 0.36rem;
  padding-bottom: 0.75rem;
}
.page25-2 .text {
  line-height: 1.6153846154;
  margin-top: 0.44rem;
  font-size: 0.26rem;
}
.page25-2 .text a {
  color: #92d050;
}
.page25-2 .btns {
  font-size: 0;
  margin-top: 0.42rem;
  text-align: center;
}
.page25-2 .btn {
  display: inline-block;
  line-height: 0.9rem;
  background-color: #92d050;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 0.34rem;
  font-weight: bold;
  padding: 0 0.62rem;
}

.page25-3 .tops {
  text-align: center;
  padding-top: 0.46rem;
  padding-bottom: 0.5rem;
}
.page25-3 .tops .d1 {
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: bold;
}
.page25-3 .tops .d2 {
  margin-top: 0.34rem;
}
.page25-3 .tops .d2 img {
  height: 0.36rem;
}
.page25-3 .bots {
  background-color: #f7f7f7;
  border-radius: 0.2rem;
  padding: 0 0.3rem;
  padding-bottom: 0.64rem;
}
.page25-3 .mans {
  display: flex;
  padding-top: 0.42rem;
  padding-bottom: 0.6rem;
}
.page25-3 .mans .img {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
.page25-3 .mans .img img {
  width: 100%;
  height: 100%;
}
.page25-3 .mans .d1 {
  color: #f48313;
  font-weight: bold;
}
.page25-3 .mans .d2 {
  line-height: 1.6153846154;
  margin-top: 0.2rem;
}
.page25-3 .mans .d3 {
  margin-top: 0.2rem;
}
.page25-3 .mans .d3 span {
  color: #92d050;
}
.page25-3 .list .li {
  background-color: #fff;
  border-radius: 0.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
}
.page25-3 .list .li:last-child {
  margin-bottom: 0;
}
.page25-3 .list .dd {
  display: flex;
  padding-right: 0.2rem;
}
.page25-3 .list .imgs {
  width: 1.6rem;
  margin: 0 0.4rem;
  flex-shrink: 0;
}
.page25-3 .list .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.page25-3 .list .img img {
  width: 1.6rem;
}
.page25-3 .list .dd1 {
  display: flex;
  justify-content: space-between;
}
.page25-3 .list .price {
  color: #f48313;
  flex-shrink: 0;
  font-weight: bold;
  padding-right: 0.1rem;
}
.page25-3 .list .t1 {
  font-weight: bold;
  padding-right: 0.1rem;
}

.page25-3 .list .t2 {
  line-height: 1.6153846154;
  font-weight: 500;
  color: #666;
  margin-top: 0.2rem;
}
.page25-3 .list .t3 {
  color: #92d050;
  color: #f48313;
  display: block;
  margin-top: 0.34rem;
}

.page25-4 {
  padding-top: 0.84rem;
  padding-bottom: 0.88rem;
}

.page26-1 {
  height: 2.9rem;
  background-image: url(../images/p26-11.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.page26-1 .box {
  display: flex;
  align-items: center;
  padding-top: 0.4rem;
}
.page26-1 .icon {
  width: 1.3rem;
  margin: 0 0.36rem;
  flex-shrink: 0;
}
.page26-1 .icon img {
  width: 100%;
}
.page26-1 .te {
  color: #fff;
  text-align: center;
  flex-grow: 1;
}
.page26-1 .t1 {
  font-weight: bold;
  font-size: 0.36rem;
}
.page26-1 .t2 {
  margin-top: 0.32rem;
  font-size: 0.3rem;
}

.page26-2 {
  margin-top: -0.3rem;
  border-radius: 0.3rem;
  background-color: #fff;
  position: relative;
}

.p26-21 {
  padding-top: 0.54rem;
  padding-bottom: 0.75rem;
}
.p26-21 .tt {
  line-height: 1.6153846154;
}

.p26-22 {
  background-color: #f9f9f9;
  border-radius: 0.3rem;
}
.p26-22 .box {
  padding: 0.48rem 0.3rem;
  padding-bottom: 0.74rem;
}
.p26-22 .list {
  margin-top: 0.58rem;
}
.p26-22 .li {
  padding: 0.3rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}
.p26-22 .li:last-child {
  margin-bottom: 0;
}
.p26-22 .tp {
  display: flex;
  align-items: center;
}
.p26-22 .sp {
  font-weight: bold;
  font-size: 0.34rem;
}
.p26-22 .icon {
  width: 0.8rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.p26-22 .icon img {
  width: 100%;
}
.p26-22 .tt {
  line-height: 1.6153846154;
  color: #666;
  margin-top: 0.3rem;
}

.p26-23 {
  padding-top: 0.8rem;
  padding-bottom: 0.67rem;
}
.p26-23 .btn {
  display: block;
  line-height: 0.9rem;
  border-radius: 0.2rem;
  background-color: #92d050;
  color: #fff;
  text-align: center;
  font-size: 0.34rem;
  font-weight: bold;
}

.page27-2 {
  margin-top: -0.3rem;
  border-radius: 0.3rem;
  background-color: #fff;
  position: relative;
  padding-bottom: 0.8rem;
}

.p27-21 {
  padding-top: 0.66rem;
  padding-bottom: 0.62rem;
}
.p27-21 .t1 {
  font-size: 0.34rem;
}
.p27-21 .t2 {
  line-height: 1.6153846154;
  font-weight: 500;
  margin-top: 0.3rem;
}
.p27-21 .t2 a {
  color: #92d050;
}

.p27-22 {
  background-color: #f9f9f9;
  border-radius: 0.3rem;
}
.p27-22 .box {
  padding: 0.48rem 0.3rem;
  padding-bottom: 0.74rem;
}
.p27-22 .list {
  margin-top: 0.5rem;
}
.p27-22 .li {
  display: flex;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.35rem 0.3rem;
  margin-bottom: 0.3rem;
}
.p27-22 .li:last-child {
  margin-bottom: 0;
}
.p27-22 .icon {
  width: 0.9rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
}
.p27-22 .icon img {
  width: 100%;
}
.p27-22 .t1 {
  color: #666;
}
.p27-22 .t2 {
  font-size: 0.28rem;
  font-weight: bold;
  margin-top: 0.18rem;
}

.p27-23 {
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  margin-top: 0.8rem;
}
.p27-23 .box {
  padding: 0.48rem 0.3rem;
  padding-bottom: 0.74rem;
}
.p27-23 .list {
  margin-top: 0.58rem;
}
.p27-23 .li {
  padding: 0.3rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}
.p27-23 .li:last-child {
  margin-bottom: 0;
}
.p27-23 .tp {
  display: flex;
  align-items: center;
}
.p27-23 .sp {
  font-weight: bold;
  font-size: 0.34rem;
}
.p27-23 .icon {
  width: 0.8rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}
.p27-23 .icon img {
  width: 100%;
}
.p27-23 .tt {
  line-height: 1.6153846154;
  color: #666;
  margin-top: 0.3rem;
}

.p27-24 {
  padding-top: 0.8rem;
  padding-bottom: 0.62rem;
}

.p27-25 {
  height: 3.7rem;
  background-image: url(../images/p27-5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p27-25 .top {
  color: #fff;
  line-height: 1.5;
  font-size: 0.28rem;
  font-weight: bold;
  padding: 0 0.45rem;
  padding-top: 0.33rem;
}
.p27-25 .bot {
  margin-top: 0.34rem;
  display: flex;
  padding-left: 0.43rem;
}
.p27-25 .imgs {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.p27-25 .i1 {
  width: 0.82rem;
  margin-right: 0.3rem;
}
.p27-25 .i2 {
  width: 1.6rem;
}
.p27-25 .te {
  color: #fff;
  line-height: 1.6153846154;
  margin-left: 0.3rem;
}
.p27-25 .d1 {
  font-weight: bold;
}

.page-28 {
  padding-top: 0.4rem;
}

.page28-1 .box {
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.page28-1 .bg {
  position: relative;
  padding-top: 38.5714285714%;
}
.page28-1 .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page28-1 .te {
  position: absolute;
  left: 0;
  top: 0.36rem;
  width: 100%;
}
.page28-1 .pp {
  text-align: center;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
}

.page28-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.63rem;
}

.p28-21 .tit {
  display: flex;
  align-items: center;
}
.p28-21 .tit .ic {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.p28-21 .tit .sp {
  font-size: 0.34rem;
  font-weight: bold;
}
.p28-21 .te {
  line-height: 1.6153846154;
  margin-top: 0.3rem;
}

.p28-22 {
  margin-top: 0.7rem;
}
.p28-22 .top {
  display: flex;
  align-items: center;
  padding: 0.3rem;
  background-color: #f48313;
  border-radius: 0.3rem 0.3rem 0 0;
}
.p28-22 .img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p28-22 .img .ic {
  width: 100%;
  height: 100%;
}
.p28-22 .tt {
  color: #fff;
}
.p28-22 .tt .t1 {
  font-weight: bold;
  font-size: 0.32rem;
}
.p28-22 .tt .t2 {
  font-size: 0.28rem;
  margin-top: 0.24rem;
}
.p28-22 .bot {
  background-color: #f9f9f9;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 0.3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.54rem;
}
.p28-22 .text {
  line-height: 1.6923076923;
  max-height: 4.8rem;
  overflow-y: auto;
}
.p28-22 .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.p28-22 .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #e1e1e1;
}
.p28-22 .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #f9f9f9;
}

.p28-23 {
  margin-top: 0.38rem;
}
.p28-23 .btn {
  display: block;
  line-height: 0.9rem;
  text-align: center;
  border-radius: 0.2rem;
  background-color: #92d050;
  color: #fff;
  font-size: 0.34rem;
  font-weight: bold;
}

.page28-3 .box {
  background-color: #f9f9f9;
  border-radius: 0.3rem;
  padding: 0.5rem 0.3rem;
  padding-bottom: 0.8rem;
}
.page28-3 .list {
  margin-top: 0.48rem;
}
.page28-3 .li {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
}
.page28-3 .li:last-child {
  margin-bottom: 0;
}
.page28-3 .d1 {
  font-weight: bold;
  font-size: 0.28rem;
}
.page28-3 .d2 {
  line-height: 1.6153846154;
  color: #999;
  margin-top: 0.2rem;
}

.page28-4 {
  padding-top: 0.84rem;
  padding-bottom: 0.88rem;
}

.page29-1 {
  min-height: 3.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/p29-11.png);
  padding-top: 0.72rem;
}
.page29-1 .text {
  text-align: center;
  color: #fff;
}
.page29-1 .t1 {
  font-size: 0.3rem;
  line-height: 1;
}
.page29-1 .t1 span {
  font-weight: bold;
  font-size: 1rem;
}
.page29-1 .t2 {
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 0.34rem;
}

.page29-2 {
  background-color: #fff;
  margin-top: -0.3rem;
  border-radius: 0.3rem 0.3rem 0 0;
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
}
.page29-2 .bot {
  text-align: center;
  margin-top: 0.8rem;
}
.page29-2 .btns {
  text-align: center;
  font-size: 0;
}
.page29-2 .btns .btn {
  display: inline-block;
  font-weight: bold;
  font-size: 0.34rem;
  padding: 0 0.78rem;
  line-height: 0.9rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
}
.page29-2 .codes {
  text-align: center;
  font-size: 0;
  margin-top: 1rem;
}
.page29-2 .codes .code {
  display: inline-block;
}
.page29-2 .codes .code img {
  width: 1.8rem;
}
.page29-2 .codes .te {
  letter-spacing: 1px;
  line-height: 1.7142857143;
  margin-top: 0.22rem;
  font-size: 0.28rem;
}

.form-expert .fe-top {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.2rem;
  border-radius: 1rem;
  background-color: #92d050;
  position: relative;
}
.form-expert .fe-top::before {
  content: "";
  border-top: 0.21rem solid #92d050;
  border-left: 0.14rem solid transparent;
  border-right: 0.14rem solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
}
.form-expert .fe-top .ic {
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
}
.form-expert .fe-top .sp {
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
}
.form-expert .fe-te {
  text-align: center;
  line-height: 1.6153846154;
  margin-top: 0.56rem;
  margin-bottom: 0.42rem;
}
.form-expert .fe-te a {
  color: #92d050;
  font-weight: bold;
}
.form-expert .fe-cen .inp {
  margin-bottom: 0.3rem;
}
.form-expert .fe-cen .inp:last-child {
  margin-bottom: 0;
}
.form-expert .fe-cen .ip {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.3rem;
  border-radius: 1rem;
  border: none;
  background-color: #f7f7f7;
  font-size: 0.26rem;
}
.form-expert .fe-cen .ip::-moz-placeholder {
  color: #bbb;
}
.form-expert .fe-cen .ip:-ms-input-placeholder {
  color: #bbb;
}
.form-expert .fe-cen .ip::placeholder {
  color: #bbb;
}
.form-expert .fe-cen .ta {
  width: 100%;
  height: 2.6rem;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  border: none;
  padding: 0.3rem;
  font-size: 0.26rem;
}
.form-expert .fe-cen .ta::-moz-placeholder {
  color: #bbb;
}
.form-expert .fe-cen .ta:-ms-input-placeholder {
  color: #bbb;
}
.form-expert .fe-cen .ta::placeholder {
  color: #bbb;
}
.form-expert .fe-bot {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.form-expert .fe-bot .btn {
  color: #fff;
  background-color: #92d050;
  padding: 0 0.78rem;
  border-radius: 0.2rem;
  height: 0.9rem;
  border: none;
  font-weight: bold;
  font-size: 0.34rem;
}

.page30-2 {
  padding-bottom: 0.8rem;
}
.page30-2 .list {
  margin-top: 0.36rem;
}
.page30-2 .li {
  margin-bottom: 0.3rem;
}
.page30-2 .li:last-child {
  margin-bottom: 0;
}
.page30-2 .la {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.38rem;
  background-color: #f7f7f7;
  color: #15161a;
  border-radius: 0.3rem;
  font-size: 0.3rem;
  position: relative;
}
.page30-2 .la::before {
  content: "";
  width: 0.15rem;
  height: 0.28rem;
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
}
.page30-2 .ic {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.3rem;
}

.p30-21 {
  padding-top: 0.5rem;
  padding-bottom: 0.72rem;
}
.p30-21 .text {
  line-height: 1.6153846154;
}

.p30-22 {
  margin-bottom: 0.8rem;
}

.p30-23 .dd {
  margin-top: 0.3rem;
  line-height: 1.4230769231;
}
.p30-23 .dd a {
  color: #93d151;
}

.page32-1 {
  background-image: url(../images/p32-11.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 3.1rem;
  padding-top: 0.4rem;
  overflow: hidden;
}
.page32-1 .box {
  display: flex;
}
.page32-1 .img {
  width: 1.47rem;
  margin: 0 0.3rem;
  flex-shrink: 0;
}
.page32-1 .img img {
  width: 100%;
}
.page32-1 .text {
  flex-grow: 1;
  color: #fff;
}
.page32-1 .d1 {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 0.4rem;
  position: relative;
  display: inline-block;
}
.page32-1 .d1 .ic {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.2rem);
  transform: translateY(-50%);
  width: 0.44rem;
}
.page32-1 .d2 {
  margin-top: 0.22rem;
  font-size: 0.24rem;
}
.page32-1 .d3 {
  line-height: 1.5;
  font-size: 0.24rem;
  margin-top: 0.16rem;
}

.page32-2 {
  background-color: #fff;
  margin-top: -0.3rem;
  border-radius: 0.3rem 0.3rem 0 0;
}

.p32-21 {
  padding-top: 0.4rem;
}
.p32-21 .tit {
  display: flex;
  align-items: center;
  font-size: 0.34rem;
}
.p32-21 .tit .ic {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.p32-21 .list {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p32-21 .li {
  width: 47.8260869565%;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
}
.p32-21 .dd {
  line-height: 0.9rem;
  font-size: 0.28rem;
  text-align: center;
}
.p32-21 .te {
  line-height: 1.6153846154;
}
.p32-21 .btns {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0;
}
.p32-21 .btn {
  display: inline-block;
  font-weight: bold;
  font-size: 0.34rem;
  padding: 0 0.95rem;
  line-height: 0.9rem;
  background-color: #92d050;
  border-radius: 0.2rem;
  color: #fff;
  cursor: pointer;
}

/* .p32-22 {
  margin-top: 0.75rem;
  padding-bottom: 0.95rem;
}
.p32-22 .list {
  margin-top: 0.27rem;
}
.p32-22 .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 0px 0px #f7f7f7;
  padding: 0.38rem 0;
}
.p32-22 .dd {
  color: #666;
  max-width: 40%;
}
.p32-22 .dd:first-child {
  color: #333;
  font-weight: bold;
} */

.p32-22 {
  margin-top: 0.75rem;
  padding-bottom: 0.95rem;
}
.p32-22 .ct-sp {
  margin-right: 1em;
}
.p32-22 .ct-sp.on {
  color: #f48313;
}
.p32-22 .lists {
  position: relative;
  margin-top: 0.27rem;
}
.p32-22 .list {
  position: absolute;
  left: -200vw;
  top: 0;
  width: 100%;
}
.p32-22 .list.show {
  position: static;
}
.p32-22 .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 1px 0px 0px #f7f7f7;
  padding: 0.38rem 0;
}
.p32-22 .dd {
  color: #666;
  max-width: 40%;
}
.p32-22 .dd:first-child {
  color: #333;
  font-weight: bold;
}

.page33-1 {
  padding-top: 0.7rem;
  min-height: 100vh;
  background-image: url(../images/home_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.page33-1 .box {
  background-color: #fff;
  border-radius: 0.3rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0;
}
.page33-1 .d1 {
  text-align: center;
}
.page33-1 .d1 img {
  width: 1.28rem;
}
.page33-1 .d2 {
  text-align: center;
  margin-top: 0.66rem;
}
.page33-1 .d2 img {
  height: 0.45rem;
}
.page33-1 .d3 {
  text-align: center;
  font-size: 0.3rem;
  margin-top: 0.85rem;
}
.page33-1 .d3 img {
  width: 2.51rem;
}
.page33-1 .d3 .tt {
  margin-top: 0.27rem;
}
.page33-1 .d4 {
  font-size: 0;
  text-align: center;
  margin-top: 1.48rem;
}
.page33-1 .d4 a {
  font-size: 0.34rem;
  font-weight: bold;
  line-height: 0.9rem;
  display: inline-block;
  color: #fff;
  background-color: #92d050;
  border-radius: 0.2rem;
  padding: 0 0.74rem;
}
.page33-1 .d5 {
  text-align: center;
  margin-top: 0.98rem;
  font-size: 0.26rem;
}
@media screen and (min-aspect-ratio: 320/510) {
  .page33-1 .box {
    padding-top: 0.5rem;
  }
  .page33-1 .d2 {
    margin-top: 0.4rem;
  }
  .page33-1 .d3 {
    margin-top: 0.55rem;
  }
  .page33-1 .d4 {
    margin-top: 0.6rem;
  }
  .page33-1 .d5 {
    margin-top: 0.6rem;
  }
}

.page34-2 {
  background-color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  margin-top: -0.3rem;
  position: relative;
  padding-bottom: 1.07rem;
}

.p34-21 {
  padding-top: 0.6rem;
}
.p34-21 .text {
  line-height: 1.6153846154;
  margin-top: 0.4rem;
}

.p34-22 {
  margin-top: 1rem;
}
.p34-22 .com-tt {
  margin-bottom: 0.32rem;
}
.p34-22 .di {
  margin-bottom: 0.5rem;
}
.p34-22 .de {
  text-indent: 1em;
  line-height: 1.6153846154;
}
.p34-22 .de a {
  color: #92d050;
}
.p34-22 .dt {
  line-height: 1.6153846154;
}
.p34-22 .form {
  margin-top: 0.6rem;
}
.p34-22 .fi {
  margin-bottom: 0.3rem;
}
.p34-22 .fi:last-child {
  margin-bottom: 0;
}
.p34-22 .ip {
  width: 100%;
  height: 0.8rem;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  padding: 0 0.32rem;
  border: none;
  font-size: 0.26rem;
  color: #333;
}
.p34-22 .ip::-moz-placeholder {
  color: #bbb;
}
.p34-22 .ip:-ms-input-placeholder {
  color: #bbb;
}
.p34-22 .ip::placeholder {
  color: #bbb;
}
.p34-22 .sel {
  position: relative;
}
.p34-22 .sel::before {
  content: "";
  width: 0.15rem;
  height: 0.28rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%) rotate(90deg);
  background-image: url(../images/icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.p34-22 select {
  width: 100%;
  height: 0.8rem;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  padding: 0 0.32rem;
  border: none;
  font-size: 0.26rem;
  color: #bbb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.p34-22 .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.p34-22 .sbt {
  height: 0.9rem;
  color: #fff;
  background-color: #92d050;
  border-radius: 0.2rem;
  padding: 0 0.95rem;
  font-size: 0.34rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.p34-23 {
  height: 2.6rem;
  background-image: url(../images/p34-31.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p34-23 .box {
  display: flex;
  align-items: center;
  padding-top: 0.48rem;
  padding-left: 0.8rem;
}
.p34-23 .ic {
  width: 1.5rem;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.p34-23 .te {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.p34-23 .t2 {
  font-size: 0.34rem;
  margin-top: 0.22rem;
}

.page35-1 {
  min-height: 4.5rem;
  background-image: url(../images/p35-11.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 0.4rem;
  overflow: hidden;
}
.page35-1 .img {
  width: 1.33rem;
  margin: 0 auto;
}
.page35-1 .img img {
  width: 100%;
}
.page35-1 .text {
  margin-top: 0.44rem;
  color: #fff;
  text-align: center;
}
.page35-1 .d1 {
  font-weight: bold;
  font-size: 0.38rem;
  position: relative;
  display: inline-block;
}
.page35-1 .d1 .ic {
  position: absolute;
  top: 50%;
  left: calc(100% + 0.2rem);
  transform: translateY(-50%);
  width: 0.38rem;
}
.page35-1 .d2 {
  margin-top: 0.22rem;
}

.md-dialog2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
}
.md-dialog2.show {
  display: block;
}
.md-dialog2 .dlg-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.md-dialog2 .dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.8rem;
  background-color: #fff;
  border-radius: 0.3rem;
}
.md-dialog2 .dg2-off {
  position: absolute;
  left: 100%;
  bottom: calc(100% + 0.4rem);
  width: 0.21rem;
  height: 0.21rem;
  background-image: url(../images/icon-off.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.md-dialog2 .text {
  line-height: 1.5;
  padding: 0 0.56rem;
  padding-top: 3.9rem;
  /* height: 6.8rem; */
  min-height: 6.8rem;
  background-image: url(../images/p31-0.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-height: 80vh;
  overflow-y: auto;
}
.md-dialog2 .text .dd {
  margin-bottom: 0.44rem;
}
.md-dialog2 .text .dd:last-child {
  margin-bottom: 0;
}
.md-dialog2 .text a {
  color: #92d050;
  font-weight: bold;
}
.md-dialog2 .text .btns {
  text-align: center;
}
.md-dialog2 .text .btn {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  background-color: #f48313;
  color: #fff;
  border-radius: 1rem;
}


.page14-3 {
  position: relative;
}
.page14-3 .bg img {
  width: 100%;
}
.page14-3 .code {
  position: absolute;
  left: 0.44rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.73rem;
}
.page14-3 .code img {
  width: 100%;
}