body {
  background: #f6f6f6;
  overflow: visible;
}

html {
  overflow: visible;
}

.inner {
  margin: 0 auto;
  width: 1200px;
}

.bold {
  font-weight: bold;
}

.color-red {
  color: #ED4248;
}

.color-58 {
  color: #585858;
}

.font-14 {
  font-size: 14px;
}

.flex-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-95 {
  margin-left: 95px;
}

.margin-auto {
  margin: 0 auto;
}

.bar {
  /*height: 110px!important;*/
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 10px 0px rgba(228, 228, 228, 0.5);
  /* width: 1200px; */
    margin: 0 auto 0;
}

.bar .wrap{
  height: 95px;
}

.bar .bar-ad {
  padding-top: 30px;
}

.nav {
  width: 100%;
  height: 15px;
  padding: 20px 0;
  box-sizing: content-box;
}

.nav .inner {
  display: flex;
  height: 15px;
}

.nav .icon-location {
  margin-right: 8px;
  display: block;
  width: 12px;
  height: 15px;
}

.nav .item {
  margin-right: 6px;
  display: block;
  font-size: 14px;
  color: #8B8B8B;
  letter-spacing: 0;
  line-height: 15px;
}

.nav .item:last-child {
  color: #333333;
}

.school-fuwu {
  position: relative;
  margin: 0 auto 40px auto;
  width: 1200px;
  padding-left: 220px;
  overflow-x: hidden;
}

.float-nav {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  width: 60px;
  height: 152px;
  background: #ff4e51;
  border-radius: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.float-nav .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 50%;
  cursor: pointer;
}

.float-nav .item:last-child {
  border-top: 1px solid #e2181b;
}

.float-nav .item .item-icon {
  display: block;
  width: 50px;
  height: 46px;
}

.float-nav .item .item-text {
  margin-top: 4px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #ffffff;
}

.float-tel {
  position: fixed;
  top: 50%;
  right: 0;
  height: 76px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}

.float-tel .tel-wrapper {
  position: relative;
  padding-top: 8px;
  width: 60px;
  height: 76px;
  background-color: #fff;
  box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.35);
  border-radius: 10px 0 0 10px;
  z-index: 2;
}

.float-tel .tel-wrapper .icon-tel {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  background-image: url('../images/icon-tel-1859bab013.png');
  background-repeat: no-repeat;
  background-size: 35px 70px;
  background-position: left top;
}

.float-tel .tel-wrapper .text {
  margin-top: 8px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
}

.float-tel .text-tel {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 76px;
  line-height: 76px;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  z-index: 1;
}

.float-tel:hover .tel-wrapper {
  color: #fff;
  background-color: #ff4e51;
  box-shadow: none;
  border-radius: 0;
}

.float-tel:hover .tel-wrapper .icon-tel {
  background-position: left bottom;
}

.float-tel:hover .text-tel {
  left: -130px;
  width: 130px;
  color: #fff;
  background-color: #ff4e51;
}

.fuwu-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: #ffffff;
}

.fuwu-menu .menu-item {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}

.fuwu-menu .menu-item .menu-h4 {
  position: relative;
  padding-left: 16px;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
}

.fuwu-menu .menu-item .menu-h4::after {
  position: absolute;
  top: 22px;
  right: 14px;
  content: '';
  width: 10px;
  height: 10px;
  background-image: url('../images/menu-arrow-9e6d296794.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.fuwu-menu .menu-item .nav-list {
  display: none;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.fuwu-menu .menu-item .nav-list .nav-item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}

.fuwu-menu .menu-item .nav-list .nav-item.current {
  color: #fff;
  background: #ed4248;
}

.fuwu-menu .menu-item.menu-open {
  box-shadow: 0px 0px 10px 0px rgba(123, 123, 123, 0.26);
}

.fuwu-menu .menu-item.menu-open .menu-h4::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fuwu-menu .menu-item.menu-open .nav-list {
  display: block;
}

.fuwu-wrapper {
  width: 980px;
  background: #ffffff;
}

.fuwu-switch {
  display: none;
  width: 100%;
  min-height: 680px;
}

.fuwu-switch img {
  display: block;
}

.fuwu-switch img.app-download-code {
  width: 125px;
  height: 125px;
}

.fuwu-switch img.zexiao-code {
  margin: 20px auto 0 auto;
  width: 180px;
  height: 180px;
}

.fuwu-switch .fuwu-p {
  margin-top: 15px;
  color: #333333;
}

.fuwu-switch .fuwu-p .tit {
  color: #ED4248;
  font-size: 16px;
  font-weight: bold;
}

.fuwu-switch .fuwu-p .p {
  margin-top: 23px;
  line-height: 23px;
  font-size: 12px;
}
.fuwu-switch .fuwu-p .p span {
  font-size: 14px;
  font-weight: bold;
}
.fuwu-switch .fuwu-p .p2 {
  /* margin-top: 23px; */
  line-height: 27px;
  font-size: 12px;
  padding-left:15px;
}
.fuwu-switch .fuwu-p .p2 span {
  font-size: 14px;
  font-weight: bold;
}

.fuwu-switch .fuwu-p .p:first-child {
  margin-top: 0;
}

.fuwu-switch .row-p {
  padding: 10px 0;
  line-height: 26px;
  font-size: 12px;
  color: #333333;
  box-sizing: content-box;
}

.fuwu-switch .switch-title {
  margin: 0 auto;
  padding-top: 20px;
  width: 900px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #ff4e51;
  box-sizing: content-box;
}

.fuwu-switch .school-intro {
  margin: 30px auto 0 auto;
  padding-bottom: 95px;
  width: 808px;
}

.fuwu-switch .school-intro .fuwu-p {
  margin: 35px 18px 0 8px;
}

.fuwu-switch .advantage {
  padding-bottom: 80px;
  margin: 18px auto 0 auto;
  width: 568px;
}

.fuwu-switch .advantage .advantage-modular {
  text-align: center;
}

.fuwu-switch .advantage .advantage-modular .advantage-title {
  padding: 30px 0 20px 0;
  height: 14px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  box-sizing: content-box;
}

.fuwu-switch .advantage .advantage-modular .advantage-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 106px;
}

