.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;
}
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;
}
.mainBgColor {
  background: #FFFFFF;
}
.E_cursor_pointer {
  cursor: pointer;
}
input:focus {
  outline: none;
}
button:focus {
  outline: none;
}
.E_absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.E_absolute_item {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.E-p_nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@keyframes submitBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.E_head {
  width: 100%;
  background: #FFFFFF;
}
.E_head .E_top_head_box {
  width: 100%;
}
.E_head .E_top_head_box .E_contentBox_left_one {
  position: relative;
}
.E_head .E_top_head_box .E_contentBox_left_one .E_shoolNav_box {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.75s ease;
  z-index: 9;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 110px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.E_head .E_top_head_box .E_contentBox_left_one .E_shoolNav_box li {
  width: 100%;
  text-align: center;
  height: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
  position: relative;
}
.E_head .E_top_head_box .E_contentBox_left_one .E_shoolNav_box li a {
  margin-right: 0;
}
.E_head .E_top_head_box .E_contentBox_left_one .E_shoolNav_box > li:hover {
  background: #F96B60;
}
.E_head .E_top_head_box .E_contentBox_left_one .E_shoolNav_box > li:hover a {
  color: #fff !important;
}
.E_head .E_top_head_box .E_contentBox {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left {
  display: flex;
  max-width: 25%;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .E_logo_box {
  height: 1.875rem;
  width: 5.625rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .E_logo_box img {
  max-width: 100%;
  height: 100%;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .E_heng {
  margin: 0 0.5rem;
  width: 1px;
  height: 1.875rem;
  background: linear-gradient(#FCFCFC, #E1E1E1, #FCFCFC);
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .E_Logo_title {
  font-size: 1.125rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #363636;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left > div,
.E_head .E_top_head_box .E_contentBox .E_contentBox_left a {
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left > div > i,
.E_head .E_top_head_box .E_contentBox .E_contentBox_left a > i {
  font-size: 0.8rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left > div > p,
.E_head .E_top_head_box .E_contentBox .E_contentBox_left a > p {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 3.125rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .E_contentBox_left_three_icon {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url(https://fview.5kjs.com/pc_img/theme/newtheme/newstyle/img/product/E_hrader/icon_01.png) center center no-repeat;
  background-size: 0.9rem;
  margin-right: 0.4rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .icon-sanjiaoxiabiaozhengfangxing {
  margin-left: 0.1rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_left .icon-liebiao2 {
  margin-right: 0.2rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_center {
  display: flex;
  margin-left: 9.9rem;
  margin-right: auto;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_center > div,
.E_head .E_top_head_box .E_contentBox .E_contentBox_center a {
  margin-right: 1.4rem;
  display: flex;
  align-items: center;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_center > div > i,
.E_head .E_top_head_box .E_contentBox .E_contentBox_center a > i {
  font-size: 0.8rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_center > div > p,
.E_head .E_top_head_box .E_contentBox .E_contentBox_center a > p {
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 3.125rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_center > div > .E_contentBox_center_img,
.E_head .E_top_head_box .E_contentBox .E_contentBox_center a > .E_contentBox_center_img {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
  max-width: 40px;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_center > div > .E_contentBox_center_img > img,
.E_head .E_top_head_box .E_contentBox .E_contentBox_center a > .E_contentBox_center_img > img {
  max-width: 100%;
  max-height: 100%;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right {
  display: flex;
  align-items: center;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_portrait {
  margin-right: 0.6rem;
  width: 1.4rem;
  height: 1.4rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_portrait img {
  height: 100%;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login {
  min-width: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_span {
  margin-right: 0.41rem;
  margin-left: 0.41rem;
  display: block;
  width: 1px;
  height: 0.75rem;
  background: #D2D2D2;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_cursor_pointer:hover {
  color: #EC5934;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_login_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_login_box:hover .E_cursor_pointer {
  color: #EC5934;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login > div {
  display: inline-block;
  font-size: 0.8rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 3.125rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login > .E_span {
  margin-right: 0.41rem;
  margin-left: 0.41rem;
  display: block;
  width: 1px;
  height: 0.75rem;
  background: #D2D2D2;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_head_img {
  margin-right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  border-radius: 50%;
  line-height: normal !important;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_head_img a {
  line-height: normal !important;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_head_img a img {
  width: 100%;
  height: 100%;
  line-height: normal !important;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_name {
  font-size: 0.875rem;
  font-weight: 400;
  color: #666666;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_name:hover {
  color: #EC5934;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_logout {
  margin-left: 1.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #BCBCBC;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_logout .iconfont::before {
  color: #BCBCBC;
  font-size: 0.875rem;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_logout:hover {
  color: #EC5934;
}
.E_head .E_top_head_box .E_contentBox .E_contentBox_right .E_contentBox_right_login .E_islogin_box .E_logout:hover .iconfont::before {
  color: #EC5934;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search {
  display: flex;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_logo {
  display: flex;
  align-items: center;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_logo img {
  width: 10rem;
  max-height: 100%;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input {
  margin-left: 16rem;
  margin-right: auto;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top {
  display: flex;
  width: 30.6rem;
  height: 2.7rem;
  background: linear-gradient(55deg, #FF403A, #FF6948);
  padding: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
  margin-top: 1.3rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_searchE_shoolNav_box {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.75s ease;
  z-index: 9;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.3rem;
  display: none;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_searchE_shoolNav_box li {
  width: 100%;
  text-align: center;
  height: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_searchE_shoolNav_box li:hover {
  background-color: #f96b60;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_searchE_shoolNav_box li:hover > a {
  color: #FFF !important;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_search_input_right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  text-align: center;
  background: #FFF;
  width: 4.3rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_search_input_right_p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 2.8rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_search_input_right .E_bottom_head_search_input_right_p input {
  font-size: 1rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top .E_bottom_head_search_input_right .icon-sanjiaoxiabiaozhengfangxing {
  color: #999999;
  transition: all 0.5s ease;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top span {
  width: 0.1rem;
  height: 1.6rem;
  background: #DBDBDB;
  left: 4.3rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top input {
  width: 22.3rem;
  border: none;
  text-indent: 1rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.8rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_top > .icon-search {
  width: 2.2rem;
  height: auto;
  color: #FFFFFF;
  font-size: 2.2rem;
  text-align: center;
  margin-left: 0.8rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_bottom {
  display: flex;
  width: 28.6rem;
  min-height: 1.3rem;
  white-space: nowrap;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_bottom > a {
  font-size: 0.88rem;
  font-weight: 400;
  color: #9FA19F;
  display: flex;
  align-items: center;
  line-height: 2.81rem;
  margin-right: 1.3rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_bottom > a:last-child {
  margin-right: 0;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_input .E_bottom_head_search_input_bottom .E_p_active {
  color: #F22322;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_right {
  max-width: 23.1rem;
  display: flex;
  align-items: center;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_right .E_bottom_head_search_right_bottom {
  display: flex;
  flex-wrap: wrap;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_right .E_bottom_head_search_right_bottom > a {
  font-size: 0.88rem;
  font-weight: 400;
  color: #727272;
  line-height: 1.8rem;
  margin-left: 1.1rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_right .E_bottom_head_search_right_bottom > a:nth-child(8n+1) {
  margin-left: 0;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_right .E_bottom_head_search_right_bottom .E_bottom_editTa {
  margin-left: 1.1rem;
  line-height: 1.8rem;
}
.E_head .E_bottom_head_box .E_bottom_head .E_bottom_head_search .E_bottom_head_search_right .E_bottom_head_search_right_bottom .E_bottom_head_search_right_active {
  color: #F22322;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation {
  width: 100%;
  height: 3rem;
  background-color: #E13B29;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation .E_bottom_head_navigation_flex {
  margin: auto;
  max-width: 87.38rem;
  min-width: 80rem;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation .E_bottom_head_navigation_flex > span {
  font-size: 1.13rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.8rem;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation .E_bottom_head_navigation_flex > span > .icon-arrow-down {
  font-size: 1rem;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation .E_bottom_head_navigation_flex a {
  font-size: 1.13rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.8rem;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation .E_bottom_head_navigation_flex a > .icon-arrow-down {
  font-size: 1rem;
}
.E_head .E_bottom_head_box .E_bottom_head_navigation .E_bottom_head_navigation_flex .E_navheng {
  font-size: 0.9rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2.8rem;
  margin-left: 1.64rem;
  margin-right: 1.64rem;
}
@media (max-width: 1770px) {
  .E_flex_box {
    display: none;
  }
}
.E_flex_box {
  z-index: 99;
  position: absolute;
  top: 0;
  padding: 0.5rem;
  width: 4.625rem;
  height: auto;
}
.E_flex_box .E_flex_box_bg {
  background: #FFFFFF;
}
.E_flex_box .E_flex_item_box {
  padding: 0.625rem 0;
  display: inline-block;
  width: 100%;
}
.E_flex_box .E_flex_item_box .E_flex_item_img {
  height: 1.5625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.E_flex_box .E_flex_item_box .E_flex_item_img .E_flex_item_img_pto {
  display: none;
}
.E_flex_box .E_flex_item_box .E_flex_item_img img {
  height: 100%;
  max-width: 100%;
}
.E_flex_box .E_flex_item_box .E_flex_item_title {
  text-align: center;
  margin-top: 0.5625rem;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7A7F8D;
}
.E_flex_box .E_flex_item_box:hover {
  background-color: #F22322;
}
.E_flex_box .E_flex_item_box:hover .E_flex_item_img_active {
  display: none;
}
.E_flex_box .E_flex_item_box:hover .E_flex_item_img_pto {
  display: block;
}
.E_flex_box .E_flex_item_box:hover .E_flex_item_title {
  color: #fff;
}
.E_flex_box .E_flex_item_box:hover .iconfont::before {
  color: #fff;
}
.E_flex_left_box {
  box-sizing: content-box;
  left: 0;
  padding-right: 4.375rem;
  transform: translateX(-100%);
}
.E_flex_right_box {
  box-sizing: content-box;
  padding-left: 4.375rem;
  right: 0;
  transform: translateX(100%);
}
.E_flex_right_box .E_backTop_box {
  cursor: pointer;
  margin-top: 0.75rem;
  font-size: 1.875rem;
  color: #2E3642;
}
.E_flex_right_box .E_backTop_box .E_flex_item_title {
  margin-top: 0;
}
.cursor_editTa i {
  color: #FFF;
  margin-left: 20px;
}
.E_cursor_pointers:hover {
  height: 100%;
}
.E_cursor_pointers:hover .E_bottom_head_searchE_shoolNav_boxs {
  display: block !important;
  transition: all 2s ease;
}
@keyframes example {
  0% {
    display: none;
  }
  25% {
    display: block !important;
  }
  50% {
    display: block !important;
  }
  100% {
    display: block !important;
  }
}
.E_bottom_head_searchE_shoolNav_boxs {
  max-height: 0px;
  transition: all 0.75s ease;
  z-index: 9;
  transform: translateY(100%);
  position: absolute;
  bottom: 0px;
  left: 39px;
  width: 9.3rem;
  display: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding-top: 14px;
}
.E_bottom_head_searchE_shoolNav_boxs li {
  background-color: #fff;
  width: 100%;
  text-align: center;
  height: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.E_bottom_head_searchE_shoolNav_boxs li > a {
  font-size: 1rem !important;
  font-weight: 400;
  color: #666666 !important;
}
.E_bottom_head_searchE_shoolNav_boxs li:hover {
  background-color: #f96b60;
}
.E_bottom_head_searchE_shoolNav_boxs li:hover > a {
  color: #FFF !important;
}
.E_bottom_head_searchE_shoolNav_boxs > span {
  background-color: #FFF;
}
.E_bottom_head_searchE_shoolNav_boxs .head_searchE_shoolN_editTa {
  color: #000;
  text-align: center;
  display: block;
}
.E_flex_left_box {
  position: fixed;
  top: 45%;
  left: 13%;
}
.E_flex_left_box {
  position: fixed;
  top: 370px;
  left: 12%;
}
.E_flex_right_box {
  position: fixed;
  top: 35rem;
  right: 12%;
}
.E_hotClass_body_top_box .E_recruit_box_list_flex_li__img_label_icons {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 75px;
  height: 25px;
  background: rgba(62, 76, 103, 0.67);
  border-radius: 0px 20px 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 26px;
}
.E_hotClass_body_top_box .E_recruit_box_list_flex_li__img_label_icons img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.E_flex_right_box .E_kefu_tips_bottom {
  height: 180px !important;
}
