/*
 * @Author: zsy 
 * @Date: 2023-07-24 14:27:13 
 * @Last Modified by: zsy
 * @Last Modified time: 2023-07-24 17:41:53
 */
html,
body {
  overflow: hidden;
}

.apply-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0.14rem;
  padding: 0.6rem 0.6rem 0 1.43rem;
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
}

.apply-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.apply-logo > img {
  width: 7.16rem;
  height: 0.42rem;
}

.apply-intro {
  line-height: 0.3rem;
  margin-top: 0.16rem;
  font-size: 0.2rem;
}

.apply-info-list {
  margin-right: -0.25rem;
}

.apply-info-item {
  position: relative;
  line-height: 0.24rem;
  padding: 0 0.25rem;
  font-size: 0.16rem;
}

.apply-info-item + .apply-info-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 0.02rem;
  height: 0.16rem;
  background-color: #333;
}

.apply-info-box {
  height: 6.7rem;
  margin-top: 0.34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.apply-info-inside {
  width: 5.5rem;
  height: 100%;
  padding: 0.4rem 0.355rem 0;
  margin-left: 0.41rem;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}

.apply-info-inside.underline .apply-info-bd {
  padding-top: 0.49rem;
}

.apply-info-inside.mobile .apply-info-bd {
  padding-top: 0.4rem;
}

.apply-info-tt {
  line-height: 0.45rem;
  position: relative;
  text-align: center;
  font-size: 0.3rem;
  font-weight: 800;
  z-index: 1;
}

.apply-info-tt::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.07rem;
  content: '';
  width: 1.84rem;
  height: 0.09rem;
  background-color: #A6C9FF;
  z-index: -1;
}

.apply-info-bd {
  line-height: 0.24rem;
  font-size: 0.16rem;
}

.apply-info-bd .annex {
  margin-top: 0.05rem;
}

.apply-info-bd .intro {
  line-height: 0.21rem;
  margin-top: 0.3rem;
  color: #2E62B0;
  text-decoration: underline;
}

.apply-bd {
  margin-top: 0.19rem;
}

.online-btn > a {
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0 0.21rem 0 0.53rem;
  border-radius: 6px;
  color: #fff;
  background: #3472D7 url("../images/online_ico.png") no-repeat 0.21rem center;
  background-size: 0.26rem 0.27rem;
}

.file-item {
  height: 0.36rem;
  padding: 0 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.3rem;
}

.file-tt {
  width: 80%;
  height: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.48rem;
  color: #4E5463;
  background: url("../images/word_ico.png") no-repeat left center;
  background-size: 0.37rem 0.36rem;
}

.file-btn {
  width: 0.14rem;
  height: 0.14rem;
  background: url("../images/download_ico.png") no-repeat;
  background-size: 100% 100%;
}

.code-img {
  width: 2.52rem;
  height: 2.49rem;
  margin: 0 auto;
}

.code-img > img {
  width: 100%;
  height: 100%;
}

.code-txt {
  line-height: 0.3rem;
  margin-top: 0.14rem;
  margin-bottom: 0.09rem;
  text-align: center;
  font-size: 0.2rem;
}

.apply-detail {
  margin-top: 0.3rem;
}

.apply-detail.time {
  height: 2.31rem;
}

.apply-detail-tt {
  line-height: 0.27rem;
  padding-left: 0.3rem;
  font-size: 0.18rem;
  font-weight: 800;
  background: url("../images/title_ico.png") no-repeat left center;
  background-size: 0.22rem 0.15rem;
}

.apply-detail-content {
  margin-top: 0.1rem;
  line-height: 0.3rem;
}
