.rapidRepair {
  width: 1051px;
  margin: 0 auto;
  padding-top: 64px;
  padding-bottom: 50px;
}

.rapidRepair .title {
  width: 630px;
  margin: 0 auto;
}

.rapidRepair .title h3 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

.rapidRepair .title p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-bottom: 42px;
}

.rapidRepair .content {
  width: 630px;
  margin: 0 auto;
}

.rapidRepair .content .form-group i {
  color: #e50000;
}

.rapidRepair .content .form-group {
  margin-bottom: 34px;
}

.rapidRepair .content .form-group .form-control {
  width: 392px;
  height: 46px;
}

.rapidRepair .content .form-group #rapid-submit {
  width: 392px;
  height: 46px;
  background-color: #00b369;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  outline: none;
}

.warning {
  width: 720px;
  /* height: 231px; */
  background: #f5f5f5;
  border-radius: 2px;
  padding-top: 28px;
  padding-left: 31px;
  padding-bottom: 28px;
  margin: 0 auto;
}

.warning h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.warning .title2 {
  margin-top: 25px;
}

.warning p {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 25px;
}

.warning p a {
  color: #009557;
  text-decoration: none;
}

/* 清除弹出模态框抖动bug */
body {
  /* 强制设置右侧填充为0，这样弹窗的代码就改不动它了 */
  padding-right: 0px !important;
  /* 所有页面都显示滚动条 */
  overflow-y: scroll !important;
}

#myModal-rapid .modal-content {
  width: 682px;
  height: 628px;
}

#myModal-rapid .modal-content .modal-header {
  border: none;
}

#myModal-rapid .modal-content .modal-footer {
  border: none;
}

#myModal-rapid .modal-content .modal-body .title {
  margin-left: 51px;
  margin-right: 51px;
  border-bottom: 1px solid #efefef;
}

#myModal-rapid .modal-content .modal-body .title h3 {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

#myModal-rapid .modal-content .modal-body .title p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#myModal-rapid .modal-content .modal-footer {
  text-align: center;
}

#myModal-rapid .modal-content .modal-footer .money {
  font-size: 18px;
  margin-bottom: 30px;
}

#myModal-rapid .modal-content .modal-footer .money i {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00b369;
}

#myModal-rapid .modal-content .modal-footer .money span {
  color: #00b369;
}

#myModal-rapid .modal-content .modal-footer .erweima {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#myModal-rapid .modal-content .modal-footer .erweima .cover {
  width: 200px;
  height: 200px;
  /* line-height: 200px; */
  cursor: pointer;
  position: relative;
}
#myModal-rapid .modal-content .modal-footer .erweima .cover .timeout {
  width: 100%;
  height: 100%;
}
#myModal-rapid .modal-content .modal-footer .erweima .cover .shuaxin {
  position: absolute;
  top: 120px;
  left: 40px;
  width: 120px;
  height: 25px;
}

#myModal-rapid .modal-content .modal-footer .tip {
  font-size: 14px;
  margin-top: 20px;
}

.error {
  position: absolute;
  top: 52px;
  left: 15px;
  display: none;
}
.error img {
  vertical-align: bottom;
}

.error span {
  color: #e50000;
}

.news_form-horizontal .form-group .control-label {
  padding-top: 15px;
}

#group_news2 {
  display: none;
}
#group_news3 {
  display: none;
}
.news_add3 {
  position: absolute;
  top: 6px;
  right: 38px;
  width: 34px;
  height: 34px;
  border: 1px solid #ababab;

  background: url(../images/addCity.png) center no-repeat;
  background-size: 21px;
  cursor: pointer;
}

.subtract {
  position: absolute;
  top: 6px;
  right: 38px;
  width: 34px;
  height: 34px;
  border: 1px solid #ababab;
  margin-left: 34px;
  cursor: pointer;
}

.subtract::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 6px;
  width: 21px;
  height: 3px;
  background: #ababab;
}

.form-group .phone_input {
  padding: 0;
  width: 297px;
}

.phone_input #phoneNumber1 {
  width: 297px;
}

.phone_select option {
  height: 46px;
  line-height: 46px;
  color: #666;
}

.phone_select {
  width: 85px;
  height: 46px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  line-height: 47px;
  display: block;
  margin-right: 10px;
  margin-left: 15px;
  outline: none;
  position: relative;
  float: left;
  padding-left: 10px;
}
.phone_select .select_text {
  width: 85px;
}
.phone_select .select_ul {
  width: 85px;
  min-width: 85px;
  margin-top: 0;
}
.phone_select .select_ul li {
  margin-bottom: 0 !important;
}
.phone_select .select_ul li:first-child {
  display: block;
}
