* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 14px;
  font-family: "微软雅黑";
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
}
img {
  border: none;
}
ul,
li,
dl,
dd,
dt {
  list-style: none;
}
.shadow-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.font-bold {
  font-weight: bolder;
}
.font-normal {
  font-weight: normal;
}
.font10 {
  font-size: 10px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font25 {
  font-size: 25px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 36px;
}
.left50 {
  margin-left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top50 {
  margin-top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.middle50 {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
/* 仿bootstrap */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hidden {
  display: none;
}
.show,
.display-block {
  display: block;
}
.clearfix {
  clear: both;
}
.container {
  padding: 0 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container-fuild {
  margin: 0;
  padding: 0;
  width: 100%;
}
.width5 {
  width: 5%;
}
.width10 {
  width: 10%;
}
.width20 {
  width: 20%;
}
.width25 {
  width: 25%;
}
.width30 {
  width: 30%;
}
.width33 {
  width: 33.33%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width75 {
  width: 75%;
}
.width80 {
  width: 80%;
}
.width100 {
  width: 100%;
}
.box-100-100 {
  width: 100%;
  height: 100%;
}
.m-3 {
  margin: 3px;
}
.mt-3 {
  margin-top: 3px;
}
.mb-3 {
  margin-bottom: 3px;
}
.ml-3 {
  margin-left: 3px;
}
.mr-3 {
  margin-right: 3px;
}
.m-5 {
  margin: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.m-25 {
  margin: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.ml-25 {
  margin-left: 25px;
}
.mr-25 {
  margin-right: 25px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.m-35 {
  margin: 35px;
}
.mt-35 {
  margin-top: 35px;
}
.mb-35 {
  margin-bottom: 35px;
}
.ml-35 {
  margin-left: 35px;
}
.mr-35 {
  margin-right: 35px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
img.middle {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
input.form-control {
  height: 34px;
  padding: 0.5rem 0.8rem;
  line-height: 1.4;
  border-radius: 2px;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #138a9e;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 138, 158, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(19, 138, 158, 0.6);
}
input.form-control.green {
  border: 1px solid #00cab0;
}
.form-control.green:focus {
  border-color: #00cab0;
}
input.form-control.gray {
  border: 1px solid #9b9b9b;
}
.form-control.gray:focus {
  border-color: #9b9b9b;
}
.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.tran-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hover85:hover {
  opacity: 0.85;
}
.hover70:hover {
  opacity: 0.7;
}
.c-pointer {
  cursor: pointer;
}
.bg-white {
  background: white;
}
.bg-red {
  background: red;
}
.bg-green {
  background: #00cab0;
}
.color-logo {
  color: #2eb6aa;
}
.color-green {
  color: #00cab0;
}
.color-blue {
  color: #5999e4;
}
.color-white {
  color: white;
}
.color-yellow {
  color: #f18e34;
}
.color-gray {
  color: #333333;
}
.color-lgray {
  color: #666666;
}
.color-llgray {
  color: #999999;
}
.color-red {
  color: #dd272b;
}
.content100 {
  width: 1290px;
}
@keyframes headerDown {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes headerUp {
  0% {
    top: 0;
  }
  100% {
    top: -100px;
  }
}
header .header {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px #ccc;
  position: fixed;
  left: 0;
  z-index: 999;
  overflow: hidden;
  animation: headerDown 0.5s;
}
header .header .content100 {
  padding: 0 25px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}
header .header .content100 .pull-left dt img {
  position: relative;
  top: 10px;
}
header .header .content100 .pull-left dd {
  height: 100px;
  line-height: 100px;
  width: 180px;
  text-align: center;
}
header .header .content100 .pull-left dd a {
  font-size: 24px;
  color: #666666;
}
header .header .content100 .pull-left dd.active a {
  color: #333333;
}
header .header .content100 .pull-left dd:hover a {
  color: #333333;
}
header .header .content100 .pull-right span {
  display: inline-block;
  width: 130px;
  height: 32px;
  line-height: 32px;
  background: #37b0a6;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
footer .content100 {
  margin: 0 auto;
  height: auto;
  padding: 0 25px;
}
footer .content100 .page-foot {
  padding: 70px 0;
}
footer .content100 .page-foot .pull-left:nth-child(1) {
  width: 300px;
}
footer .content100 .page-foot li {
  font-size: 18px;
  line-height: 40px;
}
footer .content100 .page-foot li span {
  color: #666666;
}
footer .content100 .page-foot li img {
  vertical-align: middle;
  line-height: 40px;
  padding-right: 15px;
}
footer .content100 .page-foot li:hover span {
  color: #333333;
}
footer .content100 .page-foot li:nth-child(1) {
  position: relative;
  cursor: pointer;
}
footer .content100 .page-foot li:nth-child(1):hover .code_wx {
  opacity: 1;
}
footer .content100 .page-foot li .code_wx {
  position: absolute;
  top: -30px;
  left: 135px;
  opacity: 0;
  transition: all 1s;
}
footer .content100 .page-foot .bottom_m {
  width: 716px;
  margin-left: -20px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 50px;
}
footer .content100 .page-foot .bottom_r a {
  display: block;
  width: 168px;
  height: 66px;
  line-height: 66px;
  color: #FFFFFF;
  margin-top: 4px;
  text-align: left;
}
footer .content100 .page-foot .bottom_r a:nth-child(1) {
  text-indent: 25px;
  background: url("../images/bottom/bottom_1.png") center no-repeat;
}
footer .content100 .page-foot .bottom_r a:nth-child(2) {
  text-indent: 33px;
  background: url("../images/bottom/bottom_2.png") center no-repeat;
}
footer .bottom {
  margin-top: 60px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background: #d8d8d9;
}
.shadow-mascot {
  position: absolute;
  top: -60px;
  left: 0;
}
.shadow-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.reg-content {
  width: 470px;
  height: auto;
  background: white;
  box-shadow: 0 0 10px #ccc;
  position: fixed;
  border-radius: 10px;
  padding: 30px 65px 40px 65px;
}
.reg-content .box {
  width: 340px;
  height: auto;
}
.reg-content .box .title {
  margin: 0 auto;
  width: 200px;
  font-size: 0;
  margin-bottom: 20px;
}
.reg-content .box .title span {
  color: #999999;
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.reg-content .box .title span:hover,
.reg-content .box .title span.active {
  color: #333333;
}
.reg-content .box form {
  width: 340px;
}
.reg-content .box form .input {
  width: 340px;
  height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #060606;
  outline: none;
  font-size: 18px;
}
.reg-content .box form .code input {
  width: 200px;
  height: 48px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #060606;
  padding: 0 20px;
  font-size: 18px;
}
.reg-content .box form .code span {
  float: right;
  border-radius: 8px;
  width: 122px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border: 1px solid #060606;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
}
.reg-content .box form .agreement {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.reg-content .box form .agreement input {
  position: relative;
  top: 9px;
}
.reg-content .box form .agreement a {
  color: #37b0a6;
}
.reg-content .box form .submit {
  margin-left: 90px;
  margin-top: 20px;
}
.reg-content .box form .submit span {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  cursor: pointer;
  background: #37b0a6;
  font-size: 18px;
  color: white;
}
.reg-content .box .forget-box .title {
  width: 100px;
}
.reg-content .box .complete-information-box .title span {
  width: 200px;
}
.reg-content .box .choose-grade {
  position: relative;
  transition: all 0.5s;
}
.reg-content .box .choose-grade:before {
  width: 18px;
  height: 11px;
  display: block;
  background: url("../images/choose_grade_bg.png") no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
}
.reg-content .box .choose-grade input {
  background: white;
  text-align: left;
}
.reg-content .box .choose-grade .ul {
  width: 340px;
  position: absolute;
  top: 48px;
  left: 0;
  border: 1px solid #060606;
  background: white;
  height: 150px;
  overflow-y: auto;
  display: none;
}
.reg-content .box .choose-grade .ul li {
  height: 25px;
  line-height: 25px;
  color: #666666;
  padding-left: 25px;
  cursor: pointer;
}
.reg-content .box .choose-grade .ul li:hover,
.reg-content .box .choose-grade .ul li.active {
  background: #2eb6aa;
  color: white;
}
.get-free-class {
  display: block;
  width: 470px;
  height: auto;
  background: white;
  box-shadow: 0 0 10px #ccc;
  position: fixed;
  border-radius: 10px;
  padding: 30px 65px 40px 65px;
}
.get-free-class .get-code {
  position: relative;
}
.get-free-class .get-code i {
  display: inline-block;
  width: 100px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #060606;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-style: normal;
  color: #666666;
}
.get-free-class .title {
  margin: 0 auto;
  width: 200px;
  font-size: 0;
  margin-bottom: 20px;
}
.get-free-class .title span {
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.get-free-class .input {
  width: 340px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #060606;
  outline: none;
  font-size: 18px;
  display: inline-block;
}
.get-free-class .submit {
  margin-left: 90px;
  margin-top: 20px;
}
.get-free-class .submit span {
  display: inline-block;
  text-align: center;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  cursor: pointer;
  background: #37b0a6;
  font-size: 18px;
  color: white;
}
.gveoe-alert {
  width: 340px;
  height: 160px;
  background: white;
  box-shadow: 0 0 20px #ccc;
  position: fixed;
  z-index: 19990909;
  border-radius: 5px;
}
.gveoe-alert i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.gveoe-alert .title {
  text-align: center;
}
.gveoe-alert .title span {
  font-size: 24px;
  position: relative;
  top: 2px;
  color: #2eb6aa;
}
.gveoe-alert .text {
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}
ul.test {
  position: fixed;
  top: 0;
  left: 0;
}
ul.test li:hover,
ul.test li.active {
  color: red;
}
