.cydn-advertisement {
  width: 100%;
  height: auto;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
}
.cydn-advertisement .graybg {
  background: #f5faff;
}
.cydn-advertisement th,
.cydn-advertisement td {
  line-height: 42px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
}
.cydn-advertisement .title1 {
  line-height: 56px;
}
.cydn-advertisement td {
  padding-left: 15px;
}
.cydn-advertisement .tac {
  padding: 0;
  text-align: center;
}
.cydn-advertisement .cur {
  cursor: pointer;
}
.cydn-advertisement .cur:hover {
  color: #5e87d7;
}
.newsdetail-p {
  margin: 0 auto 40px;
}
.newsdetail-p .bluefont1,
.newsdetail-p .bluefont1 a {
  font-weight: normal;
  font-size: 17px;
}
.reportdetail-p {
  margin: 15px 0 0;
}
.reportdetail-p .bluefont1,
.reportdetail-p .bluefont1 a {
  font-weight: normal;
  font-size: 18px;
}
.cydnApply {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999!important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cydnApply .bluefont {
  color: #5e87d7;
  font-size: 18px;
}
.red-font {
  color: #f00;
}
#applyform {
  width: 80%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 40px;
}
.cydnApply .contentbox {
  width: 695px;
  height: 660px;
  margin: 6vh auto;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding-top: 10px;
}
.cydnApply .contentbox .colsecydnApply {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
  font-size: 16px;
}
.cydnApply h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  color: #5e87d7;
}
.cydnApply h1,
.cydnApply h3 {
  width: 100%;
  text-align: center;
}
.cydnApply h3 {
  font-weight: 400;
  color: #929292;
  font-size: 16px;
}
.cydnApply .formLine {
  overflow: hidden;
  min-height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.cydnApply .labelLeft {
  color: #000;
  font-size: 15px;
  width: 210px;
  float: left;
}
.cydnApply .inpurRight {
  height: 34px;
  border-radius: 5px;
  width: calc(100% - 240px);
  float: right;
  padding-left: 20px;
  border: 1px solid #f6f9fe;
  background-color: #f6f9fe;
  font-size: 15px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.cydnApply .textareainp {
  height: 80px;
  padding-top: 10px;
  resize: none;
}
.cydnApply .chek {
  width: 18px;
  height: 18px;
  border: 1px solid #f6f9fe;
  float: left;
}
.cydnApply .chektext {
  margin-left: 15px;
}
.cydnApply em {
  font-style: normal;
  cursor: pointer;
}
.cydnApply .fsubmitbtn {
  display: inline-block;
  width: 360px;
  height: 38px;
  line-height: 38px;
  background-color: #0070c0;
  text-align: center;
  line-height: 34px;
  color: #fff;
  border: 1px solid #0070c0;
  margin-top: 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.formresultbox {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.formresultbox .resultconbox {
  width: 695px;
  height: 500px;
  margin: 20vh auto;
  background-color: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.formresultbox .resultcon {
  width: 70%;
  margin: 0 auto;
}
.formresultbox .resultcon h3 {
  text-align: center;
  padding-top: 70px;
  font-size: 22px;
}
.formresultbox .resultcon h4 {
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
  font-weight: normal;
  color: #929292;
}
.formresultbox .resultcon .failtext {
  line-height: 500px;
  text-align: center;
}
.formresultbox .resultcon .content-box {
  font-size: 20px;
  padding-left: 20px;
  line-height: 50px;
}
.formresultbox .resultcon .weixinimg {
  display: inline-block;
  width: 140px;
  height: 140px;
}
.formresultbox .resultcon .weixinimg img {
  width: 100%;
  height: 100%;
}
.formresultbox .resultbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 20px;
  cursor: pointer;
  font-size: 16px;
}
