.accent {
  color: #4991e1;
}

.accent:hover {
  color: #4991e1;
}

.lym_m_banner {
  height: 650px;
  background: url("../images/wh_after_serve/banner1.png") no-repeat center;
  background-size: cover;
}

.lym_m_block {
  background: #f9f9f9;
  height: 200px;
}

.lym_m_block .w1200 {
  position: relative;
}

.lym_m_block .m_list {
  margin-right: -30px;
  position: absolute;
  left: 0;
  top: -110px;
  z-index: 5;
}

.lym_m_block .m_list dd {
  width: 380px;
  margin-right: 30px;
}

.lym_g_block {
  width: 100%;
  height: 240px;
  padding-top: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.lym_g_block .b_pic {
  width: 86px;
  height: 100px;
  margin: 0 auto;
}

.lym_g_block .b_pic img {
  width: 100%;
  height: 100%;
}

.lym_g_block .b_sub {
  margin-top: 23px;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  color: #222;
}

.lym_g_block .b_des {
  font-size: 18px;
  color: #222;
  margin-top: 11px;
  line-height: 25px;
}

.lym_m_classify {
  padding-top: 40px;
  padding-bottom: 25px;
}

.lym_m_classify .m_list {
  margin-right: -30px;
  padding-top: 30px;
}

.lym_m_classify .m_list dd {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.lym_m_classify .m_bot {
  text-align: center;
  padding-top: 15px;
}

.lym_g_tit {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #222;
  padding-bottom: 4px;
}

.lym_g_tit:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 1px;
  background: #288add;
  margin-left: -18px;
}

.lym_g_pic {
  width: 100%;
  overflow: hidden;
  height: 214px;
  position: relative;
  cursor: pointer;
}

.lym_g_pic img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.lym_g_pic .pic_pos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 5;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  padding: 35px 10px 0;
}

