@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: 'pingFangSC-Regular';
}

html {
  min-width: 1200px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

:focus {
  outline: none;
}

.header {
  height: 80px;
  line-height: 80px;
  position: relative;
}

.header .head-logo {
  display: block;
  float: left;
  width: 225px;
  height: 80px;
  margin-right: 80px;
}

.header .head-logo img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.header ul {
  float: left;
  vertical-align: middle;
}

.header ul li {
  display: inline-block;
  margin: 0 15px;
}

.header ul li a {
  font-size: 16px;
  color: #2c2c2c;
  transition: color 0.5s;
}

.header ul li a:hover {
  color: #307bbe;
}

.header ul li.on a {
  color: #307bbe;
}

.header .log-reg {
  float: right;
  font-size: 14px;
  color: #7f7e7e;
}

.header .log-reg img {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-right: 5px;
}

.header .log-reg a {
  color: #7f7e7e;
  transition: color 0.5s;
}

.header .log-reg a:hover {
  color: #307bbe;
}

.header .after-login {
  float: right;
  position: absolute;
  right: 0;
  top: 25px;
  display: none;
}

.header .after-login img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: -5px;
}

.header .after-login span {
  font-size: 14px;
  color: #7f7e7e;
  margin-right: 5px;
}

.header .after-login i {
  color: #d6d6d6;
  font-size: 12px;
  transition: all 0.3s;
}

.header .after-login p.user-icon {
  line-height: 20px;
  text-align: right;
  cursor: pointer;
}

.header .after-login .user-menu {
  width: 100px;
  height: 0;
  padding: 0 15px;
  background: url(../img/user-menu-bg.png) no-repeat top;
  background-size: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 25px;
  right: 0;
  transition: all 0.3s ease;
}

.header .after-login .user-menu p {
  font-size: 14px;
  color: #666;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}

.header .after-login .user-menu p a {
  color: #666;
  transition: color 0.3s;
}

.header .after-login .user-menu p i {
  margin-right: 5px;
  color: #666;
}

.header .after-login .user-menu p span {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background: #437ab9;
  color: #fff;
  border-radius: 50%;
}

.header .after-login .user-menu p + p {
  border-top: 1px solid #eaeaea;
}

.header .after-login .user-menu p.logout a {
  display: block;
  text-align: center;
  color: #999;
}

.header .after-login .user-menu p:hover a, .header .after-login .user-menu p:hover i {
  color: #307bbe;
}

.footer {
  background: #23242b;
  height: 395px;
  position: relative;
}

.footer .footer-top {
  padding-top: 40px;
}

.footer .footer-top dl {
  float: left;
  margin-right: 40px;
}

.footer .footer-top dl dt {
  font-size: 18px;
  color: #f2f0f1;
  margin-bottom: 15px;
}

.footer .footer-top dl dd {
  margin-bottom: 10px;
}

.footer .footer-top dl dd a {
  font-size: 12px;
  color: #919191;
  transition: color 0.5s;
}

.footer .footer-top dl dd:hover a {
  color: #fff;
}

.footer .footer-top .footer-menu-left {
  float: left;
}

.footer .footer-top .footer-code {
  float: right;
}

.footer .footer-top .footer-code .img {
  float: left;
  background: #fff;
  width: 143px;
  height: 150px;
  margin-right: 30px;
}

.footer .footer-top .footer-code .img p {
  font-size: 12px;
  color: #727272;
  text-align: center;
  margin-top: -2px;
}

.footer .footer-top .footer-code img.erweima {
  width: 127px;
  height: 127px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.footer .footer-top .footer-code .footer-contact {
  float: left;
}

.footer .footer-top .footer-code .footer-contact .footer-contact-top {
  margin-bottom: 25px;
}

.footer .footer-top .footer-code .footer-contact .footer-contact-top img {
  width: 38px;
  height: 38px;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}

.footer .footer-top .footer-code .footer-contact .footer-contact-top p {
  width: 242px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.footer .footer-top .footer-code .footer-contact .footer-contact-top span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.footer .footer-top .footer-code p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer .footer-top .footer-code p i {
  margin-right: 10px;
}

.footer .footer-links {
  margin-top: 40px;
}

.footer .footer-links p {
  font-size: 12px;
  color: #fefefe;
}

.footer .footer-links p a {
  color: #fefefe;
  margin-right: 18px;
}

.footer .footer-bottom {
  background: #16171d;
  height: 55px;
  line-height: 55px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #4f515d;
}

.footer .footer-bottom p {
  float: right;
}

.footer .footer-bottom p a {
  color: #4f515d;
  margin-left: 25px;
}

.s-banner {
  height: 300px;
  background: url(../img/s-banner-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
}

.s-banner h1, .s-banner h2 {
  width: 100%;
  display: inline-block;
  font-size: 48px;
  font-weight: normal;
}

.s-banner h1 {
  padding-top: 85px;
  margin-bottom: 10px;
}

.s-detail-banner {
  height: 485px;
  background: url(../img/s-detail-banner-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  position: relative;
}

.s-detail-banner .s-wrap {
  width: 1140px;
  height: 290px;
  padding: 30px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s-detail-banner .s-wrap img.lesson-cover {
  width: 445px;
  height: 290px;
  display: block;
  float: left;
  margin-right: 55px;
}

.s-detail-banner .s-wrap .details {
  overflow: hidden;
}

.s-detail-banner .s-wrap .details h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}

.s-detail-banner .s-wrap .details p {
  font-size: 16px;
  color: #333;
}

.s-detail-banner .s-wrap .details p span {
  line-height: 26px;
}

.s-detail-banner .s-wrap .details p span.first {
  color: #999;
  margin-bottom: 3px;
  display: block;
  float: left;
}

.s-detail-banner .s-wrap .details span.price {
  font-size: 36px;
  color: #bf0707;
  display: block;
  margin-top: 10px;
  margin-left: -8px;
  margin-bottom: 10px;
}

.s-detail-banner .s-wrap .details a {
  display: block;
  width: 158px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #2b78be;
  border: 1px solid #2b78be;
  text-align: center;
  transition: background 0.5s ease;
}

.s-detail-banner .s-wrap .details a i {
  margin-right: 8px;
}

.s-detail-banner .s-wrap .details a:hover {
  background: #2b78be;
  color: #fff;
}

.s-detail-banner .s-wrap .share {
  width: 150px;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 30px;
  text-align: center;
}

.s-detail-banner .s-wrap .share i {
  font-size: 14px;
  color: #666;
  padding-left: 33px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.s-detail-banner .s-wrap .share i.icon-share:hover {
  color: #2b78be;
}

.s-detail-banner .s-wrap .share #share {
  height: 35px;
  line-height: 35px;
  background: url(../img/share-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 10px;
  margin-top: 3px;
  display: none;
}

.s-detail-banner .s-wrap .share #share a {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: #7e95aa;
  font-size: 22px;
  margin: 0 13px;
}

.s-detail-banner .s-wrap .share #share a::before {
  position: relative;
  top: -4px;
}

.s-detail-banner .s-wrap .share #share a.icon-qq:hover {
  color: #1296db !important;
}

.s-detail-banner .s-wrap .share #share a.icon-wechat:hover {
  color: #6ab37a !important;
}

.s-detail-banner .s-wrap .share #share a.icon-weibo:hover {
  color: #d81e06 !important;
}

.nav-position {
  height: 95px;
  line-height: 95px;
}

.nav-position p {
  font-size: 16px;
}

.nav-position p a {
  color: #333;
  transition: color 0.3s ease;
}

.nav-position p a:hover {
  color: #307bbe;
}

.nav-position p span {
  color: #307bbe;
}

.nav-position p i {
  font-size: 12px;
  margin: 0 10px;
}

.nav-position.left-padding {
  padding-left: 40px;
}

.pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  background: #ebebeb;
  font-size: 14px;
  color: #333;
  margin-right: 15px;
  transition: all 0.5s ease;
}

