.informationTax {
  position: relative;
  padding-bottom: 50px;
}
.informationTax .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../../../templates/PC_ZWBT/images/taxZone/white_lattice_bg.png") 100% repeat;
  opacity: 0.4;
  z-index: -1;
}
.informationTax .bg-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../../../../templates/PC_ZWBT/images/taxZone/white_lattice_bg.png") 100% repeat;
  opacity: 0.4;
  z-index: 9;
}
.informationTax .mya:hover {
  cursor: pointer;
}
.informationTax .top {
  width: 100%;
  height: 200px;
  background: url("../../../../templates/PC_ZWBT/images/taxZone/bg.png") center 100% no-repeat;
  text-align: center;
}
.informationTax .top .top-title {
  width: 700px;
  margin: 0 auto;
  height: 260px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 190px;
  text-shadow: 0px 3px 7px rgba(16, 75, 164, 0.22);
}
.informationTax .content {
  width: 1200px;
  margin: 0px auto 38px auto;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px 0px rgba(81, 143, 226, 0.09);
  padding: 24px;
}
.informationTax .content .icon {
  display: inline-block;
  margin: 5px 16px 0 0;
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #438DE9 0%, #FFFFFF 100%);
}
.informationTax .content .con-title {
  display: inline-block;
  height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.informationTax .content .inputs {
  display: flex;
  margin: 24px auto;
  width: 1152px;
  justify-content: space-between;
}
.informationTax .content .inputs .in-eve {
  display: flex;
}
.informationTax .content .inputs .in-eve .in-title {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  margin-right: 16px;
}
.informationTax .content .inputs .in-eve input.con1-input {
  width: 305px;
  height: 32px;
  background: #FBFBFB;
  border: 1px solid #F5F5F5;
  border-radius: 2px;
  padding-left: 16px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333333;
  line-height: 32px;
}
.informationTax .content .inputs .in-eve input.con1-input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #333333;
  line-height: 32px;
  opacity: 0.23;
}
.informationTax .content .inputs .in-eve input.con1-input:focus {
  outline: none;
  border: 1px solid #7f7f7f;
  border-radius: 2px;
}
.informationTax .content .requir {
  margin: -2px 0 0 44px;
  width: 160px;
  height: 32px;
  text-align: center;
  background: #4890E9;
  border: 1px solid #2F82E8;
  font-size: 14px;
  font-family: Source Han Sans CN;
  color: #FFFFFF;
  line-height: 32px;
  cursor: pointer;
}
.informationTax .content .results .ev-result {
  padding: 0 16px;
  width: 1152px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  margin: 24px 0;
}
.informationTax .content .results .ev-result .re-title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #606060;
  line-height: 48px;
}
.informationTax .content .results .ev-result .re-title span {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  top: 2px;
  margin-right: 16px;
}
.informationTax .content .results .ev-result .re-title .iconexpand {
  transform: rotate(90deg);
  animation: expand 0.2s linear 1 running;
}
@keyframes expand {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
.informationTax .content .results .ev-result .re-title .iconrecover {
  transform: rotate(0deg);
  animation: recover 0.2s linear 1 running;
}
@keyframes recover {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.informationTax .content .results .ev-result .re-open {
  display: none;
}
.informationTax .content .results .ev-result .re-line {
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}
.informationTax .content .results .ev-result .re-content {
  margin: 20px 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-left: 32px;
}
.informationTax .content .results .ev-result .re-content tr {
  display: inline-block;
  margin: -3px;
}
.informationTax .content .results .ev-result .re-content .li-title {
  width: 160px;
  height: 32px;
  line-height: 32px;
  background: #FBFBFB;
  border: 1px solid #F5F5F5;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #616161;
  padding: 0 16px;
}
.informationTax .content .results .ev-result .re-content .li-content {
  width: 368px;
  line-height: 32px;
  padding: 0 16px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.informationTax .con1 {
  margin-top: 15px;
}
.informationTax .con2 {
  margin-bottom: 0px;
  padding-bottom: 1px;
}
/*# sourceMappingURL=informationTax.css.map */