html,
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
header {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  height: 50px;
  padding: 5px 10px 0;
  align-items: center;
  justify-content: flex-start;
  background-color: #0D1C34;
  color: #8C8C8C;
}
header .logo {
  width: 72px;
  height: 39px;
  background: url("../images/mob-logo-白色.png") no-repeat center center;
  background-size: contain;
}
#app {
  position: relative;
}
.shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  z-index: 11;
  opacity: 90%;
  background-color: #ffffff;
}
.shade img {
  width: 372px;
  display: block;
  margin: auto;
  padding: 250px 0;
}
main {
  max-width: 480px;
  margin: 0 auto;
}
.body-header {
  height: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 3px 3px;
}
.body-header .user-content {
  display: inline-block;
  box-shadow: 0 4px 20px 0 rgba(120, 120, 120, 0.11);
}
.body-header .user-content p {
  width: 63px;
  height: 15px;
  font-size: 15px;
  margin: 23px 0 23px 15px;
}
.body-header .users {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 15px;
}
.body-header .users a {
  display: inline-block;
  width: 95px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
  font-size: 15px;
  color: #6B6B6B;
  background-color: #F0F0F3;
}
.body-header .users a.active {
  background-color: #C6A14A;
  color: #FFFFFF;
}
.body-header .users a ~ a {
  margin-left: 10px;
}
.main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 3px 3px;
  padding-bottom: 20px;
}
.main-content .noice-content {
  text-align: center;
}
.main-content .noice-content p:first-child {
  padding-top: 27px;
  margin: 0 0 23px;
  font-size: 17px;
  color: #C6A14A;
}
.main-content .noice-content p:first-child:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/passenger-form/ok.png");
  margin-right: 10px;
  vertical-align: middle;
}
.main-content .noice-content p:last-child {
  font-size: 13px;
  width: 261px;
  height: 44px;
  margin: 0 auto;
  text-align: center;
}
.main-content .process-content {
  font-size: 15px;
  height: 69px;
  position: relative;
}
.main-content .process-content p {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  position: relative;
}
.main-content .process-content p:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: #bababa;
  text-align: center;
  margin-bottom: 11px;
}
.main-content .process-content p.complete {
  color: #000 !important;
}
.main-content .process-content p.complete:before {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background-color: #FFFFFF !important;
  color: #C6A14A !important;
  content: '' !important;
  border: 1px solid #BABABA;
}
.main-content .process-content p.complete:after {
  content: '';
  width: 13px;
  height: 7px;
  border: 2px solid #C6A14A;
  border-top: transparent;
  border-right: transparent;
  overflow: hidden !important;
  text-align: center;
  display: block;
  position: absolute;
  top: 6px;
  left: 27px;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.main-content .process-content p.active {
  color: #C6A14A;
}
.main-content .process-content p.active:before {
  background-color: #C6A14A;
  color: #fff;
}
.main-content .process-content p:first-child {
  width: 68px;
  position: absolute;
  left: 50px;
}
.main-content .process-content p:first-child:before {
  content: '1';
  font-size: 15px;
}
.main-content .process-content p:first-child span {
  display: block;
  width: 68px;
  height: 13px;
}
.main-content .process-content p:nth-child(2) {
  position: absolute;
  top: 10px;
  right: 90px;
  left: 97px;
  background-color: #F0F0F0;
  border-top: 3px solid #F0F0F0;
}
.main-content .process-content p:last-child {
  position: absolute;
  right: 50px;
  width: 54px;
}
.main-content .process-content p:last-child:before {
  content: '2';
  font-size: 15px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #bababa;
}
.main-content .process-content p:last-child span {
  display: block;
  width: 54px;
  height: 13px;
}
.id-container .contents {
  box-shadow: 0 4px 20px 0 rgba(120, 120, 120, 0.14);
  margin: 24px 15px 0;
}
.id-container .contents div.info {
  height: 37px;
  background-color: #C6A14A;
  font-size: 15px;
  font-weight: normal;
  border-radius: 3px 3px 0 0;
  display: flex;
  align-items: center;
}
.id-container .contents div.info i {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-left: 13px;
  background-size: cover;
  background-position: center;
}
.id-container .contents div.info span {
  display: inline-block;
  margin-left: 13px;
  margin-bottom: 2px;
  color: #ffffff;
}
.id-container .contents .photos-up {
  text-align: center;
}
.id-container .contents .photos-up p.id-info {
  text-align: left;
  font-size: 15px;
  margin: 20px 0 15px 15px;
}
.id-container .contents .photos-up .uploader {
  display: inline-block;
  margin-bottom: 20px;
  background-image: none;
  width: 315px;
  height: 197px;
  border-radius: 10px;
  border: 1px dashed #DBDBDB;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
}
.id-container .contents .photos-up .uploader input[type=file] {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.id-container .contents .photos-up .uploader > div {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  width: 80%;
  height: 100%;
  text-align: center;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.id-container .contents .photos-up .uploader > div p {
  color: #959595;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px 0;
}
.id-container .contents .photos-up .uploader > div p i {
  width: 19px;
  height: 15px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
.id-container .contents .photos-up .uploader > div p span {
  width: 176px;
  height: 21px;
  font-size: 15px;
}
.id-container .contents .infor-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 15px 11px;
  position: relative;
}
.id-container .contents .infor-content p {
  color: #959595;
  font-size: 13px;
  margin: 0;
  position: relative;
}
.id-container .contents .infor-content p:before {
  content: '*';
  position: absolute;
  left: -8px;
  top: 3px;
}
.id-container .contents .infor-content p.info-noice {
  color: #959595;
  font-size: 13px;
  margin: 0;
}
.id-container .contents .infor-content p.info-noice a {
  color: #959595;
}
.id-container .contents .infor-content p.info-noice:before {
  display: none;
}
.id-container .contents .infor-content p:last-child {
  margin-top: 36px;
}
.id-container .contents .infor-content > div {
  box-sizing: border-box;
  padding: 11px 0 11px;
}
.id-container .contents .infor-content > div label.required:before {
  content: '*';
  color: #BF173F;
  position: absolute;
  left: 24px;
  top: 2px;
}
.id-container .contents .infor-content > div label.form-label {
  color: #C6A14A;
  position: relative;
}
.id-container .contents .infor-content > div label.form-label i {
  border: 0;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-size: cover;
}
.id-container .contents .infor-content > div label.form-label button {
  border: 0;
  background: transparent;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  vertical-align: middle;
}
.id-container .contents .infor-content > div > input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #FFFFFF;
  font-size: 15px;
  padding: 13px 0 13px 33px;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(32, 51, 95, 0.3);
}
.id-container .contents .infor-content > div > div {
  margin: 32px 0 0 32px;
}
.id-container .contents .infor-content > div > div .radio_type {
  width: 20px;
  height: 20px;
  display: none;
}
.id-container .contents .infor-content > div > div label.form-input {
  line-height: 15px;
  display: inline-block;
  margin-right: 55px;
  position: relative;
}
.id-container .contents .infor-content > div > div label:before {
  content: '';
  width: 20px;
  height: 19px;
  border: 1px solid #7d7d7d;
  display: inline-block;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
}
.id-container .contents .infor-content > div > div .radio_type:checked + label:before {
  content: '';
  width: 20px;
  height: 19px;
  border: 1px solid #C6A14A;
  background: #C6A14A;
  display: inline-block;
  border-radius: 3px;
  vertical-align: middle;
}
.id-container .contents .infor-content > div > div .radio_type:checked + label:after {
  content: '';
  width: 13px;
  height: 7px;
  border: 2px solid white;
  border-top: transparent;
  border-right: transparent;
  overflow: hidden;
  text-align: center;
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.id-container .contents .infor-content > div > div .radio_type:checked + label {
  color: #C6A14A;
}
.id-container .contents .infor-content div.radio-box {
  border-bottom: 1px solid rgba(32, 51, 95, 0.3);
}
.id-container .contents .infor-content div.info-box p:nth-child(2) {
  margin-top: 15px;
}
.id-container .contents .infor-content div.info-box input[type="checkbox"] {
  display: none;
}
.id-container .contents .infor-content div.info-box label {
  display: block;
  padding: 22px 0 22px 30px;
  text-align: left;
  position: relative;
}
.id-container .contents .infor-content div.info-box label span {
  font-size: 14px;
  color: #959595;
}
.id-container .contents .infor-content div.info-box label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  content: '';
  border-radius: 2px;
  position: absolute;
  top: 26px;
  left: 3px;
  border: 1px solid #777;
  opacity: 1;
}
.id-container .contents .infor-content div.info-box input[type="checkbox"]:checked + label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: none;
  background-image: url("../images/duigou.png");
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
}
.id-container .contents .infor-content div.input-button {
  position: relative;
}
.id-container .contents .infor-content div.input-button button {
  border: 0;
  padding: 13px 0;
  display: inline-block;
  background: transparent;
  color: #C6A14A;
}
.id-container .contents .infor-content div.input-button button {
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 14px;
}
.id-container .contents .infor-content p.message1 {
  margin-top: 15px;
}
.id-container .footer {
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}
.id-container .footer a {
  display: inline-block;
  width: 154px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  border-radius: 5px;
  font-size: 16px;
}
.id-container .footer a:first-child {
  border: 1px solid #C6A14A;
  color: #C6A14A;
}
.id-container .footer a:last-child {
  border: 1px solid #C6A14A;
  background-color: #C6A14A;
  color: #fff;
  margin-left: 20px;
}
.contact-content .contents {
  padding: 24px 15px 0;
  box-shadow: 0px 4px 20px 0px rgba(120, 120, 120, 0.14);
}
.contact-content .contents div.info {
  height: 37px;
  background-color: #C6A14A;
  font-size: 15px;
  font-weight: normal;
  border-radius: 3px 3px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}
.contact-content .contents div.info i {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 13px;
  background-size: cover;
  background-position: center;
}
.contact-content .contents div.info span {
  display: inline-block;
  margin-left: 13px;
  color: #ffffff;
}
.contact-content .contents p.message {
  color: #959595;
  font-size: 13px;
  margin: 48px 0 15px;
  padding: 0 0 15px 15px;
  position: relative;
}
.contact-content .contents p.message:before {
  content: '*';
  position: absolute;
  left: 8px;
  top: 3px;
}
.contact-content .contents .infor-content {
  display: flex;
  flex-direction: column;
}
.contact-content .contents .infor-content > div {
  margin-top: 30px;
}
.contact-content .contents .infor-content > div p.notice {
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 15px;
}
.contact-content .contents .infor-content > div p.message1 {
  color: #959595;
  font-size: 13px;
  margin: 0;
  padding: 15px 0 0 15px;
  position: relative;
}
.contact-content .contents .infor-content > div p.message1:before {
  content: '*';
  position: absolute;
  left: 8px;
  top: 16px;
}
.contact-content .contents .infor-content > div span.select2 {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(32, 51, 95, 0.3);
}
.contact-content .contents .infor-content > div > div {
  width: 100%;
  margin-top: 22px;
  box-sizing: border-box;
}
.contact-content .contents .infor-content > div > div label.form-label {
  color: #C6A14A;
  padding-left: 15px;
  position: relative;
}
.contact-content .contents .infor-content > div > div label.form-label i {
  border: 0;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  content: "";
  margin-right: 15px;
  display: inline-block;
  background-color: #fff;
  background-size: cover;
}
.contact-content .contents .infor-content > div > div label.form-label button {
  border: 0;
  background: transparent;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-content .contents .infor-content > div > div label.required:before {
  content: '*';
  color: #BF173F;
  position: absolute;
  left: 42px;
  top: 2px;
}
.contact-content .contents .infor-content > div > div input.form-input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 13px 4px 13px 50px;
  font-size: 15px;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(32, 51, 95, 0.3);
}
.contact-content .contents .infor-content > div > div select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 0 13px 50px;
  border: none;
  background: none;
  outline: none;
}
.contact-content .contents .infor-content > div > div > span {
  display: block;
  margin-top: 20px;
}
.contact-content .contents .infor-content > div > div > span > span > span {
  border: none;
  outline: none;
}
.contact-content .contents .infor-content > div > div > span > span > span > span {
  margin-left: 42px;
}
.contact-content .contents .infor-content > div > div > span.service {
  margin: 8px 0 0 42px;
  color: #959595;
  font-size: 12px;
}
.contact-content .contents .infor-content > div > select {
  width: 100%;
  height: 15px;
  margin-left: 48px;
}
.contact-content .contents .infor-content div.now-addr {
  margin-top: 22px;
}
.contact-content .contents .infor-content div.now-addr .notice-message {
  font-size: 13px;
  color: #959595;
}
.contact-content .contents .infor-content div.form-group div.v-select div.vs__dropdown-toggle {
  border: 0;
  padding: 0;
  border-bottom: 1px solid rgba(32, 51, 95, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-content .contents .infor-content div.form-group div.v-select div.vs__dropdown-toggle div.vs__selected-options {
  padding: 0;
  margin-left: 50px;
}
.contact-content .contents .infor-content div.form-group div.v-select div.vs__dropdown-toggle div.vs__selected-options input.vs__search {
  border: 0;
  width: 0;
  padding: 13px 0 13px 7px;
}
.contact-content .contents .infor-content div.form-group div.v-select div.vs__dropdown-toggle div.vs__selected-options span {
  padding: 13px 0;
}
.contact-content .contents .infor-content div.form-group div.v-select ul {
  left: 30px;
}
.contact-content .contents .infor-content div.form-group div.v-select #vs8__combobox span,
.contact-content .contents .infor-content div.form-group div.v-select #vs7__combobox span {
  padding: 3px;
  margin: 13px 4px 13px 0;
}
.contact-content .footer {
  padding-bottom: 30px;
  text-align: center;
}
.contact-content .footer a {
  display: inline-block;
  width: 154px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  border-radius: 5px;
  font-size: 16px;
}
.contact-content .footer a:first-child {
  border: 1px solid #C6A14A;
  color: #C6A14A;
}
.contact-content .footer a:last-child {
  border: 1px solid #C6A14A;
  background-color: #C6A14A;
  color: #fff;
  margin-left: 20px;
}
.put-content > div {
  margin: auto;
  padding: 118px 0 106px;
  background-color: #fff;
}
.put-content > div p {
  text-align: center;
  margin: 0;
  font-size: 17px;
}
.put-content > div p:first-child {
  margin: 0 0 26px;
  font-size: 19px;
  color: #C6A14A;
}
.put-content > div p:first-child:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-image: url("../images/passenger-form/ok.png");
  margin-right: 11px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.city-picker-span {
  width: 100% !important;
  padding: 0 4px 8px 50px;
  box-sizing: border-box;
  height: 29px !important;
}
.select2-dropdown {
  width: 200px !important;
}
.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-menu {
  background: #f7f7f7;
  border: none;
  text-transform: lowercase;
  font-variant: small-caps;
}
.style-chooser .vs__dropdown-option--highlight {
  background: #f0f0f0;
  color: #ce1141;
}
/*# sourceMappingURL=passenger-form.css.map */