.homeMenuWrap .m_logo {
  display: none;
}
.header {
  box-sizing: border-box;
  width: 100%;
  height: 86px;
  background: transparent;
  position: fixed;
  z-index: 999;
  min-width: 1200px;
}
.homeMenuWrap {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
  /* justify-content: space-around; */
  z-index: 99;
  box-sizing: border-box;
}
.homeMenuWrap.default {
  color: #494949;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  overflow: unset;
}

.bannerItem {
  width: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  text-decoration: none; /* 去掉下划线 */
}
.homeProduct {
  position: relative;
  margin: -110px auto 80px;
}

.list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin-right: 50px;
}

.item {
  list-style: none;
  margin-bottom: 30px;
}

.item-pad {
  border-radius: 20px;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
}
.item-pad:hover {
  transform: translateY(-10px);
}
.item .item-box {
  width: 100%;
  overflow: hidden;
}
.item-bg {
  width: 100%;
  /*height: 313px;*/
  transition: all 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-bg img {
  width: 100%;
  /*height: 313px;*/
}
.item-bg:hover {
  transform: scale(1.2);
}
.item:nth-child(1),
.item:nth-child(4) {
  width: 62%;
}

.item:nth-child(2),
.item:nth-child(3) {
  width: 38%;
}

.item:nth-child(5),
.item:nth-child(6),
.item:nth-child(7) {
  width: 33.33%;
}

.item-text-box {
  padding: 34px;
  height: 240px;
}

.item:nth-child(1) .item-text-box,
.item:nth-child(2) .item-text-box {
  height: 240px;
}

.item-text-box .title {
  font-size: 22px;
  font-style: italic;
  color: #f83721;
  display: flex;
  align-items: center;
}

.to-icon {
  margin-left: 40px;
  width: 38px;
  height: 18px;
  background: url('https://static-cos.lycheer.net/xupload/20220330_1_nRDytVk.png') no-repeat center;
  background-size: 100%;
}

.item-text-box .title:hover .to-icon {
  background: url('https://static-cos.lycheer.net/xupload/20220330_2_PV0ZpVx.png') no-repeat center;
  background-size: 100%;
}

.samll-title {
  margin-top: 15px;
  font-size: 26px;
  line-height: 50px;
  color: #595757;
}

.item-text-box .desc {
  font-size: 18px;
  margin-top: 30px;
  line-height: 30px;
  color: #a7a4a4;
}

/* 统一内容区域适配 */
.layout {
  width: 100%;
  min-width: 25rem;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1600px) and (min-width: 1240px) {
  .layout {
    padding: 0 40px;
  }
  .list {
    margin-right: 90px;
  }
}

@media screen and (min-width: 1600px) {
  .layout {
    padding: 0 160px;
  }
  .list {
    margin-right: 40px;
  }
}
@media (min-width: 641px) {
  .right_content {
    display: block;
  }
  .preview {
    display: none;
  }
}

.other_business {
  margin-top: 135px;

  background: #f6f6f6;
}
.other_business .pc_title {
  text-align: center;
  margin-bottom: 75px;
  font-weight: bold;
}
.tab {
  display: flex;
  gap: 20px;
  background-color: #fff;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: fit-content;
}
.tab .tab_item {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s all ease-out;
  display: flex;
  align-items: center;
}
.tab .tab_item &:hover {
  border-color: #e63522;
  color: #e63522;
}
.logo {
  margin-right: 4px;
  align-items: center;
  object-fit: cover;
}
.other_business .container {
  background-color: #f6f6f6;
}
.other_business .container .content {
  margin-top: 40px;
}
.content .item {
  display: flex;
  justify-content: space-between;
}
.left_content {
  margin-top: 112px;
}

.tab_item_active {
  background-color: #e63522;
  color: #fff !important;
}
img.m_logo {
  height: 22px;
}
.m_item_title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.m_paragraph p {
  font-size: 16px;
  line-height: 1.8;
}
.m_link {
  display: block;
  letter-spacing: 2px;
  color: #dc0a0b;
  margin-top: 24px;
  font-size: 16px;
}
.m_link span {
  font-size: 22px;
}
.preview {
  margin-top: 26px;
  width: 100%;
  position: relative;
}
.preview .m_bg {
  width: 100%;
}
.m_laptop {
  width: 69%;
  position: absolute;
  top: 6px;
  left: 9%;
  max-height: 167px;
}
.m_phone {
  position: absolute;
  width: 11.8%;
  object-fit: fill;
  bottom: 9px;
  right: 0.74%;
  height: 48%;
  border-radius: 4px;
}
.s_item {
  display: flex;
  justify-content: space-between;
}
.left_content {
  margin-top: 112px;
}
.s_logo_img {
  height: 50px;
}
.s_title {
  margin: 28px 0 34px 0;
  font-size: 24px;
  font-weight: 500;
}
.left_content p {
  /* line-height: 1.8;
      max-width: 10rem; */
  font-size: 20px;
  margin-bottom: 10px;
}
.s_link {
  letter-spacing: 2px;
  margin-top: 46px;
  color: #dc0a0b;
  display: block;
  font-size: 20px;
}
.s_link span {
  font-size: 22px;
}
.right_content {
  margin-top: 104px;
}
.right_content .s_bg {
  background: url(https://img.lycheer.net/xupload/447/64a633f561c4ca1764919a28.png);
  width: 673px;
  height: 337px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.s_bg .computer {
  position: absolute;
  left: 60px;
  top: 11px;
  width: 466px;
  object-fit: cover;
  overflow: hidden;
  height: 295px;
}

.s_bg .s_phone {
  position: absolute;
  right: 6px;
  bottom: 10px;
  width: 78px;
  border-radius: 4px;
  transform: rotate(-0.2deg);
  height: 162px;
}
.schema_item {
  display: flex;
  justify-content: space-between;
}
.business-major {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  box-sizing: border-box;
}
.major-con {
  margin: auto;
  padding-top: 110px;
  padding-bottom: 110px;
}
.icon-box {
  width: 100%;
  height: 160px;
  background: #fff;
  border-radius: 0 25px 25px 25px;
  box-shadow: 1px 10px 16px rgba(102, 102, 102, 0.1);
}

.icon-list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-item {
  display: flex;
  align-items: center;
  margin-right: 90px;
  cursor: pointer;
}

.icon-item:last-of-type {
  margin-right: 0;
}

.icon {
  position: relative;
  background-repeat: no-repeat;
  margin-right: 30px;
}

.icon::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  height: 4px;
  width: 100px;
  transition: width 0.3s;
  background: #d2d2d2;
}

.icon-item.act .icon::after {
  background: #e63522;
  width: 120px;
}

.icon-title {
  font-size: 24px;
}

.major-con .content {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.left-con {
  overflow: hidden;
  width: 46%;
}
.sliderWrap {
  width: 100%;
}

.item-slide {
  width: 100%;
  cursor: pointer;
  display: block !important;
}

.honor {
  display: block;
  width: 100%;
}

.right-con {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.major-con .title {
  font-size: 36px;
  color: #e63522;
  line-height: 64px;
  margin-left: 70px;
}

.title-desc {
  margin-top: 30px;
  margin-left: 70px;
  color: #595757;
  line-height: 44px;
  font-size: 24px;
}
.major-con-mobile {
  display: none;
}
.user_container {
  width: 100%;
}
.user_container .content {
}

.userVoice {
  height: 858px;
  background: #fff;
  overflow: hidden;
}

.dividerWrap {
  padding-top: 110px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
.user_container .title {
  /* font-size: 40px; */
  font-weight: 600;
}

.userVoiceList {
  width: 100%;
  padding-bottom: 53px;
}
.user_container .sliderWrap {
  width: 100%;
}

.user_container .slider-content {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 104px;
  padding-bottom: 57px;
  align-items: center;
}

.userVoiceInfo {
  position: relative;
  width: 525px;
  height: 474px;
  border-radius: 25px;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1);
}

.userImg {
  position: absolute;
  width: 198px;
  height: 198px;
  left: 50%;
  top: -99px;
  transform: translateX(-50%);
  margin-right: 80px;
  border-radius: 50%;
}

.userName {
  margin-top: 120px;
  color: #e63522;
  font-size: 30px;
  text-align: center;
}

.user_container .tag {
  margin-top: 20px;
  text-align: center;
  color: #c4c4c4;
}

.textInfo {
  position: relative;
  width: 380px;
  margin: 50px auto 0;
}
.user_container .desc {
  font-size: 20px;
  padding: 20px 0;
  color: #595757;
  line-height: 36px;
  text-align: justify;
}

.dot-l {
  position: absolute;
  left: -20px;
  top: 0;
  color: #999;
}

.dot-r {
  position: absolute;
  right: -20px;
  bottom: 0;
  color: #999;
}

.user_container .right-con {
  margin-left: 70px;
  width: 700px;
  position: relative;
}

.user_container .con-tit {
  position: absolute;
  width: 100%;
  top: -90px;
  text-align: center;
  color: #595757;
  font-size: 32px;
}

.work_audio_wrap {
  position: relative;
  background: #000;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  height: 474px;
}
.work_audio_wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.work_audio_wrap audio {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.words-box {
  position: absolute;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.user_container .words {
  width: 100%;
  height: 100%;
}
.user_container .words img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.words-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  width: 100px;
  z-index: 4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
}

.words-icon img {
  width: 40px;
  margin-left: 5px;
}

.prev,
.next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1);
  top: 45%;
  background-image: url('https://static-cos.lycheer.net/xupload/20220327_arrow.png');
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 10px;
}

.prev {
  left: -60px;
  margin-right: 10px;
}

.next {
  margin-left: 10px;
  right: -60px;
  transform: translateY(-50%) rotate(180deg);
}

.prev:hover,
.next:hover {
  background: #fff url('https://static-cos.lycheer.net/xupload/20220327_arrow.png') no-repeat 14px center;
  background-size: 10px;
}
.prev::before,
.next::before {
  display: none;
}

.honor_container {
  width: 100%;
  padding-top: 110px;
  box-sizing: border-box !important;
}

/* 荣誉列表 */
.honorList {
  padding-bottom: 0;
}

.honor_container .title {
  margin-bottom: 63px;
  font-size: 40px;
  font-weight: 600;
}

.honorList .sliderWrap {
  display: flex;
  width: calc(100%);
  justify-content: space-between;
  flex-wrap: wrap;
}
.honor_container .honor-box {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  margin-right: 20px;
}

.honor-box:nth-child(4n) {
  margin-right: 0;
}

.honor_container .honor {
  display: block;
  width: 100%;
  /*max-height: 263px;*/
  height: auto;
}
.honor_container .honor-text {
  text-align: center;
  font-size: 16px;
  background: #efefef;
  padding: 10px 0;
  color: #333;
}

.honorList .honorTitle {
  margin: 18px auto 60px;
}

.qualification {
  margin: auto;
}

.dividerWrap {
  padding-top: 80px;
  margin-bottom: 60px;
  font-weight: 600;
  letter-spacing: 2px;
}
.honor_container .prev,
.honor_container .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.1);
  top: 45%;
  background-image: url('https://static-cos.lycheer.net/xupload/20220327_arrow.png');
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 10px;
}
.honor_container .prev {
  left: -60px;
}

.honor_container .next {
  right: -60px;
  transform: translateY(-50%) rotate(180deg);
}

.honor_container .prev:hover,
.honor_container .next:hover {
  background: #fff url('https://static-cos.lycheer.net/xupload/20220327_arrow.png') no-repeat 14px center;
  background-size: 10px;
}
.honor_container .prev::before,
.honor_container .next::before {
  display: none;
}

.joinus {
  position: relative;
  padding-top: 50px;
  width: 100%;
}

.joinus img {
  display: block;
  width: 100%;
}
.tenclassbg-container {
  display: flex;
  margin-top: 139px;
}

.tenclass-bg {
  width: 50%;
  max-width: 860px;
}
.footer {
  width: 100%;
  background: #f1f1f1;
}
.footerBottom {
  width: 100%;
  height: 96px;
  background: #858585;
  font-size: 16px;
  text-align: center;
  color: #eeeeee;
  line-height: 96px;
  letter-spacing: 0.64px;
}

.pc {
  width: 100%;
  display: block;
  background: #f1f1f1;
}

.pcWrap {
  box-sizing: border-box;
  padding: 80px 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c3c2c2;
}
.footer_item_wrap .item_title {
  font-size: 24px;
  text-align: left;
  color: #9fa0a0;
  line-height: 24px;
  letter-spacing: 1.44px;
  margin-bottom: 25px;
}
.footer_item_wrap .item_text {
  font-size: 20px;
  text-align: left;
  color: #595757;
  line-height: 48px;
  letter-spacing: 1px;
  cursor: pointer;
}
.footer_item_wrap .item_icon {
  margin-right: 15px;
}
.footer a {
  color: #aaabab;
}
.content_text {
  font-size: 14px;
  text-align: left;
  color: #aaabab;
  line-height: 24px;
  letter-spacing: 0.9px;
  padding: 36px 0 69px;
}
.logoAndQRcode {
  text-align: center;
}
.logoAndQRcode .message {
  font-size: 24px;
  text-align: center;
  color: #595757;
  line-height: 35px;
  letter-spacing: 1.2px;
  margin: 22px 0 35px;
}
.QRcode {
  display: flex;
  align-items: center;
}
.QRbutton {
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0 20px;
}
.QRbutton .QRicon {
  width: 100%;
}
.QRbutton .QRiconClick {
  display: none;
  width: 100%;
}
.QRbutton:hover .QRbox {
  opacity: 1;
  display: block;
}
.QRbox {
  z-index: 9;
  position: relative;
  padding: 20px;
  display: none;
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  top: -214px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 6px -4px, rgba(0, 0, 0, 0.08) 0px 6px 16px 0px,
    rgba(0, 0, 0, 0.05) 0px 9px 28px 8px;
  border-radius: 6px;
}
.QRbox p {
  text-align: center;
  font-size: 14px;
}
.QRbutton .QRcodeImg {
  width: 140px;
  height: 140px;
}

.mobile {
  display: none;
}
.consult {
  position: relative;
}
.consult .online {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
}
.consult .box {
  background-color: #eb4534;
  width: 64px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consult .top {
  background-color: #9fa0a0;
  /* margin-top: 222%; */
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult .top .icon {
  width: 38px;
  height: 21px;
}
.consult .line {
  width: 64px;
  height: 1px;
  border-bottom: 1px solid white;
}

.consult .icon {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

/* 移动端 */
@media (max-width: 640px) {
  .homeBanner {
    padding-top: 50px;
  }
  .consult .box {
    width: 50px;
    height: 60px;
  }
  .consult .top {
    width: 50px;
    height: 50px;
    /* margin-top: 190%; */
    margin-right: 14px;
  }
  .consult .top .icon {
    width: 25px;
    height: 14px;
  }
  .layout {
    min-width: 100%;
  }
  .right_content {
    display: none;
  }
  .preview {
    display: block;
  }
  .container {
    padding: 0 20px !important;
  }
  .schema_item {
    justify-content: space-around !important;
    flex-wrap: wrap !important;
  }
  .right_content {
    width: 100%;
    position: relative;
  }
  .tab {
    justify-content: space-around !important;
  }
  .s_bg {
    width: 100% !important;
    height: 200px !important;
  }
  .s_bg .computer {
    width: 69% !important;
    position: absolute !important;
    top: 6px !important;
    left: 9% !important;
    max-height: 167px !important;
  }
  .s_bg .s_phone {
    position: absolute !important;
    width: 11.8% !important;
    object-fit: fill !important;
    bottom: 6px !important;
    right: 0.74% !important;
    height: 48% !important;
    border-radius: 4px !important;
  }
  .homeMenuWrap {
    height: 50px;
    padding-left: 20px;
  }
  .homeMenuWrap .m_logo {
    display: block;
  }
  .pc_logo {
    display: none;
  }
  .item-text-box {
    padding: 20px;
    min-height: 210px;
    height: auto !important;
  }
  .item-text-box .title {
    font-size: 20px;
  }
  .item-text-box .samll-title,
  .item-text-box .desc {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }
  .list {
    margin-right: 0;
    padding: 0 20px;
  }
  .pc_title {
    display: none;
  }
  .other_business {
    margin-top: 0 !important ;
    background-color: white;
  }
  .m_pc_title {
    display: block !important;
  }
  .list .item {
    width: 100%;
  }
  .item-bg {
    height: unset;
  }
  .item-pad {
    margin-right: 0;
  }
  .item-bg img {
    height: unset;
  }
  .homeProduct {
    margin-top: -50px;
    /* padding: 0 20px; */
  }

  .major-con {
    display: none;
  }
  .major-con-mobile {
    display: block;
    padding: 30px 20px;
  }
  .banner-con {
    margin-top: 27px;
  }
  .to-icon {
    margin-top: 20px;
    width: 38px;
    height: 18px;
    background: url('https://static-cos.lycheer.net/xupload/20220330_2_PV0ZpVx.png') no-repeat center;
    background-size: 100%;
  }
  .m-title {
    font-size: 16px;
    color: #e63522;
    line-height: 24px;
  }
  .m-title-desc {
    color: #595757;
    line-height: 24px;
    font-size: 14px;
    margin-top: 20px;
  }
  .m-item-slide {
    width: 100%;
    display: block !important;
    position: relative;
  }
  .m-tit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
  }
  .schema_item .s_logo_img {
    height: 22px;
  }
  .schema_item .s_title {
    font-size: 18px;
  }
  .left_content {
    margin-top: 0 !important;
  }
  .user_container .slider-content {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .user_container .textInfo {
    padding: 0 20px 10px 0px !important;
    box-sizing: border-box;
  }
  .honor_container .honor-box {
    width: calc(50% - 15px) !important;
  }

  .userName {
    margin-top: 120px;
    font-size: 20px;
  }
  .user_container .tag {
    font-size: 16px;
  }
  .user_container .content {
    padding: 0;
  }
  .user_container .textInfo {
    padding: 0 40px;
    width: 100%;
    margin-top: 10px;
  }
  .dot-l {
    left: 15px;
  }
  .dot-r {
    right: 15px;
  }
  .userVoiceInfo {
    width: 100%;
    height: 350px;
  }
  .work_audio_wrap {
    height: 280px;
  }
  .dividerWrap {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .user_container .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .user_container .title {
    font-size: 24px;
  }
  .tit-doct {
    font-size: 16px;
  }
  .con-tit {
    font-size: 20px;
  }
  .user_container .right-con {
    margin-top: 100px;
    margin-left: 0;
    width: 100%;
  }

  .honor_container {
    padding: 20px;
  }
  .honor-box {
    width: calc(50% - 10px) !important;
    margin-right: 20px;
  }
  .honor-box:nth-child(2n) {
    margin-right: 0;
  }
  .partnerItem img {
    width: 120px;
    height: 120px;
  }
  .qualification {
    padding: 0;
  }
  .honor_container .title {
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .honor_container .honorList {
    padding-bottom: 20px;
  }
  .honor_container .honor-text {
    font-size: 12px;
  }

  .tenclassbg-container {
    margin-top: 100px;
  }

  .pc {
    display: none;
  }
  .mobile {
    display: block;
    width: 100vw;
    box-sizing: border-box;
    padding: 0.3rem;
  }
  .content_text {
    font-size: 14px;
    padding: 0;
    line-height: 21px;
  }
  .footerBottom {
    padding: 5px;
    font-size: 12px;
    height: auto;
    line-height: 21px;
  }
  .logoAndQRcode .message {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
  }
  .footer_item_wrap {
    margin: 20px 0 30px;
  }
  .footer_item_wrap .about {
    display: flex;
    align-items: center;
  }
  .footer_item_wrap .item_title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .footer_item_wrap .item_text {
    font-size: 16px;
    line-height: 32px;
  }
  .about .item_text {
    margin-right: 20px;
  }
  .mobile .hide {
    display: none !important;
  }
  .QRbutton .QRicon {
    display: none;
  }
  .QRcode {
    justify-content: center;
  }
  .QRbutton {
    margin: 0 0.1rem;
  }
  .QRbutton .QRiconClick {
    display: block;
    width: 80%;
  }
  .homeProduct {
    margin-bottom: 0;
  }
  .QRbutton .QRicon {
    width: 80%;
  }
}
