@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;
  }
}
.famousMentors {
  background: url(/img/member/member-bg.png) no-repeat;
  background-size: 100%;
  padding-bottom: 1.5rem;
}
.famousMentors .member-header {
  background: transparent;
}
.famousMentors .content .content-top-title {
  margin-top: 0.1rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.32rem;
  color: #181818;
}
.famousMentors .content .content-top-text {
  padding: 0 0.28rem;
  margin-top: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
}
.famousMentors .content .content-top-img {
  position: relative;
  background: url(/img/member/merber-bg02.png) no-repeat;
  background-size: 100%;
  height: 2.1rem;
  margin: 0 0.3rem;
  margin-top: 0.3rem;
}
.famousMentors .content .content-top-img .content-top-top {
  position: relative;
  display: flex;
  justify-content: space-around;
  padding-top: 0.4rem;
}
.famousMentors .content .content-top-img .content-top-top::after {
  content: "";
  position: absolute;
  top: 0.38rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 0.8rem;
  background: #BE7B61;
}
.famousMentors .content .content-top-img .content-top-top .content-top-top-left {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.famousMentors .content .content-top-img .content-top-top .content-top-top-left .content-top-top-left-title {
  font-weight: bold;
  font-size: 0.38rem;
  color: #532510;
}
.famousMentors .content .content-top-img .content-top-top .content-top-top-left .content-top-top-text {
  font-weight: 400;
  font-size: 0.26rem;
  color: #532510;
  line-height: 1;
}
.famousMentors .content .content-top-img .content-top-bottom {
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 0.26rem;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.famousMentors .content .member-box {
  box-sizing: border-box;
  margin: 0 0.3rem;
  padding-top: 0.56rem;
}
.famousMentors .content .member-box .tab-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.famousMentors .content .member-box .tab-box .tab-item {
  font-weight: 600;
  font-size: 0.26rem;
  color: #181818;
  padding-bottom: 0.06rem;
}
.famousMentors .content .member-box .tab-box .tab-item-active {
  color: #D42516;
  border-bottom: 1px solid #D42516;
  padding-bottom: 0.06rem;
}
.famousMentors .content .member-box .mentor {
  margin-top: 0.36rem;
}
.famousMentors .content .member-box .mentor .mentor-item {
  margin-bottom: 0.25rem;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-img {
  position: relative;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-img .mentor-img-name {
  position: absolute;
  top: 0.9rem;
  left: 0.45rem;
  font-weight: 600;
  font-size: 0.33rem;
  color: #FFFFFF;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-img img {
  width: 100%;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info {
  padding: 0.2rem;
  padding-bottom: 0.24rem;
  border: 1px solid #EED591;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-top {
  display: flex;
  align-items: center;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-top .mentor-info-left {
  width: 0.4rem;
  text-align: center;
  padding: 0.06rem;
  background: linear-gradient(90deg, #F2C787 0%, #FFE7AE 100%);
  font-weight: 400;
  font-size: 0.24rem;
  color: #181818;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-top .mentor-info-right {
  padding-left: 0.36rem;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-top .mentor-info-right .mentor-text {
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
  opacity: 0.8;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.23rem;
  text-align: center;
  background: #FFFFFF;
  border-radius: 0.03rem;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-go .mentor-info-go-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D42516;
  width: 1.63rem;
  padding: 0.08rem 0.1rem;
}
.famousMentors .content .member-box .mentor .mentor-item .mentor-info .mentor-info-go .mentor-info-go-text span {
  font-weight: 400;
  font-size: 0.2rem;
  color: #D42516;
}
.famousMentors .content .member-box .wonderful {
  margin-top: 0.4rem;
}
.famousMentors .content .member-box .wonderful .member-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.famousMentors .content .member-box .wonderful .member-title .texts {
  margin: 0 0.3rem;
}
.famousMentors .content .member-box .wonderful .member-title .texts span {
  font-weight: 600;
  font-size: 0.34rem;
}
.famousMentors .content .member-box .wonderful .member-title img {
  height: 0.18rem;
}
.famousMentors .content .member-box .wonderful .wonderful-box {
  margin-top: 0.3rem;
  text-align: center;
}
.famousMentors .content .member-box .wonderful .wonderful-box .wonderful-img {
  width: 6.9rem;
}
.famousMentors .content .member-box .wonderful .wonderful-box .course {
  width: 7rem;
}
.famousMentors .content .member-box .peer {
  margin-top: 0.36rem;
}
.famousMentors .content .member-box .peer .peer-item {
  position: relative;
}
.famousMentors .content .member-box .peer .peer-item .peer-video {
  width: 100%;
}
.famousMentors .content .member-box .peer .peer-item .peer-title {
  margin-top: 0.1rem;
  margin-bottom: 0.34rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.24rem;
  color: #262628;
}

.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;
}

.handleVideo {
  position: absolute;
  bottom: 64px;
  left: 13px;
  width: 50px;
  height: 50px;
  z-index: 111;
}/*# sourceMappingURL=famousMentors.css.map */