﻿@charset "UTF-8";
/**!
 * 依申请公开
 * date:2021-11-10
 * author: wppei;
 */
input::-webkit-input-placeholder {
  color: #666;
  font-size: 20px;
}

input::-moz-placeholder {
  color: #666;
  font-size: 20px;
}

input:-moz-placeholder {
  color: #666;
  font-size: 20px;
}

input:-ms-input-placeholder {
  color: #666;
  font-size: 20px;
}

.apply {
  margin-bottom: 40px;
  min-height: 600px;
}

.apply-content {
  display: none;
}

.apply-content.active {
  display: block;
}

.apply-top {
  padding: 30px 0 32px 30px;
}

.apply-top-list {
  float: left;
  width: 25%;
  padding-right: 30px;
}

.apply-top-box {
  display: block;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #446dd1;
  border-radius: 10px;
}

.apply-top-box:hover ,.apply-top-box.accfocus,
.apply-top-box.accfocus ,.apply-top-box.accfocus
{
  background-color: #f4b55e;
}

.apply-hd {
  height: 100px;
  background-color: #e9e9e9;
}

.apply-hd-name {
  position: relative;
  float: left;
  width: 33.33%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.apply-hd-name:after {
  content: " ";
  position: absolute;
  right: -31px;
  top: 0;
  width: 63px;
  height: 100px;
  background: url("../images/apply_bg1.jpg") no-repeat;
}

.apply-hd-name:first-child {
  color: #fff;
  background-color: #446dd1;
}

.apply-hd-name:first-child:after {
  z-index: 9;
  background-image: url("../images/apply_bg2.jpg");
}

.apply-hd-name:last-child:after {
  background: none;
}

.apply-hd-name.active {
  color: #fff;
  background-color: #f4b55e;
}

.apply-hd-name.active:after {
  background-image: url("../images/apply_bg1h.jpg");
}

.apply-know {
  padding: 40px 65px 0;
}

.apply-know-list {
  margin-bottom: 36px;
}

.apply-know-tt {
  margin-bottom: 24px;
  line-height: 47px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.apply-know-con {
  line-height: 60px;
  color: #3a3f46;
  font-size: 24px;
  text-indent: 2em;
}

.apply-sure {
  padding: 0 65px;
  margin-bottom: 60px;
  line-height: 34px;
  font-size: 24px;
}

.apply-sure-check {
  float: left;
  padding-left: 53px;
  color: #446dd1;
  background: url("../images/apply_check.png") no-repeat left center !important;
  cursor: pointer;
}

.apply-sure-check.checked {
  background-image: url("../images/apply_checkh.png") !important;
}

.apply-sure-time {
  float: left;
  padding-left: 20px;
  color: #ff7800;
}

.apply-bom {
  padding: 30px 0 20px 0;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
  background-color: #f7f7f7;
}

.apply-bom-btn {
  display: inline-block;
  width: 160px;
  height: 60px;
  margin: 0 16px 20px;
  line-height: 56px;
  text-align: center;
  color: #446dd1;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #446dd1;
  border-radius: 10px;
  vertical-align: top;
}

.apply-bom-next {
  color: #fff;
  background-color: #446dd1;
}

.know {
  display: none;
}

.depart {
  padding-top: 40px;
}

.depart-main {
  padding-bottom: 4px;
}

.depart-box {
  margin-bottom: 16px;
}

.depart-tt {
  height: 63px;
  margin: 0 30px 30px;
  border-bottom: 6px solid #e9e9e9;
}

.depart-tt-box {
  display: inline-block;
  height: 63px;
  padding: 0 30px;
  line-height: 57px;
  font-size: 30px;
  border-bottom: 6px solid #446dd1;
  vertical-align: top;
}

.depart-list {
  padding: 0 12px 0 30px;
}

.depart-item {
  float: left;
  width: 25%;
  padding-right: 18px;
  margin-bottom: 20px;
}

.depart-name {
  display: block;
  height: 68px;
  padding: 0 10px;
  line-height: 68px;
  text-align: center;
  color: #3a3f46;
  font-size: 24px;
  background-color: #e5edff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  cursor: pointer;
}

.depart-name:hover {
    color: #fff;
    background-color:#446dd1;
}

.depart-name.current {
  color: #fff;
  background-color: #446dd1;
}

@media (max-width: 767px) {
  .apply-top-list {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .apply-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .apply-hd {
    height: auto;
  }
  .apply-hd-name {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .apply-hd-name:after {
    display: none;
  }
  .apply-know {
    padding: 30px 10px;
  }
  .apply-know-tt {
    font-size: 30px;
  }
  .apply-know-con {
    font-size: 20px;
    line-height: 40px;
  }
  .apply-sure,
  .depart-list {
    padding: 0 10px;
  }
  .apply-sure-time {
    padding-left: 52px;
  }
  .depart-tt {
    margin-left: 10px;
  }
  .depart-item {
    width: 100%;
    padding-right: 0;
  }
  .apply-bom-btn {
    margin-bottom: 20px;
  }
}
.abt-hightcolor1 .apply-hd-name.active:after,
.abt-hightcolor1 .apply-hd-name:first-child:after,
.abt-hightcolor1 .apply-hd-name:after {
    background: none;
}
.abt-hightcolor2 .apply-hd-name.active:after,
.abt-hightcolor2 .apply-hd-name:first-child:after,
.abt-hightcolor2 .apply-hd-name:after {
    background: none;
}
.abt-hightcolor3 .apply-hd-name.active:after,
.abt-hightcolor3 .apply-hd-name:first-child:after,
.abt-hightcolor3 .apply-hd-name:after {
    background: none;
}
.abt-hightcolor4 .apply-hd-name.active:after,
.abt-hightcolor4 .apply-hd-name:first-child:after,
.abt-hightcolor4 .apply-hd-name:after {
    background: none;
}