*{
  margin: 0;
  padding: 0;
}
.report-pc .report-title {
  color: #1691d1;
  font-size: 20px;
  margin-bottom: 10px;
}

.report-pc .date {
  color: #666666;
  font-size: 14px;
}

.report-pc .report-content p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.report-pc .report-button {
  display: block;
  width: 200px;
  background: #1691d1;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}

.report-form {
  display: none;
}

.report-form .write .write-title {
  font-size: 20px;
  color: #e03461;
  vertical-align: middle;
}

.report-form .write {
  padding: 15px;
}

.report-form .write span:nth-of-type(2) {
  font-size: 14px;
  color: #666;
}

.form-right p {
  text-align: right;
  color: red;
  width: 64%;
  height: 20px;
}

.form-left p {
  text-align: right;
  color: red;
  width: 77%;
  height: 20px;
}

.form .form-left {
  margin-right: 60px;
}

.form .form-left label {
  width: 80px;
  text-align: right;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 400;
}

.form .form-left label span:nth-of-type(1) {
  color: red;
  margin-right: 5px;
}

.form .form-right label {
  width: 78px;
  text-align: right;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 400;
}

.label-mail, .financing-label {
  vertical-align: middle;
}

.form .form-right label span:nth-of-type(1) {
  color: red;
  margin-right: 5px;
}

.form input {
  width: 230px;
  border-radius: 5px;
  border: 1px solid #ddd;
  outline: 0;
  background: transparent none;
  -webkit-appearance: none;
  /*height: 31px;*/
  /*line-height: 31px;*/
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
}

#city, #financing {
  width: 30%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  border: solid 1px #ddd;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: url(/cn/assets/images/reportSummary/arrow.png) no-repeat scroll transparent;
  background-position: 97% 10px;
  padding-right: 14px;
  padding-left: 5px;
  border-radius: 5px;
}

#city-w, #financing-w {
  width: 103px;
  display: none;
}

#financing {
  width: 52%;

}

#financing-w {
  width: 99px;

}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
.city-text,.financing-text{
  width: 100%;
}
.financing-text{
  height: 45px;
}
span.danger-city{
  width: 52%;
  text-align: right;
  display: inline-block;
  color: red;
}
span.danger-city-w{
  width: 39%;
  text-align: right;
  display: inline-block;
  color: red;

}
span.danger-financing{
  width:68%;
  text-align: right;
  display: inline-block;
  color: red;
}
span.danger-financing-w{
  width: 30%;
  text-align: right;
  display: inline-block;
  color: red;

}
#code {
  font-size: 14px;
  color: #1691d1;
  text-align: center;
  border: 0;
  display: inline-block;
  width: 175px;
}

.div-p {
  padding-bottom: 10px;
}

.form-button {
  width: 150px;
  background: #1691d1;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.form-button:hover {
  cursor: pointer;
}
.mask{
  width: 50%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -25%;
  background: rgba(0,0,0,.8);
  text-align: center;
  z-index: 2;
}
.mask-text{
  color:#fff;
  font-size: 16px;
}
.report-content {
  margin-left: 15px;
}
#myCarousel {
  position: relative;
  width: 100%;
  height: 260px;
  /*background: url("../images/banner/banner2023.png")  no-repeat center center;*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-content {
  position: absolute;
  top: 30px;
  left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left ;
  color: #ffffff;
}
.banner-content .banner_title {
  font-size: 38px;
  font-weight: bold;
}
.banner-content .banner_small_title {
  font-size: 40px;
  font-weight: 400;
}
.banner-content .banner_desc {
  font-size: 24px;
  letter-spacing: 3px;
}


@media (max-width: 768px) {
  .form .form-left {
    margin-right: 0;
  }

  .form input {
    width: 70%;
  }
  .financing-text,.city-text{
    line-height: 10px;
    height: 20px;
  }
  #city, #financing {
    width:70%;
  }
  #city-w, #financing-w {
    width: 70%;
    margin-left: 92px;
  }
  #mailCode, #mail {
    width: 25%;
  }
  .report-form p {
    width: 95%;
  }

  .danger-mail{
    width: 78% !important;
  }
  .danger-code {
    width: 80% !important;
  }

  .report {
    padding: 0 20px;
  }
  .form-button {
    margin-left: 55%;
  }
  span.danger-city,
  span.danger-city-w,
  span.danger-financing,
  span.danger-financing-w{
    width: 95%;
  }

  .mask {
    width: 84%;
    top: 30%;
    left: 50%;
    margin-left: -42%;
  }
}