.lym_g_pic:hover img {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.lym_g_btn {
  display: inline-block;
  width: 124px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #4991e1;
  text-align: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 18px;
  color: #4991e1;
  transition: 0.3s;
}

.lym_g_btn:hover {
  opacity: 0.8;
}

.lym_g_btn.sm {
  width: 62px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.lym_m_case {
  padding-top: 40px;
  padding-bottom: 25px;
}

.lym_m_case .m_list {
  margin-right: -30px;
  padding-top: 30px;
}

.lym_m_case .m_list dd {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.lym_m_case .m_bot {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.lym_m_case .lym_g_pic {
  height: 320px;
}

.lym_m_whiteList {
  background: #f7fbff;
  padding: 20px 0;
}

.lym_m_whiteList .m_box {
  padding-bottom: 21px;
  background: #fff;
}

.lym_m_whiteList .m_top {
  height: 50px;
  border-bottom: 1px solid #eee;
  padding: 0 22px;
}

.lym_m_whiteList .m_tit {
  display: inline-block;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #288add;
  padding-bottom: 4px;
  border-bottom: 1px solid #288add;
  margin-bottom: -1px;
  padding-top: 13px;
}

.lym_m_whiteList .m_table {
  padding: 0 20px;
}

.lym_m_whiteList .m_filter {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin: 0 20px;
}

.lym_g_table {
  border-collapse: collapse;
  width: 100%;
}

.lym_g_table tr {
  border-bottom: 1px solid #e6e6e6;
}

.lym_g_table td {
  padding: 10px 0 10px 30px;
}

.lym_g_table thead tr {
  height: 50px;
}

.lym_g_table thead td {
  font-size: 14px;
  color: #b5b5b5;
}

.lym_g_table tbody tr {
  height: 60px;
}

.lym_g_table tbody tr:nth-child(odd) {
  background: #f9fafb;
}

.lym_g_table tbody td {
  font-size: 16px;
  color: #222;
}

.lym_m_serveEntry {
  padding: 35px 0 50px;
  background: url("../images/wh_after_serve/lym_bg.png") no-repeat center;
  background-size: cover;
}

.lym_m_serveEntry .m_tit {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.lym_m_serveEntry .m_step {
  height: 196px;
  background: #fff;
  margin-top: 35px;
}

.lym_m_serveEntry .m_step dd {
  text-align: center;
  position: relative;
  width: 300px;
  height: 100%;
  box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.1);
}

.lym_m_serveEntry .m_step dd:last-child {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.lym_m_serveEntry .m_step dd:last-child .dd_pos {
  display: none;
}

.lym_m_serveEntry .m_step .dd_pic {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 40px auto 0;
}

.lym_m_serveEntry .m_step .dd_pic img {
  width: 100%;
  height: 100%;
}

.lym_m_serveEntry .m_step .dd_des {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.lym_m_serveEntry .m_step .dd_pos {
  position: absolute;
  left: 100%;
  top: 78px;
  width: 44px;
  height: 44px;
  background: url("../images/wh_after_serve/lym_circle.png") no-repeat center;
  background-size: 100%;
  margin-left: -22px;
  z-index: 5;
}

.lym_g_form .form_label {
  font-size: 14px;
  line-height: 32px;
  color: #8b8b8b;
  margin-right: 12px;
}

.lym_g_form .form_input {
  width: 260px;
  height: 32px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 8px;
  box-sizing: border-box;
  vertical-align: middle;
}

.lym_g_seleautodiv .qjf_seleautocur {
  box-shadow: none;
  border-color: #ddd;
}

.lym_g_seleautodiv .qjf_seleautocur p {
  background-image: url("../images/wh_after_serve/lym_16x16down.png");
}

.lym_g_btn2 {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  padding: 0 14px;
  background: #4991e1;
  transition: 0.3s;
  font-size: 14px;
  color: #fff;
}

.lym_g_btn2:hover {
  opacity: 0.8;
}

.lym-m-allCourse .m-nav {
  padding: 7px 35px 7px 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.lym-m-allCourse .m-filter {
  padding: 0 20px 0 5px;
  height: 60px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.lym-m-allCourse .m-filter .filter-rg {
  padding-top: 15px;
}

.lym-m-allCourse .m-filter .filter-a {
  text-decoration: none;
  font-size: 16px;
  color: #555;
  padding: 0 22px;
  border-bottom: 2px solid transparent;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: -1px;
}

.lym-m-allCourse .m-filter .filter-a i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 14px;
  margin-left: 6px;
  background: url("../images/wh_after_serve/lym_sort.png") no-repeat -1px -1px;
  position: relative;
  top: -2px;
}

.lym-m-allCourse .m-filter .filter-a i.down {
  background-position-x: -13px;
}

.lym-m-allCourse .m-filter .filter-a.on {
  color: #4991e1;
  border-color: #4991e1;
}

.lym-m-allCourse .m-filter .filter-a.on i {
  background-position-x: -25px;
}

.lym-m-allCourse .m-filter .filter-a.on i.down {
  background-position-x: -37px;
}

.lym-m-allCourse .m-filter .filter-num {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #000;
  line-height: 32px;
  vertical-align: middle;
}

.lym-m-allCourse .m-filter .filter-num em {
  color: #7700ff;
}

.lym-m-allCourse .m-filter .filter-search {
  border-radius: 4px;
  overflow: hidden;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
}

.lym-m-allCourse .m-filter .filter-search input {
  width: 200px;
  height: 32px;
  border-radius: 4px;
  background: #f1f1f1;
  font-weight: 500;
  font-size: 14px;
  color: #aaa;
  padding: 0 10px;
  border: none;
  vertical-align: top;
}

.lym-m-allCourse .m-filter .filter-search .btn {
  display: inline-block;
  width: 40px;
  height: 32px;
  border-radius: 0;
  background: #4991e1 url("../images/wh_after_serve/lym_sear_20x16.png")
    no-repeat center;
}

.lym-m-allCourse .m-val {
  padding: 20px 20px 30px;
  background: #fff;
}

.lym-m-allCourse .m-val .val-ul li {
  margin-bottom: 20px;
}

.lym-m-allCourse .m-val .val-ul li:last-child {
  margin-bottom: 0;
}

.lym-u-nav1 .nav-list li {
  padding: 10px 0;
  height: 26px;
  overflow: hidden;
}

.lym-u-nav1 .nav-list li.z-auto {
  height: auto;
}

.lym-u-nav1 .nav-list li:last-child {
  border: none;
}

.lym-u-nav1 .nav-box {
  margin-left: 60px;
  position: relative;
  padding-right: 60px;
}

.lym-u-nav1 .nav-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  color: #888;
  width: 48px;
  overflow: hidden;
  float: left;
}

.lym-u-nav1 .nav-a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #222;
  text-align: center;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 2px 10px;
}

.lym-u-nav1 .nav-a:hover,
.lym-u-nav1 .nav-a.on {
  color: #fff;
  background: #9d9d9d;
}

.lym-u-nav1 .nav-open {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.lym-u-nav1 .nav-open:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 26px;
  background: url("../images/wh_after_serve/lym_down_10x6.png") no-repeat center;
  position: relative;
  top: -2px;
}

.bgf9f9f9 {
  background: #f9f9f9;
}

.lym_g_block2 {
  min-height: 112px;
  overflow: hidden;
  position: relative;
  padding: 10px 110px 10px 15px;
  border: 1px solid #eaeaea;
}

.lym_g_block2 .b_pic {
  float: left;
  width: 200px;
  height: 112px;
  overflow: hidden;
}

.lym_g_block2 .b_pic img {
  width: 100%;
  height: 100%;
}

.lym_g_block2 .b_box {
  margin-left: 215px;
}

.lym_g_block2 .b_name {
  height: 93px;
  overflow: hidden;
}

.lym_g_block2 .b_name h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.lym_g_block2 .b_name p {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin-top: 6px;
}

.lym_g_block2 .b_tag span {
  font-size: 12px;
  line-height: 17px;
  color: #555;
  margin-right: 26px;
}

.lym_g_block2 .b_tag span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url("../images/wh_after_serve/lym_14x14leaf.png") no-repeat center;
}

.lym_g_block2 .b_tag span:last-child {
  margin-right: 0;
}

.lym_g_block2 .b_tag span.ico_leaf:before {
  background-image: url("../images/wh_after_serve/lym_14x14leaf.png");
}

.lym_g_block2 .b_tag span.ico_vid:before {
  background-image: url("../images/wh_after_serve/lym_14x14vid.png");
}

.lym_g_block2 .b_tag span.ico_day:before {
  background-image: url("../images/wh_after_serve/lym_14x14day.png");
}

.lym_g_block2 .b_tag span.ico_use:before {
  background-image: url("../images/wh_after_serve/lym_14x14use.png");
}

.lym_g_block2 .b_tag span.ico_time:before {
  background-image: url("../images/wh_after_serve/lym_14x14time.png");
}

.lym_g_block2 .b_price {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 106px;
  background: #f7fbff;
  text-align: center;
}

.lym_g_block2 .b_price em {
  display: inline-block;
  margin-top: 34px;
  font-size: 18px;
  line-height: 40px;
  color: #4991e1;
}

.lym_g_block2 .b_price em i {
  font-size: 28px;
}

.lym_g_block2 .b_price p {
  font-size: 14px;
  color: #92c3f9;
  line-height: 20px;
}

.pdb20 {
  padding-bottom: 20px;
}

.one_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.lym_g_bread {
  padding: 10px 0;
}

.lym_g_bread a {
  margin-right: 8px;
  font-size: 14px;
  color: #888;
  line-height: 20px;
}

.lym_g_bread a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
  background: url("../images/wh_after_serve/lym_breadrg.png") no-repeat center;
  margin-left: 8px;
}

.lym_g_bread a:last-child:after {
  display: none;
}

.lym_g_bread a:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  background: url("../images/wh_after_serve/lym_home.png") no-repeat center;
  margin-right: 8px;
}

.lym_g_bread a.on,
.lym_g_bread a:hover {
  color: #4991e1;
}

.lym_g_block3 {
  min-height: 112px;
  overflow: hidden;
  position: relative;
  padding: 10px 15px;
  border: 1px solid #eaeaea;
}

.lym_g_block3 .b_pic {
  float: left;
  width: 200px;
  height: 112px;
  overflow: hidden;
}

.lym_g_block3 .b_pic img {
  width: 100%;
  height: 100%;
}

.lym_g_block3 .b_box {
  margin-left: 215px;
}

.lym_g_block3 .b_sub {
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.lym_g_block3 .b_tag span {
  font-size: 12px;
  line-height: 17px;
  color: #555;
  margin-right: 100px;
  margin-top: 8px;
  display: inline-block;
}

.lym_g_block3 .b_tag span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url("../images/wh_after_serve/lym_14x14leaf.png") no-repeat center;
}

.lym_g_block3 .b_tag span:last-child {
  margin-right: 0;
}

.lym_g_block3 .b_tag span:first-child {
  display: block;
  margin-right: 0;
}

.lym_g_block3 .b_tag span.ico_leaf:before {
  background-image: url("../images/wh_after_serve/lym_14x14leaf.png");
}

.lym_g_block3 .b_tag span.ico_vid:before {
  background-image: url("../images/wh_after_serve/lym_14x14vid.png");
}

.lym_g_block3 .b_tag span.ico_day:before {
  background-image: url("../images/wh_after_serve/lym_14x14day.png");
}

.lym_g_block3 .b_tag span.ico_use:before {
  background-image: url("../images/wh_after_serve/lym_14x14use.png");
}

.lym_g_block3 .b_tag span.ico_time:before {
  background-image: url("../images/wh_after_serve/lym_14x14time.png");
}

.lym_g_block3 .b_tag span.ico_stu:before {
  background-image: url("../images/wh_after_serve/lym_14x14stu.png");
}

.lym_g_block3 .b_tag span.ico_book:before {
  background-image: url("../images/wh_after_serve/lym_14x14book.png");
}

.lym_m_schCase .m_box {
  background: #fff;
  padding-bottom: 30px;
}

.lym_m_schCase .m_tit {
  font-weight: normal;
  font-size: 24px;
  text-align: left;
  color: #4991e1;
  padding: 15px 20px 12px;
  border-bottom: 1px solid #e8e8e8;
}

.lym_m_schCase .m_list {
  padding: 20px 20px 0;
}

.lym_m_schCase .m_list li {
  margin-bottom: 20px;
}

.lym_m_schCase .m_list li:last-child {
  margin-bottom: 0;
}

.lym_m_schInfo .m_box {
  background: #fff;
  padding: 30px 20px 20px;
}

.lym_m_schInfo .m_pic {
  width: 430px;
  overflow: hidden;
  margin-top: 58px;
}

.lym_m_schInfo .m_pic img {
  width: 100%;
}

.lym_m_schInfo .m_rg {
  width: 720px;
}

.lym_m_schInfo .m_sub {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #000;
  line-height: 33px;
  padding-left: 20px;
}

.lym_m_schInfo .m_des {
  margin-top: 25px;
  padding: 20px 10px 20px 20px;
  background: #fafafa;
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  color: #000;
}

.lym_m_schInfo .m_des p.z_ti2em {
  text-indent: 2em;
}

.lym_g_tit2 {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: left;
  color: #4991e1;
  position: relative;
  padding: 0 8px;
}

.lym_g_tit2 em {
  position: relative;
  z-index: 10;
}

.lym_g_tit2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  border-radius: 5px;
  background: #deedff;
  z-index: 5;
}

.lym_m_schCourse .m_box {
  background: #fff;
  padding: 20px 20px 30px;
}

.lym_m_schCourse .m_bot {
  margin-top: 20px;
}

.lym_m_schCourse .m_bot img {
  width: 100%;
}

.lym_m_coubanner {
  background: url("../images/wh_after_serve/lym_courbann.png") no-repeat center;
  background-size: cover;
  height: 380px;
}

.lym_m_coubanner .m_info {
  width: 648px;
  height: 280px;
  background: rgba(0, 0, 0, 0.51);
  box-sizing: border-box;
  padding: 19px 18px 0 22px;
  position: relative;
  top: 50px;
}

.lym_m_coubanner .m_info .info_sub {
  font-weight: normal;
  font-size: 38px;
  line-height: 53px;
  text-align: left;
  color: #fff;
  max-height: 106px;
  overflow: hidden;
}

.lym_m_coubanner .m_info .info_des {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin-top: 18px;
}

.lym_m_coubanner .m_info .info_tag {
  position: absolute;
  left: 22px;
  right: 18px;
  bottom: 22px;
}

.lym_m_coubanner .m_info .info_tag dd {
  text-align: center;
  margin-right: 42px;
}

.lym_m_coubanner .m_info .info_tag dd:last-child {
  margin-right: 0;
}

.lym_m_coubanner .m_info .tag_pic {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
}

.lym_m_coubanner .m_info .tag_pic img {
  max-width: 100%;
}

.lym_m_coubanner .m_info .tag_p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
}

