* {
    padding: 0;
    margin: 0;
}
a {
    color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
ul,
li {
    list-style: none;
}
input {
    outline: none;
}
button {
    cursor: pointer;
    outline: none;
}
.input {
    border-radius: 4px;
    height: 30px;
    border: 1px solid #dbdbdb;
    font-size: 0.875rem;
    padding: 0 10px;
}
.input::placeholder {
    text-align: center;
    color: #b3b3b3;
}
/* input输入框的提示信息span样式 */
.input_prompt_span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
    color: #282828;
}
/* button的基本样式 */
.btn {
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
}
.bottom_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
}
/* 清除浮动伪类 */
.after:after {
    content: "";
    display: block;
    clear: both;
}
/*  */
.vertical_line {
    padding: 0 15px;
    display: inline-block;
}
html {
    width: 100%;
    height: 100%;
    max-width: 750px;
    font-size: 25px;
    margin: 0 auto;
    background: #f0f5f8;
}
body {
    position: relative;
    max-width: 750px;
}
.area {
    margin: 0 auto;
    padding: 5%;
    background: #fff;
    border-radius: 10px;
}
/* 底部导航样式 */
.tab_bar {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    padding: 2% 0;
}
.tab_bar a {
    display: inline-block;
    width: 33%;
    height: 100%;
    float: left;
    font-size: 0;
}
.tab_bar a img {
    width: 25%;
}
.tab_bar a .choose {
    display: none;
}
.tab_bar a.isChecked .choose {
    display: inline-block;
}
.tab_bar a.isChecked .no_choose {
    display: none;
}
.tab_bar a span {
    display: block;
    font-size: 0.8rem;
    padding: 1.5%;
    color: #abb6c4;
}
.tab_bar a.isChecked span {
    color: #29c7c7;
    /*color: #f03d3d;*/
}

/* 登录页面样式 */
#login_content .logo {
    text-align: center;
    padding: 13% 0 10% 0;
}
#login_content .logo img {
    width: 32%;
}
#login_content .login_info {
    width: 76.4%;
    box-shadow: 0 0 10px 2px rgba(0, 95, 105, 0.26);
}
#login_content .login_info .user,
#login_content .login_info .ver {
    height: 2rem;
    padding-bottom: 6.5%;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 6.5%
}
#login_content .login_info .prompt {
    font-size: 0.8rem;
    max-width: 80%;
    color: #9b9b9b;
    padding: 2% 0;
    text-align: center;
    margin: 0 auto 5% auto;
}
#login_content .login_icon {
    padding: 0 6.17% 0 2.33%;
    height: 100%;
    border-right: 1px solid #d4d4d4
}
#login_content input {
    width: 45%;
    height: 100%;
    vertical-align: top;
    color: #333;
    border: none;
}
#login_content .user input {
    width: auto;
}
#login_content .login_info button {
    height: 2rem;
    border-radius: 4px;
    font-size: 0.9rem;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    color: #c4c4c6;
    border-color: #c4c4c6;
    background: #fff;
    padding: 0 2%;
}
#login_content .login_info button.isTouch {
    border-color: #29c7c7;
    color: #29c7c7
}
#login_content input::placeholder {
    color: #c4c4c6
}
#login_content .login_btn {
    width: 66.67%;
    background: #29c7c7;
    color: #fff;
    margin: -5% auto 0 auto;
    text-align: center;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 2.1% 0;
    box-shadow: 0 0 10px 2px rgba(41, 199, 199, 0.5);
}
#index_content {
    height: 100%;
    padding: 0
}
#index_content .swiper-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}
#index_content .swiper-slide {
    text-align: center;
    font-size: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}
#index_content .swiper-slide img {
    width: 100%
}
#index_content .select_service {
    margin-top: 4%;
    padding: 2% 0;
}
#index_content .select_service a {
    display: inline-block;
    height: 100%;
    font-size: 0;
    margin: 3% 0;
}
#index_content .select_service a img {
    width: 82%;
}
#index_content .select_service a span {
    display: block;
    font-size: 0.8rem;
    padding: 3%;
}



    /* 洗衣模式页样式 */
