.loginbox{
    width: 100%;
    padding:40px;
    background-color: tomato;
    display: flex;
    align-items: center;
    position: relative;
}
.loginbox .setting{
    position: absolute;
    right:40px;
    top:40px;
}
.loginbox .setting i{
    color:#fff;
    font-size:24px;
}
.loginbox .login{
    width: 60px;
    height:60px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
.loginbox .text{
    color:#fff;
    text-align: center;
}
.loginbox .welcome{
    margin-left: 20px;
}
.loginbox .text a{
    padding-left: 20px;
    color:#fff;
    font-size:24px;
}
.line{
    width: 100%;
    height:auto;
    background-color: #fff;
    font-size:16px;
    color:#ccc;
    line-height: 60px;
    display: flex;
    padding:10px;
    align-items: center;
    cursor: pointer;
}
.line .right{
    margin-left: auto;
}
.line .title{
    color:#333;
}
.line.booklist{
    height:60px;
}
.line.functions{
    margin-top:1px;
    color:gray;
}
.line.functions .function .incon{
    width: 30px;
    height:30px;
    text-align: center;
    line-height: 30px;
    margin:0 auto;
}
.line.functions .function i{
    font-size:30px;
}
.line.functions .name{
    text-align: center;
    height:30px;
    line-height: 30px;
    font-size: 14px;
}
.icon-line{
    color:rgb(0,195,0);
}
.navtop{
    width: 100%;
    height:40px;
    background-color: tomato;
    color:#fff;
    line-height: 40px;
    position: relative;
}
.navtop i,.navtop span{
    font-size: 20px;
}
.navtop .nav_title{
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
i.iconfont.icon-zuo {
    position: absolute;
    left:5px;
}
.setting{
    cursor: pointer;
}
form{
    width: 100%;
}
.btns{
    margin:0 auto;
    text-align: center;
}
.tabs{
    width: 100%;
    background-color: #fff;
}
.tabs ul,.tabs ul li{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.tabs ul li{
    float:left;
    list-style: none;
    width: 20%;
    font-size: 14px;
    text-align: center;
    
}
.tabs ul li.active {
    color:orangered;
}
.tabs ul li.active .tabline{
    display: block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 3px solid orangered;
    animation: changed .5s ease;
}
@keyframes changed{
    0%{
        width: 0%;
    }
    100%{
       width: 100%;
    }

}


/* 下单商品 */
#slider{
    width: 100%;
}
.bookitems{
    margin:0px;
    padding:10px;
    background-color: #fff;
}
.item{
    list-style: none;
    margin: 10px 0px;
}
.bookitem{
    background-color: #fff;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #cdcdcd;
}
.bookitem::after{
    content: "";
    clear: both;
    display: block;
}

.bookitem .bimg,.bookitem .bdatainfo{
    float: left;
}

.bookitem .bimg,.bookitem .bimg img{
    width: 100px;
    height: 100px;
}
.bookitem .bdatainfo{
    margin-left: 10px;
    width: calc(100% - 110px);
}
.bookitem .bdatainfo .name{
    font-size: 18px;
}
.bookitem .bdatainfo .phone{
    font-size: 12px;
    color:#7e7e7e;
}
.bprice .price{
    color:tomato;
}
.bdatainfo .time{
    color:gray;
    font-size: 10px;
}
.nobooks{
    width: 100%;
    text-align: center;
    color:#7e7e7e;
}
.bh{
    color:gray;
    font-size: 10px;
}
.price{
    color:tomato;
}
.goodscontent .bh{
    line-height: 20px;
}