﻿/* 
 * Copyleft 2015-future, 
 * author designName vcpeople 'icon' @lastmodified Date: 2016-07-30  
 * */

@charset 'utf-8';

/* 
 * 基础样式 
 * */
@font-face {
    font-family: "iconfont";
    src: url('../iconfont/iconfont.eot'), /* IE6-IE8 */
    url('../iconfont/iconfont.woff'), /* chrome, firefox */
    url('../iconfont/iconfont.ttf'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../iconfont/iconfont.svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;。／，
}
.icon {
  /* 通过设置 font-size 来改变图标大小 */
  width: 1em; height: 1em;
  /* 图标和文字相邻时，垂直对齐 */
  vertical-align: -0.15em;
  /* 通过设置 color 来改变 SVG 的颜色/fill */
  fill: currentColor;
  /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
     normalize.css 中也包含这行 */
  overflow: hidden;
}

.container {
	width: 100%;
	font-size: 15px;
    margin-bottom: 45px;
}

/*登录*/
.login_wrap{

}
.logo{
	margin: 46px 0;
    width: 126px;
    height: 126px;
    font-size: 126px;
    border-radius: 100%;
    color: #4078c0;
}
.input{
	width:80%;
	border:0;
	margin:15px 0;
	font-size:17px;
	padding:20px 15px;
	text-align:center;
	border-radius:0;
	border:1px solid #f0f0f0;
	color: #3e3d3d;
	-webkit-transition:all .2s linear;
	transition:all .2s linear;
    letter-spacing: .8px;
    border:1px solid #9be89b;
}
.input:focus{
	border:1px solid #1aad19;
}
.login_input.error:focus{
	border:1px solid #ad1952;
}
.forgetPassword{
	text-align: right;
	width:78%;
}
.forgetPassword a{
	text-decoration:underline;
	color:#8a8a8a;
	font-size: 12px;
}
.submitArea{
	width:86%;
	margin:1em 0;
}
.quitArea{
    margin:6em 1em;
}
.submitBtn,
.quitBtn{
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.55555556;
    border-radius: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    background-color: #1AAD19;
}
.submitBtn:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 10px;
}
.quitBtn{
    color: #1aad19;
    border: 1px solid #1aad19;
    background-color: transparent;
}
.quitBtn:after{
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 10px;
}

/*错误提示*/
.mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.toast {
    position: fixed;
    z-index: 5000;
    width: 16em;
    /* min-height: 7.6em; */
    top: 240px;
    left: 50%;
    margin-left: -8em;
    background: rgba(40, 40, 40, 0.61);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}
.toast__content{
	padding:15px 0;
	font-size:15px;
}
.submitBtn:active{
    color: rgba(255, 255, 255, 0.6);
    background-color: #179B16;
}
.submitBtn:visited{
	color:#fff;
}

