.index-page {
  padding-top: 38px;
}
.index-page .index-advnce img {
  display: block;
  width: 100%;
}
.section_news .news_body {
  height: 430px;
}
.section_news .news_body .news_body_img {
  float: left;
  width: 51%;
  height: 100%;
}
.section_news .news_body .news_body_img .swiper-container {
  height: 100%;
}
.section_news .news_body .news_body_img .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  width: auto;
  right: 0;
  left: auto;
  bottom: 20px;
}
.section_news .news_body .news_body_img .swiper-button-next,
.section_news .news_body .news_body_img .swiper-button-prev {
  display: none;
}
.section_news .news_body .news_body_img .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.section_news .news_body .news_body_img .swiper-pagination-bullet-active {
  background: #0073FF;
}
.section_news .news_body .news_body_img .inbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.section_news .news_body .news_body_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_news .news_body .news_body_img .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 61px;
  line-height: 61px;
  padding: 0 20% 0 20px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  text-align: left;
}
.section_news .news_body .news_body_word {
  float: right;
  width: 47%;
  height: 100%;
}
.section_news .news_body .news_body_word .tab_hd {
  display: flex;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
  position: relative;
}
.section_news .news_body .news_body_word .tab_hd .li {
  position: relative;
  padding: 0 17px 20px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-right: 28px;
  color: #333333;
  transition: all 0.3s;
  cursor: pointer;
}
.section_news .news_body .news_body_word .tab_hd .li .icon {
  width: 27px;
  height: 28px;
  margin-right: 15px;
  background: url(../images/icon-notice.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}
.section_news .news_body .news_body_word .tab_hd .li:nth-child(2) .icon {
  background: url(../images/icon-dongtai.png) no-repeat;
  background-position: center center;
  background-size: 80%;
}
.section_news .news_body .news_body_word .tab_hd .li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0073FF;
  opacity: 0;
  transition: all 0.3s;
}
.section_news .news_body .news_body_word .tab_hd .li.on {
  color: #0073FF;
}
.section_news .news_body .news_body_word .tab_hd .li.on::after {
  opacity: 1;
}
.section_news .news_body .news_body_word .tab_hd .more {
  position: absolute;
  right: 0;
  bottom: 22px;
  display: none;
}
.section_news .news_body .news_body_word .tab_hd .more.show {
  display: flex;
}
.section_news .news_body .news_body_word .tab_block {
  display: none;
}
.section_news .news_body .news_body_word .tab_block.show {
  display: block;
}
.work_list {
  padding: 5px 0 0;
}
.work_list .item {
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  border-bottom: 1px dashed #D8D8D8;
}
.work_list .item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 26px;
  transition: all 0.3s;
}
.work_list .item a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/icon-right.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
}
.work_list .item .text {
  width: 85%;
  transition: all 0.3s;
}
.work_list .item .time {
  color: #9E9E9E;
}
.work_list .item:last-child {
  border-bottom: 0;
}
.more {
  width: 71px;
  height: 28px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 26px;
  color: #999999;
  padding-left: 6px;
  transition: all 0.3s;
  font-size: 14px;
}
.more .icon {
  width: 20px;
  height: 20px;
  background: url(../images/icon-more.png) no-repeat;
  background-size: 100%;
}
.more:visited {
  color: #999999;
}
.public-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  margin-bottom: 25px;
}
.public-title .title-body {
  display: flex;
  align-items: center;
}
.public-title .title-body .icon {
  max-width: 30px;
  max-height: 31px;
  margin-right: 10px;
}
.section_serve .section_ul {
  display: flex;
  justify-content: space-between;
}
.section_serve .section_ul .item {
  width: 32%;
  height: 180px;
  overflow: hidden;
  border-radius: 8px;
}
.section_serve .section_ul .item .inbox {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_serve .section_ul .item .inbox .bg {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.section_serve .section_ul .item .inbox .title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  color: #FFFFFF;
  line-height: 42px;
}
.section_rules .rule-block {
  width: 57%;
  float: left;
}
.section_rules .rule-block .rule_body {
  background: #FAFAFA;
  padding: 6px 25px;
}
.section_rules .rule-block .rule_body .item {
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  border-bottom: 1px dashed #979797;
}
.section_rules .rule-block .rule_body .item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 26px;
  transition: all 0.3s;
}
.section_rules .rule-block .rule_body .item a::after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #0073FF;
}
.section_rules .rule-block .rule_body .item .text {
  width: 85%;
  transition: all 0.3s;
}
.section_rules .rule-block .rule_body .item .time {
  color: #9E9E9E;
}
.section_rules .rule-block .rule_body .item:last-child {
  border-bottom: 0;
}
.section_rules .cg-block {
  width: 40%;
  float: right;
}
.section_rules .cg-block .cg_body {
  background: #FAFAFA;
  padding: 28px 17px;
}
.section_rules .cg-block .cg_body .item {
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 13px 15px;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.section_rules .cg-block .cg_body .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 50px;
  line-height: 34px;
  transition: all 0.3s;
}
.section_rules .cg-block .cg_body .item .icon {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon-file.png) no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-color: #F1F6FE;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s;
}
.section_rules .cg-block .cg_body .item:last-child {
  margin-bottom: 0;
}
.section_interaction {
  background: #FAFAFA;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.section_interaction .interaction_left {
  width: 274px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px dashed #BFBFBF;
}
.section_interaction .interaction_left .con img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.section_interaction .interaction_left .con p {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  margin-top: 21px;
}
.section_interaction .interaction_right {
  flex: 1;
  padding: 0 136px 0 93px;
}
.section_interaction .interaction_right .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_interaction .interaction_right .con .first_it {
  width: 33.33%;
}
.section_interaction .interaction_right .con .senond_it {
  width: 66.666%;
}
.section_interaction .interaction_right .con .third_it {
  width: 100%;
}
.section_interaction .interaction_right .con .group {
  margin-bottom: 14px;
  line-height: 30px;
  position: relative;
  padding-left: 70px;
}
.section_interaction .interaction_right .con .group .it_left {
  width: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.section_interaction .interaction_right .con .group .it_right {
  height: 30px;
  padding: 0 11px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #DCDCDC;
}
.section_interaction .interaction_right .con .group .it_right .input {
  display: block;
  width: 100%;
  min-height: 30px;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  resize: none;
}
.section_interaction .interaction_right .con .group .it_right.textarea {
  height: 80px;
  resize: none;
}
.section_interaction .interaction_right .btn_submit {
  margin-left: 70px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #0073FF;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  border: 0;
  outline: none;
}
.bread_block {
  padding: 18px 0;
}
.bread_block .bread_body {
  display: flex;
  align-items: center;
}
.bread_block .bread_body .icon-home {
  width: 20px;
  height: 20px;
  background: url(../images/icon-home.png) no-repeat;
  background-size: 100%;
  margin-right: 11px;
}
.bread_block .bread_body em {
  margin: 0 4px;
}
.section_public_page {
  background: #FAFAFA;
  padding-bottom: 50px;
}
.section_news_body {
  background: #fff;
  padding: 39px 49px;
}
.section_news_body .news_ul {
  margin-bottom: 40px;
}
.section_news_body .news_ul .item {
  margin-bottom: 27px;
  background: #FAFAFA;
  transition: all 0.3s;
}
.section_news_body .news_ul .item .inbox {
  display: block;
  position: relative;
  padding-left: 240px;
}
.section_news_body .news_ul .item .inbox .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 180px;
  object-fit: cover;
}
.section_news_body .news_ul .item .inbox .word {
  padding: 22px 33px 20px;
}
.section_news_body .news_ul .item .inbox .word .title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.section_news_body .news_ul .item .inbox .word .p {
  margin: 16px 0 24px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1.7em;
  height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section_news_body .news_ul .item .inbox .word .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_news_body .news_ul .item .inbox .word .bottom .time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.section_news_body .news_ul .item .inbox .word .bottom .more {
  width: 95px;
  font-size: 12px;
}
.pages_block {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages_block span {
      height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #DCDCDC;
  min-width: 30px;
  margin: 0 4px;
  font-size: 13px;
  color: #fff;
  background: #0073FF;
  border-color: #0073FF;
}


.pages_block a {
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #DCDCDC;
  min-width: 30px;
  margin: 0 4px;
  font-size: 13px;
  color: #9E9E9E;
  padding: 0 11px;
  transition: all 0.3s;
}
.pages_block .on {
  background: #0073FF;
  color: #fff;
  border-color: #0073FF;
}
.section_notice_body {
  background: #fff;
  padding: 20px 50px 42px;
}
.section_notice_body .notice_ul {
  margin-bottom: 40px;
}
.section_notice_body .notice_ul .item {
  height: 62px;
  line-height: 62px;
  border-bottom: 1px dashed #D8D8D8;
}
.section_notice_body .notice_ul .item .inbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 22px;
  background: url(../images/icon-notice2.png) no-repeat;
  background-size: 9px 9px;
  background-position: 5px center;
}
.section_notice_body .notice_ul .item .inbox .text {
  font-size: 16px;
  color: #333333;
  width: 75%;
  transition: all 0.3s;
}
.section_notice_body .notice_ul .item .inbox .time {
  color: #999999;
}
.section_work_body {
  background: #fff;
  padding: 50px 54px 47px;
}
.section_work_body .work_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_work_body .work_ul .item {
  width: 32%;
  margin-bottom: 35px;
  transition: all 0.3s;
}
.section_work_body .work_ul .item a{
    display: block;
    width: 100%;
    height: 100%;
}
.section_work_body .work_ul .item .img {
  overflow: hidden;
  height: 230px;
}
.section_work_body .work_ul .item .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.section_work_body .work_ul .item .word {
  background: #FAFAFA;
  padding: 16px 22px;
}
.section_work_body .work_ul .item .word .title {
  font-size: 16px;
  color: #333333;
  line-height: 1.4em;
  height: 2.8em;
  text-align: justify;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section_work_body .work_ul .item .word .time {
  font-size: 14px;
  color: #999999;
  line-height: 23px;
  margin-top: 13px;
}
.section_detail_body {
  background: #fff;
  padding: 40px 50px;
}
.section_detail_body .title_box {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 40px;
  text-align: center;
}
.section_detail_body .title_box .title {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 45px;
}
.section_detail_body .title_box .info {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 12px;
}
.section_detail_body .content {
  margin-top: 40px;
}
.section_interact_body {
  background: #fff;
}
.section_interact_body .interact_top img {
  display: block;
  width: 100%;
}
.section_interact_body .interact_body {
  padding: 40px 100px;
}
.section_interact_body .interact_body .item {
  margin-bottom: 21px;
  display: flex;
  align-items: flex-start;
}
.section_interact_body .interact_body .item .span {
  width: 90px;
  padding-right: 20px;
  text-align: right;
  line-height: 40px;
}
.section_interact_body .interact_body .item .it_right {
  width: 200px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #DCDCDC;
  padding: 0 10px;
}
.section_interact_body .interact_body .item .it_right .input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  resize: none;
}
.section_interact_body .interact_body .item .it_right.it_dw {
  width: 300px;
}
.section_interact_body .interact_body .item .it_right.it_area {
  width: 400px;
  height: 110px;
}
.section_interact_body .interact_body .item .btn_submit {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0073FF;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  border: 0;
  outline: none;
  margin-top: 10px;
}
.section_about_body {
  background: #fff;
  padding: 35px 50px;
}
.section_about_body .title {
  font-weight: 600;
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  text-align: center;
}
.section_about_body .content {
  margin: 30px 0;
}
.section_about_body .content p {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 18px;
}
.section_about_body .about_info {
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 138px;
  padding-right: 66px;
}
.section_about_body .about_info .title {
  width: 218px;
  height: 100%;
  line-height: 138px;
  background: url(../images/icon-title-bg.png) no-repeat;
  background-size: 100% 100%;
  font-weight: 600;
  font-size: 34px;
  color: #FFFFFF;
  padding-right: 20px;
}
.section_about_body .about_info .item {
  font-size: 18px;
  color: #333333;
  line-height: 2em;
}
.section_about_body .about_info .item p {
  height: 2em;
}
.section_about_body .map_box {
  height: 500px;
}
.search_block {
  margin-top: 36px;
}
.search_block .search_title {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.search_block .search_title .num {
  color: #F7AC0E;
  margin: 0 5px;
}
.search_block .search_title .keyword {
  color: #0073FF;
  margin: 0 5px;
}
.search_block .search_body {
  margin-bottom: 70px;
}
.search_block .search_body .item {
  position: relative;
  padding-left: 40px;
}
.search_block .search_body .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 42px;
}
.search_block .search_body .item a .text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.search_block .search_body .item a .text em {
  color: #0073FF;
}
.search_block .search_body .item a .time {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.search_block .search_body .item::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0073FF;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
}
.search_block .work_list {
  padding: 0;
}
.search_block .work_list .text em {
  color: #0073FF;
}
.search_block .search_no {
  text-align: center;
  padding: 50px 0 150px;
}
.search_block .search_no img {
  max-width: 240px;
}
.search_block .search_no p {
  color: #BFBFBF;
  font-size: 16px;
  margin-top: -55px;
}
.section_success_body {
  background: #fff;
  padding: 36px 50px;
}
.section_success_body .title {
  font-weight: 600;
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 36px;
}
.section_success_body .cg_body {
  margin-bottom: 40px;
}
.section_success_body .cg_body .item {
  height: 60px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  padding: 13px 15px;
  margin-bottom: 16px;
  transition: all 0.3s;
  margin-bottom: 18px;
  border: 1px solid #DCDCDC;
}
.section_success_body .cg_body .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 50px;
  line-height: 34px;
  transition: all 0.3s;
}
.section_success_body .cg_body .item .icon {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon-file.png) no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  background-color: #F1F6FE;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s;
}
.section_success_body .cg_body .item .txt {
  font-size: 16px;
  transition: all 0.3s;
}
.section_success_body .cg_body .item .time {
  font-size: 14px;
  color: #999999;
  transition: all 0.3s;
}
.section_success_body .cg_body .item:last-child {
  margin-bottom: 0;
}
.download_block {
  height: 60px;
  background: #EDF8FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  color: #0073FF;
  padding: 0 20px;
}
.download_block .btn {
  font-weight: 400;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/icon-download.png) no-repeat;
  background-size: 30px 30px;
  background-position: left center;
  color: #0073FF;
}
.btn_back {
  display: block;
  width: 130px;
  height: 37px;
  border-radius: 19px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #FFFFFF;
  background: url(../images/icon-back.png) no-repeat !important;
  background-size: 22px 22px !important;
  background-position: 15px center !important;
  text-align: center;
  line-height: 35px;
  padding-left: 25px;
}
.btn_back:visited {
  color: #fff;
}
.section_query_page {
  background: url(../images/bg-search.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 37px 0 100px;
}
.section_query_page .query_blcok {
  width: 700px;
  margin: 53px auto 0;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  padding: 37px 64px;
}
.section_query_page .query_blcok .title {
  font-weight: 600;
  font-size: 38px;
  color: #0073FF;
  line-height: 53px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #D8D8D8;
}
.section_query_page .query_blcok .query_body {
  margin: 45px 0 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_query_page .query_blcok .query_body .item {
  width: 48%;
}
.section_query_page .query_blcok .query_body .item .tt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 8px;
}
.section_query_page .query_blcok .query_body .item .group {
  height: 50px;
  line-height: 50px;
  border: 1px solid #DCDCDC;
  padding: 0 15px;
}
.section_query_page .query_blcok .query_body .item .group .input {
  display: block;
  width: 100%;
  height: 100%;
}
.section_query_page .query_blcok .btn_submit {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  border: 0;
  height: 50px;
  line-height: 50px;
  background: #0073FF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
}
.section_query_page .query_blcok .btn_submit .icon {
  width: 17px;
  height: 100%;
  background: url(../images/icon-search-white.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 10px;
}
.section_query_page .query_blcok .tip {
  padding-left: 32px;
  background: url(../images/icon-tip.png) no-repeat;
  background-size: 20px 20px;
  background-position: left 5px;
  margin-top: 37px;
  font-weight: 400;
  font-size: 13px;
  color: #9E9E9E;
  line-height: 25px;
}
.section_export_page .export_top {
  height: 135px;
  background: url(../images/bg-03.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 34px;
}
.section_export_page .export_top .tt {
  font-weight: 600;
  font-size: 38px;
  color: #FFFFFF;
}
.section_export_page .export_top.success_top {
  background: url(../images/bg-02.jpg) no-repeat;
  background-size: 100% 100%;
}
.form_block {
  width: 573px;
  margin: 43px auto 65px;
}
.form_block .item {
  margin-bottom: 22px;
}
.form_block .item .txt {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
.form_block .item .txt .tip {
  color: #DC1C1C;
  margin-left: 8px;
}
.form_block .item .it_input {
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  background: #FFFFFF;
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #DCDCDC;
  position: relative;
}
.form_block .item .it_input .input {
  display: block;
  width: 100%;
  height: 100%;
}
.form_block .item .it_input .btn_close {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../images/icon-close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -10px;
  z-index: 102;
  cursor: pointer;
}
.form_block .item .it_input .upload_btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  outline: none;
  color: #BFBFBF;
  position: relative;
}
.form_block .item .it_input .upload_btn .st {
  display: block;
}
.form_block .item .it_input .upload_btn .end {
  display: none;
}
.form_block .item .it_input .upload_btn.hasval {
  color: #333333;
  text-align: left;
}
.form_block .item .it_input .upload_btn.hasval .st {
  display: none;
}
.form_block .item .it_input .upload_btn.hasval .end {
  display: block;
}
.form_block .item .p {
  font-weight: 400;
  font-size: 13px;
  color: #BFBFBF;
  line-height: 18px;
  margin-top: 12px;
}
.form_block .item .file_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
}
.form_block .item .pic_file {
  display: flex;
  align-items: flex-end;
}
.form_block .item .pic_file .file_box {
  width: 110px;
  height: 115px;
  background: #FAFAFA;
  border-radius: 7px;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #BFBFBF;
  position: relative;
}
.form_block .item .pic_file .file_box .add {
  font-size: 34px;
  line-height: 1;
}
.form_block .item .pic_file .file_box .p {
  line-height: 20px;
}
.form_block .item .pic_file .file_box .img {
  display: none;
  width: 100%;
  height: 100%;
}
.form_block .item .pic_file .tip {
  font-weight: 400;
  font-size: 13px;
  color: #BFBFBF;
  line-height: 18px;
  margin-left: 10px;
}
.form_block .item .select_box {
  position: relative;
}
.form_block .item .select_box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #979797;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
}
.form_block .item .select_input {
  border: 0;
  width: 100%;
  height: 100%;
  outline: none;
  background: transparent;
  position: relative;
  appearance: none;
}
.form_block .checkbox_block {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.form_block .checkbox_block label {
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}
.form_block .checkbox_block input {
  display: none;
}
.form_block .checkbox_block .checkbtn {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  position: relative;
}
.form_block .checkbox_block input[type="checkbox"]:checked + span {
  background: #0073FF;
  border-color: #0073FF;
}
.form_block .checkbox_block .checkbtn::after {
  content: '';
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(45deg) scaleY(0);
  transition: transform 0.15s ease-in 0.05s;
}
.form_block .checkbox_block input[type="checkbox"]:checked + span::after {
  transform: rotate(45deg) scaleY(1);
}
.form_block .checkbox_block .word {
  margin-left: 11px;
}
.form_block .checkbox_block .word span,
.form_block .checkbox_block .word a {
  color: #0073FF;
}
.form_block .submit_btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background: #0073FF;
  border-radius: 35px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 45px;
}
.section_result_page .result_block {
  width: 1000px;
  margin: 0 auto 63px;
}
.section_result_page .title {
  font-weight: 600;
  font-size: 38px;
  color: #333333;
  line-height: 53px;
  text-align: center;
  margin-bottom: 21px;
}
.section_result_page .download_box {
  margin-bottom: 21px;
  display: flex;
  justify-content: flex-end;
}
.section_result_page .download_box .btn {
  display: block;
  width: 180px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background: #0073FF;
  border: 0;
  color: #fff;
}
.section_result_page .download_box .btn a {
  color: #fff;
}
.section_result_page .img img {
  display: block;
  width: 100%;
  height: auto !important;
}
.section_result_page .success_body .item {
  margin-bottom: 40px;
}
.section_result_page .success_body .item .img {
  border: 1px solid #DCDCDC;
  padding: 20px;
}
.section_result_page .result_no {
  margin: 180px 0;
  text-align: center;
}
.section_result_page .result_no img {
  display: block;
  margin: 0 auto;
  width: 132px;
  height: 132px;
}
.section_result_page .result_no p {
  font-weight: 400;
  font-size: 16px;
  color: #BFBFBF;
  line-height: 22px;
  margin-top: 15px;
}
