body{
  background: #fafafa;
}
.election{
  max-width: 600px;
  margin: 30px auto;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  background: white
}
@media screen and (max-width: 600px) {
    body{
      background: none;
    }
    .election {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.container{
  /* background:#e6e6e6; */
 max-width: 600px
}
.title-div {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
form{
  font-size: 16px
}
.form-control{
  border: 1px #e0e0e0 solid
}
.form-group{
  margin-top: 30px;
  padding: 0 10px
}
.form-horizontal .form-group-tip {
  margin-right: 0;
  margin-left: 0;
}
.form-group-tip label {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  padding: 0;
  cursor: pointer;
}
.form-group-tip label span{
  float: right;
  width: calc(100% - 20px);
  line-height: 20px;
  margin: -3px 0;
}
.form-group-tip input[type='checkbox'] {
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 !important;
}
.tip {
    padding: 16px 10px 16px 16px;
    background: #fff7e5;
}
.tip p.p1 {
    font-weight: 800;
    font-size: 1.5rem;
}
.tip p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4px;
    color: #666;
}
.mb-rc-module{
  border-radius: 4px;
  border: 1px #e0e0e0 solid
}
.radio,.checkbox {
  padding: 12px 0 12px 10px !important;
}
.radio + .radio,.checkbox + .checkbox{
  border-top: 1px #e0e0e0 solid
}
.radio > label,.checkbox > label{
  width: 100%;
  padding-left: 30px;
}
input[type='radio'],input[type='checkbox'] {
  width: 18px;
  height: 18px;
  border: 1px #e0e0e0 solid;
  margin: 2px 0 2px -28px !important;
}
input[type="number"],input[type="text"], select {
  padding: 10px !important;
  line-height: 20px !important;
  font-size: 1.4rem !important;
  height: auto !important;
}
label{
  margin-bottom: 10px
}
.title{
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  text-align: center !important;
  padding: 20px 0 10px;
  margin: 0 !important;
}
.btn{
  width: 100%;
  margin-bottom: 50px
}
.btn-1 {
  margin-bottom: 0
}
.btn-success-div{
  padding: 0 60px !important;
}
.required::after{
  line-height: 10px;
  position: absolute;
  top: 6px;
  left: 8px;
  content: '*';
  color: #FA5A00;
}
.icon {
  margin-right: 10px
}
.info-div{
  margin-top: 20px;
  /* width: 250px; */
  padding: 0 30px;
  text-align: center
}
.info {
  color: #909399;
  line-height: 20px;
  font-size: 16px
}
.juzhong {
  position: fixed;
  /* width: 190px; */
  height: 220px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: -120px;
  margin: auto;
}
