*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    letter-spacing: 1px;
}
body{
    background: #F0F0F0;
    font-size: 100%;
}
a{
    text-decoration: none;
    color: #000;
}
ul,li{
    list-style-type: none;
}
/*******************头部**********************8*/
.header,.nav,.content{
    max-width: 777px;
    width: 100% !important;
    margin: 0 auto;
}
.title{
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid grey;
    z-index: 99;
    background: white;
    margin-bottom: 5px;
}
.header{
    font-size: 1em;
}
.header .header_img{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 12.5px;
}
.header .bc{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #b83435;
    font-size: 0.75em;
}
/************************配送,编号*******************************/
.nav>div{
    width: 100%;
    float: left;
}
.nav .bh_t{
    height: 65%;
}
.nav .bh_b{
    height: 35%;
}
.nav span,.btn{
    color: #171717;
}
.nav span{
    display: flex;
    align-items: center;
    float: left;
    height: 100%;
    line-height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.813em;
    font-weight: 400;
}
.nav #copy{
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.nav .bh_1{
    width: 25%;
    justify-content: center;
}
.nav .bh_2{
    width: 50%;

}
.nav .bh_3{
    float: right;
    overflow: hidden;
    width: 15%;
    height: 100%;
    margin-right: 5%;
}
.nav .bh_3 .btn{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
    border: 1px solid black;
    background: white;
    outline: none;
}

/*********主体*********************/
.content{
    height: auto;
    z-index: 99;
}
.content li{
    width: 100%;
    background: white;
    color: gray;
}
.content li*{
    font-size: 0.8em;
}
.content li>div{
    float: left;
    height: 100%;
    padding: 1.5% 0;
    box-sizing: border-box;
    overflow: hidden;
}
.content li .li_lft{
    position: relative;
    width: 30px;

    /*background: yellow;*/
}
.content li .li_lft .circle i{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    z-index: 999;
}
.content li .li_lft .circle i b{
    display: block;
    width: 6px;
    height: 6px;
    border-radius:50%;
    background: #dddddd;

}
.content li .li_lft .line{
    position: absolute;
    width: calc(50% - 0.5px);
    height: 100%;
    top: 0;left:0;
    border-right: 1px solid #F0F0F0;
}
.content li .li_rgt{
    width: calc(100% - 30px);
    border-bottom: 1px solid #F0F0F0;
    /*background: blue;*/
    font-size: 0.813em;
    padding-right:5%;
    box-sizing: border-box;
}
.content li .li_rgt span{
    display: block;
    overflow: hidden;
    letter-spacing: 0;
}
.content li .li_rgt span a{
    letter-spacing: 0;
    color: dodgerblue;
}

.content li .li_rgt p{
    color: gray;
    font-size: 0.75em;
    padding: 0;
    margin-top: -3px;
}
/******************被选中********************************/
.now span{
    color: #000 !important;
}
.now .circle i b{
    width: 10px !important;
    height: 10px !important;

}
