@charset "UTF-8";
/**!
* 详细版办事指南
* date:2024-01-15
* author: gyc;
*/
@font-face {
  font-family: "OPPOSans";
  src: url("./fonts/OPPOSans-M/OPPOSans-M.woff") format("woff"), url("./fonts/OPPOSans-M/OPPOSans-M.ttf") format("truetype"), url("./fonts/OPPOSans-M/OPPOSans-M.eot") format("embedded-opentype");
}
.container {
  width: 1200px;
  margin: 0 auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* banner */
.banner {
  height: 250px;
  padding-top: 61px;
  background: url("../images/banner.jpg") no-repeat center;
}
.banner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-title {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  max-width: 900px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-area {
  width: 182px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 12px 0 0 12px;
  border-radius: 32px;
  border: 1px solid #FFF;
  padding: 0 12px 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/location.png") no-repeat 16px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.banner-btn a {
  height: 38px;
  line-height: 38px;
  padding: 0 17px 0 42px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
}
.banner-btn a:nth-child(1) {
  background: #2E80EC url("../images/btn-icon1.png") no-repeat 14px center;
}
.banner-btn a:nth-child(2) {
  background: #2E80EC url("../images/btn-icon2.png") no-repeat 14px center;
}
.banner-btn a:nth-child(3) {
  background: #2E80EC url("../images/btn-icon3.png") no-repeat 14px center;
}
.banner-btn a:nth-child(4) {
  background: #2E80EC url("../images/btn-icon4.png") no-repeat 14px center;
}
.banner-btn a:nth-child(5) {
  background: #2E80EC url("../images/btn-icon5.png") no-repeat 14px center;
}
.banner-btn a:nth-child(6) {
  background: #2E80EC url("../images/btn-icon6.png") no-repeat 14px center;
}
.banner-btn a + a {
  margin-left: 14px;
}
.banner-btn-guide {
  padding: 0 48px 0 20px !important;
  background: #2E80EC url("../images/detail-icon.png") no-repeat 101px center;
}
.banner-btn-tips {
  font-size: 16px;
  color: #368CEF;
  line-height: 38px;
  margin-left: 16px;
}

/* 主区域 */
.main {
  margin-top: 6px;
  padding-bottom: 50px;
}
.main-item {
  margin-top: 34px;
}
.main-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #EAECF3;
}
.main-item-title span {
  height: 62px;
  font-size: 28px;
  font-weight: bold;
  line-height: 62px;
  display: inline-block;
  border-bottom: 2px solid #2E80EC;
}
.main-item-title .more {
  margin-left: auto;
  height: 24px;
  margin-top: 20px;
  line-height: 24px;
  color: #2E80EC;
  font-size: 16px;
  padding-right: 16px;
  background: url("../images/icon-flow-look.png") no-repeat right center;
}

.table-info {
  margin-top: 24px;
  table-layout: fixed;
  width: 100%;
}
.table-info td {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  border: 1px solid #C5D6EA;
  padding: 10px 12px 10px 20px;
}
.table-info th {
  height: 48px;
  color: #666;
  border: 1px solid #C5D6EA;
  background: #F7FCFF;
  text-align: right;
  padding: 0 12px 0 20px;
}
.table-info .td-address-link {
  width: 23px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  background: url("../images/address.png") no-repeat center;
}
.table-info .tips {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 2px 4px;
  vertical-align: middle;
  background: url("../images/icon-tips.png") no-repeat center;
  cursor: pointer;
  font-style: normal;
}
.table-info .tips:hover .tips-box {
  display: block;
}
.table-info .tips-box {
  display: none;
  position: absolute;
  left: -15px;
  top: 24px;
  padding: 5px 10px 5px 14px;
  line-height: 18px;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid #FB9227;
  background-color: #FFF3E7;
  color: #FB9227;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 21px;
}
.table-info .tips-box::before {
  position: absolute;
  content: "";
  left: 18px;
  top: -6px;
  width: 10px;
  height: 6px;
  background: url(../images/tips-top.png) no-repeat center;
}

.gist-list {
  margin-top: 17px;
}
.gist-list>li {
  padding: 25px 20px 20px;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(9, 57, 94, 0.11);
  box-shadow: 0px 4px 15px 0px rgba(9, 57, 94, 0.11);
}


.gist-list>li+li {
  margin-top: 28px;
}

.gist-list>li .title {
  position: relative;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
}

.gist-list>li .title::before {
  position: absolute;
  content: '';
  left: -21px;
  top: 0;
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: #108dee;
}

.gist-list>li .rows {
  margin-top: 25px;
  line-height: 26px;
}

.gist-list>li .rows li+li {
  margin-top: 20px;
}

.gist-list>li .rows .label {
  width: 100px;
  color: #666;
  text-align: right;
}

.gist-list>li .rows .val {
  position: relative;
  width: calc(100% - 100px);
  color: #333;
}

.main-item#flow-info {
  position: relative;
}

.flow-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.flow-hd > li {
  width: 132px;
  height: 38px;
  border: 1px solid #2E80EC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2E80EC;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
}
.flow-hd > li + li {
  margin-left: 20px;
}
.flow-hd > li.active {
  background-color: #2E80EC;
  color: #fff;
}

