 body .main-page-wrapper {
   overflow-x:hidden;
 }

 /*--------------------- 过渡 --------------------*/
.tran3s,.menu-style-one #mega-menu-wrapper .nav>li.login button:before,.bootstrap-select.btn-group .dropdown-menu li a span.text,
.bootstrap-select.btn-group .dropdown-menu li a,.find-course-block .single-block>i,.our-pricing-plan .single-plan-table h6,
.our-pricing-plan .single-plan-table strong,.our-pricing-plan .single-plan-table ul li,.our-pricing-plan .single-plan-table ul li del,
.testimonial-styleOne .carousel-control,.our-course-styleTwo .single-course .image .opacity h5:before,.our-course-styleTwo .single-course .image .opacity h5,
.our-course-styleTwo .single-course .image .opacity p,.owl-theme .owl-dots .owl-dot span,
.course-sidebar .main-wrapper .tag-option ul li label,.course-sidebar .main-wrapper .tag-option ul li label:before,
.course-sidebar .main-wrapper .course-work-level ul li label,.inner-banner .opacity ul li a,.owl-theme .owl-nav [class*=owl-],
.mixitUp-menu li:before,#mixitUp-item .single-item .opacity:before,#mixitUp-item .single-item .opacity:after,
.popular-faq .faq-panel .panel-group .panel-heading a:before   {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tran4s,.our-course-styleTwo .single-course .image img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}


/*----------------------- 提升学历原因-white --------------------*/
.our-course-styleTwo .theme-title {margin: 145px 0 45px 0;}
.our-course-styleTwo .box-w{
  padding: 30px;
  padding-bottom: 10px;
  background: linear-gradient(to bottom, rgba(255,255,255,.2), #f5f7fc);
  border-radius: 20px;
}
.our-course-styleTwo .single-course {margin-bottom: 20px;}
.our-course-styleTwo .single-course .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.our-course-styleTwo .single-course .image img {width: 100%;}
.our-course-styleTwo .single-course:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
  filter: blur(5px) brightness(80%);
}
.our-course-styleTwo .single-course .image .opacity {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(7,7,7,0.2);
  border-radius: 3px;
  text-align: center;
}
.our-course-styleTwo .single-course .image .opacity h5 a {
  color: #fff;
  font-weight: 700;
  line-height: 28px;
}
.our-course-styleTwo .single-course .image .opacity h5 {
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  font-size: 24px;
  z-index: 9;
  top: 50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  backdrop-filter: blur(2px);
}
.our-course-styleTwo .single-course .image .opacity h5:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  margin-left: -5%;
  width: 110%;
  height: 100%;
  border-radius: 24px;
  background-color: rgba(255,255,255,.15);
  z-index: -1;
  opacity: 0;
  -webkit-transform:translateY(-90%);
          transform:translateY(-90%);
}
.our-course-styleTwo .single-course:hover .image .opacity h5:before {
  opacity: 1;
  -webkit-transform:translateY(0%);
          transform:translateY(0%);
}
.our-course-styleTwo .single-course:hover .image .opacity h5 {
  top:80px;
}
.our-course-styleTwo .single-course .image .opacity p {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center;
}
.our-course-styleTwo .single-course:hover .image .opacity p {
  opacity: 1;
  bottom: 40px;
}
@media(max-width: 599px){
  .our-course-styleTwo .col-xs-6{
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .our-course-styleTwo .single-course .image{
    border-radius: 10px;
  }
  .our-course-styleTwo .box-w{
    background-color: #fff;
  }
}



/*-------------------- 问答-white ---------------------*/
.popular-faq .faq-panel .panel-group .panel-heading.active-panel a:before,{
  background: #FF3A46;
}
.popular-faq .faq-panel .panel-group .panel-heading.active-panel a:before {
  border-style: solid;
  border-color:#FF3A46;
}

.popular-faq .row{
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}
.popular-faq .faq-panel {
  margin-top: 40px;
}
.popular-faq .theme-title {
  padding: 80px 0 15px 0;
}
.popular-faq .theme-title h2{
  margin-bottom: 0;
}
.popular-faq .faq-panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
}
.popular-faq .faq-panel .panel-heading h6 a {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color:#222222;
  padding: 8px 10px 8px 30px;
  display: block;
  position: relative;
}
.popular-faq .faq-panel .panel-group .panel {
  margin: 0;
  padding: 20px 20px 20px 30px;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
  border:none;
}
.popular-faq .faq-panel .panel-group .panel-body {
  border:none;
  padding: 0 35px 0 30px;
}
.popular-faq .faq-panel .panel-group .panel-body p {
  font-size: 16px;
  line-height: 24px;
  color: #67688c;
}
.popular-faq .faq-panel .panel-group .panel-heading a:before {
  content: '+';
  font-weight: 300;
  font-size: 18px;
  color: #dfdfdf;
  width: 14px;
  height: 14px;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left:0;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  font-weight: normal;
}
.popular-faq .faq-panel .panel-group .panel-heading.active-panel a:before {
  content: '-';
  color:#fff;
}
.panel-body{
  display: none;
}
@media(max-width: 599px){
  .popular-faq .theme-title{
    padding: 50px 0 0;
  }
  .popular-faq .theme-title h2{
    margin: 0 auto;
  }
  .popular-faq .container{
    width: 100%;
  }
  .popular-faq .row{
    width: 100%;
  }
  .popular-faq .faq-panel .panel-group .panel{
    padding: 15px 20px;
  }
  .popular-faq .faq-panel .panel-heading h6 a{
    padding-left: 30px;
    font-size: 16px;
  }
  .popular-faq .faq-panel .panel-group .panel-body {
    padding: 0 20px 0 30px;
  }
  .popular-faq .faq-panel-r{
    margin-top: 0;
  }
}