.lym_m_couSurvey {
  background: #f6f7fa;
  padding-top: 30px;
  padding-bottom: 52px;
}

.lym_m_couSurvey .m_bot {
  padding-top: 30px;
  margin-right: -67px;
}

.lym_m_couSurvey .m_bot dd {
  margin-right: 67px;
}

.lym_m_couSurvey .m_des {
  width: 504px;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #66728f;
  text-align: justify;
  text-indent: 2em;
}

.lym_m_couSurvey .m_pic {
  margin-top: 18px;
  width: 595px;
}

.lym_m_couSurvey .m_pic img {
  max-width: 100%;
}

.lym_m_couUi {
  padding-top: 30px;
  padding-bottom: 62px;
}

.lym_m_couUi .m_bot {
  padding-top: 30px;
  margin-right: -40px;
}

.lym_m_couUi .m_bot dd {
  margin-right: 40px;
}

.lym_m_couUi .m_list {
  width: 303px;
}

.lym_m_couUi .m_list li {
  line-height: 26px;
  font-size: 18px;
  color: #929ba5;
  padding-left: 28px;
  margin-bottom: 24px;
  position: relative;
}

.lym_m_couUi .m_list li:last-child {
  margin-bottom: 0;
}

.lym_m_couUi .m_list li i {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/wh_after_serve/lym_18x18time.png") no-repeat center;
}

