img {
  max-width: 100%;
  width: 100%;
  display: block;
}
body {
  padding-bottom: 54px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-top:56px;
}
header {
  height: 56px;
  max-width: 750px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  z-index: 99;
}
header .prompt {
  line-height: 56px;
  padding: 0px 15px;
  font-size: 12px;
  box-sizing: border-box;
}
header .add-wechat {
  line-height: 56px;
  padding: 0px 15px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  background-color: #0851b0;
}

.message-container {
  padding: 26px 15px;
  box-sizing: border-box;
  text-align: center;
}
.message-container .title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.message-container .note {
  background-color: rgba(41, 170, 174, 0.05);
  color: #0851b0;
  font-size: 14px;
  padding: 5px 18px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}
.message-container .note span {
  margin: 0 6px;
  padding: 3px 6px;
  color: #fff;
  background-image: linear-gradient(45deg, #0851b0, #fb6a67);
  border-radius: 4px;
  font-weight: bold;
}
.message-container .form-container {
  text-align: left;
}
.message-container .form-container label {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
.message-container .form-container label p {
  padding-bottom: 7px;
}
.message-container .form-container label p span {
  color: #0851b0;
}
.message-container .form-container label input:not([type="radio"]) {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 13px;
  border-radius: 6px;
  padding-left: 10px;
}
.message-container .form-container label input:not([type="radio"])::placeholder {
  color: #999;
  font-size: 13px;
}
.message-container .form-container label .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.message-container .form-container label .radio-wrapper .radio {
  position: relative;
  width: calc(50% - 8px);
  margin: 0 4px 8px;
}
.message-container .form-container label .radio-wrapper .radio input {
  appearance: none;
  position: absolute;
}
.message-container .form-container label .radio-wrapper .radio label {
  border: 1px solid #e0e0e0;
  padding: 8px 20px;
  border-radius: 6px;
  margin-bottom: 0;
}
.message-container .form-container label .radio-wrapper .radio input:checked + label {
  border: 1px solid #0851b0;
  color: #0851b0;
  font-weight: bold;
  background-color: #FFF2F2;
}
.message-container .form-container button {
  width: 100%;
  height: 42px;
  font-size: 16px;
  border-radius: 20px;
  border: none;
  background-image: linear-gradient(45deg, #0851b0, #f8625f);
  color: #fff;
  font-weight: bold;
  animation: scale_ 3s infinite;
}
.form-list {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 0;
  background-color: rgba(246, 93, 90, 0.08);
}
.form-list .title {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #0851b0;
  margin-bottom: 20px;
}
.form-list .info-wrap {
  padding: 0 15px;
  box-sizing: border-box;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.form-list .info-wrap ul.info-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.form-list .info-wrap ul.info-list li.info-item {
  display: flex;
  justify-content: space-between;
  border-radius: 1.5em;
  color: rgba(246, 93, 90, 0.2);
  line-height: 36px;
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  transform: scale(0.85);
  transition: 0.6s;
}
.form-list .info-wrap ul.info-list li.info-item.swiper-slide-active,
.form-list .info-wrap ul.info-list li.info-item .swiper-slide-duplicate-active,
.form-list .info-wrap ul.info-list li.info-item.active {
  color: #0851b0;
  background-color: rgba(246, 93, 90, 0.15);
  transform: scale(0.95);
}
.form-list .info-wrap ul.info-list li.info-item .fullname i.iconfont {
  margin-right: 5px;
}
.news-wrapper {
  width: 90%;
  margin: 0 auto;
}
.news-wrapper h1{
  color: #2969b0;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin: 15px;
}
.news-wrapper ul.news-list li.news-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.news-wrapper ul.news-list li.news-item .ask {
  background-color: #0851b0;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
}
.news-wrapper ul.news-list li.news-item .text {
  flex: 1;
  padding: 0 10px;
}
.news-wrapper ul.news-list li.news-item .text .title {
  font-size: 14px;
  color: #333;
}
.news-wrapper ul.news-list li.news-item .text .desc {
  color: #999;
  font-size: 12px;
}
.news-wrapper ul.news-list li.news-item .text .desc .more {
  float: right;
}
.news-wrapper ul.news-list li.news-item .wechat {
  background-color: #0851b0;
  color: #fff;
  font-size: 12px;
  padding: 0 6px;
  text-align: center;
  line-height: 22px;
  border-radius: 4px;
}
.company {
  color: #999;
  background-color: #fafafa;
  padding: 13px;
  text-align: center;
  font-size: 12px;
}
a.aside-tel {
  position: fixed;
  right: 20px;
  bottom: 20%;
  text-align: center;
  background-color: #0851b0;
  width: 46px;
  height: 46px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}
a.aside-tel i.iconfont {
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
a.aside-tel p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
}
footer {
  background-color: #fff;
  box-shadow: 0 0 -10px 20px #000000;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  box-sizing: border-box;
}
footer .reserve {
  text-align: center;
  width: 60px;
}
footer .reserve p {
  font-size: 12px;
  line-height: 1.4;
}
footer .wechat,
footer .tel {
  width: calc((100% - 0px) / 2);
  height: 100%;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 30px;
}
footer .wechat i.iconfont,
footer .tel i.iconfont {
  font-weight: bold;
  margin-right: 5px;
}
footer .wechat span,
footer .tel span {
  font-size: 16px;
}
footer .wechat {
  color: #fff;
  border: 1px solid #181818;
  font-weight: bold;
  background-color: #181818;
}
footer .tel {
  color: #fff;
  background-color: #0851b0;
}
.popup {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.popup .popup-main {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  align-items: center;
}
.popup .popup-main i.iconfont.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  color: #666;
}
.popup .popup-main .success-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
}
.popup .popup-main h2 {
  font-weight: bold;
  font-size: 18px;
}
.popup .popup-main p {
  font-size: 14px;
  color: #666;
}
.popup .popup-main a.open-wechat {
  width: 40%;
  height: 40px;
  background-color: #1aad17;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 15px;
}
.popup-bottom {
  transform: translateY(100%);
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 750px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-sizing: border-box;
  z-index: 99;
  bottom: 0;
  padding: 50px 20px 20px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.06);
  transition: 0.6s;
  text-align: center;
}
.popup-bottom.show {
  transform: translateY(0);
}
.popup-bottom .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup-bottom .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.popup-bottom .note {
  background-color: rgba(230, 50, 46, 0.05);
  color: #0851b0;
  font-size: 14px;
  padding: 5px 18px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}
.popup-bottom .note span {
  margin: 0 6px;
  padding: 3px 6px;
  color: #fff;
  background-image: linear-gradient(45deg, #0851b0, #ff1a61);
  border-radius: 4px;
  font-weight: bold;
}
.popup-bottom .frie {
  font-size: 13px;
  color: #e5a623;
  text-align: center;
  margin-bottom: 20px;
}
.popup-bottom .frie i.iconfont {
  margin-right: 2px;
}
.popup-bottom .frie span {
  background-image: linear-gradient(45deg, #3388ff, #1ac6ff);
  padding: 2px 4px;
  border-radius: 8px;
  font-weight: bold;
  margin: 0 2px;
  color: #fff;
}
.popup-bottom .form-container {
  text-align: left;
}
.popup-bottom .form-container label {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
.popup-bottom .form-container label p {
  padding-bottom: 7px;
}
.popup-bottom .form-container label p span {
  color: #0851b0;
}
.popup-bottom .form-container label input:not([type="radio"]) {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 13px;
  border-radius: 6px;
  padding-left: 10px;
}
.popup-bottom .form-container label input:not([type="radio"])::placeholder {
  color: #999;
  font-size: 13px;
}
.popup-bottom .form-container label .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.popup-bottom .form-container label .radio-wrapper .radio {
  position: relative;
  width: calc(50% - 8px);
  margin: 0 4px 8px;
}
.popup-bottom .form-container label .radio-wrapper .radio input {
  appearance: none;
  position: absolute;
  -webkit-appearance: none;
}
.popup-bottom .form-container label .radio-wrapper .radio label {
  border: 1px solid #e0e0e0;
  padding: 8px 20px;
  border-radius: 6px;
  margin-bottom: 0;
}
.popup-bottom .form-container label .radio-wrapper .radio input:checked + label {
  border: 1px solid #0851b0;
  color: #0851b0;
  font-weight: bold;
  background-color: #FFF2F2;
}
.popup-bottom .form-container button {
  width: 100%;
  height: 42px;
  border-radius: 20px;
  border: none;
  background-image: linear-gradient(45deg, #0851b0, #ff1962);
  color: #fff;
  font-weight: bold;
  animation: scale_ 3s infinite;
}
.main-content {
  padding-top: 66px;
}
.main-content .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.main-content .content {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  padding: 20px 0;
}
.main-content .content p {
  margin-bottom: 10px;
}
.main-content .content img {
  max-width: 100%;
}
@keyframes scale_ {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  14% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
  }
  42% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  66% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.teacher h1{
  text-align: center;
  font-size: 25px;
  color: #0851b0;
  font-weight: 600;
  margin: 20px 0;
}
.teacher_list{
  padding: 10px;
}
.teacher_item{
  display: flex;
  justify-content: center;
  position: relative;
  padding: 10px 0;
  border-bottom:1px solid #eeeeee ;
}
.teacher_item .avatar{
  width: 24%;
}
.teacher_item .avatar img{
  width: 78px;
  height: 78px;
  border-radius: 5px;
}
.teacher_item .avatar .zoomify.zoomed {
    width: auto;
    /* height: auto; */
    border-radius: unset;
}
.teacher_item .text{
  width: 72%;
}
.teacher_item .sub{
  font-size: 12px;
  margin: 5px 0;
}
.teacher_item .sub span{
  padding: 2px 4px;
  border-radius: 20px;
  color: #848b99;
  background-color: #ebedf5;
}
.teacher_item h4{
  font-size:13px;
  color: #000;
  font-weight: 500;
}
.teacher_item .sc{
  font-size:14px;
  color: #000;
}
.teacher_item .intro{
  font-size:14px;
  color: #909090;
}
.teacher_item .btn{
  position: absolute;
  right: 15px;
  top: 10px;
  display: inline-block;
  padding: 3px 7px;
  font-size:12px;
  border-radius: 20px;
  color: #0851b0;
  border: 1px solid rgba(230, 50, 46, 0.5);
}
.message-container .form-container label textarea {
  width: 100%;
  height: 82px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 13px;
  border-radius: 6px;
  padding-left: 10px;
}
.message-container .form-container label textarea::placeholder {
  color: #999;
  font-family: Arial;
  font-size: 13px;
}
.hed{
  padding: 35px 15px;
  background: #282834;
}
.hed .formin{
  display: flex;
  justify-content: space-between;
}
.hed .avatar img{
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.hed .avatar .zoomify.zoomed{
    width: auto;
    /*height: auto;*/
    border-radius: unset;
}
.hed .te{
  color: #fff;
}
.hed .te h1{
  font-size: 15px;
  font-weight: 500;
}
.hed .te h4{
  font-size: 12px;
  font-weight: 500;
  margin: 5px 0;
}
.hed .sub span {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 20px;
  color: #fff;
  background-color: #4d4d59;
}
.main-content1{
  background: #f5f5f5;
  min-height: 90vh;
}
.box.box1{
  margin-top: -15px ;
}
.box{
  margin: 10px 10px 10px 10px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.box .title{
  margin-bottom: 10px;
}
.box .title svg{
  vertical-align:middle;
  margin-right: 5px;
}
.banner{
  position: relative;
}
.banner .abs{
  position: absolute;
  top:90px;
  left: 0;
  color: #146f96;
  line-height: 50px;
  width: 255px;
  font-size: 30px;
  font-weight: 900;
  transform: translateX(25%);
}
@media (min-width: 600px){
    .banner .abs{
         top:190px;
    left: 0;
    width: 455px;
  font-size: 50px;    transform: translateX(35%);    line-height: 70px;
    }
}
.pro_list1{
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro_list1 ul{
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.pro_list1 ul li{
  margin-bottom: 20px;
  width: 47%;
}

.protiesm_title{
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding: 10px 5px;
  background:#1234b0 ;
}
.pro_btn{
  margin:  0 auto;
  margin-top: 15px;
  text-align: center;
  width: 20vw;
  color: #fff;
  padding:5px;
  background:#1234b0 
}
.pro_btn a{
  color: #fff;
}
.pro_list2{
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro_list2 ul{
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.pro_list2 ul li{
  margin-bottom: 20px;
  width: 47%;
}
.pro_list1 ul li .pro_link{
    display: block;
     border: 2px solid #a3b1df; 
}
.pro_list2 ul li .pro_link{
    display: block;
     border: 2px solid #a3b1df; 
}
@media screen and (max-width:768px){
    .protiesm_title{
        font-size: 12px;
    }
}