.fuwu-switch .advantage .advantage-modular .advantage-list .item {
  padding-top: 17px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 180px;
  height: 106px;
  border-radius: 10px;
}

.fuwu-switch .advantage .advantage-modular .advantage-list .item .item-icon {
  display: block;
  width: 30px;
  height: 30px;
}

.fuwu-switch .advantage .advantage-modular .advantage-list .item .item-text {
  margin-top: 6px;
  line-height: 18px;
  font-size: 12px;
  color: #333333;
}

.fuwu-switch .advantage .advantage-modular:nth-child(1) .advantage-title {
  color: #478aff;
}

.fuwu-switch .advantage .advantage-modular:nth-child(1) .advantage-list .item {
  background: #f4f8ff;
}

.fuwu-switch .advantage .advantage-modular:nth-child(1) .advantage-list .item .item-icon {
  width: 32px;
}

.fuwu-switch .advantage .advantage-modular:nth-child(2) .advantage-title {
  color: #9547ff;
}

.fuwu-switch .advantage .advantage-modular:nth-child(2) .advantage-list .item {
  background: #f7f1ff;
}

.fuwu-switch .advantage .advantage-modular:nth-child(3) .advantage-title {
  color: #ff4747;
}

.fuwu-switch .advantage .advantage-modular:nth-child(3) .advantage-list .item {
  background: #fff0f0;
}

.fuwu-switch .advantage .advantage-modular:nth-child(4) .advantage-title {
  color: #ff8a00;
}

.fuwu-switch .advantage .advantage-modular:nth-child(4) .advantage-list .item {
  background: #fffae9;
}

.fuwu-switch .advantage .advantage-modular:nth-child(5) .advantage-title {
  color: #0fdd66;
}

.fuwu-switch .advantage .advantage-modular:nth-child(5) .advantage-list .item {
  background: #f4fff5;
}

.fuwu-switch .school-address {
  padding: 15px 80px 50px 80px;
}

.fuwu-switch .school-address .fuwu-p .p {
  margin-top: 0;
  line-height: 26px;
}

.fuwu-switch .using-tutorials {
  padding: 20px 80px 50px 80px;
}

.fuwu-switch .using-tutorials .download-button {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0;
  color: #fff;
  background: #ed4248;
  border-radius: 15px;
}

.fuwu-switch .using-tutorials .download-button span {
  font-size: 12px;
}

.fuwu-switch .using-tutorials .download-button span.font-big {
  margin-left: 20px;
  font-size: 14px;
}

.fuwu-switch .no-broadcast {
  padding: 15px 80px 50px 80px;
}

.fuwu-switch .no-broadcast .fuwu-p .p {
  margin-top: 0;
  line-height: 36px;
}

.fuwu-switch .when-agreement {
  padding: 15px 127px 50px 80px;
}

.fuwu-switch .when-agreement .fuwu-p .p {
  margin-top: 15px;
}

.fuwu-switch .when-agreement .fuwu-p .p:first-child {
  text-indent: 2em;
}

.fuwu-switch .signing-process {
  padding: 15px 80px 50px 80px;
}

.fuwu-switch .refund-instructions {
  padding: 15px 120px 50px 80px;
}

.fuwu-switch .class-guide {
  padding: 20px 80px 50px 80px;
}

.fuwu-switch .class-guide .margin-auto {
  margin: 10px auto;
}

.fuwu-switch .proble-handling {
  padding: 20px 80px 50px 80px;
}

.fuwu-switch .about-carton,
.fuwu-switch .live-playback {
  padding: 15px 80px 50px 80px;
}

