/*普通字体和按钮颜色*/
/*渐变色 上浅下深*/
/*突出色橘色*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tab-hightlight-color: transparent;
}
.csse6569d5791b01a {
}
body {
  font-family: 微软雅黑, 黑体 , Arial;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
::before,
::after {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
input,
textarea,
button {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
i,
b,
s,
em,
strong {
  font-style: normal;
  font-weight: normal;
}
.clearfix::before,
.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .layout {
    width: 1200px;
  }
}
@media screen and (max-width: 1199px) {
  .layout {
    width: 1000px;
  }
}
/*导航公共样式*/
.xueba_nav {
  width: 100%;
  height: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8888;
  background-color: #ffffff !important;
}
.xueba_nav .nav_logo {
  width: 152px;
  height: 38px;
  background: url("../images/p_index/logo01.png") no-repeat;
  position: absolute;
  left: 40px;
  top: 20px;
}
.xueba_nav .detail_nav {
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
.xueba_nav .detail_nav .tab_contanier {
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  position: relative;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs {
  width: 60%;
  height: 80px;
  display: flex;
  position: relative;
  left:20%;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs li {
  float: left;
  height: 80px;
  box-sizing: border-box;
  text-align: center;
  padding-right: 30px;
  position: relative;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs li:last-child {
  padding-right: 0;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs li a {
  /* color: #fff; */
  font-size: 16px;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs li a s {
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url("../images/p_index/menu-bai.png") no-repeat;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs li a img.arow {
  transition: all 1s;
}
.xueba_nav .detail_nav .tab_contanier ul.tabs li a .arow_active {
  transform: rotate(180deg);
}
.xueba_nav .detail_nav .tab_contanier a:hover {
  color: #269394 !important;
}
.xueba_nav .nav_right {
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: 40px;
  top: 0px;
}
.xueba_nav .nav_beforeLogin span {
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
.xueba_nav .nav_beforeLogin .login {
  color: #269394;
  border: 1px solid #269394;
  margin-right: 10px;
}
.xueba_nav .nav_beforeLogin .register {
  color: #fff;
  background-color: #269394;
  border: none;
}
.xueba_nav .nav_beforeLogin .login:hover {
  border: none;
  color: #269394;
  background-color: #fff;
}
.xueba_nav .nav_beforeLogin .register:hover {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(right, #edde5d, #f09819);
  background: -moz-linear-gradient(right, #edde5d, #f09819);
  background: -o-linear-gradient(right, #edde5d, #f09819);
  background: -ms-linear-gradient(right, #edde5d, #f09819);
  background: linear-gradient(right, #edde5d, #f09819);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=1);
}
.xueba_nav .nav_loginWin {
  cursor: pointer;
}
.xueba_nav .nav_loginWin img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.xueba_nav .nav_loginWin .nav_username {
  color: #fff;
  margin-left: 5px;
  line-height: 50px;
}
.xueba_nav .hide_common {
  width: 160px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 1px #999;
  position: absolute;
  left: -62px;
  top: 84px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 201;
  display: none;
}
.xueba_nav .hide_common ol.hideOl li {
  padding-right: 0;
  height: 40px!important;
  line-height: 40px;
  padding-right: 0!important;
  cursor: pointer;
}
.xueba_nav .hide_common ol.hideOl li a.olOne {
  padding-left: 25px;
}
.xueba_nav .hide_common ol.hideOl li a.xcg {
  /*height: 40px!important;*/
  display: block;
  color: #a9adb5;
  font-size: 14px;
}
.xueba_nav .hide_common ol.hideOl li:hover a {
  color: #edde5d;
}
.xueba_nav .hide_common ol.hideOl i {
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #F4F5F9 transparent;
  position: absolute;
  left: 50px;
  top: -20px;
  z-index: 2;
}
.xueba_nav .hide_info {
  margin-left: 18px;
}
.xueba_nav .hide_info li {
  height: 40px!important;
  line-height: 40px!important;
}
.xueba_nav .hide_info li a {
  color: #a9adb5;
  font-size: 14px;
}
.xueba_nav .hide_info .quit {
  background-color: #f8f9fb;
  margin: 5px 0 -5px 0;
}
.nav_active {
  background-color: #ffffff !important;
}
.nav_active s {
  background: url("../images/p_index/menu-hei.png") no-repeat !important;
}
.nav_active .nav_logo {
  background: url("../images/p_index/logo01.png") no-repeat !important;
}
/*.nav_active .tabs li a {*/
/*color: #79889c!important;*/
/*}*/
.nav_active .nav_beforeLogin .login {
  color: #269394;
  border: 1px solid #269394;
  margin-right: 10px;
}
.nav_active .nav_beforeLogin .register {
  color: #fff;
  background-color: #269394;
}
.nav_active .nav_beforeLogin .login:hover {
  border: none;
  color: #fff;
  background-color: #269394;
}
.nav_active .nav_beforeLogin .register:hover {
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(right, #edde5d, #f09819);
  background: -moz-linear-gradient(right, #edde5d, #f09819);
  background: -o-linear-gradient(right, #edde5d, #f09819);
  background: -ms-linear-gradient(right, #edde5d, #f09819);
  background: linear-gradient(right, #edde5d, #f09819);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=1);
}
.nav_active .nav_loginWin .nav_username {
  color: #79889c!important;
}
/*底部公共样式*/
.xueba_footer {
  background: -webkit-linear-gradient(top, #2d333e, #585e69);
  background: -moz-linear-gradient(top, #2d333e, #585e69);
  background: -o-linear-gradient(top, #2d333e, #585e69);
  background: -ms-linear-gradient(top, #2d333e, #585e69);
  background: linear-gradient(top, #2d333e, #585e69);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d333e', endColorstr='#585e69', GradientType=0);
}
.xueba_footer .footerTop {
  /*height: 145px;*/
  height: 130px;
}
.xueba_footer .footerTop .layout ul li {
  float: left;
  /*width: 24%;*/
}
.xueba_footer .footerTop .layout ul li:nth-child(1) {
  color: #2d333e;
}
.xueba_footer .footerTop .layout ul li:nth-child(2) {
  margin-left: 225px;
}
.xueba_footer .footerTop .layout ul li:nth-child(3) {
  float: right;
  color: #323843;
}
.xueba_footer .aboutUs {
  height: 310px;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.xueba_footer .aboutUs .layout {
  padding-top: 80px;
}
.xueba_footer .aboutUs .layout .footerLogo {
  float: left;
  width: 160px;
}
.xueba_footer .aboutUs .layout .footerLogo img {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 16px;
}
.xueba_footer .aboutUs .layout .aboutUsPublicClient {
  float: left;
  width: 410px;
  border-left: 1px solid #5c626c;
  border-right: 1px solid #5c626c;
}
.xueba_footer .aboutUs .layout .customerTel {
  float: left;
  width: 300px;
}
.xueba_footer .aboutUs .layout .customerTel li {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  margin-left: 50px;
}
.xueba_footer .aboutUs .layout .customerTel li:nth-child(1) {
  font-size: 14px;
}
.xueba_footer .aboutUs .layout .customerTel li:nth-child(2) {
  font-size: 30px;
  color: #D6B95D;
  margin-top: 16px;
  margin-bottom: 16px;
}
.xueba_footer .commonUl {
  float: left;
  margin-left: 60px;
}
.xueba_footer .commonUl li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
}
.xueba_footer .commonUl li:nth-child(1) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}
.xueba_footer .hotCourse {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  line-height: 45px;
}
.xueba_footer .hotCourse .layout {
  height: 80px;
  padding-top: 18px;
  /*padding-left: 60px;*/
}
.xueba_footer .hotCourse .layout ul {
  height: 80px;
}
.xueba_footer .hotCourse .layout ul li {
  float: left;
  margin-right: 15px;
}
.xueba_footer .hotCourse .layout ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
.xueba_footer .companyInfo {
  height: 125px;
  line-height: 125px;
}
.xueba_footer .companyInfo .layout {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}
.xueba_footer .companyInfo .layout .beian {
  display: inline-block;
  /*float: left;*/
}
.xueba_footer .companyInfo .layout .beian a {
  color: #FFFFFF;
}
.xueba_footer .companyInfo .layout .beian a:hover {
  color: #fff;
}
.xueba_footer .companyInfo .layout .yanzheng {
  /*float: left;*/
  display: inline-block;
  width: 83px;
  height: 30px;
  margin: 43px 50px 0;
}
.xueba_footer .companyInfo .layout .yanzheng img {
  width: 83px;
  height: 30px;
  display: block;
}
.xueba_footer #go_top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  cursor: pointer;
  z-index: 600;
}
.xueba_footer #go_top #img {
  height: 45px;
  width: 45px;
  display: none;
}
/*什么是双子座式好老师公共样式*/
ul.whyTeacher {
  padding-top: 45px;
}
ul.whyTeacher li {
  height: 70px;
  margin-bottom: 40px;
}
ul.whyTeacher li s {
  float: left;
  display: inline-block;
  width: 51px;
  height: 45px;
  margin-top: 12px;
  background-image: url("../images/p_index/tubiaodaquan.png");
}
ul.whyTeacher li .footerTeacher p:nth-child(1) {
  color: #fff!important;
}
ul.whyTeacher li .whyOne,
ul.whyTeacher li .whyTen {
  background-position: 0px 0px;
}
ul.whyTeacher li .whyTwo {
  background-position: 0px -73px;
}
ul.whyTeacher li .whyThree {
  background-position: 0px -155px;
}
ul.whyTeacher li .whyFour {
  background-position: 0px -244px;
}
ul.whyTeacher li .whyFive,
ul.whyTeacher li .whyNine {
  background-position: 0px -321px;
}
ul.whyTeacher li .whySix {
  background-position: 0px -395px;
}
ul.whyTeacher li .whySeven {
  background-position: 0px -466px;
}
ul.whyTeacher li .whyEight {
  background-position: 0px -541px;
}
ul.whyTeacher li .high_teach {
  float: left;
  margin-left: 22px;
}
ul.whyTeacher li .high_teach p:nth-child(1) {
  color: #6f7783;
  font-size: 20px!important;
}
ul.whyTeacher li .high_teach p:nth-child(2) {
  color: #7e858f;
  font-size: 16px!important;
  margin-top: 15px;
}
/*咨询我们按钮公共样式*/
.consultUs {
  /*margin: 50px auto 0px;*/
  margin: 140px auto 0px;
  width: 160px;
  height: 45px;
}
.consultUs .btnCommon {
  display: inline-block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #269394;
  border: none;
  cursor: pointer;
}
.consultUs .btnCommon img {
  vertical-align: middle;
}
/* 咨询我们 带动画按钮*/
.layout .consultUs {
  text-align: center;
  z-index: 2;
}
.layout .consultUs a.goBtn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 45px;
  width: 160px;
  background-color: #f7f8fa;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
}
.layout .consultUs a.goBtn .btn_mask {
  width: 0;
  height: 100%;
  color: #fff;
  position: absolute;
  z-index: 2;
  background: -webkit-linear-gradient(right, #edde5d, #f09819);
  background: -moz-linear-gradient(right, #edde5d, #f09819);
  background: -o-linear-gradient(right, #edde5d, #f09819);
  background: -ms-linear-gradient(right, #edde5d, #f09819);
  background: linear-gradient(right, #edde5d, #f09819);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-from', endColorstr='@liner-gradient-color-to', GradientType=1);
  opacity: 0.5;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
  -moz-transition: width 1s;
  transition: width 1s;
}
.layout .consultUs a.goBtn .contact_consult {
  color: #8a919b;
  border: 1px solid #e4e6e8;
  background-color: #f7f8fa;
}
/*公共的标题样式*/
.layout .commonTitle {
  font-size: 48px;
  color: #464d58;
  text-align: center;
}
.layout .commonCon {
  font-size: 20px;
  color: #6f7783;
  margin-top: 30px;
  text-align: center;
}
/*全科专业课程体系 六位一体陪伴式教学 公共样式*/
.professional_system {
  width: 100%;
  height: 1040px;
  background-color: #f8f9fb;
}
.professional_system .layout {
  height: 720px;
  padding: 130px 0;
  text-align: center;
}
.professional_system .layout .system_content ul {
  margin-top: 130px;
}
.professional_system .layout .system_content ul li {
  float: left;
  /*width: 30%;*/
  width: 280px;
  height: 540px;
  background-color: #fff;
  text-align: center;
  padding: 70px 10px;
  position: relative;
}
.professional_system .layout .system_content ul li img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url("../images/p_primarySchool/zhuagnshi2.png") no-repeat;
  transition: all 1s;
}
.professional_system .layout .system_content ul li img:hover {
  transform: scale(1.3);
}
.professional_system .layout .system_content ul li h4 {
  font-size: 40px;
  font-weight: normal;
  color: #2b333f;
  margin-top: 40px;
}
.professional_system .layout .system_content ul li h6 {
  font-size: 20px;
  font-weight: normal;
  color: #2b333f;
  margin-top: 40px;
}
.professional_system .layout .system_content ul li p {
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight:600;
  margin-top:50px;
}
.professional_system .layout .system_content ul li p span {
  color: #269394;
}
.professional_system .layout .system_content ul li p:nth-child(4) {
  margin-top: 30px;
}
.professional_system .layout .system_content ul li:hover {
  box-shadow: 1px 3px 15px 5px rgba(180, 186, 197, 0.5);
}
.professional_system .layout .system_content ul .proTwo,
.proFive {
  margin: 0px 20px;
}
/*小学 初高中页面*/
.professional_system .layout .system_content ul li s {
  display: inline-block;
  width: 132px;
  height: 150px;
  background: url("../images/p_primarySchool/zhuagnshi2.png") no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 69px;
}
/*全学科课程规划  为学生匹配名校最优双子座老师 公共样式*/
.course_plan {
  width: 100%;
  height: 1150px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.course_plan .plan_line {
  width: 100%;
  height: 1px;
  background-color: #f3f5f7;
  position: absolute;
  left: 0;
  top: 429px;
}
.course_plan b {
  display: inline-block;
  width: 100%;
  height: 324px;
  background: url("../images/p_index/Sdiwen.png") no-repeat;
  position: absolute;
  left: 0;
  bottom: -323px;
  z-index: 106;
}
.course_plan .layout {
  height: 980px;
  padding: 130px 0;
}
.course_plan .layout #myStyle {
  animate-duration: 10s;
  animate-delay: 1s;
}
.course_plan .layout .all_course {
  width: 100%;
  height: 218px;
  margin-top: 90px;
}
.course_plan .layout .all_course .xuebaGrade {
  height: 100px;
}
.course_plan .layout .all_course .xuebaGrade ul li {
  float: left;
  width: 30%;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  background-color: #fafafa;
  color: #626871;
  font-size: 40px;
  font-weight: normal;
}
.course_plan .layout .all_course .xuebaGrade ul li:nth-child(2) {
  margin: 0 5%;
}
.course_plan .layout .all_course .course_active {
  background-color: #269394 !important;
  color: #fff!important;
  font-weight: bold!important;
}
.course_plan .layout .all_course .xuebaCourse {
  height: 48px;
  margin: 68px auto 0px;
}
.course_plan .layout .all_course .xuebaCourse ul {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 auto;
}
.course_plan .layout .all_course .xuebaCourse ul li {
  float: left;
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 25px;
  font-size: 16px;
  color: #9fa4ac;
  cursor: pointer;
  border: 1px solid #e2e4e6;
  background-color: #fff;
  margin-right: 13px;
}
.course_plan .layout .all_course .xuebaCourse ul.xiaoXue {
  width: 420px;
}
.course_plan .layout .level_outer {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.course_plan .layout .level_outer .all_level {
  width: 1200px;
  height: 480px;
  position: relative;
}
.course_plan .layout .level_outer .all_level .commonLevel {
  width: 240px;
  position: absolute;
  bottom: 0;
  z-index: -100;
}
.course_plan .layout .level_outer .all_level .commonLevel i {
  display: inline-block;
  width: 240px;
  position: absolute;
  bottom: -76px;
  left: 0;
  z-index: -1;
}
.course_plan .layout .level_outer .all_level .commonLevel .firstHelpIcon {
  left: -78px;
  width: 80px;
  height: 198px;
  background: url("../images/p_index/kec01-leftNew.png") no-repeat;
}
.course_plan .layout .level_outer .all_level .commonLevel .levelOneIcon {
  height: 230px;
  background: url("../images/p_index/kec01.png");
}
.course_plan .layout .level_outer .all_level .commonLevel .levelTwoIcon {
  height: 271px;
  background: url("../images/p_index/kec02.png");
}
.course_plan .layout .level_outer .all_level .commonLevel .levelThreeIcon {
  height: 301px;
  background: url("../images/p_index/kec03.png");
}
.course_plan .layout .level_outer .all_level .commonLevel .levelFourIcon {
  height: 350px;
  background: url("../images/p_index/kec04.png");
}
.course_plan .layout .level_outer .all_level .commonLevel .levelFiveIcon {
  height: 404px;
  background: url("../images/p_index/kec05.png");
}
.course_plan .layout .level_outer .all_level .commonLevel .lastHelpIcon {
  width: 80px!important;
  height: 461px;
  background: url("../images/p_index/kec01-rightNew.png") no-repeat;
}
.course_plan .layout .level_outer .all_level .commonLevel s {
  display: inline-block;
  width: 1px;
  height: 265px;
  background-color: #f1f3f5;
  z-index: -2;
  position: absolute;
  top: 18px;
  left: 0;
}
.course_plan .layout .level_outer .all_level .level_top {
  color: #84878d;
  text-align: center;
  height: 200px;
  padding-top: 110px;
}
.course_plan .layout .level_outer .all_level .level_top p:nth-child(1) {
  font-size: 30px;
}
.course_plan .layout .level_outer .all_level .level_top p:nth-child(2) {
  font-size: 16px;
}
.course_plan .layout .level_outer .all_level .level_bottom .inner {
  padding-top: 120px;
}
.course_plan .layout .level_outer .all_level .level_bottom .inner p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  padding-left: 18px;
  position: static;
}
.course_plan .layout .level_outer .all_level .firstHelp {
  width: 100px;
  height: 218px;
  left: 0px;
  bottom: 0;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .levelOne {
  height: 400px;
  left: 0;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .levelOne .LV1_content {
  height: 276px;
  padding-top: 110px;
}
.course_plan .layout .level_outer .all_level .levelTwo {
  height: 420px;
  left: 240px;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .levelTwo .LV2_content {
  height: 296px;
  padding-top: 125px;
}
.course_plan .layout .level_outer .all_level .levelThree {
  height: 440px;
  left: 480px;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .levelThree .LV3_content {
  height: 316px;
  padding-top: 135px;
}
.course_plan .layout .level_outer .all_level .levelFour {
  height: 460px;
  left: 720px;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .levelFour .LV4_content {
  height: 336px;
  padding-top: 145px;
}
.course_plan .layout .level_outer .all_level .levelFive {
  height: 480px;
  left: 960px;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .levelFive .LV5_content {
  height: 356px;
  padding-top: 155px;
}
.course_plan .layout .level_outer .all_level .levelFive .lastHelpLine {
  position: absolute;
  right: 0;
  bottom: 0;
}
.course_plan .layout .level_outer .all_level .lastHelp {
  width: 1px;
  height: 500px;
  left: 1200px;
  bottom: -500px;
}
.course_plan .layout .level_outer .all_level .lastHelp .lastHelpIcon {
  width: 100px;
}
@-webkit-keyframes riseTop {
  from {
    bottom: -500px;
  }
  to {
    bottom: 0px;
  }
}
@-moz-keyframes riseTop {
  from {
    bottom: -500px;
  }
  to {
    bottom: 0px;
  }
}
@-ms-keyframes riseTop {
  from {
    bottom: -500px;
  }
  to {
    bottom: 0px;
  }
}
@-o-keyframes riseTop {
  from {
    bottom: -500px;
  }
  to {
    bottom: 0px;
  }
}
@keyframes riseTop {
  from {
    bottom: -500px;
  }
  to {
    bottom: 0px;
  }
}
.course_plan .layout .level_outer .riseTop {
  -webkit-animation-name: riseTop;
  -moz-animation-name: riseTop;
  -ms-animation-name: riseTop;
  -o-animation-name: riseTop;
  animation-name: riseTop;
}
.course_plan .layout .level_outer .animated {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
/*师资banner 小学课程banner 公共样式*/
.commonBanner {
  width: 100%;
  height: 640px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=0);
}
.commonBanner .layout {
  height: 640px;
  padding: 220px 0px 220px;
  position: relative;
}
.commonBanner .layout .tbLeft {
  /*width: 500px;*/
  width: 570px;
}
.commonBanner .layout .tbLeft ul li {
  color: #f17e2e;
}
.commonBanner .layout .tbLeft ul li:nth-child(1) {
  font-size: 65px;
}
.commonBanner .layout .tbLeft ul li:nth-child(2) {
  font-size: 45px;
}
.commonBanner .layout .tbLeft ul li:nth-child(3) {
  font-size: 20px;
  margin-top: 35px;
  color: #f17e2e;
}
.commonBanner .layout .tbLeft .teacherBtn {
  margin: 50px 0 0 0;
}
.commonBanner .layout .tbRightTeacher {
  width: 662px;
  height: 456px;
  background: url("../images/p_teacher/banner01.png");
  position: absolute;
  right: 0;
  bottom: 0;
}
.commonBanner .layout .tbRightTeacher s {
  display: inline-block;
  width: 256px;
  height: 234px;
  background: url("../images/p_teacher/banner02.png");
  position: absolute;
  left: 105px;
  top: 2px;
}
/*小学 初中 高中 banner 公共样式*/
.primaryBanner .layout .tbLeft li:nth-child(4) {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.primaryBanner .layout .primaryBtn {
  width: 350px;
  margin-top: 50px;
  margin-left: 0;
}
.primaryBanner .layout .primaryBtn button {
  font-weight: bold;
}
.primaryBanner .layout .primaryBtn .buySoon {
  float: left;
}
/*师资页面-在线学习省时省力  小学课程-及时反馈学习效果 公共样式*/
.saveTimeStudy {
  width: 100%;
  height: 1280px;
  background-color: #f8f9fb;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.saveTimeStudy .interactive {
  width: 100%;
  height: 900px;
  margin-top: 100px;
  position: relative;
}
.saveTimeStudy .interactive ul li {
  float: left;
  width: 570px;
  height: 230px;
  background-color: #fff;
  padding: 38px 50px;
  margin-bottom: 50px;
}
.saveTimeStudy .interactive ul li img {
  float: left;
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.saveTimeStudy .interactive ul li .interactive_right {
  float: left;
  width:250px;
  margin: 10px 0 0 50px;
}
.saveTimeStudy .interactive ul li .interactive_right p {
  font-size: 20px;
  color: #7e858f;
}
.saveTimeStudy .interactive ul li:nth-child(2n+1) {
  margin-right: 50px;
}
.saveTimeStudy .interactive ul li:nth-child(2n) img {
  float: right;
}
.saveTimeStudy .interactive ul li:nth-child(2n) .interactive_right {
  float: right;
  margin-right: 180px;
  margin-top: -140px;
}
.saveTimeStudy .interactive ul s {
  display: inline-block;
  width: 130px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.saveTimeStudy .interactive ul .toLeft1 {
  background: url("../images/p_teacher/left.png") no-repeat;
  top: 100px;
}
.saveTimeStudy .interactive ul .toLeft2 {
  background: url("../images/p_teacher/left.png") no-repeat;
  top: 375px;
}
.saveTimeStudy .interactive ul .toLeft3 {
  background: url("../images/p_teacher/left.png") no-repeat;
  bottom: 240px;
}
.saveTimeStudy .interactive ul .toRight1 {
  background: url("../images/p_teacher/right.png") no-repeat;
  top: 135px;
}
.saveTimeStudy .interactive ul .toRight2 {
  background: url("../images/p_teacher/right.png") no-repeat;
  top: 410px;
}
.saveTimeStudy .interactive ul .toRight3 {
  background: url("../images/p_teacher/right.png") no-repeat;
  bottom: 205px;
}
/*六位一体陪伴式教学 助力实现名校梦 师资页面/初中页面公共样式*/
.accompany_teach {
  height: 1500px;
  background-color: #f8f9fb!important;
}
.accompany_teach .layout {
  padding: 130px 0 90px;
}
.accompany_teach .layout .system_content {
  width: 100%;
  position: relative;
}
.accompany_teach .layout .system_content ul {
  height: 885px;
}
.accompany_teach .layout .system_content ul .dream {
  width: 365px;
  height: 410px;
  margin-bottom: 60px;
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding: 55px;
}
.accompany_teach .layout .system_content ul .dream h4 {
  font-size: 35px;
  margin: 35px 0 30px;
}
.accompany_teach .layout .system_content ul .dream p {
  line-height: 16px;
}
.accompany_teach .layout .system_content ul .dream p:nth-child(4) {
  margin-top: 0px!important;
}
.accompany_teach .layout .system_content ul .proTwo,
.accompany_teach .layout .system_content ul .proFive {
  margin: 0 0!important;
}
.accompany_teach .layout .system_content ul .dream1 {
  background:-webkit-linear-gradient(top, #259394, #259394);
  left: 180px;
  top: 205px;
}
.accompany_teach .layout .system_content ul .dream2 {
  background:-webkit-linear-gradient(top, #259394, #259394);
  left: 600px;
  top: 205px;
}
.accompany_teach .layout .system_content ul .dream3 {
  background:-webkit-linear-gradient(top, #259394, #259394);
  left: 1016px;
  top: 205px;
}
.accompany_teach .layout .system_content ul .dream4 {
  background:-webkit-linear-gradient(top, #259394, #259394);
  left: 180px;
  top: 675px;
}
.accompany_teach .layout .system_content ul .dream5 {
  background:-webkit-linear-gradient(top, #259394, #259394);
  left: 600px;
  top: 675px;
}
.accompany_teach .layout .system_content ul .dream6 {
  background:-webkit-linear-gradient(top, #259394, #259394);
  left: 1016px;
  top: 675px;
}
.accompany_teach .layout .system_content .consultUs .contact_teacher {
  color: #fff;
  background-color: #269394;
  margin-top: -90px !important;
}
/*个性化定制课程 现在报名，填写后领取  小学-初中-高中公共样式*/
.get_course {
  width: 100%;
  height: 630px;
  background-color: #fff;
}
.get_course .layout {
  height: 630px;
  padding: 100px 0;
}
.get_course .layout ul {
  height: 630px;
}
.get_course .layout ul li {
  float: left;
}
.get_course .layout ul li .mycourse {
  color: #2b333f;
  font-size: 40px;
}
.get_course .layout ul li .apply {
  color: #6f7783;
  font-size: 20px;
  margin-top: 20px;
}
.get_course .layout ul li.getCourseLeft {
  width: 600px;
  text-align: left;
  border-right: 1px solid #e5e9ed;
  padding: 0 100px;
}
.get_course .layout ul li.getCourseLeft form {
  margin-top: 15px;
}
.get_course .layout ul li.getCourseLeft form input,
.get_course .layout ul li.getCourseLeft form select {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-top: 10px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  background-color: #f8f9fb;
}
.get_course .layout ul li.getCourseLeft form input {
  width: 470px;
}
.get_course .layout ul li.getCourseLeft form .tel {
  margin-top: 10px;
}
.get_course .layout ul li.getCourseLeft form input::-webkit-input-placeholder {
  color: #c5cad3;
}
.get_course .layout ul li.getCourseLeft form input:-ms-input-placeholder {
  color: #c5cad3;
}
.get_course .layout ul li.getCourseLeft form input::-moz-placeholder {
  color: #c5cad3;
}
.get_course .layout ul li.getCourseLeft form input:-moz-placeholder {
  color: #c5cad3;
}
.get_course .layout ul li.getCourseLeft form .xiala {
  width: 470px;
}
.get_course .layout ul li.getCourseLeft form .xiala select {
  width: 32%;
  position: relative;
}
.get_course .layout ul li.getCourseLeft form .xiala select s {
  display: inline-block;
  width: 11px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 0;
}
.get_course .layout ul li.getCourseLeft form .consultUs {
  margin: 30px 0 0 0!important;
}
.get_course .layout ul li.getCourseLeft form .contact_one {
  color: #fff;
  background-color: #269394;
}
.get_course .layout ul li.getCourseRight {
  float: right;
}
.get_course .layout ul li.getCourseRight .wechat {
  width: 500px;
}
.get_course .layout ul li.getCourseRight .wechat .wechatLeft {
  float: left;
  width: 200px;
  height: 350px;
}
.get_course .layout ul li.getCourseRight .wechat .wechatLeft p {
  width: 200px;
  height: 140px;
  font-size: 14px;
  color: #6f7783;
  line-height: 25px;
  margin-top: 16px;
}
.get_course .layout ul li.getCourseRight .wechat .wechatLeft .consultUs {
  margin-top: 0px;
  margin-left: 0!important;
}
.get_course .layout ul li.getCourseRight .wechat .wechatLeft .contact_consult {
  background-color: #fff!important;
  color: #6f7783 !important;
}
.get_course .layout ul li.getCourseRight .wechat .weichatRight {
  width: 200px;
  height: 350px;
  float: left;
  margin-left: 80px;
}
.get_course .layout ul li.getCourseRight .wechat .weichatRight img {
  display: inline-block;
  width: 144px;
  height: 144px;
  margin-top: 30px;
}
.get_course .layout ul li.getCourseRight .wechat .weichatRight p {
  font-size: 14px;
  color: #b2b6bd;
  margin-top: 20px;
}
/*右侧固定定位公共样式*/
.telFixed {
  position: fixed;
  right: 0;
  top: 30%;
  color: #fff;
  text-align: center;
  z-index: 600;
  display: none;
}
.telFixed .fixedComon {
  width: 90px;
  height: 90px;
  padding: 15px;
  font-size: 14px;
}
.telFixed .fixedComon i {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background: url("../images/p_index/fixedRight.png") no-repeat !important;
}
.telFixed .onlineAdvisory {
  background-color: #269394;
  margin-bottom: 1px;
}
.telFixed .onlineAdvisory a {
  color: #fff;
}
.telFixed .onlineAdvisory a .fix1 {
  background-position: 0 -91px;
}
.telFixed .initTel {
  background-color: #269394;
}
.telFixed .initTel .fix1 {
  background-position: 0 -91px;
}
.telFixed .initTel .goTel {
  width: 200px;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  background-color: #edde5d;
  z-index: -10;
  position: absolute;
  right: 90px;
  top: 91px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
}
.telFixed .initTel:hover .goTel {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.telFixed .freeListen {
  cursor: pointer;
  background-color: #f17e2e;
  margin-top: 1px;
}
.telFixed .freeListen a {
  color: #fff;
}
.telFixed .freeListen a .fix2 {
  background-position: 0px -184px;
}
/*******************************************/
/* 官网注册 免费测评课弹框 */
.modal-body {
  position: relative;
  padding: 0px;
}
.modal-content {
  width: 699px;
  height: 408px;
}
.modal-header {
  padding: 5px 35px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
}
.m_right .myForm {
  height: 348px;
  padding-left: 350px;
  padding-top: 50px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group input {
  width: 308px;
  height: 41px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px #a9a9a9 solid;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
}
.m_left {
  width: 350px;
  padding-left: 38px;
  float: left;
}
.m_left .m_img1 {
  display: block;
  width: 96px;
  height: 71px;
  margin-top: 19px;
}
.m_left .m_img2 {
  width: 282px;
  height: 224px;
  margin-top: 24px;
}
.m_left .zero_yuan {
  font-size: 26px;
  line-height: 30px;
  color: #269394;
}
.m_left .qbfj {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.m_left p {
  margin: 0 0 5px;
}
#getBtn {
  width: 308px ;
  height: 41px;
  margin: 10px 20px 0px -2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  background-color: #269394 !important;
  color: #fff;
  border: none;
}
#getBtn:hover {
  background-color: #f17e2e !important;
}
.m_select {
  width: 308px;
  margin-bottom: 19px;
  height: 37px;
}
select {
  /*float: left ;*/
  width: 141px;
  height: 41px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-left: 10px;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/index/arrow.png") no-repeat scroll right 15px center transparent;
  padding-right: 14px;
}
select::-ms-expand {
  display: none;
}
.m_grade {
  float: left;
}
.lessons {
  float: right;
}
/* 验证样式 */
label.error {
  color: red;
  padding-left: 15px;
}
/*******************************************/
.init_header_css {
  color: #333;
  font-size: 16px;
}
.change_header_css {
  color: #269394;
}
.filex_header_css {
  color: #79889c;
}
/*登录 注册 找回密码 用户中心 公共底部样式*/
/*登录 注册底部*/
.loginFooter {
  height: 185px;
  line-height: 185px;
  text-align: center;
  font-size: 14px;
  color: #6f7783;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.loginFooter a {
  color: #6f7783;
}
.loginFooter a:hover {
  color: #000;
}
/*注册订单中心公共的弹框样式*/
/*模态框公共样式*/
.mask,
.anouceMask,
.vedioMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
/*弹框公共样式*/
.tankuangOut {
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*-webkit-border-radius: 25px;*/
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  /*border-radius: 50px;*/
  z-index: 16666;
}
.tankuangOut .tankuangInner {
  position: relative;
}
.tankuangOut .tankuangInner .close,
.tankuangOut .tankuangInner .closeTankuang {
 /* width: 40px;
  height: 70px;
  line-height: 25px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  padding: 10px;*/
  /*writing-mode: tb-rl;*/
  /*-webkit-writing-mode: vertical-rl;*/
  /*writing-mode: vertical-rl;*/
 /* -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  right: -46px;
  top: 10px;*/
}
.tankuangOut .tankuangInner .tankuang_con_common {
  text-align: center;
}
.tankuangOut .tankuangInner .tankuang_con_common h6 {
  font-size: 30px;
  font-weight: 100;
  color: #474d58;
  margin: 20px 0;
  text-align: center;
}
.tankuangOut .tankuangInner .tankuang_con_common .common_tan_ul {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #a2a7ae;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 25px;
  display: flex;
}
.tankuangOut .tankuangInner .tankuang_con_common .common_tan_ul li {
  float: left;
  color: #fff;
  text-align: center;
}
.tankuangOut .tankuangInner .tankuang_con_common .allOrder {
  height: 95px;
  line-height: 95px;
  color: #c2c7d0;
  font-size: 12px;
}
/* 分页调整样式*/
#pagination,
.pageCommon {
  float: left;
  width: 100%;
  text-align: center;
}
#pagination .layui-laypage a,
.pageCommon .layui-laypage a {
  border-radius: 100px!important;
  margin-right: 5px!important;
}
#pagination .layui-laypage a:hover,
.pageCommon .layui-laypage a:hover {
  color: #f17e2e !important;
}
#pagination .layui-laypage span,
.pageCommon .layui-laypage span {
  border-radius: 100px!important;
}
#pagination .layui-laypage select,
.pageCommon .layui-laypage select {
  width: 58px!important;
  padding: 3px 5px!important;
  border-radius: 100px!important;
  background: none!important;
}
#pagination .layui-laypage .layui-laypage-spr,
.pageCommon .layui-laypage .layui-laypage-spr {
  margin-right: 5px!important;
}
#pagination .layui-laypage-curr,
.pageCommon .layui-laypage-curr {
  margin-right: 5px!important;
}
#pagination .layui-laypage-curr .layui-laypage-em,
.pageCommon .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #269394 !important;
  border-radius: 100px!important;
}
#pagination .layui-laypage input,
.pageCommon .layui-laypage input {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#pagination .layui-laypage button,
.pageCommon .layui-laypage button {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
