/**
 * 
 */
[v-cloak] {display: none;}
.pt20 {padding-top: .2rem;}
::-webkit-inner-spin-button { display: none; }
.index {
    background: #e2ebea;
    min-height: 100%;
    padding-bottom: .2rem;
}
.index .logo {
    color: #2ead9f;
    padding: .15rem;
}
.index .logo .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
}
.index .logo .l {}
.index .logo .r {}
.index .logo .r i {}
.index .logo p {}

.index .form {
    padding: .15rem;
    margin-top: -1rem;
    background: #fff;
    padding: .2rem;
    box-sizing: border-box;
    margin: 0 .15rem 0 .15rem;
    border-radius: .15rem;
}
.index .form .item {
    margin-bottom: .15rem;
}
.index .form .item .l {
    margin-bottom: .1rem;
    /* display: none; */
    font-size: .12rem;
    color: #666;
}
.index .form .item .c{
    margin-bottom: .15rem;
}

.index .form .item .l span {
    color: #de4805;
}
.index .form .item .l a {
    color: #38c0b4;
    font-size: .15rem;
}
.index .form .item .r {
    position: relative;
}
.index .form .item .r .car {}
.index .form .item .r .car .noCar {
    height: .5rem;
    border: 1px solid #eee;
    border-radius: .15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}
.index .form .item .r .car .noCar i {
    margin-right: .05rem;
}
.index .form .item .r .car .info {
    height: 0.5rem;
    border: 1px solid #eee;
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    box-sizing: border-box;
    padding: 0 .15rem;
}
.index .form .item .r .car .info .no {}
.index .form .item .r .car .info .type {}
.index .form .item .r .location {
    position: absolute;
    top: -.3rem;
    right: 0;
    border: 1px solid #38c0b4;
    width: .7rem;
    font-size: .1rem;
    height: .2rem;
    border-radius: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #38c0b4;
}
.index .form .item .r .location i {
    margin-right: .03rem;
}
.index .form .item .r .location span {}
.index .form .item .r .imgs {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.index .form .item .r .imgs .imgsItem {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .8rem;
    border: 1px solid #ccc;
    border-radius: .1rem;
    margin-bottom: .15rem;
    font-size: .3rem;
    color: #ddd;
    position: relative;
    overflow: hidden;
}
.index .form .item .r .imgs .imgsItem:not(:nth-child(3n)) {
    margin-right: calc(15% / 4);
}
.index .form .item .r .imgs .imgsItem i {
    margin-top: -.1rem;
}
.index .form .item .r .imgs .imgsItem .txt {
    position: absolute;
    font-size: .11rem;
    bottom: .1rem;
    color: #666;
    width: 100%;
    text-align: center;
}
.index .form .item .r .imgs .imgsItem .img {
    position: absolute;
    top: .05rem;
    left: 0;
    width: 100%;
    height: .7rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background: #fff;
}
.index .form .item .r .imgs .imgsItem .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.index .form .item .r .imgs .imgsItem input {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 22;
}
.index .form .item .r .chepai {}
.index .form .item .r input {
    display: flex;
    width: 100%;
    height: .45rem;
    border: 1px solid #eee;
    border-radius: .15rem;
    background: #f5f5f5;
    font-size: .13rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    align-items: center;
    justify-content: center;
}
.index .form .item .r textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: .15rem;
    background: #f5f5f5;
    font-size: .13rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.index .form .item .r textarea:focus {outline: none;}
.index .form .item .r .btn {}
.index .form .item .btn {
    background: #38c0b4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .45rem;
    border-radius: 1rem;
    font-size: .14rem;
    margin-top: .2rem;
}
.index .form .item .btn.redo {
	background: #fff;
	color: #38c0b4;
	border: 1px solid #38c0b4;
}
.index .form .item .btn p {}
.index .form .item .choiceAddress {
    border: 1px solid #38c0b4;
    color: #38c0b4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .45rem;
    border-radius: 1rem;
    line-height: 1;
}
.index .form .item .choiceAddress i {
    margin-right: .05rem;
}

/* 高德地图 */
.index .gaode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 50;
}
.index .gaode .gaodeWrap {}
.index .gaode .gaodeWrap .top {
    position: relative;
}
.index .gaode .gaodeWrap .top .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    font-size: .35rem;
    color: #f00;
    margin: -.35rem 0 0 -.1rem;
}
.index .gaode .gaodeWrap .top .amap-container {
    width: 100%;
    height: 3rem;
}
.index .gaode .gaodeWrap .bottom {
    background: #fff;
    padding: .15rem;
}
.index .gaode .gaodeWrap .bottom .t {
    margin-bottom: .15rem;
}
.index .gaode .gaodeWrap .bottom .t textarea {
    border: 1px solid #ccc;
    border-radius: .1rem;
    width: 100%;
    box-sizing: border-box;
    padding: .15rem;
    display: block;
}
.index .gaode .gaodeWrap .bottom .b {
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: .45rem;
    border-radius: .1rem;
}


