@charset "UTF-8";

html,
body {
    width: 100%;
    position: relative;
    max-width: 768px;
    font-size: 12px;
    font-family: '微软雅黑', 'Arial';
    margin: auto;
    background: white;
}

a {
	text-decoration: none;
}

.container-box img {}

.border {
    border: 2px solid #ee8223;
}

.radius {
    border-radius: 6px;
    overflow: hidden;
}

.paddingTop {
    padding: 10px;
}

.marginTb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.text_1 {
    margin: 6px 0;
    font-size: 14px;
    color: #353535;
}

.a_tel {
    color: #353535;
    margin-right: 10px;
}

em {
    color: red;
    display: inline-block;
    margin-right: 2px;
}

.example {
    font-size: 14px;
}

.radio_option {
    display: inline-block;
}

.text_2 {
    display: inline-block;
}

.radio label {
    line-height: 26px;
}

.checkbox,
.radio {
    margin: 0;
    margin-bottom: 6px;
}

#submit {
    margin: auto;
    display: block;
    width: 100%;
    background:#39b15e;
    color: white;
}


div.progress {
    width: 90%;
    height: 20px;
    border: 1px solid #ee8223;
    background: #fff;
    display: none;
    position: relative;
    overflow: visible;
}

span.bgpro {
    display: block;
    height: 20px;
    background: #ee8223;
    width: 0px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    position: relative;
}
.progress .del{
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
}

.message,.container-success{
    width: 100%;
    height: auto;
    position: relative;
    /*overflow: hidden;*/
}

.success{
    position: relative;
	/* left: 50%; */
	/* top: 50%; */
	/* transform: translate(-50%,-50%); */
	/* -webkit-transform: translate(-50%,-50%); */
	/*-moz-transform: translate(-50%,-50%);*/
	/*-ms-transform: translate(-50%,-50%);*/
	/*-o-transform: translate(-50%,-50%);*/
	width: 80%;
	height: auto;
	margin: 4% auto;
	text-align: center;
}
.success_p{
    text-align: center;
    padding:10px 0;
    font-size: 30px;
    font-weight: bold;
}
.success_span{
    display: block;
    text-align: center;
    font-size: 20px;
    padding:2px 0;
}
.success_hx{
    display: block;
    text-align: center;
    font-size: 26px;
    padding:2px 0;
    color: red;
}
.success_span2{
    display: block;
    text-align: center;
    font-size: 12px;
    padding:2px 0;
}
.hang{
   margin: 30px 0 0 0;  
    background: #b4a47a;
    border-radius: 20px;
    padding: 20px;
    color: white;
}
.success_span3{
    width: 70%;
    text-align: left;
    margin: auto;
    display: block;
}
.success_title{
    font-size: 18px;
    font-weight: bold;
}
.success_img{
    width: 40%;
    margin: auto;
}
.code{
    width: 60%;
    margin: auto;
}
h5{
    display: inline-block;
    text-align: center;
    color: #000;
    text-decoration: underline;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    background: #806e52;
    color: white;
}


.con_bottom{
    padding-bottom: 30px;
}
.upload{
    margin: auto;
    display: inline-block;
    width: auto;
    background: #806e52;
    color: white;
    padding:10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 16px;    
}
.select{
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
#smscode{
	width:50%;
	float:left;
}
#sendsms{
	    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	width:50%;
	float:left;
}
.form-group{
    margin-bottom: 8px;
}

.zhifubox{
    position: relative
}
.zhifu{
    width: 30%;
    float: left;
    margin-right: 5%;
    position: relative;
    box-sizing: border-box;
    border:2px solid #feecc4;
    background: white;
    text-align: center;
    height: 30px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
}
.zhifu input,.zhifu span{
     vertical-align: middle;
    margin: 0;
    display: inline-block;
}
.zhifu:last-child{
    margin-right: 0
}

.bottom{
    height: 60px;
    position: relative;
}
.bottom-nav {
    z-index: 100;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    height: 60px;
    border-top: 1px solid rgba(0,0,0,.1)
}
.nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-item img{
    width: 28px;
}
.nav-item span{
    font-size: 12px;
    color: #6c6d6d;
}
.nav-item.active span{
    color: #806e52;
}

#qrcode,#qrcode2{
    width: 50%;
    margin: 20px auto;
}
.hexiao{
    margin: 20px auto;
    display: block;
    width: 160px;
    padding: 10px;
    background:#39b15e;
    color: white;
    font-size: 20px;
    border-radius: 10px;
}

.hexiao:disabled {
    background-color: gray; /* 将背景色设置为灰色 */
}

.container_index{
    position: relative
}
.content_index{
    width: 90%;
    margin: auto;
}
.logo_content{
    width: 50%;
    margin: 30px auto;
}

.content_item{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     display: flex;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
}
.content_item_left{
      display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    flex: 5;
    padding: 10px 20px;
}
.content_item_right{
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 2;
}
.c_title{
    font-size: 14px;
    color: black;
    margin-bottom: 4px;
    display: block;
    font-weight: bold;
}
.c_date{
    font-size: 12px;
    color: #939393;
}
.tips{
    padding: 10px 10px;
    background: #939393;
    font-size: 12px;
    text-align: center;
    color: white;
    border-radius: 10px;
    display: block;
}
.tips.active{
    background: #39b15e;
}



.user-center-card{
  position: relative;
  width: 100%;
  height: 140px;
  background-image: url('../images/user-center-bg-v1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 5%;
  overflow: hidden;
  box-sizing:border-box;
 display: flex;
}
.user-center-card__header {

  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #333;
  position: relative;
  margin-top: 48rpx;
  margin-bottom: 24rpx;
  height: 48rpx;
  line-height: 24rpx;
}
.user-center-card__header__avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
}
.user-center-card__header__name {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-left: 12px;
  margin-right: 8px;
}
.user-title{
    font-size: 20px;
    margin: 20px 0;
    text-align: left;
}
.user-null{
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    color: #333;
}
.user-cell{
    
    width: 90%;
    margin: auto;
}
.user-cell-item{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
}
.user-cell-item-left{
      display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    flex: 5;
    padding: 10px 20px;
}
.user-cell-item-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 3;
}
.c_title2{
    font-size: 18px;
    color: black;
    margin-bottom: 4px;
    display: block;
    font-weight: bold;
}
.c_date2{
    font-size: 12px;
    color: #939393;
}
.more{
    padding: 10px 10px;
    background: #806e52;
    font-size: 12px;
    text-align: center;
    color: white;
    border-radius: 10px;
    display: block;
}
