.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 标签初始化 */
* {
  margin: 0;
  padding: 0;
}
b {
  font-weight: normal;
}
html {
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  font-weight: normal;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "微软雅黑";
}
img,
input,
select {
  vertical-align: middle;
}
input::-ms-clear {
  display: none;
}
img {
  border: 0;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c9c9c9;
}
input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c9c9c9;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c9c9c9;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c9c9c9;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c9c9c9;
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c9c9c9;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 0;
}
input,
button,
select,
textarea {
  outline: none;
  resize: none;
}
a {
  outline: medium none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* 浮动 、清除 其它 */
.left {
  float: left !important;
  display: inline;
}
.right {
  float: right !important;
  display: inline;
}
.clearf {
  clear: both;
  line-height: 0;
  height: 0%;
  font: 0px Arial;
  overflow: hidden;
}
.none {
  display: none !important;
}
/*
 *遮罩
 */
.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
}
.gundong-tiao {
  color: #333;
  max-height: 100px;
  overflow-y: scroll;
}
.gundong-tiao::-webkit-scrollbar {
  width: 5px !important;
}
.gundong-tiao::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.gundong-tiao::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #dddddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
input.input-error {
  border: 1px solid #ff8997 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  cursor: pointer;
}
.base-input {
  box-shadow: inset 1px 1px 2px 0 #E9E8F1;
  border: 0;
  background: #F3F3F8;
  padding: 0 10px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.base-input:focus {
  border: 1px solid #f5a723;
  box-shadow: none;
  background-color: #ffffff !important;
  box-sizing: border-box;
}
.wrap {
  width: 100%;
}
.middle-ul,
.foot-ul,
.identify-ul {
  border-bottom: 10px #E9EEF1 solid;
  padding: 0 20px;
}
.head-ul {
  border-bottom: 10px #E9EEF1 solid;
}
.head-ul-lifirst {
  height: 44px;
}
.head-ul-img {
  width: 8px;
  height: 20px;
  display: none;
  background-image: url("");
  background-size: 100% 100%;
  margin-left: 11px;
  margin-top: 12px;
  float: left;
}
.head-ul h3 {
  font-size: 20px;
  line-height: 44px;
  float: left;
  width: 93%;
  text-align: center;
}
.top-picture {
  height: 98px;
  width: 100%;
  display: inline-block;
  background: url("../images/banner.png") no-repeat;
  background-size: 100% 100%;
}
.middle-ul-img {
  display: inline-block;
  background: url("../images/contentlogo.png");
  width: 15px;
  background-size: 100%;
  height: 18px;
  vertical-align: middle;
}
.middle-ul li .suggestionTip,
.informantSuggest {
  display: block !important;
  background: #FFFCE9;
  border-radius: 4px;
  font-size: 12px !important;
  color: #F39226;
  line-height: 17px;
  padding: 4px 11px !important;
  width: 90%;
  margin: 10px auto;
}
.middle-ul > li,
.foot-ul > li {
  border-bottom: 1px solid #ddd;
}
.middle-ul > li strong,
.foot-ul > li strong {
  font-size: 18px;
  margin-left: 10px;
  line-height: 42px;
  height: 42px;
}
.middle-ul > li p,
.foot-ul > li p {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0px;
}
.middle-ul > li p span,
.foot-ul > li p span {
  color: red;
}
.middle-ul > li input,
.foot-ul > li input {
  border-style: none;
  font-size: 16px;
  float: right;
  text-align: right;
  height: 40px;
  width: 52%;
}
.middle-ul > li textarea,
.foot-ul > li textarea {
  display: block;
  margin: 10px auto;
  width: 88%;
  height: 70px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
#uploadtext {
  float: none;
}
#input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  height: 100%;
  width: 50px;
  cursor: pointer;
}
.shaitu-add-pic {
  width: 100%;
  height: 50px;
  background-color: #fff;
  background: url(../images/add.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
#addImg {
  position: relative;
  width: 50px;
  height: 50px;
}
.p-img ul {
  margin: auto;
  padding: 10px 0px 17px;
}
.p-img ul li {
  float: left;
  margin-right: 10px;
}
.upload-img {
  position: relative;
}
.upload-img a.imgClose {
  position: absolute;
  top: -5px;
  right: -5px;
  background: url('../images/close.png');
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.upload-img a.video {
  width: 100px;
}
.foot-ul .informant {
  display: inline-block;
  background-image: url("../images/staff.png");
  background-size: 100%;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.equal-height {
  height: 40px;
}
.identify-ul {
  position: relative;
}
.identify-ul li {
  height: 50px;
  line-height: 50px;
}
.identify-ul li p {
  font-size: 16px;
  float: left;
  vertical-align: middle;
}
.identify-ul li .refresh {
  display: inline-block;
  height: 30px;
  width: 17px;
  vertical-align: middle;
  background: url('../images/refresh.png');
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.identify-ul li .identify-input {
  height: 30px;
  width: 30%;
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  padding: 0 2%;
}
#confirm-button {
  height: 45px;
  background: #34BBFD;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
}
.identify-ul .reportContent-alert {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 35%;
  background: rgba(51, 51, 51, 0.7);
  border-radius: 100px;
  min-width: 120px;
  padding: 0px 5px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.city-wrap {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.city-wrap li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0.5px solid #eee;
  box-sizing: border-box;
  padding-left: 2%;
}
.wrap-submit {
  display: none;
  width: 84%;
  position: fixed;
  top: 200px;
  background-color: #fff;
  margin: 0 8%;
  z-index: 1002;
}
.wrap-submit .submit-success {
  padding: 15px;
}
.wrap-submit .submit-success h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.wrap-submit .submit-success #success-button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #34BBFD;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  color: #fff;
}
.img-wrap {
  background: #fff none repeat scroll 0 0;
  box-sizing: border-box;
  left: 8.5%;
  position: fixed;
  top: 20%;
  width: 83%;
  z-index: 1002;
}
.img-wrap .img-wrap-box {
  max-height: 340px;
  overflow: scroll;
}
.img-wrap img {
  width: 100%;
  margin: auto;
}
.img-wrap .img-wrap-close {
  background: url('../images/close.png');
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.transplantWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
#bd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ECEFF4;
  min-height: 1150px;
}
#bd .pagetop {
  height: 109px;
  min-width: 1190px;
  background: #ffffcc url(../images/pagetop-bg.jpg) no-repeat center;
}
#bd .pagetop .pagetitle {
  width: 1000px;
  margin: 0 auto;
}
#bd #main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1200px;
  margin: 30px auto 0;
  /*页面举报部分*/
}
#bd #main #report {
  /*举报表单部分*/
}
#bd #main #report #submit-report {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  /*左边导航栏部分*/
  /*举报表单内容部分*/
}
#bd #main #report #submit-report .navigationBar {
  width: 25%;
  background: #E5F3FF;
  height: 1011px;
}
#bd #main #report #submit-report .navigationBar .reportWayTitle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #B3CEE5;
  height: 100px;
  padding: 15px 0 22px 30px;
  cursor: pointer;
}
#bd #main #report #submit-report .navigationBar .reportWayTitle h1 {
  height: 35px;
  line-height: 35px;
  font-size: 26px;
  color: #FFFFFF;
}
#bd #main #report #submit-report .navigationBar .reportWayTitle h2 {
  font-size: 20px;
  color: #0040A7;
  height: 28px;
  line-height: 28px;
}
#bd #main #report #submit-report .navigationBar .reportMethods {
  padding: 0 30px 9px;
}
#bd #main #report #submit-report .navigationBar .reportMethods .lineSpacing {
  width: 240px;
  border: 0.5px solid #FFFFFF;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild {
  display: flex;
  flex-direction: row;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsIcon {
  width: 44px;
  height: 44px;
  margin: 34px 38px 34px 8px;
  background-size: 44px 44px;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild #businessComplaints {
  background: url(../images/businessComplaints.png) no-repeat center;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild #onlineReporting {
  background: url(../images/onlineReporting.png) no-repeat center;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild #callReport {
  background: url(../images/callReport.png) no-repeat center;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild #emailReport {
  background: url(../images/emailReport.png) no-repeat center;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild #mailingAddress {
  background: url(../images/mailingAddress.png) no-repeat center;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsText {
  padding: 30px 0;
  max-width: 180px;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsText .reportMethodsTextTitle {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsText .reportMethodsTextContent {
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsText .reportMethodsTextContent span {
  cursor: pointer;
  color: #F39226;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsText .wechatTextTitle {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  text-indent: 18px;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .reportMethodsText .wechatReportImg {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  background: url(../images/newWechatReportImg.png) no-repeat center;
  background-size: 100px 100px;
}
#bd #main #report #submit-report .navigationBar .reportMethods .reportMethodsChild .wechatReport {
  width: 44px;
  height: 44px;
  margin: 78px 20px 78px 8px;
  background-size: 44px 44px;
  background: url(../images/WeChatReport.png) no-repeat center;
}
#bd #main #report #submit-report .submit-form {
  width: 75%;
  background: #FFFFFF;
  margin-bottom: 50px;
  /*举报受理及范围*/
  /*举报表单主体部分*/
}
#bd #main #report #submit-report .submit-form .report-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 30px 80px;
}
#bd #main #report #submit-report .submit-form .report-content #accept-report {
  margin-top: 60px;
}
#bd #main #report #submit-report .submit-form .report-content .group-contact {
  margin-top: 60px;
}
#bd #main #report #submit-report .submit-form .report-content .contact-content {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#bd #main #report #submit-report .submit-form .report-content .contact-content .span {
  display: inline-block;
  flex-basis: 86px;
  height: 42px;
}
#bd #main #report #submit-report .submit-form .report-content .contact-content .span span {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #7E87A0;
  font-size: 12px;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
}
#bd #main #report #submit-report .submit-form .report-content .contact-content .span .active {
  background: #F39226;
  cursor: pointer;
}
#bd #main #report #submit-report .submit-form .report-content .contact-content .class {
  background: url(../images/triangle.png) no-repeat bottom center;
  background-size: 18px 12px;
}
#bd #main #report #submit-report .submit-form .report-content .show {
  height: 196px;
  background: #F7FCFF;
  border: 1px solid #7E87A0;
  margin-top: -2px;
  padding: 28px 50px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#bd #main #report #submit-report .submit-form .report-content .show p {
  flex-basis: 22px;
  display: flex;
}
#bd #main #report #submit-report .submit-form .report-content .show p span {
  display: block;
  font-size: 16px;
  line-height: 22px;
}
#bd #main #report #submit-report .submit-form .report-content .show p span:first-child {
  width: 80px;
  color: #7E87A0;
  text-align: right;
}
#bd #main #report #submit-report .submit-form .report-content .show p span:last-child {
  color: #333333;
}
#bd #main #report #submit-report .submit-form .report-content .hide {
  display: none;
}
#bd #main #report #submit-report .submit-form .report-content .btnArea {
  padding: 60px 265px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#bd #main #report #submit-report .submit-form .report-content .btnArea .complaintsBtn {
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  background: #0E75D9;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#bd #main #report #submit-report .submit-form .report-content p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
#bd #main #report #submit-report .submit-form .report-content p b {
  font-weight: bold;
  font-size: 20px;
  color: #0040A7;
  line-height: 28px;
}
#bd #main #report #submit-report .submit-form .report-content p span {
  font-size: 18px;
  color: #F39226;
}
#bd #main #report #submit-report .submit-form .report-form {
  display: none;
  padding: 0 50px 50px 50px;
  background: #fff;
}
#bd #main #report #submit-report .submit-form .report-form .fraud-report {
  padding: 50px 0;
  border-bottom: 1px solid #DFE6ED;
}
#bd #main #report #submit-report .submit-form .report-form .fraud-report p {
  height: 56px;
  font-size: 40px;
  color: #030303;
  line-height: 56px;
  text-align: center;
}
#bd #main #report #submit-report .submit-form .report-form .fraud-report .fraud-report-icon {
  margin-top: 50px;
  height: 131px;
  background: url(../images/fraud-report-icon.png) no-repeat center;
}
#bd #main #report #submit-report .submit-form .report-form #form {
  /*举报内容*/
  /*举报人信息*/
  /*信息提交按钮*/
}
#bd #main #report #submit-report .submit-form .report-form #form .report-content-icon {
  background: url(../images/content.png) no-repeat 47px 34px;
  background-size: 14px 15px;
  padding: 30px 0 20px 74px;
}
#bd #main #report #submit-report .submit-form .report-form #form .report-content-icon h2 {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li.nameLi {
  margin-bottom: 5px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li.phoneLi {
  margin-bottom: 5px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li.emailLi {
  margin-bottom: 5px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li b {
  color: #D0021B;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li span {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  width: 166px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li #contentthree,
#bd #main #report #submit-report .submit-form .report-form #form ul li #surveySuggests {
  vertical-align: top;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  height: 30px;
  background: #F7FCFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  text-indent: 9px;
  outline: none;
  resize: none;
  margin-left: 4px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .onetextarea,
#bd #main #report #submit-report .submit-form .report-form #form ul li .twotextarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
  background: #F7FCFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 5px 9px;
  outline: none;
  resize: none;
  margin-left: 4px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .onetextarea {
  height: 160px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .twotextarea {
  height: 90px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li p {
  height: 15px;
  color: #DA2532;
  font-size: 12px;
  margin-left: 175px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li #keyCode-input {
  width: 80px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .clues {
  width: 600px;
  height: 26px;
  background: #FFFCE9;
  margin-top: 6px;
  font-size: 12px;
  color: #F39226;
  border: 0 !important;
  margin-bottom: 16px;
}
#bd #main #report #submit-report .submit-form .report-form #form #reportContent li {
  margin-bottom: 1px;
}
#bd #main #report #submit-report .submit-form .report-form #form #reportContent li input {
  cursor: pointer;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files {
  margin-bottom: 12px;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files .file {
  position: relative;
  margin-left: 4px;
  display: inline-block;
  height: 26px;
  background: url(../images/upload.png) no-repeat 10px 10.3px;
  background-size: 16px 10.7px;
  border: 1px solid #DFE6ED;
  border-radius: 4px;
  padding: 3px 20px 3px 36px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  line-height: 26px;
  text-align: center;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files .file input {
  width: 90px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files #fileList {
  margin: 0 0 30px 175px;
  min-height: 30px;
  width: 450px;
  overflow: auto;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files #fileList li {
  width: auto;
  margin-left: 0;
  margin-bottom: 7px;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files #fileList li .fileName {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  padding-left: 20px;
  background: url('../images/file@3x.png') no-repeat;
  background-size: contain;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files #fileList li span {
  display: inline-block;
  margin-left: 10px;
  background: url('../images/close.png') no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#bd #main #report #submit-report .submit-form .report-form #form #upload-files-selected {
  margin-bottom: 0;
}
#bd #main #report #submit-report .submit-form .report-form #form .report-content-info {
  background: url(../images/head-portrait.png) no-repeat 47px 34px;
  background-size: 16px 16px;
  padding: 30px 0 16px 74px;
  display: flex;
}
#bd #main #report #submit-report .submit-form .report-form #form .report-content-info h2 {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  width: 100px;
}
#bd #main #report #submit-report .submit-form .report-form #form .report-content-info .cluesTitle {
  width: 600px;
  height: 26px;
  background: #FFFCE9;
  margin-top: 3px;
  font-size: 12px;
  color: #F39226;
  border: 0 !important;
  border-radius: 4px;
  text-indent: 11px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .code {
  display: inline-block;
  width: 110px;
  height: 30px;
  margin-left: 10px;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .code .imgCode {
  display: inline-block;
  width: 80px;
  height: 30px;
  background: #BBBBBB;
  cursor: pointer;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .code .regist-refresh {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  cursor: pointer;
}
#bd #main #report #submit-report .submit-form .report-form #form ul li .code .regist-refresh img {
  width: 12px;
  height: 12px;
  vertical-align: top;
}
#bd #main #report #submit-report .submit-form .report-form #form #commit {
  width: 140px;
  height: 40px;
  margin: 34px 330px 0;
  background: #0E75D9;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  cursor: pointer;
}
/*公共头部样式*/
.header {
  height: 106px;
  min-width: 1190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
}
.header .logo {
  width: 1000px;
  height: 66px;
  margin: 0 auto;
}
.header .logo #logo-1 {
  float: left !important;
  display: inline;
  width: 190px;
  height: 66px;
  background: url(../images/logo-1.png) no-repeat bottom;
  background-size: 100% 80%;
}
.header .logo #logo-2 {
  float: left !important;
  display: inline;
  width: 189px;
  height: 66px;
  background: url(../images/logo-2.png) no-repeat bottom;
  background-size: 100% 80%;
}
.system-alert {
  z-index: 1000;
  width: 400px;
  height: 200px;
  margin: 0 auto;
  margin-top: 150px;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.system-alert .messageTip {
  margin-top: 45px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}
.system-alert span.sure-btn {
  margin: 0 auto;
  margin-top: 52px;
  width: 175px;
  height: 40px;
  color: #fff;
  background: #0E75D9;
  border-radius: 5px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
}
.btn-alert {
  z-index: 1000;
  width: 600px;
  height: 300px;
  margin: 0 auto;
  margin-top: 170px;
  background: #fff;
  border-radius: 6px;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-alert .twopBtn {
  font-size: 20px;
}
.btn-alert .twopBtn b {
  font-size: 26px;
  color: #0040A7;
}
.btn-alert .onepBtn {
  font-size: 20px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn-alert .onepBtn .continueBtn {
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 4px;
  background: #0E75D9;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.btn-alert .onepBtn #complaintsContinue {
  margin-left: 100px;
}
#reportContent {
  position: relative;
}
#reportContent li #reportCity {
  width: 180px !important;
  background: #FFFFFF !important;
  border: 1px solid #DFE6ED !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#reportContent li .black-triangle {
  display: inline-block;
  width: 20px !important;
  height: 30px;
  border: 1px solid #DFE6ED;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: -2px 0 0 -5px;
  background-image: linear-gradient(-180deg, #ffffff 50%, #f3f8fe 100%);
  background: url(../images/black-triangle.png) no-repeat center;
  background-size: 8.3px 6px;
  cursor: pointer;
}
#reportContent li .city-con {
  position: absolute;
  top: 76px;
  left: 170px;
  z-index: 200;
  background-color: #ffffff;
  border: 1px solid #DFE6ED;
  box-shadow: 0 2px 4px 0 rgba(197, 210, 224, 0.5);
  border-radius: 4px;
}
#reportContent li .city-con ul {
  width: 200px;
  height: 160px;
  overflow: auto;
}
#reportContent li .city-con ul::-webkit-scrollbar {
  display: none;
}
#reportContent li .city-con li {
  background-color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: left;
  text-indent: 10px;
  font-size: 14px;
  margin: 0px !important;
  overflow: hidden;
}
#reportContent li .city-con li:hover {
  background: #EEF7FF;
  cursor: pointer;
}
.alert-box {
  position: fixed;
  width: 83%;
  background: #FFF;
  top: 30%;
  left: 8.5%;
  padding: 0 5%;
  z-index: 1002;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert-box .alert-header {
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}
.alert-box .alert-header p {
  font-size: 15px;
  color: #030303;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.alert-box .alert-warning {
  margin: 15px 0 10px 0;
}
.alert-box .alert-warning p {
  font-size: 14px;
  color: #da2532;
  letter-spacing: 0;
}
.alert-box .alert-info {
  margin-bottom: 30px;
}
.alert-box .alert-info p {
  font-size: 12px;
  color: #151515;
  letter-spacing: 0;
  line-height: 17px;
}
.alert-box .alert-info .bold {
  font-weight: bold;
  margin-top: 5px;
}
.alert-box .alert-btn {
  padding-bottom: 15px;
}
.alert-box .alert-btn button {
  width: 100%;
  height: 40px;
  background: #34BBFD;
  color: #FFF;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .alert-box {
    top: 300px;
  }
  .identify-ul li .identify-input {
    width: 150px;
    margin-right: 20px;
  }
  .identify-ul li .refresh {
    margin-left: 0px;
    width: 30px;
  }
}
@media (max-width: 420px) {
  .alert-box {
    top: 100px;
  }
  .identify-ul li .identify-input {
    width: 120px;
    margin-right: 10px;
    margin-left: 15px;
  }
  .identify-ul li .refresh {
    margin-left: 0px;
    width: 30px;
  }
}
@media (max-width: 376px) {
  .alert-box {
    top: 80px;
  }
  .identify-ul li .identify-input {
    width: 100px;
    margin-right: 8px;
    margin-left: 0;
  }
  .identify-ul li .refresh {
    margin-left: 0px;
    width: 30px;
  }
}
@media (max-width: 320px) {
  .alert-box {
    top: 100px;
  }
  .alert-info {
    margin-bottom: 10px !important;
  }
  .middle-ul,
  .foot-ul,
  .identify-ul {
    padding: 0 0 0 10px;
  }
  .identify-ul li .identify-input {
    width: 90px;
    margin-right: 5px;
    margin-left: 0;
  }
  .identify-ul li .refresh {
    margin-left: 0px;
    width: 25px;
  }
}