.index .chejiaNo {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: .15rem;
    flex-direction: column;
}
.index .chejiaNo img {
    width: 100%;
    margin-bottom: .15rem;
}

.index .addAddress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,0.4);
    padding: .15rem;
    box-sizing: border-box;
}
.index .addAddress .addAddressWrap {
    background: #fff;
    padding: .15rem;
    box-sizing: border-box;
    border-radius: .1rem;
}
.index .addAddress .addAddressWrap .list {}
.index .addAddress .addAddressWrap .list .item {
    padding: .1rem;
    border: 1px solid #ccc;
    margin-bottom: .15rem;
    border-radius: .1rem;
    line-height: 1.2;
}
.index .addAddress .addAddressWrap .list .item.active {
    border: 1px solid #39c0b4;
    color: #39c0b4;
}
.index .addAddress .addAddressWrap .list .t {}
.index .addAddress .addAddressWrap .list .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index .addAddress .addAddressWrap .list .b .btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .45rem;
    border-radius: .1rem;
}
.index .addAddress .addAddressWrap .list .b .btn_l {
    background: #38c0b4;
    color: #fff;
}
.index .addAddress .addAddressWrap .list .b .btn_c {
    margin: 0 .15rem;
    border: 1px solid #ccc;
    color: #888;
}
.index .addAddress .addAddressWrap .list .b .btn_r {
    border: 1px solid #38c0b4;
    color: #38c0b4;
}

