  *{
  box-sizing: border-box;
  }
  body{
    max-width:720px;
    margin:0 auto;
    font-size: 0.9em;
    overflow-x: hidden;
  }
  ul{
    list-style: none;
    padding:0;
  }
  .fleft{
    float: left;
  }
  .fright{
    float: right;
  }
  .dialog-box{
    position: fixed;
      height: 100%;
      width:100%;
      z-index: 2000;
      background-color: #fff;
      top: 0;
  }
  /*��������*/
  .header{
    background-color: #0dbaff;
    height:42px;
    width: 100%;
    max-width:720px;
    box-sizing: border-box;
    line-height: 42px;
    padding:0px 12px;
    text-align: center;
    position:fixed;
    top:0;
    z-index: 999;
    color:#fff;
    vertical-align: top;
  }
  .header h1{
    display:inline;
    font-size:18px;
    padding-left:42px;
  }
  .header a{
    color:#fff;
    text-decoration:none
  }
  .header-back-btn{
    display: block;
    width:20px;
    height:100%;
    background: url(../../images/icon-left-dc.png) no-repeat center;
    background-size:100%;
  }
  /*�в�����*/
  .content{
    width: 100%;
    margin-top:0px;
  }
  /*tab�л�*/
  .user-tab{
    width:100%;
    height:40px;
    margin:0;
    line-height: 40px;
    text-align: center;
    color:#666;
  }
  .user-tab>li{
    display: inline-block;
    width: 43%;
    margin:0 10px;
    vertical-align:top;
    line-height:40px;
  }
  .user-tab>li:first-child{
  position:relative;
  }
  .user-tab>li:first-child:after{
    content:"";
    position:absolute;
    right:-11px;
    top:20%;
    width:1px;
    height:64%;
    background-color:#b6b6b6;
  }
  /*����ǰ��tab�ӱ߿�*/
  .user-tab-selected{
    border-bottom:2px solid #0dbaff;
    color:#0dbaff;
  }
  .user-info-stage{
    height:40px;
    width: 100%;
    padding:0 10px;
    border-top:2px solid #eee;
    border-bottom:2px solid #eee;
    display: block;
    line-height:38px;
    color:#999;
    background-color: #f3f3f3;
  }
  .user-info-detail{
    padding:0;
    text-align: center;
  }
  .user-info-detail li{
    height:38px;
    line-height: 38px;
    border-bottom:1px solid #eee;
    padding:0px 11px;
    text-align:left;
    background-size:2% 40%;
    background-origin:content-box;
  }
  .user-info-detail li:last-child{border:none;}
  .user-info-detail>li>label{
    display: inline-block;
  }
  .user-info-detail>li>input{
    height:100%;
    border-radius: 0;
    border:0;
      box-shadow: none;
    float:right;
    margin-bottom:0;
    padding-right:0;
    font-size:0.9em;
    color:#777;
    background-color:#fff!important;
  }
  .input-inline{
    width:40%;
  }
  .user-info-detail>li>input:nth-child(2){
    text-align:right;
  }
  .user-info-detail>li>input:focus{
    box-shadow:none;
  }
  .formatSelect{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  width: 80%;
  height:100%;
  border:0;
  padding-right:14px;
  outline:none;
  float:right;
  text-align:right;
  direction:rtl;
  background:url(../../mobile/images/text-show.png) no-repeat right center;
  background-size:4%;
     box-shadow: none;
  }
  .formatSelect:focus{
    border:none;outline:none;
  }