.mainBgColor {
  background: #FFFFFF;
}
.pageColor {
  background-color: #F5F6F9;
}
.footColor {
  background-color: #2E3642;
}
.top16 {
  margin-top: 1rem;
}
.E_main_item_box {
  margin-top: 1rem;
}
.borderR {
  border-radius: 0.3125rem;
}
.hoverColor {
  color: #EC5934;
}
.E_liveIng {
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F22322;
}
.E_liveIng .E_live_ico {
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url(https://www.jszg.com/theme/newtheme/newstyle/img/live/zoushi2.png);
  animation: liveIco 1s steps(6) 0ms infinite;
  align-self: center;
  margin-right: 5px;
}
@keyframes liveIco {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -60px 0;
  }
}
body {
  background-color: #F5F6F9;
}
.E_contentBox {
  margin: auto;
  max-width: 1400px;
  min-width: 1400px;
}
input:focus {
  outline: none;
}
.E_select_box {
  position: relative;
  height: 100%;
  min-width: 6.875rem;
}
.E_select_box .E_select_value_box {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.E_select_box .E_select_value_box .E_select_value {
  font-size: 0.875rem;
  font-weight: 400;
  color: #555555;
}
.E_select_box .E_select_value_box .iconfont {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  color: #B3B3B3;
}
.E_select_box .E_select_List {
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background-color: #fff;
  display: none;
}
.E_select_box .E_select_List .E_select_List_item {
  padding: 0 0.25rem;
  width: 100%;
  cursor: pointer;
  height: 2.8125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_coupon {
  padding: 0 0.5rem;
  display: inline-block;
  height: 1.3125rem;
  background: #FFF2E3;
  border-radius: 0.1875rem;
  line-height: 1.3125rem;
  font-size: 0.75rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #CD7C2F;
}
.E_head {
  z-index: 9;
  border-bottom: 1px solid #E5E9EA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.class_info_item_right_text {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #000;
}
.E_addCard {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 12.375rem;
  height: 2.5625rem;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.E_addCard:hover span {
  text-decoration: underline;
}
.Max_ClassDeatll_box {
  background-color: #fff;
  padding: 1.875rem 0;
}
.Max_ClassDeatll_box .E_bread_nav_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.375rem;
  background: #FFFFFF;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3B3B37;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_left_box .iconfont::before {
  font-size: 0.875rem;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_left_box .E_bread_nav_left_item:hover .E_bread_nav_left_item_content {
  color: #F96B60;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_left_box .active .E_bread_nav_left_item_content {
  color: #F96B60;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_search_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 13.9375rem;
  height: 1.875rem;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 0.9375rem;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_search_box .E_bread_nav_search_type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 4.375rem;
  border-right: 1px solid #CFD1D6;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #414141;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_search_box .E_bread_nav_search_input_box {
  padding: 0 0.625rem;
  flex: 1;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_search_box .E_bread_nav_search_input_box #E_bread_nav_search_input {
  width: 100%;
  border: none;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_search_box .E_bread_nav_search_icon {
  cursor: pointer;
  margin-right: 0.625rem;
}
.Max_ClassDeatll_box .E_bread_nav_box .E_bread_nav_search_box .E_bread_nav_search_icon .iconfont::before {
  font-size: 1.5rem;
  color: #9E9E9E;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left {
  width: 30.3125rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_img_Box {
  width: 30.3125rem;
  height: 22.6875rem;
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #F4F8FF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_img_Box img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_imgList_box {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_imgList_box .E_ClassDeatll_left_imgList_item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
  width: 4.5625rem;
  height: 3.5625rem;
  border: 2px solid transparent;
  border-radius: 2px;
  background: #f1f1f1;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_imgList_box .E_ClassDeatll_left_imgList_item img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: 3rem;
  border-radius: 0.125rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_imgList_box .active {
  border: 2px solid #EA2C18;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_imgList_box .E_ClassDeatll_left_imgList_item:last-child {
  margin-right: 0;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_shart_box {
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_shart_box .E_ClassDeatll_left_shart_left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_shart_box .E_ClassDeatll_left_shart_left .social-share-icon {
  border: none;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_shart_box .E_ClassDeatll_left_shart_left .icon-wechat:before,
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_shart_box .E_ClassDeatll_left_shart_left .icon-qq:before {
  color: #4B4E4D;
  font-size: 1rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_left .E_ClassDeatll_left_shart_box .E_ClassDeatll_left_shart_right .E_pink {
  color: #F94444;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right {
  min-height: 22.6875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  padding: 0 3.0625rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info {
  width: 100%;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_title {
  margin-top: -0.3125rem;
  margin-bottom: 0.875rem;
  font-size: 1.75rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box {
  color: #8A8A8A;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_ClassDeatll_right_item_type {
  flex-shrink: 0;
  display: inline-block;
  width: 3.75rem;
  margin-right: 1.875rem;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align-last: justify;
  text-align: justify;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_ClassDeatll_right_item_info {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8A8A8A;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_ClassDeatll_right_item_info .E_free {
  text-align: center;
  display: inline-block;
  width: 65px;
  height: 28px;
  background: #FFF0F0;
  border-radius: 1px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F92F2F;
  line-height: 28px;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_ClassDeatll_right_item_info .E_price {
  font-size: 1.125rem;
  font-weight: bold;
  color: #F92F2F;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_ClassDeatll_right_item_info .E_price .E_price_Num {
  font-size: 1.75rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_ClassDeatll_right_item_info .E_oldPrice {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: line-through;
  color: #A0A0A0;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_downTime_img_box {
  width: 17.875rem;
  height: 2.1875rem;
  position: relative;
  display: inline-block;
  margin-left: 1.4375rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_downTime_img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_downTime_img_box .E_downTime_info_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 9;
  position: absolute;
  left: 2.125rem;
  bottom: 0;
  height: 1.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_downTime_img_box .E_downTime_info_box .E_downTime_info_title {
  width: 5.125rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_downTime_img_box .E_downTime_info_box .E_downTime_info_Time {
  font-size: 0.875rem;
  color: #555555;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_ClassDeatll_right_item_box .E_downTime_img_box .E_downTime_info_box .E_downTime_info_Time .E_time {
  font-weight: bold;
  color: #F14D4D;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .zensong_btn {
  cursor: pointer;
  width: 164px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #E7BBA5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .zensong_btn .zensong_btn_left {
  width: 82px;
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B78267;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .zensong_btn .zensong_btn_right {
  width: 82px;
  height: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  background: #E3B097;
  border: 1px solid #E7BBA5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_price_box .E_ClassDeatll_right_item_type {
  margin-top: 0.625rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_coupon_box {
  margin-top: 0.9375rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_shoot {
  margin-top: 1.25rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_shoot .E_ClassDeatll_right_item_info {
  margin-right: 6px;
  padding: 0 0.6875rem;
  background: #FFFFFF;
  border: 1px solid #E3B097;
  border-radius: 0.0625rem;
  font-size: 0.875rem;
  color: #B78267;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_type {
  margin-top: 20px;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_type .E_ClassDeatll_right_item_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_type .E_ClassDeatll_right_item_info .E_class_type_item {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  width: 85px;
  height: 28px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8A8A8A;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_type .E_ClassDeatll_right_item_info .E_class_type_item .E_class_type_item_ico {
  width: 20px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../../../img/product/icon/ClassType.png) no-repeat;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_type .E_ClassDeatll_right_item_info .active {
  border: 1px solid #F92F2F;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_type .E_ClassDeatll_right_item_info .active .E_class_type_item_ico {
  width: 20px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../../../img/product/icon/ClassType_active.png) no-repeat;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num {
  margin-top: 0.5625rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div {
  margin: auto;
  box-sizing: content-box;
  width: 5.5rem;
  height: 1.75rem;
  border: 1px solid #CBCBCB;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .jian,
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .jia {
  z-index: 99;
  position: absolute;
  background: #F1F1F1;
  cursor: pointer;
  display: inline-block;
  width: 1.3125rem;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .iconfont,
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .iconfont::before {
  display: inline-block;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .jian {
  top: 0;
  left: 0;
  border-right: 1px solid #CBCBCB;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .E_stop {
  color: #CBCBCB;
  cursor: no-drop;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .jia {
  top: 0;
  right: 0;
  border-left: 1px solid #CBCBCB;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .E_calss_Num_parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_class_Num .E_ClassDeatll_right_item_info .E_calss_Num_div .E_calss_Num {
  line-height: 1.75rem;
  border: none;
  display: inline-block;
  height: 100%;
  width: auto;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #232326;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_taocan {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 23px;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_taocan .E_taocan_item_type {
  white-space: nowrap;
  margin-top: 2px;
  position: relative;
  padding: 0 14px 0 6px;
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  background: #DBAE52;
  border-radius: 0 22px 22px 0;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_taocan .E_taocan_item_type::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_taocan .E_taocan_item {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_taocan .E_taocan_item .E_taocan_item_titie {
  margin-left: 6px;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_taocan .E_taocan_item:last-child {
  margin-bottom: 0;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .E_row_dashde {
  margin: 1.5625rem 0 1.25rem 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #D8D8D8;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_info .main_teacher_box {
  margin-bottom: 1rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_bottomBtn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_bottomBtn .E_bottomBtn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 12.375rem;
  height: 2.5625rem;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_bottomBtn .E_bottomBtn .iconfont::before {
  margin-right: 0.1875rem;
  font-size: 1.2rem;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_bottomBtn .E_bottomBtn:hover span {
  text-decoration: underline;
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_bottomBtn .E_nowBuy {
  background: url(../../../img/product/icon/buyBG.png) no-repeat 100% 100%;
  box-shadow: 0px 3px 8px 0px rgba(191, 16, 0, 0.2);
}
.Max_ClassDeatll_box .E_ClassDeatll_top_box .E_ClassDeatll_right .E_ClassDeatll_right_bottomBtn .E_addCard {
  margin-left: 1.125rem;
  background: linear-gradient(90deg, #DC9D31, #E0B16B);
  box-shadow: 0px 3px 8px 0px rgba(139, 78, 0, 0.2);
}
.E_center_box .E_allItem_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.875rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(212, 214, 216, 0.3);
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_navBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 3.75rem;
  width: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_navBox .E_allItem_left_navBox_item {
  position: relative;
  display: flex;
  flex-direction: cloumn;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  padding: 0 2.125rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #AFAFAF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_navBox .E_allItem_left_navBox_item .freeLook_box {
  display: none;
  position: absolute;
  top: -10px;
  right: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_navBox .E_allItem_left_navBox_item:nth-child(1) {
  padding-left: 1.6875rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_navBox .active {
  color: #4E4E4E;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_navBox .active::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: '';
  display: inline-block;
  width: 1.9375rem;
  height: 0.1875rem;
  background: #364348;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList {
  border-top: 1px solid #F2F3F3;
  width: 100%;
  background: #FFFFFF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_ClassDetail {
  padding: 1.875rem 2.25rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_ClassDetail img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox {
  background: #FFF9F8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_typeBox_parents_box {
  width: 100%;
  padding: 1.1875rem 2.375rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #FFECEC;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_typeBox_title {
  padding-top: 0.85rem;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_typeBox_itemBox {
  transition: all 0.5s ease;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  max-height: 100rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_typeBox_itemBox .E_table_typeBox_item {
  cursor: pointer;
  margin: 0.3125rem 0.625rem 0;
  padding: 0 1.0625rem;
  background: #FFFFFF;
  border: 1px solid #FFECEC;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2.3125rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_typeBox_itemBox .active {
  background: linear-gradient(90deg, #D52F26, #EC5535);
  color: #FFFFFF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_show {
  cursor: pointer;
  color: #555462;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_typeBox .E_table_show .iconfont::before {
  color: #555462;
  font-size: 0.875rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #F1F1F1;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list .zensong_list_type {
  cursor: pointer;
  height: 100%;
  padding: 0 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #AFAFAF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list .active {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF403A;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body {
  padding: 1.875rem 2.375rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_body_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_body_title .E_table_body_title_txt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_body_title .E_table_body_show {
  cursor: pointer;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555462;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_body_title .E_table_body_show .iconfont::before {
  font-size: 0.875rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_teacher {
  line-height: 2.875rem;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #999999;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box {
  font-family: Microsoft YaHei;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_title {
  position: relative;
  padding: 0 1.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.375rem;
  background: #F5F6F6;
  border-radius: 0.125rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_title .E_table_section_title_txt {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_title .E_table_section_show {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  color: #555462;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_title .E_table_section_show .iconfont::before {
  font-size: 0.875rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 1rem;
  background: #E13B29;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list {
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 200rem;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item {
  height: 3.4375rem;
  padding: 1.375rem 1.125rem 1.375rem 0;
  border-bottom: 1px solid #F1F1F1;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_left {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_left .E_table_section_item_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_left .E_table_section_item_ico {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  margin-bottom: -2px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_left .E_table_section_item_status {
  display: inline-block;
  padding: 0 6px;
  line-height: 22px;
  border-radius: 3px;
  background: #FCF7ED;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D97E38;
  margin-left: 13px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_left .status_hui {
  background: #F7F7F7;
  color: #A4A4A4;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_left .status_hong {
  background: #FFF5F4;
  color: #F54D31;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right {
  margin-left: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .iconfont::before {
  color: #BABABA;
  font-size: 1rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 1.875rem;
  background: #FFF9F8;
  border: 1px solid #E13B29;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E13B29;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_btn:hover {
  background: linear-gradient(90deg, #FB5231, #E64032) !important;
  color: #FFFFFF !important;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_hui {
  width: 90px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B2B2B2;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_hui:hover {
  width: 90px;
  height: 30px;
  background: #FFFFFF !important;
  border: 1px solid #C5C5C5 !important;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B2B2B2 !important;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_ing {
  background: linear-gradient(90deg, #FB5231, #E64032);
  border-radius: 3px;
  color: #FFFFFF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_ing:hover {
  background: linear-gradient(90deg, #FB5231, #E64032) !important;
  border-radius: 3px !important;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_weikaishi {
  background: #C5C5C5;
  color: #FFFFFF;
  border: 1px solid #C5C5C5;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .E_table_body .E_table_section_box .E_table_section_list .E_table_section_item .E_table_section_item_right .E_table_section_weikaishi:hover {
  background: #C5C5C5 !important;
  color: #FFFFFF !important;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box {
  display: none;
  padding: 0 29px 0 39px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item {
  padding: 20px 0;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_ico {
  width: 16px;
  height: 16px;
  padding-bottom: 3px;
  flex-shrink: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_ico img {
  width: 16px;
  height: 16px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_num,
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_name,
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_info {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_num {
  margin: 0 10px 0 7px;
  flex-shrink: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_info {
  flex-shrink: 0;
  margin-left: 10px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_left .zensong_list_item_info .zensong_list_item_info_library {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 21px;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9F9F9F;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_right {
  margin-left: 30px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_table .zensong_list_box .zensong_list_item .zensong_list_item_right .zensong_list_item_btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  background: #FFF9F8;
  border: 1px solid #E13B29;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E13B29;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_liveMulu_box .E_table_body {
  padding-top: 0px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_liveMulu_box .E_table_body .E_liveMulu {
  padding: 23px 0 20px 0 !important;
  height: auto !important;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_liveMulu_box .E_table_body .E_liveMulu .E_table_section_item_left {
  overflow: hidden;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  /* 限制在一个块元素显示的文本的行数 */
  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  -webkit-line-clamp: 2;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_liveMulu_box .E_table_body .E_liveMulu .E_table_section_live_info_box .E_table_section_live_info_bottom {
  margin-top: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #AFAFAF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_liveMulu_box .E_table_body .E_table_section_item_right {
  margin-left: 50px;
  flex-shrink: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_liveMulu_box .E_table_body .E_table_section_btn {
  flex-shrink: 0;
  height: 30px !important;
  width: 90px !important;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zuhe .E_table_section_item_table {
  flex-shrink: 0;
  margin-right: 12px;
  padding: 0 8px;
  height: 22px;
  background: #FCF7ED;
  border-radius: 3px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D97E38;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate {
  padding: 1.875rem;
  padding-bottom: 0;
  font-family: Microsoft YaHei;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_title .E_evaluate_title_bg {
  font-size: 1.125rem;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_title .E_evaluate_title_sm {
  font-size: 0.875rem;
  color: #999999;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box {
  width: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_kuang {
  box-sizing: border-box;
  padding: 1.125rem 1rem;
  margin-top: 1.5rem;
  height: 6.875rem;
  width: 100%;
  background: #F2F2F2;
  border: 1px solid #DDDDDD;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_kuang .E_evaluate_input {
  resize: none;
  background: #F2F2F2;
  border: none;
  width: 100%;
  height: 90%;
  outline: none;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_kuang .E_fontNum {
  float: right;
  font-size: 0.75rem;
  font-weight: 400;
  color: #999999;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_img_box {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_img_box .E_imgBox {
  border-radius: 0.3125rem;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_img_box .E_addImg {
  cursor: pointer;
  background-color: #b3b3b3;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_img_box .E_addImg .iconfont::before {
  font-size: 1.875rem;
  color: #fff;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box {
  margin-top: 1.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left {
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8E8E8E;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .updateImg_btn {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .E_imgBoxs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .E_evaluate_imgBox {
  position: relative;
  cursor: pointer;
  margin-right: 0.625rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #F8F8F8;
  border: 0.0625rem solid #DDDDDD;
  border-radius: 0.1875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .E_evaluate_imgBox img {
  width: 100%;
  max-height: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .E_evaluate_updateImg .E_evaluate_updateImg_closer {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .E_evaluate_updateImg:hover .E_evaluate_updateImg_closer {
  display: block;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_btn_Box_left .E_imgNum {
  margin-left: 0.3125rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_share {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.5rem;
  background: #F43C2C;
  border-radius: 0.3125rem;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_btn_Box .E_evaluate_share:hover {
  text-decoration: underline;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item {
  padding: 1.125rem 0;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_head_box {
  height: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_head_box .E_evaluate_head {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  overflow: hidden;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_head_box .E_evaluate_head img {
  width: 100%;
  max-height: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail {
  margin-left: 1.1875rem;
  font-family: Microsoft YaHei;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_name {
  font-size: 1rem;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_content {
  margin-top: 1.375rem;
  font-size: 1rem;
  color: #666666;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_evaluate_img_ul {
  margin-top: 0.875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_evaluate_img_ul li {
  position: relative;
  margin-right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  border-radius: 0.3125rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_evaluate_img_ul li img {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_evaluate_img_ul .active {
  border: 1px solid #F82330;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_evaluate_img_ul .active::before {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: '';
  display: inline-block;
  border: 0.3125rem solid #F82330;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_img_preview {
  margin-top: 0.9375rem;
  width: 23.3125rem;
  height: auto;
  border-radius: 0.5rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_item .E_evaluate_item_detail .E_evaluate_item_imgBox .E_img_preview img {
  opacity: 0;
  width: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_evaluate_box .E_evaluate_body .E_evaluate_time {
  margin-top: 24px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_lookMore {
  cursor: pointer;
  height: 4.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_lookMores {
  height: 4.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_evaluate .E_lookMore:hover {
  text-decoration: underline;
  color: #F92F2F;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 2.375rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item {
  padding: 1.75rem 0 2.9375rem 0;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item .E_teacher_item_img_box {
  margin-right: 1.8125rem;
  width: 8.9375rem;
  height: 8.9375rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(-90deg, #F5F6FA, #E8EBF2);
  box-shadow: 0px 2px 6px 0px rgba(212, 214, 216, 0.3);
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item .E_teacher_item_img_box img {
  width: 100%;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item .E_teacher_item_detail {
  flex: 1;
  min-height: 8.9375rem;
  font-family: Microsoft YaHei;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item .E_teacher_item_detail .E_teacher_name {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item .E_teacher_item_detail .E_teacher_domanial {
  margin-top: 1.0625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item .E_teacher_item_detail .E_teacher_info {
  margin-top: 1.6875rem;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.5rem;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_teacher .E_teacher_item:last-child {
  border: none;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong {
  padding: 0 28px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item {
  padding: 14px 0;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item .E_zensong_left {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item .E_zensong_left .E_zensong_ico {
  margin-top: 4px;
  flex-shrink: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item .E_zensong_left .E_zensong_ico img {
  width: 19px;
  height: 19px;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item .E_zensong_left .E_zensong_index {
  margin: 0 15px 0 7px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #333333;
  flex-shrink: 0;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item .E_zensong_left .E_zensong_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.E_center_box .E_allItem_box .E_allItem_left_box .E_allItem_left_contentList .E_zensong .E_zensong_item .E_zensong_right {
  cursor: pointer;
  width: 80px;
  height: 30px;
  background: #FFF9F8;
  border: 1px solid #E13B29;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #E13B29;
  margin-left: 30px;
}
.E_center_box .E_allItem_box .E_allItem_right_box {
  margin-left: 2.1875rem;
  width: 324px;
  font-family: Microsoft YaHei;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box {
  width: 20.25rem;
  background: #FFFFFF;
  border: 1px solid #FFE2A3;
  box-shadow: 0px 2px 6px 0px rgba(212, 214, 216, 0.3);
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8125rem;
  background: linear-gradient(#FFF1CA, #fff, #FFF9E8);
  font-size: 1.375rem;
  font-weight: bold;
  color: #D68D47;
  border-bottom: 1px solid #FFE2A3;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory .left_heng {
  margin-right: 0.625rem;
  height: 1px;
  width: 4.0625rem;
  background: linear-gradient(to right, #FFFAEB, #FFE3A6);
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory .right_heng {
  margin-left: 0.625rem;
  height: 1px;
  width: 4.0625rem;
  background: linear-gradient(to left, #FFFAEB, #FFE3A6);
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory_body {
  padding: 1.5625rem 0.9375rem;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory_body .E_class_introductory_item {
  margin-top: 1.125rem;
  width: 100%;
  line-height: 1.2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory_body .E_class_introductory_item .E_class_introductory_tiele_box {
  width: 3.75rem;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  color: #8A8A8A;
  text-align-last: justify;
  text-align: justify;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory_body .E_class_introductory_item .E_class_introductory_info_box {
  flex: 1;
  font-size: 0.875rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4F4F4F;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_introductory_box .E_class_introductory_body .E_class_introductory_item:nth-child(1) {
  margin-top: 0;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body {
  margin-top: 1.875rem;
  width: 100%;
  height: 32.1875rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(212, 214, 216, 0.3);
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_allItem_right_title {
  padding: 1.25rem 0.625rem;
  padding-bottom: 0;
  box-sizing: content-box;
  height: 2.4375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box {
  margin: 0 1.6875rem;
  padding: 1rem 0 1.5rem;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box .swiper-pagination {
  bottom: 0;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.1875rem;
  background: #CBCBCB;
  opacity: 0.45;
  border-radius: 0.125rem;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.375rem;
  height: 0.1875rem;
  background: #666;
  border-radius: 0.0625rem;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box .E_recruit_box_list_flex_li {
  height: 24.875rem !important;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img {
  height: 12.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_center_box .E_allItem_box .E_allItem_right_box .E_class_swiper_body .E_class_swiper_box .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body {
  height: 12.375rem;
  border: 1px solid #EDEDED;
  border-radius: 0 0 0.3125rem 0.3125rem;
  border-top: none;
}
.E_free_look_box {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: none;
}
.E_free_look_box .E_free_look {
  padding: 0.625rem 1.25rem;
  width: 47.5rem;
  background-color: #343434;
  position: absolute;
  border-radius: 1.25rem;
  box-shadow: 0px 3px 1.875rem rgba(0, 0, 0, 0.2);
}
.E_free_look_box .E_free_look .E_free_look_titpe {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #b2b2b2;
  font-size: 1.25rem;
}
.E_free_look_box .E_free_look .E_free_look_titpe .iconfont::before {
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
}
.E_free_look_box .E_free_look .E_free_look_video_box {
  height: 33rem;
}
.E_free_look_box .E_free_look .E_free_look_video_box #video {
  width: 100%;
  height: 100%;
}
.E_recruit_box_list_flex_li {
  cursor: pointer;
  margin-top: 1.875rem;
  margin-right: 1.9375rem;
  width: 270px;
  height: 399px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0.625rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.3125rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.E_recruit_box_list_flex_li:hover .E_recruit_box_list_flex_li_body_title {
  color: #FF7F7F !important;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img {
  width: 100%;
  height: 201px;
  position: relative;
  background-color: #F4F8FF;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img img {
  max-width: 100%;
  height: 100%;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img .E_recruit_box_list_flex_li__img_label {
  padding: 0 13px;
  height: 1.4rem;
  background: linear-gradient(13deg, #F22221, #F65537);
  border-radius: 0.3rem 0px 0.6rem 0px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img .E_recruit_box_list_flex_li__img_label img {
  width: 11px;
  height: 11px;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img .camp_time_box {
  padding: 0 13px;
  height: 1.4rem;
  background: linear-gradient(13deg, #F22221, #F65537);
  border-radius: 0px 0.3rem 0px 0.6rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img .E_recruit_box_list_flex_li__img_label_icon {
  padding: 0 0.875rem;
  height: 1.4rem;
  background: linear-gradient(13deg, #F22221, #F65537);
  border-radius: 0.3rem 0px 0.6rem 0px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  line-height: 1.4rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_img .E_recruit_box_list_flex_li__img_label_icon .icon-bofang {
  color: #FFF;
  font-size: 0.2rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body {
  width: 100%;
  flex: 1;
  border-top: none;
  padding: 1rem;
  position: relative;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_topBox {
  width: 100%;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_center {
  height: 53px;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_title {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #545E64;
  line-height: 17px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置方向*/
  -webkit-line-clamp: 2;
  /*设置超过为省略号的行数*/
  overflow: hidden;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_coupon {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_coupon .E_recruit_box_list_flex_li_body_coupon_p {
  margin-right: 0.3125rem;
  padding: 0 0.1875rem;
  height: 21px;
  background: #FFF2E3;
  border-radius: 0.2rem;
  font-size: 0.7rem;
  color: #CD7C2F;
  line-height: 21px;
  text-align: center;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_coupon .E_recruit_box_list_flex_li_body_coupon_red {
  margin-right: 5px;
  text-align: center;
  padding: 0 7px;
  height: 21px;
  background: #FFF4F3;
  border-radius: 3px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F96B60;
  line-height: 21px;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_time {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_time .icon-shijian {
  font-size: 0.9rem;
  color: #9598A2;
  margin-right: 0.2rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_time .E_recruit_box_list_flex_li_body_time_p {
  font-size: 0.8rem;
  font-weight: 400;
  color: #9598A2;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_teacher {
  margin-top: 0.375rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_teacher .E_recruit_box_list_flex_li_body_teacher_left {
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9598A2;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_teacher_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9598A2;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_teacher_right .E_recruit_box_list_flex_li_body_teacher_right_num {
  color: #F96B60;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_isbuy {
  font-size: 1.125rem !important;
  font-family: Microsoft YaHei;
  font-weight: bold !important;
  color: #F22322;
  line-height: 1.6875rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_isBuy_btn {
  background: #FFFFFF;
  border: 1px solid #F22322;
  border-radius: 0.8125rem;
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F22322;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_p {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9598A2;
  line-height: 1.7rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_p span {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F22322;
  line-height: 1.5rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_p_jge {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F22322;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_p_jge span {
  font-weight: bold;
  font-size: 1.2rem;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_p_jge .E_oldprice {
  font-size: 0.75rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: line-through;
  color: #9598A2;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_button {
  width: 4.6rem;
  background: linear-gradient(90deg, #F22221, #F65537);
  border-radius: 0.9rem;
  font-size: 0.8rem;
  line-height: 26px;
  text-align: center;
  color: #FFF;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_recruit_box_list_flex_li_body_bottom_button:hover {
  background: linear-gradient(90deg, #F65537, #F22221);
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_kapian_border {
  background: #FFFFFF;
  border: 1px solid #F22322;
  border-radius: 13px;
  color: #F22322;
  line-height: 24px;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_kapian_border:hover {
  border: none;
  background: linear-gradient(90deg, #F22221, #F65537);
  color: #FFF;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .shangchuanzhogn {
  width: 88px;
}
.E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom .E_isSubscribe {
  background: #DDDFE8;
}
.Share_with_s {
  position: fixed;
  top: 0rem;
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
}
.Share_with_s .Share_with_s_sing_back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.Share_with_s .Share_with_s_sing {
  width: 296px;
  height: 583px;
  background: #FFFFFF;
  border-radius: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.Share_with_s .Share_with_s_sing .Share_with_s_sing_img {
  background: #FFF;
  padding-bottom: 10px;
  border-radius: 22px 22px 0px 0px;
}
.Share_with_s .Share_with_s_sing .Share_with_s_sing_img > img {
  width: 100%;
  height: 222px !important;
  border-radius: 22px 22px 0px 0px;
}
.Share_with_s .Share_with_s_sing .is_buy_box_left {
  display: block;
  margin-top: 16px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: bold;
  color: #F22322;
}
.Share_with_s .Share_with_s_sing .is_buy_box_left > span {
  font-size: 22px;
}
.Share_with_s .Share_with_s_sing .banna_title {
  padding: 9px 11px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  height: 26px;
  overflow: hidden;
}
.Share_with_s .Share_with_s_sing .is_buy_box_ewma {
  margin-top: 10px;
}
.Share_with_s .Share_with_s_sing .is_buy_box_ewma .img {
  width: 99px;
  height: 99px !important;
  display: block;
  margin: 0 auto;
}
.Share_with_s .Share_with_s_sing .is_buy_box_ewma > p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #878787;
}
.Share_with_s .Share_with_s_sing .is_buy_box_flex {
  display: flex;
  justify-content: space-around;
  padding: 0 34px;
}
.Share_with_s .Share_with_s_sing .is_buy_box_flex .is_buy_box_flex_item {
  cursor: pointer;
}
.Share_with_s .Share_with_s_sing .is_buy_box_flex .is_buy_box_flex_item img {
  background: none;
  width: 48px;
  height: 48px;
}
.Share_with_s .Share_with_s_sing .is_buy_box_flex .is_buy_box_flex_item p {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 500;
  color: #515151;
  text-align: center;
}
.Share_with_s .Share_with_s_btns {
  position: absolute;
  bottom: 8%;
  right: 0;
  left: 0;
  margin: auto;
  width: 296px;
  height: 39px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  text-align: center;
  line-height: 39px;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #FFFFFF;
}
.is_buy_box_vips {
  display: flex;
  padding: 0.21rem;
  justify-content: space-between;
}
.is_buy_box_vips .is_buy_box_vips_left {
  display: flex;
  align-items: center;
}
.is_buy_box_vips .is_buy_box_vips_left > div:nth-child(1) {
  width: 1.23rem;
  height: 0.44rem;
  background: linear-gradient(98deg, #FFF3D2, #FFD1B5, #FFE3D0);
  border: 1px solid #FFFEF5;
  border-radius: 0.22rem 0.05rem 0.22rem 0.22rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #26202A;
  text-align: center;
  line-height: 0.44rem;
  position: relative;
  z-index: 2;
}
.is_buy_box_vips .is_buy_box_vips_left > div:nth-child(2) {
  width: 1.14rem;
  height: 0.38rem;
  background: linear-gradient(90deg, #2F3339, #5B6177);
  border-radius: 0.19rem;
  font-size: 0.22rem;
  color: #FFF0E6;
  margin-left: -0.2rem;
  padding-left: 0.3rem;
  line-height: 0.38rem;
}
.is_buy_box_vips .is_buy_box_vips_left > div:nth-child(2) > span {
  font-size: 0.2rem;
}
.is_buy_box_vips .is_buy_box_vips_right {
  font-size: 0.26rem;
  font-weight: 400;
  color: #005AA0;
  display: flex;
  align-items: center;
}
.is_buy_box_vips .is_buy_box_vips_right span {
  font-size: 0.26rem;
  font-weight: 400;
  color: #F93A22;
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
}
.is_buy_box_vips .is_buy_box_vips_right span i {
  margin-top: 0.04rem;
}
