/*topbar*/
.topbar {
  background-color: #282828;
}
.topbar span {
  color: #fff;
  display: block;
  line-height: 36px;
  font-size: 15px;
}

header {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
header .logo img {
  max-width: 250px;
}
nav {
  text-align: right;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}
nav a {
  color: #282828;
  display: block;
  transition: color 0.4s;
  padding: 40px 0;
}
nav li.on a {
  border-bottom: #f72b2e 5px solid;
}
nav a:hover {
  text-decoration: none;
  color: #e34339;
}

nav .uk-dropdown {
  max-width: 140px;
  min-width: 140px;
  text-align: center;
  padding: 10px;
  margin-top: 130px;
}
nav .uk-dropdown a {
  display: block;
  padding: 10px 0;
  color: #666;
}
nav .uk-dropdown a:hover {
  color: #e34339;
}

.uk-dotnav > * > * {
  border-color: #fff;
}
.uk-dotnav > .uk-active > * {
  background-color: #fff;
}

/** total_warp **/
.total_warp {
  padding: 30px 0 15px;
  border-bottom: #ddd 1px solid;
}
.total_warp img {
  max-width: 68px;
}
.total_num {
  line-height: 24px;
}
.total_warp span {
  font-size: 22px;
  color: #000;
}
.total_warp em {
  font-style: normal;
  color: #333;
  font-size: 12px;
  display: inline-block;
  margin: 0 3px;
}
.total_warp i {
  font-size: 14px;
  font-style: normal;
}
.total_warp p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
}

/** sec_padding **/
.sec_padding {
  padding: 90px 0 60px;
}
.sec_title {
  text-align: center;
}
.sec_title h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}
.sec_title h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #d7544d;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
.sec_title.uk-light h2:after {
  background-color: #fff;
}
.sec_title p {
  font-size: 16px;
  margin: 0;
}

.sec_hotcourse {
  background-image: url(../images/hot_course_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.sec_container {
  margin-top: 50px;
}
.hotcourse_slider .uk-card img {
  transition: all 0.5s;
}
.hotcourse_slider .uk-card h4 {
  left: 30px;
  top: 30px;
  font-size: 18px;
  margin: 0;
}
.hotcourse_slider .uk-card h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: #fff;
}
.hotcourse_slider .uk-card img:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.hot_c_list_title h3 {
  margin-bottom: 0;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  font-size: 24px;
}
.hot_c_list_title h3:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hot_c_list_title p {
  margin: 0;
}

.margin_top {
  margin-top: 60px;
}
.margin_top_md {
  margin-top: 40px;
}
.hot_c_list_content .c_panel {
  background-color: rgba(255, 255, 255, 0.5);
  border: rgba(255, 255, 255, 0.8) 1px solid;
  padding: 25px 30px;
  transition: all 0.5s;
}
.hot_c_list_content .c_panel h3 {
  font-size: 24px;
}
.hot_c_list_content .c_panel h3 a {
  color: #282828;
}
.hot_c_list_content .c_panel h3 a:hover {
  text-decoration: none;
}
.hot_c_list_content .more {
  transition: all 0.5s;
  display: inline-block;
  padding: 6px 36px;
  border-radius: 30px;
  font-weight: 300;
  color: #fff;
  background-color: #e34339;
  font-size: 18px;
}
.hot_c_list_content .more:hover {
  text-decoration: none;
}
.hot_c_list_content .c_panel:hover {
  background-color: #e34339;
  border-color: #e34339;
}
.hot_c_list_content .c_panel:hover h3 a {
  color: #fff;
}
.hot_c_list_content .c_panel:hover p {
  color: #fff;
}
.hot_c_list_content .c_panel:hover .more {
  color: #000;
  background-color: #fff;
}
.hot_c_list_content .c_panel:nth-child(n + 2) {
  margin-top: 20px;
}

/** get_book **/
.get_book {
  background-color: #f72b2e;
  margin-top: 1px;
  min-height: 270px;
  padding-top: 110px;
}
.get_book h2 {
  color: #fff;
  margin-bottom: 70px;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.12rem;
}
.get_book h2:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.get_book input {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
  border: none;
  height: 50px;
  line-height: 50px;
}
.get_book button {
  background-color: #fbe44c;
  color: #f72b2e;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.get_book button:hover {
  background-color: #fadb15;
  color: #f72b2e;
}

/**
beikao
**/
.beikao h3 {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  background-color: #f72b2e;
  padding: 15px 32px 15px 45px;
}
.beikao h3:before {
  content: "";
  width: 6px;
  height: 28px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/** zhidao 指导**/
.zhidao_bg {
  background-image: url(../images/zhidao_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.zhidao {
  margin-top: 110px;
}
.zhidao h2 {
  text-align: center;
  font-size: 24px;
  position: relative;
}
.zhidao h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #f72b2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.zhidao_form {
  margin-top: 120px;
}
.zhidao_form_title {
  text-align: center;
  background-color: #f72b2e;
  padding: 25px 0;
}
.zhidao_form_title p {
  margin: 0;
  color: #fff;
}
.zhidao_form_title h4 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
}
.zhidao_form_box form {
  padding: 35px 25px;
  background-color: rgba(255, 255, 255, 0.5);
}
.zhidao_form_box input {
  background-color: #fff;
  border: none;
  color: #444;
  padding: 2px 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
}
.zhidao_form_box button {
  color: #fff;
  font-size: 16px;
  background-color: #f72b2e;
  padding: 6px 26px;
  border-radius: 20px;
  border: none;
}
.form_note {
  font-size: 14px;
  color: #f72b2e;
}

/** 师资力量 **/
.team {
  background-color: #efefef;
  padding: 60px 0 0;
}

.team_content h3 {
  position: relative;
  padding-left: 20px;
}
.team_content h3:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 24px;
  background-color: #f72b2e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team_content h3 span {
  font-size: 24px;
}
.team_content h3 i {
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  margin-left: 30px;
}
.team_content p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8rem;
}
.team_content .more {
  display: inline-block;
  padding: 8px 30px;
  background-color: #f72b2e;
  color: #fff;
  border-radius: 30px;
}
.team_content .more:hover {
  text-decoration: none;
}