.pagination a.current {
  background: #307bbe;
  color: #fff;
}

.pagination a:hover {
  background: #307bbe;
  color: #fff;
}

.pages {
  padding-top: 40px;
  position: relative;
}

.pages p {
  font-size: 14px;
  margin-bottom: 10px;
}

.pages a {
  color: #666;
  transition: color 0.5s;
}

.pages a:hover {
  color: #307bbe;
}

.pages a:hover i {
  color: #307bbe;
}

.pages a.goback {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 40px;
}

.pages a.goback i {
  color: #dcdcdc;
  margin-right: 7px;
  position: relative;
  bottom: -1px;
  transition: color 0.5s;
}

.pages a.goback:hover i {
  color: #307bbe;
}

.pay-code {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  display: none;
}

.pay-code h2 {
  font-size: 24px;
  color: #333;
  padding: 25px 0;
}

.pay-code .pay {
  position: absolute;
  z-index: 2;
  width: 400px;
  height: 480px;
  border-radius: 10px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px -5px #fff;
}

.pay-code .pay .tabs p {
  border-bottom: 1px solid #ebebeb;
}

.pay-code .pay .tabs img {
  display: inline-block;
  width: 99px;
  height: 28px;
  padding: 12px 30px;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  bottom: -5px;
  background: #fff;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.5s;
}

.pay-code .pay .tabs img:hover {
  opacity: 1;
}

.pay-code .pay .tabs img.current {
  border-color: #ebebeb;
  opacity: 1;
}

.pay-code .pay .tab-content {
  padding-top: 40px;
}

.pay-code .pay .tab-content .pay-content {
  display: none;
  overflow: hidden;
}

.pay-code .pay .tab-content .pay-content img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.pay-code .pay .tab-content .pay-content h2 {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 10px;
}

.pay-code .pay .tab-content .pay-content p {
  font-size: 36px;
  color: #bf0707;
}

.pay-code .pay .tab-content .pay-content.current {
  display: block;
}

.pay-code i.icon-guanbi {
  display: block;
  width: 15px;
  height: 15px;
  color: #d9d9d9;
  transition: color 0.3s;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  position: absolute;
  top: 35px;
  right: 20px;
}

.pay-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.incubation {
  height: 533px;
  background: url(../img/incubation-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}

.incubation .title {
  padding-top: 75px;
}

.incubation .title h2 {
  font-size: 34px;
  color: #f1d696;
  margin-bottom: 10px;
  font-weight: normal;
}

.incubation .title p {
  font-size: 12px;
  color: #fff;
}

.incubation ul {
  margin-top: 60px;
}

.incubation ul li:last-child {
  margin-right: 0;
}

.incubation ul li {
  display: inline-block;
  color: #fff;
  margin-right: 135px;
}

.incubation ul li img {
  width: 59px;
  height: 53px;
}

.incubation ul li p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
}

.incubation ul li h3 {
  font-size: 20px;
  font-weight: normal;
}

.incubation a {
  display: block;
  width: 285px;
  height: 50px;
  line-height: 50px;
  background: #f1d696;
  color: #1c1919;
  font-size: 15px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.incubation a i {
  margin-right: 10px;
}

.incubation a:hover {
  background: -webkit-linear-gradient(left top, #f1d696, #988b6b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left top, #f1d696, #988b6b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left top, #f1d696, #988b6b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left top, #f1d696, #988b6b);
  /* 标准的语法 */
}

/*# sourceMappingURL=common.css.map */