* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/kpzt/ket_pet_fce/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/kpzt/ket_pet_fce/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(.https://www.igo.cn/kpzt/ket_pet_fce/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/kpzt/ket_pet_fce/font/Alibaba-PuHuiTi-Medium.ttf);
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.dataNums {
  width: auto;
  text-align: center;
  height: 50px;
}

.dataNums .dataOne {
  width: 26px;
  height: 50px;
  text-align: center;
  display: inline-block;
}

.dataNums .dataBoc {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.dataNums .dataBoc .tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dataNums span {
  width: 100%;
  height: 50px;
  font-family: "AvantiBold";
  font-size: 50px;
  color: #527cec;
  line-height: 50px;
  display: block;
}
#main {
  min-width: 1200px;
}
#main .banner {
  width: 100%;
  height: 570px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
#main .banner > div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 153px;
  padding-left: 530px;
}

#main .banner p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 28px;
  color: #807744;
  width: 330px;
  min-height: 57px;
  /* width: auto; */
  padding: 15px 36px 14px;
  background: #ffed87;
  border-radius: 57px;
  display: inline-block;
  position: relative;
  transform: translateY(10px);
}
#main .banner p::after {
  content: "";
  border: 12px solid #ffed87;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: 0;
  right: 98px;
  transition: all 0.3s;
  opacity: 0;
}
#main .banner p.active::after {
  bottom: -24px;
  transition: all 0.3s;
  opacity: 1;
}
#main .content {
  width: 1200px;
  margin: 0 auto;
}
#main .dataBox .video {
  width: 616px;
  height: 356px;
  background: url(../img/video_bg.png) no-repeat;
  background-size: 100%;
  flex-shrink: 0;
  padding: 20px 70px 37px;
}
#main .dataBox .video > div {
  width: 100%;
  height: 100%;
  background: #000000;
}
#main .dataBox .video video {
  width: 100%;
}
#main .dataBox {
  padding-top: 56px;
}
#main .dataBox .num_box {
  width: calc(100% - 616px);
  flex-wrap: wrap;
}
#main .dataBox .num {
  width: 50%;
}
#main .dataBox .num:nth-child(1),
#main .dataBox .num:nth-child(2) {
  margin-bottom: 78px;
}
#main .dataBox .num p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #4d4d4d;
  text-align: center;
  margin-top: 15px;
}

#main .dataBox > ul {
  margin-top: 64px;
  flex-wrap: wrap;
}
#main .dataBox > ul li {
  width: 220px;
  height: 60px;
  background-color: #527cec;
  border-radius: 30px;
  padding: 7px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #ffffff;
}
#main .dataBox > ul li:nth-child(1),
#main .dataBox > ul li:nth-child(2),
#main .dataBox > ul li:nth-child(3),
#main .dataBox > ul li:nth-child(4),
#main .dataBox > ul li:nth-child(5) {
  margin-bottom: 30px;
}
#main .dataBox .icon {
  background: url(../img/css_sprites.png) no-repeat;
  margin-right: 32px;
}
#main .dataBox #icon1 {
  background-position: -0px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon3 {
  background-position: -46px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon4 {
  background-position: -92px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon5 {
  background-position: -138px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon6 {
  background-position: -184px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon2 {
  background-position: -230px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon9 {
  background-position: -276px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon7 {
  background-position: -322px -0px;
  width: 46px;
  height: 46px;
}
#main .dataBox #icon8 {
  background-position: -368px -0px;
  width: 46px;
  height: 46px;
}

#main .dataBox > ul li:last-child {
  background-color: #ff3c01;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#main .dataBox > ul li:last-child .qrcode {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  top: -190px;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
}
#main .dataBox > ul li:last-child .qrcode span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #333333;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#main .dataBox > ul li:last-child .qrcode img {
  display: block;
  margin: 0 auto;
}
#main .dataBox > ul li:last-child:hover {
  overflow: inherit;
}
#main .sameprt {
  padding-top: 100px;
}
#main .sameprt .stitle {
  align-items: flex-start;
  margin-bottom: 50px;
}
#main .sameprt .stitle > div:nth-child(1) {
  font-family: "AvantiBold";
  font-size: 35px;
  color: #ffffff;
  width: 42px;
  height: 42px;
  background-color: #527cec;
  margin-right: 18px;
  border-radius: 42px;
}
#main .sameprt .stitle p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 22px;
}
#main .sameprt .stitle p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 24px;
  line-height: 24px;
  color: #666666;
}