.flow-bdl {
  margin-top: 22px;
}
.flow-bdl .text {
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.flow-bdl .flowchart {
  position: absolute;
  right: 0;
  top: 7px;
  line-height: 24px;
  font-size: 16px;
  color: #2E80EC;
  padding-right: 16px;
  background: url("../images/icon-flow-look.png") no-repeat right center;
}

.table-flow {
  table-layout: fixed;
  width: 100%;
  margin-top: 14px;
}
.table-flow th {
  height: 50px;
  background: #F7FCFF;
  border: 1px solid #C5D6EA;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-flow th:nth-child(5), .table-flow th:nth-child(6) {
  text-align: left;
  padding: 0 20px;
}
.table-flow td {
  height: 50px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #C5D6EA;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-flow td:nth-child(5), .table-flow td:nth-child(6) {
  text-align: left;
  padding: 10px 20px;
}

.materials-table {
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}
.materials-table th {
  height: 54px;
  background: #F3F6FA;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.materials-table th:nth-child(2) {
  text-align: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.materials-table td {
  height: 54px;
  padding: 10px 0;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px dashed #E1E3E5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.materials-table td:nth-child(2) {
  text-align: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.materials-table .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.materials-table .name-box .name {
  max-width: calc(100% - 32px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.materials-table .name-box .need {
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background-color: #368CEF;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
}
.materials-table .sheet {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-download.png") no-repeat center;
}

.condition-list {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
}
.condition-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.condition-list > li + li {
  margin-top: 20px;
}
.condition-list .label {
  color: #2E80EC;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.none {
  margin-top: 20px;
  font-size: 16px;
}

.question-list {
  margin-top: 20px;
}
.question-list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question-list .question .icon {
  width: 32px;
  height: 32px;
  margin-top: 3px;
  padding-left: 1px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  background: url("../images/bg-question.png") no-repeat center;
}
.question-list .question .text {
  width: calc(100% - 43px);
  margin-left: 11px;
  line-height: 36px;
  font-size: 16px;
}
.question-list .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.question-list .answer .icon {
  width: 32px;
  height: 32px;
  padding-left: 1px;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  background: url("../images/bg-answer.png") no-repeat center;
}
.question-list .answer .text {
  width: calc(100% - 43px);
  margin-left: 11px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.event-list > li {
  width: 380px;
  height: 66px;
  background: url("../images/bg-event.png") no-repeat center;
}
.event-list > li + li {
  margin-left: 30px;
}
.event-list > li:nth-child(3n+1) {
  margin-left: 0;
}
.event-list > li:nth-child(n+4) {
  margin-top: 20px;
}
.event-list > li > a {
  display: block;
  height: 66px;
  padding: 0 30px;
  line-height: 66px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-list > li > a:hover {
  color: #2E80EC;
}

.evaluate-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #DBE2EA;
}
.evaluate-list .user .icon {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("../images/icon-person.png") no-repeat center/100% 100%;
}
.evaluate-list .user .name {
  width: 64px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  line-height: 14px;
  margin-top: 12px;
}
.evaluate-list .evaluate-content {
  width: 900px;
  margin-left: 31px;
  padding-top: 8px;
}
.evaluate-list .star2 {
  width: 96px;
  height: 16px;
  background: url("../images/bg-star2.png") no-repeat center;
}
.evaluate-list .star2 .star {
  width: 100%;
  height: 16px;
  background: url("../images/bg-star.png") no-repeat left center;
}
.evaluate-list .text {
  margin-top: 12px;
  line-height: 24px;
  font-size: 16px;
}
.evaluate-list .time {
  margin-left: auto;
  color: #999;
  font-size: 16px;
  line-height: 16px;
  font-family: "OPPOSans";
}

/* 楼层导航 */
.side {
  position: fixed;
  left: calc(50% - 600px - 180px);
  top: 501px;
  padding: 40px 0 36px;
  border-right: 1px solid rgba(223, 223, 223, 0.702);
}

.side.over {
  top:21px;
}
.side::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #dfdfdf;
  background: #fff;
  top: -5.5px;
  right: -5.5px;
  border-radius: 50%;
}
.side::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #dfdfdf;
  background: #fff;
  bottom: -5.5px;
  right: -5.5px;
  border-radius: 50%;
}
.side-item {
  line-height: 24px;
  text-align: right;
  padding-right: 21px;
  position: relative;
}
.side-item::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #dfdfdf;
  background: #F6F6F6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  border-radius: 50%;
}
.side-item + li {
  margin-top: 10px;
}
.side-item a {
  font-size: 16px;
  color: #333;
}
.side-item.current a {
  color: #368CEF;
  font-weight: bold;
}
.side-item.current::after {
  width: 24px;
  height: 20px;
  background: url("../images/current.png") no-repeat center;
  border: none;
  right: -8px;
}

.page-loading {
  background: #fff url("../images/loading.gif") no-repeat center;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.charge-list {
  margin-top: 16px;
}
.charge-list > li + li {
  margin-top: 20px;
}
.charge-list .item > li {
  font-size: 16px;
  line-height: 30px;
}
.charge-list .item > li + li {
  margin-top: 17px;
}
.charge-list .item > li .label {
  position: relative;
  font-weight: 700;
  padding-left: 18px;
}
.charge-list .item > li .label::before {
  position: absolute;
  content: "";
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2E80EC;
}

.material-detail{
  display: block;
  height: 100%;
  background: url("../images/guidance/icon-more.png") no-repeat center;
}