.lym_m_couUi .m_list li i.ico_time {
  background-image: url("../images/wh_after_serve/lym_18x18time.png");
}

.lym_m_couUi .m_list li i.ico_day {
  background-image: url("../images/wh_after_serve/lym_18x18day.png");
}

.lym_m_couUi .m_list li i.ico_book {
  background-image: url("../images/wh_after_serve/lym_18x18book.png");
}

.lym_m_couUi .m_list li em {
  margin-left: 6px;
  color: #222;
}

.lym_m_couUi .m_pic {
  width: 400px;
}

.lym_m_couUi .m_pic img {
  max-width: 100%;
}

.lym_m_couSource {
  padding-top: 30px;
  padding-bottom: 33px;
}

.lym_m_couSource .m_bot {
  padding-top: 40px;
  margin-right: -32px;
}

.lym_m_couSource .m_bot dd {
  margin-right: 32px;
  width: 584px;
  text-align: center;
}

.lym_m_couSource .m_bot dd img {
  max-width: 100%;
}

.lym_m_couSource .m_sub {
  margin-top: 18px;
  font-size: 18px;
  line-height: 25px;
  color: #222;
}

.lym_m_couMatch {
  padding-top: 30px;
  padding-bottom: 47px;
}

.lym_m_couMatch .m_bot {
  padding-top: 60px;
  margin-right: -32px;
}

