@import "/sweet-alert2/sweetalert2.min.css";
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'MoskMedium500';
  src: url('../font/MoskMedium500.ttf')
}

@font-face {
  font-family: 'MoskLight300';
  src: url('../font/MoskLight300.ttf')
}

@font-face {
  font-family: 'DINPro-Regular';
  src: url('../font/DINPro-Regular.otf')
}

:root {
  --pic_path_pc: '';
  --pic_path_pad: '';
  --pic_path_mobile: '';
}

button,
button:focus {
  outline: none;
}

.mob {
  display: none;
}

.pad {
  display: none;
}

.pic {
  display: block;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

  -webkit-user-select: none;

  -moz-user-focus: none;

  -moz-user-select: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both
}

li,
ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

html {
  font-size: 100px;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-size: .14rem;
  color: #6D7278;
  overflow-x: hidden;
  width: 100%;
}

.menu-container {
  position: fixed;
  top: .5rem;
  padding: 0 3.75vw;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

.menu {
  background: #fff;
  height: 1rem;
  width: 100%;
  box-shadow: .1rem .32rem .78rem rgba(84, 103, 125, .3);
  display: flex;
  align-items: center;
}

.menu .logo {
  padding-left: 1.4vw;
  float: left;
  display: table;
  height: 100%;
}

.menu .logo a {
  display: table-cell;
  vertical-align: middle;
}

.menu .logo img {
  height: .48rem;
}

.menu ul {
  float: left;
  height: 100%;
  margin-left: auto;
}

.menu li {
  font-family: SourceHanSansSC-Regular;
  letter-spacing: 1px;
  font-weight: 400;
  float: left;
  line-height: .24rem;
  color: #132042;
  width: 7.9vw;
  text-align: center;
  padding: 0 .1rem;
  box-sizing: border-box;
  height: 100%;
  /* display: table; */
  cursor: pointer;
  position: relative;
}

.menu .english li {
  width: 11vw;
}

.menu>ul>li>a p:first-of-type {
  padding-top: .3rem;
}
.menu>ul>li>a p:nth-of-type(2) {
  color: #9D9D9D;
  font-size: .12rem;
  line-height: .16rem;
}
.menu>ul>li>a{
  display: block;
}
.menu li ul {
  position: absolute;
  top: 1rem;
  width: 1.9rem;
  background: #F9F9F9;
  left: 0;
  height: fit-content;
  float: none;
  padding: 0;
  display: none;
}

.menu .english li ul {
  width: 11vw;
}

.menu li:hover ul {
  display: block;
}

.menu li ul li {
  line-height: .24rem;
  border-bottom: 1px solid #F1F1F1;
  width: 100%;
  height: 1rem;
  display: table;
  cursor: pointer;
  position: relative;
}

.menu li:hover {
  background: #F2F3F5;
}

.menu li a {
  display: table-cell;
  vertical-align: middle;
}

.menu li.active,
.menu li.active>a p:nth-of-type(2) {
  color: #4B9FD9;
}

.menu li.enrollment.active,
.menu li.enrollment.active>a p:nth-of-type(2) {
  color: #fff;
}

.menu li img {
  width: .24rem;
  display: block;
  padding-top: 0.37rem;
  height: .24rem;
  min-height: .24rem;
  min-width: .24rem;
}

.menu li.enrollment {
  background: #374079;
  ;
  color: #fff;
}

.menu li.enrollment p:last-of-type {
  color: #fff;
}

.menu li.enrollment:hover {
  opacity: .9;
}

.menu li.enrollment.active {
  background: #4B9FD9;
}

.menu li.wechat {
  width: 2.5vw;
  padding: 0;
  margin-left: 1.25vw;
  line-height: 1rem;
  display: block;
}

.menu li.sina {
  width: 2.5vw;
  padding: 0;
  line-height: 1rem;
  display: block;
}

.menu li span {
  display: inline-block;
}

.menu li>a p:last-of-type {
  font-size: .14rem;
  letter-spacing: 0;
  font-family: MoskExtra-Light200;
  /*color: #9D9D9D;*/
  margin-top: 8px;
  font-weight: 400;
}

.menu .qrcode {
  position: absolute;
  top: .9rem;
  right: 0;
  margin-left: -1.64rem;
  background: url(../img/wechat.png) no-repeat;
  background-size: cover;
  width: 3.28rem;
  height: 3.44rem;
  display: none;
  padding-top: 1rem;
  box-sizing: border-box;
}

.menu .qrcode img {
  width: 1.6rem;
  padding: 0;
  height: 1.6rem;
  margin: 0 auto;
}

.menu li:hover .qrcode {
  display: block;
}

.menu li.wechat:hover,
.menu li.sina:hover {
  background: #fff;
}

.menu .language {
  width: .38rem;
  height: .38rem;
  margin-left: auto;
  padding-right: 2vw;
  cursor: pointer;
}

.header {
  height: 100vh;
  position: relative;
}

.header .link {
  position: absolute;
  right: 0;
  top: 4.75rem;
  width: 3.56rem;
  height: .9rem;
  background: url(../img/notice.png) .25rem center #374079 no-repeat;
  background-size: .32rem;
  color: #fff;
  font-size: .18rem;
  line-height: .3rem;

}

.header .link a {
  display: block;
  height: 100%;
  padding: .15rem 0 0 .63rem;
  box-sizing: border-box;
}

.header .link::before {
  /* content: "";
  width: 1px;
  height: .58rem;
  background: #fff;
  position: absolute;
  top: .16rem;
  left: .83rem; */
}

.header .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header .video img {
  height: 100%;
  width: 100%;
}

.video video {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .news__item {
  position: absolute;
  bottom: 0;
  height: .76rem;
  max-width: 8.3rem;
  width: 100%;
  background: #F4F4F4;
  line-height: .76rem;
  z-index: 10;
}

.header .news__item a {
  display: none;
}

.header .news__item a:first-of-type {
  display: flex;
}

.header .news__item .date {
  display: block;
  width: 1.36rem;
  background: #4B9FD9;
  text-align: center;
  color: #fff;
  font-family: 'DINPro-Regular';
  font-size: .18rem;
}

.header .news__item .title {
  font-size: .16rem;
  color: #041454;
  padding: 0 .4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.section-title {
  position: relative;
  background: url(../img/line@2x.png) 0 0 no-repeat;
  background-size: 1.07rem;
  padding-left: .5rem;
  padding-top: .27rem;
}

.section-title .en {
  font-size: .52rem;
  color: #041454;
  line-height: 0.7rem;
  font-family: 'MoskLight300';
  letter-spacing: 1px;
}

.section-title .zh {
  font-family: SourceHanSansSC-Regular;
  font-size: .52rem;
  color: #424242;
  letter-spacing: 1px;
  line-height: .7rem;
  font-weight: 400;
}

.section-more {
  width: 3.4rem;
  line-height: .96rem;
  background: #041454;
  box-shadow: .1rem .32rem .78rem 0 rgba(54, 65, 77, 0.50);
  padding: 0 0 0 .46rem;
  font-size: .16rem;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}

.section-more a {
  display: block;
}

.section-more::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #E7E7E7;
  right: -.5rem;
  position: absolute;
  top: .48rem;
  transition: all .3s ease;
}

.section-more:hover {
  box-shadow: none;
  box-shadow: .1rem .32rem .78rem 0 rgba(54, 65, 77, 0.25);
}

.section-more:hover::after {
  transform: translateX(-10px);
  right: -.4rem;
}

.aboutus {
  background: url(../img/logo-bg.png) right 1.12rem no-repeat;
  background-size: 100vw auto;
  padding: 0 5.9vw 1.6rem;
  opacity: 0;

}

.aboutus.show {
  opacity: 1;
  transform: translateY(0);
}

.ani1,
.ani2,
.ani3 {
  transform: translateY(40%);
  opacity: 0;

}

.show .ani1 {
  transition: all .5s ease;
  transform: translateY(0);
  opacity: 1;
}

.show .ani2 {
  transition: all .5s ease .28s;
  transform: translateY(0);
  opacity: 1;
}

.show2 .ani3 {
  transition: all .5s ease;
  transform: translateY(0);
  opacity: 1;
}

.ani-list-1,
.ani-list-2,
.ani-list-3,
.ani-list-4 {
  transform: translateY(40%);
  opacity: 0;
}

.show .ani-list-1 {
  transition: all .4s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

.show .ani-list-2 {
  transition: all .4s ease-in-out .1s;
  transform: translateY(0);
  opacity: 1;
}

.show .ani-list-3 {
  transition: all .4s ease-in-out .2s;
  transform: translateY(0);
  opacity: 1;
}

.show .ani-list-4 {
  transition: all .4s ease-in-out .3s;
  transform: translateY(0);
  opacity: 1;
}

.aboutus .section-title {
  padding-top: 1.5rem;
  background: url(../img/line@2x.png) 0 1.5rem no-repeat;
  background-size: 1.07rem;
}

.aboutus .logo {
  width: 3.29rem;
  display: block;
  margin: .79rem auto 0;
}

.aboutus .content {
  letter-spacing: 1.5px;
  line-height: .4rem;
  margin: .24rem auto 0;
  max-width: 10.45rem;
}

.aboutus .section-more {
  margin: .56rem auto 0;
}

.ourvalue {
  background: url(../img/ourvalue.jpg) left 1.84rem no-repeat;
  background-size: auto 36.666vw;
  position: relative;
}

.ourvalue .section-title {
  margin-left: 5.9vw;
}

.ourvalue .content {
  background: url(../img/bg1-pichi1.jpg) right 0 no-repeat;
  background-size: auto 36.666vw;
  margin-top: 11.66vw;
  position: relative;
}

.ourvalue .slogan {
  height: 100px;
  width: 100%;
  position: absolute;
  left: 24.6354%;
  top: 5.8vw;

}

.ourvalue .slogan .txt-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ourvalue .slogan .txt-wrap:nth-of-type(1) {
  display: block;
}

.ourvalue ul {
  position: relative;
  padding: 21.4583vw 13.7vw 0 11.82vw;
}

.ourvalue li {
  width: 21.4%;
  float: left;
  margin: 0 2.4%;
  position: relative;
}

.ourvalue li:nth-of-type(1) {
  margin-left: 0;
}

.ourvalue li:nth-of-type(4) {
  margin-right: 0;
}

.ourvalue li:nth-of-type(2),
.ourvalue li:nth-of-type(4) {
  top: 3.2vw;
}

.ourvalue li img {
  width: 100%;
  box-shadow: 0 .26rem .64rem rgba(15, 24, 44, .15);
  border-radius: .1rem;
}

.ourvalue .title-en {
  font-size: .2rem;
  color: #132042;
  line-height: .22rem;
  margin-top: 2.3vw;
  font-family: 'MoskMedium500';
  margin-bottom: 1.562vw;
}

.ourvalue .title-zh {
  line-height: .3rem;
  font-size: .12rem;
}

.ourvalue .section-more {
  margin: 8.4vw 0 0 9vw;
}

.oureducation {
  padding: 1rem 0 0;
  margin-top: 3.2vw;
}

.oureducation .section-title {
  margin-left: 5.9vw;
}

.oureducation .content {
  position: relative;
  margin-top: 1.13rem;
}

.oureducation .text {
  margin-left: .42rem;
  width: 50%;
  padding: 5.625vw .2rem 9.4vw 10.15vw;
  box-sizing: border-box;
  height: 29.06vw;
  box-sizing: border-box;
}

/*.oureducation .title-en {*/
/*  font-size: .32rem;*/
/*  color: #041454;*/
/*  letter-spacing: 1px;*/
/*  font-family: MoskLight300;*/
/*  position: relative;*/
/*  font-weight: 300;*/
/*}*/

/*.oureducation .title-en::before {*/
/*  content: "";*/
/*  width: .54rem;*/
/*  height: .64rem;*/
/*  background: url(../img/01@2x.png) no-repeat;*/
/*  background-size: 100% auto;*/
/*  position: absolute;*/
/*  top: -5.625vw;*/
/*  z-index: -1;*/
/*}*/

/*.oureducation .title-en span {*/
/*  display: block;*/
/*}*/

.oureducation .title {
  font-size: .34rem;
  color: #041454;
  font-family: SourceHanSansSC-Regular;
  letter-spacing: 1px;
  line-height: .48rem;
  font-weight: 400;
  position: relative;
}

.oureducation .title::before {
  content: "";
  width: .4rem;
  height: .37rem;
  background: url(../img/01@2x.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -0.6rem;
  z-index: -1;
}

.oureducation .desc {
  font-size: .14rem;
  color: #6D7278;
  letter-spacing: 1.5px;
  line-height: .24rem;
  margin-top: 3.125vw;
  max-width: 4.78rem;
  font-family: SourceHanSansSC-Normal;
  font-weight: 400;
}

.oureducation .c1 .pic {
  position: absolute;
  width: 50%;
  right: 0;
}

.oureducation .c1 .pic::after {
  content: "";
  width: 17.7vw;
  height: 3.08rem;
  background: #E5E7ED;
  position: absolute;
  right: 0;
  top: -2rem;
  z-index: -1;
}

.oureducation .c1 img {
  width: 45.31vw;
}

.oureducation .c2 {
  margin-top: 0;
}

.oureducation .c2 .pic {
  position: absolute;
  width: 50%;
  left: 0;
}

.oureducation .c2 .text {
  float: right;
  padding: 11.2vw 0 0 7.656vw;
  height: 36.45vw;
}

.oureducation .c2 .title::before {
  background: url(../img/02@2x.png) no-repeat;
  background-size: 100% auto;
}

.oureducation .btns {
  position: absolute;
  right: .5rem;
  font-size: 0;
  bottom: 17.9%;
}

.oureducation .btns div {
  width: 3.854vw;
  height: 3.854vw;
  border: 1px solid #041454;
  display: inline-block;
  cursor: pointer;
}

.oureducation .btns .index-prve:hover {
  background: url(../img/arrow-left@2x.png) rgba(214, 222, 235, 0.30) center center no-repeat;
  background-size: 3.854vw auto;
}

.oureducation .btns .index-prve {
  background: url(../img/arrow-left@2x.png) center center no-repeat;
  background-size: 3.854vw auto;
}

.oureducation .btns .index-next:hover {
  background: url(../img/arrow-right@2x.png) rgba(214, 222, 235, 0.30) center center no-repeat;
  background-size: 3.854vw auto;
}

.oureducation .btns .index-next {
  background: url(../img/arrow-right@2x.png) center center no-repeat;
  background-size: 3.854vw auto;
}

.oureducation .more-block {
  margin-top: 18vw;
  margin-bottom: 10vw;
}

.oureducation .more-block .section-more {
  margin: 0 auto;
}

.works__list {
  padding-left: 10vw;
  width: 200%;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 91.2%;
}

.works__list ul {
  white-space: nowrap;
  width: 112.5vw;
  transition: all .3s ease-in;
  height: 15.381vw;
  overflow: hidden;
}

.works__list li {
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.works__list li img {
  width: 22.5vw;
  transition: all 1s ease;
  vertical-align: bottom;
}

.works__list li img:hover {
  transform: scale(1.3);
}

.news {
  background: url(../img/pic4@2x.png) #F7F7F9 right 0 no-repeat;
  background-size: auto 7rem;
  padding: 9.89vw 0 1.6rem 5.9vw;
  position: relative;
  min-height: 7rem;
  box-sizing: border-box;
}

.news .section-more {
  background: #4B9FD9;
  /*position: absolute;*/
  /*top: 4.27rem;*/
  /*left: 1.74rem;*/
}

.news .section-title {
  position: absolute;
  top: 9.89vw;
  left: 5.9vw;
}

.news .news-list {
  width: 68.75%;
  position: relative;
  left: 31.25%;
  /*margin-top: .9rem;*/
}

.news .news-list li {
  margin-bottom: 2px;
  padding: .3rem .46rem;
  background: url(../img/arrow111@2x.png) #fff 92.7% center no-repeat;
  background-size: .4rem auto;
  box-sizing: border-box;
  transition: all .2s ease;
}

.news .news-list li:hover {
  transform: translateX(20px);
}

.news .news-list li a {
  display: block;
}

.news .news-list .time {
  font-size: .18rem;
  color: #041454;
  font-family: 'DINPro-Regular';
  line-height: .23rem;
}

.news .news-list .time span {
  display: inline-block;
  color: #041454;
  line-height: .22rem;
  padding: 0 .11rem;
  font-size: .12rem;
  margin-left: .3rem;
  position: relative;
  top: -.02rem;
  opacity: 0.9;
  background: #D6DEEB;
  font-family: SourceHanSansSC-Regular;
  letter-spacing: 0.75px;
  font-weight: 400;
}

.news .news-list .text {
  font-family: SourceHanSansSC-Normal;
  font-size: .14rem;
  color: #6D7278;
  letter-spacing: 1.5px;
  line-height: .3rem;
  font-weight: 400;
}


.enrollment {
  background: url(../img/map@2x.png) right 0 no-repeat;
  background-size: 59.58vw 100%;
  padding: 3.31% 0;
  box-sizing: border-box;
}

.enrollment-en {
  background: url(../img/map-en@2x.png) right 0 no-repeat;
  background-size: 59.58vw 100%;
}

.enrollment .content {
  background: url(../img/bg2@2x-pichi.jpg) left 0 no-repeat;
  background-size: auto 100%;
  color: #fff;
  height: 68.14%;
  box-sizing: border-box;
  width: 57.8125vw;
}

.enrollment .content .box {
  /* background: url(../img/enrollment@2x.png) left 0 no-repeat;
  background-size: 47vw auto; */
  padding: 1.35rem 4.1vw 1rem 5.9vw;
}

.enrollment .extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enrollment .extra-desc {
  white-space: nowrap;
  font-family: SourceHanSansSC-Medium;
  font-size: .16rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: .9rem;
  margin-left: .97rem;
}

.enrollment .extra .extra-desc {
  display: flex;
  gap: 0.4rem;
}

.extra-desc.mob {
  display: none;
}

.extra-desc div {
  width: max-content;
}

.extra-desc div:not(:last-child) {
  padding-bottom: 7px;
}

.extra-desc .underline {
  border-bottom: 1px solid #fff;
}

.enrollment .en-title {
  font-size: .52rem;
  font-family: MoskLight300;
  letter-spacing: 1.3px;
  font-weight: 300;
  line-height: .59rem;
}

.enrollment .zh-title {
  font-family: SourceHanSansSC-Regular;
  font-size: .32rem;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: .46rem;
}

.enrollment .section-more {
  background: #4B9FD9;
  margin-top: .9rem;
}

.footer {
  background: #F7F7F9;
  padding: .53rem .66rem .6rem;
  position: relative;
  color: #6D7278;
}

.footer .pull-left .logo {
  height: .7rem;
}

.footer .footer-desc {
  align-items: start;
  display: flex;
}

.footer .gzh-qrcode {
  display: flex;
  flex-direction: column;
  align-items: end;
  align-content: center;
  margin-left: auto;
}

.gzh-qrcode-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.06rem;
  width: 1.34rem;
  text-align: center;
  color: #6D7278;
  font-weight: 400;
}

.gzh-qrcode .gzh-qrcode-img {
  width: 1.2rem;
}

.footer .pull-left .text {
  font-size: .14rem;
  line-height: .3rem;
  margin-top: .4rem;
  border-left: 1px solid #CDCDCD;
  padding-left: .3rem;
  font-family: DINPro-Regular;
  color: #6D7278;
  letter-spacing: 1.5px;
  font-weight: 400;
}

.footer .pull-right {
  position: absolute;
  right: .66rem;
  bottom: .6rem;
  box-sizing: border-box;
}

.footer .pull-right li {
  position: relative;
  display: inline-block;
  margin: 0 .41vw;
}

.footer .pull-right li img {
  width: .44rem;
  height: .44rem;
  display: inline-block;
}

.footer .pull-right li:last-of-type {
  margin: 0;
}

.footer .pull-right p {
  font-family: DINPro-Regular;
  font-size: .14rem;
  color: #6D7278;
  letter-spacing: 1px;
  text-align: right;
  line-height: .3rem;
  font-weight: 400;
}

.footer .pull-right li a {
  display: block;
}

.footer .pull-right p span {
  display: inline-block;
}

.footer .pop {
  position: absolute;
  bottom: .44rem;
  left: 50%;
  margin-left: -1.64rem;
  background: url(../img/weixin-bg@2x.png) no-repeat;
  background-size: cover;
  width: 3.28rem;
  height: 3.44rem;
  display: none;
  padding-top: .85rem;
  box-sizing: border-box;
  z-index: 99;
  text-align: center;
}

/* .footer .pop .content{

} */
.footer li:hover .pop {
  display: block;
}

.footer li .pop img {
  width: 1.6rem;
  height: 1.6rem;
}

.footer .pop .close {
  display: none;
}

/* ------------------------------------- */

.committee-link,
.advisory,
.download-link {
  background: url(../img/aboutus/btnicon-cap@2x.png) #4B9FD9 1.61rem .13rem no-repeat;
  background-size: .24rem;
  box-shadow: 10px 32px 78px 0 rgba(54, 65, 77, 0.50);
  color: #fff;
  height: .8rem;
  width: 2.12rem;
  display: block;
  position: fixed;
  right: 0;
  top: 44vh;
  z-index: 99;
  line-height: .8rem;
  text-align: center;
  font-size: .16rem;
}

.download-link {
  background: url(../img/enrollment/download.png) #4B9FD9 1.61rem center no-repeat;
  background-size: .24rem;
}

.advisory {
  top: 44vh;
  margin-top: 1.04rem;
  background: #F7F7F9;
  ;
  color: #041454;
}

.inner-title {
  font-size: .56rem;
  letter-spacing: 1px;
  font-family: 'MoskLight300';
  color: #fff;
  line-height: .73rem;
  font-weight: normal;
}

h3.inner-subtitle {
  font-size: .2rem;
  letter-spacing: 1px;
  font-family: 'MoskLight300';
  color: #fff;
  margin-top: .42rem;
  font-weight: normal;
}

.inner-header h4 {
  font-weight: normal;
  color: #fff;
  font-size: .26rem;
  margin-top: .78rem;
  position: relative;
  padding-left: .76rem;
  width: 42vw;
  box-sizing: border-box;
  padding-bottom: 1.38rem;
}

.inner-header h4::before {
  content: "";
  width: .48rem;
  height: 1px;
  background: #fff;
  left: 0;
  top: .18rem;
  position: absolute;
}

.inner-header {
  background: url(../img/aboutus/inner-bg.jpg) 0 0 no-repeat;
  background-size: auto 7rem;
  /* height: 9.5rem; */
  position: relative;
  box-sizing: border-box;
}

.inner-header .content {
  max-width: 15.4rem;
  margin: 0 auto;
  position: relative;
}

.inner-header .content .warpper {
  max-width: 12.2rem;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.07rem;
  position: relative;
  z-index: 2;
}

.inner-header .thumb-banner {
  width: 5.8rem;
  max-width: 40%;
  height: 7rem;
  position: absolute;
  top: 2rem;
  right: 0;
  overflow: hidden;
}

.inner-header .thumb-banner img {
  width: auto;
  max-width: unset;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-subtitle-warpper .title {
  font-size: .24rem;
  color: #132042;
  letter-spacing: 2px;
  font-family: 'MoskLight300';
  position: relative;
  line-height: .35rem;
  padding-left: .25rem;
}

.inner-subtitle-warpper .title::before {
  content: "";
  width: .1rem;
  height: .03rem;
  background: #4B9FD9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
}

/*.inner-subtitle-warpper .title {*/
/*  text-align: center;*/
/*  font-size: .24rem;*/
/*  letter-spacing: 2px;*/
/*  line-height: .24rem;*/
/*  height: .24rem;*/
/*  margin-top: .48rem;*/
/*  margin-bottom: .48rem;*/
/*}*/

/*.inner-subtitle-warpper .title a{*/
/*  color: #132042;*/
/*  border-bottom: 1px solid rgb(19, 32, 66);*/
/*}*/

/*.inner-subtitle-warpper .zh {*/
/*  font-size: .24rem;*/
/*  color: #132042;*/
/*  letter-spacing: 2px;*/
/*  line-height: .24rem;*/
/*  margin-top: .48rem;*/
/*}*/

.inner-aboutus .inner-warpper {
  padding: 0 8vw;
  font-size: .14rem;
  color: #6D7278;
  letter-spacing: 1.5px;
  line-height: .36rem;
}

.inner-aboutus {
  padding: 0 10vw;
}

.school-profile {
  padding-bottom: 1.2rem;
}

.index-video {
  max-width: 1040px;
  margin: .42rem auto;
  position: relative;
}

.index-video video {
  width: 100%;
}

.school-profile-video {
  padding: .5rem 8vw 0;
  position: relative;
}

.school-profile-video .v1-btn,
.index-video .v1-btn {
  width: 5.73vw;
  height: 5.73vw;
  position: absolute;
  background: url(../img/aboutus/icon-play@2x.png) rgba(255, 255, 255, .5) center center no-repeat;
  background-size: 50%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin-left: -2.865vw;
  margin-top: -2.865vw;
  cursor: pointer;
  z-index: 9;
}

.school-profile video {
  width: 100%;

}

.school-profile .desc {
  margin: .8rem 0 .6rem;
}

.school-profile .logos {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: .5rem 0;
  text-align: center;
}

.school-profile img {
  display: inline-block;
  vertical-align: middle;
}

.school-profile .img1 {
  width: 12vw;
}

.school-profile .img2 {
  width: 6.25vw;
  margin: 0 3.38vw;
}

.school-profile .pull-left {
  width: 50%;
  float: left;
  padding-right: 1.5625vw;
  box-sizing: border-box;
}

.school-profile .pull-right {
  width: 50%;
  float: right;
  padding-left: 1.5625vw;
  box-sizing: border-box;
}

.school-profile .info {
  /* margin-top: 4.16vw; */
  margin-top: 1rem;
}

.school-profile .info .title {
  font-size: .2rem;
  color: #132042;
  margin: 2.6vw 0 2.08vw;
}

.switch-block {
  border-bottom: 1px solid #E2E1DC;
  padding: 0 10vw;
}

.switch-block span {
  position: relative;
  font-size: .16rem;
  color: #9D9D9D;
  margin-right: .78rem;
  display: inline-block;
  cursor: pointer;
  padding-bottom: .32rem;
}

.switch-block span.active {
  color: #041454;
}

.switch-block span.active::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #041454;
}

.education-teaching .education-innner {
  padding: 0 10vw;
}

.education-teaching .inner-subtitle-warpper {
  width: 33%;
  float: left;
}

.education-teaching .inner-content-warpper {
  width: 67%;
  float: left;
}

.inner-container-education {
  padding: 0 10vw;
  margin-top: 1.1rem;
}

.last-education-innner-arrangement {
  margin: .3rem 0 .5rem;
}

.inner-container-education .block {
  margin-bottom: 1.2rem;
}

.inner-container-education .inner-subtitle-warpper {
  /*  float: left;*/
  padding-right: 0;
  box-sizing: border-box;
  /*  width: 33%;*/
}

.education-teaching {
  padding-bottom: 1.48rem;
}

.inner-container-education .inner-content-warpper li:last-of-type {
  padding-bottom: 0;
}

.inner-container-education .last-education-innner-arrangement {
  padding-bottom: .5rem;
}

.inner-container-education .inner-content-warpper {
  /*  float: left;*/
  /*  width: 67%;*/
  position: relative;
  padding: .6rem 8vw;
}

.inner-container-education .inner-content-warpper li {
  padding-bottom: .8rem;
  padding-left: .9rem;
  position: relative;
}

.inner-container-education .inner-content-warpper p {
  /*text-indent: 2em;*/
  line-height: 2em;
}


.inner-container-education .inner-content-warpper li::before {
  width: 1px;
  background: rgba(157, 157, 157, 0.50);
  content: "";
  position: absolute;
  left: .27rem;
  bottom: .12rem;
  top: .61rem;
  z-index: -1;
}

.inner-container-education .inner-content-warpper li:first-of-type {
  background: url(../img/education/education-icon1@2x.png) no-repeat;
  background-size: .54rem;
}

.inner-container-education .inner-content-warpper li:nth-of-type(2) {
  background: url(../img/education/education-icon2@2x.png) no-repeat;
  background-size: .54rem;
}

.inner-container-education .inner-content-warpper li:nth-of-type(3) {
  background: url(../img/education/education-icon3@2x.png) no-repeat;
  background-size: .54rem;
}

.inner-container-education .inner-content-warpper li:nth-of-type(4) {
  background: url(../img/education/education-icon4@2x.png) no-repeat;
  background-size: .54rem;
}

.inner-container-education .inner-content-warpper ul li:last-of-type::before {
  background: transparent;
}

.inner-container-education .inner-content-warpper ul p.title {
  font-size: .18rem;
  color: #4B9FD9;
  line-height: .26rem;
  font-weight: 500;
  margin-bottom: .3rem;
}

.inner-container-education .inner-content-warpper li p.title {
  font-size: .16rem;
  color: #132042;
  line-height: .24rem;
  height: 0.39rem;
  margin-bottom: .12rem;
  display: flex;
  align-items: center;
}

.inner-container-education .inner-content-warpper .group-title {
  line-height: .36rem;
  font-size: .14rem;
  color: #6D7278;
  margin-top: .05rem;
}

.inner-container-education .inner-content-warpper .illustration {
  margin-top: .6rem;
}

.inner-container-education .flex p {
  line-height: .2rem;
  padding: .08rem 0;
}

.inner-container-education .flex p span {
  display: inline-block;
}

.inner-container-education .flex p span:first-of-type {
  min-width: 15.26vw;
  padding-right: .3rem;
}

.inner-container-education .teaching-warpper {
  margin-top: .3rem;
}

.inner-container-education .inner-content-warpper .items {
  width: 20.2%;
  float: left;
  margin: 0 3.2% .9rem;
  font-size: .12rem;
  line-height: .24rem;
  color: #6D7278;
}

.inner-container-education .inner-content-warpper .items:first-of-type,

.inner-container-education .inner-content-warpper .items:nth-of-type(4n+1) {
  margin-left: 0;
}

.inner-container-education .inner-content-warpper .items:nth-of-type(4n) {
  margin-right: 0;
}

.inner-container-education .inner-content-warpper .items .name {
  font-family: 'MoskMedium500';
  font-size: .18rem;
  color: #132042;
  line-height: .36rem;
  margin-top: .28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-container-education .inner-content-warpper .items .pos {
  height: .36rem;
  line-height: .18rem;
}

.inner-container-education .swiper-slide {
  line-height: .36rem;
}

.inner-container-education .swiper-slide p {
  margin-bottom: .6rem;
}

.inner-enrollment-options {
  margin-top: .28rem;
  position: relative;
}

.inner-enrollment-options .swiper-index {
  float: left;
  box-sizing: border-box;
  font-size: .2rem;
  font-family: 'DINPro-Regular';
  line-height: .4rem;
  text-indent: 0;
  color: #6d7278;
}

.inner-enrollment-options .box {
  padding: .2rem 1.72rem 0 1.65rem;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  z-index: -1;
}

.inner-enrollment-options .process {
  background: #D8D8D8;
  height: 1px;
}

.inner-enrollment-options .process span {
  width: 10%;
  display: block;
  height: 100%;
  background: #041454;
}

.inner-enrollment-options .btns {
  float: right;
}

.inner-enrollment-options .btns>div {
  width: .4rem;
  height: .4rem;
  border: 1px solid #025B80;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);

  -webkit-user-select: none;

  -moz-user-focus: none;

  -moz-user-select: none;
}

.inner-enrollment-options .btns div:first-of-type {
  background: url(../img/arrowleft-blue@2x.png) center center no-repeat;
  background-size: 30%;
}

.inner-enrollment-options .btns div:last-of-type {
  background: url(../img/arrowright-blue@2x.png) center center no-repeat;
  background-size: 30%;
  margin-left: -1px;
}

.contact-us-container {
  position: relative;
}

.contact-us-container .inner-contactus {

  padding: 0 8vw;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0
}

.contact-us-container .inner-contactus .inner-content {
  box-shadow: 10px 32px 78px 0 rgba(54, 65, 77, 0.10);
  background: #fff;
  padding: 4.95vw 0 5.468vw;
}

.contact-us-container .inner-contactus .item {
  width: 33.33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 .2rem;
  height: 100%;
  position: relative;
}

.contact-us-container .inner-contactus .item::after {
  content: "";
  height: .56rem;
  background: #E2E1DC;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.28rem;
}

.contact-us-container .inner-contactus .item:last-of-type::after {
  background: transparent;
}

.contact-us-container .inner-contactus .item .title {
  font-size: .18rem;
  line-height: .18rem;
}

.contact-us-container .inner-contactus .item p {
  line-height: .24rem;
  margin-top: .16rem;
}

.contact-us-container .inner-contactus .contactus-btn {
  position: absolute;
  bottom: -2.1vw;
  right: 12vw;
  background: #4B9FD9;
  box-shadow: 10px 32px 78px 0 rgba(54, 65, 77, 0.50);
  width: 14.9vw;
  height: 4.2vw;
  color: #fff;
  font-size: .16rem;
  line-height: 4.2vw;
  padding-left: 2.4vw;
  box-sizing: border-box;
  display: block;
  min-width: ;
}

.contact-us-container .inner-contactus .contactus-btn::after {
  content: "";
  width: 6vw;
  left: 11vw;
  top: 2.1vw;
  height: 1px;
  background: #fff;
  position: absolute;
}

.contact-us-container .map {
  margin-top: 8.4375vw;
}

.qrcode-popup,
.popup {
  background: rgba(0, 0, 0, 0.50);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  top: 0;
}

.qrcode-popup .box {
  width: 4.82rem;
  height: 5.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.85rem 0 0 -2.41rem;
}

.qrcode-popup .box .close {
  width: .32rem;
  height: .32rem;
  position: absolute;
  right: .24rem;
  top: .24rem;
  cursor: pointer;
}

.inner-news {
  padding: 0 10vw 1.83rem;
}

.inner-news .items {
  width: 48.5%;
  margin: 0 3% 2.6vw;
  float: left;
  border: 1px solid #E2E1DC;
  box-sizing: border-box;
}

.inner-news .items a {
  display: block;
}

.inner-news .items:nth-of-type(1n) {
  margin-left: 0;
}

.inner-news .items:nth-of-type(2n) {
  margin-right: 0;
}

.inner-news .items .head {
  line-height: .72rem;
  border-bottom: 1px solid #E2E1DC;
  padding: 0 .26rem 0 .35rem;
  position: relative;
  text-align: right;
}

.inner-news .items .head p {
  display: inline-block;
}

.inner-news .items .head .title {
  font-size: .16rem;
  color: #132042;
  line-height: .24rem;
  position: absolute;
  width: 100%;
  padding-right: 1.35rem;
  box-sizing: border-box;
  left: 0;
  text-align: left;
  padding-left: .28rem;
  display: table;
  height: 100%;
}

.inner-news .items .head .title p {
  display: table-cell;
  vertical-align: middle;
}

.inner-news .items .head .time {
  font-size: .13rem;
  color: #041454;
  position: relative;
  padding: 0 .03rem;
  font-family: 'DINPro-Regular';
}

.inner-news .items .head .time::after {
  width: 100%;
  height: .07rem;
  background: #D6E4EB;
  content: "";
  position: absolute;
  top: .38rem;
  left: 0;
  z-index: -1;
}

.inner-news .main {
  box-sizing: border-box;
  padding: 1.82vw 0;
  position: relative;
}

.inner-news .main .img {
  width: 32.57%;
  float: left;
  height: 12.65625vw;
  margin-left: 4.7%;
}

.inner-news .items .img1 {
  background: url(../img/news/n-pic1@2x-pichi.jpg) no-repeat;
  background-size: 100%;
}

.inner-news .items .img2 {
  background: url(../img/news/n-pic2@2x-pichi.jpg) no-repeat;
  background-size: 100%;
}

.inner-news .items .img3 {
  background: url(../img/news/n-pic3@2x-pichi.jpg) no-repeat;
  background-size: 100%;
}

.inner-news .main .content {
  width: 53%;
  float: right;
  margin-right: 4.7%;
  position: relative;
  padding-bottom: .2rem;
  font-size: .13rem;
}

.inner-news .main .more {
  position: absolute;
  bottom: 1.82vw;
  padding-right: .52rem;
  font-size: .12rem;
  color: #6D7278;
  line-height: .12rem;
  display: block;
  right: 4.7%;
}

.inner-news .main .more::after {
  width: .31rem;
  height: 1px;
  background: #6D7278;
  right: 0;
  top: .06rem;
  position: absolute;
  content: "";
}

.inner-news .see-more {
  text-align: center;
  margin-top: .3rem;
  /* padding-bottom: 1.83rem; */
}

.inner-news .see-more a {
  display: block;
  position: relative;
  margin: 0 auto;
  line-height: .77rem;
  width: 3.4rem;
  border: 1px solid #CCCCCC;
  color: #6D7278;
  font-size: .16rem;
}

.inner-news .see-more a::after {
  content: "";
  left: 50%;
  top: .62rem;
  position: absolute;
  width: .2rem;
  height: .64rem;
  background: url(../img/aboutus/arrow-down@2x.png) no-repeat;
  background-size: cover;
  margin-left: -.1rem;
}

.inner-news #news-list .items .content p {
  line-height: 0.3rem;
}

.inner-teacher-banner {
  height: 4.2rem;
  background: url(../img/education/edu-banner@2x-pichi.jpg) center 0 no-repeat;
  background-size: auto 100%;
}

.detail-container .nav {
  padding: 1.2rem 10vw .32rem;
  border: 1px solid #E2E1DC;
}

.detail-container .nav a {
  background: url(../img/education/backarrow-mob@3x.png) 0 center no-repeat;
  background-size: .2rem;
  color: #9D9D9D;
  font-size: .14rem;
  padding-left: .32rem;
}

.teacher-information {
  padding: 1rem 10vw 1.7rem;
}

.teacher-information .illustration {
  width: 33%;
  float: left;
}

.teacher-information .illustration img {
  max-width: 3.09rem;
  width: 80%;
  box-shadow: 0 .26rem .64rem rgba(15, 24, 44, .15);
  border-radius: .12rem;
}

.teacher-information .content {
  float: left;
  width: 67%;
  color: #6D7278;
}

.teacher-information .name {
  color: #132042;
  font-size: .24rem;
  line-height: .5rem;
}

.teacher-information .position {
  font-size: .16rem;
  line-height: .16rem;
  font-weight: bold;
}

.teacher-information .teaching-courses {
  margin-top: .5rem;
  padding-left: 2rem;
  position: relative;
  line-height: .36rem;
  font-size: .16rem;
  font-weight: bold;
}

/*.teacher-information .teaching-courses.en {*/
/*  padding-left: 2.16rem;*/
/*}*/

.teacher-information .teaching-courses::before {
  content: "承担课程";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.teacher-information .teaching-courses.en::before {
  content: "Undertake the course";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.teacher-information .teacher-introduction {
  margin-top: .28rem;
}

.teacher-information .teacher-introduction p {
  font-size: .14rem;
  line-height: .36rem;
}

.teacher-information .teacher-introduction .title {
  font-size: .16rem;
  margin-bottom: .08rem;
  font-weight: bold;
}

.teacher-information .specific-description {
  margin-top: .36rem;
  text-indent: 2em;
}

.inner-news-detail-banner {
  height: 4.2rem;
  background: url(../img/news/news-banner@2x-pichi.jpg) center 0 no-repeat;
  background-size: auto 100%;
}

.inner-news-detail-main {
  padding: 1.1rem 10vw .8rem;
}

.inner-news-detail-main .news-title-time {
  width: 33%;
  float: left;
  padding-right: .3rem;
  box-sizing: border-box;
}

.inner-news-detail-main .news-title-time .time {
  font-size: .16rem;
  color: #041454;
  position: relative;
  z-index: 0;
  padding-left: .03rem;
}

.inner-news-detail-main .news-title-time .time::after {
  content: "";
  width: .98rem;
  height: .07rem;
  background: #D6DEEB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.inner-news-detail-main .news-title-time .title {
  font-size: .24rem;
  color: #132042;
  line-height: .4rem;
  margin-top: .3rem;
}

.inner-news-detail-main .news-content {
  width: 67%;
  float: left;
}

.inner-news-detail-main .news-content img {
  margin-bottom: .6rem;
}

.inner-news-detail-main .news-content p {
  margin-bottom: .6rem;
  line-height: .36rem;
  font-size: .14rem;
  color: #6D7278;
  text-indent: 2em;
}

.common-header {
  background: url(../img/aboutus/inner-bg.jpg) center center no-repeat;
  background-size: auto 100%;
  height: 7rem;
  color: #fff;
  padding: 3.07rem 0 0 13.22vw;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 2rem;
}

.news-header {
  margin-bottom: 3.1rem;

}

.common-header h1,
.common-header h2,
.common-header h3 {
  font-weight: normal;
  position: relative;
  z-index: 2;
}

.common-header h1 {
  font-size: 0.56rem;
  line-height: 0.8rem;
  margin-bottom: .8rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
}

.common-header h2 {
  font-size: .2rem;
  line-height: .2rem;
  margin-bottom: .74rem;
}

.common-header h3 {
  font-size: .26rem;
  position: relative;
  line-height: .42rem;
  padding-left: .76rem;
  width: 45%;
  font-weight: 300;
}

.common-header h3::before {
  content: "";
  width: .48rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: .21rem;
}

.common-header .illustration {
  position: absolute;
  right: 10vw;
  top: 2rem;
  width: 30.2vw;
  height: 7rem;
  overflow: hidden;
  min-width: 3.4rem;
}

.common-header .enrollment {
  /*background: url(../img/enrollment/enroll-banner@2x.jpg) center center no-repeat;*/
  background: var(--pic_path_pc) center center no-repeat;
  background-size: auto 100%;
}

.common-header .news-ill {
  /*background: url(../img/test1.jpg) center center no-repeat;*/
  background: var(--pic_path_pc) center center no-repeat;
  background-size: auto 100%;
}

.common-header .about {
  /*background: url(../img/aboutus/aboutus-banner@2x-pichi.jpg) center center no-repeat;*/
  background: var(--pic_path_pc) center center no-repeat;
  background-size: auto 100%;
}

.common-header .specialties {
  /*background: url(../img/education/aboutus-banner@2x.jpg) center center no-repeat;*/
  background: var(--pic_path_pc) center center no-repeat;
  background-size: auto 100%;
}

.specialties-header {
  margin-bottom: 2rem;
}

.form-page {
  background: url(../img/aboutus/inner-bg.jpg) center 0 no-repeat;
  background-size: 100% 4.2rem;
  padding-top: 3.13rem;
}

#app {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: .82rem 6.8% .7rem;
  color: #123B61;
  font-size: .12rem;
  box-sizing: border-box;
  box-shadow: 0 26px 64px 0 rgba(15, 24, 44, 0.05);
}

#app input {
  width: 100%;
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #DFE3E9;
  border-radius: 4px;
  padding: 0 .15rem;
  box-sizing: border-box;
  outline: none;
  color: #123B61;
}

#app input:focus {
  border: 1px solid #DFE3E9;
}

#app input:disabled {
  background: #FAFAFA;
  opacity: 0.5;
}

#app .input-group {
  width: 48.1%;
  float: left;
  padding: .3rem 0 0 0;
  box-sizing: border-box;
}

#app .input-group:nth-of-type(2n) {
  margin-left: 3.8%;
}

