* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
html {
  font-size: 100px;
}
body {
  font-size: 0.14rem;
  font-family: Noto Sans CJK SC, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
header {
  height: 370px;
  background: url(/arc4/images/f7702aa0ace3857b836e.jpg) no-repeat top center / 19.2rem auto;
}
header .cont {
  overflow: hidden;
  width: 10rem;
  margin: 0 auto;
}
header .cont .reg-btn {
  margin-top: 3.01rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #fff;
  width: 209px;
  height: 50px;
  background: #4c9ec9;
  border-radius: 4px;
  margin-left: 116px;
}
.mb-br {
  display: none;
}
.pc-br {
  display: inline;
}
.main {
  padding-bottom: 1rem;
  width: 10rem;
  margin: 0 auto;
}
.main .main-row .title .name {
  font-size: 0.48rem;
  color: #333333;
  line-height: 0.48rem;
  padding: 0.43rem 0 0.14rem;
  font-weight: bold;
}
.main .main-row .title .split {
  width: 0.35rem;
  height: 0.11rem;
  background: #5A2A82;
}
.main .main-row .title .en-name {
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #5A2A82;
  padding-top: 0.09rem;
}
.main .main-row .about .cont {
  padding-top: 0.2rem;
}
.main .main-row .about .cont p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.27rem;
  margin-bottom: 0.18rem;
  text-align: justify;
}
.main .main-row .about .desp .desp-title {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  padding: 30px 0;
}
.main .main-row .about .desp .desp-cont {
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.27rem;
  margin-bottom: 0.18rem;
  text-align: justify;
}
.main .main-row .about .img-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
.main .main-row .about .img-list .img-item {
  width: 2.73rem;
  height: 3.22rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.main .main-row .about .img-list .img-item .pic {
  padding-top: 0.05rem;
}
.main .main-row .about .img-list .img-item .pic img {
  width: 2.57rem;
  height: 1.51rem;
  margin: 0 auto;
  display: block;
}
.main .main-row .about .img-list .img-item .img-title {
  width: 2.33rem;
  margin: 0 auto;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.26rem;
  color: #5A2A82;
  padding: 0.25rem 0 0.18rem;
}
.main .main-row .about .img-list .img-item .img-desp {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.21rem;
  width: 2.33rem;
  margin: 0 auto;
}
.main .main-row .teachers .teacher-item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.main .main-row .teachers .teacher-item .teacher-pic img {
  width: 127px;
  height: 127px;
}
.main .main-row .teachers .teacher-item .teacher-info {
  margin-left: 40px;
  flex: 1;
}
.main .main-row .teachers .teacher-item .teacher-info .teacher-name {
  font-size: 28px;
  line-height: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
.main .main-row .teachers .teacher-item .teacher-info .teacher-desp {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.main .main-row .agenda .item {
  border-bottom: 1px solid #f1f1f1;
}
.main .main-row .agenda .item .title {
  padding-top: 0.4rem;
  padding-bottom: 0.22rem;
  display: flex;
  justify-content: space-between;
  color: #5A2A82;
  font-weight: bold;
  text-align: justify;
}
.main .main-row .agenda .item .title span {
  font-size: 0.33rem;
  line-height: 0.49rem;
}
.main .main-row .agenda .item .title span .mb-br {
  display: none;
}
.main .main-row .agenda .item .title .time {
  font-size: 0.14rem;
  line-height: 0.14rem;
  padding-top: 0.22rem;
}
.main .main-row .agenda .item .title.title1 {
  align-items: center;
}
.main .main-row .agenda .item .title.title1 span {
  display: block;
  width: 6.02rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  height: 0.9rem;
  overflow: hidden;
  margin-top: -0.03rem;
}
.main .main-row .agenda .item .teacher-info {
  display: flex;
}
.main .main-row .agenda .item .teacher-info.teacher-info1 {
  justify-content: space-between;
}
.main .main-row .agenda .item .teacher-info.teacher-info1 .teacher-info-item {
  display: flex;
}
.main .main-row .agenda .item .teacher-info .pic {
  margin-right: 0.4rem;
}
.main .main-row .agenda .item .teacher-info .pic img {
  width: 1.27rem;
  height: 1.27rem;
  border-radius: 50%;
}
.main .main-row .agenda .item .teacher-info .teacher {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main .main-row .agenda .item .teacher-info .teacher .name {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.main .main-row .agenda .item .teacher-info .teacher .teacher-title {
  font-size: 0.24rem;
  color: #666;
  line-height: 0.24rem;
}
.main .main-row .agenda .item .teacher-info .teacher .teacher-title-2 {
  font-size: 0.18rem;
}
.main .main-row .agenda .item .desp {
  font-size: 0.18rem;
  line-height: 0.27rem;
  color: #666;
  padding-top: 0.25rem;
}
.main .main-row .agenda .item .desp p {
  margin-bottom: 0.18rem;
  text-align: justify;
}
footer {
  height: 2.14rem;
  background: url(/arc4/images/e9b008473c42adec6aab.jpg) no-repeat top center / 19.2rem auto, #1A0240;
}
footer .cont {
  width: 10rem;
  margin: 0 auto;
  height: 1.72rem;
}
footer .cont .title {
  color: #fff;
  font-size: 0.25rem;
  line-height: 0.37rem;
  padding: 0.19rem 0 0.02rem;
  font-weight: bold;
}
footer .cont .title img {
  height: 0.3rem;
  vertical-align: middle;
  margin-left: 0.06rem;
}
footer .cont .date {
  font-size: 0.12rem;
  line-height: 0.12rem;
  color: #FFFFFF;
  padding: 0 0 0.08rem;
}
footer .cont .reg-btn {
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.27rem;
  height: 0.4rem;
  border-radius: 0.07rem;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #4c9ec9;
}
footer .info {
  height: 0.42rem;
  background: #240952;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.42rem;
  font-size: 0.12rem;
}
footer .info a {
  color: #eee;
}

@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw/375 * 100);
  }
  header {
    width: 100%;
    background: url(/arc4/images/c54cbc461d8ff65c2a04.jpg) no-repeat top center / 100vw;
    height: 4.71rem;
  }
  header .cont {
    width: 100%;
  }
  header .cont .reg-btn {
    font-size: 0.19rem;
    width: 1.37rem;
    height: 0.33rem;
    background: #4c9ec9;
    border-radius: 0.04rem;
    margin: 3.61rem auto 0;
  }
  .mb-br {
    display: inline;
  }
  .pc-br {
    display: none;
  }
  .main {
    width: 3.43rem;
    padding-bottom: 0.4rem;
  }
  .main .main-row .title .name {
    font-size: 0.25rem;
    line-height: 0.25rem;
    padding: 0.27rem 0 0.06rem;
  }
  .main .main-row .title .split {
    width: 0.16rem;
    height: 0.05rem;
  }
  .main .main-row .title .en-name {
    font-size: 0.13rem;
    line-height: 0.13rem;
  }
  .main .main-row .about .cont p {
    font-size: 0.1rem;
    line-height: 0.15rem;
    margin-bottom: 0.1rem;
  }
  .main .main-row .about .desp .desp-title {
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding: 0.15rem 0;
  }
  .main .main-row .about .desp .desp-cont {
    font-size: 0.1rem;
    line-height: 0.15rem;
    margin-bottom: 0.1rem;
  }
  .main .main-row .about .img-list {
    display: block;
    padding-bottom: 0.09rem;
  }
  .main .main-row .about .img-list .img-item {
    display: flex;
    width: 3.43rem;
    height: 0.91rem;
    align-items: center;
    margin-bottom: 0.16rem;
    border-radius: 0.05rem;
    box-shadow: 0 0.03rem 0.06rem 0px rgba(0, 0, 0, 0.16);
  }
  .main .main-row .about .img-list .img-item .pic {
    margin: 0 0.16rem;
  }
  .main .main-row .about .img-list .img-item .pic img {
    width: 1.15rem;
    height: 0.75rem;
  }
  .main .main-row .about .img-list .img-item .img-info .img-title {
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.14rem;
    padding: 0.06rem 0;
  }
  .main .main-row .about .img-list .img-item .img-info .img-desp {
    font-size: 0.1rem;
    line-height: 0.15rem;
    width: 1.8rem;
    margin: 0;
  }
  .main .main-row .teachers .teacher-item .teacher-pic img {
    width: 0.77rem;
    height: 0.77rem;
  }
  .main .main-row .teachers .teacher-item .teacher-info {
    margin-left: 0.1rem;
  }
  .main .main-row .teachers .teacher-item .teacher-info .teacher-name {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.05rem;
  }
  .main .main-row .teachers .teacher-item .teacher-info .teacher-desp {
    font-size: 0.12rem;
    line-height: 0.18rem;
  }
  .main .main-row .agenda .item .title {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0.2rem 0 0.1rem;
  }
  .main .main-row .agenda .item .title span {
    font-size: 0.18rem;
    line-height: 0.27rem;
    display: block;
  }
  .main .main-row .agenda .item .title span br {
    display: none;
  }
  .main .main-row .agenda .item .title span .mb-br {
    display: block;
  }
  .main .main-row .agenda .item .title.title1 {
    align-items: flex-start;
  }
  .main .main-row .agenda .item .title.title1 span {
    width: auto;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.33rem;
  }
  .main .main-row .agenda .item .title .time {
    font-size: 0.14rem;
    line-height: 0.14rem;
    padding-bottom: 0.09rem;
    margin: 0;
  }
  .main .main-row .agenda .item .teacher-info.teacher-info1 {
    display: block;
  }
  .main .main-row .agenda .item .teacher-info.teacher-info1 .teacher-info-item {
    margin-bottom: 0.15rem;
  }
  .main .main-row .agenda .item .teacher-info.teacher-info1 .teacher-info-item:last-child {
    margin-bottom: 0;
  }
  .main .main-row .agenda .item .teacher-info .pic {
    margin-right: 0.1rem;
  }
  .main .main-row .agenda .item .teacher-info .pic img {
    width: 0.77rem;
    height: 0.77rem;
  }
  .main .main-row .agenda .item .teacher-info .teacher .name {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-bottom: 0.1rem;
  }
  .main .main-row .agenda .item .teacher-info .teacher .teacher-title {
    font-size: 0.14rem;
    line-height: 0.21rem;
  }
  .main .main-row .agenda .item .teacher-info .teacher .teacher-title-2 {
    font-size: 0.12rem;
  }
  .main .main-row .agenda .item .desp {
    padding-top: 0.12rem;
  }
  .main .main-row .agenda .item .desp p {
    font-size: 0.12rem;
    line-height: 0.18rem;
    margin-bottom: 0.12rem;
  }
  footer {
    height: 1.09rem;
    background: url(/arc4/images/83fb56e193559bb5dc27.jpg) no-repeat top center / 100vw auto;
  }
  footer .cont {
    overflow: hidden;
    width: 100%;
    height: 0.76rem;
  }
  footer .cont .title,
  footer .cont .date {
    display: none;
  }
  footer .cont .reg-btn {
    width: 1.18rem;
    height: 0.34rem;
    border-radius: 0.04rem;
    margin: 0.29rem auto 0.19rem;
  }
  footer .info {
    height: 0.33rem;
    overflow: hidden;
    line-height: 0.33rem;
    font-size: 0.09rem;
  }
}

