/* 登录 css */
.m-body-login {
    background-color: #FFF;
}
.m-wrapper-login {
    width: 100%;
    border-top: 10px solid #b31325;
    background: url('../images/login_bg.png') #fff repeat-x;
}
.m-login-body{
	overflow: hidden;
}
.m-login-body .login-container{
	width:100%;
	min-height: 610px;
	background: url('../images/login_main_t.png') right top no-repeat;
	overflow: hidden;
}
.m-login-body .content{
	width:800px;
	padding-left: 360px;
    margin:245px auto 0;
}
.m-login-body .content .logo{
    width:335px;
    height: 42px;
    margin: 10px 0 0 0!important;
}
.m-login-body .content .login-inner{
    margin-top: 65px;
	margin-left: 50px;
}
.m-login-body .content .title{
	width: 690px;
	height:45px;
    line-height: 46px;
	font-size: 20px;
	color: #fff;
	text-indent: 15px;
	background: url('../images/login_title.png') left top no-repeat;
}
.m-login-body .valid-code{
	position: relative;
	top:12px;
	width:100px;
	height:38px;
}
.m-login-body .captcha-img{
	width:160px;
	height:38px;
	position: absolute;
}
.m-login-body .captcha-img1,.captcha-img2{
	width:160px;
	height:38px;
	margin: 30px 0 0 -30px;
}
.m-login-body .m-login-form{
    margin:50px 0 0 15px;
}

.m-login-form .form-group{
	margin-bottom: 20px;
}
.m-login-form .form-label{
	display: inline-block;
	width: 120px;
	text-align: right;
}
.m-login-form .radio-label {
    cursor: pointer;
}
.m-login-body .m-login-form .form-input{
	display: inline-block;
    padding:5px 8px;
}
.m-login-body .link{
	margin-left: 5px;
	color: #000;
}
.m-login-body .btn-login{
	width:100px;
	height:30px;
	line-height: 22px;
	text-align:center;
	background-color: #fff;
    border:2px solid #c04251;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
	background: #a00;
	color: #fff;
}

.m-login-body .btn-login1,.btn-login2 {
	width:100px;
	height:30px;
	line-height: 22px;
	text-align:center;
	background-color: #fff;
	border:2px solid #c04251;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
	background: #a00;
	color: #fff;
}

.m-login-body .login-container{
	padding-bottom: 50px;
}
.m-login-body .footer-top{
	position: fixed;
	z-index: 1;
	bottom: 50px;
	width: 100%;
	height: 95px;
	background: url('../images/login_main_b.png') right top no-repeat;
}
.m-login-body .footer{
	width:100%;
	height: 50px;
	background-color:  #525252 ;
	line-height: 50px;
	color: #e2e2e2;
	font-size: 12px;
	position: absolute;
	left:0;
	bottom: 0;
}
.m-login-body .footer .footer-inner{
	width: 1000px;
	margin:0 auto;
}
.m-login-body .footer .link{
	color: #fff;
	font-size: 14px;
}

