
@media screen and (max-width: 767px){
    .sysLogoWrap{
        display: inline-block;
        height: 50px;
    }
    .sysLogoWrap img{
        display: inline-block;
        max-width: 250px;
        margin-top: 10px;
    }
}
.m-login{
    height: 250px;
}
.row{
	margin-right:0;
}

.tab-content .m-login-panel{
    border-top: none;
}

.remember-me{
	font-size:12px;
	color:#414042;
	position:relative;
	top:-3px;
	text-align:left;
	margin-bottom:5px;
	cursor:pointer;
}
.checkbox-icon{
	display:inline-block;
	width:14px;
	height:14px;
	border:1px solid #e7e7e7;
	border-radius:3px;
	vertical-align:-3px;
	margin-right:3px;
}
.col-lg-5{
	width:41.66666667%;
}

 

    .m-login{
        height: 380px;
        margin-bottom:30px;
        margin-top:90px;
    }
    .m-login .ie-placeholder{
        padding: 10px 13px;
    }
    .m-login-panel .panel-body{
    	padding:15px 40px 10px 40px;
        background:#fff;
        position:relative;
    }
    .m-login-panel .platform-info{
    	padding-right:20px;
    	padding-left:36px;
    }
    .m-login-panel .form-group{

    }
    .m-login-panel.panel-default>.panel-heading {
        font-size: 22px;
        background-color: transparent; 
         border-bottom: 0 solid ;
   
    }
    
    .m-login-form .form-control{
        height: 35px;
        /* ie8 */
        padding: 9px 12px;
         /* border-radius: 0px; */
    }
     .code-wrap{
   		width:205px;
   		float:left;
   		margin-right:15px;
   }
    .m-login-panel .btn{
        padding: 7px 12px;
        font-size: 18px;
        /* border-radius: 0; */
    }


.m-login-linkWrap{
    position: relative;
    top: 10px;
    margin-bottom: 0;
}
.getSmsCode{
	width:100px;
	height:36px;
    position: relative;
    font-size: 12px !important;
    display: inline-block;
    font-family:Microsoft Yahei;
}
.getSmsCode:hover{
	border-color:#ed1b24;
	color:#ed1b24;
	background:#fff;
}


#loginPanel-submit{
	width:320px;
	color:#fff;
	font-family:"Microsoft Yahei";
	background-color: #e31f26;
    border: 1px solid #e31f26;
}

.load-container{
	width:66%;
	margin:0 auto;
	padding:0 15px;
	min-width:1000px;
}
#loginPanel{
	margin-top:10px;
	border:none;
	background:#000;
	filter:alpha(opacity=10);
	background:rgba(0,0,0,0.1);
	padding:2px;
}
.login-part{
	position:relative;
	width:404px;	
}
.login-hd{
	height:50px;
	background:#f5f5f6;
	position:relative;
}
.login-hd span{
	display:inline-block;
	width:49.2%;
	line-height:44px;
	color:#818285;
	font-size:16px;
	text-align:center;
	border-top:6px solid #f5f5f6;
	cursor:pointer
}
.login-hd span.current{
	background:#fff;
	border-top:6px solid #ED1C24;
	color:#ED1C24;
}
.banner-dot{
	position: absolute;
	margin: 0 auto;
	padding:0;
	left: 0;
	bottom: 5px;
	width: 200%;
	height:100%;
	text-align: center;
}
.banner-dot li {
	margin: 0;
	padding: 0;
	float:left;
	list-style:none;
	width:50%;
	height:100%;
}
.banner-dot li a{
	display: inline-block;
	width: 15px; 
	height: 15px; 
	padding: 2px 2px; 
	background: url(about:blank)\9;  
	cursor: auto;
}
.banner-dot li a i {
	display: inline-block; 
	width: 15px; 
	height: 15px; 
	border-radius: 50%; 
	background: #fff;
	font-style: normal;
  	font-weight: normal;
}
.banner-dot li.current a i  {
	background-color: #e31f26;
}
.service-text{
	margin-top:8px;
}
 .platform-info h5{
 	margin-top:20px;
 	margin-bottom:20px;
 	margin-left:;
 	text-indent: 1em
 }
 
 .platform-info p{
	color:#696969;
	font-size: 12px;
	line-height: 20px;
}