.team_sw_title {
  background-color: #f72b2e;
  text-align: center;
  padding: 0 0 30px;
}
.team_sw_title a {
  color: #fff;
}
.team_sw_title a:hover {
  text-decoration: none;
}
.team_sw_title h4 {
  color: #fff;
  font-size: 16px;
}
.team_sw_title p {
}

.team_list > div {
  display: none;
}
.team_list > div:first-child {
  display: block;
}
.team_sw_title a {
  display: block;
  padding: 20px;
}
.team_sw_title a.on {
  background-color: #fff;
}
.team_sw_title a.on h4,
.team_sw_title a.on p {
  color: #000;
}

.tixi_list .uk-card {
  text-align: center;
}
.tixi_list img {
  max-width: 42px;
}
.tixi_list h5 {
  font-size: 18px;
  margin-top: 25px;
  font-weight: bold;
}
.tixi_list p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #797979;
}
.sec_huanjing {
  background-image: url(../images/huanjing_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.huanjing_title {
  padding: 0;
  margin: 0;
  text-align: center;
}
.huanjing_title li {
  list-style: none;
  display: inline-block;
}
.huanjing_title li a {
  display: block;
  padding: 5px 20px;
  background-color: #282828;
  color: #fff;
  margin: 0 4px;
}
.huanjing_title li.uk-active a {
  background-color: #f72b2e;
  color: #fff;
}
.huanjing_title a:hover {
  text-decoration: none;
  color: #fff;
}
.huanjing_slider {
  margin-top: 40px;
}

/** sec_news **/
.sec_news {
  margin-top: 80px;
}
.sec_news_title {
  border-bottom: #ddd 1px solid;
  padding-bottom: 6px;
}
.sec_news_title span {
  font-size: 18px;
  color: #353535;
  display: block;
  position: relative;
  padding-left: 12px;
}
.sec_news_title span:before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background-color: #f72b2e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
}
.sec_news_title a {
  font-size: 18px;
  color: #353535;
  font-weight: 300;
}
.hot_news figcaption {
  margin-top: 10px;
}
.hot_news h5 a {
  color: #000;
}
.hot_news h5 span {
  color: #666;
  font-size: 16px;
}
.hot_news p {
  color: #787878;
}
.recommend_news ul {
  padding: 0;
}
.recommend_news li {
  list-style: none;
  margin-top: 15px;
}
.recommend_news li a {
  font-size: 16px;
  color: #282828;
}
.recommend_news li a:hover {
  color: #f72b2e;
  text-decoration: none;
}
.recommend_news li i {
  font-style: normal;
}
.recommend_news li:hover span {
  color: #f72b2e;
}

footer {
  background-color: #353535;
  padding: 60px 0 0;
}
.footer_logo {
  width: 110px;
}
.footer_logo img {
  width: 76px;
}
.footer_logo h2 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  color: #fff;
}
address {
  margin-top: 20px;
}
address p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.foot_vcode p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}
.foot_hotline {
  margin-bottom: 20px;
}
.foot_hotline span {
  font-size: 24px;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
}
.foot_nav {
  margin-top: 40px;
}
.foot_nav dt {
  font-size: 14px;
}
.foot_nav dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.foot_nav dd a:hover {
  color: #fff;
}

