﻿body{ 
    background:white;
    color:black;
}
.head-nav {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}

.return {
    width: 0.26rem;
    height: 0.32rem;
}
    .return img {
        width: 100%;
        height: 100%;
    }

    .head-nav .head-tab {
        height: 0.7rem;
        display: flex;
    }
        .head-nav .head-tab div {
            width: 1.8rem;
            height: 100%;
            text-align: center;
            line-height: 0.7rem;
            font-weight: bold;
            font-size: 0.28rem;
        }

.num-dz {
    border-top-left-radius: 0.06rem;
    border-bottom-left-radius: 0.06rem;
    color: #FFFFFF;
    background: #FE552E;
}
.num-hs {
    border-top-right-radius: 0.06rem;
    border-bottom-right-radius: 0.06rem;
    color: #242424;
    border: 0.01rem solid #CFCFCF;
}
.bg{ 
    width:100%;
/*    height: calc(100vh - 2.2rem);*/
    background:url(../image/dz-bg.jpg) no-repeat;
    background-size:100% 100%;
    overflow:hidden;
    padding-bottom:1.5rem;
}
.from-bg {
    padding: 0.06rem;
    margin: 2.97rem 0.42rem 0;
    border-radius: 0.1rem;
    background: linear-gradient(45deg, #FE7E8A, #FFDEDD, #FE7E8A);
}
.from-box {
    /*padding-bottom: 0.2rem;*/
    /*background: rgba(255,255,255,0.8);*/
    background: #FFFFFF;
    border-radius: 0.1rem;
    overflow: hidden;
    /*border: 0.01rem solid #F19F66;*/
}
.p1{ 
    font-size:0.22rem;
    margin-top:0.2rem;
    margin-left:0.2rem;
}
.p1 span{ 
    color:#FF4100;
}
.city{
    width:100%;
    height:0.9rem;
    padding: 0 0.4rem;
    border-bottom:0.01rem solid #F2F2F2;
    display:flex;
    align-items: center;
}
    .city .tandz_icon {
        transform: rotate(-90deg);
        width: 0.2rem;
        height: auto;
    }
.tit {
    font-weight: 500;
    font-size: 0.28rem;
    color: #0E0E0E;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
}
.txt {
    width: 4.08rem;
    height: 0.5rem;
    line-height: 0.5rem;
    outline: none;
    border: none;
    font-size: 0.26rem;
    display: inline-block;
    background: none;
}
.right-c{ 
    display:inline-block;
    width:0.25rem;
    height:0.2rem;
    margin-top:0.15rem;
    margin-left:0.3rem;
}
.xuqiu {
    width: 100%;
    padding: 0.22rem 0.4rem;
    border-bottom: 0.01rem solid #F2F2F2;
    display: flex;
}
.xuqiu .tit {
    margin-top: 0.06rem;
}
.txtare {
    width: 3rem;
    height: 1.2rem;
    outline: none;
    border: none;
    font-size: 0.26rem;
    display: inline-block;
    background: none;
}
.sub-btn {
    width: 5.62rem;
    height: 0.75rem;
    line-height: 0.75rem;
    background: linear-gradient(#FE926F, #FF663C);
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.34rem;
    border-radius: 0.5rem;
}
.p2 {
    font-weight: bold;
    font-size: 0.24rem;
    color: #8A8A8A;
    text-align: center;
    margin: 0.3rem 0;
}
/*地址弹窗样式*/
.content-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 7.5rem;
    background-color: rgba(0,0,0,.7);
    z-index: 1;
}
/*地址弹窗*/
.address-choose-wrap {
    position: absolute;
    max-width: 6.375rem;
    width: 60%;
    left: 40%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    display: flex;
    top: 0;
    padding-bottom: env(safe-area-inset-bottom);
}

.address-choose-wrap2 {
    position: absolute;
    left: 15%;
    height: 100vh !important;
    top: 0 !important;
}
.address-column-wrap {
    width:50%;
    text-align:center;
    overflow-y:scroll;
}
/*
.address-column-wrap[data-v-6905ec2e] {
    overflow-y: auto;
}*/

.address-province-wrap[data-v-6905ec2e] {
    flex: 1;
}

.address-item[data-v-6905ec2e] {
    position: relative;
    padding: 0 0 0 .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .28rem;
    color: #333;
    border-bottom:1px solid #ccc;
}

    .address-item[data-v-6905ec2e]:before {
        content: "";
        position: absolute;
        pointer-events: none;
        background: #f5f5f5;
        height: 0.01rem;
        left: 0.02rem;
        right: 0.02rem;
        bottom: 0;
    }

.address-column-wrap + .address-column-wrap[data-v-6905ec2e] {
    box-shadow: inset 0.02rem 0 0.02rem rgb(0 0 0 / 20%);
}

.address-item.item-selected[data-v-6905ec2e] {
    color: #e93b3d;
    background: url(../image/redgou.png) right 0.1rem bottom 0.3rem no-repeat;
    background-size: .28rem auto;
}

.address-city-wrap[data-v-6905ec2e], .address-county-wrap[data-v-6905ec2e] {
    flex: 2;
}

.deliver-cont {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #666;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
}

.deliver {
    width: 4.8rem;
    line-height: 0.96rem;
    color: #000;
    background-color: #fff;
    padding-left: 0.2rem;
    border-bottom: 0.02rem solid #f7f7f7;
    font-size: 0.32rem;
}

.deliver-cont .active {
    background: #f7f7f7;
}
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.wxts {
    padding: 0.12rem 0.4rem 0;
    font-weight: 500;
    font-size: 0.24rem;
    color: #ADADAD;
}
.jqdz {
    width: 100%;
    padding: 0.2rem 0.4rem;
    border-bottom: 0.01rem solid #F2F2F2;
}
.jq_search {
    height: 0.77rem;
    margin-top: 0.16rem;
    display: flex;
}
    .jq_search input {
        width: 0.5rem;
        height: 100%;
        border: 0.02rem solid #DFDFDF;
        box-sizing: border-box;
        text-align: center;
    }
        .jq_search input:first-child {
            background: #F1F2F6;
            border-radius: 0.12rem 0rem 0rem 0.12rem;
            font-size: 0.3rem;
            color: #C9C9CD;
        }
        .jq_search input:last-child {
            border-radius: 0rem 0.12rem 0.12rem 0rem;
        }
        .jq_search input:nth-child(3), .jq_search input:nth-child(7) {
            margin-right: 0.12rem;
        }

.title_nav {
    width: 100%;
    height: 0.6rem;
    background: #F8F8F8;
    display: flex;
    flex-wrap: nowrap;
}
.title_nav li {
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: .6rem;
    color: #333;
    font-size: .26rem;
}
.title_check {
    background: #fff !important;
    color: #ff552e !important;
}