.left {
    float: left;
}
.right {
    float: right;
}
.mode_top {
    width: 100%;
    position: fixed;
    z-index: 1;
    top:0;
    max-width: 750px;
    height: 13.52%;
}
.mode_top > img {
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.mode_top > div {
    height: 100%;
}
.mode_top > a {
    position: absolute;
    right: 5%;
    top: 15%;
    padding: 1%;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #29c7c7;
    background: #fff;
    font-size: 0.9rem;
}
.mode_content {
    padding-top: 22.67%;
}
.left {
    width: 20.267%;
    height: 100%;
    text-align: center;
    position: relative;
}
.left div {
    width: 56.579%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.left div img {
    width: 100%;
    height: 100%;
}
.mode_item .left div img:nth-of-type(1) {
    display: none;
}
.mode_item .left div img:nth-of-type(2) {
    display: inline-block;
}
.mode_item.isSelected .left div img:nth-of-type(1){
    display: inline-block;
}
.mode_item.isSelected .left div img:nth-of-type(2){
    display: none;
}
.mode_top .right .region_name {
    margin-top: 7.5%;
    padding-left: 8%;
    font-size: 1.1rem;
    background: url("../imgs/order/mode/home.png") no-repeat left center / auto 80%;
}
.mode_top .right .region_name .collect {
    display: inline-block;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    width: 50px;
    padding: 1px 0;
    margin-left: 10px;
    border: 1px solid #fff;
}
.mode_top .right .region_name .collect.isCollect {
    color: #f54545;
    background: #fff;
}
.mode_content .mode_item {
    margin-top: 2.75%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3.2% 0;
    background: #fff;
}
.mode_content .mode_item.isSelected {
    border-top: 1px solid #29c7c7;
    border-bottom: 1px solid #29c7c7;
/*    border-top: 1px solid #f54545;
    border-bottom: 1px solid #f54545;*/
}

.right {
    width: 79.73%;
    height: 100%;
    position: relative;
}
.right p {
    color: #fff;
}
.right .dev_info {
    padding: 2% 0 2% 8%;
    font-size: 0.95rem;
    background: url("../imgs/order/order/p2.png") no-repeat 2px center / auto 50%;
}
.right .location {
    padding: 3% 0 3% 6%;
    font-size: 0.95rem;
    background: url("../imgs/order/mode/b1.png") no-repeat left center / auto 50%;
}
.right .wash_mode {
    padding-top: 4%;
    color: #111;
}
.right .wash_time {
    padding-top: 2%;
    color: #888;
}
.right .dev_status {
    margin-top: 2%;
}
.right .dev_status span {
    font-size: 0.9rem;
    color: #abb6c4;
    padding: 2% 0 2% 6%;
    display: inline-block;
}
.right .dev_status span.isFree {
    background: url("../imgs/order/order/free.png") no-repeat left center / auto 60%;
}
.right .dev_status span.isBusy {
    background: url("../imgs/order/order/busy.png") no-repeat left center / auto 60%;
}
.right .dev_status span.isError {
    background: url("../imgs/order/order/error.png") no-repeat left center / auto 60%;
}
.right .wash_price {
    position: absolute;
    font-size: 0.8rem;
    right: 6%;
    top: 30%;
}
.right .wash_price .current {
    font-size: 1.2rem;
    /*color: #ff2534;*/
    color: #29c7c7;
    
}
.right .dev_info span {
    color: #fef500;
}
.right .wash_price .original {
    color: #b1b1b1;
    text-decoration: line-through;
}
.right .distance {
    position: absolute;
    font-size: 0.8rem;
    right: 6%;
    top: 25%;
    padding-left: 6%;
    color: #abb6c4;
    background: url("../imgs/order/order/Location1.png") no-repeat left center / auto 100%;
}
.mode_btn {
    bottom: 0;
    font-size: 1.12rem;
    background: #29c7c7;
    /*background: #f54545;*/
    text-align: center;
    padding: 3% 0;
}
.mode_btn a {
    color: #fff;
}

/* 确认支付页面样式 */
.order_info {
    color: #888;
    background: #fff;
}
.order_info div {
    width: 94.6%;
    margin: 0 auto;
    padding: 2% 0;
}
.order_info {
    font-size: 1rem;
}
.order_info .order_num {
    border-bottom: 1px solid #ededed;
}
.order_info .order_wash_mode {
    width: 88.6%;
    padding-left: 6%;
    position: relative;
}
.order_info .order_wash_mode img {
    width: 5%;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
}
.order_info .order_price {
     color: #ff2534;
     float: right;
     margin-right: 6%;
 }
.pay_method {
     margin-top: 3.5%;
     background: #fff;
 }
.pay_method div {
    border-bottom: 1px solid #ededed;
    padding: 2% 2.7%;
}
.pay_method .choose_pay_way {
    font-size: 1.1rem;
}
.pay_method .pay_for_balance,
.pay_method .pay_for_wechat {
    background-repeat:no-repeat;
    background-position: 2.7% center;
    background-size: auto 55%;
    padding: 3.5% 2.7% 4% 12%;
    font-size: 1.2rem;
    position: relative;
    color: #282828;
}
.pay_method .pay_for_balance {
    background-image: url("../imgs/order/pay/balance.png");
}
.pay_method .pay_for_wechat {
    background-image: url("../imgs/order/pay/Wechat.png");
}
.pay_method .pay_for_balance span,
.pay_method .pay_for_wechat span {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 0;
    height: 100%;
    width: 10%;
}
.pay_method .pay_for_balance.isChecked span,
.pay_method .pay_for_wechat.isChecked span {
    background: url("../imgs/order/pay/choose.png") no-repeat center center / 60%;
}
.pay_btn {
    background: #fff;
}
.pay_btn p {
    float: left;
    padding: 3.5%;
    font-size: 1.2rem;
    color: #282828;
}
.pay_btn a {
    background: #ff2534;
    color: #fff;
    float: right;
    font-size: 1.2rem;
    padding: 3.5% 7.8%;
}
/* 支付成功页面样式 */
.pay_success_content .success_top {
    padding: 3.5% 0;
    color: #797979;
    background: #c0f2ff;
}
.pay_success_content .success_top span {
    padding-left: 8%;
    color: #0055b5;
    background: url("../imgs/order/pay/p2.png") no-repeat 10% center / auto 90%;
}
.pay_success_content .success_order_status {
    background: #fff;
    padding: 10% 0;
}
.pay_success_content .success_order_status div {
    float: left;
    width: 25%;
    height: 1rem;
    text-align: center;
    position: relative;
}
.pay_success_content .success_order_status div span {
    display: inline-block;
    width: 1rem;
    border-radius: 50%;
    background: #abb6c4;
    height: 1rem;
}
.pay_success_content .success_order_status div.isOver span {
    background: #29c7c7;
}
.pay_success_content .success_order_status div:before {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 100%;
    color: #abb6c4;
}
.pay_success_content .success_order_status div.isOver:before {
    color: #29c7c7;
}
.pay_success_content .success_order_status div.success_order_paid:before {
    content: '已支付';
}
.pay_success_content .success_order_status div.success_order_start:before {
    content: '启动设备';
    bottom: 100%;
    top: inherit;
}
.pay_success_content .success_order_status div.success_order_washing:before {
    content: '洗衣中';
}
.pay_success_content .success_order_status div.success_order_completed:before {
    content: '已完成';
}
.pay_success_content .success_order_status div.success_order_refunded:before {
    content: '已退款';
}
.pay_success_content .success_order_status div.isOver:after {
    background: #29c7c7;
}
.pay_success_content .success_order_status div:after {
    position: absolute;
    display: block;
    margin: auto;
    right: 50%;
    width: 92%;
    top: 0;
    bottom: 0;
    height: 1px;
    background: #abb6c4;
}
.pay_success_content .success_order_status div.success_order_refunded {
    margin-top: 15%;
}
.pay_success_content .success_order_status div.success_order_refunded:after {
    right: 0;
    left: 0;
    top: inherit;
    bottom: 265%;
    height: 1px;
    width: 65%;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
}
.pay_success_content .success_order_status div.success_order_start:after {
    content: '';
}
.pay_success_content .success_order_status div.success_order_washing:after {
    content: '';
}
.pay_success_content .success_order_status div.success_order_completed:after {
    content: '';
}
.pay_success_content .success_order_status div.success_order_refunded:after {
    content: '';
}

.pay_success_content .success_order_info {
    background: #fff;
    padding: 0 5%;
    margin-top: 3%;
}
.pay_success_content .success_order_info img {
    width: 45%;
}
.pay_success_content .success_order_info p {
    font-size: 1.1rem;
    color: #abb6c4;
    padding: 3% 0;
}
.pay_success_content .success_order_info span {
    display: inline-block;
    font-size: 1rem;
    max-width: 50%;
    margin-bottom: 6%;
}
.pay_success_content .bottom_btn {
    background: #fff;
}
.pay_success_content .bottom_btn a {
    float: left;
    width: 50%;
}
.pay_success_content .bottom_btn a div {
    padding: 8% 0;
}
.pay_success_content .check_order_btn {
    font-size: 1.2rem;
    text-align: center;
    background: #29c7c7;
    color: #fff;
}
.pay_success_content .call_us {
    color: #29c7c7;
    font-size: 1.2rem;
    text-align: center;
}
.pay_success_content .call_us span {
    padding-left: 18%;
    background: url("../imgs/order/pay/phone.png") no-repeat 10% center / auto 100%;
}


/* 订单页面样式 */
.order_content .order_top {
    background: #29c7c7;
    position: fixed;
    width: 100%;
    max-width: 750px;
    top: 0;
    z-index: 1;
}
.order_content .order_top > div {
    width: 81%;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 2.2% auto;
    overflow: hidden;

}
.order_content .order_top a {
    color: #fff;
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 1% 0;
}
.order_content .order_top a.isCurrent {
    color: #29c7c7;
    background: #fff;
}
.order_content .order_list {
    padding-top: 12%;
}
.order_content .order_list a {
    text-align: left;
}
/*.order_content .order_list a:last-child .order_list_item {
    margin-bottom: 20%;
}*/
.order_content .order_list_item {
    background: #fff;
    margin-top: 4.4%;
}
.order_content .order_item_num {
    width: 94.6%;
    margin: 0 auto;
    padding: 2% 0;
    border-bottom: 1px solid #ededed;
    color: #888;
}
.order_item_num span {
    float: right;
}
.order_item_info {
    position: relative;
}
.order_content .right .wash_mode {
    padding-top: 1%;
}
.order_content .right .wash_time {
    padding-top: 0;
}
.order_content .right .dev_info {
    color: #b5b5b5;
    padding: 1% 0 1% 8%;
    background: url("../imgs/order/order/p3.png") no-repeat left center / auto 80%;
}
.order_content .right .dev_info.over {
    background: url("../imgs/order/order/p4.png") no-repeat left center / auto 80%;
}

/* 查看网点页面样式 */
.region_info {
    padding: 3% 0 3% 8%;
    background: url("../imgs/order/mode/b2.png") no-repeat 2% center / auto 40%;
    background-color: #fff;
}
.region_info span {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #a2a1a1;
}
.region_dev_list {
    padding-top: 3%;
}
.region_dev_item {
    width: 20%;
    float: left;
    margin: 2.5%;
    position: relative;
    text-align: center;
}
.region_dev_item.isFree {
    background: url("../imgs/order/mode/free1.png") no-repeat left top / 100%;
}
.region_dev_item.isError {
    background: url("../imgs/order/mode/error1.png") no-repeat left top / 100%;
}
.region_dev_item.isBusy {
    background: url("../imgs/order/mode/busy1.png") no-repeat left top / 100%;
}
.region_dev_item .region_dev_num {
    position: absolute;
    width: 19%;
    color: #fff;
    top: -2%;
    left: 2%;
    font-size: 0.8rem;
}
.region_dev_item .region_dev_QR_num {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 0.8rem;
    color: #fff;
    margin: 0 auto;
    padding: 3% 0;
    line-height: 0.8rem;
    height: 1.3rem;
}

/* 我的信息页面样式 */
#my_info_content .personal_info {
    text-align: center;
    padding: 10% 0 2% 0;
    color: #fff;
}
#my_info_content .personal_header_img {
    width: 14.667%;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
#my_info_content .personal_header_img img {
    width: 100%;
}
#my_info_content .personal_nickname {
    margin-top: 2.6%;
    font-size: 1.05rem;
}
#my_info_content .personal_tel {
    margin-top: 2.4%;
    font-size: 0.95rem;
}
#my_info_content .about_money {
    width: 89.867%;
    padding: 5% 0;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 7%;
}
.about_money .left {
    width: 49%;
}
.about_money .left p {
    font-size: 0;
}
.about_money .left img {
    width: 18%;
}
.about_money .left span {
    display: inline-block;
    padding-top: 10%;
    color: #282828;
}
.menu_item {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #282828;
    padding: 0 15px;
    background: #fff;
    margin-top: 1px;
    text-align: left;
    font-size: 0;
}
.menu_item div > * {
    vertical-align: middle;
    display: inline-block;
}
.menu_item div a {
    color: #29c7c7;
    float: right;
    font-size: 1rem;
}
.menu_item span {
    font-size: 1rem;
}
.menu_item .arrow_right {
    height: 20px;
    margin-top: 12px;
    float: right;
}
.menu_item .collect {
    float: right;
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 50px;
    background: #f03d3d;
    color: #fff;
    line-height: 20px;
    margin-top: 12px;
}

