.vip-option-warp {
  margin-top: 40px;
  margin-bottom: 20px;
  height: 320px;
  display: flex;
}

.vip-option-warp .vip-item {
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #767573;
  cursor: pointer;
}

.vip-option-warp .vip-item .bg-circle {
  width: 288px;
  height: 288px;
  border-radius: 50%;
  border: 20px solid #f7edff;
  left: -30%;
  bottom: -40%;
  position: absolute;
  z-index: 0;
}

.vip-option-warp .vip-item .bg-circle::after {
  content: '';
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 20px solid #f7edff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vip-option-warp .vip-item .content-warp {
  z-index: 2;
  position: relative;
  height: 100%;
  padding-top: 30px;
}

.vip-option-warp .vip-item:nth-child(4n) {
  margin-right: 0;
}

.vip-option-warp .bg-voilet {
  background-color: #faf3ff;
}

.vip-option-warp .bg-voilet .price {
  color: #9d4fd5;
}

.vip-option-warp .bg-yellow {
  background-color: #fff7e9;
}

.vip-option-warp .bg-yellow .bg-circle {
  border-color: #fef2de;
}

.vip-option-warp .bg-yellow .bg-circle::after {
  border-color: #fef2de;
}

.vip-option-warp .bg-yellow .price {
  color: #c5903d;
}

.vip-option-warp .bg-yellow .open-btn {
  background-color: #c5903d;
}

.vip-option-warp .bg-red {
  background-color: #fff5f5;
}

.vip-option-warp .bg-red .bg-circle {
  border-color: #ffebeb;
}

.vip-option-warp .bg-red .bg-circle::after {
  border-color: #ffebeb;
}

.vip-option-warp .bg-red .price {
  color: #ff8080;
}

.vip-option-warp .bg-red .open-btn {
  background-color: #ff8080;
}

.vip-option-warp .vip-tit {
  height: 37px;
  display: flex;
  align-items: center;
  font-size: 26px;
  justify-content: center;
}

.vip-option-warp .price {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.vip-option-warp .old-price {
  text-decoration: line-through;
}

.vip-option-warp .vip-desc {
  margin-top: 15px;
  font-size: 14px;
}

.vip-option-warp .vip-desc .year-price {
  color: #9d4fd5;
  font-size: 14px;
}

.vip-option-warp .open-btn {
  height: 44px;
  width: 205px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bf6dff;
  color: #fff;
  font-size: 20px;
  user-select: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.vip-option-warp .icon-warp {
  width: 40px;
  height: 30px;
  margin-right: 10px;
}

.vip-option-warp .icon-warp img {
  height: 100%;
  width: 100%;
}

.recommend-tit {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 30px 0;
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
}

.recommend-list .list-item {
  width: calc((100% - 66px) / 4);
  margin-right: 22px;
  border: 1px solid #eee;
  padding: 22px;
  display: block;
  padding-bottom: 14px;
  display: block;
  margin-bottom: 20px;
}

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

.recommend-list .list-item .course-img {
  width: 250px;
  height: 140px;
  margin-bottom: 10px;
  position: relative;
}

.recommend-list .list-item .course-img .type-text {
  left: 3px;
  top: 3px;
  font-size: 12px;
  padding: 2.5px 5px;
  position: absolute;
  border-radius: 13.5px;
  color: #fff;
  background: linear-gradient(to right, #ffb46f, #ff9580);
}

.recommend-list .list-item .course-img img {
  height: 100%;
  width: 100%;
}

.recommend-list .list-item .course-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  font-size: 15px;
}

.recommend-list .list-item .study-count {
  color: #999;
}

.recommend-list .list-item .study-count i {
  font-size: 20px;
}

.list-more {
  display: block;
  text-align: center;
  margin: 10px;
  font-weight: bold;
  font-size: 20px;
}

.bottom-bar {
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100%;
  background-color: #2669b8;
  font-size: 0;
  z-index: 10;
}

* {
  box-sizing: border-box;
}

.v-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: -1;
  height: 300px;
}

.v-banner img {
  width: 100%;
}

.v-content {
  margin-top: -100px;
  padding-bottom: 40px;
}

.v-content * {
  box-sizing: border-box;
}

.v-content .v-navbar {
  display: flex;
  border-radius: 5px 5px 0 0;
}

.v-content .v-navbar .navbar-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  color: #bfbfbf;
  user-select: none;
  transition: 0.3s;
  border-top: 2px solid #dab882;
  background-color: #debd88;
  color: #584a34;
}

.v-content .v-navbar .navbar-item:nth-child(1) {
  border-left: 2px solid #dab882;
}

.v-content .v-navbar .navbar-item:nth-child(2) {
  border-right: 2px solid #dab882;
}

.v-content .v-navbar .navbar-item p {
  color: #584a34;
  font-size: 28px;
}

.v-content .v-navbar .active.navbar-item {
  border-radius: 5px 5px 0 0;
  margin-top: -5px;
  padding-top: 5px;
  background-color: #fff;
}

.v-content .v-navbar .active.navbar-item p {
  color: #584a34;
}

.v-content .v-navbar .iconfont {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  font-size: 40px;
}

.vip-qiye {
  display: none;
  /* .vip-option-warp {
    display        : flex;
    justify-content: space-around;
  } */
  /*  .vip-item {
    width: calc((100% - 120px) / 3);
  } */
}

.vip-qiye .old-price {
  text-decoration: none;
}

