html,
body {
  overflow-x: hidden;
  color: #333;
}
.container-fluid {
  padding-left: 5px;
  padding-right: 0;
}
.container-fluid .header {
  min-height: 100vh;
}
header h1 {
  text-align: center;
  height: 10%;
  line-height: 40px;
}
header .goback {
  float: left;
  font-style: inherit;
  font-family: cursive;
  padding: 0 10px;
}
header .title {
  font-size: 22px;
}
.alert {
  position: fixed;
  z-index: 1;
  top: 40vh;
  width: 100%;
  text-align: center;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: none;
}
.alert span h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.alert span p {
  font-size: 14px;
}
.alert .close {
  float: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.alert .close:focus,
.alert .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.alert-warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.alert-success {
  background-color: #5cb85c;
  color: #fff;
}
.prompt {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: #5E6063;
  overflow: hidden;
  z-index: 888;
}
.prompt .glyphicon-volume-up {
  color: #FFB607;
  vertical-align: top;
  font-size: 18px;
  padding: 6px;
}
.prompt span {
  font-size: 16px;
  color: #fff;
}
.prompt ul {
  display: inline-block;
  z-index: 999;
}
.row {
  background-color: #F0F2F2;
}
main {
  min-height: calc(100vh - 30px) !important;
  background-color: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
}
main .impor {
  color: #d9534f;
  font-style: initial;
}
main .phone_error,
main .name_error {
  position: absolute;
  color: #d9534f;
}
main .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px !important;
}
main .title {
  font-size: 24px;
  padding: 15px 10px;
}
main .control-label {
  color: #5E6063;
  font-weight: 400;
  font-size: 16px;
}
main .per {
  display: inline-block;
}
main .per .col-xs-6 {
  padding: 0;
}
main .per .col-xs-12 {
  padding: 0;
}
main .per .col-sm-6 span {
  font-weight: 400;
  font-size: 16px;
}
main .infor {
  display: inline-block;
}
main .infor h3 {
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
main .infor .info_icon {
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #3F9DFD;
  margin: 0 10px;
  position: relative;
  top: 7px;
}
main .infor .form-group {
  width: 100%;
}
main .infor .form-control {
  background-color: #fff;
}
main .infor .control-label {
  height: 34px;
  line-height: 34px;
  min-width: 95px;
  text-align: right;
  overflow: hidden;
  padding-left: 0 !important;
}
main .infor .col-xs-2 {
  padding-right: 0;
}
main .infor .birth {
  padding-right: 0;
  padding-left: 0px;
}
main .infor .birth:first-child {
  padding-left: 15px;
}
main .infor .birth:nth-child(2),
main .infor .birth:nth-child(3) {
  margin-left: 10px;
}
main .Signup {
  width: 100%;
  padding: 0 20px;
}
main .Signup #Signup {
  width: 100%;
  background-color: #188AFF;
  border-color: #188AFF;
}
main .active-title {
  display: inline-block;
  width: 95px;
  padding-left: 15px;
}
main .active-con {
  display: inline-block;
}
.web-start-or {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  line-height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.web-start-or .web-alert {
  display: inline-block;
  width: 300px;
  height: 150px;
  line-height: 150px;
  background-color: #fdf6ec;
  border-radius: 5px;
  text-align: center;
  color: #e6a23c;
  font-size: 18px;
  font-weight: 600;
}
.web-start-or .web-alert img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
}
.man,
.woman {
  display: inline-block;
  width: 70px;
  line-height: 34px;
}
.man label,
.woman label {
  font-weight: 500 !important;
}
input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  border-radius: 50%;
  border: 1px solid #188AFF;
  text-indent: 0.15em;
  padding: 0.1em;
  /*注意这里有个padding，这是为了裁切背景色的时候
                    让内容和边框留个间隙，这样就形成了Radio的外观*/
}
input[type="radio"]:checked + label::before {
  background-color: #188AFF;
  background-clip: content-box;
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
  /*完全透明*/
}
.limit-condition {
  font-size: 16px;
  color: #e6a23c;
  padding: 0 15px;
  line-height: 22px;
}
.limit-condition li {
  list-style-type: disc;
  list-style-position: inside;
}
.active-detail {
  line-height: 25px;
  overflow: hidden;
}
.active-detail h3 {
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.active-detail .info_icon {
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: #3F9DFD;
  margin: 0 10px;
  position: relative;
  top: 7px;
}
.active-detail .info {
  padding: 0 15px;
}
.active-detail .info img {
  display: block;
  width: 100%;
}
.sign-immediately {
  width: 55px;
  height: 35px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  font-size: 14px;
  cursor: pointer;
}
.sign-immediately img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 2px;
}
.sign-immediately b {
  display: inline-block;
  font-size: 12px;
  width: 28px;
  line-height: 17px;
  position: absolute;
  left: 30px;
  top: 2px;
}
@media all and (min-width: 992px) {
  .prompt {
    text-align: center;
  }
  .alert {
    position: fixed;
    z-index: 1;
    left: 50%;
    margin: -141px 0 0 -201px;
    text-align: center;
    width: 24%;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
  }
  header h1 .title {
    width: 32%;
    display: inline-block;
  }
  header h1 .goback {
    float: inherit;
  }
  .birth:nth-child(2),
  .birth:nth-child(3) {
    margin-left: 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1600px) {
  .birth:nth-child(2),
  .birth:nth-child(3) {
    margin-left: 4px !important;
  }
}
@media screen and (max-width: 600px) {
  .birth:nth-child(2),
  .birth:nth-child(3) {
    margin-left: 2px !important;
  }
  .active-time {
    padding-left: 15px;
  }
}