/* 帮助详情页面样式 */
.help_info .help-title {
    padding: 10px 5%;
    color: #999;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    font-size: 0.75rem;
}
.help_info .answer {
    background: #fff;
    padding: 10px 5% 25px 5%;
    font-size: 0.8125rem;
    min-height: 120px;
    position: relative;
}
.help_info .answer .contact {
    position: absolute;
    bottom: 6px;
    color: #999;
}
.help_info .answer .contact span {
    color: #333;
}
.help_info .isHelp {
    margin-top: 1px;
    background: #fff;
    padding: 10px 5%;
    font-size: 0;
}
.help_info .isHelp > span {
    vertical-align: middle;
    display: inline-block;
    font-size: 0.6875rem;
    color: #666;
}
.help_info .isHelp .solve-btn {
    border: 1px solid #999;
    padding: 3px 8px;
    color: #333;
}
.help_info .isHelp .solve-btn.isSolve {
    margin-left: 50px;
}
.help_info .isHelp .solve-btn.notSolve {
    margin-left: 20px;
}
/* 账号异常页面样式 */
.abnormal_content .abnormal_prompt {
    text-align: center;
    padding: 10.5% 0;
    background: #fff;
}
.abnormal_content .abnormal_prompt img {
    width: 45%;
}
.abnormal_content .abnormal_prompt p {
    font-size: 1.2rem;
    color: #f94812;
    margin-top: 10.5%;
    margin-bottom: 4%;
}
.abnormal_content .abnormal_prompt span {
    display: inline-block;
    font-size: 1rem;
    color: #766676;
    max-width: 50%;
    margin-bottom: 6%;
}
.abnormal_content .call_us {
    color: #29c7c7;
    font-size: 1rem;
    text-align: center;
    margin-top: 20%;
    padding: 8% 0;
    background: url("../imgs/order/pay/phone.png") no-repeat 33% center / auto 30%;
}


