input {
  -webkit-appearance: radio;
}
.ctn {
  margin-top: 100px;
  padding: 4vw 0 5vw;
}
.ctn .s-title h2 {
  font-weight: bold;
}
.ctn .s-title h3 {
  font-weight: bold;
  margin-top: 1vw;
}
.ctn .s-title h3 span {
  color: #d2232a;
}
.ctn .content {
  margin-top: 60px;
  font-size: 16px;
}
.ctn .content .title h2 {
  font-weight: bold;
}
.ctn .content .title h3 {
  margin-top: 30px;
}
.ctn .content .title h3 span {
  color: #d2232a;
}
.ctn .content .title h4 {
  margin-top: 4px;
}
.ctn .content .group1 .box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.ctn .content .group1 .box label {
  margin-left: 4px;
}
.ctn .content .group1 .box .left {
  width: 150px;
}
.ctn .content .group1 .box .right input {
  width: 300px;
  height: 38px;
  border: 1px solid #ccc;
  text-align: center;
}
.ctn .content .group1.wraps {
  display: flex;
}
.ctn .content .group1.wraps .box:not(:last-child) {
  margin-right: 60px;
}
.ctn .content .contact .box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ctn .content .contact .box h2 {
  width: 150px;
}
.ctn .content .contact .box h2 span {
  color: #d2232a;
}
.ctn .content .contact .box input {
  width: 300px;
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.ctn .content .contact .box .date {
  position: relative;
}
.ctn .content .contact .box .date .date-icon {
  position: absolute;
  height: 100%;
  width: 20px;
  right: 10px;
  top: 9px;
}
.ctn .content .contact .box .date .date-icon svg {
  width: 20px;
  height: 20px;
}
.ctn .content .contact .box .date .date-icon svg path {
  fill: #999;
}
.ctn .content .group2 {
  display: flex;
}
.ctn .content .group2 .box {
  margin-top: 20px;
}
.ctn .content .group2 .box:not(:last-child) {
  margin-right: 60px;
}
.ctn .content .group2 .box input[type=text] {
  width: 300px;
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.ctn .content .group2.wraps {
  display: block;
}
.ctn .content .file {
  width: 140px;
  height: 44px;
  border-radius: 8px;
  background: #d2232a;
  position: relative;
  text-align: center;
  line-height: 44px;
  margin-top: 20px;
  cursor: pointer;
  color:#ffffff;
}

.uploaderStyleReset{position:relative;}
.uploaderStyleReset .filePicker{opacity:0;}
.uploaderStyleReset .filePicker,
.uploaderStyleReset .filePicker > div{position:absolute;left:0;top:0;z-index:99;width:100%;height:100%;}

.areaSelectStyle{flex:1;display:flex;}
.areaSelectStyle .allSelect{height:auto;width:300px;margin-right:1em;}
.areaSelectStyle .allSelect .select_tit{border-radius:0;border:1px solid #ccc;height:38px;line-height:38px;}

.ctn .content .file span {
  color: #fff;
}
.ctn .content .file input {
  width: 140px;
  height: 40px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ctn .content .file:hover {
  background: #e00000;
}
.ctn .content .group3 {
  display: flex;
  align-items: center;
}
.ctn .content .group3 h2 {
  margin-top: 20px;
  width: 150px;
}
.ctn .content .group3 h2 span {
  color: #d2232a;
}
.ctn .content .group3 input[type=text] {
  width: 280px;
  height: 38px;
  border: 1px solid #ccc;
  text-align: center;
  margin-left: 20px;
  padding:0 1em;
}
.ctn .content .link {
  margin-top: 20px;
}
.ctn .content p {
  margin-top: 20px;
}
.ctn .content p span {
  color: #d2232a;
}
.ctn .content p a {
  color: #d2232a;
}
.ctn .content p a:hover {
  text-decoration: underline;
}
.ctn .content button {
  width: 140px;
  height: 44px;
  border-radius: 8px;
  background: #d2232a;
  color: #fff;
  margin-top: 30px;
}
.ctn .content button:hover {
  background: #e00000;
}
@media screen and (max-width: 1200px) {
  .ctn {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1100px) {
  .ctn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding: 30px 0;
  }
  .ctn .s-title h3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .ctn .s-title h4 {
    font-size: 14px;
  }
  .ctn .content {
    margin-top: 30px;
    font-size: 14px;
  }
  .ctn .content input[type=checkbox] {
    position: relative;
    top: 1px;
  }
  .ctn .content .title h3 {
    margin-top: 20px;
  }
  .ctn .content .contact .box {
    justify-content: space-between;
  }
  .ctn .content .contact .box input {
    height: 34px;
    width: 240px;
    flex-shrink: 0;
  }
  .ctn .content .contact .box .date .date-icon {
    top: 7px;
  }
  .ctn .content .group1 .box .right {
    width: 240px;
    flex-shrink: 0;
  }
  .ctn .content .group1 .box .right input {
    width: 100%;
    height: 34px;
  }
  .ctn .content .group1.wraps .box:not(:last-child) {
    margin-right: 30px;
  }
  .ctn .content .group2 .box input[type=text] {
    width: 100%;
    height: 34px;
    margin-top: 4px;
  }
  .ctn .content .group3 {
    display: block;
  }
  .ctn .content .group3 input[type=text] {
    height: 34px;
    margin-left: 10px;
    width:200px;
  }
  .areaSelectStyle{
    flex-wrap: wrap;
  }
  .areaSelectStyle .allSelect{
    width: 240px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ctn .content .contact .box:nth-child(2){
    align-items: baseline;
  }
}
/*# sourceMappingURL=report.css.map */


/*自定义表单选项样式 start*/
.formItemBox{margin:0 -1em;}
.formItemBox .formItem{width:50%;float:left;margin-top:30px;}
.formItemBox .formItem:nth-child(2n+1){clear:both;}
.formItemBox .formItem .w{margin:0 1em;}
.formItemBox .formItem .check_float{display:inline-block;}
.formItemBox .formItem .w .tit{margin-bottom:10px;}
.formItemBox .formItem .allSelect{width:auto;}
.formItemBox .formItem .check_box label{display:block;margin-bottom:10px;cursor:pointer;}
.formItemBox .formItem .check_box label .mgc{margin-right:9px;}

.suggest_form .upload_box .uploaderItem{float:left;margin-right:4%;}
.suggest_form .upload_box .uploaderItem:last-child{margin-right:0;}

.suggest_form .upload_box .webuploader-pick img{vertical-align:-6px;}
.webuploader-container{font-size:12px;}

@media (max-width: 540px){
  .formItemBox .allSelect .select_tit{height:50px !important;line-height:50px !important;}
  .formItemBox,.formItemBox .formItem .w{margin:0;}
  .formItemBox .formItem{width:auto;float:none;}

  .suggest_form .upload_box .uploaderItem{float:none;margin-right:0;}
}
/*自定义表单选项样式 end*/