#app .input-group.full {
  width: 100%;
  margin-left: 0 !important;
}

#app .input-group label {
  display: block;
  line-height: .2rem;
  margin-bottom: .14rem;
}

#app h1 {
  text-align: center;
  margin-bottom: .5rem;
  font-size: .24rem;
}

#app .block {
  padding-top: .7rem;
  box-sizing: border-box;
}

#app h2 {
  font-size: .18rem;
  margin-bottom: .4rem;
  border-top: .01rem solid #E2E1DC;
  padding-top: .4rem;
}

#app input[type="radio"] {
  height: auto;
  width: 14px;
}

#app .gender label {
  display: inline-block;
  position: relative;
}

#app .radio-group input {
  opacity: 0;
}

#app .radio-group label {
  background: url(../img/radio.png) no-repeat;
  background-size: .14rem;
  height: .14rem;
  position: relative;
  left: -.2rem;
  padding-left: .22rem;
  line-height: .14rem;
  cursor: pointer;
}

#app .radio-group input:nth-of-type(2) {
  margin-left: .1rem;
}

#app .radio-group input:checked+label {
  background: url(../img/radio-checked.png) no-repeat;
  background-size: .14rem;
}

#app .flex-2>div {
  width: 48%;
  float: left;
}

#app .flex-2>div:last-of-type {
  margin-left: 4%;
}