.vip-list {
  padding: 0 40px;
  box-shadow: 0px 10px 18px rgba(238, 196, 124, 0.22);
  border: 2px solid #dab882;
  margin-top: -20px;
  margin-bottom: 40px;
  background-color: #fff;
}

.vip-list .icon-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}

.vip-list .icon-list .icon-item {
  text-align: center;
}

.vip-list .icon-list .icon-item img {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.vip-list .icon-list .icon-item > div:nth-child(2) {
  margin: 5px 0;
  font-size: 18px;
}

.vip-list .icon-list .icon-item > div:nth-child(3) {
  margin: 10px 0;
  font-size: 14px;
  color: #cea974;
}

.v-desc .desc-tit1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0;
}

.v-desc .desc-tit2 {
  font-size: 20px;
  text-align: center;
}

.v-desc .desc-img-list {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 20px;
}

.v-desc .desc-img-list .img-item {
  width: 170px;
  height: 170px;
  text-align: center;
  box-shadow: 0px 10px 18px rgba(238, 196, 124, 0.22);
  border: 2px solid #dab882;
}

.v-desc .desc-img-list .img-item img {
  width: 100px;
  margin: 15px auto;
  display: block;
}

.desc-btn {
  display: flex;
  margin: 20px auto;
  background-color: #debd88;
  color: #584a34;
  width: 400px;
  height: 76px;
  font-size: 36px;
  font-weight: bold;
  border-radius: 8px;
  margin-top: 80px;
  /*  background  : -webkit-linear-gradient(top, #299beb 0%, #1eaae4 100%); */
  background-image: linear-gradient(#F1D6A3 0%, #CCA46D 100%);
}

.member-cla {
  width: 100%;
  padding: 0;
  display: flex;
}

.member-cla .member-cla-item {
  margin-right: 15px;
  width: calc((100% - 45px) / 4);
}

.member-cla .member-cla-item:nth-child(4) {
  margin-right: 0;
}

.member-intr h1 {
  margin: 10px 0;
}

.member-intr-list {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.member-intr-list .mil-item {
  width: calc((100% - 81px) / 5);
}

.member-intr-list .mil-item:nth-child(5n) {
  margin-right: 0;
}

.bs-yellow {
  box-shadow: 0px 10px 18px rgba(238, 196, 124, 0.22);
  border: 2px solid #dab882;
}

.d2-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.d2-list .d2-list-item {
  width: 500px;
  padding-bottom: 35px;
  border-radius: 8px;
}

.d2-list .d2-list-item:nth-child(1) {
  margin-right: 100px;
}

.d2-list .d2-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-bottom: 2px solid #dab882;
  font-size: 28px;
  font-weight: 600;
}

.d2-list .d2li-contnet ul {
  padding-top: 25px;
}

.d2-list .d2li-contnet li {
  display: flex;
  padding: 15px 30px;
  color: #333;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
}

.d2-list .d2li-contnet li i {
  font-size: 28px;
  color: #5A4C37;
}

.d2-list .d2li-contnet li .icon-guanbi {
  display: none;
  font-size: 22px;
  margin-right: 5px;
}

.d2-list .d2li-contnet li .text-wu {
  margin-right: 5px;
}

.d2-list .d2li-contnet .red-text {
  font-size: 16px;
  color: #ff0000;
}

.d2-list .d2li-contnet .disabled {
  color: #999;
}

.d2-list .d2li-contnet .disabled i {
  color: #999;
}

.d2-list .d2li-contnet .disabled .icon-guanbi {
  display: block;
}

.d2-list .d2li-contnet .disabled .icon-duigou {
  display: none;
}

.v-desc3 .d3-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.v-desc3 .d3-item {
  width: 360px;
  text-align: center;
  padding: 0 32px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-radius: 8px;
  color: #666666;
}

.v-desc3 .d3-item img {
  width: 150px;
}

.v-desc3 .d3-middle {
  width: 120px;
  height: 34px;
  margin: 0 auto;
  border: 1px solid #333;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.v-desc3 .d3-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  border-radius: 4px;
}

.v-desc3 .d3-text1 {
  margin-top: 39px;
  margin-bottom: 30px;
}

.v-desc3 .d3-text1 p {
  font-size: 18px;
  color: #C49655;
}

.v-desc4 .recommend-list {
  margin-top: 60px;
}

.v-desc5 .desc-btn {
  margin-top: 0;
}

.v-desc5 .d5-content {
  background-color: #f9f9f9;
  margin-top: 80px;
  padding-top: 60px;
}

.v-desc5 .img-warp {
  display: flex;
  flex-wrap: wrap;
}

.v-desc5 .img-warp div {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 40px;
}

.v-desc5 .img-warp div:nth-child(3n) {
  margin-right: 0;
}

.v-desc6 .d6-tit {
  font-size: 36px;
  margin: 60px 0;
  color: #5A4C37;
  font-weight: 600;
}

.v-desc6 .d6-content {
  display: flex;
  padding-bottom: 40px;
}

.v-desc6 .d6-left {
  width: 70%;
}

.v-desc6 .d6-left div {
  margin-bottom: 30px;
  color: #333;
  font-size: 18px;
}

.v-desc6 .d6-right {
  width: 200px;
  text-align: center;
  color: #666;
  font-size: 18px;
}

.v-desc6 .d6-right img {
  width: 200px;
  margin-bottom: 15px;
}
