.wealth-container {
  padding: 5px 12px 0;
  background: #f3f3f3;
}
.wealth-container .car-item {
  min-height: 127px;
  display: flex;
  padding-top: 8px;
  margin-top: 10px;
  padding-bottom: 28px;
  box-sizing: border-box;
}
.wealth-container .car-item.hangzhou {
  background: linear-gradient(
    -30deg,
    rgba(0, 101, 238, 1),
    rgba(0, 138, 255, 1)
  );
  border-radius: 10px;
}
.wealth-container .car-item.jianhang {
  background: linear-gradient(
    -30deg,
    rgba(228, 113, 0, 1),
    rgba(255, 186, 0, 1)
  );
  border-radius: 10px;
}

.wealth-container .car-item .icon {
  width: 25px;
  height: 25px;
  margin: 0 8px 0 14px;
  border-radius: 100%;
}
.wealth-container .car-item .icon.hangzhou {
  background: #fff url("../images/jianhang/hangzhou.png") no-repeat;
  background-position: center;
  background-size: 19px;
}
.wealth-container .car-item .icon.jianhang {
  background: #fff url("../images/jianhang/jianhang.png") no-repeat;
  background-position: center;
  background-size: 19px;
}
.wealth-container .car-item .text-box {
  flex: 1;
  color: #fff;
}
.wealth-container .car-item .text-box .p1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.wealth-container .car-item .text-box .p2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 12px;
  font-size: 12px;
  margin-bottom: 13px;
}
.wealth-container .car-item .text-box .p2 span {
  font-size: 28px;
  color: #fff;
  margin-left: 9px;
}
.wealth-container .car-item .text-box .p3 {
  font-size: 12px;
}
.wealth-container .car-item .text-box .p3 span {
  margin-left: 5px;
}
.wealth-container .car-item .text-box .btn {
  width: 80px;
  height: 25px;
  text-align: center;
  color: #e98a2e;
  line-height: 25px;
  border-radius: 25px;
  background: #fff;
  margin-top: 15px;
}
.wealth-container .car-item .text-box .btn a{
  color: #e98a2e;
}
.wealth-container .account-title {
  font-size: 14px;
  color: #333333;
  margin: 19px 0 11px;
}
.wealth-container .money-box {
  display: flex;
  justify-content: space-between;
}
.wealth-container .money-box .item {
  width: 46%;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(229, 229, 229, 0.61);
  border-radius: 10px;
  padding-top: 15px;
  text-align: center;
  height: 85px;
}
.wealth-container .money-box .item .p1 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 15px;
}
.wealth-container .money-box .item .p2 {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.wealth-container .money-box .item .p2 span {
  margin-left: 10px;
}
.blank-container .name-title {
  padding: 25px 0 15px 13px;
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 1.1;
}
.blank-container .name-small-title {
  padding-left: 12px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  line-height: 1.1;
}
.blank-container .blank-name {
  padding-left: 12px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 1.1;
  margin-top: 25px;
  margin-bottom: 15px;
}
.blank-container .blank-list {
  background: #fff;
  padding: 0 12px;
  margin-bottom: 10px;
}
.blank-container .blank-list .item {
  border-bottom: 1px solid #dcdcdc;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  font-size: 16px;	
}
.blank-container .blank-list .item:last-child {
  border-bottom: none;
}
.blank-container .blank-list .item label {
  width: 105px;
  font-size: 16px;
  line-height: 59px;
  color: rgba(51, 51, 51, 1);
}
.blank-container .blank-list .item input {
  flex: 1;
  height: 100%;
  border: none;
  font-size: 16px;	
}
.blank-container .card-box {
  background: #fff;
  padding-bottom: 16px;
}
.blank-container .card-box .title1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding: 20px 0 15px 12px;
}
.blank-container .card-box .frontal {
  position: relative;
  background: url("../images/jianhang/card1.png") no-repeat;
  background-size: 100%;
  margin: 0 12px;
}
.blank-container .card-box .frontal .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(8, 130, 241, 1);
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
.blank-container .card-box .back {
  position: relative;
  background: url("../images/jianhang/card2.png") no-repeat;
  background-size: 100%;
  margin: 0 12px;
}
.blank-container .card-box .back .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(8, 130, 241, 1);
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.blank-container .card-box .idcard-warp {
    width: 96%;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    border: 0.5px solid #ddd;
	position: relative;
}

.blank-container .card-box .idcard-warp img {
	width: 100%;
	margin: 0 auto;
	position: absolute;
}

