*{margin:0;padding:0;}
li{list-style-type:none;}
a{text-decoration:none;}
.container{
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    height: 410px;
    background-color: white;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    color: black;
}
.title{text-align: center;}
.demo{
    margin: 0 auto;
    border-top: 1px solid #dcdcdc;
}
.li_box{
    width: 100%;
    color: #7a7a7a;
    font-weight: 500;
    border-bottom: 1px solid #dcdcdc
}
.li_box span{
    text-indent: 10px;
    float: left;
    padding: 7px 0px;
}
.th{
    border-bottom: 1px solid #dcdcdc;
    height: 34px;
    line-height: 35px;
    color: #333;
    display: flex;
    border-bottom: 1px solid #dcdcdc;
}
.th span{
    float: left;
}
.col-name{
    width:10%; 
}
.col-amount{
    width:21%;
    border-left: 1px solid #dcdcdc;
}
.col-content{
    width:32%;
    border-left: 1px solid #dcdcdc;
}
.col-number{
    width:7%;
    padding-right: 1%;
    border-left: 1px solid #dcdcdc;
}
.col-price{
    width:27%;
    border-left: 1px solid #dcdcdc;
}
#content>ul>li>.col-name{
    text-align: left;
}
#content>ul>li>.col-amount{
    text-align: left;
}
#content>ul>li>.col-content{
    text-align: left;
}
#content>ul>li>.col-number{
    text-align: right;
    padding-right: 1%;
}

/*.col-name{
    width:10%; 
}
.col-amount{
    width:20%;
}
.col-content{
    width:25%;
}
.col-number{
    width:8%;
}
.col-price{
    width:15%;
}*/
.col-Unit{
    text-align: left;
    width: 6%;
}
.col-region{
    text-align: left;
    width: 16%;
}
.ative{
    color: #f34a4a;
}
.move_order{
    height: 35px;
    font-size: 12px;
    float: right;
    position: relative;
}
.move_order>a{
    position: absolute;
    right: 0;
    width: 100px;
    top: 10px;
}
.li_box:hover{
    background-color: #dcdcdc;
}
.lou_te{
    font-size: 14px;
    height: 300px;
    color: black;
    background-color: white;
    float: left;
        margin: 1%;
}
.fl_l{
    width: 50%;
    float: left;
}
.fl_l>img{
    width: 100%;
    height: 300px;
}
.fl_r{
    height: 100%;
    background-color: #fff;
    width: 50%;
    float: right;
    position: relative;

}
.fl_r_1{
    margin-top: 25px;
    margin-left: 15px;
    text-align: left;
}
.fl_r_2{
    margin-left: 15px;
    margin-top: 10px;
}
.fl_r_2_x{
    font-weight: 500;
    margin: 5px;
    float: left;
    background-color: #f1ece6;
    padding: 5px;
    border-radius: 5px;
}
.fl_r_3{
    width: 100%;
}
.fl_r_3>.fl_r_3_asb{
    width: 100%;
    position: absolute;
    bottom:35px;
    left: 0;
}
.fl_r_3_price{
    font-size: 17px;
    float: left;
    width: 60%;
    color: #c00;
    margin-top: -10px;
}
.fl_r_3_buy{
    float: right;
    width: 40%;
}
.fl_r_3_buy>a{
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    background-color: #c00;
    color: white;
}
#navs {
    background-color: #28c3a0;
    text-align:center;
    z-index: 9999;
}
.fl_r_sell{
    position: absolute;
    bottom: 16px;
    left: 46px;
} 
#inpss{
    margin-top: -4px;
}
#inpt_spo{
    width: 300px;
    height: 30px;
    margin: 6px;
    padding-left: 10px;
    border-radius: 5px;
} 
#inpss button{
    padding: 7px 18px;
    border-radius: 5px;
    color: white;
    background-color: #84da91;
}  