/* 初始化CSS */
body,
p,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
select,
input {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #333333;
  text-align: left;
  font: 14px/1.5 tahoma, arial, 'Microsoft YaHei', "Hiragino Sans GB", SimSun, sans-serif;
}
ul,
ol,
li {
  list-style: none;
}
select,
input {
  vertical-align: middle;
  font-size: 14px;
  font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', SimSun, sans-serif;
}
img {
  border: 0;
}
a,
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #BB3543;
  text-decoration: underline;
}
.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.clearFloat {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
input {
  border: none;
  outline: medium;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.vertical-t {
  vertical-align: top;
}
[v-cloak] {
  display: none;
}
.el-button {
  font-family: "Microsoft YaHei";
}
.el-table__empty-block {
  line-height: 60px;
}
.el-message .el-message__content {
  display: inline-block;
}
html,
body {
  background: #F8F8F8;
  height: 100%;
}
#app {
  height: 100%;
}
.outer-layer {
  min-height: 100%;
  margin-bottom: -60px;
}
.outer-layer .outer-layer-content {
  padding-bottom: 60px;
}
.van-button--primary {
  background: #1B8AF5;
  border-color: #1B8AF5;
}
.tip_gray {
  margin: 15px;
  color: #666;
}
.van-radio .van-icon-checked {
  color: #1B8AF5;
}
.van-checkbox__icon--checked .van-icon {
  border-color: #1B8AF5;
  background-color: #1B8AF5;
}
.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #1B8AF5;
}
.name {
  background: #fff;
  padding: 15px;
  color: #686868;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.name .name-tip {
  font-weight: 400;
  font-size: 16px;
}
.name .name-pic {
  margin-top: 20px;
}
.name .pic-item {
  width: 100%;
  height: 150px;
  border: 1px dashed #e0e0e0;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.name .pic-item span {
  padding: 1px 10px;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 15px;
}
.name .pic-item dl {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.name .pic-item dl dt {
  width: 80px;
  height: 60px;
  display: inline-block;
  background: url("../images/shouchi1.png?v=1556612949975") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.name .pic-item dl .backImg {
  background-image: url("../images/shouchi2.png?v=1556612949975");
}
.name .pic-item dl dd {
  color: #bfbfbf;
  font-size: 14px;
  margin-left: 0;
}
.name .yl_div {
  text-align: right;
  line-height: 2;
}
.name .yl_div a {
  color: #409EFF;
}
.name .file_input {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999;
  filter: alpha(opacity=0);
  opacity: 0;
}
.name .pic-item-con {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 150px;
}
.name .pic-item-con img {
  width: 100%;
  height: 100%;
}
.name .pic_tip {
  margin-top: 20px;
}
.name .verify-list {
  background-color: #fff;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
.verify .van-panel {
  margin-top: 10px;
}
.verify .van-swipe-item img {
  width: 100%;
}
.verify .showdowBg {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.verify .imgScan {
  z-index: 1001;
}
.cjd-footer {
  text-align: center;
  font-size: 12px;
  color: #666;
  height: 44px;
  line-height: 22px;
  padding: 8px 0;
}
.cjd-footer a {
  color: #666;
}
.index-nav {
  background: #1B8AF5;
  color: #fff;
}
.index-nav .van-icon {
  color: #fff;
}
.colorRed {
  color: #F32828;
}
.colorGreen {
  color: #10AF4D;
}
.colorGray {
  color: #999;
}
.indexP .tip-part {
  margin-top: 10px;
}
.indexP .tipList {
  background: #fff;
  padding: 16px 15px 15px;
  border-bottom: 1px solid #f6f6f6;
}
.indexP .tipList:last-child {
  border-bottom: none;
}
.indexP .tipList .color3 {
  color: #333;
  line-height: 22px;
}
.indexP .tipList .color3 span {
  margin-left: 20px;
}
.indexP .tipList .color9 {
  margin-top: 8px;
  color: #999;
  line-height: 20px;
}
.indexP .tipList .color9 .van-col--6 {
  text-align: right;
}
.indexP .tipList .color9 .van-col--6 a {
  color: #409EFF;
}
.indexP .kxz-tit {
  padding: 20px 15px 14px;
}
.indexP .kxz-tit h2 {
  font-size: 18px;
}
.indexP .kxz-tit p {
  color: #999;
  font-size: 12px;
}
.indexP .his-list {
  background: #fff;
  margin-bottom: 10px;
}
.indexP .his-list .van-row {
  padding: 5px 15px;
}
.indexP .his-list .xymc-line {
  padding: 14px 15px 10px;
}
.indexP .his-list .part-btn {
  padding: 20px 15px;
}
.indexP .his-list .font16 {
  font-size: 16px;
  font-weight: 700;
}
.indexP .his-list .status {
  padding-left: 20px;
}
.indexP .textR {
  text-align: right;
}
.indexP .flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.indexP .btn-div {
  padding: 10px 15px;
}
.indexP .btn-div button {
  margin-bottom: 10px;
}
.indexP .van-button--plain.van-button--primary {
  color: #1B8AF5;
  background: #fff;
  border-color: #1B8AF5;
}
.indexP .van-button--small {
  height: 34px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
}
.indexP .marL10 {
  margin-left: 10px;
}
.indexP .detail-status {
  padding: 12px 10px 17px 10px;
  border-top: 1px solid #efefef;
}
.indexP .detail-status h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
.indexP .detail-status p {
  text-align: center;
  color: #666;
  word-break: break-all;
}
.indexP .pay-stauts {
  display: inline-block;
  margin-right: -15px;
  color: #fff;
  background: #1b8af5;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.indexP .detail-part {
  padding-bottom: 20px;
}
.indexP .detail-num {
  position: relative;
  width: 94%;
  margin: 20px 3%;
  border-bottom: 1px solid #e5e5e5;
}
.indexP .detail-num span {
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -42px;
  padding: 0 10px;
  color: #999;
  background: #F8F8F8;
}
.indexP .detail-step {
  background: #fff;
  margin-bottom: 10px;
  width: 94%;
  margin-left: 3%;
  border-radius: 4px;
}
.indexP .detail-step h3 {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 18px;
  border-bottom: 1px solid #efefef;
}
.indexP .detail-step h3 span {
  color: #999;
}
.indexP .detail-step .step-div {
  padding: 10px 0;
}
.indexP .detail-step .detail-btn {
  width: 90%;
  margin-left: 5%;
  padding-bottom: 20px;
}
.indexP .detail-step .detail-btn .van-button {
  font-size: 15px;
  border-radius: 0;
  height: 44px;
  line-height: 44px;
}
.indexP .detail-step .detail-btn .van-col--18 {
  line-height: 48px;
  font-size: 14px;
  color: #999;
}
.indexP .detail-step .detail-btn .van-col--18 .moneyStyle {
  font-size: 18px;
  font-weight: 700;
  color: #DD2727;
  margin-left: 10px;
}
.indexP .detail-step .van-step--vertical:not(:last-child)::after {
  border-bottom-width: 0;
}
.indexP .detail-step h4 {
  font-weight: 400;
}
.indexP .detail-step .van-step__title {
  color: #999;
}
.indexP .detail-step .van-step--vertical {
  padding: 10px 15px 10px 0;
}
.indexP .detail-step .van-step .van-step__circle {
  width: 10px;
  height: 10px;
  background-color: #E5E5E5;
}
.indexP .detail-step .van-step--vertical .van-step__circle {
  top: 14px;
  left: -20px;
}
.indexP .detail-step .van-step--vertical .van-step__line {
  background: #E5E5E5;
}
.indexP .detail-step .van-hairline .van-step__line {
  top: -26px;
  height: 40px;
}
.indexP .detail-step .van-hairline:last-child {
  padding-bottom: 10px;
}
.indexP .detail-step .van-hairline .textR {
  color: #999;
}
.indexP .detail-step .van-step--process .van-step__title,
.indexP .detail-step .van-step--finish .van-step__title {
  color: #333!important;
}
.indexP .detail-step .van-step--process .van-step__circle,
.indexP .detail-step .van-step--finish .van-step__circle {
  background-color: #1B8AF5;
}
.indexP .detail-step .van-step--process .van-step__line,
.indexP .detail-step .van-step--finish .van-step__line {
  background: #1B8AF5;
}
.histroy .his-list .part-btn {
  padding: 15px 0;
  margin-top: 10px;
  border-top: 1px solid #e8e8e8;
  line-height: 34px;
}
.no-data {
  padding: 140px 15px 0;
  text-align: center;
  background: url("../images/index-nodata.png?v=1556612949975") no-repeat center 23px;
}
.no-data h3 {
  font-size: 20px;
  margin-bottom: 13px;
  font-weight: 400;
}
.no-data p {
  color: #999;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}
.appply-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.appply-btn .van-button {
  font-size: 18px;
  border-radius: 0;
}
.appply-btn .van-button--default {
  border-color: #fff;
}
.appply-btn .van-col--18 {
  line-height: 48px;
  font-size: 14px;
  color: #999;
}
.appply-btn .van-col--18 .moneyStyle {
  font-size: 18px;
  font-weight: 700;
  color: #DD2727;
  margin-left: 10px;
}
.padd15 {
  padding: 15px;
}
.apply-page .apply-label {
  padding: 10px 15px;
  color: #999;
}
.apply-page .xjxl-tip {
  color: #666;
}
.apply-page .van-cell__value {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-left: 10px;
}
.apply-page .apply-xh .van-cell__value {
  -webkit-box-flex: 1 ;
  -webkit-flex: 1 ;
      -ms-flex: 1 ;
          flex: 1 ;
  padding-left: 0;
}
.apply-page .no-apply {
  margin-top: 10px;
}
.apply-page .no-apply span {
  color: #999;
}
.nothing {
  padding: 15px;
  color: #666;
  text-align: center;
}
[v-cloak] {
  display: none;
}
.has_err {
  color: #F56C6C;
}
.marT10 {
  margin-top: 10px;
}
a.van-dialog__confirm {
  color: #00c000;
}
.accountInfo,
.accountInfo + .van-modal {
  top: 44px;
}
@media screen and (max-width: 600px) {
  .login-before .header-content {
    padding-left: 20px;
  }
  .login-before .main-entry {
    width: 90%;
    min-height: 0;
    padding: 0 5%;
    background: #edf2f7;
    padding-bottom: 30px;
  }
  .login-before .main-entry h3 {
    font-size: 24px;
  }
  .login-before .main-entry p {
    text-align: left;
  }
  .login-before .hidden {
    display: none;
  }
  .login-before .cjd-footer {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    height: 44px;
    padding: 8px 0;
    background: #edf2f7;
  }
  .login-before .cjd-footer a {
    color: #666;
  }
  .login-before .cjd-footer span {
    display: block;
  }
}
.err-page {
  padding: 180px 10px 20px;
  text-align: center;
  background: url("../images/kong.png?v=1556612949975") no-repeat center 70px;
}
.err-page h3 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 13px;
  text-align: center;
  margin-top: 30px;
}
.err-page p {
  color: #999;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}
.err-page .t-center {
  text-align: center;
}
.id-verify {
  color: #666;
  padding: 0 15px;
}
.id-verify .err-bg {
  width: 200px;
  height: 170px;
  margin: 0 auto;
  background: url("../images/kong.png?v=1556612949975") no-repeat center 50px;
}
.id-verify .wait-bg {
  width: 120px;
  height: 180px;
  margin: 0 auto;
  background: url("../images/waiting.png?v=1556612949975") no-repeat center 50px;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
}
.id-verify p {
  margin: 20px 0;
}
.id-verify .has_err {
  text-align: center;
}
.nopass-popup {
  border-radius: 6px;
}
.no-pass-tip {
  width: 215px;
  padding: 134px 20px 24px;
  background: #fff;
  background: url("../images/nopass.png?v=1556612949975") no-repeat center 48px;
  -webkit-background-size: 100px 100px;
          background-size: 100px;
  text-align: center;
}
.no-pass-tip h4 {
  font-size: 16px;
  line-height: 24px;
}
.no-pass-tip p {
  margin: 8px 0  30px;
  font-size: 14px;
  color: #999;
}