.links {
  border-top: #555 1px solid;
  margin-top: 40px;
  padding: 6px 0;
}
.links a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.5s;
}
.links a:hover {
  text-decoration: none;
  color: #999;
}
.links strong {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.copyright {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
}
.copyright p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

/***  news  ***/
.page_banner {
  height: 330px;
}
.page_banner h3 {
  margin: 0;
  display: inline;
}
.page_banner h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #222;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.page_banner.uk-light h3:after {
  background-color: #fff;
}

.page_bar {
  border-bottom: #ddd 1px solid;
}
.sub_nav {
  padding: 0;
}
.sub_nav a {
  color: #282828;
}
.sub_nav li {
  list-style: none;
  display: inline-block;
}
.sub_nav li a {
  display: block;
  padding: 15px 0;
  margin-right: 40px;
  position: relative;
}
.sub_nav li a:hover {
  text-decoration: none;
}
.sub_nav li.on a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f72b2e;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.breadcrumb a {
  color: #282828;
  display: inline-block;
  padding: 15px 10px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb {
  border-left: #ddd 1px solid;
  padding-left: 30px;
}
.top_news {
  margin-top: 60px;
  margin-bottom: 20px;
}
.top_news h3 a {
  color: #282828;
  font-size: 18px;
}
.top_news p {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 30px;
}
.top_news_date {
  margin-top: 50px;
}

.news_page_list ul {
  padding-left: 0;
}
.news_page_list li {
  padding: 15px 25px;
  transition: all 0.3s;
  margin-top: 10px;
}
.news_page_list i {
  color: #ddd;
}
.news_page_list a {
  color: #282828;
}
.news_page_list a:hover {
  text-decoration: none;
  color: #fff;
}
.news_page_list li:hover {
  background-color: #f72b2e;
}
.news_page_list li:hover a,
.news_page_list li:hover span,
.news_page_list li:hover i {
  color: #fff;
}

/** 通用分页 **/
.pages {
  margin-top: 80px;
  margin-bottom: 60px;
}
.pages ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
.pages li {
  list-style: none;
  display: inline-block;
}
.pages a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  color: #333;
  background-color: #e8e8e8;
  transition: all 0.4s;
}
.pages a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #656565;
}
.pages li.on a {
  background-color: #656565;
  color: #fff;
}

/** 
	down_list
**/
.down_list {
  margin: 60px 0;
}
.down_list .uk-card {
  border: #ddd 1px solid;
  padding: 40px 30px;
  transition: all 0.4s;
}
.down_list .uk-card h3 {
  font-size: 16px;
}
.down_list .uk-card p {
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}
.down_list .uk-card a {
  color: #666;
}
.down_card_title {
  position: relative;
  padding-left: 30px;
}
.down_card_title:before {
  content: "";
  display: block;
  width: 6px;
  height: 40px;
  background-color: #f72b2e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.down_list .uk-card:hover {
  background-color: #f72b2e;
}
.down_list .uk-card:hover h3,
.down_list .uk-card:hover p,
.down_list .uk-card:hover a {
  color: #fff;
}
.down_list .uk-card:hover .down_card_title:before {
  background-color: #fff;
}