/* 获取验证码 */
.securityCode_wrap{
	width:80%;
	/* 09版 */
  -webkit-box-pack: space-between;
  box-pack: space-between;
  /* 12版 */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.codeInput{
	width:50%;
}
.getCodeBtn{
    width: auto;
    font-size: 14px;
    border: 1px solid #1aad19;
    box-sizing: border-box;
    padding: 11px 10px;
    border-radius: 5px;
    color: #1aad19;
    -webkit-transition:width .36s linear;
    transition:width .36s linear;
}
.nextBtn_wrap{
    width: 55%;
    margin-top: 16px;
    font-size:14px;
}

.next_step{
	padding:13px 32px;
	background:#1aad19;
	border-radius:4px;	
    color:#fff;
    -webkit-transition:all .26s linear;
    transition:all .26s linear;
}
.next_step.disabled{
    background-color: #ccc;
}
.changePassword_input{
    border:1px solid #9be89b;
    margin-top: 10px;
}
.cancel{
    color: #1aad19;
}
.cancel.disabled{
    color: #ccc;
}
/*修改密码*/
.loginPhone{
    margin-top: 2em;
    font-size: 20px;
}

.mask{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.dialog{
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    font-size: 16px;
}
.dialog__hd{
    padding: 1.3em 1.6em 1.5em;
}
.dialog__title{
    font-weight: 400;
    font-size: 18px;
}
.dialog__bd{
    padding: 0 1.6em 1.2em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #464646;
}
.weui-dialog__ft{
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.dialog__btn{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #3CC51F;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.dialog__btn_default{
    color: #0BB20C;
}
.dialog__btn_default{
    color: #353535;
}
.dialog__ft{
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.dialog__ft:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.dialog__btn:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.curPassword,
.curMoney{
    color:#ea5d5d;
}

/*收款码*/
.collection_wrap{
    margin-bottom: ;
    background-color: #fff;
}
.coll_title {
    margin: 15px 0;
    font-size: 20px;
}
.coll_img {
    width: 60%;
}
.coll_tips {
    color: #8a8a86;
    margin: 10px 0 0 0;
}
.coll_type {
    width: 90%;
    margin: 0 0 10px 0;
}
.coll_type.alert span{
    color: red;
}
.coll_type_item{
    text-align: center;
}
.coll_type_item i{
    display: block;
    font-size: 40px;
}
.coll_type_item span{
    display: block;
    font-size:13px;
    margin-top: 2px;
}
.prompt {
    width: 90%;
    line-height: 1.4;
    padding: 15px 0;
    border-top: 1px dashed #ccc;
}
.prompt .title{
    font-size: 12px;
    color:#7d7c7c;
}
.prompt .cont{
    font-size: 14px;
    color:#4e4d4d;
}
.bottom_nav{
    text-align: center;
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    background: #f8f8f8;
}
.nav_item {
    padding: 14px 0;
    position: relative;
    width:33.3%;
}
.bottom_nav:before{
    position: absolute;
    top:0;
    content: '';
    width:100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.nav_item:after{
    position: absolute;
    content: '';
    right: 0;
    top:0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform:scaleX(.5);
    transform:scaleX(.5);
}
.nav_item:last-child:after{
    display: none;
}
.rate_into{
    text-align: center;
    background-color: red;
    color: #fff;
    font-size: 13px;
    padding: 4px 16px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.rate_wrap{
    background-color: #fff;
}

.iconfont.aliPay{
    color: #00a0e9;
}
.iconfont.weChat{
    color: #42a932;
}
.iconfont.communication{
    color: #195fad;
}
.icon.unionPay{
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 56px;
    padding-top: 10px
}
/*费率设置*/
.rate_top{
    position: relative;
    margin:0 20px;
    font-size: 14px;
}
.rate_title{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
}
.modify_btn, .cancel_btn, .save_btn{
    position: absolute;
}
.modify_btn,
.save_btn{
    right: 0;
    bottom: -.3em;
    font-size: 15px;
    color: #6c6cbb;
}
.modify_btn{
    padding:4px 6px;
    color: #42a932;
}
.cancel_btn{
    left: 0;
    bottom: -0em;
    font-size: 15px;
    color: #42a932;
}
.save_btn{
    background-color: #42a932;
    color:#fff;
    padding: 5px 12px;
    border-radius: 3px;
}

.rate_cont{
    position: relative;
    padding: 0 10px;
/*  border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}
.rate_cont:before{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.rate_cont:after{
    position: absolute;
    content: '';
    bottom:0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
    left: 0;
    right: 0;
}
.rate_item {
    position: relative;
    padding: 10px 0;
}
.rate_item:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.rate_item:last-child:after{
    display: none;
}
.rate_cost .label{
    font-size: 16px;
}
.rate_foreign_set input{
    width: 3em;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin: 0 6px;
    height: 28px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}
.rate_cost p{
    color: #8e8c8c;
    margin-top: 3px;
    font-size: 13px;
}

.rate_show{
    padding: 0 10px;
    margin: 25px 0;
}
.rate_type_val{

}
.rate_type_list{
    padding: 0 10px;
}
.rate_type_item{
    text-align: center;
}
.rate_type_item input{
    width:0;height: 0;
    position: absolute;
    left:-99999px;
}
.rate_type_item.checked i{
    color:#1aad19;
}
.rate_tips{
    margin: 29px 0;
    padding: 0 10px;
}

/*个人中心*/
.myCenter_wrap{
    padding:10px;
    background-color: #fff;
}
.myCenter_top{
    margin: 10px 10px;

}
.boss_details{
    margin-top: 10px;
    font-size: 14px;
}
.myCenter_top .title{
    font-size: 20px;
}
.certification{
    color: #ccc;
    font-size:15px;
}
.certification.security{
    color: green;
}
.idCard_name{
    font-size: 16px;
    margin-left: 5px;
}
.idCard_tips{
    color: #9a9696;
}
.myCenter_items,
.draw_items,
.collectionDetail_items{
    margin:20px -10px;
}
.myCenter_item,
.draw_item,
.collectionDetail_item{
    position: relative;
    padding: 0 15px;
}
.myCenter_item:after,
.draw_item:after,
.collectionDetail_item:after{
    position: absolute;
    content: '';
    bottom:0;
    height: 1px;
    left: 10px;
    right: 0;
    background-color: #ccc;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.operation{
    position: relative;
    padding: 15px 0;
    padding-right: 10px;
}
.operation:after{
    content: " ";
    display: inline-block;
    height: .6em;
    width: .6em;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
}
.draw_item .operation:after{
    display: none;
}

/*身份证*/
.idCard_wrap{
    padding:10px 15px;
    padding-bottom: 40px;
}
.idCard_name_title{
    width:100%;
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
}
.idCard_img{
    width:100%;
    margin:10px 0;
}
.idCard_wrap p{
    text-align: center;
    font-size: 14px;
    color: #9a9a9a;
}
.curPhone{
    font-size: 20px;
    text-align: left;
    width: 80%;
    margin: 25px 0;
}

/*提现*/
.draw_wrap{
    padding:10px;
    background-color: #fff;
}
.draw_top{
    text-align: center;
    margin: 20px 0;
}
.totalAmount_num{
    display: block;
    font-size: 30px;
}
.totalAmount_tips{
    font-size: 14px;
}
.draw_btn{
    max-width: 50%;
    background: green;
    margin: 0 auto;
    padding: 6px 8px;
    border-radius: 3px;
    color: #fff;
}
.draw_tips{
    margin-top: 10px;
    display: block;
}
.draw_tips,
.totalAmount_tips{
    font-size:14px;
    color: #8a8787;
}

.draw_label i{
    margin-right: 5px;
}
.draw_item .item{
    position: relative;
    width: 100%;
    padding:15px 0;
    display: block;
}
.draw_item .item:after{
    content: " ";
    display: inline-block;
    height: .6em;
    width: .6em;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
}

/*收款明细*/
.collectionDetail_wrap{
    padding:0 15px;
}
.collectionDetail_top{
    padding: 10px 20px;
    padding-left: 10px;
    margin: 0 -10px;
    position: relative;
    padding-bottom: 25px;
}
.collectionDetail_top:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.collectionDetail_top .date{
    width: 100px;
    border: 1px solid #39a859;
    text-align: center;
    margin: 0 6px;
    color: #39a859;
    font-size: 13px;
    height: 2em;
}

.search_btn{
    background: #39a859;
    padding: 6px 14px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}
.collectionDetail_label{
    width:5em;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}
.dateTime{
    position: relative;
}
.dateTime:after{
    position: absolute;
    content: '';
    top:0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #CCC;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleX(.5);
    transform:scaleX(.5);
}
.collectionDetail_label .date{
    margin-top: 3px;
}
.cur_money{
    font-size: 18px;
}
.op_into{
    padding: 6px 15px;
}
.cur_money {
    font-size: 19px;
}
.collection_day{
    font-size: 12px;
    color: #615f5f;
    margin-top: 4px;
}
.collectionDetail_items{
    margin-top:0;
    margin-bottom: 0;
}
.total_day_money{
    position: absolute;
    right: 20px;
    bottom: 05px;
    font-size: 12px;
    color: #39a859;
}

/*日收款明细*/
.detail_day_item{
    position: relative;
    font-size: 13px;
    padding: 10px 0;
    line-height: 1.6;
}
.detail_day_item:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.day_money_box{
    text-align: center;
}
.day_money{
    font-size: 20px;
}
.day_money_box .fee{
    margin-top: 3px;
}

/*提现进度*/
.progress_nav{
    text-align: center;
    padding: 15px 0;
    border-bottom:1px solid transparent;
    font-size: 16px;
}
.progress_nav.active{
    border-bottom:1px solid green;
}

.progress_cont{
    position: relative;
    margin-top: 10px;
    padding:0 10px;
}
.progress_cont:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);

}
.progress_item {
    position: relative;
    padding: 15px 10px;
}
.progress_item:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}

.progress_left_box{
    line-height: 1.6;
    font-size: 15px;
}
.progress_money_label {
    font-size: 18px;
}
.progress_datetime_label {
    color: #7d7c7c;
}
.progress_type {
    margin-top: 10px;
    color: green;
}

/*添加银行卡*/
.bankCard_wrap{
    padding:10px;
}
.bankCard_tips{
    width: 100%;
    text-align: center;
    color: red;
    font-size: 15px;
}
.bus_name{
    color: #000;
}
.addCard_btn {
    display: block;
    margin: 0 auto;
    width: 80px;
    text-align: center;
    background: #42a932;
    color: #fff;
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 20px;
}


.bankCard_list {
    background: #fff;
    margin: 12px -10px;
    padding: 10px;
    font-size: 15px;
}
.bank_logo {
    font-size: 40px;
    margin-right: 8px;
}
.bank_tips {
    margin-top: 4px;
    color: #8a8787;
}
.bank_name {
    font-size: 18px;
}
.edit_btn{
    width: 80px;
    text-align: center;
    background: green;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 20px;
}
.bankCard_edit_list {
    margin: 0 -10px;
}
.bankCard_edit_item {
    position: relative;
    padding: 8px 15px;
}
.bankCard_edit_item:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #CCC;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform:scaleY(.5);
    transform:scaleY(.5);
}
.bankCard_edit_item input{
    border: 0px solid #ccc;
    outline: none;
    padding: 15px 8px;
    font-size: 15px;
    background: transparent;
}
.edit_tips{
    text-align: center;
    margin: 14px 0;
    font-size: 13px;
    color: #757373;
}
.edit_tips a{
    color: green;
}
.nextArea{
    width: auto;
    margin-top: 4%;
}
.myCenter_item .operation{
    color: #848282;
}
.weui-select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 50%;
    font-size: inherit;
    /*height: 44px;
    line-height: 44px;*/
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-left: 0;
}
.weui-input{
	width:100%;
	border:0;
	outline: 0;
	-webkit-appearance:none;
	background-color: transparent;
	font-size: inherit;
	color:inherit;
	height: 1.8em;
	line-height: 1.8;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


/*
*	Toast  反馈
*	loading
*/

.weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 7.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}
.weui-icon_toast.weui-loading {
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    vertical-align: baseline;
}
.weui-loading {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    animation: weuiLoading 1s steps(12, end) infinite;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
    background-size: 100%;
}

/*
*  dialog 反馈
*/

.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 40px;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #999999;
}
.weui-dialog__bd:first-child {
    padding: 2.7em 20px 1.7em;
    color: #353535;
}
.weui-dialog__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #3CC51F;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}
.weui-dialog__btn_primary {
    color: #0BB20C;
}
.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-toptips {
    display: none;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    z-index: 5000;
    word-wrap: break-word;
    word-break: break-all;
}
.weui-toptips_warn {
    background-color: #E64340;
}

/*
 * 兼容
 * */

/*iphone 4 5*/
@media screen and (max-width: 321px) {
	.input{
        font-size:14px;
    }
    .getCodeBtn{font-size: 12px;}
    .nextBtn_wrap{font-size:13px;}
    .coll_type_item span{font-size: 12px;}
    .collectionDetail_top .date{
        width: 80px;
        font-size: 12px;
    }
}

/*iphone 6+*/
@media screen and (min-width: 410px) {
	
}