#main .sameprt .tv {
  width: 580px;
  height: 460px;
  background: url(../img/tv.png) no-repeat;
  background-size: 100%;
  padding: 21px 23px 0 22px;
  position: relative;
  align-items: flex-start;
}
#main .sameprt .tv > .AIimg {
  width: 100%;
  height: 308px;
  background: #000000;
  overflow: hidden;
  align-items: flex-start;
}

#main .sameprt .AI1 > div img {
  width: 626px;
}

#main .sameprt .txt {
  background-color: #ffed87;
  border-radius: 20px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
  line-height: 25px;
  color: #807744;
  padding: 25px 35px 25px 29px;
  position: absolute;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
}
#main .sameprt .txt p {
  flex-shrink: 0;
  margin-bottom: 8px;
  align-items: flex-start;
}
#main .sameprt .txt p:last-child {
  margin-bottom: 0;
}
#main .sameprt .txt p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #807744;
  margin-right: 12px;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  top: 9px;
}
#main .sameprt .btnbox {
  position: relative;
}
#main .sameprt .detail .btnbox > .btn {
  width: 150px;
  height: 60px;
  background-color: #ff3c01;
  border-radius: 29px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#main .sameprt .detail .btnbox > .btn:hover {
  overflow: inherit;
}
#main .sameprt .btnbox .qrcode {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  top: -190px;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  z-index: 5;
}
#main .sameprt .btnbox .qrcode span {
  font-family: "AlibabaPuHuiTiMedium";
  color: #333333;
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#main .sameprt .btnbox .qrcode img {
  display: block;
  margin: 0 auto;
}
#main .section1 {
  margin-bottom: 50px;
}
#main .section1 .AI1 .txt {
  top: 150px;
  right: -150px;
}

#main .section1 .detail {
  width: 398px;
  height: 351px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  border: solid 4px #ffffff;
  padding: 10px;
  margin-left: 222px;
}
#main .section1 .detail img {
  width: 100%;
  margin-bottom: 22px;
}
#main .section1 .detail .btnbox {
  padding: 0 30px;
}

#main .section2 {
  background-color: #e9f7ff;
  padding: 50px 0;
}
#main .section2 .content > div {
  align-items: flex-start;
}
#main .section2 .AI2 {
  margin-right: 114px;
}
#main .sameprt .AI2 > div img {
  width: 701px;
}

#main .section2 .AI2 .txt {
  top: 264px;
  right: -100px;
}
#main .section2 .detail .img {
  width: 506px;
  height: 232px;
  background-color: #f1f8ff;
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  border: solid 4px #ffffff;
  margin-bottom: 40px;
}
#main .section2 .detail .tang {
  width: 419px;
  height: 110px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  border: solid 4px #ffffff;
  margin-left: 87px;
  padding-left: 21px;
}
#main .section2 .detail .tang p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  line-height: 30px;
  /* font-style: italic; */
  color: #333333;
}
#main .section2 .detail .tang p:nth-child(1) span {
  color: #ff9c18;
}
#main .section2 .detail .tang p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 16px;
  color: #999999;
  margin-top: 13px;
}
#main .section2 .detail .btnbox .btn {
  width: 110px;
  height: 50px;
  margin-left: 18px;
}
#main .section3 .content > div {
  align-items: flex-start;
}
#main .section3 .content > div:nth-child(2) {
  align-items: flex-end;
}
#main .section3 .AI3 .txt {
  top: 170px;
  right: -130px;
}
#main .section3 .detail {
  margin-left: 270px;
}
#main .section3 .detail .img {
  width: 350px;
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  border: solid 4px #ffffff;
  background-color: #fffbf2;
  padding-top: 20px;
}

#main .section3 .detail p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  margin-bottom: 14px;
}