.about_warp {
  margin-top: 90px;
  margin-bottom: 90px;
}
.about_warp h3 {
  margin-bottom: 50px;
  margin-top: 15px;
  color: #454545;
  position: relative;
}
.about_warp h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #f72b2e;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.about_warp h3 span {
  font-size: 18px;
}
.about_warp p {
  color: #454545;
  line-height: 2rem;
  text-indent: 2rem;
  margin: 0;
}

.about_data {
  text-align: center;
  margin-bottom: 90px;
}
.about_data span {
  color: #f72c2f;
  font-size: 54px;
  line-height: 58px;
}
.about_data i {
  font-size: 12px;
  font-style: normal;
}
.about_data p {
  margin-bottom: 0;
  margin-top: 20px;
}
.about_huanjing_warp {
  margin-top: 70px;
}

.about_map {
  min-height: 540px;
  margin-top: 90px;
  background-image: url(../images/contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.address_box {
  background-color: rgba(255, 255, 255, 0.85);
  border: #fff 1px solid;
  padding: 14px 15px;
}
.address_box p {
  font-size: 14px;
  margin: 0;
}
.about_tel .address_box:nth-child(n + 2) {
  margin-top: 5px;
}

/*
 * 10
 */
/* Horizontal */
.uk-grid-10,
.uk-grid-column-10 {
  margin-left: -10px;
}
.uk-grid-10 > *,
.uk-grid-column-10 > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid + .uk-grid-10,
.uk-grid + .uk-grid-row-10,
.uk-grid-10 > .uk-grid-margin,
.uk-grid-row-10 > .uk-grid-margin,
* + .uk-grid-margin-10 {
  margin-top: 10px;
}

/** 用户中心 **/
.user_warp {
  margin: 80px 0;
}
.info_title {
  width: 100px;
  margin-right: 30px;
  text-align: right;
}
.user_nav {
  border: #ddd 1px solid;
  padding: 20px 0;
}
.user_nav h4 {
  font-size: 16px;
  padding-left: 30px;
}
.user_nav ul {
  padding: 0;
  margin-top: 20px;
}
.user_nav ul li {
  list-style: none;
  font-size: 14px;
  margin-top: 10px;
}
.user_nav li a {
  display: block;
  padding-left: 20px;
  color: #666;
}
.user_nav li.on a {
  color: #f72c2f;
  border-left: #f72c2f 2px solid;
}
.user_warp_right {
  border: #ddd 1px solid;
  padding: 20px;
}
.user_warp_right h3 {
  padding: 0 15px;
  font-size: 16px;
  border-bottom: #ddd 1px solid;
  padding-bottom: 10px;
}
.user_content {
  margin-top: 40px;
  font-size: 12px;
}
.user_content input[type="text"] {
  border: #ddd 1px solid;
  padding: 2px 10px;
  height: 24px;
  line-height: 24px;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
}
.user_content button {
  padding: 8px 24px;
  color: #fff;
  background-color: #f72c2f;
  border: none;
}

.login_title {
  text-align: center;
  font-size: 18px;
}
.login_title span {
  display: block;
}
.login_title i {
  font-style: normal;
}
.login_form {
  margin-top: 40px;
}
.login_form input {
  font-size: 16px;
}
.login_left {
  margin-right: 100px;
}
.login_form button {
  display: block;
  border: none;
  background-color: #e34339;
  padding: 16px 20px;
  color: #fff;
  width: 100%;
  font-size: 20px;
}

/** 课程页 **/
.banner_course {
  min-height: 415px;
  background-image: url(../images/course/banner_course.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 120px;
}
.banner_course_title h3 {
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}
.banner_course_title h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #444;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.course_page_title_light span {
  font-size: 24px;
}
.course_page_title_light {
  position: relative;
  text-align: center;
  color: #fff;
}
.course_page_title_light:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.course_progress {
  margin-top: -60px;
}
.course_page_title {
  position: relative;
  text-align: center;
}
.course_page_title:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #e34339;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.course_page_title span {
  font-size: 24px;
  color: #282828;
  display: inline-block;
  position: relative;
}
.course_page_title span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/course/course_title_after_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -65px;
  top: 0;
}
.course_page_title span:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../images/course/course_title_after_before.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -65px;
  top: 0;
}
.course_sec_container {
  margin-top: 80px;
}
.course_sec_container .uk-card {
  background-color: #fdd2cc;
  padding: 20px;
  text-align: center;
  position: relative;
}
.course_sec_container .uk-card:after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  background-image: url(../images/course/progres_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}
.course_sec_container > div > div:last-child .uk-card:after {
  display: none;
}
.course_sec_container .uk-card h3 {
  font-size: 16px;
}

