input {
  outline: none;
  border-radius: 0;
  border: 1px solid #646464;
  -webkit-appearance: none;
  padding: 5px 15px;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media (max-width: 768px) {
  input {
    padding: 5px 10px;
  }
}

button {
  outline: none;
  border: 0;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  padding-left: 15px;
  background: url(/image/images/bottomjt.svg) no-repeat right 14px bottom 10px transparent;
  background-size: 15px;
  color: #646464 !important;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

.select select {
  width: 100%;
  height: 100%;
}

.hint-color-gray {
  color: #646464 !important;
}

/*.nav-ul>li.on {*/

/*border-bottom: 2px solid white;*/

/*}*/

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.border-danger {
  border: 1px solid #FFA0A7 !important;
}

.bg-primary {
  background-color: #646464 !important;
  color: white;
}

.bg-blue {
  background-color: #66BBFF !important;
  color: white;
  border: 0;
}

.bg-blue-hz {
  background-color: #66BBFF !important;
  color: white;
  border: 0;
}

.bg-gray {
  background-color: #D8D8D8 !important;
  color: white;
  border: 0;
}

.bg-border-gray {
  border: 1px solid #979797;
  border-radius: 100px;
  color: #646464 !important;
  background-color: white !important;
}

.reg-status-list {
  width: 640px;
}

.flexCenter {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.reg-status-list ul>li {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0px;
}

.reg-status-list ul>li span {
  display: inline-block;
  width: 24.5%;
  font-size: 16px;
}

.reg-status-list ul>li.head {
  border-top: 1px solid #D8D8D8;
}

.reg-status-list ul>li.head span {
  font-weight: 500;
  color: #646464;
  width: auto;
  margin-right: 117px;
}

.reg-status-list ul>li.head span:last-child {
  margin: 0;
}

.reg-status-list ul>li.body .status-text {
  padding: 5px 0px;
}

.signup-steps-container .line-wrap>div.on {
  background-color: #66bbff;
}

.sx-course-apply-new.end {
  background-color: #d8d8d8;
  border: 0;
}

.sx-course-master-title {
  color: #646464;
  font-size: 20px;
  line-height: 28px;
  margin-top: 36px;
}

.about-head {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 500px;
  z-index: -1;
}

.about-head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-head-title-en {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  opacity: 0.6;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 2px;
}

.about-head-title-cn {
  position: absolute;
  top: 136px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  opacity: 0.6;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.about-placeholder {
  width: 100%;
  height: 500px;
  background: url(../image/images/about-bg.jpg) no-repeat center;
  background-size: cover;
  /*background-attachment: fixed;*/
}

.about {
  width: 100%;
  background-color: white;
  margin-top: 500px;
}

.about-container {
  color: #646464;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
  padding: 110px 20px 98px 20px;
}

.about-title {
  color: #646464;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
}

.about-caption {
  color: #646464;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 38px;
}

.about-desc-last {
  margin-bottom: 60px;
}

.promo {
  position: relative;
  width: 100%;
  padding-top: 36.7%;
  margin-bottom: 60px;
  background: url("http://qnp.shanxiaxuetang.com/index-promo-bg.jpg") no-repeat;
  background-size: cover;
}

.promo-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 48px;
  width: 48px;
}

.promo:hover {
  cursor: pointer;
}

.index-founder-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index-founder-item {
  margin-right: 95px;
}

.index-founder-item-avatar {
  height: 120px;
  width: 120px;
  border-radius: 60px;
  overflow: hidden;
  flex-shrink: 0;
}

.index-founder-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-founder-item-right {
  text-align: center;
  justify-content: center;
  align-self: center;
  margin-top: 25px;
}

.index-founder-item-name {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  height: 28px;
}

.founder-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.founder-list .founder-item .index-founder-list .index-founder-item:last-child {
  margin-right: 0;
}

.founder-list .founder-item:nth-of-type(2n+1) {
  margin-right: 95px;
}

@media (max-width: 768px) {
  .about-head {
    height: 200px;
  }
  .sx-course-master-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .about-head-title-en, .about-head-title-cn {
    display: none;
  }
  .about {
    margin-top: 200px;
  }
  .about-container {
    padding: 38px 28px 40px 28px;
  }
  .about-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .about-caption {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .about-desc, .about-desc-last {
    color: #646464;
    font-size: 20px;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .about-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .about-desc-last {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 23px;
  }
  .promo {
    padding-top: 37.5%;
    margin-bottom: 30px;
  }
  .promo-play {
    height: 35px;
    width: 35px;
  }
  .founder-list .founder-item:nth-of-type(2n+1) {
    margin-right: 0px;
    margin-bottom: 55px;
  }
  .index-founder-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .index-founder-list {
    justify-content: space-between;
  }
  .index-founder-item {
    margin-right: 33px;
  }
  .index-founder-item-avatar {
    height: 86px;
    width: 86px;
    border-radius: 43px;
  }
  .index-founder-item-right {
    text-align: center;
    padding-left: 0;
    margin-top: 18px;
  }
  .index-founder-item-name {
    font-size: 16px;
    line-height: 20px;
    margin-top: 18px;
    height: 20px;
  }
}

.poupstyle {}

.poupminbox {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  .poupwhile {
    width: 500px;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -120px !important;*/
    /*margin-left: -320px !important;*/
    position: absolute;
  }
  .poupp {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    font-size: 16px;
    color: #636363;
    margin-top: 60px;
    width: 100%;
    padding: 0 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
  }
  .poupreturn {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    color: #636363;
    width: 100%;
    border-top: 1px solid #D3D3D3;
  }
  .more-btn {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .more-btn a {
    margin-top: 30px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .poupwhile {
    width: 70%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
    /*padding: 15px 0px 25px;*/
  }
  .poupp {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #636363;
    width: 100%;
    margin-top: 35px;
    text-align: center;
    padding: 0px 15px;
    line-height: 30px;
  }
  .poupreturn {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
    color: #636363;
    height: 40px;
    border-top: 1px solid #D3D3D3;
    red: 30px;
    font-size: 14px;
    cursor: pointer;
  }
  .more-btn a {
    font-size: 10px;
  }
}

.more-btn {
  text-align: center;
}

.more-btn a {
  padding-bottom: 2px;
  position: relative;
}

.more-btn a:hover {
  color: rgb(102, 187, 245);
}