section {
    background-color: #ededed;
    /* padding-top: .34rem; */
}

.single-pick-list-style {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
}

.city-box {
    box-sizing: border-box;
    padding: .14rem .3rem .14rem .1rem;
}

.city-icon {
    width: 0.18rem;
    height: 0.12rem;
    margin-left: 0.1rem;
    flex-shrink: 0;
}

/* .van-field__left-icon .van-icon, */
.van-field__right-icon .van-icon {
    line-height: normal;
}

.van-field__left-icon .van-icon {
    line-height: 1.3;
}

.van-search {
    padding: 0;
    margin-left: .22rem;
    width: 100%;
}

.sure-btn-box {
    box-sizing: border-box;
    padding: .16rem .26rem;
}

.sure-btn-box>div {
    width: 100%;
    background-color: var(--tpl-main-color);
    height: .88rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    line-height: .88rem;
    color: #fff;
    font-size: .3rem;
    letter-spacing: 1px;
    text-align: center;
}

.list {
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    padding: .3rem;
    border: 1px solid #fff;
}

.list.active {
    box-sizing: border-box;
    border: 1px solid var(--tpl-main-color);
}

/* .van-search .van-cell {
    padding: 3px 8px 3px 0;
} */

.van-field__left-icon {
    margin-right: 0.18rem;
}

.van-search__content {
    background-color: #ededed;
}

.order-popup-box {
    box-sizing: border-box;
    padding: 1rem .3rem .6rem;
    position: relative;
}

.order-popup-box  .order-popup-closed-img {
    width: .38rem;
    height: 0.4rem;
    position: absolute;
    right: .24rem;
    top: .3rem;
}

.succeed-img {
    width: 1.04rem;
    height: 1.04rem;
    flex-shrink: 0;
    margin-right: 0.22rem;
}

.succeed-title {
    color: #262020;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.succeed-goods-img {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
    margin-right: 0.18rem;
    flex-shrink: 0;
    object-fit: cover;
}

.succeed-address {
    text-align: right;
    max-width: 3.4rem;
}

.order-all-num {
    color: var(--tpl-main-color);
}

.remind-popup-img {
    flex-shrink: 0;
    width: 100%;
    background-color: var(--tpl-main-color);
    margin-top: 0.5rem;
}

.remind-popup-text {
    color: var(--tpl-main-color);
}

.remind-btn {
    background-color: var(--tpl-main-color);
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    height: 0.88rem;
    color: #fff;
    font-size: .3rem;
    letter-spacing: 1px;
    margin-top: 0.4rem;
    text-align: center;
    line-height: .88rem;
}

/* S 头部 */
.single-head{
    height: 0.68rem;
    font-size: .26rem;
    color: #333;
    line-height: .68rem;
}

.single-head-icon {
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    margin: 0 .3rem 0 .3rem;
}
/* E 头部 */