* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Arial, Tahoma, Verdana, "PingFang SC-Regular", "Microsoft YaHei";
    font-size: 16px;
    color: #222222;
    line-height: 1.5;
    background-color: #f8f8f8;
}

a {
    color: #2B509B;
    font-size: 14px;
    opacity: 0.6;
}

b {
    font-family: "Helvetica Neue", Arial, Tahoma, Verdana, "PingFang SC-Medium", "Microsoft YaHei";
}

#app {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.content {
    padding-bottom: 65px;
}

h1 {
    font-size: 26px;
    text-align: center;
    color: #df3031;
}

.nav {
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e1e1e1;
    color: #383838;
    position: fixed;
    z-index: 999;
}

.nav .back {
    position: absolute;
    left: 12px;
    top: 11px;
    line-height: 0;
}

.nav .back img {
    width: 21px;
    height: 21px;
}

form {
    padding: 0 16px;
}

.button {
    padding: 8px 15px 7px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.boder-top {
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
}

.van-button {
    font-size: 15px;
}

.van-button--large {
    font-size: 18px;
}

.van-cell-group {
    border-bottom: 1px solid #e1e1e1;
}

.van-picker__cancel,
.van-picker__confirm {
    padding: 0 15px;
}

.button .van-button--large {
    height: 39px;
    line-height: 39px;
}

.submit {
    padding: 20px 16px;
}

.register {
    text-align: center;
}

.blank {
    background-color: #fff;
    text-align: center;
    min-height: 100%;
}

.blank .van-button--default {
    border: 1px solid #C5C5C5;
    color: #222222;
}

.pic {
    width: 25%;
}

.hint {
    font-family: "PingFang SC-Medium";
    font-size: 17px;
    margin-top: 30px;
    color: #606060;
}

.message {
    margin-top: 4px;
    font-size: 15px;
    color: #9C9C9C;
}

.default {
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    margin-top: 30px;
    min-width: 110px;
}

.van-cell__left-icon {
    font-size: 20px;
}

.van-pull-refresh {
    overflow: visible;
}

.van-pull-refresh__head {
    z-index: -1;
}

.van-tabs__wrap {
    z-index: 99;
}

.custom-label {
    font-size: 12px;
}

.van-cell__label {
    line-height: 1.5;
    font-size: 13px;
}

.van-tabs__wrap {
    position: fixed;
    top: 0;
    width: 100%;
}

.van-tabs__content {
    margin-top: 55px;
}

.ftitle {
    color: #8e8e93;
    margin-bottom: 10px;
    font-size: 14px;
}

.van-cell__title {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    flex: 1.5;
}

.fileList {
    font-size: 0;
    margin-top: 10px;
}

.fileList img {
    width: 100%;
}

.van-search {
    background: #f8f8f8 !important;
}

.van-search__content {
    background: #ffffff;
}

.star {
    position: fixed;
    right: 16px;
    bottom: 70px;
    text-align: center;
}

.star .name {
    font-size: 12px;
    color: #ee0a24;
}

.warning {
    font-size: 16px;
    color: #ee0a24;
    padding: 10px 16px 0;
}

.van-dialog {
    border-radius: 2px;
}

.van-ellipsis .info {
    box-sizing: border-box;
    min-width: 16px;
    padding: 0 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background-color: #ee0a24;
    border: 1px solid #fff;
    border-radius: 16px;
    margin-left: 3px;
    display: inline-block;
}

.van-doc-demo-block__title {
    margin: 0;
    padding: 12px 16px;
    color: rgba(69, 90, 100, 0.6);
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.van-step__title h3 {
    font-weight: normal;
}

.van-step__title p {
    margin-top: 8px;
}
