.currentLocation,.currentLocation span{
    line-height: 50px;
    color: #777;
    font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}
.list_nav {
    float: left;
    width: 19%;
    background: #fff;
    margin-top: 15px;
}
.img_fa {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    -webkit-boredr-radius: 50%;
    -moz-border-radius: 50%;
    overflow:hidden;
    margin-right: 10px;
    margin-left: 20px;
}
.img_fa img{
    width: 100%;
    height: 100%;
}
.hello {
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px;
}
.list li {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    cursor: pointer;
}
.list li a {
    display: block;
}
.list .tit {
    line-height: 40px;
    font-weight: bold;
    color: #666;
    padding-left: 30px;
    background: url(../common/images/icon_01.png) no-repeat 5px center;
    background-size: 15px;
    font-size: 14px;
}
.list li .active {
    color: #0084ff;
}
.list .txt {
    padding-left: 30px;
    line-height: 35px;
    color: #666;
}
.right_cont {
    width:calc(81% - 5px);
    float: left;
    margin-top: 15px;
}
.order {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
}
.tab_list {
    padding: 10px 0;
}
.tab_list li {
    width: 80px;
    margin-bottom: 10px;
    color: #333;
    height: 30px;
    float: left;
    border: 1px solid #eee;
    text-align: center;
    line-height:30px;
    cursor: pointer;
}
.tab_list .active {    
    border: 1px solid #006EFF;
    background: #fff;
    color: #006EFF;
}
.table_fa table {
    width: 100%;
    border: 1px solid #fff;
}
.table_fa table td {
    border-bottom: 1px solid #ebebeb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    line-height: 40px;
    padding-left: 10px;
}
.table_fa table tr:first-child {
    background: #f5f5f5;
    color: #333;
}
.table_fa table td:nth-of-type(2) {
    width: 450px;
}
.page_num {
    padding: 20px 0 35px 0;
    text-align: center;
}
.page_num a {
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #D7DEEA;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
}
.page_num a:hover{
    border: 1px solid #0E77FF;
    color: #fff;
    background: #2894fe;
}
.page_num input {
    line-height: 30px;
    padding: 0;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #D7DEEA;
    border-radius: 3px;
    width: 40px;
    text-align: center;
    color: #0E77FF;
}
.information li{
    line-height:40px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.information .little_tit {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    text-align: right;
}
.information input[type=text]{
    border: #eee solid 1px;
    border-radius: 2px;
    width: 230px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    color: #666666;
    font-size: 12px;
}
.information .btn {
    color: #0084ff;
    margin-left: 40px;
}
.information .audit {
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-left: 21px;
}
.information .confirm_btn {
    color: #fff;
    text-align: center;
    background-color: #2894fe;
    display: inline-block;
    border: none;
    border-radius: 5px;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-left: 50px;
    cursor: pointer;
}
.information .remarks {
    color: #777;
    font-size:12px;
}
.information .choose_img {
    border: 1px solid #ebebeb;
    color: #333;
    padding: 10px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.information .choose_img:hover {
    background: #0084ff;
    color: #fff;
}
.file_opcity {
    width: 300px;
    height: 40px;
    opacity: 0;
    position:relative;
}
.false_box {
    position: absolute;
    top:10px;
    width: 300px;
    height: 40px;
    z-index: -1;
}

/* 新增订单详情 */
.order_details {
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}
.order_one {
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb;
}
.order_one p,.order_one span {
    font-size: 13px;
    color: #666;
}
.order_one p:last-child {
    margin-left: 40px;
}
.order_one p {
    float: left;
}
.order_table li {
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.order_table li.pay {
    color: orange;
    line-height: 40px;;
}
.order_table li.num {
    line-height: 40px;;
}
.order_table li.do {
    color: #0084ff;
    line-height: 40px;;
}
.order_table .one {
    width: 80px;
}
.order_table .two {
    width: 230px;
}
.order_table .three {
    width: 230px;
}
.order_table .four,.order_table .five,.order_table .six  {
    width: 115px;
    text-align: center;
}

.order_table .one img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.order_table .gray,.order_table .gray * {
    color: #666;
    font-size: 13px;
}
.order_tit {
    line-height: 26px;
    font-size: 14px;
    color: #333;
}
.tit_one {
    width: 290px;
}
.tit_two {
    width: 290px;
}
.sev,.tit_sev {
	width: 100px;
	text-align:center;
}
.tit_three,.tit_four,.tit_five {
    width:90px;
    text-align:center;
}
.tit_six {
    width: 100px;
    text-align:center;
}
.fir_tittle li {
    font-weight: bold;
    line-height: 50px;
}
.table_btn{
	padding: 5px 20px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
}
.table_btn:hover {
	background:#2476c7;
	color: #fff;
}
