@charset "UTF-8";
html,
body {
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

.page-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.page {
  min-width: 1208px;
  background-color: #171717;
}

.footer {
  background-color: #171717;
}
.footer .txt {
  color: #fff;
}
.footer .txt a {
  color: #fff;
}

.wrapper {
  width: 1208px;
}

.nc-header .top .logo {
  width: 335px;
  height: 59px;
}

.box-title {
  box-sizing: border-box;
  padding-top: 100px;
  position: relative;
}
.box-title .title {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
}
.box-title .title-en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.box-title .title-en:hover .txt {
  color: #00f0dc;
}
.box-title .title-en:hover .txt::before {
  left: -100%;
}
.box-title .title-en:hover .txt::after {
  left: 0;
}
.box-title .title-en .txt {
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease;
}
.box-title .title-en .txt::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: #fff;
}
.box-title .title-en .txt::after {
  content: '';
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
  background: #00f0dc;
  transition: left 0.5s ease;
}

.box2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 92px;
}
.box2 .list .item {
  width: 562px;
  height: 204px;
  border-radius: 15px;
}
.box2 .list .item1 {
  background: url("../images/box2-1.png") no-repeat center/100%;
}
.box2 .list .item2 {
  background: url("../images/box2-2.png") no-repeat center/100%;
}

.box3 {
  padding-top: 25px;
}
.box3 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.box3 .content .arrow {
  position: absolute;
  width: 57px;
  top: 40px;
  left: 450px;
}
.box3 .content .des {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  width: 550px;
  padding-top: 60px;
  padding-bottom: 40px;
}
.box3 .content .player {
  width: 933px;
  height: 525px;
}

.box4 .list {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box4 .list .item {
  margin-top: 60px;
  width: 313px;
  height: 626px;
  background: #fff;
}
.box4 .list .item .img-com {
  overflow: hidden;
  cursor: pointer;
}
.box4 .list .item .img-com:hover .img {
  transform: scale(1.1);
}
.box4 .list .item .img-com .img {
  width: 313px;
}
.box4 .list .item .bot {
  letter-spacing: 1px;
  padding: 30px 50px;
}
.box4 .list .item .bot .title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  cursor: pointer;
}
.box4 .list .item .bot .title:hover .btn {
	transform: translate(5px, -5px);
}
.box4 .list .item .bot .title .txt {
  min-width: 150px;
  font-size: 24px;
  color: #00f0dc;
  border-bottom: 2px solid #00f0dc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.box4 .list .item .bot .title .btn {
  width: 18px;
  height: 18px;
  background: url("../images/box4-arrow.png") no-repeat center;
  margin-left: 20px;
  transition: transform 0.2s ease;
}
.box4 .list .item .bot .des {
  font-size: 14px;
  color: #000;
  line-height: 25px;
}

.box5 {
  overflow: hidden;
}
.box5 .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 70px;
}
.box5 .tabs .item {
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  border-bottom: 2px solid #fff;
  margin: 0 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box5 .tabs .item.active {
  color: #00f0dc;
  border-color: #00f0dc;
}
.box5 .content {
  padding-bottom: 130px;
  position: relative;
  display: none;
}
.box5 .content.show {
  display: block;
}
.box5 .content .swiper {
  margin: 0 64px;
  overflow: initial;
}
.box5 .content .swiper .swiper-slide {
  opacity: 0;
}
.box5 .content .swiper .swiper-slide-active {
  opacity: 1;
}
.box5 .content .swiper .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.box5 .content .swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
.box5 .content .swiper .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.2;
  pointer-events: none;
}
.box5 .content .swiper.box5-5-swiper .swiper-slide {
  opacity: 0;
}
.box5 .content .swiper.box5-5-swiper .swiper-slide-active {
  opacity: 1;
}
.box5 .content .swiper.box5-5-swiper .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.box5 .content .swiper.box5-5-swiper .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 0.2;
  pointer-events: none;
}
.box5 .content .swiper.box5-5-swiper .list .item {
  padding: 0 120px;
}
.box5 .content .swiper .list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.box5 .content .swiper .list .item:hover .img {
  transform: scale(1.1);
}
.box5 .content .swiper .list .item:hover .name {
  color: #00f0dc;
  border-color: #00f0dc;
}
.box5 .content .swiper .list .item .img-com {
  overflow: hidden;
}
.box5 .content .swiper .list .item .name {
  font-size: 24px;
  color: #fff;
  border-bottom: 2px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 35px;
  letter-spacing: 1px;
  padding: 5px 0;
  transition: all 0.2s ease;
}
.box5 .content .swiper-bottom {
  width: 43px;
  height: 43px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 110px;
  position: absolute;
  z-index: 1;
  background: url("../images/swiper-arrow.png") no-repeat center/100%;
}
.box5 .content .swiper-bottom:hover {
  background-image: url("../images/swiper-arrow-a.png");
}
.box5 .content .swiper-bottom.swiper-prev {
  left: 0;
  transform: rotate(180deg);
}
.box5 .content .swiper-bottom.swiper-next {
  right: 0;
}

