/* reset */
*{
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{
    width:100%;
    height: 100%;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,legend,button,input,textarea,th,td {
    margin:0;
    padding:0;
    font-family: Helvetica, "Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
    color: #555;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
button,input,select,textarea {
    font-size: 100%;
}

body{
    -webkit-user-select: none;
    position: relative;
}

::-webkit-input-placeholder {
    color:    #ccc;
}

.hidden{
    display: none;
}
.aligncenter{
    text-align: center;
}
.blue{
     color: #0099cc;
}
.red{
    color: #d9434b;
}
.animate{
    -webkit-transition: all .3s ease-in-out;
}

/* clear float*/
.clearfix {
    *zoom:1;
}

.clearfix:after,
.clearfix:before {
    display:table;
    content:""
}
.clearfix:after {
    clear:both
}

/*app style*/
body{
    background: #f0f0f0;
}
.nav-wrap{
    position: relative;
    height: 45px;
}
.nav{
    background: #fff;
    height: 44px;
    width: 100%;
    border-bottom: 1px solid #ddd;

}
.nav h1{
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 44px;
    font-weight: normal;
}
.nav .arrow{
    position: absolute;
    left:10px;
    top: 0px;
    height:44px;
    width: 44px;
    z-index: 500;
    display: block;
}

.nav .arrow em{
    width:24px;
    height:1px;
    background:-webkit-linear-gradient(left,#555,#fff);
    display:inline-block;
    position:absolute;
    left: 0;
    top: 21px;
}
.nav .arrow em:before{
    content:'';
    width:12px;
    height:1px;
    display:block;
    background:#555;
    position:absolute;
    left:-3px;
    top:4px;
    -webkit-transform:rotate(45deg);
}
.nav .arrow em:after{
    content:'';
    width:12px;
    height:1px;
    display:block;
    background:#555;
    position:absolute;
    left:-3px;
    top:-4px;
    -webkit-transform:rotate(-45deg);
}

.nav .cancel{
    position: absolute;
    right: 10px;
    line-height: 44px;
    color: #666;
    font-size: 14px;
    z-index: 500;
    -webkit-tap-highlight-color:#ececec;
}
.grid{
    background: #fff;
    width: 100%;
    overflow-x: hidden;
    margin-top: 15px;
}

/*style position*/
.relative{
    position: relative;
}
.fl{float: left;}
.fr{float: right;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.pd15{padding-bottom: 15px;}
.pd40{padding-bottom: 40px;}
.pd55{padding-bottom: 55px;}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}

.black3{color: #555;}
.black6{color: #666;}
.black9{color: #999;}
.blacka{color: #aaa;}
.blackc{color: #ccc;}

.lh24{line-height: 24px;}
.lh30{line-height: 30px;}

.p-0-10{
    padding: 0px 10px;
}
.p-0-20{
    padding: 0px 20px;
}
.p-20-0{
    padding: 20px 0px;
}
.bold{
    font-weight: bold;
}
/* input select textarea start */
input,textarea,select{
    padding: 12px 0px;
    display: inline-block;
    border: none;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    font-size: 16px;
    color: #555;
    font-weight: normal;
}
input:focus,textarea:focus,select:focus{
    outline: none;
}


/*btn start*/
.btn{
    display: block;
    text-align: center;
    border: none;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 11px 0px;
    -webkit-appearance:none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
}
.btn-disabled{
    background: #ddd;
    color: #999;
}
.btn-actived{
    background: #d9434b;
    color: #fff;
    display: block;
}
.btn-white{
    background: #fff;
    color: #d9434b;
    display: block;
}


.bankName{
    font-weight: bold;
    color: #333;
}
/*app style*/
body{
    background: #f0f0f0;
    min-height: 100%;
    height: auto;
}
.grid{
    background: #fff;
    width: 100%;
    overflow-x: hidden;
}
.grid96{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.grid94{
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

.bgnone{
    background: none;
}
/*form start*/
.form-wrap{
    width: 100%;
}
.form-wrap .form-item{
    width: 100%;
    background: #fff;
    position: relative;
}
.form-wrap .form-item label{
    float: left;
    width: 80px;
    color: #333;
    font-size: 16px;
    line-height: 44px;
    padding: 0px 10px 0px 15px;
}
.form-wrap .form-item .form-field{
    margin-left: 100px;
    margin-right: 34px;
}
.form-wrap .form-item .form-field input{
    width: 95%;border: 1px solid #ddd; margin: 4px 0px;
}
.form-wrap .form-item .form-field-info{
    line-height: 44px;
    font-size: 16px;
}
.form-wrap .form-item .form-field-info.black3{
    color: #555;
}
.form-item-border{
    border-bottom: 1px solid #ddd;
}

.clear-btn{
    position: absolute;
    width: 30px;
    height: 44px;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #999;
    text-align: left;
    line-height: 44px;
    display: none;
    z-index: 10;
}
.clear-btn:hover,.clear-btn:active{
    background: none;
    outline: none;
}


/*send verify code*/
.verifyWrap{
    /*padding: 20px 0px;*/
    padding: 10px 0px 10px 0px;
}
.verifyWrap h1{
    font-size: 36px;
}
.verifyWrap h1 span{
    display: inline-block;
    vertical-align: middle;
}
.verifyWrap h1 .unit{
    margin-left: -3px;
    padding-bottom: 5px;
    vertical-align: inherit;
}
.verifyWrap .bankInfo{
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.verifyWrap .bankInfo .bankInfoBody{
    position: relative;
}
.verifyWrap .bankInfo span{
    position: absolute;
    width: 100%;
    left: 0;
}
.verifyWrap .bankInfo span.append{
    left: 100%;
}

.verifyWrap .bankInfo .bankInfoBody.translateX{
    -webkit-animation:translateX .4s linear;
}
@-webkit-keyframes translateX{
    0%{
        -webkit-transform: translateX(0);
    }
    100%{
        -webkit-transform: translateX(-100%);
    }
}



.verifyBar{
    height: 44px;
    background: #f0f0f0;
    line-height: 44px;
    position: relative;
}
.verifyBar .sendCode{
    float: right;
    width: 90px;
    text-align: center;
    font-size: 14px;
    background: #757575;
    color: #fff;
}
.verifyBar .disabled{
    background: #ddd;
    color: #999;
}
.verifyBar .verifyCode{
    margin-right: 90px;
    font-weight: normal;
    color: #555;
    height: 44px;
    line-height: 44px;
    letter-spacing: 15px;
    font-size: 30px;
    text-align: left;
}
.verifyBar .verifyCode input{
    background: #f0f0f0;
    padding: 10px 0px;
    height: 24px;
    font-size: 30px;
    letter-spacing: 16px;
    width: 100%;
    line-height: 24px;
    vertical-align: baseline;
    font-weight: normal;
    text-indent: 12px;
}


.verifyInfo{
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
}


/*password start*/
.passwordWrap{
    display: -webkit-box;
    background: #f0f0f0;
    height: 44px;
    position: relative;
    z-index: 10;
}
.passwordWrap span{
    -webkit-box-flex: 1.0;
    border-right: 1px solid #fff;
    height: 100%;
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 30px;
}
.passwordWrap span:last-child{
    border: none;
}
.passwordWrap span em{
    width: 40px;
    margin: 0 auto;
    background: none;
    font-size: 30px;
    height: 44px;
    padding: 0px 0px;
    line-height: 44px;
    display: block;
    font-style: normal;
}
.passwordWrap span em i{
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: inline-block;
    background: #000000;
    vertical-align: baseline;
    position: relative;
    top: -2px;
}

.passwordInput{
    position: absolute;
    left: 0;
    top:-12px;
    width: 1px;
    height: 44px;
    /*color: transparent;*/
    /*cursor: none;*/
    /*opacity: 0;*/
    font-size: 22px;
    background: transparent;
    z-index: 11;
}

/*loading*/
.mark{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 100;
}
.loadingWrap{
    position:absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
}
.loading{
    width: 200px;
    height: 124px;
    padding-top: 40px;
    position: absolute;
    margin-top: -82px;
    margin-left: -100px;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 200;
    background: rgba(0,0,0,0.7 );
    border-radius: 10px;
}
.loading img{
    width: 135px;
}
.loading .barWrap{
    margin-top: 10px;
}
.loading .barlittle {
    border-radius: 5px;
    width:5px;
    height:5px;
    margin-left:5px;
    background: #fff;
    opacity: 0.2;
    -webkit-animation:move 2.4s infinite linear;
    display: inline-block;
}
.loading .bar1{
    -webkit-animation-delay: .4s;
}
.loading .bar2{
    -webkit-animation-delay: .8s;
}
.loading .bar3{
    -webkit-animation-delay: 1.2s;
}
.loading .bar4{
    -webkit-animation-delay: 1.6s;
}
.loading .bar5{
    -webkit-animation-delay: 2s;
}

@-webkit-keyframes move{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}

/*card select*/
.card-template{
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.card-template .grid{
    margin-top: 0;
}
.card-type-header{
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 45px;
    z-index: 10;
    background: #fff;
}
.card-type-header .item{
    float: left;
    display: block;
    width: 50%;
    height: 44px;
    line-height: 44px;
    position: relative;
    color: #666;
}
.card-type-header .cur{
    color: #d9434b;
}
.card-type-header .cur em{
    position: absolute;
    background: #d9434b;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    display: block;
    z-index: 10;
}
.card-body{
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
    background: #fff;
    float: left;
}
.banklist{
    margin-top: 90px;
}
.banklist li{
    border-bottom: 1px solid #eee;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    position: relative;
}
.banklist li:after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.banklist li .imgwrap{
    width: 80px;
    float: left;
    font-size: 0;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
.banklist li img{
    height: 26px;
    position: relative;
    top:11px;
}
.card-wrap{
    height: 100%;
    width: 200%;
    -webkit-transition: all 0.3s linear;
}
.translate100{
    -webkit-transform: translate3d(100%,0,0);
}
.translate0{
    -webkit-transform: translate3d(0,0,0);
}
.translate50{
    -webkit-transform: translate3d(-50%,0,0);
}
.translateY100{
    -webkit-transition:all .3s ease-in-out;
    -webkit-transform: translate3d(0,100%,0);
}
.translateY0{
    -webkit-transform: translate3d(0,0,0);
}

/*grid*/
.grid200{
    width: 200%;
    -webkit-transition: all 0.3s ease-in-out;
    display: -webkit-box;
}
.grid200 .grid100{
    -webkit-box-flex: 1.0;
    width: 50%;
}


.grid40{
    width: 40%;
    position: relative;
}
.grid60{
    width: 60%;
    position: relative;
}
.form-wrap .form-item .mr0{
    margin-right: 0px;
}
.form-wrap .form-item .grid60{
    position: relative;
}
.form-wrap .form-item .grid60 input{
    margin-left: 10px;
}
.form-wrap .form-item .grid60:before{
    content: '';
    border-left: 1px solid #ddd;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

/*notice start*/
.noticeWrap{
    padding: 20px 0px;
}
.noticeWrap .noticeTitle{
    height: 48px;
    text-align: center;
    position: relative;
    line-height: 48px;
}
.notice{
    font-weight: normal;
    font-size: 18px;
    color: #666;
}
.icon{
    position: absolute;
    width: 48px;
    left: 15px;
    top:0;
}

/*agreement*/
.agreement{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}
#J-agreementWrap{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top:0;
}
/*.shake{*/
    /*-webkit-animation:shake .3s ease-out;*/
    /*-webkit-animation-duration: .6s;*/
    /*-webkit-animation-delay: .2s;*/
    /*-webkit-animation-timing-function: ease;*/
    /*-webkit-animation-fill-mode: both;*/
    /*-webkit-animation-name:shake;*/
    /*color: #d9434b;*/
/*}*/
.shake input{
    color: #d9434b;
}
@-webkit-keyframes shake {
    0%, 100% {-webkit-transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}

    /*0%, 100% {-webkit-transform: translate3d(0,0,0);}*/
    /*10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-12px);}*/
    /*20%, 40%, 60%, 80% {-webkit-transform: translateX(12px);}*/

    /*10%,50%,90%{-webkit-transform: translate3d(-8px,0,0);}*/
    /*30%,70%{-webkit-transform: translate3d(8px,0,0);}*/
}
.submit{
    visibility: hidden;
    position: absolute;
    top:-1000%;
    height: 0;
    overflow: hidden;
}

.pop-mark{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    background: rgba(0,0,0,0.8);
}
.pop{
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    margin-left: -35%;
    background: #fff;
    color: #333;
    border-radius: 10px;
    z-index: 1000;
}
.pop.animate{
    -webkit-transition: 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform:translate3d(0,-80px,0);
    transform:translate3d(0,-80px,0);
}
.pop-content{
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
}
.pop-handle{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-top: 1px solid #ddd;
    display: -webkit-box;
}
.pop-handle span{
    -webkit-box-flex: 1.0;
    display: block;
    text-align: center;
    background: #f7f7f7;
    border-bottom-left-radius: 10px;
}
.pop-handle .pop-right{
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
}