.info{
	width: 800px;
	margin: 5px auto;
}
.info li{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #a39054;

}

.info .main li{
	border-bottom: 1px solid #a39054;
}
.info li label{
	float: left;
	width: 200px;
}
.info li span{
	float: left;
	width: 400px;
	overflow: hidden;
}
.info li span.green{
	color: #10b304;
}
.info li span.red{
	color: #fd472b;
}
.info li .bk-select{
	float: left;
	width: 300px;
	height: 40px;
	background: transparent;
	border: 1px solid #a39054;
	color: #a39054;
	padding: 0 10px;
	font-size: 16px;
	margin-top:10px;
	cursor: pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background:none;
    background:url("../../img/select-ico.png") 250px center no-repeat;
}
.info li .bk-select::-ms-expand{
	color: #a39054;
	padding: 0 10px;
	font-size: 16px;
    background:transparent;
	cursor: pointer;
    border: none;
    display: none;
}

.info li .bk-select option{
	background: transparent;
	border: 1px solid #a39054;
	cursor: pointer;
}
.info li input{
	width: 300px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #a39054;
	
	background: transparent;
	color: #a39054;
	font-size: 16px;
	box-sizing: border-box;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;

}
.info li .des{
	float: left;
	width: 278px;
	min-height: 100px;
	padding: 5px 10px;
	border: 1px solid #a39054;
	background: transparent;
	color: #a39054;
	font-size: 16px;
}
.info li .pass-select{
	float: left;
	margin: 10px 10px 0 0;
	width:65px;
	height: 40px;
	background: transparent;
	border: 1px solid #a39054;
	color: #a39054;
	padding: 0 10px;
	font-size: 16px;
	cursor: pointer;
}
.bank-btn{
	display: block;
	width: 300px;
	margin: 50px 0 0 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a39054;
	color: #a39054;
	font-size: 16px;
	cursor: pointer;
}
.bank-btns{
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a39054;
	color: #a39054;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	cursor: pointer;
}
.bank-btnd{
	background-color:#201A0A;
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a39054;
	color: #a39054;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	cursor: pointer;
}
.toptitle{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #a39054;
	font-size: 22px;
	border-bottom: 1px solid #a39054;
}
.no-info{
	width: 800px;
	margin: 50px;
	color: #a39054;
	font-size: 24px;
}
.list-info{
}
.list-info table{
	width: 97%;
}
.list-info table th,.list-info table td{
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #a39054;
	border: 1px solid #a39054;
}
.list-info table th{
	font-size: 16px;
	font-weight: lighter;	
}
.editadd{
	font-size: 14px;
	color: #a39054;
}

::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
    }
::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}