.box6 {
  height: 983px;
  background: url("../images/box6-bg.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.box6 .box-title {
  padding-top: 60px;
}
.box6 .content {
  width: 850px;
  height: 600px;
  margin: 100px auto;
  position: relative;
}
.box6 .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box6 .content .list .item {
  width: 388px;
  height: 108px;
  background: #fff;
  margin-bottom: 90px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.box6 .content .list .item:nth-child(odd) {
  padding-right: 15px;
  -webkit-clip-path: polygon(100% 18px, 373px 25px, 373px 100%, 0 100%, 0 0, 373px 0, 373px 10px);
          clip-path: polygon(100% 18px, 373px 25px, 373px 100%, 0 100%, 0 0, 373px 0, 373px 10px);
}
.box6 .content .list .item:nth-child(even) {
  padding-left: 15px;
  margin-top: 30px;
  -webkit-clip-path: polygon(15px 0, 100% 0%, 100% 100%, 15px 100%, 15px 25px, 0 18px, 15px 10px);
          clip-path: polygon(15px 0, 100% 0%, 100% 100%, 15px 100%, 15px 25px, 0 18px, 15px 10px);
}
.box6 .content .list .item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: -100%;
  background-image: linear-gradient(to right, #00f0dc, #e7ff00);
  transition: left 0.2s ease;
}
.box6 .content .list .item.active::after {
  left: 0;
}
.box6 .content .list .item .content-item {
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.box6 .content .list .item .left {
  width: 210px;
  color: #000;
  margin-right: 30px;
}
.box6 .content .list .item .left .t1 {
  font-size: 24px;
}
.box6 .content .list .item .left .t2 {
  font-size: 14px;
}
.box6 .content .list .item .right {
  height: 70px;
}
.box6 .content .middle {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 490px;
}
.box6 .content .middle .round {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.box6 .content .middle .round:nth-child(even) {
  margin-bottom: 190px;
}
.box6 .content .middle .round::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #00f0dc, #e7ff00);
}
.box6 .content .middle .round.active::after {
  left: 0;
}
.box6 .content .middle .line {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.box7 .list {
  padding-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box7 .list .item {
  width: 596px;
  height: 217px;
  margin-top: 15px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.box7 .list .item:first-child .content1 {
  background: #e7ff00;
}
.box7 .list .item:first-child .content2 {
  background: #00f0dc;
}
.box7 .list .item:hover .content1 {
  transform: scaleY(-1);
}
.box7 .list .item:hover .content2 {
  transform: scaleY(1);
  z-index: 3;
}
.box7 .list .item .content1 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  background: #00f0dc;
  transform: scaleY(1);
  transition: transform 0.2s ease;
}
.box7 .list .item .content1 .img {
  height: 155px;
}
.box7 .list .item .content1 .name {
  font-size: 32px;
  color: #000;
  line-height: 40px;
  padding-bottom: 30px;
}
.box7 .list .item .content2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #e7ff00;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 25px 50px;
  line-height: 24px;
  letter-spacing: 1px;
  transform: scaleY(-1);
  transition: all 0.2s ease;
}
.box7 .list .item .content2 .title {
  font-size: 15px;
  color: #000;
}
.box7 .list .item .content2 .list2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box7 .list .item .content2 .list2 .item2 {
  font-size: 15px;
  color: #000;
  padding-left: 15px;
  position: relative;
}
.box7 .list .item .content2 .list2 .item2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.box7 .list .item .content2 .list2 .item2.w150 {
  width: 150px;
}
.box7 .list .item .content2 .list2 .item2.w220 {
  width: 220px;
}
.box7 .list .item .content2 .list2 .item2.w300 {
  width: 300px;
}
.box7 .list .item .content2 .btn {
  width: 130px;
  height: 29px;
  cursor: pointer;
}
.box7 .list .item .content2 .btn.btn1 {
  background: url("../images/box7-btn1.png") no-repeat center/100%;
}
.box7 .list .item .content2 .btn.btn2 {
  margin-top: 10px;
  background: url("../images/box7-btn2.png") no-repeat center/100%;
}

.box8 .content {
  position: relative;
  margin-top: 86px;
}
.box8 .content .swiper {
  margin: 0 64px;
  padding-top: 10px;
}
.box8 .content .swiper .list .item {
  height: 295px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.box8 .content .swiper .list .item:hover {
  transform: translateY(-10px);
}
.box8 .content .swiper .list .item .content1 {
  width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #454545;
}
.box8 .content .swiper .list .item .content1 .img {
  width: 72px;
  margin-top: 10px;
}
.box8 .content .swiper .list .item .content1 .name {
  font-size: 18px;
  color: #00f0dc;
  border-bottom: 1px solid #00f0dc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
}
.box8 .content .swiper .list .item .content1 .des {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-top: 15px;
}
.box8 .content .swiper-bottom {
  width: 43px;
  height: 43px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 110px;
  position: absolute;
  z-index: 1;
  background: url("../images/swiper-arrow.png") no-repeat center/100%;
}
.box8 .content .swiper-bottom:hover {
  background-image: url("../images/swiper-arrow-a.png");
}
.box8 .content .swiper-bottom.swiper-prev {
  left: 0;
  transform: rotate(180deg);
}
.box8 .content .swiper-bottom.swiper-next {
  right: 0;
}
.box8 .btn {
  width: 243px;
  height: 55px;
  background: url("../images/box8-btn.png") no-repeat center/100%;
  margin: 65px auto 0;
  cursor: pointer;
}

.box9 {
  position: relative;
}
.box9 .left {
  position: absolute;
  top: 217px;
  left: 0;
  width: 100%;
  height: 335px;
}
.box9 .left .line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #fff;
}
.box9 .left .tabs {
  width: 400px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.box9 .left .tabs .item {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  width: 111px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: #454545;
  cursor: pointer;
  transition: all 0.2s ease;
}
.box9 .left .tabs .item.active {
  background: #00f0dc;
  color: #000;
}
.box9 .content {
  margin-top: -117px;
  display: none;
  pointer-events: none;
}
.box9 .content.show {
  display: block;
}
.box9 .content .content1 {
  display: flex;
  justify-content: flex-end;
}
.box9 .content .content2 {
  display: flex;
  justify-content: flex-start;
  margin-top: 17px;
  margin-left: 25px;
}
.box9 .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box9 .content .list .item {
  width: 383px;
  height: 466px;
  margin-left: 12px;
  background: #000;
  border-radius: 20px;
  pointer-events: all;
  cursor: pointer;
}
.box9 .content .list .item:hover .btn {
  color: #000;
}
.box9 .content .list .item:hover .btn::after {
  left: 0;
}
.box9 .content .list .item .img {
  width: 383px;
  margin: 30px 0;
}
.box9 .content .list .item .t1 {
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  padding-bottom: 10px;
}
.box9 .content .list .item .t2 {
  font-size: 14px;
  color: #fff;
  padding-left: 30px;
  line-height: 22px;
  padding-bottom: 12px;
}
.box9 .content .list .item .btn {
  width: 126px;
  height: 32px;
  font-size: 14px;
  color: #09f7d8;
  letter-spacing: 1px;
  margin-left: 30px;
  border: 1px solid #09f7d8;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: color 0.2s ease;
}
.box9 .content .list .item .btn::after {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #09f7d8;
  transition: left 0.2s ease;
}
.box9 .content .list .item .btn span {
  position: relative;
  z-index: 2;
}
.box9 .right {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 200px;
  bottom: 200px;
  cursor: pointer;
}

.box10 .list {
  padding-top: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box10 .list .item {
  width: 384px;
  height: 692px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.box10 .list .item:nth-child(1) {
  background-image: url("../images/box10-1.png");
}
.box10 .list .item:nth-child(2) {
  background-image: url("../images/box10-2.png");
}
.box10 .list .item:nth-child(3) {
  background-image: url("../images/box10-3.png");
}
.box10 .list .item:nth-child(4) {
  background-image: url("../images/box10-4.png");
}
.box10 .list .item:nth-child(5) {
  background-image: url("../images/box10-5.png");
}
.box10 .list .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
}
.box10 .list .item:hover::after {
  opacity: 1;
}
.box10 .list .item:hover .mask {
  opacity: 0;
}
.box10 .list .item:hover .name {
  z-index: 3;
  color: #00f0dc;
  transform: translateY(-20px);
}
.box10 .list .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.box10 .list .item .name {
  position: relative;
  z-index: 1;
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.2s ease;
}

.af-campus {
  background: #171717;
  padding-bottom: 28px;
  border-bottom: 1px solid #6e6e6e;
}
.af-campus .phone {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.af-campus .phone .t1 {
  font-size: 18px;
  color: #fff;
}
.af-campus .phone .t2 {
  font-size: 40px;
  color: #00f0dc;
  line-height: 40px;
  margin-top: 10px;
  padding-left: 50px;
  background: url("../images/phone.png") no-repeat left center/34px;
}
.af-campus .position {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.af-campus .position .map {
  width: 774px;
  height: 315px;
}
.af-campus .position .map .amap-marker-label {
  background-color: transparent;
  border: 0;
}
.af-campus .position .map .info {
  background-color: #fff;
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 2px 6px rgba(114, 124, 245, 0.5019607843);
  line-height: 20px;
  margin: 0;
  min-width: 0;
  padding: 10px 15px;
  position: relative;
  right: 0;
  top: 0;
  width: auto;
}
.af-campus .position .form-container {
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 315px;
}
.af-campus .position .form-item {
  font-size: 16px;
  width: 380px;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  background: #171717;
  margin-bottom: 20px;
}
.af-campus .position .form-item input {
  background: #171717;
  color: #fff;
}
.af-campus .position .select-campus {
  position: relative;
}
.af-campus .position .select-campus .current {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}
.af-campus .position .select-campus .campus-list {
  position: absolute;
  bottom: -580px;
  left: -1px;
  z-index: 10;
  width: 380px;
  flex-direction: column;
  background: #fff;
  padding: 0 20px;
  border-radius: 10px;
  box-sizing: border-box;
  line-height: 20px;
  display: none;
}
.af-campus .position .select-campus .campus-list.show {
  display: block;
}
.af-campus .position .select-campus .campus-list .top {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
.af-campus .position .select-campus .campus-list .top .img {
  width: 15px;
  height: 16px;
  margin-right: 5px;
}
.af-campus .position .select-campus .campus-list .top .text {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}
.af-campus .position .select-campus .campus-list .top .text .closest {
  background: #00f0dc;
  color: #fff;
  font-size: 14px;
  font-weight: initial;
  padding: 2px 15px;
  border-radius: 11px;
  cursor: pointer;
}
.af-campus .position .select-campus .campus-list .list {
  box-sizing: border-box;
  padding-bottom: 10px;
}
.af-campus .position .select-campus .campus-list .list .item {
  font-size: 14px;
  color: #000;
  display: flex;
  width: 320px;
  padding-top: 8px;
  line-height: 20px;
}
.af-campus .position .select-campus .campus-list .list .item .letter {
  width: 10px;
}
.af-campus .position .select-campus .campus-list .list .item .city-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.af-campus .position .select-campus .campus-list .list .item .city-list .city {
  padding-left: 10px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.af-campus .position .select-campus .campus-list .list .item .city-list .city:hover {
  color: #00f0dc;
}
.af-campus .position .select-campus .campus-list .bot {
  padding: 10px 0;
  color: #00f0dc;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #f3f3f3;
}
.af-campus .position .select-campus .down {
  width: 14px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.af-campus .position .select-campus .down.active {
  transform: rotate(180deg);
}
.af-campus .position .form-code {
  width: 380px;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.af-campus .position .form-code .form-item {
  width: 245px;
}
.af-campus .position .form-code .kaptcha-code {
  border: none;
  padding: 0;
}
.af-campus .position .form-code .kaptcha-btn {
  width: 115px;
  height: 45px;
  line-height: 45px;
  background: #00f0dc;
  color: #000;
  font-size: 16px;
}
.af-campus .position .form-code .kaptcha-btn:active {
  background: #00bdad;
}
.af-campus .position .submit {
  height: 47px;
  line-height: 47px;
  background: #00f0dc;
  color: #000;
  font-size: 16px;
  border: none;
  margin-top: 8px;
}
.af-campus .position .submit:hover {
  background: #00f0dc;
}
.af-campus .position .submit:active {
  background: #00bdad;
}
.af-campus .logo {
  height: 50px;
  margin: 0 auto;
}