.index .addAddress .addAddressWrap .addWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding: .15rem;
    box-sizing: border-box;
}
.index .addAddress .addAddressWrap .addWrap .addWrapWrap {
    padding: 0.15rem;
    background: #fff;
    border-radius: 0.1rem;
    box-sizing: border-box;
}
.index .addAddress .addAddressWrap .addWrap .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index .addAddress .addAddressWrap .addWrap .t .sle {
    flex: 1;
    border: 1px solid  #ccc;
    height: .4rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index .addAddress .addAddressWrap .addWrap .t .l {}
.index .addAddress .addAddressWrap .addWrap .t .c {
    margin: 0 .1rem;
}
.index .addAddress .addAddressWrap .addWrap .t .r {}
.index .addAddress .addAddressWrap .addWrap .t select {}
.index .addAddress .addAddressWrap .addWrap .b {
    padding: 0.15rem 0;
    background: #fff;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index .addAddress .addAddressWrap .addWrap .b input {
    flex: 1;
    border: 1px solid #ccc;
    height: 0.45rem;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .15rem;
}
.index .addAddress .addAddressWrap .addWrap .btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.index .addAddress .addAddressWrap .addWrap .btn .btn_l {
    flex: 1;
    height: .45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .1rem;
    background: #38c0b4;
    color: #fff;
}
.index .addAddress .addAddressWrap .addWrap .btn .btn_r {
    flex: 1;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 0.1rem;
    color: #999;
    margin-left: .15rem;
}


.fyorder {height: 100%;background: #f9f9f9;}
.fyorder .list {padding: .15rem;}
.fyorder .list ul {}
.fyorder .list ul li {background: #fff;margin-bottom: .1rem;padding: .15rem;box-sizing: border-box;border-radius: .1rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: flex;line-height: 1;flex-direction: column;}
.fyorder .list ul li .t {display: flex;justify-content: space-between;border-bottom: 1px solid #eee;padding-bottom: .1rem;margin-bottom: .15rem;color: #666;}
.fyorder .list ul li .t .tl {display: flex;align-items: center;font-weight: 700;}
.fyorder .list ul li .t .tl span {font-size: .12rem;margin-right: .03rem;font-weight: 400;}
.fyorder .list ul li .t .tr {display: flex;align-items: center;}
.fyorder .list ul li .t .tr span {font-size: .11rem;margin-right: .03rem;}
.fyorder .list ul li .b {display: flex;justify-content: space-between;margin-top: .03rem;}
.fyorder .list ul li .l {flex: 1;}
.fyorder .list ul li .l .Account {font-size: .15rem;font-weight: 700;margin-bottom: .1rem;color: #1777ff;}
.fyorder .list ul li .l .other {display: flex;/* font-size: .11rem; */margin-bottom: .03rem;}
.fyorder .list ul li .l .other span {}
.fyorder .list ul li .l .other span:first-child {}
.fyorder .list ul li .l .other span:last-child {}
.fyorder .list ul li .l .createTime {margin-bottom: 0.03rem;}
.fyorder .list ul li .l .status {}
.fyorder .list ul li .l .status span {font-size: .1rem;color: #fff;
    border-radius: 0.03rem;
    padding: 0.02rem 0.03rem;background: #ccc;}
.fyorder .list ul li .l span.init {background: #3aaddf;}
.fyorder .list ul li .l span.payed {}
.fyorder .list ul li .l span.charging {background: #fa7613;}
.fyorder .list ul li .l span.charged {}
.fyorder .list ul li .l span.checking {}
.fyorder .list ul li .l span.success {background: #1db710;}
.fyorder .list ul li .l span.refunding {}
.fyorder .list ul li .l span.refunded {background: #666;}
.fyorder .list ul li .l span.closed {}
.fyorder .list ul li .r {
    flex: 1;
}
.fyorder .list ul li .r .payAmount {font-size: .16rem;color: #f31612;}
.fyorder .list ul li .r .amount {font-size: .1rem;color: #999;text-decoration: line-through;}
.fyorder .list .next{text-align: center;line-height: 3;}

.fyorder .detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0,0,0,0.4);
    padding: .15rem;
    box-sizing: border-box;
    overflow-y: auto;
}
.fyorder .detail .detailWrap {
    background: #fff;
    padding: .15rem;
    box-sizing: border-box;
    border-radius: .1rem;
}
.fyorder .detail .detailWrap .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .1rem 0;
    border-bottom: 1px solid #eee;
}
.fyorder .detail .detailWrap .item .l {
}
.fyorder .detail .detailWrap .item .r {
    flex: 1;
    text-align: right;
    padding-left: .15rem;
}
.fyorder .detail .detailWrap .item .imgsWrap {
    display: flex;
}
.fyorder .detail .detailWrap .item .imgsWrap .imgs {
    flex: 1;
    height: .35rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: .03rem;
    border: 1px solid #ccc;
    border-radius: .05rem;
    margin: 0 .03rem;
}
.fyorder .detail .detailWrap .item .imgsWrap .imgs img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.fyorder .detail .detailWrap .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .1rem;
}
.fyorder .detail .detailWrap .contact a {
    padding: .05rem;
    color: #298fc0;
}
.fyorder .detail .detailWrap .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .15rem;
}
.fyorder .detail .detailWrap .btn .btns {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
    border: 1px solid #ccc;
    border-radius: .1rem;
}
.fyorder .detail .detailWrap .btn .btn_l {
    /* background: #38c0b4; */
    /* color: #fff; */
    /* border: 1px solid #38c0b4; */
}
.fyorder .detail .detailWrap .btn .btn_r {
    margin-left: .15rem;
    background: #f0f0f0;
    color: #9;
}

.fyorder .detail .detailWrap .cancelBox {
    padding-top: .15rem;
}
.fyorder .detail .detailWrap .cancelBox textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: .1rem;
    padding: .15rem;
}
.fyorder .detail .detailWrap .cancelBox textarea:focus {outline:none}


.nodata{}
.nodata .nodataWrap {padding: .5rem;text-align: center;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.nodata .nodataWrap .img {margin-bottom: .1rem;}
.nodata .nodataWrap .img img {}
.nodata .nodataWrap .txt {font-size: .1rem;color: #9;}



.floatBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.15rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floatBox .floatBoxWrap {
    width: 80%;
    background: #fff;
    padding: .2rem;
    border-radius: .15rem;
}
.floatBox .floatBoxWrap .main {}
.floatBox .floatBoxWrap .main textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0.15rem;
    background: #f5f5f5;
    font-size: .13rem;
    box-sizing: border-box;
    padding: 0.2rem;
}
.floatBox .floatBoxWrap .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floatBox .floatBoxWrap .btn .b {
    background: #38c0b4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.45rem;
    border-radius: 1rem;
    font-size: .14rem;
    margin-top: 0.1rem;
    width: 47%;
}
.floatBox .floatBoxWrap .btn .b:last-child {
    border: 1px solid #999;
    background: transparent;
    color: #999;
}

textarea:focus {outline: none;}























