.main {
    background: #F9F9F9;
  }
  
  h2 {
    color: #000;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 60px;
    font-weight: 400;
  }
  
  .under-line {
    width: 30px;
    height: 6px;
    background-color: #FA6029;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .title {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    line-height: 56px;
  }
  
  .desc {
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    line-height: 19px;
  }
  
  .tabs {
    width: 100%;
    border-radius: 2px 2px 2px 2px;
    background-color: #F8F8F8;
  }
  
  .tabs .tabs-wrapper {
    width: 900px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
  
    display: flex;
  }
  
  .tabs .tabs-wrapper div a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0 32px;
    cursor: pointer;
  }
  
  .tabs .tabs-wrapper .active {
    color: #FA6029;
  }
  
  .team-wrapper {
    background-color: #fff;
    padding-bottom: 20px;
  }
  
  .team {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
  }
  
  .team-desc {
    width: 715px;
    color: #666666;
    line-height: 36px;
    font-size: 18px;
    padding-bottom: 30px;
  }
  
  .member-wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  
  .member {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  
  .member .card {
    width: 280px;
    transition: all 0.3s;
  }
  
  .member .card:hover {
    transform: scale(1.2);
  }
  
  .member .hide-box {
    transition: all .8s;
    position: absolute;
    bottom: 0;
    padding: 18px 13px;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    background-color: rgba(250, 96, 41, .89);
    transform: translateY(100%);
    max-height: 120px;
    width: 254px;
    overflow: auto
  }
  
  .member .hide-box::-webkit-scrollbar {
    display: none;
  }
  
  .member .card .img-box:hover>.hide-box {
    transform: translateY(0);
  }
  
  .member .card .img-box {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .member .card .img-box img {
    width: 100%;
    height: 360px;
  }
  
  .member .card .name {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-top: 30px;
  }
  
  .member .card .id-card {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-top: 10px;
  }
  
  .teacher-wrapper {
    background-color: #fff;
  }
  
  .teacher {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 70px;
    padding-bottom: 55px;
  }
  
  .teacher-content {
    width: 420px;
  }
  
  .teacher-title {
    font-weight: 400;
    color: #333333;
    font-size: 28px;
  }
  
  .teacher-title img {
    margin-left: 20px;
    width: 60px;
    height: 20px;
  }
  
  .teacher-desc {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    margin-top: 14px;
  }
  
  .teacher-name {
    font-size: 18px;
    color: #333333;
    margin-top: 33px;
  }
  
  .teacher-price {
    font-weight: 400;
    color: #666666;
    font-size: 20px;
    margin-top: 30px;
  }
  
  .teacher-price span {
    color: #F03D39;
    font-weight: bold;
    font-size: 24px;
  }
  
  .live {
    margin: 0 auto;
    width: 1300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
  }
  
  .live-content {
    width: 500px;
  }
  
  .live-desc {
    margin-top: 28px;
    display: flex;
    align-items: center;
  }
  
  .live-desc span {
    font-weight: 400;
    color: #666666;
    line-height: 23px;
    font-size: 20px;
  }
  
  .live-desc img {
    margin-right: 22px;
  }
  
  .qrcode-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .qrcode-wrapper img {
    transition: all 0.5s;
  }
  
  .class {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }
  
  .class-item {
    width: 360px;
    height: 80px;
    padding: 20px 10px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 2px 12px 1px rgba(225, 225, 225, 0.5);
    margin-top: 20px;
    margin-right: 15px;
  }
  
  .class-item img {
    width: 80px;
    height: 80px;
  }
  
  .class-content {
    display: flex;
    flex-direction: column;
    width: 255px;
  }
  
  .class-name {
    display: flex;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
  }
  
  .class-name .tag {
    color: #FA6029;
    font-size: 12px;
    background: #FFF8F6;
    border-radius: 2px 2px 2px 2px;
    line-height: 24px;
    height: 24px;
    padding: 0 8px;
  }
  
  .class-desc {
    color: #666666;
    font-size: 12px;
    margin-top: 4px;
  }
  
  .class-price {
    display: flex;
    color: #666666;
    font-size: 14px;
    margin-top: 17px;
  }
  
  .class-price .tag {
    font-weight: bold;
    color: #F03D39;
    font-size: 14px;
  }
  
  .class-item:hover {
    transform: scale(1.05);
  }
  
  .hide {
    background: transparent;
    box-shadow: none
  }
  
  .swiper-container2 {
    overflow: hidden;
    width: 1200px;
    height: 585px;
  }
  
  .swiper-container2 .swiper-slide-item {
    width: 1200px;
    height: 585px;
  }
  
  .swiper-slide-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .list-left {
    margin-right: 59px;
    cursor: pointer;
  }
  
  .list-right {
    margin-left: 59px;
    cursor: pointer;
  }
  
  .box-swiper {
    width: 1400px;
    display: flex;
    align-items: center;
  }
  
  .slide-item-left {
    width: 50%;
    height: 100%;
    text-align: left;
  }
  
  .slide-item-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  
  .userName {
    font-size: 40px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 130px;
    letter-spacing: 3px;
  }
  
  .user-line {
    width: 32px;
    height: 2px;
    background: #FA6029;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .userId {
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    margin-bottom: 93px;
  }
  
  .slide-item-desc {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    text-align: left;
    margin-bottom: 30px;
  }
  
  .swiper-item-img {
    object-fit: contain;
    width: 489px;
    height: 585px;
  }
  .slide-item-skill{
    /* width: 350px; */
    line-height: 40px;
    word-break: break-all;
  }
  .swiper-item-tag{
    width: 116px;
    height: 40px;
    background: linear-gradient(321deg, #FF483D 0%, #FFE27D 100%);
    border-radius: 20px 0px 20px 0px;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
  }
  .school-teaching{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .school-Item{
    width: 560px;
    height: 373px;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px 3px rgba(141,152,155,0.25), 0px 0px 2px 0px rgba(183,183,183,0.25);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 0px solid #FFFFFF;
    margin-bottom: 64px;
    position: relative;
  }
  .school-Item-img{
    width: 100%;
    height: 285px;
  }
  .school-Item-bottom{
    width: 95%;
    height: calc(100% - 285px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
  }
  .tags-img{
    width: 50px;
    height: 24px;
    background: #FF563D;
    border-radius: 0px 9px 0px 0px;
    opacity: 1;
    font-size: 11px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: 261px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }