@charset "utf-8";
/* CSS Document */

body {
  overflow-x: hidden;
  position: static;
  margin-bottom: 0 !important;
}

.head_wrap {
  width: 100%;
  max-width: 7.5rem;
  /* overflow: hidden; */
  margin: 0 auto;
  font-size: 0.28rem;
}

.head_content {
  margin: 0;
  width: 100%;
  padding: 0 0.4rem;
  box-sizing: border-box;
}

/*------------logoSearch begin---------*/

.head {
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_logo {
  flex: 2;
  width: 1.4rem;
}

.head_logo img {
  width: 1.4rem;
}

.head_search {
  flex: 2;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  margin-right: 0.4rem;
  margin-top: .1rem;
}

.head_search img {
  width: 0.42rem;
  height: 0.42rem;
}

#headSearchBox {
  height: 26px;
  width: 404px;
  border-bottom: 2px solid #8b929f;
  padding: 7px 0 7px 0;
  display: block;
  font-size: 12px;
  line-height: 26px;
  color: rgba(153, 153, 153, 1);
  position: relative;
  z-index: 1000;
  font-size: 18px;
  font-weight: 400;
  color: #828792;
}

.head_msg {
  padding-top: 5px;
  font-size: 12px;
}

.head_msg a {
  padding-left: 15px;
  color: #828792;
}

/* ---------头部右侧导航 begin----------- */

.head_right {
  width: 4.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head_avtive {
  flex: 1;
  position: relative;
  font-size: 12px;
  color: #828792;
  margin-top: .1rem;
  margin-right: 0.1rem;
}

.head_avtive img {
  width: 0.42rem;
  height: 0.4rem;
}

.head_city {
  flex: 1;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: #828792;
  margin-top: .1rem;
}

.head_city img {
  width: 0.32rem;
  height: 0.4rem;
}

.head_city:hover .user_menu {
  display: block;
}

.head_city .user_menu {
  padding: 0.2rem 0.1rem 0.1rem 0.1rem;
  top: 0.7rem;
  left: inherit;
  right: 0.3rem;
}

.user_menu {
  position: absolute;
  width: 3rem;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 0.17rem rgba(0, 0, 0, 0.25);
  left: -193px;
  top: 73px;
  display: none;
  z-index: 99999991;
  min-height: 0.6rem;
}

.user_menu .triangle-top {
  margin: 0;
  position: absolute;
  color: #fff;
  font-size: 0.2rem;
  top: -0.18rem;
  right: 0.24rem;
  text-shadow: 0px -1px 2px #a9a5a5;
}

.user_menu .triangle-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 0.1rem solid rgba(0, 0, 0, 0);
  border-left: 0.1rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.1rem solid #fff;
  display: block;
  bottom: -0.18rem;
  left: 50%;
  margin: 0 0 0 -0.1rem;
  z-index: 1001;
  text-shadow: 0px -1px 2px #a9a5a5;
}

.user_menu .user_options {
  max-height: 5rem;
  overflow-y: auto;
  min-width: 2.3rem;
  cursor: default;
  margin-left: -0.1rem;
}

.user_options li {
  font-size: 0.24rem !important;
  text-transform: none;
  padding-left: 0.1rem;
  color: #717583;
}

.user_options li.spliter {
  border-top: 1px solid #e9e9e9;
  margin: 0.1rem 0 !important;
  line-height: 0.1rem;
}

.user_options li a {
  display: inline-block;
  color: #717583;
  position: relative !important;
  padding: 0.04rem 0.1rem !important;
  text-align: left;
  font-size: 0.24rem !important;
}

.user_options li a:hover {
  color: #0f9fd4;
  background: none !important;
}

.user_options li:last-child {
  margin-bottom: 0 !important;
}

.user_options li:first-child {
  padding-left: 0;
}

.user_options li:first-child a {
  font-weight: bold;
}

/* ---------头部右侧导航 end----------- */

.head_login {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.1rem;
  position: relative;
}

.head_login:hover .user_menu {
  display: block;
}

.head_login .user_menu {
  padding: 0.2rem 0.05rem 0.2rem 0.1rem;
  right: 0rem;
  left: inherit;
  box-sizing: border-box;
  top: 1.1rem;
}

.head_login .user_menu .account {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_login .user_menu .account a {
  color: #717583;
}

.head_login .user_menu .account a:hover {
  color: #0f9fd4;
  background: none !important;
}

.head_login .user_menu .account span {
  color: #717583;
  padding: 0 10px;
}

/*------------logoSearch end---------*/

/* ------------cookies 提示栏 begin -------*/

.cookie_close {
  padding-right: 10px;
  float: right;
  padding-top: 4px;
}

.cookie_close a {
  color: #fff;
  background: url(../../images/idp/ic_close_w.png) no-repeat center;
  background-size: contain;
  width: 0.33rem;
  height: 0.33rem;
  display: block;
}

.cookie_cont {
  color: #fff;
  width: 100%;
  background: #1e202d;
  font-size: 0.18rem;
  transition: 1s margin;
  font-weight: 300;
  font-family: "BuenosAires-Light";
}

.cookie_cont .container-fluid {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.3rem 0.4rem 0.3rem 0.4rem;
}

.cookie_txt {
  display: inline-block;
  width: calc(100% - 0.9rem);
  vertical-align: middle;
  padding: 0.08rem 0.07rem 0 0.64rem;
  box-sizing: border-box;
  font-size: 0.26rem;
}

.cookie_txt a {
  color: #fff;
  text-decoration: underline;
  padding-bottom: 0.03erm;
  margin-right: 0.03erm;
}

.cookie_txt .dotcookie {
  display: none;
}

.cookie_cont.dis {
  margin-top: -1rem;
}

.cookie_icon:before {
  content: "";
  position: absolute;
  background: url(../../images/idp/ic_prompt.png) no-repeat center;
  background-size: contain;
  width: 0.4rem;
  height: 0.4rem;
  left: 0.5rem;
  top: 0.35rem;
  margin-right: 0.1rem;
  float: left;
}

/* ------------cookies 提示栏 end------------ */

/* ------------联系热线栏 begin------------ */

.contactinfo_bar {
  width: 100%;
  background: #ebebeb;
  padding: 0.24rem 0;
}

.contactinfo_bar .content {
  height: 0.48rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contactinfo_bar .contactinfo_ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.contactinfo_ul li {
  font-size: 0.26rem;
  font-weight: 500;
  color: #828792;
  position: relative;
}

.contactinfo_ul li span {
  font-weight: normal;
}

.contactinfo_ul li:nth-last-child(1) {
  margin-right: 0;
}

/* ------------联系热线栏 end------------ */

/* ------------栏目层 column_bar begin---------- */

.column_bar {
  color: #fff;
  background: #1b1f2a;
  font-size: 0.36rem;
}

.column_bar .head_content {
  padding: 0.35rem 0.4rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column_more a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column_more img {
  width: 0.32rem;
  height: 0.25rem;
  margin-left: 0.1rem;
}

/* ------------栏目层 column_bar end---------- */

/* ------------搜索弹出层 begin---------- */

.srch_ovly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  font-weight: 300;
  display: none;
  overflow: auto;
}

.glyphicon-remove {
  background: url(../../images/idp/ic_close_w.png) no-repeat center;
  background-size: contain;
  width: 0.33rem;
  height: 0.33rem;
}

.srch_ovly .srcls {
  color: #fff;
  font-size: 0.24rem;
  position: absolute;
  right: 0;
  top: -0.2rem;
  cursor: pointer;
}

.srch_ovly .nsrch_wrp {
  width: 6.7rem;
  margin: 0 auto;
  color: #fff;
  padding: 0.3rem 0;
  font-weight: 300;
  transform: scale3d(0.5, 0.5, 1);
  transition: transform 0.5s;
  position: relative;
  top: 1.5rem;
}

.srch_ovly .nsrch_wrp_vw {
  transform: scale3d(1, 1, 1);
}

.srch_ovly .nsrch_wrp_vw .srtabs>li>a>span {
  vertical-align: bottom;
}

.srch_ovly .srtabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.srch_ovly .srtabs .active {
  color: #1d202c !important;
  border-top-width: 0 !important;
  font-weight: normal !important;
}

.srch_ovly .srtabs>li {
  flex: 1;
  position: relative;
}

.srch_ovly .srtabs>li::after {
  content: "|";
  position: absolute;
  color: rgba(166, 169, 177, 1);
  width: 0.02rem;
  height: 0.16rem;
  right: 0;
  top: 0.25rem;
}

.srch_ovly .srtabs>li.active::after, .srch_ovly .srtabs>li:last-child:after {
  content: "" !important;
}

.srch_ovly .srtabs>li>a {
  padding: 0.2rem 0.2rem 0.18rem;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-size: 0.36rem;
  background: #d9d9d6;
  color: #292929;
  line-height: 0.32rem;
  text-align: center;
  box-sizing: border-box;
}

.srch_ovly .srtabs>li:first-child>a {
  border-radius: 0.1rem 0 0 0;
}

.srch_ovly .srtabs>li:last-child>a {
  border-radius: 0 0.1rem 0 0;
}

.srch_ovly .srtabs>li.active a {
  background: #fff;
}

.srch_ovly .srtabs li.active {
  line-height: 0.32rem;
}

.srch_ovly .srtabs>li>a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.srch_ovly .srtabs>li.active>a:hover {
  background: #fff;
}

/* srcontents */

.srcontents {
  width: 100%;
}

.srcontents .srcontent {
  display: none;
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  box-sizing: border-box;
}

.srcontents .srcontent:first-child {
  display: block;
}

/* srcontents */

.src_submit {
  display: flex;
  justify-content: flex-end;
}

.srch_ovly .srbtn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: #0086f8;
  font-size: 0.32rem;
  padding: .2rem 0.35rem;
  line-height: .4rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
  font-weight: normal;
  transition: all ease 0.5s;
  border-radius: 0.3rem;
  margin: 0.2rem 0 0 !important;
  position: relative;
  font-weight: 300;
  outline: 0;
  border: none;
  box-sizing: border-box;
  /* 按钮底部阴影效果 */
  /* box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset; */
}

.srch_ovly .srbtn span {
  position: relative;
  z-index: 9;
  width: 100%;
}

.srch_ovly .srbtn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.3rem;
  padding: 0.12rem 0.2rem 0.12rem 0.3rem;
  background: #0086f8;
  transition: all ease 0.5s;
  opacity: 0;
  box-sizing: border-box;
}

.srch_ovly .srbtn:hover {
  background: #0086f8;
  color: #fff;
}

.srch_ovly .srbtn:hover:before {
  width: 100%;
  background: #0086f8;
  opacity: 1;
}

.srch_ovly .form-control-row {
  margin-bottom: 0.3rem;
}

.srch_ovly .input input, .srch_ovly .select select {
  width: 100%;
  color: rgba(41, 41, 41, 1);
  font-size: 0.32rem;
  border: 0;
  border-radius: 0;
  padding: 0.12rem 0.12rem 0.12rem 0;
  border-bottom: 0.02rem solid #999fab;
  font-weight: 300;
  box-sizing: border-box;
}

.srch_ovly .select {
  position: relative;
}

.srch_ovly .select::after {
  content: "";
  background: url(../../images/idp/ic_sel_arrow.png) no-repeat center;
  background-size: contain;
  width: 0.24rem;
  height: 0.2rem;
  position: absolute;
  right: 0.03rem;
  bottom: 0.17rem;
}

.srtabs .input.focus input {
  border-bottom: 0.02rem solid #999fab;
}

.srch_ovly .input input::-webkit-input-placeholder {
  color: #1d202c;
  font-size: 0.32rem;
}

.srch_ovly .input input::-moz-placeholder {
  color: #1d202c;
}

.srch_ovly .input input:-ms-input-placeholder {
  color: #1d202c;
}

.srch_ovly .err_msg {
  padding: 0.05rem 0 0;
  color: #e11937;
  display: none;
}

/* 热门搜索 begin */

.srch_ovly .nsrpopsr {
  margin-top: 2rem;
  transition: margin-top 1s;
}

