html, body {
    min-width:320px;
    max-width:750px;
    min-height: 100%;
    margin:0 auto;
    overflow-x: hidden;
    font-size: 14px;
    color:#343434;
}

body{
    height: 100%;
}

html {
    height: 100%;
    font-family: 'Helvetica Neue',Tahoma,Arial,PingFangSC-Regular,'Hiragino Sans GB','Microsoft Yahei',sans-serif;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
div {
    -webkit-tap-highlight-color: transparent;
}
ul {
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
}
li {
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

input::-webkit-input-placeholder{
    color:#bfbfbf;
    font-size: 14px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bfbfbf;
    font-size: 14px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bfbfbf;
    font-size: 14px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#bfbfbf;
    font-size: 14px;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.align-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container{
    min-height: 100%;
}

/* 页面顶部状态栏 */
.header{
  height:48px;
  line-height:48px;
  text-align:center;
  /*color:#fff;
  background:#00b7ee;*/
  color:#343434;
  background:#f6f6f6;
  position:relative;
  z-index:999;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  font-size:16px;
}

/*箭头*/
.header .back-btn{
    position: absolute;
    top: 0;
    max-width: 40px;
    height: 100%;
    overflow: hidden;
    font-size: 10px;
}

/*返回*/
.header .back-btn{
    left: 10px;
    max-width: 40px;
    background-position: left center;
    text-align: right;
}

.header .back-btn i{
    display: block;
    width: 40px;
    height: 100%;
    background-position: center center;
    background-size: 24px 42px;
    background-repeat: no-repeat;
    background-image: url(../images/default/back_icon.png);
}

.header .posR {
    position: absolute;
    top: 0;
    max-width: 55px;
    height: 100%;
    overflow: hidden;
    right: 10px;
    line-height: 48px;
    color: #00b7ee;
    font-size: 10px;
}

/*提交按钮*/
.form-operation{
    margin-top: 30px;
}

.form-operation .submit-container {
    height: 42px;
    line-height: 42px;
    position: relative;
}

.form-operation .submit-container a {
    border-radius:5px;
    font-size: 14px;
}
.submit-container a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    background-color:#00b7ee;
    color: #fff;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px #eee;
    box-shadow: 2px 2px 5px #eee;
    text-align: center;
    text-decoration: none;
}

/*灰色背景*/
.submit-container a.gray-bg{
  background:#eee;
  color:#999;
}

/*透明按钮*/
.submit-container a.tm-bg{
  background:none;
  color:#00b7ee;
  border:1px solid #00b7ee;
}

/*详情标题*/
.h3{
    background-color:#fff;
    line-height: 40px;
    padding: 5px 20px;
    border-bottom:1px solid #ccc;
}

/*信息行*/
.column-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

/*箭头信息行*/
.label-act{
    position: relative;
    padding: 12px 12px;
    border-top: 1px solid #efefef;
    height: 20px;
    line-height: 20px;
    background:#fff;
    border-bottom: 1px solid #eee;
}

.label-act .label-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.label-act .title {
    padding-right: 24px;
    margin-left: 10px;
}

/*中线左边缩进*/
.line-lp{
  width:100%;
  border-bottom:1px solid #ccc;
  margin-left:20px;
}

/*正常中线*/
.line{
  border-bottom:1px solid #ccc;
  margin:2px 20px;
}

/*右箭头*/
.label-act .right {
    text-align: right;
    max-width: 80px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 16px;
    top:2px;
    /*top:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.label-act .right.f{
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1); 
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.label-act .arrow{
    display: inline-block;
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image:url(../images/back_icon.png);
}

.label-act .checked{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image:url(../images/checked_icon.png);
}

/*个人中心banner*/
.account-header .background {
    width: 100%;
    height: 0;
    padding-top: 37%;
    background: url(../images/default/per_banner.jpg) top center/100% auto no-repeat;
}