#main .section3 .detail p span {
  color: #ff9c18;
}
#main .section3 .handbook {
  padding: 0 10px;
  height: 210px;
}
#main .section3 .handbook > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
}
#main .section3 .handbook > div {
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0 0 14px rgb(105 105 105 / 13%);
  border-radius: 8px;
  border: 1px solid #ffe3bc;
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

#main .section3 .handbook > div:nth-child(1) {
  margin-bottom: 10px;
}
#main .section3 .handbook .poster {
  width: 64px;
  height: 86px;
  background-color: #000000;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 9px;
}
#main .section3 .handbook .f-title {
  width: 210px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #000000;
}
#main .handbook .l-l .tags {
  flex-wrap: wrap;
  width: 134px;
  height: 49px;
}
#main .handbook .l-l .tags span {
  width: 62px;
  height: 22px;
  background-color: #e7e7e7;
  border-radius: 4px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  color: #9b9b9b;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .handbook .l-l .tags span:nth-child(1),
#main .handbook .l-l .tags span:nth-child(2) {
  margin-bottom: 5px;
}
#main .handbook .l-l .tags span:nth-child(2n) {
  background-color: #e7e7e7;
}
#main .handbook .download {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#main .handbook .download img {
  width: 30px;
}
#main .section3 .prediction {
  width: 100%;
  background: url(../img/prediction.png) no-repeat;
  background-size: 100%;
  padding-top: 29px;
  padding-bottom: 15px;
}
#main .section3 .prediction .list > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
}
#main .section3 .prediction .tab {
  width: 230px;
  justify-content: space-around;
  padding-left: 15px;
  margin-bottom: 23px;
}
#main .section3 .prediction .tab > div {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
}
#main .section3 .prediction .tab > div.active {
  color: #ff9c18;
  font-family: "AlibabaPuHuiTiBold";
}
#main .section3 .prediction .data {
  padding: 0 15px;
}
#main .section3 .prediction .data > div {
  font-family: "AlibabaPuHuiTiRegular";
  padding-right: 5px;
}
#main .section3 .prediction .data > div span {
  width: 28%;
  font-size: 12px;
  text-align: center;
}
#main .section3 .prediction .data > div span:nth-child(1) {
  width: 13%;
}
#main .section3 .prediction .data .list {
  height: 164px;
  overflow-y: auto;
  margin-top: 10px;
}
#main .section3 .prediction .data .list::-webkit-scrollbar{
  width: 5px;
}
#main .section3 .prediction .data .list::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

/* 滚动条滑块 */
#main .section3 .prediction .data .list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
#main .section3 .prediction .data ul {
  height: 35px;
}
#main .section3 .prediction .data li {
  font-family: "AlibabaPuHuiTiRegular";
  width: 28%;
  font-size: 10px;
  text-align: center;
  flex-shrink: 0;
  border-radius: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .section3 .prediction .data li img {
  width: 50%;
}
#main .section3 .prediction .data li:nth-child(1) {
  width: 13%;
}

#main .section3 .prediction .data li:nth-child(2) {
  background: #fef5f6;
  padding: 5px 3px;
  color: #ff7f8e;
}
#main .section3 .prediction .data li:nth-child(3) {
  background: #ebf3fc;
  padding: 5px 3px;
  color: #7fbbff;
}
#main .section3 .prediction .data li:nth-child(4) {
  background: #fcf4eb;
  padding: 5px 3px;
  color: #fed09e;
}
#main .section4 {
  margin-bottom: 50px;
}
#main .section4 .content > div {
  align-items: flex-start;
}
#main .section4 .AI4 .txt {
  top: 186px;
  right: -160px;
}
#main .section4 .detail {
  margin-left: 248px;
  padding-top: 47px;
}
#main .section4 .detail .img {
  width: 372px;
  height: 255px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  border: solid 4px #ffffff;
  padding: 29px 0 0 34px;
}
#main .section4 .detail .img img {
  flex-shrink: 0;
  margin-right: 13px;
}
#main .section4 .detail .img > div {
  align-items: flex-start;
}
#main .section4 .detail .img > div:nth-child(1) {
  margin-bottom: 16px;
}
#main .section4 .detail .img p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
}
#main .section4 .detail .img p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  margin-top: 10px;
}
#main .section4 .detail .btnbox .btn {
  width: 245px;
  height: 60px;
  border-radius: 30px;
  margin: 29px auto 0;
}
#main .section5 {
  background-color: #e9f7ff;
  padding: 50px 0;
}
#main .section5 .content > div:nth-child(2) {
  align-items: flex-end;
}
#main .section5 .AI5 .txt {
  top: 60px;
  right: -130px;
}
#main .section5 .detail {
  margin-left: 215px;
}

