﻿html,
body {
  scroll-behavior: smooth;
}
.barand-ative {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgBox:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
#report {
  width: 100%;
  height: 6.25rem;
  color: black;
  /*菜单手机状态*/
  /*菜单手机状态*/
}
#report #header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#report #header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 6.25rem;
  font-size: 1rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 99;
}
#report #header a {
  color: #a3a3a3;
}
@media screen and (max-width: 62rem) {
  #report #header {
    height: 80px;
  }
}
#report #header .header-outer {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 62rem) {
  #report #header .header-outer {
    width: 100%;
  }
}
#report #header .header-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 62rem) {
  #report #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #report #header .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}
#report #header .header-logo {
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
}
#report #header .navbar-color {
  color: rgba(0, 128, 0, 0.687);
  font-weight: bold;
}
#report #header .navbar-list {
  max-width: 1150px;
  width: 100%;
  position: relative;
  color: #a3a3a3;
  height: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
#report #header .navbar-list .navbar-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 65px;
  margin: 0 0.5rem;
  width: 95px;
  height: 100%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
#report #header .navbar-list .navbar-item a {
  display: flex;
  align-items: center;
}
#report #header .navbar-list .navbar-item .navbar-icon {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid rgba(0, 143, 52, 0.8);
  transition: all ease 0.3s;
}
#report #header .navbar-list .navbar-item .navbar-icon1 {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all ease 0.3s;
}
#report #header .navbar-list .navbar-item:hover {
  transition: all 0.5s ease;
  color: rgba(0, 143, 52, 0.8);
}
#report #header .navbar-list .navbar-item.active {
  color: rgba(0, 143, 52, 0.8);
}
#report #header .navbar-list .navbar-item:not(:last-of-type)::after {
  color: #a3a3a3;
  content: "/";
  display: block;
  position: absolute;
  right: -0.95rem;
  font-weight: bold;
}
#report #header .nav-search {
  cursor: pointer;
}
#report #header .select-list {
  background: #fff;
  position: absolute;
  top: 99px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#report #header .select-list .select-item {
  width: max-content;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #eee;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
  min-width: 75px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#report #header .select-list .select-item a {
  text-align: left;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: normal;
  color: #666;
}
#report #header .select-list .select-item a:hover {
  transition: all 0.5s ease;
  background-color: #95959523;
}
@media screen and (max-width: 1440px) {
  #report #header .navbar-list {
    font-size: 14px;
  }
  #report #header .navbar-list .navbar-item {
    width: 82px;
    margin: auto;
  }
  #report #header .navbar-list .navbar-item:not(:last-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    right: -0.65rem;
    font-weight: bold;
  }
  #report #header .navbar-list .navbar-item .navbar-icon {
    margin-left: 5px;
    margin-right: 0px;
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
  #report #header .navbar-list .navbar-item .select-list .select-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  #report #header .nav-search {
    display: none;
  }
  #report #header .navbar-list {
    display: none;
  }
  #report #header .phoneIcon {
    display: flex;
    z-index: 999999;
  }
}
#report .phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
#report .phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
#report .phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
#report .phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
#report .active .phoneNav,
#report .active .phoneNav:before,
#report .active .phoneNav:after,
#report .bgActive .phoneNav,
#report .bgActive .phoneNav:before,
#report .bgActive .phoneNav:after {
  background: #000;
}
#report .menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
#report .phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
#report .menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: green url('../image/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
#report .phoneNavShow .close {
  display: block;
}
#report .menuBox ul li a {
  color: #333;
  display: block;
}
#report .menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
#report .menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
#report .menuBox ul li a {
  height: auto;
  line-height: 50px;
}
#report .menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
#report .menuBox .secondMenu a,
#report .menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
#report .menuBox.active .secondMenu {
  top: 0;
}
#report .menuBox ul li {
  position: relative;
}
#report .menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../image/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#report .menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
#report .msg-summit {
  width: 100%;
  margin: 0 auto;
}
#report .msg-summit .msg {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#report .msg-summit .msg .msg-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 70px 0 80px 0;
  padding-top: 0px;
}
#report .msg-summit .msg .feedback {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #666;
}
#report .msg-summit .msg .feedback .feedback-title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 110px 0 25px 0;
  color: #000000;
  font-size: 36px;
}
#report .msg-summit .msg .feedback .feedback-text {
  width: 100%;
  color: #6B6B6B;
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
}
#report .msg-summit .msg .feedback .feedback-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#report .msg-summit .msg .feedback .feedback-table .table-top {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#report .msg-summit .msg .feedback .feedback-table .table-top .top-item {
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 46%;
  height: 52px;
  background: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
#report .msg-summit .msg .feedback .feedback-table .table-top .top-item:nth-child(3) div {
  width: 22%;
}
#report .msg-summit .msg .feedback .feedback-table .table-top .top-item:nth-child(4) div {
  width: 32%;
}
#report .msg-summit .msg .feedback .feedback-table .table-top .top-item div {
  width: 13%;
}
#report .msg-summit .msg .feedback .feedback-table .table-top .top-item input {
  width: 86%;
  height: 52px;
  width: 100%;
  background: #fff;
}
#report .msg-summit .msg .feedback .feedback-table .table-top .top-item span {
  color: red;
}
#report .msg-summit .msg .feedback .feedback-table .table-bottom {
  background: #fff;
  padding-left: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
