@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 {
  animation: opacity 0.3s linear;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.body_twentyOne {
  position: relative;
  background-color: #fdeeed;
  background: linear-gradient(to bottom, #fee0de, #ffffff);
  background-size: 100% 10rem;
  background-repeat: no-repeat;
  padding-bottom: 1.4rem;
}
.body_twentyOne i {
  font-style: normal;
}
.body_twentyOne .member-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body_twentyOne .member-title .texts {
  font-weight: 600;
  font-size: 0.34rem;
  color: #181818;
  margin: 0 0.28rem;
}
.body_twentyOne .member-title img {
  height: 0.18rem;
}
.body_twentyOne .member-box {
  box-sizing: border-box;
  margin: 0 0.2rem;
}
.body_twentyOne .member-box .member-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.body_twentyOne .member-box .member-title .texts {
  font-weight: 600;
  font-size: 0.34rem;
  color: #181818;
  margin: 0 0.28rem;
}
.body_twentyOne .member-box .member-title img {
  height: 0.18rem;
}
.body_twentyOne .member-box .member-content {
  display: flex;
  background-color: #fff;
  margin-top: 0.3rem;
}
.body_twentyOne .member-box .member-content .member-tab {
  width: 3rem;
  flex: 1;
}
.body_twentyOne .member-box .member-content .member-content-box {
  display: flex;
  overflow-x: scroll;
}
.body_twentyOne .member-box .member-content .right-item {
  width: 3rem;
}
.body_twentyOne .member-box .member-content .tab-top-title {
  box-sizing: border-box;
  line-height: 0.9rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #181818;
  background-color: #FFF8EA;
  padding-left: 0.25rem;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}
.body_twentyOne .member-box .member-content .tab-top-title-left {
  width: 3rem;
  background-color: #FFF3DB;
  border-radius: 0.14rem 0 0 0;
  border-left: 1px solid #FEE5BF;
  border-top: 1px solid #FEE5BF;
  box-sizing: border-box;
}
.body_twentyOne .member-box .member-content .tab-width {
  width: 2.5rem;
}
.body_twentyOne .member-box .member-content .center-box {
  display: flex;
  align-items: baseline;
  padding: 0.18rem;
  border-bottom: 1px dashed #EEEEED;
  border-left: 1px solid #EEEEEE;
}
.body_twentyOne .member-box .member-content .center-box img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.09rem;
}
.body_twentyOne .member-box .member-content .center-box .center-texts {
  font-weight: 400;
  font-size: 0.22rem;
  color: #181818;
}
.body_twentyOne .member-box .member-content .tab-text-left {
  font-weight: 400;
  font-size: 0.22rem;
  color: #532510;
  background-color: #FFF9ED;
  padding: 0.18rem;
  border-left: 1px solid #FEE5BF;
  border-top: 1px dashed #EEEEED;
}
.body_twentyOne .member-box .member-content .tab-text-left-height {
  height: 0.7rem;
}
.body_twentyOne .member-box .member-content .btn-box {
  flex-direction: column;
  align-items: center;
}
.body_twentyOne .member-box .member-content .btn-box .price {
  font-weight: 600;
  font-size: 0.24rem;
  color: #E02520;
}
.body_twentyOne .member-box .member-content .btn-box .btn-submit {
  margin-top: 0.2rem;
  width: 1.7rem;
  height: 0.56rem;
  background: linear-gradient(90deg, #FAE4C9, #E4A860);
  border-radius: 0.28rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #532510;
  text-align: center;
  line-height: 0.56rem;
}
.body_twentyOne .member-box .member-content .btn-box .btn-advisory {
  margin-top: 0.2rem;
  width: 1.7rem;
  height: 0.56rem;
  background: #FFF9ED;
  border-radius: 0.28rem;
  font-weight: 600;
  font-size: 0.24rem;
  color: #666666;
  text-align: center;
  line-height: 0.56rem;
  border: 1px solid #EBCD8F;
}
.body_twentyOne .wonderful {
  margin-top: 0.4rem;
}
.body_twentyOne .wonderful .wonderful-box {
  margin-top: 0.3rem;
  text-align: center;
}
.body_twentyOne .wonderful .wonderful-box .wonderful-img {
  width: 6.9rem;
}
.body_twentyOne .wonderful .wonderful-box .course {
  width: 7rem;
}
.body_twentyOne .wonderful .texts span {
  font-weight: 600;
  font-size: 0.34rem;
}
.body_twentyOne .activity-content {
  background: #FFF1F1;
  border-radius: 0.06rem;
  margin: 0.3rem;
  padding: 0.36rem 0.22rem;
}
.body_twentyOne .activity-content .activity-content-title {
  color: #181818;
  font-weight: bold;
  font-size: 0.22rem;
}
.body_twentyOne .activity-content .activity-content-text {
  color: #181818;
  font-size: 0.22rem;
}
.body_twentyOne .twentyOne-title {
  margin-top: 0.3rem;
  text-align: center;
  font-family: AlimamaShuHeiTi;
  font-weight: 400;
  font-size: 0.4rem;
  color: #DB362D;
}
.body_twentyOne .twentyOne-title span {
  font-family: AlimamaShuHeiTi;
  font-weight: 400;
  font-size: 0.4rem;
  color: #181818;
}

.header_twentyOne {
  width: 100%;
}

.member-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.member-title .texts {
  margin: 0 0.3rem;
}
.member-title .texts span {
  font-weight: 600;
  font-size: 0.34rem;
}
.member-title img {
  height: 0.18rem;
}

.described {
  margin-top: 0.37rem;
  padding: 0 0.3rem;
}

.described-content {
  font-weight: 600;
  font-size: 0.24rem;
  color: #181818;
}

.content_twentyOne {
  position: relative;
  padding: 0.22rem 0.1rem;
  padding-top: 0;
  box-sizing: border-box;
  width: 7.26rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin: 0 0.15rem;
}
.content_twentyOne .right-title-img {
  margin-top: 0.62rem;
  margin-bottom: 0.34rem;
  width: 6.54rem;
  height: 0.41rem;
}
.content_twentyOne .interests {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_twentyOne .interests .interests-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.content_twentyOne .interests .interests-content .icon-img {
  width: 2.18rem;
}
.content_twentyOne .mentor-yangyun {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.02rem;
}
.content_twentyOne .mentor-yangyun .mentor-img {
  height: 1.2rem;
}
.content_twentyOne .yangyun-introduced {
  overflow-x: scroll;
  border: 1px solid #FFE7C4;
  border-right: 0;
  display: flex;
  margin-top: 0.26rem;
}
.content_twentyOne .yangyun-introduced .module-title {
  background-color: #FFF8EA;
  color: #572012;
  height: 0.64rem;
  width: 2.11rem;
  line-height: 0.64rem;
  padding-left: 0.23rem;
  font-weight: 600;
  font-size: 0.22rem;
  border-right: 1px solid #FFE7C4;
}
.content_twentyOne .yangyun-introduced .module-content {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  height: 1.31rem;
  line-height: 1.31rem;
  padding-left: 0.23rem;
  font-weight: 600;
  font-size: 0.22rem;
  color: #333333;
  border-right: 1px solid #FFE7C4;
}
.content_twentyOne .yangyun-introduced .module-content .module-content-item {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  font-weight: 400;
}
.content_twentyOne .yangyun-introduced .module-content .module-content-item span {
  font-size: 0.2rem;
  color: #333333;
  font-weight: 400;
  line-height: 0.36rem;
}
.content_twentyOne .yangyun-introduced .module-content .module-content-get {
  color: #333333;
  font-weight: 600;
  line-height: 1.31rem;
  font-size: 0.2rem;
}
.content_twentyOne .introduced-box {
  margin-top: 0.2rem;
}
.content_twentyOne .introduced-box .texts {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}
.content_twentyOne .introduced-remark {
  margin-top: 0.22rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
}

.content .introduction {
  text-align: center;
  margin-top: 0.22rem;
  width: 100%;
  height: 23.25rem;
  background: url(/img/twentyTwoann/background-img.png) no-repeat;
  background-size: 100% 23.25rem;
}
.content .introduction .img {
  margin: 0rem 0.14rem;
  margin-top: 9.59rem;
  width: 6.62rem;
  height: 6.68rem;
}
.content .introduction .why {
  margin: 0 0.18rem;
  margin-top: 0.19rem;
  width: 6.58rem;
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFFFFF;
  line-height: 0.31rem;
}
.content .introduction .why span {
  font-weight: bold;
  font-size: 0.25rem;
  color: #FFF3DC;
}
.content .introduction .icon05-img {
  width: 6.71rem;
  height: 0.87rem;
  margin: 0.2rem 0;
}
.content .introduction #video1 {
  padding: 0 0.14rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  width: 6.97rem;
  height: 3.91rem;
}
.content .introduction #video2 {
  padding: 0 0.14rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  width: 6.97rem;
  height: 3.91rem;
}
.content .yuanguoshun {
  width: 100%;
  background: url(https://86sbxcx.oss-cn-shanghai.aliyuncs.com/m/yuanguoshun01.png) no-repeat;
  background-size: 100% 23.25rem;
}
.content .yuanguoshun .why {
  text-align: left;
}

.twentyOne-company-introduction {
  padding: 0.18rem 0.11rem 0 0.11rem;
  box-sizing: border-box;
}
.twentyOne-company-introduction img {
  width: 7.25rem;
  height: 6.45rem;
}

.twentyOne-footer {
  width: 7.5rem;
  height: 2.33rem;
}
.twentyOne-footer img {
  width: 7.5rem;
  height: 2.33rem;
}

.footer-btn {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #EEEEEE;
}
.footer-btn .footer-btn-text {
  width: 6.9rem;
  height: 0.9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF4C2F, #E02520);
  border-radius: 0.45rem;
  border: 0px solid #F5F5F5;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
}/*# sourceMappingURL=twentyTwo.css.map */