/*---------------------- 24小时在线-black ------------------*/
.instructor-banner {
  background: url(../images/home/4.jpg) no-repeat center;
  background-size: cover;
}
.instructor-banner .opacity-one {background: rgba(27,29,61,0.9);}
.instructor-banner .opacity-two {background: rgba(27,29,61,0.9);}

.instructor-banner .opacity {
  text-align: center;
  padding: 70px 0 80px 0;
}
.instructor-banner .opacity h4 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.instructor-banner .opacity h2 {
  font-weight: 700;
  color: #fff;
  line-height: 55px;
  letter-spacing: 2px;
  margin: 15px 0 25px 0;
}
.instructor-banner .opacity a {
  padding: 13px 35px;
  width: 170px;
  line-height: 48px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 25px;
}
@media(min-width: 1200px){
  .instructor-banner .opacity a:hover{
    border: 1px solid rgba(255,255,255,.1);
    background-color: rgba(255,255,255,.1);
  }
}
@media(max-width: 599px){
  .instructor-banner .opacity{
    padding: 40px 0;
  }
  .instructor-banner .opacity h2{
    margin: 10px 0;
  }
  .instructor-banner .opacity a{
    padding: 7px 15px;
    width: 140px;
    line-height: 30px;
  }
}


/*------------------- 提升方式 -------------------*/
@media(min-width: 1200px){
  .our-pricing-plan.inner-page .single-plan-table:hover{
    background: #FF3A46;
  }
  .our-pricing-plan .single-plan-table:hover a{
    border: 1px solid #fff;
    background-color: #fff;
    color: #ff4048!important;
  }
  .our-pricing-plan .yes-plan:hover{
    background-color: #ff4048;
  }
  .our-pricing-plan .no-plan:hover{
    background-color: #ccc;
  }
}
.our-pricing-plan .theme-title span {font-weight: 300;}
.our-pricing-plan .single-plan-table {
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
  width: 29%;
  text-align: center;
  position: relative;
  padding: 55px 0 50px 0;
  border-radius: 20px;
  /*backdrop-filter: blur(10px);*/
  background-color: #fff;
}
/*.our-pricing-plan .single-plan-table:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top:0;
  right: 0;
  background: rgba(198,198,198,0.3);
}*/
.our-pricing-plan .single-plan-table.fix:before {display: none;}
.our-pricing-plan .single-plan-table h6 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2.4px;
}
.our-pricing-plan .single-plan-table strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #ff4048;
  position: relative;
}
.our-pricing-plan .single-plan-table strong sub {
  font-size: 32px;
  top:-3px;
}
.our-pricing-plan .single-plan-table strong sup {
  font-size: 34px;
}
.our-pricing-plan .single-plan-table strong sup span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  position: absolute;
  bottom: -7px;
  right: 4px
}
.our-pricing-plan .single-plan-table ul li {
  font-size: 16px;
  line-height: 34px;
  color: #000;
}
.our-pricing-plan .single-plan-table ul li del {color: #b1b1b1;}
.our-pricing-plan .single-plan-table ul {padding: 10px 0 20px 0;}
.our-pricing-plan .single-plan-table a {
  padding: 12px 30px;
  width: 136px;
  line-height: 45px;
  border: 1px solid #ff4048;
  font-weight: 700;
  font-size: 16px;
  color: #ff4048;
  text-transform: uppercase;
  border-radius: 22px;
}
.our-pricing-plan .yes-plan:hover h6,
.our-pricing-plan .yes-plan:hover strong,
.our-pricing-plan .yes-plan:hover ul li,
.our-pricing-plan .yes-plan:hover a {
  color: #fff;
}
.our-pricing-plan .no-plan:hover h6,
.our-pricing-plan .no-plan:hover strong,
.our-pricing-plan .no-plan:hover ul li,
.our-pricing-plan .no-plan:hover a {
  color: #666;
}
.our-pricing-plan .yes-plan:hover a {border-color: #fff;color: #fff;}
.our-pricing-plan .no-plan:hover a {border-color: #666;color: #666;}
.our-pricing-plan .single-plan-table:hover ul li del {color: #ffb17c;}
.our-pricing-plan.inner-page .single-plan-table:hover ul li del {color: #1b1d3d;}
.our-pricing-plan .single-plan-table:hover strong {
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
}


/*------------------------- 联系我们 -----------------------*/
.registration-banner .registration-form .us:before{
  background-color: #ff4048;
}

.registration-banner {
  background: url(../images/home/2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}
.registration-banner .opacity {
  position: relative;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
}
.registration-banner .opacity:before {
  content: '';
  width: 103%;
  height: 290px;
  position: absolute;
  top: -200px;
  left: -37px;
  background: #f6f6fa;
  z-index: 1;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.registration-banner .registration-form {
  padding: 25px 0 0;
  border-radius: 10px;
}
.registration-banner .registration-form .us {
  /*background: #fff;*/
  background: #ff4048;
  position: relative;
  overflow: hidden;
  z-index: 99;
  padding: 50px 0 40px 0;
  margin-bottom: 70px;
  border-radius: 20px;
}
.registration-banner .registration-form .us:before {
  content: '';
  width: 113%;
  height: 205px;
  position: absolute;
  z-index: -1;
  top: -37px;
  left: -25px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.registration-banner .registration-form .us a{
  display: block;
}
.registration-banner .registration-form .us h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.registration-banner .registration-form .us p {
  font-size: 20px;
  color: rgba(255,255,255,0.87);
  text-align: center;
  padding: 8px 32px 75px 32px;
}
.registration-banner .registration-form .us .form-wrapper {
  padding: 0 40px;
}
.registration-banner .registration-form .us h6 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  color: rgba(255,255,255,.7);
}
.registration-banner .registration-form .us span {
  display: block;
  padding-top: 10px;
  padding-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
}
.registration-banner .registration-form .us .l-span{
  font-size: 16px;
}
.registration-banner .registration-form .us input {
  border:none;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  height: 42px;
  margin-bottom: 30px;
  color: rgba(0,0,0,0.4);
}
.registration-banner .registration-form .us input:focus {
  border-bottom-color:#1b1d3d;
}
.registration-banner .registration-form .us button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  color: #ff4048;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  line-height: 46px;
  border-radius: 30px;
  border: none;
}
.registration-banner .text-wrapper {padding: 150px 0 90px 90px;}
.registration-banner .text-wrapper h2 {
  padding-left: 30px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 65px;
  font-size: 42px;
  text-align: left;
}
.registration-banner .text-wrapper ul {margin: 0 -12px;}
.registration-banner .text-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  width: 194px;
  padding: 0 12px;
  margin-top: 38px;
}
.registration-banner .text-wrapper ul li .single-box {
  width: 170px;
  height: 170px;
  /*border: 2px solid rgba(255,255,255,0.1);*/
  border-radius: 50%;
  text-align: center;
  padding-top: 52px;
  backdrop-filter: blur(7px);
  background-color: rgba(255,255,255,.05);
}
.registration-banner .text-wrapper ul li .single-box h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
}
.registration-banner .text-wrapper ul li .single-box p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  font-weight: 300;
}

@media(max-width: 599px){
  .registration-banner .registration-form{
    padding: 0;
  }
  .registration-banner .registration-form .us{
    margin-bottom: 0;
  }
  .registration-banner .registration-form .us h3{
    margin-bottom: 30px;
    font-size: 24px;
  }
  .registration-banner .registration-form .us .form-wrapper{
    padding: 0 30px;
  }
  .registration-banner .text-wrapper{
    padding: 0;
  }
  .registration-banner .text-wrapper h2{
    line-height: 48px;
    font-size: 30px;
  }
  .registration-banner .text-wrapper ul{
    padding-bottom: 30px;
  }
  .registration-banner .text-wrapper ul li{
    margin-top: 20px;
  }
}