/* CSS Document */
 *{
	 font-size:12px;
	}
.custom-file-input:lang(zh) ~ .custom-file-label::after {
  content: "浏览...";
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

body{
	padding-bottom:65px;
	width:100%;
	overflow-x:hidden;
}
.col{
	padding-right: 10px;
    padding-left: 10px;
}
a{
	font-size:12px;
	color:#333;
}
.logo{
	color:#FFF !important;
	text-decoration: none;
	border: #FFF solid thin;
	font-size: 18px;
	width: 105px;
	height: 36px; 
	margin-top: 5px; 
	line-height: 36px;
	display: block;
	background-image:url(../../Common/img/store.png); 
	background-repeat: no-repeat; 
	background-size: 20px 20px;
	background-position:5px center; 
	padding-left: 25px;
}
.fa-mars{
  	color: blue !important;
  	font-weight: bold;
  }
 .fa-venus{
  	color: #F00 !important;
  	font-weight: bold;
  }
.container{
	padding-bottom:10px;
}
.topNemu a{
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:5px;
	font-size:13px;
}
.blankTop{
	line-height:30px;
	height:30px;
	font-size:18px;
	font-weight:bold;
	border-bottom:#eee solid thin;
	position:fixed;
	top:0;
	width:100%;
	background-color:#FFF;
	z-index:10000;
}
.blankTop a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding-top:5px;
}
.blankTop a i{
	font-size:18px;
}
.topNemu a img{
	display:block;
}
.carousel-inner img,#topCarousel .carousel-inner img{
 	/*height:110px;
	height:500px;
	overflow:hidden;*/
}
#news {
	height:26px;
	overflow:hidden;
}
#news ul{
	list-style:none;
	padding:0;
	margin:0 auto;
	width:100%;
}
#news ul li{
	list-style-type: none;
	height: 30px;
	line-height: 30px;
}
#news ul li a{
	font-size:14px;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width:100%;
	display: block;
	
}
.title h5{
	margin:5px;
	color:#308AF4;
	font-weight: bold;
}
.box .box-title .box-title-main{
	font-size:14px;
	width:100%;
	height:20px;
 
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.box .box-title strong{
	color:#F00;
	font-size:12px;
	margin-left:3px;
	margin-right:3px;

}
.box .box-title  .look{
	color:#F00;
}
.table-box{
	width:100%;
	overflow:scroll;
}
.table-box table th,.table-box table td{
	white-space: nowrap;
}
foot{
	position:fixed;
	bottom:0;
	 
	border-top:#C2C2C2 solid thin;
	width:100%;
	height:60px;
	background:#FFF;
}
foot .col{
	text-align:center;
}
foot a{
	font-size:24px;
	display:block;
	height:60px;
	margin-top:5px;
	color:#308AF4;
}
foot a span{
	display:block;
}
foot .container{
	margin:0px;
}