body {
    padding-top: 70px;
    padding-bottom: 30px;
    /*background-color: #e5e5e5;*/
    background-image: url(/template/home/tlkuaiban/images/login_bg.jpg);
}
h1{
	font-size: 30px;
	margin: 0;
}
.login-description{font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;}
.login-description p{font-size: 14px;
    color: #fff;
    margin-top: 15px;}
.login .form-control{padding: 14.5px 16px;
    border-radius: 3px;
    border-color: #e5e5e5;font-weight: 300;
    font-size: 14px; height: 47.8px}
.login .form-group{margin-bottom: 30px;}
.login .form-group span{color:#ffffff;}
.login{background-image: linear-gradient(132deg, #5d93bd 0%, #ffffff 100%);
    padding: 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);margin-top: 30px;}
.login .message_code{}
.login .message_code input{ width:59%; float:left}
.login .message_code img{ max-width:33%; max-height:47.8px; cursor:pointer; margin-left: 50px;}

/* Sidebar navigation */
.sidebar{overflow: hidden;}
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #1c41b7;
}
.user_center{background-color:#e7e7e7a3; margin-top:60px;}
.main{ padding-bottom:50px; min-height:600px;border-left: 1px solid #eee;}
.dd_input_l {
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-color: #d2d6de;
    margin: 0;
    border-right: 0;
    font-weight: normal;
}
.dd_input_2{ padding:0}
.dd_input_2 input{ width:100% !important}
.dd_input_group .dd_radio_lable_left {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d6de;
    height: 38px;
	overflow:hidden
}
.dd_input_group{padding: 6px 0;}
.dd_input_3 label{ line-height:38px}

.dd_input_group input, .dd_input_group select, .ldd_input_group textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-group{ width:100%}
.tab-content{ padding:20px 0}
@media (max-width: 768px){
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav{ float:right}
	.navbar-header{ float:left}
	.main{ border:none}
}


.common-header {
			height: 50px;
			margin-bottom: 20px;
			margin-top: 20px;
			/* background-color: #fbfbfb; */
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			box-sizing: border-box;
			padding: 0 20px;
		}

		.common-header ul {
			width: 180px;
			display: flex;
			flex-direction: row;
			margin: 0;
			padding: 0;
		}

		.common-header li {
			height: 50px;
			line-height: 50px;
			text-align: center;
			width: 120px;
			list-style-type: none;
			/* border-bottom: 2px solid #080808; */
			margin-right: 10px;
			background-color: #2f59e0;
			

		}

		.common-header a {
			color: #FFFFFF;
			
		}
		
		.navbar-fixed-top{
		    background-color: #ffffff2e;
		}
		
		.navbar-fixed-top .container{
		    height: 91px;
		}
	
		.navbar-nav>li>a{
		    color: #000000!important;
		    padding-top: 37px;
		}