.lym_m_couMatch .m_bot dd {
  margin-right: 32px;
  width: 584px;
  text-align: center;
}
.lym_m_couMatch .m_pic {
  height: 354px;
  line-height: 354px;
  margin-bottom: 21px;
}
.lym_m_couMatch .m_pic img {
  max-width: 100%;
  max-height: 100%;
}

.lym_m_couMatch .m_pic:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.lym_m_couMatch .m_sub {
  margin-top: 18px;
  font-size: 18px;
  line-height: 25px;
  color: #222;
}

.lym_g_btn3 {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background: #e8f3ff;
  padding: 0 22px;
  font-size: 18px;
  text-align: center;
  color: #4991e1;
  transition: 0.3s;
}

.lym_g_btn3:hover {
  opacity: 0.8;
}

.lym_niTurnPage2 .inp {
  border-radius: 0;
  line-height: 16px;
  height: auto;
}

.lym_m_pics img {
  display: block;
  width: 100%;
}

.lym_g_btn3 {
  min-width: 126px;
}

/* 20210924 首页新增AI互动模块 及各模块标题样式调整 by xds s*/
.c999 {
  color: #999;
}
.c333 {
  color: #333;
}
.xds_m_aiCourse {
  padding-top: 40px;
  background: #f7fbff;
}
.xds_m_aiCourse .course_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.xds_m_aiCourse .course_list {
  padding-top: 40px;
  padding-bottom: 25px;
}
.xds_m_aiCourse .course_list li {
  width: 380px;
  height: 308px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 9, 23, 0.12);
  overflow: hidden;
}
.xds_m_aiCourse .course_list .img_box {
  height: 214px;
  overflow: hidden;
}
.xds_m_aiCourse .course_list li:hover img {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.xds_m_aiCourse .img_box img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.xds_m_aiCourse .course_list li:nth-child(3n) {
  margin-right: unset;
}

.xds_m_classify .m_list dd {
  width: 278px;
}
.xds_m_classify .m_list dd:nth-child(4n) {
  margin-right: unset;
}
.xds_g_pic {
  height: 246px;
}
.xds_g_pic .pic_pos {
  bottom: 20px;
  background: unset;
  height: unset;
  padding: 0 34px;
}
.xds_g_pic .pic_pos p.f18 {
  font-weight: bold;
  opacity: 0.9;
}
.xds_g_pic .pic_pos p.f14 {
  opacity: 0.8;
}
/* 20210924 首页新增AI互动模块 及各模块标题样式调整 by xds e*/

/* lym 2021.9.28 武汉_课后服务_课程详情(半墨写字)v0928 */
.lym_m_couSurvey-2 {
  padding-bottom: 78px;
}
.lym_m_couSurvey-2 .m_des {
  font-size: 22px;
  text-indent: 0;
}

.lym_m_couUi-2 .m_list {
  margin-right: 0;
}
.lym_m_couUi-2 .m_list li {
  padding-left: 0;
}
.lym_m_couUi-2 .m_list .ico {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.lym_m_couUi-2 .m_list .li_label {
  float: left;
}
.lym_m_couUi-2 .m_list .li_des {
  font-size: 18px;
  text-align: left;
  color: #222;
  margin-left: 124px;
}
.lym_m_couUi-2 .m_pic {
  width: 324px;
  margin-top: -30px;
}

.lym_m_couTrait {
  padding-top: 30px;
  padding-bottom: 8px;
}
.lym_m_couTrait .m_bot {
  padding-top: 30px;
}
.lym_m_couTrait .m_bot dd {
  margin-bottom: 32px;
  width: 100%;
  box-sizing: border-box;
}

.lym_u_block .u_ico {
  float: left;
  width: 20px;
  height: 19px;
  background: url("../images/wh_after_serve/v0928/lym_icogou.png") no-repeat
    center;
  margin-top: 6px;
}
.lym_u_block .u_box {
  margin-left: 28px;
}
.lym_u_block .u_sub {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #222;
}
.lym_u_block .u_des {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #888;
  padding-top: 6px;
}

.lym_m_couSource-2 {
  padding-bottom: 50px;
}
.lym_m_couSource-2 .m_bot {
  padding-top: 30px;
}
.lym_m_couSource-2 video {
  width: 830px;
  height: 468px;
}

.lym_m_couMatch-2 {
  padding-bottom: 39px;
}
.lym_m_couMatch-2 .m_sub {
  line-height: 36px;
}
.lym_m_couMatch-2 .m_bot {
  padding-top: 30px;
}
.lym_m_couMatch-2 .m_pic {
  width: 520px;
  height: auto;
  line-height: initial;
  margin-left: auto;
  margin-right: auto;
}
.lym_m_couSource-2 {
  padding-bottom: 26px;
}
.lym_m_couSource-2 .m_tag {
  width: 830px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #222;
}

.lym_m_couMatch-2 {
  padding-bottom: 19px;
}
.lym_m_couMatch-2 .m_tag {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  line-height: 25px;
  color: #222;
}
/* lym 2021.9.28 武汉_课后服务_课程详情(半墨写字)v0928 */

/* xds 2021.09.29 武汉_课后服务_首页 v0929 s */
.pdlr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.xds_m_classify2 .m_list dd {
  height: 342px;
  background: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.two_hidden {
  -webkit-box-orient: vertical;
}
.xds_m_aiCourse .resCaseBox {
  position: relative;
  height: 430px;
  overflow: hidden;
}
.xds_m_aiCourse .resCaseBox ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 20000px;
}
.xds_m_aiCourse .resCaseBox li {
  border: 1px solid #eee;
  box-shadow: unset;
  margin-bottom: unset;
  box-sizing: border-box;
}
.xds_m_aiCourse .resCaseBox .page {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  left: 0;
}
.xds_m_aiCourse .resCaseBox .page a {
  display: inline-block;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b0defc;
  overflow: hidden;
  margin: 0 5px;
}
.xds_m_aiCourse .resCaseBox .page a:hover {
  background: #008aff;
}
.xds_m_aiCourse .resCaseBox .page a.on {
  width: 40px;
  background: #008aff;
}
/* xds 2021.09.29 武汉_课后服务_首页 v0929 e */
/* lym 2021.10.08 武汉_课后服务_课程列表v1008 */
.lym_g_block4 .bk_pic {
  height: 246px;
  width: 100%;
  overflow: hidden;
}
.lym_g_block4 .bk_pic img {
  width: 100%;
  height: 100%;
}
.lym_g_block4 .bk_tit {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #222;
  padding-top: 10px;
}
.lym_g_block4 .bk_bot {
  height: 105px;
}
.lym_g_block4 .bk_p {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #222;
  margin-top: 10px;
}
.lym_g_block4 .bk_tags {
  margin-top: 10px;
}
.lym_g_block4 .bk_tags em {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #888;
}
.lym_g_block4 .bk_age {
  width: 70%;
}

.lym-m-allCourse .val-ul2 {
  margin-right: -18px;
}
.lym-m-allCourse .val-ul2 li {
  width: 276px;
  margin-right: 18px;
  margin-bottom: 20px;
}

.lym-u-nav1 .nav-list li {
  height: 36px;
  padding-bottom: 0;
}
/* lym 2021.10.08 武汉_课后服务_课程列表v1008 */

/* lym 2021.10.08 xds武汉_课后服务_首页v0929 改动 */
.lym_m_case {
  background: #f7fbff;
}
.lym_m_whiteList {
  background: #fff;
}
.lym_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #0e9cf6;
  opacity: 0.3;
  border-radius: 5px;
}
.lym_swiper .swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  background: #0e9cf6;
  opacity: 1;
}
.lym_swiper .swiper-pagination {
  bottom: 34px;
}
/* lym 2021.10.08 xds武汉_课后服务_首页v0929 改动 */