.m-register .content{
	width:1000px;
	margin:0 auto;
	float: none;
}
.m-register .content .logo{
	margin:32px auto 50px;
}
.m-register .content .page-title{
	text-align: center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.m-register .content .login-inner{
	margin:0;
}
.m-register .form-input{
	margin-right: 3px;
	padding:2px 6px;
}
.m-register .btn-submit{
	width: 302px;
	color: #fff;
	background-color:#b31325 ;
}
.m-register .m-form{
	margin-left: 230px;
}

.error-tips{
	color: #ff0000;
	font-weight: bold;
}
.info-tips{
	color: #606060;
}
.m-progress-bar{
	display: inline-block;
}
.m-progress-bar .bar{
	width: 140px;
	height:8px;
	margin-top: 3px;
	margin-right: 10px;
	background-color: #ccc;
}
.m-progress-bar .progress{
	display: block;
	height:8px;
	background-color: #e71f19;
}

.logo{
	width: 300px;
	height:34px;
	margin:20px 0 0 11px;
}
.header-user{
	margin-top: 10px;
}
.header-user .user-header{
	display: block;
	width:24px;
	height:16px;
	background: url('../images/user_header.png') left top no-repeat;
}

.header-user .btn-logout{
	float: right;
	display: block;
	width:14px;
	height: 16px;
	margin:0 108px 0 12px;
	background: url('../images/btn_logout.png') left top no-repeat;

}
.header-menu .m-menu{
	margin-left: 460px;
}
.m-dropmenu{
	position: relative;
}
.m-dropmenu .drop-content{
	position: absolute;
	z-index: 1000;
	right:0;
	top:20px;
	width: 100px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.m-dropmenu .drop-content li {
	text-align: center;
	line-height: 26px;
	color:#333;
}
.m-menu .menu{
	padding-top: 40px;
}
.m-menu .menu > li{
	/*position: relative;*/
	float: left;
	margin-right: 10px; 
}
.m-menu .menu > li > a{
	display: block;
	padding:10px 15px 8px 15px;
	color: #fff;
	font-size: 16px;
}
.m-menu .menu > li > .active,
.m-menu .menu > li > a:hover{
	background-color: #b31325;
	text-decoration: none;
}
.m-menu .submenu{
	position: absolute;
	width: 600px;
	height:34px;
	margin-left:-100px;
}
.m-menu .submenu >li{
	float: left;
	line-height: 34px;
	position: relative;
	background: url('../images/submenu_line.png') right center no-repeat;
}
.m-menu .submenu .has-child{
	position: absolute;
	
	top:15px;
	width:9px;
	height:5px;
	background: url('../images/arrow_bottom.png') left center no-repeat;
}
.m-menu .submenu >li > a{
	display: block;
	height: 34px;
	margin-right:1px;
	color: #fff;
	font-size: 14px;
	padding:0 15px;
	text-decoration: none;
}
.m-menu .submenu >li:last-child{
	background: none;
}

.m-menu .submenu >li.active > a,
.m-menu .submenu >li:hover > a{
	height:32px;
	border:1px solid #5f5f60;
	border-bottom: none;
}
.m-menu .third-menu{
	display: none;
	position: absolute;
	top:34px;
	left:0;
	z-index: 1010;
	min-width: 128px;
	max-width: 162px;
	padding-bottom: 10px;
	border:1px solid #7a7a7b;
	border-top-width:11px;
	background: #7A7A7B;
	text-align: center;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

.m-menu .submenu .active .third-menu,
.m-menu .submenu li:hover .third-menu{
	display: block;
}
.m-menu .third-menu >li >a{
	color: #eeeeee;
	font-size: 13px;
}

.my-message{
	margin-bottom: 18px;
	padding:0 20px;
	border-bottom: 1px solid #c8d8ee;
}
.my-message .title, 
.m-table-info .title{
	font-size: 16px;
	font-weight: bold;
	color: #272727;
}
.my-message .title .normal,
.m-table-info .title .normal{
	font-weight: normal;
	font-size: 13px;
}
.my-message .title .qty,
.m-table-info .title .qty{
	color: #bb061a;
}
.my-message .link-more,
.m-table-info .link-more{
	color:#666666;
}
.my-message .message-main{
	color:#333;
	margin:20px 0 25px 10px;
}
.my-message .message-main li{
	margin-bottom: 15px;
}
.my-message .message-main li>a{
	color: #333;
}
.my-message .btn-setting{
	width: 17px;
	height:17px;
	background: url('../images/btn_setting.png') left center no-repeat;
}
.my-message.last{
	border-bottom: none;
}
.m-table-info  .header{
	overflow: hidden;
}
.m-table{
	width: 100%;
	margin:10px 0 30px;
}
.m-table thead th{
	line-height: 33px;
	text-align: center;
	background-color: #e4e4e4;
}
.m-table tbody td{
	line-height: 32px;
	text-align: center;
	border-bottom: 1px dashed #bebebe;
}
/* 登录超时 css */
.m-login-overtime {
    padding: 10px 50px 20px;
}
.m-login-overtime .form-group {
    margin-bottom: 20px;
}
.m-login-overtime .form-control {
    height: 44px;
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left: 50px;
}
.m-login-overtime .btn {
    height: 46px;
    font-size: 16px;
}
.m-login-overtime .username {
    background-image: url(../images/input_user.png);
}
.m-login-overtime .password {
    background-image: url(../images/input_pwd.png);
}
