body{
	font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	cursor: default;
}

.row{
	margin-right: -53px;
	margin-left: -30px;
}

.navbarMenu{
	background-color: #333;
	border-color: #333;	
}

.navBtnMenu span:hover{
	cursor:pointer;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}

.navbar-brand span,.navBtnMenu{
	color: #fff !important;
}
.navbar-brand span{
	letter-spacing: 2px;
}

.menuBtn, .menuBtn:before{
	background-color: transparent !important;
	border-color: #333 !important;
}

.menuBtn:active{
	background-color: #222 !important;
}

.row img{
	width: 90px;
}

.funcList{
	margin-top: -50px;
}

.descTitle{
	letter-spacing: 8px;
	padding-bottom: 30px;
	margin-top: 0px;
}

.descContent{
	text-indent: 2em;
}

.modal-dialog{
	z-index: 10000;
	width: 348px;
	margin: 120px auto;
}

#handSignModal .modal-dialog{
	z-index: 10000;
	width: 95%;
	margin: 120px auto;
}

@media ( min-width :768px) {
	#loginModal .modal-dialog{
		width: 400px;
	}
	#registerModal .modal-dialog{
		width: 400px;
	}
	#handSignModal .modal-dialog{
		width: 700px;
	}
	
	.descContent{
		font-size: 20px !important;
	}
}

@media ( min-width :992px) {
	#loginModal .modal-dialog{
		width: 400px;
	}
	#registerModal .modal-dialog{
		width: 400px;
	}
	#handSignModal .modal-dialog{
		width: 700px;
	}
	
	.descContent{
		font-size: 20px !important;
	}
}

@media ( min-width :1200px) {
	.func{
		cursor: pointer !important;
	}

	.func:hover{
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	#loginModal .modal-dialog{
		width: 400px;
	}
	#registerModal .modal-dialog{
		width: 400px;
	}
	
	#handSignModal .modal-dialog{
		width: 700px;
	}
	
	.descContent{
		font-size: 20px !important;
	}
}

.row p{
	margin-top: 10px;
}

#loginModal .container{
	width: 100%;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	border-radius: 12px;
}


#handSignModal .container{
	width: 98%;
	padding: 15px;
	border: 1px solid #eee;
	background-color: #f5f5f5;
	border-radius: 12px;
}

.ui-login{
	margin: 0 auto;
	width: 72%;
}

.btn-login{
	margin: 30px auto;	
	margin-bottom: 10px;
}


.form-signin-heading{
	color: #000;
	padding-bottom: 0px;
	text-shadow: 0 0 0 #fff;
}

.footer{
	float:right;
	margin-top: 14px;
	margin-bottom: 6px;
}

.footer a{
	color: #333;
	text-shadow: 0 0 0 #fff;
}

.footer a:hover{
	color: #333;
	cursor: pointer;
}

.navbar-bottom{
	margin-top: 60px;
}

.ui-login-hint{
	width: 72%;
	height: 20px;
	margin: 4px auto;
	text-align: left;
	color: #e82c28;
	visibility: hidden;
}

.ui-makeSeal-hint{
	width: 72%;
	margin: 4px auto;
	text-align: left;
	color: #e82c28;
	visibility: hidden;
}

/* .jdt{display: none;} */
.jdtjd {
	width: 75%;
	height: 8px;
	margin: 20px 0;
	border-radius: 7px;
	background-color: #d8f9003b;
}

.jdtcs {
	width: 75%;
	height: 10px;
	text-align: center;
	color: #ffffff;
	margin-top: -49px;
}

.jdt i {
	font-style: normal;
}

.jdtjd .jindu {
	display: block;
	height: 8px;
	width: 0%;
	border-radius: 7px;
	background-color: #00ccca;
	z-index: -1;
}

.jdtcs .bfb {
	text-align: center;
}

.jdtcs .size {
	float: right;
}

.jdtcs .wan {
	float: left;
}

#logo {
	width:200px; 
	height:auto; 
	margin-top: -35px;
}

@media (max-width: 1160px) {
	#logo {
		width:17%; 
		height:auto; 
		margin-top: -35px;
	}
}