/* lym 2021.10.08 武汉_课后服务_课程详情(半墨写字)v1008 */
.lym_m_couUi .m_list li i.ico_hours {
  width: 18px;
  height: 20px;
  background-image: url(../images/wh_after_serve/v1008/lym_ico16x20.png);
}
.lym_m_coubanner .m_info .info_botp {
  text-align: left;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-top: 30px;
}
/* lym 2021.10.08 武汉_课后服务_课程详情(半墨写字)v1008 */

/* lym 2021.10.13 武汉_课后服务_课程列表v1008 */
.lym_g_block4 .bk_age {
  width: 100%;
}
.lym-m-allCourse .val-ul2 li {
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.lym-m-allCourse .val-ul2 li:hover {
  transform: translateY(-5px);
}
/* lym 2021.10.13 武汉_课后服务_课程列表v1008 */

/* xds 2021.10.14 武汉_课后服务 v1014 */
.xds_m_aiCourse .course_list li {
  transition: all 0.3s;
}
.xds_m_aiCourse .course_list li:hover {
  transform: translateY(-10px);
}
.xds_m_aiCourse .course_list li:hover .xds_classTit {
  color: #4991e1;
}
.xds_m_classify2 .m_list dd {
  border: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgb(0 9 23 / 12%);
  transition: all 0.3s;
  cursor: pointer;
}
.xds_m_classify2 .m_list dd:hover {
  transform: translateY(-10px);
}
.xds_m_classify2 .m_list dd:hover .xds_classTit {
  color: #4991e1;
}
.xds_m_aiCourse .course_list li:hover img {
  -ms-transform: scale(1);
  transform: scale(1);
}
.xds_g_pic:hover img {
  -ms-transform: scale(1);
  transform: scale(1);
}
/* xds 2021.10.14 武汉_课后服务 v1014 */

/* yulun武汉课后服务v2560 b */
.mgt50 {
  margin-top: 50px;
}
.bgf7fbff {
  background-color: #f7fbff;
}
.yl_m_banner.lym_m_banner {
  height: 500px;
}
.xds_m_classify2.pdt0 {
  padding-top: 0;
}
.yl_data_num_box {
  height: 120px;
  background-color: #f7fbff;
}
.yl_data_num {
  position: relative;
  top: -60px;
}
.yl_data_num li {
  width: 298px;
  height: 118px;
  line-height: 118px;
  border: 1px solid rgba(202, 202, 202, 0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: white;
  padding-left: 90px;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.yl_data_num li:hover {
  transform: translateY(-10px);
}
.yl_data_num li:last-child {
  margin-right: 0;
}
.yl_data_num li .yl_school_ico {
  display: inline-block;
  width: 36px;
  height: 48px;
  vertical-align: middle;
  background: url("../images/wh_after_serve/v2560/school_ico.png") no-repeat
    center;
  margin-right: 25px;
}
.yl_data_num li .yl_course_ico {
  display: inline-block;
  width: 36px;
  height: 48px;
  vertical-align: middle;
  background: url("../images/wh_after_serve/v2560/course_ico.png") no-repeat
    center;
  margin-right: 25px;
}
.yl_data_num li .yl_person_ico {
  display: inline-block;
  width: 36px;
  height: 48px;
  vertical-align: middle;
  background: url("../images/wh_after_serve/v2560/person_ico.png") no-repeat
    center;
  margin-right: 25px;
}
.yl_data_num li .yl_text {
  display: inline-block;
  line-height: 30px;
  font-size: 22px;
  color: #53677c;
  vertical-align: middle;
}
.yl_data_num li .yl_text .yl_num {
  font-size: 36px;
  color: #000;
  font-weight: 700;
}
.yl_course_tab {
  margin-top: 35px;
}
.yl_course_tab li a {
  display: block;
  width: 102px;
  line-height: 40px;
  padding-top: 22px;
  padding-left: 74px;
  font-size: 20px;
  color: white;
  margin-right: 28px;
}
.yl_course_tab li:last-child a {
  margin-right: 0px;
}
.yl_course_tab li.yl_science a {
  background: url("../images/wh_after_serve/v2560/science_ico.png") no-repeat
    center bottom;
  color: #38425b;
}
.yl_course_tab li.yl_sports a {
  background: url("../images/wh_after_serve/v2560/sports_ico.png") no-repeat
    center bottom;
  color: #38425b;
}
.yl_course_tab li.yl_art a {
  background: url("../images/wh_after_serve/v2560/art_ico.png") no-repeat center
    bottom;
  color: #38425b;
}
.yl_course_tab li.yl_read a {
  background: url("../images/wh_after_serve/v2560/read_ico.png") no-repeat
    center bottom;
  color: #38425b;
}
.yl_course_tab li.yl_practice a {
  background: url("../images/wh_after_serve/v2560/practice_ico.png") no-repeat
    center bottom;
  color: #38425b;
}
.yl_course_tab li.yl_movies a {
  background: url("../images/wh_after_serve/v2560/movies_ico.png") no-repeat
    center bottom;
  color: #38425b;
}
.yl_course_tab li.yl_science a:hover,
.yl_course_tab li.yl_science a.active {
  background: url("../images/wh_after_serve/v2560/science_ico_on.png") no-repeat
    center bottom;
  color: #fff;
}
.yl_course_tab li.yl_sports a:hover,
.yl_course_tab li.yl_sports a.active {
  background: url("../images/wh_after_serve/v2560/sports_ico_on.png") no-repeat
    center bottom;
  color: #fff;
}
.yl_course_tab li.yl_art a:hover,
.yl_course_tab li.yl_art a.active {
  background: url("../images/wh_after_serve/v2560/art_ico_on.png") no-repeat
    center bottom;
  color: #fff;
}
.yl_course_tab li.yl_read a:hover,
.yl_course_tab li.yl_read a.active {
  background: url("../images/wh_after_serve/v2560/read_ico_on.png") no-repeat
    center bottom;
  color: #fff;
}
.yl_course_tab li.yl_practice a:hover,
.yl_course_tab li.yl_practice a.active {
  background: url("../images/wh_after_serve/v2560/practice_ico_on.png")
    no-repeat center bottom;
  color: #fff;
}
.yl_course_tab li.yl_movies a:hover,
.yl_course_tab li.yl_movies a.active {
  background: url("../images/wh_after_serve/v2560/movies_ico_on.png") no-repeat
    center bottom;
  color: #fff;
}

.yl_appliance {
  margin-top: 50px;
}
.yl_appliance li {
  margin-left: 30px;
  margin-bottom: 30px;
}
.yl_appliance li:nth-child(3n + 1) {
  margin-left: 0;
}
.yl_appliance li a {
  display: block;
  width: 338px;
  height: 116px;
  padding-top: 38px;
  padding-left: 42px;
  background-color: #eef8ff;
}
.yl_appliance li a img {
  display: block;
  width: 72px;
  height: 72px;
}
.yl_appliance li a dl {
  margin-left: 100px;
}
.yl_appliance li a dt {
  font-size: 24px;
  color: #222;
  line-height: 34px;
  font-weight: 600;
}
.yl_appliance li a dd {
  color: #888;
  font-size: 14px;
  line-height: 20px;
}

.yl_case_list dd {
  width: 380px;
  height: 297px;
  background-color: #eef8ff;
  margin-right: 30px;
}
.yl_case_list dd:last-child {
  margin-right: 0;
}
.yl_case_list dd .lym_g_pic {
  width: 100%;
  height: 180px;
}
.yl_case_list dd .yl_name {
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: white;
  font-size: 14px;
  background-color: #107cfb;
}
.yl_case_list dd .yl_name em {
  display: inline-block;
  width: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
  margin: 8px;
}
.yl_case_list dd .yl_name span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.yl_case_list dd .yl_des {
  height: 80px;
  position: relative;
}
.yl_case_list dd .yl_des span {
  display: inline-block;
  padding: 0 52px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url("../images/wh_after_serve/v2560/tip_l.png") no-repeat 20px top,
    url("../images/wh_after_serve/v2560/tip_r.png") no-repeat 346px bottom;
}
.lym_m_classify.pdt50 {
  padding-top: 50px;
}
.joinMe {
  display: inline-block;
  width: 146px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #6a74ff;
  border-radius: 4px;
  font-size: 18px;
  color: white;
  margin-top: 46px;
}
/* yulun武汉课后服务v2560 e */