.blank-container .submit {
  display: block;
  margin: 30px auto;
  width: 85%;
  height: 44px;
  background: rgba(153, 153, 153, 1);
  border-radius: 8px;
  line-height: 44px;
  text-align: center;
  outline: none;
  border: none;
  font-size: 15px;
  color: #fff;
}
.blank-container .submit.success {
  background: #ff6600;
}
.vip-info-jianhang {
  padding: 0 12px;
  background: #fff;
}
.vip-info-jianhang li {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  color: #333;
  height: 58px;
  align-items: center;
}
.vip-info-jianhang li:last-child {
  border: none;
}
.vip-info-jianhang li lable {
  width: 75px;
}
.vip-info-jianhang li .text {
  flex: 1;
  text-align: right;
}
.vip-info-jianhang .vip-info-avator {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: block;
  float: right;
}
.check-tip {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 25px;
}
.check-tip .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: inline-block;
}
.check-tip .icon.checking {
  background: url("../images/jianhang/checking.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.check-tip .icon.no-pass {
  background: url("../images/jianhang/no_pass.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.check-tip p {
  color: #282828;
  font-size: 15px;
}
.check-tip p.no-pass {
  color: #999999;
}
.check-tip .btn {
  width: 100px;
  height: 36px;
  display: inline-block;
  background: rgba(255, 102, 0, 1);
  border-radius: 8px 8px 8px 8px;
  margin-top: 19px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
}
.check-tip .btn a{
  color: #fff;
}
.step-box {
  padding: 25px 25px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.step-box .step {
  position: relative;
}
.step-box .line {
  flex: 1;
  height: 3px;
  background: #999999;
  margin-top: 1px;
  margin-top: 8px;
}
.step-box .step .num {
  font-size: 12px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  line-height: 18px;
  display: inline-block;
  border: 2px solid #333333;
  margin-bottom: 10px;
}
.step-box .step p {
  color: #333333;
  font-size: 12px;
}
.step-box .step.active .num {
  color: #ff941d;
  border: 2px solid #ff941d;
}
.step-box .step.active p {
  color: #ff941d;
}
.c-img-box {
  margin-top: 10px;
  background: #fff;
}
.c-img-box .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding: 20px 0 15px 12px;
}
.c-img-box img {
  display: block;
  width: 85px;
  height: 122px;
}
.chai-box {
  font-family: Microsoft YaHei;
}
.chai-box .pay-box {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 22px;
  background: #fff;
}
.chai-box .pay-box .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/jianhang/blue.png") no-repeat;
  background-size: 100%;
  background-position: center;
  margin-bottom: 10px;
}

.chai-box .pay-box .p-status {
  font-size: 15px;
  color: #282828;
  line-height: 1.1;
  margin-bottom: 20px;
}
.chai-box .pay-box .p-money {
  color: #333333;
  font-size: 25px;
  margin-bottom: 14px;
  line-height: 1.1;
}
.chai-box .pay-box .no-pay-money {
  color: #999999;
  font-size: 12px;
  margin-bottom: 12px;
}
.chai-box .pay-box .no-pay-money span {
  color: #333;
}
.chai-box .pay-box .text {
  font-size: 12px;
  line-height: 22px;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.chai-box .chai-list {
}
.chai-box .chai-list .title {
  padding: 20px 0 10px 13px;
  color: #333333;
  font-size: 14px;
}

.chai-box .chai-list .company-bar {
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  flex-wrap: nowrap;
}
.chai-box .chai-list .company-bar .icon {
  width: 18px;
  height: 15px;
  background: url("../images/member/m-order.png") no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 10px 0 13px;
}
.chai-box .chai-list .company-bar .name {
  flex: 1;
  padding-right: 20px;
  background-size: 20px;
  background-position: center right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.chai-box .chai-list .company-bar .order-status {
  margin: 0 12px 0 21px;
  color: #f60;
}
.chai-box .order-ul {
  background: #fff;
  padding: 0 12px;
}
.chai-box .order-ul li {
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.chai-box .order-ul li .img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}
.chai-box .chai-list .order-ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.chai-box .chai-list .order-ul li .text {
  flex: 1;
}
.chai-box .chai-list .order-ul li .text .goods-name {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: -3px;
}
.chai-box .chai-list .order-ul li .text .specification {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}
.chai-box .chai-list .order-ul li .text .number {
  color: #999999;
  text-align: justify;
  font-size: 14px;
}
.chai-box .chai-list .order-ul li .text .number .num {
}
.chai-box .chai-list .order-ul li .text .number .price {
  float: right;
  color: #333;
}
.chai-box .chai-list .total-price {
  height: 54px;
  line-height: 54px;
  color: #333;
  font-size: 16px;
}
.chai-box .look-order-clear{
  height: 96px;
  line-height: 96px;	
}
.chai-box .look-order-warp{
	width: 100%;	
    display: block;	
    position: fixed;
    bottom: 0;
	background: #f3f3f3;
}
.chai-box .look-order {
	width: 90%;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 26px 5%;
    background: #ff6600;
}
.pay_layer-box {
  text-align: center;
}
.pay_layer-box .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.pay_layer-box .icon.success {
  background: url("../images/jianhang/blue.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.pay_layer-box .icon.fail {
  background: url("../images/jianhang/no_pass.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.pay_layer-box .pay-status {
  color: #282828;
  font-size: 14px;
  line-height: 1.2;
  margin-top:13px;	
  margin-bottom: 18px;
}
.pay_layer-box .pay-number {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 13px;
}
.pay_layer-box.box1 .pay-number {
  margin-bottom: 0;
}
.pay_layer-box .no-pay-number {
  color: #999;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.pay_layer-box .no-pay-number span {
  color: #333;
}
.pay_layer-box .text {
  color: #999;
  font-size: 12px;
  line-height: 24px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.pay_layer-box .h4 {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 12px;
}
