/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f4fcff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 8.23rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.6rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.83rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 4rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
.zt_content {
  margin-top: -2.5rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 992px) {
  .zt_content {
    margin-top: -0.7rem;
  }
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.paper_box {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 3px 3px 0px #afd4e1;
  padding: 0.4rem;
}
.blue_box {
  border-radius: 4px;
  background: #f4fcff;
  box-shadow: 0px 2px 2px 0px #d8d8d8;
  padding: 0.3rem 0.47rem;
}
.blue_box2 {
  background: linear-gradient(180deg, #00b2b2 0%, rgba(244, 252, 255, 0) 220px, #f4fcff 100%);
}
.p {
  font-size: 20px;
  font-weight: normal;
  line-height: 200%;
  text-align: justify;
  color: #3d3d3d;
}
.gg1 {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url(../images/gg_bg1.png) no-repeat left top, url(../images/gg_bg2.png) no-repeat right bottom;
}
.gg_title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #00b2b2;
  line-height: 43px;
}
.gg_title span {
  margin-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 43px;
  background: url(../images/gg_title.png) no-repeat center;
  background-size: contain;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.gg2 {
  padding-bottom: 15px;
  border-bottom: 1px dashed #1e6bb2;
}
.bd_title {
  margin-left: auto;
  margin-right: auto;
  height: 64px;
  background: url(../images/bd_title.png) no-repeat center;
  background-size: auto 100%;
  margin-bottom: 0.8rem;
}
@media (max-width: 600px) {
  .bd_title {
    height: 34px;
  }
}
:root {
  --input-height: 52px;
  --input-font-size: 16px;
  --main-color: #00b2b2;
}
.red_star {
  position: relative;
}
.red_star::before {
  z-index: 1;
  content: '*';
  position: absolute;
  left: 0px;
  color: #ff0000;
}
.date_select_box {
  padding-right: 60px;
  background: url(../images/icon_date.png) no-repeat 96% center;
  background-size: 24px 24px;
  background-color: #fff;
}
.layui-form-label {
  width: auto;
  color: var(--main-color);
  margin-bottom: 10px;
  float: none;
  text-align: left;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: var(--input-height);
  line-height: var(--input-height);
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  padding-left: 20px;
  font-size: var(--input-font-size);
  background-color: #fff;
}
.layui-input::placeholder,
.layui-select::placeholder,
.layui-textarea::placeholder {
  color: #7c7c7c;
}
.layui-textarea {
  padding: 20px;
  height: 220px;
  resize: none;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: var(--main-color) !important;
  box-shadow: 0 0 0 3px rgba(110, 170, 244, 0.08);
}
.layui-btn {
  background-color: var(--main-color);
  height: var(--input-height);
  line-height: var(--input-height);
  border-radius: 5px;
  font-size: var(--input-font-size);
}
.layui-btn-primary {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #333333;
}
.layui-btn-primary:hover {
  border-color: var(--main-color);
  color: var(--main-color);
}
.layui-input-affix {
  line-height: var(--input-height);
}
@media (min-width: 993px) {
  .col51 {
    width: 51%;
  }
}
.yzm_img {
  display: inline;
  width: 125px;
  height: var(--input-height);
  margin-left: 20px;
}
.yzm_input {
  display: inline;
  max-width: 358px;
  width: calc(100% - 150px);
}
.layui-upload {
  width: 100%;
  max-width: 610px;
}
.upload_select {
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 358px;
  height: var(--input-height);
  line-height: var(--input-height);
  border-radius: 6px;
  border: 1px dashed #bfbfbf;
  background: #ffffff;
  font-size: var(--input-font-size);
  font-weight: normal;
  color: #7c7c7c;
  padding-left: 20px;
  padding-right: 20px;
}
.upload_select i {
  transition: all 0.3s;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_upload.png) no-repeat center;
  background-size: contain;
}
.upload_select:hover {
  border-color: var(--main-color);
}
.file_ul {
  width: 100%;
  max-width: 358px;
}
.file_ul li {
  width: 124%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file_ul li + li {
  border-top: 1px solid #e2e2e2;
}
.file_ul li .file_info {
  width: calc(100% - 50px);
}
.file_ul li .file_title {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
}
.file_ul li .file_title:hover {
  color: var(--main-color);
}
.file_ul li .layui-icon {
  font-size: 24px;
  color: #575b66;
}
.file_ul li .layui-icon:hover {
  color: var(--main-color);
}
