* {
  font-family: "PingFang sc";
  font-size: 12px;
}

body {
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  font-size: 12px;
}


body {
  color: #515a6e;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background: #fff;
  -webkit-overflow-scrolling: touch;
  min-width: 1200px;
  margin: auto;
}

#app {
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-overflow-scrolling: touch;
}

.icon {
  display: inline-block;
  background-size: cover;
  background-position: center;
}

._blank {
  height: 45px;
}

h1 {
  font-size: 20px;
}

input {
  border: none;
  padding: 0;
  line-height: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ababab !important;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ababab !important;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
}

button {
  background: none;
  border: none;
}

button::after {
  border: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.pointer {
  cursor: pointer;
}


.safe-wrapper{
  width: 1200px;
  margin: auto;
}

.center{
  text-align: center;
}

input:disabled, textarea:disabled {
  -webkit-text-fill-color:#444;
  -webkit-opacity: 1;
}

.main-title{
  width: 100%;
  border-bottom: 2px solid #DDDDDD;
  height: 36px;
  position: relative;
  margin-bottom: 20px;
}
.main-title span{
  display: inline-block;
  height: 100%;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: -2px;
  font-size: 24px;
  color: #133d8c;
  font-weight: bold;
  border-bottom: 2px solid #395693;
}

/* 考生服务悬浮框样式 */
.examStuRunBox-home{
  padding: 15px 25px;
  margin-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.examStuRunBox-home span{
  font-size: 24px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}
.examStuRunBox-home i{
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-image: url('../img/icon-floating-kefu.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
.examStuRunBox{
  padding: 15px 25px;
  margin-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.examStuRunBox span{
  font-size: 24px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}
.examStuRunBox i{
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-image: url('../img/icon-floating-kefu.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
.floating{
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px 25px;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.floating-ercode img{
  padding: 4px;
  box-sizing: border-box;
}
.floating-ercode .floating-ercode-title{
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.floating-ercode .floating-ercode-title span{
  font-size: 24px;
  color: #3e3e3e;
  font-weight: bold;
  letter-spacing: 2px;
}
.floating-ercode .floating-ercode-title i{
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  background-image: url('../img/icon-ercode-title.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.floating-ercode .floating-ercode-tip{
  width: 100%;
  font-size: 16px;
  text-align: justify;
  text-align-last: justify;
  display: inline-block;
  padding: 0 4px;
  box-sizing: border-box;
  color: #133d8c;
  text-justify: distribute-all-lines;
  height: 20px;
  line-height: 20px;
}
.floating-ercode .floating-ercode-tip::after{
  content: ' ';
  display:inline-block;
  width: 100%;
}
.floating-ercode .floating-ercode-tip-2 {
  width: 100%;
  font-size: 16px;
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
  display: inline-block;
  padding: 0 4px;
  box-sizing: border-box;
  color: #133d8c;
  height: 20px;
  line-height: 20px;
}
.floating-ercode  .floating-ercode-tip-2::after{
  content: ' ';
  display:inline-block;
  width: 100%;
}
.floating-index{
  width: 250px;
  position: fixed;
  right: 50px;
  top: 428px;
  z-index: 30;
  background-color: #ffffff;
}
.floating-iframe{
  margin-top: 40px;
}
.floating .floating-title{
  padding-bottom: 15px;
  border-bottom: 1px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.floating .floating-title i{
  width: 28px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  background-image: url('../img/icon-floating-title.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.floating .hot i{
  width: 23px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  background-image: url('../img/icon-floating-title1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.floating .floating-title span{
  font-size: 24px;
  color: #3e3e3e;
  font-weight: bold;
}
.floating .floating-con{
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 15px;
}
.floating .floating-con li{
  list-style: none;
  width: 100%;
  text-align: center;
  border: 1px solid #EBEEF8;
  border-radius: 2px;
  font-size: 0;
  overflow: hidden;
}
.floating .floating-con li a{
  width: 100%;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  background-color: #ffffff;
  color: #133d8c;
  font-size: 14px;
}
.floating .floating-con li a:hover{
  background-color: #2358b3;
  color: #ffffff;
}

@media screen and (max-width: 1450px){
  .examStuRunBox-home{
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .examStuRunBox-home span{
    font-size: 16px;
  }
  .examStuRunBox-home i{
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .examStuRunBox{
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .examStuRunBox span{
    font-size: 16px;
  }
  .examStuRunBox i{
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .floating-index{
    width: 160px;
    top: 428px;
    right: 20px;
  }
  .floating{
    padding: 10px 20px;
  }
  .floating .floating-title{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .floating .floating-title i{
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .floating .floating-title span{
    font-size: 16px;
    letter-spacing: .5px;
  }
  .floating-ercode .floating-ercode-title{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .floating-ercode .floating-ercode-title i{
    width: 20px;
    height: 18px;
    margin-right: 6px;
  }
  .floating-ercode .floating-ercode-title span{
    font-size: 16px;
    letter-spacing: .5px;
  }
  .floating-ercode .floating-ercode-tip{
    font-size: 13px;
  }
  .floating .floating-con{
    grid-row-gap: 12px;
  }
  .floating .floating-con li a{
    padding: 4px 0;
  }
  .floating-iframe{
    margin-top: 30px;
  }
}