#main .section6 .content > div:nth-child(2) {
  align-items: flex-end;
}
#main .section6 .detail {
  margin-right: 29px;
  padding-bottom: 54px;
}
#main .section6 .detail .img {
  width: 590px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 50px;
  padding-left: 27px;
  align-items: flex-end;
}
#main .section6 .detail .img p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  height: 100px;
  margin-left: 12px;
}
#main .section6 .detail .btnbox .btn {
  width: 170px;
  height: 60px;
  margin: 37px auto 0;
}
#main .section6 .AI6 .txt {
  top: 41px;
  left: -200px;
}
#main .section7 {
  margin-bottom: 50px;
}
#main .section7 .content > div:nth-child(2) {
  align-items: flex-end;
}

#main .section7 .detail {
  margin-right: 14px;
  align-items: flex-end;
}
#main .section7 .detail .img {
  position: relative;
}
#main .section7 .detail .btnbox .btn {
  width: 245px;
  height: 60px;
  margin-left: -20px;
  margin-bottom: 61px;
}
#main .section7 .detail .tang {
  position: absolute;
  top: -34px;
  left: 113px;
}
#main .section7 .detail .txt {
  top: 179px;
  right: -162px;
}
#main .section8 {
  background-color: #e9f7ff;
  padding: 50px 0;
}
#main .section8 .content > div:nth-child(2) {
  position: relative;
}
#main .section8 .AI8 .txt {
  top: 200px;
  left: -200px;
}
#main .section8 .detail {
  position: absolute;
  top: 129px;
  left: 763px;
}
#main .section8 .detail .img {
  position: relative;
}
#main .section8 .detail img {
  box-shadow: 0px 0px 40px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#main .section8 .detail img:nth-child(2) {
  top: 69px;
  left: 69px;
  z-index: 2;
}
#main .section8 .detail img:nth-child(3) {
  top: 138px;
  left: 138px;
  z-index: 3;
}
#Campuses1 * {
  margin: 0;
  padding: 0;
}
#Campuses1 ul,
#Campuses1 li {
  list-style: none;
}
#Campuses1 ul,
#Campuses1 li,
#Campuses1 div,
#Campuses1 h6,
#Campuses1 b,
#Campuses1 input {
  font-family: "Microsoft Yahei";
}
#Campuses1 .C-Fl {
  float: left;
}
#Campuses1 .C-Fr {
  float: right;
}
#Campuses1 .C-Button > span,
#Campuses1 .C-Name,
#Campuses1 .C-Tel,
#Campuses1 .C-Country,
#Campuses1 .C-City {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media \0screen\, screen\9 {
  #Campuses1 {
    background: #000;
    filter: Alpha(opacity=80);
    position: static;
    *zoom: 1;
  }
}
#Campuses1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.8);
}
.M-Close,
.C-Button span,
.R-Close1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#Campuses1 .Majors-Box1 {
  width: 820px;
  height: 440px;
  background: #fff;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -410px;
}
#Campuses1 .Majors-T {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #527cec;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
}
#Campuses1 .M-Close {
  position: absolute;
  right: 25px;
  top: 14px;
}
#Campuses1 .M-Close:hover,
#Campuses1 .R-Close1:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
#Campuses1 .C-Infor {
  width: 710px;
  height: 300px;
  margin: 45px auto 0;
}
#Campuses1 .C-InforT {
  width: 404px;
  height: 306px;
  border-right: 1px solid #ffd6d6;
}
#Campuses1 .Declare {
  width: 371px;
  height: 306px;
  margin: -10px 0 0 -10px;
}
#Campuses1 .Declare-T {
  font-size: 18px;
  color: #535353;
  width: 370px;
  height: 58px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 25px;
}
#Campuses1 .Declare-Bg {
  background: url(https://www.igo.cn/liuxue/images/M-Declare.jpg) no-repeat;
  width: 371px;
  height: 231px;
  overflow: hidden;
}
#Campuses1 .Dealare-List {
  width: 252px;
  height: auto;
  margin: 30px auto 0;
}
#Campuses1 .Dealare-List > li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 16px;
}
#Campuses1 .D-Ml1 {
  margin-left: 65px;
}
#Campuses1 .D-Ml2 {
  margin-left: 38px;
}
#Campuses1 .C-YuYue {
  width: 270px;
  height: 306px;
  margin-left: 32px;
}
#Campuses1 .C-YuYue > span {
  font-size: 14px;
  color: #535353;
}
#Campuses1 .Infor-List {
  margin-top: 20px;
}
#Campuses1 .Infor-List li {
  margin-bottom: 16px;
}
#Campuses1 .Infor-List li em {
  font-size: 14px;
  color: #535353;
}
#Campuses1 .C-Name,
#Campuses1 .C-Tel,
#Campuses1 .C-Country,
#Campuses1 .C-City {
  width: 185px;
  height: 28px;
  font-size: 14px;
  color: #4f4f4f;
  border: 1px solid #b5b5b5;
  outline: none;
  padding-left: 12px;
}
#Campuses1 .C-Country,
#Campuses1 .C-City {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(https://www.igo.cn/liuxue/images/M-Select.png) 164px 0
    no-repeat;
}
#Campuses1 .C-Txt {
  text-align: right;
  font-size: 14px;
  color: #535353;
}
#Campuses1 .C-Button {
  width: 270px;
  height: 42px;
  margin: 25px auto 0;
}
#Campuses1 .C-Button > span {
  display: block;
  width: 124px;
  height: 42px;
  background: #527cec;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #527cec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#Campuses1 .C-Button > span:hover {
  background: transparent;
  color: #527cec;
}
#Campuses1 .Touch-active {
  animation: show1 0.3s;
  -webkit-animation: show1 0.3s;
}
@keyframes show1 {
  0% {
    transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes show1 {
  0% {
    -webkit-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes show1 {
  0% {
    -moz-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes show1 {
  0% {
    -o-transform: scale(2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* sameLay */
.sameLay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}

.sameLay .layout_box {
  /* display: none; */
  padding-bottom: 20px;
}

.sameLay .link_box {
  display: none;
}

.sameLay > div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.sameLay .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg, #fcedd1 0%, #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.sameLay .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.sameLay h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sameLay .close,
.leyu_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.sameLay .close img {
  width: 100%;
}

.sameLay form {
  flex-wrap: wrap;
  padding: 25px 25px 0;
}

.sameLay .item,
.sameLay input,
.leyu_box input,
.sameLay select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.sameLay .item {
  margin-bottom: 8px;
}

.sameLay input,
.leyu_box input,
.sameLay select {
  padding-left: 10px;
}

.sameLay select {
  background: #f1f1f1 url(https://www.igo.cn/study/handbook/img/form_arrow.png)
    no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.sameLay .item.yzm input {
  width: 100%;
}

.sameLay .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.sameLay .btn_box {
  margin: 12px auto 0;
}

.sameLay .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
}

.sameLay .btn img {
  margin-right: 5px;
  height: 21px;
}

.sameLay .btn:nth-child(2) {
  margin-left: 30px;
}

.sameLay .link_box {
  width: 443px;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

.sameLay .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(https://www.igo.cn/study/handbook/img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-top: 90px;
}

.sameLay .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.sameLay .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
  /* display: none; */
}

.sameLay .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
  line-height: 20px;
}

.sameLay .link_box .detail .link a {
  color: #1a1a1a;
}

.sameLay .link_box .detail .link a:hover {
  color: #f10000;
}
