body{
    box-sizing: content-box;
}
body .layui-m-layer .layui-m-layer-msg{bottom:50%!important}
.nav_box img{ width:18px; height:auto; position:relative; left:50%; margin-left:-9px; margin-top:8px;}
.nav_box h1{ font-size:12px; text-align:center; color:#65646b; line-height:25px;}
.nav_box .current_nav{ color:#01aff0;}
/*遮罩层*/
.bg-box{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0);
    z-index: 2147483647;
    right: 0px;
    top: 0px;
}
*{
    font-family: PingFang-SC-Medium;
}
.wt{
    background: #fff;
}
.rule_bg{
    margin-top: 180px;
    width: 100%;
    line-height: 40px;
}
.rule{
    display: block;
    height: 40px;
    background-color: #FFFBEE;
}
.rule_money{
    height: 20px;
    margin:0 16px;
    vertical-align: middle;
}
.rule_txt{
    display: inline-block;
    font-size: 14px;
    color: #FE881F;
    vertical-align: middle;
}
.rule_icon{
    height: 15px;
    float: right;
    margin:10px 16px  0 0;
}
.balance{
    height: 5.5rem;
    padding: 1rem 0;
    line-height: 3.75rem;
}
.balance_title{
    color: #666;
    font-size: 1.2rem;
    margin-left: 1rem;
    vertical-align: super;
}
.balance_txt{
    display: inline-block;
    color: #333;
    font-size: 1.7rem;
    font-family: PingFang-SC-Heavy;
    font-weight: 500;
}

.detail-box li{
    height: 4.5rem;
    padding: 1rem 0 0.6rem 1.95rem;
    margin-bottom: 0.1rem;
}
.detail-box li div{
    display: inline-block;
    vertical-align: middle;
}
.left-box .intro{
    font-size: 1rem;
    color: #333;
}
.left-box .time{
    font-size: 0.9rem;
    font-family: PingFang-SC-Medium;
    color: #999;
}

.right-box .status{
    font-size: 0.9rem;
    font-family: PingFang-SC-Medium;
    float:left;
}

.right-box{
    float: right;
    width: 6rem;
    line-height: 1.4rem;
}
.right-box .msg{
    font-size: 1.0rem;
    font-family: PingFang-SC-Medium;
    float:left;
}
.add{
    color: #FE9840;
}
.del{
    color: #333;
}
.go-btn{
    width: 100%;
    height: 4rem;
    background: #00A0E9;
    text-align: center;
    line-height: 4rem;
    display: inline-block;
    position: fixed;
    bottom: 0rem;
    font-size: 1.5rem;
    color: #fff;
    display:none;
}
.prompt-box{
    display: block;
    width: 66%;
    height: 4rem;
    text-align: center;
    margin: 0 auto;
    line-height: 4rem;
    color: #333;
    background: #fff;
    position: fixed;
    bottom: 0px;
    opacity: 0;
    margin-left: 17%;
    transition: bottom 0.5s ease-out,opacity 0.5s ease-out;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.cleaner{
    border-radius: 0 0 5px 5px;
}
.user{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px 5px 0 0;
}
a:focus,a:hover{
    color: #333;
}
.go-btn:focus,.go-btn:hover,.balance_btn:focus,.balance_btn:hover{
    color: #fff;
}
.popup-box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 1000;
    overflow: hidden;
}

.popup-centent {
    position: relative;
    background:rgba(255,255,255,1);
    margin-top: -2rem;
}

.popup-centent span.closeBtn {
    position: absolute;
    right: .4rem;
    top: 5px;
    width: 1rem;
    height: 1rem;
    display: block;
    /*background: url('../../../../static/mall/images/close.png') no-repeat;*/
    background-size: 100%;
}
/*#authorization span.closeBtn {
	top: -10px;
}*/
.popup-authorization {
    width:88%;
    height:10rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.popup-authorization p {
    font-size:1rem;
    color:rgba(0,0,0,1);
    text-align: center;
    margin-top: 1rem;
}
.popup-authorization span {
    font-size: .7rem;
    color:rgba(153,153,153,1);
    padding: 0;
    height: 3rem;
    display: block;
    margin: auto;
    text-align: center;
}
.popup-authorization span img {
    display: block;
    width: 3rem;
    height: 3rem;
    margin: auto;

}


.popup-authorization2 {
    width:89%;
    height:11rem;
    border-radius: 5px;

}

.popup-authorization2 p {
    text-align: center;
    font-size: 1rem;
    color:rgba(102,102,102,1);
    padding: 0 1rem;
    margin-bottom: .4rem;
}
.popup-authorization2 .cue-title {
    font-size: 1.4rem;
    color:rgba(0,0,0,1);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.popup-authorization2 button {
    width: 100%;
    height:3rem;
    background:rgba(255,255,255,1);
    position: absolute;
    bottom: 0;
    border: none;
    font-size:1rem;
    color:rgba(0,186,134,1);
    border-radius: 5px;
    border-top: 1px solid #D2D3D5;
}

.header-box {
    width: 100%;
    height: 100px;
    background-color: #26AE76;
    position: absolute;
    top: 50px;
    left: 0;
}

.content-box {
    padding-bottom: 65px;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
}

.top {
     height: 45px;
 }

 .middle {
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
     border-radius: 8px;
     height: 160px;
 }

 .wallet_top{
     margin: 0 8px;
     height: 70px;
     border-bottom: 1px solid rgba(0,0,0,0.1);
     padding-top: 10px;
     text-align: center;
 }

 .wallet_bottom{
     margin: 0 8px;
 }

 .wallet_line{
     width: 1px;
     margin: 10px -1px 5px 0;
     background-color: rgba(0,0,0,0.1);
 }

.columnLine{
    width:1px;
    background-color: #E5E5E5;
}
.msgBox{
    margin-top: 180px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 10px;
    background-color: white;
    margin-bottom:5px;
}
.topMsg{
    justify-content: space-around;
    padding: 10px 0;
}
.detailMsg {
    text-align: center;
}

.walletTopMoney,.detailMsg div:first-child {
    color: #333333;
    font-weight: 500;
    font-size: 23px;
}

.walletTopText,.detailMsg div:nth-child(2) {
    color: #666666;
    font-size: 12px;
}

.balance_btn{
    background: #48C993;
    color: #fff;
    margin-top: 5px;
    margin: 5px 16px 0px;
    line-height: 25px;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
}
.line {
    width: 1px;
    height: 11px;
    background: #999;
}

.bottom-title{
    line-height: 40px;
    width:100%;
    color: #333;
    font-size: 14px;
}

.bottom-left-text{
    margin-left: 16px;line-height: 40px
}
.moreImg{
    margin-top: 12px;
    width: 8px;
    height: 15px;
    margin-right: 12px;
    margin-left: 5px;
}

.entry-item {
    height: 50px;
    background-color: #fff;
    color: #333;
}

.entry-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.entry-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.arrow-right {
    right: 15px;
}

/*订单列表部分*/
.detailBox{
    background: #fff;
    justify-content: space-between;
    padding: 0 11px 0 17px;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cusImg img{
    width: 35px;
}

.orderNo{
    font-size: 14px;
}
.cardTypeStr{
    font-size: 14px;
    color: #48C993;
    font-weight: bold;
    margin-right: 5px;
}

.noMsg{
    background: #fff;
    padding: 10px;
    text-align: center;
}
/*.list-label{*/
    /*font-size: 12px;*/
/*}*/
.amountFont{
    font-size: 14px;
    color:#FE881F;
}

/*遮罩层*/
.layerBg{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    width: 100%!important;
    height: 100%!important;
    display: none;
}
.header-right{
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    padding-right: 10px;
}


.triangle_border_down{ //倒三角（没选）
width:0;
    height:0;
    border-width:6px 6px 0;
    border-style:solid;
    border-color:white transparent transparent;/*灰 透明 透明 */
    position:relative;
    margin-top: 13px;
    margin-left: 5px
}

.triangle_border_top{ //正三角（选中）
width:0;
    height:0;
    border-width:0 3.5px 3.5px;
    border-style:solid;
    border-color:transparent transparent rgba(0, 186, 134, 1);/*灰 透明 透明 */
    position:relative;
}

/**搜索栏内容**/
.typeBox{
    background: #fff;
    padding: 0 21px;
    border-top: 1px solid #eee;
    position: absolute;
    z-index: 1000;
    transition: all linear 0.3s;
    height: 0px;
    opacity: 0;
    overflow: hidden;
}
.typeBox>div{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EEEEEE;
    color: #666;
}
.typeBox>div:last-child{
    border-bottom: 0px;
}
.typeBox>div>span{
    color: #999;
}
.typeBox .choosed{
    color:#009EE0!important;
}
.typeBox .choosed span{
    color:#009EE0!important;
}

.commonBox{
    margin: -20px 16px 0 16px;
    border-radius: 8px;
    background-color: white;
    text-align: center
}
/*公共部分*/
.row {
    display: flex;
    flex-direction: row;
}
.column{
    display: flex;
    flex-direction: column;
}
.aCenter{
    align-items: center;
}
.jBetween{
    justify-content: space-between;
}
.hide{
    display: none!important;
}


