/*top*/
a:visited {
    text-decoration: none!important;
    color: #5c91f8;
}
a:hover {
	text-decoration: none!important;
    color: red;
}
.navtop {
	width: 1300px;
	margin: 0 auto 10px;
	height: 55px;
	line-height: 55px;
	position:relative;
}
.navtop .logo{
	width: 115px;
	height: 28px;
	margin-right: 30px;
}
.navtop .logoInfor{
	font-size: 16px;
	color: #3d7cf7;
	font-weight: 500;
}
.navtop .log{
	font-size: 16px;
}
.navtop .logUser{
	font-size: 14px;
	color: #333;
}
.logOut>a{
	padding-right: 0;
	color: #5a90f8;
}
/*content*/
.content{
	width: 1250px;
	margin: 0 auto;
}
.content h4{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.content .xian{
	width: 100%;
	height: 1px;
	background: #333!important;
}
.content .infoList li{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	margin-top: 30px;
	color: #666;
}
.content .infoList li .icn,.content .infoList li .zi{
	float:left;
	display:block;
	vertical-align: middle;
}
.content .infoList li .icn{
	width: 28px;
	height: 25px;
	margin-right: 15px;
}
.content .infoList li .zi{
	margin-top:-5px;
	word-wrap:break-word;
	width: calc(100% - 43px);
	width: -moz-calc(100% - 43px);
	width: -webkit-calc(100% - 43px);
}

#table{
	width: 100%;
}
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding:15px 8px!important;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ddd;
	width:2.5% ;
	max-width: 25%;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
#table>thead>tr>td:nth-child(3),
#table>tbody>tr>td:nth-child(3),
#table>tfoot>tr>td:nth-child(3){
	width:1.8%!important;
}
#table>thead>tr>td:nth-child(2),
#table>tbody>tr>td:nth-child(2),
#table>tfoot>tr>td:nth-child(2){
	width:0.8%!important;
}
#table>thead>tr>td:first-child,
#table>tbody>tr>td:first-child,
#table>tfoot>tr>td:first-child {
	width:0.8%!important;
}
#table>thead>tr>td:last-child,
#table>tbody>tr>td:last-child,
#table>tfoot>tr>td:last-child {
	padding-left:40px!important;
}
thead tr:first-child {
	border-top: 0px solid #ddd;
	color: #848484;
	font-size: 15px;
	font-weight: 600;
}
tbody tr td div{
	color: #333;
	font-size: 8px;
	vertical-align: middle;
	
}

.btn-primary {
    color: #fff;
    background-color: #508bfe!important;
    border-color: #68A5DA;
    box-shadow: 0px 0px 10px rgb(80, 139, 254);
    position: relative;
    top: 10px;
}
.btn-primary[disabled]{
 	background-color: #cecaca!important;
 }
 .btn[disabled]{
 	border: 2px solid #cecaca!important;
 }
.btn {
    padding: 8px 35px!important;
    border: 2px solid #719CF1!important;
}
.btn-yes{
	background-color: #508bfe;
}

.meng{
	position:absolute;
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	background:rgba(0,0,0,0.2)
}
.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: #fff!important;
    color: #333!important;
    border-radius:5px!important;
    border:1px solid #2e8ded!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0,0.4);
}
#change{
	position: fixed;
    right: 20px;
    bottom: 20px;
    width: 42px;
    cursor:pointer!important;
    border-radius: 100%;
}

#change:hover{
    background: rgba(135, 215, 239, 0.24);
}
    
@media (min-width: 1800px) {}