* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

label {
  font-weight: normal;
  margin: 0;
}

#info {
  display: none;
}

@media screen and (min-width:500px) {
  .main-content {
    margin-top: 100px;
    font-size: 16px !important;
  }

  #info {
    display: block;
  }

  .main-content .btn-box {
    margin-top: 15px;
    position: static;
  }

  .item-content .flex-box>div.verify-code-box {
    max-width: 130px;
  }

  .dialog-title {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 350px) {
  .main-content {
    font-size: 14px !important;
  }

  .item-info input[type=text] {
    font-size: 14px !important;
  }

  .select-item>div:last-child>button {
    font-size: 14px !important;
  }

  .dialog-title {
    font-size: 16px !important;
  }

}

.container {
  padding: 0;
}

.main-content {
  background: #F2F2F3;
  font-size: 15px;
  color: #101010;
  margin-bottom: 45px;
}

#info {
  background: #fff;
  padding: 10px 0 5px 0;
}

.section-header>h3 {
  margin: 0;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A4A4A4;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A4A4A4;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A4A4A4;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A4A4A4;
}

.item-content {
  background: #ffffff;
  margin-bottom: 8px;
}

.item-content .item-title {
  color: #32CA85;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  border-bottom: 1px solid #F2F2F3;
  padding-left: 15px;
  font-weight: bold;
}

.item-info.iswarn {
  padding: 8px 0;
}

.item-content .item-info {
  border-bottom: 1px solid #F2F2F3;
  margin-left: 15px;
  padding: 12px 20px 12px 0;
}

.item-content .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-content .flex-box>div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
}

#creditCodeLabel {
  max-width: 50%;
  white-space: pre-wrap;
}

p.warn {
  color: #E51C23;
  font-size: 12px;
}

.item-info i {
  font-style: normal;
  color: #E51C23;
}

.item-info input[type=text] {
  width: 100%;
  text-align: right;
  height: 20px;
  font-size: 15px;
  border: none;
  outline: none;
  color: #A4A4A4;
  padding-right: 5px;
}

.item-info.address {
  padding: 8px 0;
  height: 60px;
}

.item-info.address>div:last-child {
  padding-right: 15px;
}

.item-info.address input[type=text] {
  border: 1px solid #E6E6E6;
  text-align: left;
  height: 30px;
  color: #A4A4A4;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.fontstyle {
  color: #A4A4A4;
  font-size: 20px;
}

.item-info.flex-box.select-item,
.item-info.iswarn.car-owner {
  padding-right: 10px;
}

.select-item>div:last-child {
  text-align: right;
  position: relative;
}

.select-item>div:last-child>button {
  width: 100%;
  background: #fff;
  border: none;
  color: #A4A4A4;
  text-align: right;
  outline: none;
  height: 25px;
  padding-right: 15px;
  font-size: 15px;
}

.select-item>div:last-child>span {
  position: absolute;
  right: 0;
  top: 2px;
}

.dwnFile>div>a {
  background: #fff;
  border: none;
  color: #32CA85;
  width: 100%;
  text-align: right;
  display: inline-block;
}

#textarea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  outline: none;
  font-size: 16px;
  resize: none;
}

.file-box>div {
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 180px;
}

.item-content .file-box.flex-box {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 5px 0;
}

.file-box>div:first-child {
  margin-right: 5%;
}

.file-box>div:last-child {
  margin-left: 5%;
}

.file-box>div>div {
  overflow: hidden;
  position: relative;
  height: 100px;
}

.file-box>div>div>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.file-box input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.img-label {
  color: #E51C23;
  font-size: 15px;
}

.item-info.select-box {
  padding-right: 10px;
}

.verify-box>div>input[type=text] {
  padding: 0 10%;
}

#verifyCode {
  background: #32CA85;
  border: 1px solid #32CA85;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-box {
  margin-top: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.btn-box>button {
  height: 100%;
  width: 100%;
  background: #32CA85;
  border: 1px solid #32CA85;
  color: #fff;
  padding: 10px;
  font-size: 17px;
}

.dialog-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dialog-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  padding-bottom: 15px;
}

.dialog-title {
  background: #F4F4F4;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.weui-cells.weui-cells_radio,
.weui-cells.weui-cells_checkbox {
  margin-top: 0;
  font-size: 16px;
}

.weui-cells_checkbox .weui-icon-checked:before {
  font-size: 20px;
}

#carStatus {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#carStatusDialog .editStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.editStatus>input {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  margin: 0 5%;
  width: 100%;
  padding-left: 5%;
  outline: none;
}

#carStatusDialog .weui-cells.weui-cells_checkbox>label:last-child:active {
  background-color: #fff;
}

#carStatusDialog .dialog-content {
  padding: 0;
}

.dialog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dialog-footer>button {
  width: 50%;
  height: 100%;
  border: none;
  padding: 12px 0;
  background: #fff;
  font-size: 18px;
}

.dialog-footer>button:first-child {
  color: #A4A4A4;
  border-right: 1px solid #e5e5e5;
  border-bottom-left-radius: 10px;
}

.dialog-footer>button:last-child {
  color: #32CA85;
  border-bottom-right-radius: 10px;
}

.dialog-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.dialog-fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.weui-cells_radio .weui-cell__bd {
  margin-left: 3%
}

.weui-cells_radio .weui-icon-checked:before {
  content: '\EA01';
  color: #C9C9C9;
  font-size: 20px;
  display: block;
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
  content: '\EA06';
  color: #09BB07;
  font-size: 20px;
}

#loadModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 200;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loadModal>div {
  color: #fff;
}

#loadModal>div>i {
  width: 35px;
  height: 35px;
}

#mailInfo {
  display: none;
}