/* 附近网点页面样式 */
.region_list a {
    text-align: left;
}
.region_content .right .wash_mode {
    padding-top: 4%;
}
.region_list_item {
    background: #fff;
    margin-top: 4.4%;
}
.region_location {
    padding: 4% 5%;
    font-size: 1.1rem;
    background: url("../imgs/order/order/Location.png") no-repeat 96% center / auto 50%;
    background-color: #fff;
}
.region_content .right .region_name {
    padding-top: 4%;
    color: #111;
}

/* 意见反馈页面 */
.feedbook .title {
    padding: 8px 5%; 
    font-size: 0.75rem;
}
.feedbook .problem-type .problem-list {
    font-size: 0;
}
.feedbook .problem-type .problem-list .problem-item {
    padding: 10px 5%; 
    background: #fff;
    margin-top: 1px;
}
.feedbook .problem-type .problem-list .problem-item span {
    font-size: 0.875rem;
    margin-left: 5px;
}
.feedbook .problem-type .problem-list .problem-item img,
.feedbook .problem-type .problem-list .problem-item span {
    vertical-align: middle;
    display: inline-block;
}
.feedbook .problem-type .problem-list .problem-item .click {
    display: none;
}
.feedbook .problem-type .problem-list .problem-item.isClick .click {
    display: inline-block;
}
.feedbook .problem-type .problem-list .problem-item.isClick .noclick {
    display: none;
}
.feedbook .problem-detail .detail {
    resize: none;
    width: 90%;
    padding: 3% 5%;
    border: none;
    outline: none;
}
.feedbook .submit-btn {
    background: #48bde4;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
}
/* 收藏中心页面样式 */ 
.collect_list .collect-store-item {
    display: flex;
    padding: 10px;
    background: #fff;
    margin-top: 1px;
}
.collect_list .collect-store-item:first-child {
    margin-top: 0;
}
.collect_list .collect-store-item .avatar {
    width: 48px;
    height: 48px;
}
.collect_list .collect-store-item .center {
    flex: 1;
    padding: 2px 6px;
}
.collect_list .collect-store-item .center p {
    font-size: 0.875rem;
}
.collect_list .collect-store-item .center .dev-status {
    font-size: 0;
    margin-top: 5px;
}
.collect_list .collect-store-item .center .dev-status img,
.collect_list .collect-store-item .center .dev-status span {
    vertical-align: middle;
    display: inline-block;
}
.collect_list .collect-store-item .center .dev-status img {
    width: 20px;
    height: 20px;
}
.collect_list .collect-store-item .center .dev-status span {
    font-size: 0.75rem;
    margin-left: 5px;
}
.collect_list .collect-store-item .btn-wrap {
    flex: 0 0 90px;
    text-align: center;
}
.collect_list .collect-store-item .btn-wrap span {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 0.75rem;
    color: #abb6c4;
    border: 1px solid #e6e6e6;
}