#report .msg-summit .msg .feedback .feedback-table .table-bottom div {
  width: 100px;
}
#report .msg-summit .msg .feedback .feedback-table .table-bottom div span {
  color: red;
}
#report .msg-summit .msg .feedback .feedback-table .table-bottom textarea {
  resize: none;
  width: 100%;
  height: 100%;
  border-style: none;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  color: #666;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 20px;
  padding-top: 10px;
}
#report .msg-summit .msg .feedback .feedback-table .table-bottom textarea:focus {
  border-style: none;
}
#report .msg-summit .msg .feedback .feedback-table .table-btn {
  display: flex;
  justify-content: center;
  padding: 84px;
}
#report .msg-summit .msg .feedback .feedback-table .table-btn .submit-btn {
  width: 189px;
  height: 57px;
  line-height: 57px;
  background: #1D863A;
  border-radius: 5px;
  text-align: center;
}
#report .msg-summit .msg .feedback .feedback-table .table-btn .submit-btn button {
  background: transparent;
  border-style: none;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  #report .msg-summit .msg .feedback .feedback-title {
    padding: 55px 20px 25px 20px;
    box-sizing: border-box;
    font-size: 30px;
  }
  #report .msg-summit .msg .feedback .feedback-text {
    font-size: 14px;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top {
    max-width: 518px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item {
    width: 100%;
    box-sizing: border-box;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-bottom {
    padding-top: 10px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    max-width: 518px;
    width: 100%;
    height: 100px;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-bottom div {
    width: 110px;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-btn {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  #report .msg-summit .msg .feedback .feedback-table {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top {
    max-width: 100%;
    width: 100%;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item {
    display: flex;
    box-sizing: border-box;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item:nth-child(1) div,
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item:nth-child(2) div {
    min-width: 61px;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item:nth-child(3) div {
    min-width: 90px;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item:nth-child(4) div {
    min-width: 122px;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item input {
    width: 100%;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-bottom {
    max-width: 100%;
    width: 100%;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-top .top-item {
    box-sizing: border-box;
    width: 100%;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-bottom div {
    min-width: 130px;
  }
  #report .msg-summit .msg .feedback .feedback-table .table-btn .submit-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #1D863A;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  #report .msg-summit .msg .msg-title {
    padding: 35px 0 40px 0;
    padding-top: 0px;
  }
  #report .msg-summit .msg .msg-title {
    padding: 0px 0 20px 0;
  }
}
#report .report-know {
  width: 100%;
  margin: 100px 0;
}
#report .report-know .know-wrapper {
  box-sizing: border-box;
  padding: 0 50px 0 40px;
  max-width: 840px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin: 0 auto;
}
#report .report-know .know-wrapper .know-title {
  padding: 47px 0;
  font-size: 24px;
  font-weight: bold;
  color: #4AA85F;
  text-align: center;
}
#report .report-know .know-wrapper .know-text {
  line-height: 30px;
  padding-bottom: 25px;
  color: #888;
}
#report .report-know .know-wrapper .borderline {
  border-bottom: 1px solid #e9e9e9;
}
#report .report-know .know-wrapper .know-title2 {
  padding: 35px 0 27px 0;
}
#report .report-know .know-wrapper .condition-list {
  color: #888;
  padding: 25px 0 38px 0;
}
#report .report-know .know-wrapper .condition-list .cond-item {
  line-height: 30px;
}
#report .report-know .know-wrapper .confirm {
  display: flex;
  align-items: center;
  color: #4AA85F;
  padding: 20px 0;
}
#report .report-know .know-wrapper .confirm input {
  appearance: none;
  border: 1px solid #4AA85F;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 5px;
}
#report .report-know .know-wrapper .confirm input:checked {
  background: url("../image/dagou.png");
}
#report .report-know .know-wrapper .table-btn1 {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
#report .report-know .know-wrapper .table-btn1 .submit-btn {
  width: 200px;
  height: 48px;
}
#report .report-know .know-wrapper .table-btn1 .submit-btn button {
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #c0c0c0;
  text-align: center;
  border-style: none;
}
#report .report-know .know-wrapper .table-btn1 .submit-btn button:hover {
  background: #1D863A;
  color: #fff;
}
#report .report-know .slot1 {
  padding-bottom: 85px;
}
@media screen and (max-width: 1440px) {
  #report .report-know {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #report .report-know .know-wrapper {
    font-size: 14px;
    padding: 0 20px;
  }
  #report .report-know .know-wrapper .condition-list {
    color: #888;
    padding: 10px 0;
  }
  #report .report-know .know-wrapper .know-title {
    padding: 20px 0;
    font-size: 20px;
  }
  #report .report-know .know-wrapper .know-text {
    line-height: 21px;
    padding-bottom: 10px;
  }
}
/*# sourceMappingURL=./report.css.map */