/** 大咖队伍 **/
.course_team {
  background-image: url(../images/course/daka_team_bg.jpg);
  padding: 70px 0;
  margin-top: -190px;
}
.course_team2 {
  margin-top: 80px;
}
.course_team_subtitle {
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  max-width: 700px;
  margin: 80px auto 60px;
}
.course_team_subtitle > div {
  position: relative;
  padding-left: 30px;
  margin: 0 15px;
}
.course_team_subtitle > div:before {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(../images/course/zuanshi.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.course_team_sw_title li {
  list-style: none;
}
.course_team_sw_title li:first-child {
  margin-top: 0;
}
.course_team_sw_title li a {
  display: block;
  background-color: #fff;
  color: #333;
  padding: 15px;
  text-align: center;
}
.course_team_sw_title li a:hover {
  text-decoration: none;
}
.course_team_sw_title li.uk-active a {
  background-color: #f72b2e;
  color: #fff;
}
.course_team_sw_card {
  background-color: #fff;
}
.course_team_sw_card_img {
  padding: 10px;
}
.course_team_sw_card h3 {
  font-size: 24px;
  color: #f72b2e;
  line-height: 38px;
}
.course_team_sw_card p {
  font-size: #282828;
  line-height: 2rem;
}

.course_beikao {
  padding: 100px 0;
}
.course_beikao_list {
  margin-top: 60px;
}
.course_beikao_list .uk-card {
  text-align: center;
}

.course_beikao_list h4 {
  font-size: 16px;
  margin-top: 15px;
}
.course_beikao_list p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

.cbl_1 .uk-card {
  padding: 20px 10px;
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
.cbl_1 > div:last-child .uk-card,
.cbl_2 > div:last-child .uk-card {
  border-right: #ddd 1px solid;
}
.cbl_2 .uk-card {
  padding: 20px 10px;
  border-left: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
}
.kecheng_table thead {
  text-align: center;
  background-color: #f72b2e;
  color: #fff;
}
.kecheng_table thead td {
  border: #f72b2e 1px solid;
}
.kecheng_table tbody td {
  border: #ddd 1px solid;
  vertical-align: middle;
}
.kecheng_switch_title {
  margin: 80px 0 40px;
  text-align: center;
  padding: 0;
}
.kecheng_switch_title li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
.kecheng_switch_title li a {
  color: #fff;
  display: inline-block;
  padding: 4px 50px;
  border-radius: 10px;
  background-color: #f72b2e;
  position: relative;
}
.kecheng_switch_title li a:hover {
  text-decoration: none;
}
.kecheng_switch_title li.uk-active a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid red;
  position: absolute;
  left: 10px;
  bottom: -10px;
}

.kecheng_zixun_warp {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.kecheng_zixun_warp a {
  background-image: url(../images/course/zixun_btn.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #fff;
  display: block;
  padding: 8px 26px;
  min-height: 32px;
  line-height: 32px;
  min-width: 300px;
}
.kecheng_zixun_warp a:hover {
  text-decoration: none;
}

/** course_huanjing **/
.course_huanjing {
  padding: 80px 0;
  margin-top: 100px;
  background-color: #fcf2f0;
}
.huanjing_warp {
  margin-top: 80px;
}

/** evaluation **/
.evaluation {
  padding: 80px 0;
}
.evaluation_warp {
  margin-top: 80px;
}
.xueyuan_say {
  padding: 85px 50px;
  background-color: #f72b2e;
}
.xueyuan_say h3 {
  color: #fff;
}
.xueyuan_say p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 30px;
  line-height: 2rem;
}
.evaluation_warp .uk-overlay-default {
  background-color: rgba(227, 67, 57, 0.5);
}
.evaluation_pic {
  background-color: #e8e8e8;
  padding: 10px;
}

.other_course {
  padding: 60px 0;
  border-top: #ddd 1px solid;
}
.other_course_warp {
  margin-top: 50px;
}
.other_course_warp h3 {
  text-align: center;
  margin: 0;
  background-color: #f72b2e;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
}

.chaban_progress > div {
  transition: all 0.4s;
  position: relative;
}
.chaban_progress .in_title {
  width: 80px;
  height: 133px;
  text-align: center;
  background-color: #ed6c68;
  padding: 50px 0 70px;
  margin-right: 4px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.chaban_progress .in_title img {
  width: 28px;
}
.chaban_progress .in_title h3 {
  width: 20px;
  margin: 15px auto;
  line-height: 1.8rem;
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
.chaban_progress > div:last-child {
  margin-right: 0;
}
.chaban_progress {
  margin-top: 80px;
}
.chaban_progress .out_content_warp {
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  height: 254px;
  top: -50%;
  z-index: 20;
}
.chaban_progress .out_content {
  height: 194px;
  width: 260px;
  padding: 30px 20px;
  background-color: #f72b2e;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.chaban_progress > div.on .out_content_warp {
  width: 300px;
}

.out_content h4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.out_content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.article_warp {
  padding: 50px 0;
}

article p {
  font-size: 16px;
  line-height: 2rem;
  margin: 0;
}
article table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
article table td {
  border: #ddd 1px solid;
  padding: 4px 10px;
}
article table td p {
  margin: 0;
}

/** 手机导航  **/
.mobile_header {
  background-color: #fff;
}
.mobile_logo {
  margin: 10px 0;
}
.mobile-menu {
  width: 54px;
  height: 54px;
  position: relative;
  display: block;
  background: none;
  border: none;
}
.menu-i {
  height: 3px;
  right: 0px;
  position: absolute;
  border-radius: 1px;
  font-style: normal;
  background-color: #333;
  display: block;
  transition: all 0.5s;
}
.menu-i-1 {
  width: 25px;
  top: 18px;
}
.menu-i-2 {
  width: 15px;
  top: 26px;
}
.menu-i-3 {
  width: 25px;
  top: 34px;
}
.mobile-menu-on {
  z-index: 1001;
}
.mobile-menu-on .menu-i-1 {
  transform: translateY(8px) rotate(45deg);
  background-color: #000;
}
.mobile-menu-on .menu-i-2 {
  opacity: 0;
}
.mobile-menu-on .menu-i-3 {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #000;
}
.nav-open-noscroll {
  overflow: hidden !important;
  height: 100%;
}
.mobile-nav-model {
  background: #fff;
  width: 100vw;
  height: calc(100vh - 54px);
  position: absolute;
  top: 54px;
  left: 0;
  display: none;
  box-shadow: none !important;
  z-index: 1000;
  overflow-y: auto;
}
.mobile-nav-model .uk-close {
  color: #000;
}
.m-body {
  height: calc(100vh - 54px);
  padding-top: 54px;
  overflow-y: auto;
  background-color: #fff;
}
.m-body .uk-nav-default {
  padding-left: 0;
  transform: translateY(-30px);
}
.m-body .uk-nav-default > li {
  list-style: none;
  transition: all;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease,
    -webkit-transform 400ms ease;
  border-bottom: #ddd 1px solid;
}
.m-body .uk-nav-default > li > a {
  padding: 15px 20px;
  font-size: 18px;
}
.mnav-li-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.m-body .uk-nav-sub li a {
  padding: 10px 20px;
}
.m-body .uk-nav-sub {
  background-color: #f8f8f8;
}

.related_teacher h5 {
  text-align: center;
  margin-top: 15px;
}
.related_teacher h5 a {
  color: #333;
  padding: 10px 0;
}

.video_list h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.video_list h5 a {
  display: block;
  text-align: center;
  color: #333;
}
.video_list h5 a:hover {
  text-decoration: none;
  color: #000;
}

@media (max-width: 960px) {
  .uk-container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mobile_header {
    background-color: #fff;
  }
  .total_warp img {
    max-width: 40px;
  }
  .total_warp p {
    font-size: 12px;
  }
  .sec_padding {
    padding: 40px 0 30px;
  }
  .sec_title h2 {
    margin-bottom: 25px;
  }
  .sec_title p {
    font-size: 14px;
  }
  .sec_container {
    margin-top: 25px;
  }
  .margin_top {
    margin-top: 25px;
  }
  .hot_c_list_title p {
    font-size: 14px;
  }
  .hot_c_list_content .c_panel {
    padding: 10px 15px;
  }
  .hot_c_list_content .c_panel h3 {
    margin-bottom: 5px;
  }
  .hot_c_list_content .c_panel h3 a {
    font-size: 18px;
  }
  .hot_c_list_content .c_panel p {
    font-size: 14px;
    color: #666;
    margin: 0;
  }
  .hot_c_list_content .more {
    font-size: 14px;
    padding: 5px 15px;
    line-height: 18px;
  }
  .hot_c_list_content .c_panel:nth-child(n + 2) {
    margin-top: 10px;
  }
  .get_book {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .get_book h2 {
    margin-bottom: 50px;
  }
  .get_book_form .uk-grid-margin {
    margin-top: 15px;
  }
  .beikao h3 {
    font-size: 18px;
    padding: 10px 25px 10px 35px;
  }
  .beikao h3:before {
    height: 22px;
    width: 4px;
  }
  .zhidao,
  .zhidao_form {
    margin-top: 50px;
  }
  .zhidao_form_title h4 {
    margin-top: 5px;
  }
  .zhidao_form_box form {
    padding: 25px 15px;
  }
  .team_sw_title_m h3 span {
    font-size: 20px;
  }
  .team_sw_title_m h3 i {
    font-size: 16px;
    font-style: normal;
    display: inline-block;
    margin-left: 15px;
  }
  .team_sw_title_m a.more {
    display: inline-block;
    padding: 6px 20px;
    background-color: #f72b2e;
    color: #fff;
    font-size: 14px;
  }
  .team_sw_title_m p {
    font-size: 14px;
    color: #666;
  }

  .tixi_list h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
  }
  .tixi_list p {
    font-size: 12px;
  }

  .huanjing_title li {
    width: 44%;
    margin-top: 5px;
  }
  .huanjing_slider {
    margin-top: 20px;
  }
  .hot_news p {
    font-size: 14px;
  }
  .recommend_news li a {
    font-size: 14px;
  }
  .recommend_news li span {
    font-size: 14px;
    color: #999;
  }

  .copyright {
    text-align: center;
    margin-top: 30px;
  }
  .copyright p {
    font-size: 12px;
  }
  footer {
    padding-top: 30px;
  }
  .mfooter h2 {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 0;
  }

  /** 考研**/
  .course_page_title span:before {
    width: 26px;
    height: 26px;
    left: -40px;
    top: 4px;
  }
  .course_page_title span:after {
    width: 26px;
    height: 26px;
    right: -40px;
    top: 4px;
  }
  .banner_course {
    padding-top: 60px;
    min-height: 300px;
  }
  .course_sec_container {
    margin-top: 50px;
  }
  .course_sec_container .uk-card:after {
    display: none;
  }
  .course_sec_container .uk-card {
    padding: 6px;
  }
  .course_sec_container .uk-card img {
    width: 60px;
  }
  .course_sec_container .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 5px;
  }
  .course_sec_container .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -5px;
  }
  .course_sec_container .uk-card h3 {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
  }

  .course_team {
    margin-top: 40px;
  }
  .course_progress_moible {
    margin-top: -50px;
  }
  .course_progress_moible ul {
    margin-top: 50px;
  }
  .course_progress_moible .uk-accordion-title {
    padding: 10px 30px;
    color: #fff;
    background-color: #dd746c;
    font-size: 16px;
  }
  .course_progress_moible .uk-accordion-title img {
    width: 24px;
  }
  .course_progress_moible .uk-accordion-content {
    background-color: #e34339;
    margin: 0;
    padding: 25px;
  }
  .course_progress_moible .uk-accordion-content p {
    font-size: 14px;
    color: #fff;
  }
  .course_progress_moible .uk-accordion > :nth-child(n + 2) {
    margin-top: 4px;
  }
  .course_progress_moible .uk-accordion-title::before {
    color: #fff;
    background-image: url(../images/course/jtr.svg);
    background-size: cover;
    margin-right: 10px;
    transition: all 0.5s;
  }
  .course_progress_moible .uk-open > .uk-accordion-title::before {
    transform: rotate(90deg);
  }

  .course_team2 {
    margin-top: 40px;
    padding: 60px 0 10px;
  }
  .course_team_subtitle {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 10px;
  }
  .course_team_subtitle > div {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    font-size: 15px;
  }
  .course_beikao {
    padding: 50px 0;
  }
  .course_beikao_list p {
    font-size: 12px;
  }
  .cbl_2 .uk-card,
  .cbl_1 .uk-card {
    border: none;
  }
  .cbl_1 > div:last-child .uk-card,
  .cbl_2 > div:last-child .uk-card {
    border: none;
  }
  .course_beikao_list {
    margin-top: 30px;
  }
  .cbl_1 .uk-card {
    padding: 20px 5px;
  }

  .course_huanjing {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .course_page_title span {
    font-size: 22px;
  }

  .huanjing_warp,
  .evaluation_warp {
    margin-top: 50px;
  }

  .evaluation {
    padding: 40px 0;
  }
  .xueyuan_say {
    padding: 30px;
  }
  .xueyuan_say p {
    margin-top: 15px;
  }
  .page_banner {
    height: 240px;
  }
  .sub_nav {
    text-align: center;
  }
  .sub_nav li a {
    margin-right: 0;
    padding: 15px;
  }
  .news_page_list li {
    padding: 10px 0;
  }
  .news_page_list i {
    transform: translateY(-2px);
  }
  .news_page_list span {
    font-size: 14px;
    color: #666;
    transform: translateY(1px);
  }
  .down_list .uk-card {
    padding: 10px;
  }
  .down_list .uk-card a {
    font-size: 12px;
    padding: 0 5px;
  }
  .down_list .uk-card p {
    font-size: 12px;
  }
  .down_list .uk-card h3 {
    margin-bottom: 0;
  }
  .down_card_title {
    padding-left: 15px;
  }
  .down_list {
    margin: 20px 0;
  }
  .login_left {
    margin-right: 0;
  }

  .user_warp {
    margin-top: 20px;
  }
  .about_vcode {
    margin-left: auto;
    margin-right: auto;
  }

  .bt_xuanfu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    text-align: center;
    background-color: #f9f9f9;
    width: 100%;
    padding-bottom: 4px;
  }
  .bt_xuanfu a {
    display: block;
    color: #006ab9;
  }
  .bt_xuanfu img {
    width: 36px;
  }
  .bt_xuanfu .center {
    position: relative;
    display: block;
  }
  .bt_xuanfu .center .bigimg {
    width: 50px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bt_xuanfu a p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    color: #343434;
  }

  .course_team_mobile figure {
    background-color: #fff;
  }
  .course_team_mobile figcaption {
    padding: 25px 15px;
  }

  .course_team_subtitle {
    margin: 40px auto 30px;
  }
  .course_team {
    padding: 40px 0 20px;
  }
}