/* 余额展示页面 */
.balance .show-balance {
    height: 140px;
    background: #fff;
    font-size: 0;
}
.balance .show-balance .balance-title,
.balance .show-balance .balance-num,
.balance .show-balance .store {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.balance .show-balance .balance-title {
    font-size: 1rem;
    width: 20%;
    line-height: 140px;
    color: #666;
    text-align: right;
}
.balance .show-balance .balance-num {
    font-size: 1rem;
    width: 55%;
    line-height: 140px;
}
.balance .show-balance .balance-num span {
    font-size: 2rem;
    display: inline-block;
    /*line-height: 140px;*/
}
.balance .show-balance .store {
    font-size: 1rem;
    width: 25%;
    line-height: 140px;
}
.balance .show-balance .store span {
    /*line-height: 140px;*/
    margin-left: 5px;
}
.balance .balance-info .title {
    padding: 8px 15px;
}
.balance .balance-info .list .item {
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 15px;
    position: relative;
}
.balance .balance-info .list .item .path {
    font-size: 0.875rem;
}
.balance .balance-info .list .item .time {
    font-size: 0.75rem;
    color: #999;
    padding: 5px 0; 
}
.balance .balance-info .list .item .money {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}










@media screen and (min-width: 415px) and (max-width: 750px) {
    html {
        font-size: 16px;
    }
}
@media screen and (min-width: 321px) and (max-width: 415px) {
    html {
        font-size: 14px;
    }
}
@media screen and (max-width: 320px) {
    html {
        font-size: 12px;
    }
}
