@charset "UTF-8";
.snoic_cs-box {
  max-width: 1920px;
  margin: 0 auto;
}

.snoic_cs-box .cs-template-title {
  text-align: center;
  padding: 60px 0 30px;
}

.snoic_cs-box .cs-template-title span {
  display: inline-flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, #064181 32.96%, #138fb5 116.44%);
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: AlimamaShuHeiTi;
  font-size: 34px;
  line-height: 48px;
  gap: 18px;
}

.snoic_cs-box .cs-template-title span::before, .snoic_cs-box .cs-template-title span::after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 24px;
  background: url("http://publicqn.shenlanxueyuan.com/snoic/pc/PC-yuansuzuo@2x.png") no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.snoic_cs-box .cs-template-title span::after {
  transform: scaleX(-1);
}

.snoic_cs-box .cs-container {
  max-width: 1100px;
  margin: 0 auto;
}

.snoic_cs-box .why-div {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-beijing01@2x.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 60px;
}

.snoic_cs-box .why-div .cs-container-content {
  border: 1px solid #91bdfc;
  background: white;
  box-shadow: 5px 6px 5px rgba(24, 111, 226, 0.16);
  border-radius: 10px 40px 0 10px;
  padding: 30px 53px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.snoic_cs-box .why-div .cs-container-content .content-item {
  text-align: justify;
  color: #333333;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  position: relative;
}

.snoic_cs-box .why-div .cs-container-content .content-item::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url("http://publicqn.shenlanxueyuan.com/snoic/pc/PC-xing@2x.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: 8px;
  flex-shrink: 0;
  z-index: 1;
}

.snoic_cs-box .course-highlights-div {
  padding-bottom: 60px;
}

.snoic_cs-box .course-highlights-div .highlights-content {
  display: flex;
  gap: 23px;
}

.snoic_cs-box .course-highlights-div .highlights-content .content-item {
  flex: 1;
  height: 361px;
  padding: 39px;
  border-radius: 18px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-liang01@2x.png") no-repeat center;
  background-size: 100% 100%;
  text-align: justify;
  color: white;
  font-family: SourceHanSansSC-Medium;
  font-weight: 450;
  font-size: 16px;
  line-height: 29px;
}

.snoic_cs-box .course-highlights-div .highlights-content .content-item.card2 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-liang02@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .course-highlights-div .highlights-content .content-item.card3 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-liang03@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .gains-div {
  padding-bottom: 60px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-beijing02@2x.jpg") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .gains-div .gains-content {
  display: flex;
  gap: 20px;
}

.snoic_cs-box .gains-div .gains-content .content-item {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.snoic_cs-box .gains-div .gains-content .content-item .gain-title {
  display: flex;
  color: #016cff;
  font-family: SourceHanSansSC-Bold;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  text-decoration-line: underline;
  padding: 18px 26px;
  border: 1px solid #accdf8;
  background: linear-gradient(180deg, #d1e4ff 0%, white 100%);
  box-shadow: 0px 4px 5px rgba(45, 114, 205, 0.13);
  border-radius: 10px;
  height: 114px;
}

.snoic_cs-box .gains-div .gains-content .content-item .gain-list {
  margin: -40px 12px 10px;
  border-radius: 10px;
  border: 1px solid #accdf8;
  background: white;
  box-shadow: 0px 4px 5px #b8deff;
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 330px;
  position: relative;
}

.snoic_cs-box .gains-div .gains-content .content-item .gain-text {
  text-align: justify;
  color: #333333;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  position: relative;
  padding-left: 30px;
}

.snoic_cs-box .gains-div .gains-content .content-item .gain-text::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-duigou01@2x.png?v=2") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -2px;
  top: 4px;
}

.snoic_cs-box .gains-div .gains-content .content-item .gain-text-compact {
  text-align: left;
  text-align-last: left;
  overflow-wrap: normal;
  word-break: normal;
}

.snoic_cs-box .gains-div .gains-content .content-item .gain-text-compact span {
  display: inline-block;
  white-space: nowrap;
}

.snoic_cs-box .gains-div .gains-content .content-item.has-side-icon .gain-title {
  justify-content: space-between;
}

.snoic_cs-box .gains-div .gains-content .gain-theory .gain-title {
  border: 1px solid #accdf8;
  background: linear-gradient(180deg, #d1e4ff 0%, white 100%);
  box-shadow: 0px 4px 5px rgba(45, 114, 205, 0.13);
}

.snoic_cs-box .gains-div .gains-content .gain-theory .gain-title::after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 101px;
  position: relative;
  top: -20px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo01@2x.png") no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.snoic_cs-box .gains-div .gains-content .gain-practice .gain-title {
  border: 1px solid #b2d6df;
  background: linear-gradient(180deg, #ccf0f9 0%, white 94.81%);
  box-shadow: 0px 4px 5px rgba(0, 91, 163, 0.24);
  color: #0d5e91;
}

.snoic_cs-box .gains-div .gains-content .gain-practice .gain-title::after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 101px;
  position: relative;
  top: -20px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo02@2x.png") no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.snoic_cs-box .gains-div .gains-content .gain-practice .gain-text::before {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-duigou02@2x.png?v=2") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .gains-div .gains-content .gain-ability .gain-title {
  border: 1px solid #bdb6df;
  background: linear-gradient(180deg, #e8e4ff 0%, white 100%);
  box-shadow: 0px 2px 4px rgba(177, 169, 220, 0.52);
  color: #5235aa;
}

.snoic_cs-box .gains-div .gains-content .gain-ability .gain-title::after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 101px;
  position: relative;
  top: -20px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo03@2x.png") no-repeat center;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.snoic_cs-box .gains-div .gains-content .gain-ability .gain-list {
  background: #fff url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo4@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .gains-div .gains-content .gain-ability .gain-text::before {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-duigou03@2x.png?v=2") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .teacher-div .teacher-content {
  height: 449px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC—jiangshibg@2x.png?v=2") no-repeat center;
  background-size: 100% 100%;
  padding: 54px 60px 36px 39px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.snoic_cs-box .teacher-div .teacher-content .teacher-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.snoic_cs-box .teacher-div .teacher-content .teacher-name {
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(0deg, #064181 32.96%, #138fb5 116.44%);
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: AlimamaShuHeiTi;
  font-size: 34px;
  line-height: 48px;
}

.snoic_cs-box .teacher-div .teacher-content .teacher-title {
  width: 540px;
  height: 31px;
  mix-blend-mode: normal;
  border-radius: 15px;
  border: 1px solid white;
  background: linear-gradient(148.83deg, #4784fb 4.33%, #4252ff 97.39%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: SourceHanSansSC-Bold;
  font-size: 14px;
  line-height: 30px;
  padding: 0 16px;
}

.snoic_cs-box .teacher-div .teacher-content .teacher-desc {
  max-width: 621px;
  border-radius: 9px;
  border: 0px solid #446afd;
  background: white;
  box-shadow: 0px 8px 19px rgba(65, 94, 221, 0.42);
  display: flex;
  align-items: center;
  text-align: justify;
  color: #666666;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  padding: 19px 26px;
}

.snoic_cs-box .suitable-div {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-beijing03@2x.png") no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 60px;
  margin-top: 60px;
}

.snoic_cs-box .suitable-div .suitable-content {
  display: flex;
  gap: 50px;
}

.snoic_cs-box .suitable-div .suitable-content .suitable-item {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #91bdfc;
  background: white;
  box-shadow: 0px 6px rgba(24, 111, 226, 0.16);
  padding: 0 20px 16px;
  position: relative;
  margin-top: 30px;
}

.snoic_cs-box .suitable-div .suitable-content .suitable-avatar {
  width: 68px;
  height: 68px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-touxianhg01@2x.png") no-repeat center;
  background-size: 100% 100%;
  margin: -34px auto 10px;
}

.snoic_cs-box .suitable-div .suitable-content .suitable-avatar.avatar2 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-touxianhg02@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .suitable-div .suitable-content .suitable-avatar.avatar3 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-touxianhg03@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .suitable-div .suitable-content .suitable-text {
  border-radius: 8px;
  background: #eef9ff;
  padding: 12px 21px 10px 39px;
  display: flex;
  color: #333333;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
  position: relative;
  height: 105px;
}

.snoic_cs-box .suitable-div .suitable-content .suitable-text::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2679ff;
  position: absolute;
  left: 18px;
  top: 21px;
}

.snoic_cs-box .base-div {
  padding-bottom: 60px;
}

.snoic_cs-box .base-div .base-content {
  display: flex;
  gap: 56px;
}

.snoic_cs-box .base-div .base-item {
  flex: 1;
  border: 1px solid #91bdfc;
  border-radius: 12px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-yaoqiubg@2x.png") no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0px 4px 8px rgba(24, 111, 226, 0.12);
}

.snoic_cs-box .base-div .base-item-head {
  width: 191px;
  height: 44px;
  margin: 0 auto;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-jichu@2x.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-family: SourceHanSansSC-Bold;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  top: -17px;
}

.snoic_cs-box .base-div .base-item-body {
  padding: 8px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.snoic_cs-box .base-div .base-text {
  color: #666666;
  font-family: SourceHanSansSC-Regular;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  position: relative;
  padding-left: 16px;
}

.snoic_cs-box .base-div .base-text strong {
  color: #333333;
}

.snoic_cs-box .base-div .base-text::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #308aff;
  position: absolute;
  left: -3px;
  top: 7px;
}

.snoic_cs-box .all-service-div {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-beijing04@2x.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-bottom: 60px;
}

.snoic_cs-box .all-service-div .all-service-content {
  height: 496px;
  mix-blend-mode: normal;
  border-radius: 18px;
  border: 1px solid #91bdfc;
  background: white;
  box-shadow: 0px 6px 0px rgba(24, 111, 226, 0.16);
  padding: 42px 112px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 90px;
  row-gap: 50px;
  align-content: center;
}

.snoic_cs-box .all-service-div .all-service-content .all-service-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.snoic_cs-box .all-service-div .all-service-content .service-icon {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/01@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .all-service-div .all-service-content .service-icon.icon2 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/02@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .all-service-div .all-service-content .service-icon.icon3 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/3@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .all-service-div .all-service-content .service-icon.icon4 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/4@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .all-service-div .all-service-content .service-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.snoic_cs-box .all-service-div .all-service-content .service-title {
  mix-blend-mode: normal;
  color: #333333;
  font-family: SourceHanSansSC-Bold;
  font-size: 24px;
  line-height: 36px;
}

.snoic_cs-box .all-service-div .all-service-content .service-desc {
  color: #666666;
  font-family: SourceHanSansSC-Normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.snoic_cs-box .flow-div {
  padding-bottom: 60px;
}

.snoic_cs-box .flow-div .flow-content {
  border-radius: 18px;
  border: 1px solid #accdf8;
  background: linear-gradient(90deg, #e9f2ff -23.65%, white 18.49%, white 59.59%, white 84.12%, #d1e4ff 134.02%);
  box-shadow: 0px 8px 9px rgba(184, 210, 241, 0.62);
  padding: 40px 34px;
  display: flex;
  justify-content: center;
}

.snoic_cs-box .flow-div .flow-item {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.snoic_cs-box .flow-div .flow-icon {
  width: 68px;
  height: 68px;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming01@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .flow-div .flow-icon.icon2 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming02@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .flow-div .flow-icon.icon3 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming03@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .flow-div .flow-icon.icon4 {
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming04@2x.png") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .flow-div .flow-text {
  color: #333333;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.snoic_cs-box .flow-div .flow-arrow {
  width: 49px;
  height: 18px;
  flex-shrink: 0;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-jiantou@2x.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  top: 30px;
  margin: 0px 10px;
}

.snoic_cs-box .journey-div {
  padding: 60px 0;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-beijing05@2x.jpg?v=6") no-repeat center;
  background-size: 100% 100%;
}

.snoic_cs-box .journey-div .journey-div-content {
  border-radius: 18px;
  border: 1px solid #91bdfc;
  background: white;
  box-shadow: 0px 6px 0px rgba(24, 111, 226, 0.16);
  padding: 55px 80px;
}

.snoic_cs-box .journey-div .journey-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(306.42deg, #0e6cca -17.45%, #032f5b 103%);
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: SourceHanSansSC-Bold;
  font-weight: 800;
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 36px;
}

.snoic_cs-box .journey-div .journey-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.snoic_cs-box .journey-div .journey-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(202, 216, 216, 0.5);
}

.snoic_cs-box .journey-div .journey-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.snoic_cs-box .journey-div .journey-question {
  display: flex;
  align-items: center;
  gap: 10px;
}

.snoic_cs-box .journey-div .q-tag {
  width: 28px;
  height: 24px;
  mix-blend-mode: normal;
  border-radius: 2px;
  background: linear-gradient(148.83deg, #3760ff 4.33%, #2fa9ff 97.39%);
  text-align: center;
  color: white;
  font-family: Arial-BoldMT;
  font-size: 16px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.snoic_cs-box .journey-div .q-text {
  text-align: center;
  color: #061e34;
  font-family: SourceHanSansSC-Bold;
  font-size: 18px;
  line-height: 27px;
}

.snoic_cs-box .journey-div .journey-answer {
  text-align: justify;
  color: #666666;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  gap: 8px;
}

.snoic_cs-box .journey-div .journey-answer .a-text {
  text-align: justify;
  color: #666666;
  font-family: SourceHanSansSC-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.snoic_cs-box .journey-div .journey-answer .a-text strong {
  color: #333333;
}

.snoic_cs-box .course-consult {
  width: 100%;
  height: 382px;
  max-width: 1920px;
  margin: 0 auto;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-beijing06@2x.png") no-repeat center center;
  background-size: 1920px 382px;
}

.snoic_cs-box .course-consult .course-consult-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.snoic_cs-box .course-consult .course-consult-title {
  color: white;
  font-weight: 450;
  font-size: 24px;
  line-height: 36px;
}

.snoic_cs-box .course-consult .course-consult-item {
  position: relative;
  padding: 9px 0 33px;
}

.snoic_cs-box .course-consult .course-consult-item::before {
  content: '';
  position: absolute;
  height: 9px;
  width: 100%;
  background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-sanjiao@2x.png") no-repeat center center;
  background-size: 13px 100%;
  bottom: 12px;
  left: 0;
}

.snoic_cs-box .course-consult .course-consult-item img {
  width: 160px;
}

.snoic_cs-box .course-consult .tips {
  color: white;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
}

.snoic_cs-box .course-consult .high-weight {
  font-weight: 800;
}

@media screen and (max-width: 1110px) {
  .snoic_cs-box .cs-template-title {
    padding: 30px 0 15px;
  }
  .snoic_cs-box .cs-template-title span {
    font-size: 22px;
    line-height: 33px;
    gap: 11px;
  }
  .snoic_cs-box .cs-template-title span::before, .snoic_cs-box .cs-template-title span::after {
    content: "";
    display: inline-block;
    width: 43px;
    height: 21px;
    background: url("http://publicqn.shenlanxueyuan.com/snoic/m/M-yuansuzuo@2x.png") no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .snoic_cs-box .cs-container {
    max-width: 94vw;
  }
  .snoic_cs-box .why-div {
    padding-bottom: 30px;
    background: #f3f8fc;
  }
  .snoic_cs-box .why-div .cs-container-content {
    padding: 18px 18px 18px 40px;
  }
  .snoic_cs-box .why-div .cs-container-content .content-item {
    font-size: 14px;
    line-height: 25px;
  }
  .snoic_cs-box .why-div .cs-container-content .content-item::before {
    left: -23px;
    top: 6px;
  }
  .snoic_cs-box .course-highlights-div {
    padding-bottom: 30px;
  }
  .snoic_cs-box .course-highlights-div .highlights-content {
    gap: 13px;
    flex-direction: column;
  }
  .snoic_cs-box .course-highlights-div .highlights-content .content-item {
    flex: 1;
    height: 110px;
    padding: 18px calc(100% - 230px) 17px 18px;
    border-radius: 0;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-lingdfian01@2x.png") no-repeat center;
    background-size: cover;
    border-radius: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .snoic_cs-box .course-highlights-div .highlights-content .content-item.card2 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-lingdfian02@2x.png") no-repeat center;
    background-size: cover;
  }
  .snoic_cs-box .course-highlights-div .highlights-content .content-item.card3 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-lingdfian01@2x.png") no-repeat center;
    background-size: cover;
  }
  .snoic_cs-box .gains-div {
    padding-bottom: 30px;
    background: #edf5fc;
  }
  .snoic_cs-box .gains-div .gains-content {
    gap: 15px;
    flex-direction: column;
  }
  .snoic_cs-box .gains-div .gains-content .content-item {
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  .snoic_cs-box .gains-div .gains-content .content-item .gain-title {
    display: flex;
    color: #016cff;
    font-family: SourceHanSansSC-Bold;
    font-size: 22px;
    line-height: 33px;
    text-decoration-line: underline;
    padding: 18px 26px;
    border: 1px solid #accdf8;
    background: linear-gradient(180deg, #d1e4ff 0%, white 100%);
    box-shadow: 0px 4px 5px rgba(45, 114, 205, 0.13);
    border-radius: 10px;
    height: 114px;
  }
  .snoic_cs-box .gains-div .gains-content .content-item .gain-list {
    margin: -40px 12px 10px;
    border-radius: 10px;
    border: 1px solid #accdf8;
    background: white;
    box-shadow: 0px 4px 5px #b8deff;
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: auto;
    position: relative;
  }
  .snoic_cs-box .gains-div .gains-content .content-item .gain-text {
    font-size: 14px;
    line-height: 21px;
    padding-left: 30px;
  }
  .snoic_cs-box .gains-div .gains-content .content-item .gain-text::before {
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
  }
  .snoic_cs-box .gains-div .gains-content .content-item .gain-text-compact {
    text-align: left;
    text-align-last: left;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .snoic_cs-box .gains-div .gains-content .content-item.has-side-icon .gain-title {
    justify-content: space-between;
  }
  .snoic_cs-box .gains-div .gains-content .gain-theory .gain-title {
    border: 1px solid #accdf8;
    background: linear-gradient(180deg, #d1e4ff 0%, white 100%);
    box-shadow: 0px 4px 5px rgba(45, 114, 205, 0.13);
  }
  .snoic_cs-box .gains-div .gains-content .gain-theory .gain-title::after {
    content: "";
    display: inline-block;
    width: 101px;
    height: 101px;
    position: relative;
    top: -20px;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo01@2x.png") no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .snoic_cs-box .gains-div .gains-content .gain-practice .gain-title {
    border: 1px solid #b2d6df;
    background: linear-gradient(180deg, #ccf0f9 0%, white 94.81%);
    box-shadow: 0px 4px 5px rgba(0, 91, 163, 0.24);
    color: #0d5e91;
  }
  .snoic_cs-box .gains-div .gains-content .gain-practice .gain-title::after {
    content: "";
    display: inline-block;
    width: 101px;
    height: 101px;
    position: relative;
    top: -20px;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo02@2x.png") no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .snoic_cs-box .gains-div .gains-content .gain-ability .gain-title {
    border: 1px solid #bdb6df;
    background: linear-gradient(180deg, #e8e4ff 0%, white 100%);
    box-shadow: 0px 2px 4px rgba(177, 169, 220, 0.52);
    color: #5235aa;
  }
  .snoic_cs-box .gains-div .gains-content .gain-ability .gain-title::after {
    content: "";
    display: inline-block;
    width: 101px;
    height: 101px;
    position: relative;
    top: -20px;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shouhuo03@2x.png") no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
  }
  .snoic_cs-box .teacher-div .teacher-content {
    min-height: auto;
    border-radius: 20px;
    border: 1px solid #b2d6df;
    background: #f3f9ff;
    box-shadow: 0px 4px 5px #b8deff;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .snoic_cs-box .teacher-div .teacher-content .teacher-card {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 20px 20px 0 0;
    padding: 14px;
    background: linear-gradient(148.83deg, #4784fb 4.33%, #4252ff 97.39%);
    position: relative;
  }
  .snoic_cs-box .teacher-div .teacher-content .teacher-card::after {
    width: 94px;
    height: 141px;
    content: '';
    background: url(https://publicqn.shenlanxueyuan.com/snoic/m/M-renwu@2x.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 5px;
  }
  .snoic_cs-box .teacher-div .teacher-content .teacher-name {
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    background: none;
    background-clip: text;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
    padding: 0 5px;
  }
  .snoic_cs-box .teacher-div .teacher-content .teacher-title {
    background: linear-gradient(270deg, #435efe 0%, #496cf4 100%);
    width: 250px;
    height: auto;
    border: none;
    font-size: 12px;
    line-height: 17px;
    border-radius: 5px;
    padding: 4px 4px 5px 14px;
    position: relative;
  }
  .snoic_cs-box .teacher-div .teacher-content .teacher-title::before {
    content: '';
    width: 5px;
    height: 5px;
    mix-blend-mode: normal;
    background: #fa9300;
    position: absolute;
    left: 5px;
    top: 9px;
    border-radius: 50%;
  }
  .snoic_cs-box .teacher-div .teacher-content .teacher-desc {
    max-width: 621px;
    border-radius: 0;
    border: 0px solid #446afd;
    background: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 26px 20px;
  }
  .snoic_cs-box .suitable-div {
    padding-bottom: 30px;
    background: #edf5fc;
    margin-top: 30px;
  }
  .snoic_cs-box .suitable-div .suitable-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .snoic_cs-box .suitable-div .suitable-content .suitable-item {
    margin-top: 0;
    display: flex;
    box-shadow: 0px 1px 7px rgba(155, 203, 229, 0.56);
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 10px;
  }
  .snoic_cs-box .suitable-div .suitable-content .suitable-avatar {
    width: 56px;
    min-width: 56px;
    height: 56px;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-touxianhg01@2x.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0;
  }
  .snoic_cs-box .suitable-div .suitable-content .suitable-avatar.avatar2 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-touxianhg02@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .suitable-div .suitable-content .suitable-avatar.avatar3 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-touxianhg03@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .suitable-div .suitable-content .suitable-text {
    border-radius: 8px;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    position: relative;
    height: auto;
  }
  .snoic_cs-box .suitable-div .suitable-content .suitable-text::before {
    content: "";
    display: none;
  }
  .snoic_cs-box .base-div {
    padding-bottom: 30px;
  }
  .snoic_cs-box .base-div .base-content {
    gap: 13px;
    flex-direction: column;
  }
  .snoic_cs-box .base-div .base-item {
    padding-top: 15px;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-yaoqiubg@2x.png");
    background-size: 100% 100%;
  }
  .snoic_cs-box .base-div .base-item-head {
    position: static;
    top: 0;
    width: 130px;
    height: 27px;
    mix-blend-mode: normal;
    border-radius: 13.5px;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(148.83deg, #3760ff 4.33%, #2fa9ff 97.39%);
  }
  .snoic_cs-box .base-div .base-item-body {
    padding: 15px 24px 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .snoic_cs-box .base-div .base-text {
    color: #666666;
    font-family: SourceHanSansSC-Regular;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    position: relative;
    padding-left: 16px;
  }
  .snoic_cs-box .base-div .base-text strong {
    color: #333333;
  }
  .snoic_cs-box .base-div .base-text::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #308aff;
    position: absolute;
    left: -3px;
    top: 7px;
  }
  .snoic_cs-box .all-service-div {
    background: #f3f8fc;
    padding-bottom: 30px;
  }
  .snoic_cs-box .all-service-div .all-service-content {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
  }
  .snoic_cs-box .all-service-div .all-service-content .all-service-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-fuwu01@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-icon.icon2 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-fuwu02@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-icon.icon3 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-fuwu03@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-icon.icon4 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-fuwu04@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }
  .snoic_cs-box .all-service-div .all-service-content .service-desc {
    color: #666666;
    font-family: SourceHanSansSC-Normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .snoic_cs-box .flow-div {
    padding-bottom: 30px;
  }
  .snoic_cs-box .flow-div .flow-content {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 20px 14px;
    border: 1px solid #91bdfc;
    background: white;
    box-shadow: 5px 6px 5px rgba(24, 111, 226, 0.16);
  }
  .snoic_cs-box .flow-div .flow-item {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
  .snoic_cs-box .flow-div .flow-icon {
    width: 52px;
    min-width: 52px;
    height: 53px;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming01@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .flow-div .flow-icon.icon2 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming02@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .flow-div .flow-icon.icon3 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming03@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .flow-div .flow-icon.icon4 {
    background: url("https://publicqn.shenlanxueyuan.com/snoic/pc/PC-shuoming04@2x.png") no-repeat center;
    background-size: 100% 100%;
  }
  .snoic_cs-box .flow-div .flow-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .snoic_cs-box .flow-div .flow-arrow {
    width: 1px;
    margin: 0px 10px;
    height: 30px;
    background: none;
    border: 0.5px dashed #75a8f0;
    left: 16px;
    top: 0;
  }
  .snoic_cs-box .journey-div {
    padding: 0px 0 30px;
    background: #fff;
  }
  .snoic_cs-box .journey-div .journey-div-content {
    border-radius: 18px;
    padding: 25px 21px;
  }
  .snoic_cs-box .journey-div .journey-title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 17px;
  }
  .snoic_cs-box .journey-div .journey-title span {
    display: none;
  }
  .snoic_cs-box .journey-div .journey-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .snoic_cs-box .journey-div .journey-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(202, 216, 216, 0.5);
  }
  .snoic_cs-box .journey-div .journey-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .snoic_cs-box .journey-div .journey-question {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .snoic_cs-box .journey-div .q-tag {
    width: 25px;
    height: 21px;
    font-size: 14px;
    line-height: 16px;
  }
  .snoic_cs-box .journey-div .q-text {
    font-size: 16px;
    line-height: 24px;
  }
  .snoic_cs-box .journey-div .journey-answer {
    text-align: justify;
    color: #666666;
    font-family: SourceHanSansSC-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    gap: 8px;
  }
  .snoic_cs-box .journey-div .journey-answer .a-text {
    font-size: 14px;
    line-height: 21px;
  }
  .snoic_cs-box .journey-div .journey-answer .a-text strong {
    color: #333333;
  }
  .snoic_cs-box .course-consult {
    width: calc(100% - 40px);
    height: 225px;
    max-width: 100%;
    margin: 0 auto;
    background: url("https://publicqn.shenlanxueyuan.com/snoic/m/M-beijing06@2x.png") no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 0px;
  }
  .snoic_cs-box .course-consult .course-consult-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .snoic_cs-box .course-consult .course-consult-title {
    font-size: 13px;
    line-height: 19px;
  }
  .snoic_cs-box .course-consult .course-consult-item {
    position: relative;
    padding: 9px 0 13px;
  }
  .snoic_cs-box .course-consult .course-consult-item::before {
    display: none;
  }
  .snoic_cs-box .course-consult .course-consult-item img {
    width: 98px;
  }
  .snoic_cs-box .course-consult .tips {
    font-size: 12px;
    line-height: 18px;
  }
  .snoic_cs-box .course-consult .high-weight {
    font-weight: 800;
  }
  .app-course-show .snoic_cs-box .course-consult {
    width: 100%;
  }
}