.srch_ovly .nsrpopsr .popsbl li {
  list-style: none;
  display: inline-block;
  margin: 0 0.16rem 0.2rem 0;
  float: left;
}

.srch_ovly .nsrpopsr .popsbl li a {
  padding: 0.22rem 0.15rem;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 0.26rem;
  border: solid 0.02rem #666;
  display: block;
  color: #666;
  min-width: 0.6rem;
  transition: all 0.3s ease 0s;
  max-width: 6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.srch_ovly .nsrpopsr .popsbl li a:hover {
  background: #0086f8;
  color: #fff;
  border: solid #0086f8 0.02rem;
}

.srch_ovly .nsrpopsr h3 {
  margin-bottom: 0.3rem;
  font-size: 0.4rem;
  font-weight: 300;
}

.srch_ovly .nsrpopsrani {
  margin-top: 0.4rem;
  transition: margin-top 1s;
}

/* 热门搜索 end */

/* ------------搜索弹出层 end---------- */

/* --------------更多栏目弹出层begin---------- */
.sticky-nav-top .liUserSign {
  background-color: #ffffff;
}

.btn_closeMore img {
  width: 0.3rem;
  height: 0.3rem;
}

.menu_title {
  display: block;
  font-size: 0.36rem;
  font-weight: 400;
  color: #292929;
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  background: #ffffff;
}

.menu_list li {
  font-size: 0.32rem;
  font-weight: 400;
  color: #474a57;
  background: #f2f3f7;
  padding: 0.33rem 0.7rem;
}
.menu_list li a {
  color: #474a57;
}
.menu_list li a:active{
  color: #0f9fd4;
}
.liUserSign {
  height: 1.2rem;
  background-color: #ffffff;
  border-bottom: 0px solid #e5e5e5;
  float: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.close-nav {
  width: 0.5rem;
  border: 0;
  display: inline-block;
  cursor: pointer;
  height: 0.6rem;
  vertical-align: top;
}
.menu_logo {
  display: block;
  width: 1.4rem;
  height: 0.58rem;
}
.menu_logo img {
  width: 1.4rem;
  height: 0.58rem;
}
.body_hidden {
  overflow: hidden;
}
.menu_left {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999999;
  font-weight: 300;
  overflow: hidden;
  -webkit-transition:width .2s linear;
  transition:left .2s linear;
  -webkit-transform:translateZ(0) scale(1,1);
}

.show_menu {
  left: 0;
}

.sticky-nav-top {
  width: 100%;
  padding: 0px;
  margin-bottom: 0;
  text-align: right;
}

.menu_overflow {
  height: calc(100vh - 1.2rem);
  border: 0;
  padding-bottom: 100px;
  background: #fff;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* -------------更多栏目弹出层 end------------ */

/* login_layer begin*/

.login_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  font-weight: 300;
  display: none;
  overflow: hidden;
}

.layer_content {
  width: 6.7rem;
  margin: 1.6rem auto 0 auto;
}

.login_close_btn {
  height: .33rem;
}

.login_close_btn img {
  float: right;
  width: .33rem;
  height: .33rem;
}

.wx_code_box {
  margin-top: .4rem;
  padding: .53rem .4rem;
  width: 5.9rem;
  height: 6.64rem;
  background-color: #ffffff;
  border-radius: .08rem;
  text-align: center;
}

.wx_code_box h3 {
  font-size: .36rem;
  line-height: .52rem;
  color: #666666;
  text-align: center;
}

.wx_code_box h3::after {
  content: "";
  display: block;
  margin: .3rem auto;
  width: 100%;
  height: 1px;
  background-color: #e4eaf6;
}

.wx_code_box img {
  margin-bottom: .4rem;
  display: inline-block;
  width: 3.8rem;
  height: 3.8rem;
}

/* login_layer end*/

/*增加的样式*/

.course_list .item {
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    color: black;
}

.course_list .item:last-child{
    padding:5px;
    box-sizing: border-box;
    border-bottom:1px solid #ccc;
}
.course_list .item:hover{
    background: #eee;
}
.course_list .active{
    background: #eee;
}

.school_list_search {
    border-bottom: 1px solid #ccc;
}

.school_list_search .item {
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    color: black;
}