#app .file-block {
  position: relative;
  margin-top: .7rem;
  border-top: .01rem solid #E2E1DC;
  padding-top: .6rem;
}

#app .photo-container {
  width: 2.95rem;
  height: 4.13rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
  background: #fff;
  border: 1px solid #DFE3E9;
}

#app .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  top: 0;
  text-align: center;
  background: #fff;
  padding-top: 1.61rem;
  box-sizing: border-box;
  /* opacity: 0; */
}

#app .mask .btn {
  background: #4B9FD9;
  color: #fff;
  height: .36rem;
  width: 1.23rem;
  margin: .3rem auto 0;
  line-height: .36rem;
  position: relative;
}

#app input#file {
  position: absolute;
  /* height: .36rem;
  width: 1.24rem;
  top: 2.08rem;
  left: 50%; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}

#app #show {
  width: 100%;
  height: 100%;
}

#app .add {
  background: url(../img/form-arrow.png) center 0 no-repeat;
  width: auto 100%;
  height: .19rem;
  margin-top: .4rem;
  transform: rotate(180deg);
  cursor: pointer;
}

#app .open .add {
  transform: rotate(0deg);

}

#app .block .re-item {
  display: none;
  margin-top: .45rem;
}

#app .block .re-item:first-of-type {
  display: block;
  margin-top: 0;
}

#app .block.open .re-item {
  display: block;
}

#app .submit {
  width: 2.86rem;
  height: .8rem;
  background: #4B9FD9;
  color: #fff;
  outline: none;
  font-size: .16rem;
  letter-spacing: 10px;
  border: 0;
  margin: .7rem auto 0;
  display: block;
  cursor: pointer;
}

#app .submit:disabled {
  opacity: .5;
}

#app .error {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, .1);
}

#app .error .content {
  background: rgba(0, 0, 0, .5);
  width: 3.5rem;
  height: .9rem;
  line-height: .9rem;
  box-shadow: 0 26px 64px 0 rgba(15, 24, 44, 0.05);
  font-size: .16rem;
  left: 50%;
  margin-left: -1.75rem;
  top: 50%;
  margin-top: -.45rem;
  position: absolute;
  border-radius: .04rem;
  color: #fff;
}

#app .error .content2 {
  background: rgba(0, 0, 0, .5);
  width: 3.5rem;
  height: 1.6rem;
  font-size: .16rem;
  box-shadow: 0 26px 64px 0 rgba(15, 24, 44, 0.05);
  left: 50%;
  margin-left: -1.75rem;
  top: 50%;
  margin-top: -.8rem;
  position: absolute;
  border-radius: .04rem;
  color: #fff;
}

#app .content2 .submit {
  width: 1.66rem;
  height: .4rem;
  background: #4B9FD9;
  color: #fff;
  outline: none;
  font-size: .16rem;
  letter-spacing: 2px;
  border: 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

#app .error .content img {
  position: absolute;
  right: .1rem;
  top: .1rem;
  width: .3rem;
  cursor: pointer;
}

#app .dividing-line {
  margin-top: .7rem;
  border-top: 1px solid #DFE3E9;
  padding-top: .4rem;
}

.enrollment-work {
  background: url(../img/letter/pc/bg-pc@2x-pichi.jpg) no-repeat;
  background-size: cover;
  padding: 1.15rem .5rem 1.26rem;
  position: relative;
}

.enrollment-work .logo {
  width: 1.6rem;
  margin: 0 auto;
}

.enrollment-work h2 {
  font-size: .36rem;
  color: #132042;
  letter-spacing: 3px;
  text-align: center;
  margin: .5rem 0 .6rem;
  line-height: .36rem;
}

.letter-content {
  background: #fff;
  padding: 1rem .9rem 1.1rem;
  position: relative;
  z-index: 2;
}

.enrollment-work .letter-content::before {
  position: absolute;
  content: "";
  background: url(../img/letter/pc/line1@2x-pichi.png) no-repeat;
  background-size: cover;
  width: 2.76rem;
  height: 1.58rem;
  top: -.23rem;
  left: -.5rem;
}

.enrollment-work .letter-content::after {
  position: absolute;
  content: "";
  background: url(../img/letter/pc/line2@2x-pichi.png) no-repeat;
  background-size: cover;
  width: 2.67rem;
  height: 1.25rem;
  bottom: -.65rem;
  right: -.43rem;
}

.letter-content p {
  color: #6D7278;
  line-height: .36rem;

}

.letter-content>p {
  text-indent: 2em;
}

.letter-content .links {
  margin-bottom: .4rem;
}

.letter-content .links p {
  color: #132042;
}

.letter-content .links>p {
  margin-top: .32rem;
  line-height: .33rem;
  position: relative;
  padding-left: .6rem;

}

.letter-content .links>p::before {
  width: .33rem;
  height: .33rem;
  background: #132042;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  content: "01";
  color: #fff;
  font-family: "DINPro-Regular";
  text-align: center;
  line-height: .33rem;
}

.letter-content .links>p:nth-of-type(2):before {
  content: "02";
}

.letter-content .links>p:nth-of-type(3):before {
  content: "03";
}

.letter-content .qrcode {
  width: 1.22rem;
  margin: .24rem auto .1rem;
  display: block;
}

.letter-content .qrcode-tip {
  text-align: center;
}

.letter-content p a {
  position: relative;
  z-index: 2;
}

.letter-content p a::after {
  width: 100%;
  height: .07rem;
  background: #D6E4EB;
  content: "";
  position: absolute;
  top: .12rem;
  left: 0;
  z-index: -1;
}

.enrollment-swiper {
  margin-top: .7rem;
}

#v3 {
  width: 100%;
  margin-top: .7rem;
}

.school-culture-content {
  margin-top: .6rem;
}

.school-culture-content .title {
  color: #132042;
  font-size: .20rem;
}

.school-culture-content .title:not(:first-child) {
  margin-top: 0.5rem;
}

.school-culture-content a {
  font-size: 0.18rem;
  color: #4B9FD9;
}

.school-culture-content .school-swiper {
  margin-top: .6rem;
  margin-bottom: 1.4rem;
}

.enrollment-work:after {
  content: "";
  position: absolute;
  bottom: .94rem;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: url(../img/letter/pc/shadow-pc-pichi.png) 0 bottom no-repeat;
  background-size: 100% auto;
}

.enrollment-work-warpper .inner-content-warpper p {
  line-height: .36rem;
}

.enrollment-work-warpper .enrollment-title {
  font-size: .22rem;
  text-align: center;
  color: #132042;
}

.enrollment-work-warpper .enrollment-sub-title {
  font-size: .16rem;
  color: #132042;
  margin-bottom: .14rem;
}

.enrollment-work-warpper .activity {
  font-size: .16rem;
  color: #132042;
  text-align: center;
  margin-top: .24rem;
}

.enrollment-work-warpper .activity img {
  margin: .14rem auto 0;
}

.enrollment-work-warpper .table {
  text-align: center;

}

.enrollment-work-warpper .table p {
  border-top: 1px solid #000;

  height: .6rem;
  border-left: 1px solid #000;
}

.enrollment-work-warpper .table p:last-of-type {
  border-bottom: 1px solid #000;
}

.enrollment-work-warpper .table p span {
  float: left;
  width: 25%;
  display: block;
  line-height: .6rem;

  border-right: 1px solid #000;
  border-bottom: 0;
  border-top: 0;
  box-sizing: border-box;
}

.enrollment-work-warpper .tip {
  font-size: .12rem;
}

.enrollment-work-warpper .inner-content-warpper .illustration {
  margin-left: auto;
  margin-right: auto;
}

.inner-internship-banner {
  height: 4.2rem;
  background: url(../img/internship/edu-banner@2x-pichi.jpg) center 0 no-repeat;
  background-size: auto 100%;
  margin-bottom: .7rem;
}

.internship-list {
  text-align: right;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.internship-item {
  background: #FFFFFF;
  border: 1px solid #E2E1DC;
  box-shadow: 0 .04rem .08rem 0 rgba(0, 0, 0, 0.10);
  position: relative;
  padding: .2rem 1.5rem;
  margin-bottom: .2rem;
  max-width: 1030px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.internship-item .pic {
  position: absolute;
  top: .2rem;
  left: .2rem;
  width: 1.07rem;
  height: 1.07rem;
}

.internship-item button {
  background: #fff;
  border: 1px solid #B0B4C3;
  width: .8rem;
  height: .32rem;
  color: #6D7278;
  font-size: .12rem;
  position: absolute;
  right: .2rem;
  bottom: .24rem;
  cursor: pointer;
}

.internship-item .title {
  color: #132042;
  font-size: .16rem;
}

.internship-item .tag {
  color: #4B9FD9;
  font-size: .12rem;
  padding-top: .1rem;
}

.internship-item .desc {
  margin-top: .14rem;
  font-size: .12rem;
  color: #6D7278;
  line-height: .2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: .4rem;
}

.internship-item .desc2 {
  margin-top: .14rem;
  font-size: .12rem;
  color: #6D7278;
  line-height: .2rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: .4rem;
}

@media screen and ( min-width: 768px ){
  .internship-item .show_more{
    display: none;
  }
}


.internship-item .show_more{
  margin-top: 10px;
  text-align: right;
}

.internship-item .show_text{
  width: 50px;
  height: 30px;
  background: #4B9FD9;
  border: none;
  color: #ffffff;
  margin-top:0;
  border-radius: 2px;
}

.popup {
  display: none;
  align-items: center;
  justify-content: center;
}

.popup-content {
  width: 9.1rem;
  background: #fff;
  height: 5.5rem;
  padding: .34rem 0.6rem;
  box-sizing: border-box;
  font-size: 0;
}

.popup-content h2 {
  font-size: .28rem;
  color: #132042;
  letter-spacing: 1px;
  text-align: center;
  line-height: .28rem;
}

.popup-content label {
  color: #132042;
  font-size: .14rem;
  margin-bottom: .06rem;
  display: block;
}

.popup-content input {
  border: 1px solid #E1E1E3;
  border-radius: .04rem;
  height: .4rem;
  width: 100%;
  box-sizing: border-box;
  color: #132042;
  font-size: .14rem;
  padding: 0 .15rem;
  outline: none;
  box-shadow: none;
}

.popup-content .input-item {
  width: 3.75rem;
  display: inline-block;
  margin-top: .2rem;

}

.popup-content .input-item:nth-of-type(2n+1) {
  margin-right: .4rem;
}

.popup-content .textarea-item {
  margin-top: .3rem;
}

.popup-content .box {
  background: #FAFAFA;
  border: 1px dashed #E1E1E3;
  border-radius: .04rem;
  height: 1.5rem;
}

.popup-content .box p {
  font-size: .14rem;
  color: #132042;
  margin-top: .4rem;
  text-align: center;

}

.popup-content .file {
  width: .8rem;
  height: .34rem;
  line-height: .34rem;
  position: relative;
  cursor: pointer;
  color: #888;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 0.14rem auto 0;
  font-size: .14rem;
}

.popup-content .file input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}


.popup-content .btns {
  margin-top: .3rem;
  text-align: right;
}

.popup-content .btns button {
  height: .4rem;
  width: 1.04rem;
  border-radius: .04rem;
  font-size: .16rem;
  border: 1px solid #B0B4C3;
  margin-left: .16rem;
  color: #6D7278;
  cursor: pointer;
  background: #fff;
}

.popup-content .btns button.submit {
  background: #374079;
  color: #fff;
  border-color: #374079;
}

.gzh-qrcode-desc {
  font-size: .2rem;
}

.modal {

}

.modal .search {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  border-bottom: 1px solid #e3e8ed;
}

.modal .search input {
  width: 100%;
  margin-left: 3px;
  border: none;
  font:unset;
}

.modal .search input:focus {
  outline: none;
}

.modal .rows {
  padding: 20px 12px 0;
}

.modal .rows .row {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 8px;
  /*background-color: #f5f7f9;*/
  border-radius: 4px;
  margin-top: 8px;
  cursor: pointer;
}

.modal .rows .row img {
  height: 16px;
  margin-right: 8px;
}

.swal2-modal {
  /*margin-top: -380px !important;*/
  top: 500px !important;
}

.pc .showNewsSearch {
  cursor: pointer;
  height: fit-content;
  position: fixed;
  width: .5rem;
  top: 70vh;
  right: 0;
  background: #F7F7F9;
}

.pc .showNewsSearch .showNewsSearch-text {
  padding-top: 0.01rem;
  font-size: .12rem;
  color: #6D7278;
  line-height: .2rem;
  text-align: center;
}