.fuwu-switch .purchase-process,
.fuwu-switch .payment-issues,
.fuwu-switch .about-suspension,
.fuwu-switch .shift-work {
  padding: 15px 80px 50px 80px;
}

.fuwu-switch .purchase-process .fuwu-p .p,
.fuwu-switch .payment-issues .fuwu-p .p,
.fuwu-switch .about-suspension .fuwu-p .p,
.fuwu-switch .shift-work .fuwu-p .p {
  line-height: 27px;
}

.fuwu-switch .shift-work .fuwu-p .p {
  margin-top: 10px;
}

.fuwu-switch .app-download {
  padding: 15px 80px 50px 80px;
  text-align: center;
}

.fuwu-switch .app-download .fuwu-p .p {
  line-height: 38px;
  font-size: 14px;
}

.fuwu-switch .app-download .fuwu-p .p .color-red {
  font-size: 14px;
}

.fuwu-switch .app-download .fuwu-p .p .color-red:hover {
  text-decoration: underline;
}

.fuwu-switch .app-download .margin-auto {
  margin: 10px auto;
}

.popup-black-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.popup-feedback {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 38px 69px 0 69px;
  width: 620px;
  height: 500px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(160, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

.popup-feedback::before {
  position: absolute;
  top: 13px;
  left: 32px;
  content: '';
  width: 78px;
  height: 65px;
  background-image: url('../images/feedback-top-bg-2a0ad361d1.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.popup-feedback .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background-image: url('../images/feedback-icon-close-1efde5b95b.png');
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 5;
}

.popup-feedback .feedback-title {
  padding-left: 82px;
  height: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  color: #ed4248;
}

.popup-feedback .question-type-wrapper {
  margin-top: 50px;
  width: 100%;
  font-size: 0;
  height: 26px;
  line-height: 26px;
}

.popup-feedback .question-type-wrapper span {
  display: inline-block;
  font-size: 16px;
  color: #333333;
}

.popup-feedback .question-type-wrapper span.title {
  margin-right: 25px;
}

.popup-feedback .question-type-wrapper span.option {
  margin-right: 30px;
  cursor: pointer;
}

.popup-feedback .question-type-wrapper span.option:last-child {
  margin-right: none;
}

.popup-feedback .question-type-wrapper span.option.current {
  text-decoration: underline;
  color: #ed4248;
}

.popup-feedback .feedback-desc {
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: 182px;
}

.popup-feedback .feedback-desc .desc-text {
  display: block;
  padding: 12px;
  width: 100%;
  height: 182px;
  color: #333;
  font-size: 14px;
  resize: none;
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  cursor: text;
}

.popup-feedback .feedback-desc .desc-text::-webkit-input-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-desc .desc-text::-moz-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-desc .desc-text:-ms-input-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-desc .desc-text::-ms-input-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-desc .desc-text::placeholder {
  color: #ccc;
}

.popup-feedback .feedback-desc .text-tips {
  position: absolute;
  right: 11px;
  bottom: 9px;
  height: 12px;
  line-height: 1;
  font-size: 0;
  color: #ccc;
}

.popup-feedback .feedback-desc .text-tips span {
  font-size: 12px;
}

.popup-feedback .feedback-tel {
  margin-top: 12px;
  width: 100%;
  height: 40px;
}

.popup-feedback .feedback-tel input {
  padding: 0 12px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #333;
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  cursor: text;
}

.popup-feedback .feedback-tel input::-webkit-input-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-tel input::-moz-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-tel input:-ms-input-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-tel input::-ms-input-placeholder {
  color: #ccc;
}

.popup-feedback .feedback-tel input::placeholder {
  color: #ccc;
}

.popup-feedback .bottom-button {
  margin-top: 28px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 44px;
}

.popup-feedback .bottom-button .button {
  width: 156px;
  height: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 22px;
  cursor: pointer;
}

.popup-feedback .bottom-button .button.button-cancel {
  line-height: 42px;
  color: #ed4248;
  background: #ffffff;
  border: 1px solid #ed4248;
}

.popup-feedback .bottom-button .button.button-submit {
  margin-left: 68px;
  line-height: 44px;
  color: #ffffff;
  background: #ed4248;
}

.popup-thanks {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding-top: 34px;
  width: 330px;
  height: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(160, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
}

.popup-thanks .flex-column {
  width: 100%;
  height: 100%;
}

.popup-thanks .top-img {
  display: block;
  width: 44px;
  height: 44px;
}

.popup-thanks .thanks-h2 {
  margin-top: 17px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #ed4248;
}

.popup-thanks .thanks-button {
  margin-top: 30px;
  width: 156px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: #ed4248;
  border-radius: 22px;
  cursor: pointer;
}

.float-tel .tel-wrapper,
.float-tel .icon-tel,
.float-tel .text-tel {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
