/*网站首页登录*/
body{font-size:12px;text-align:left;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none}
ul{list-style:none;}
li{list-style-type:none;}
hr{margin:0;padding:0;border:0;color:#000;background-color:#62aceb;height:1px;}
img{border:none;}
body,ul,li,span,p,h1,h2,h3,h4,h5,h6,img,div,a,.header,.left,.right{margin:0;padding:0;border:0;}
h2{ color:#62aceb; font-size:18px; font-weight:bold;line-height:30px; }
.clear{clear:both;}
i{font-style: normal;}
html, body{
	width: 100%;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    background: #e6e7e8;
}
.login{
	width:1000px;
	height: 100%;
	margin:0 auto;
}
.login_right{
	width:488px;
	margin: 20% auto 0;
	position: relative;
}
.login_right .bgImg {
	position: absolute;
}
.login_right .bgImgLogo {
	width: 80px;
	height: 26px;
	left: 0;
	top: -36px;
	background: url(../images/waimai_shop/login_logo.png) no-repeat center;
}
.login_right .bgImgTop {
	width: 167px;
	height: 167px;
	right: -213px;
	top: -74px;
	background: url(../images/waimai_shop/login_topBg.png) no-repeat center;
}
.login_right .bgImgleft {
	width: 167px;
	height: 167px;
	left: -217px;
	top: 136px;
	background: url(../images/waimai_shop/login_leftBg.png) no-repeat center;
}
.login_right .bgImgRight {
	width: 167px;
	height: 167px;
	right: -105px;
	bottom: -150px;
	background: url(../images/waimai_shop/login_rightBg.png) no-repeat center;
}
.login_right_01{
	height:80px;
	background:#364860;
	color: #fff;
    text-align: right;
    padding-right: 95px;
    line-height: 80px;
    font-size: 24px;
    box-shadow: 2px 5px 30px #bbc1c6;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
}
.form{
    background: #E6E7E8;
   	padding: 30px 30px 40px 180px;
   	border-radius: 0 0 10px 10px;
   	box-shadow: 2px 10px 30px #bbc1c6;
   	position: relative;
}
.form .lightImg {
	position: absolute;
	left: 30px;
	top: -50px;
	height: 190px;
	width: 150px;
	background: url(../images/waimai_shop/login_light.png) no-repeat center;
}
.form .login_right_02 , .form button, .form .login_right_02 .login_input_01, .form .login_right_02 .hitTexgt {
	width: 278px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 3px;
    clear: both;
}
.form .login_right_02 li {
	float: left;
}
.form .login_right_02 .hitTexgt {
	display: inline-block;
	width: 78px;
	text-indent: 20px;
	color: #666;
}
.form .login_right_02 .login_input_01 {
	width: 200px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	color: #333;
	background: #fff!important;
}
/* 去input默认黄色背景色 */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	background-color: rgb(0, 0, 0) !important;
	background-image: none !important;
	color: rgb(0, 0, 0) !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}
.form .login_right_02 {
    margin-bottom: 20px;
    clear: both;
    background: #fff;
    color: #333;
}
.form .login_right_02:first-child {
	margin-bottom: 10px;
}
.form .login_sign {
	margin: 0;
	padding: 0;
	background: #5baff4;
	color: #fff;
	font-weight: 700;
}
.form .login_sign:hover {
	background: #40a4f7;
}
.companyText {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	color: #999999;
}
/*.login_right_02 ul li{
	float:left;
	line-height:26px;
	padding-right:10px;
	font-size:14px;
	width:45px;
}
.login_right_02 ul li a{
	color:#00F;
	text-decoration: underline;
	font-size:12px;
}
.login_input_01{
	width:245px;
	height:26px;
	border:0;
}*/
.login_input_02{
	width:69px;
	height:26px;
	background:url(../img/hy_06.png);
	border:0;
}
.login_right_04 button{
	width: 310px;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 15px;
    clear: both;
    background: #fff;
    color: #eee;
    border: none;
    background: #003fa1;
    border-radius: 3px;
    margin-top: 12px;
    font-family: "宋体";
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

/* C页面新样式 */
.Clogin{
    width: 100%;
    height: 554px;
    margin:0 auto;
    min-width: 1024px;
    background: url(../angular/imgs/bg.jpg) center no-repeat;
}
.Toptext{
    width: 1000px;
    margin:0px auto;
    font-size: 36px;
    font-weight:bold;
    color: #255aa8;
    line-height: 76px;
}
.Toptext i{
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
}
.BottomC{
    width: 1000px;
    margin:0px auto;
    font-size: 14px;
    color: #ffffff;
}
.BottomC img{
    text-align: center;
}
.Hline{
    width:1px;
    height: 100px;
    display: inline-block;
    float: left;
    background-color:  #6c889c;
    margin:0 50px;
}
.qrcode{
    float:right;
    margin-right: 40px;
}
.qrcode img{
    width:100px;
    height:100px;
    margin-top: 0px;
}
.qrcode span{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    float: right;
    margin: 26px 20px 26px 20px;
}
.loginBox{
    width: 1000px;
    margin:0px auto;
}
.loginC{
    width: 458px;
    height: 402px;
    float: right;
    margin-top: 100px;
    text-align: center;
}
.logintitle{
    font-size: 30px;
    color: #255aa8;
    margin: 48px 0 30px 0;
    display: inline-block;
}

.ConmpanyN span{
    width: 1000px;
    display:block;
    margin:0px auto;
    font-size: 14px;
    color: #9bc5ea;
    text-align: center;
    line-height: 36px;
}
.UserN:hover,.UserP:hover{
    border-color: #9bc5ea; 
}
.SignIn:hover{
    background-color: #316be5;
}
.UserN,.UserP{
    display:inline-block;
    width: 376px;
    height: 46px;
    border: 2px solid #dee4f1;
    border-radius: 3px;
    padding-left: 80px;
    color: #444444;
    font-size: 18px;
}
.icon-user,.icon-passd{
    position: absolute;
    z-index:99;
    height: 30px;
    width: 25px;
    display: inline-block;
    line-height: 46px;
    margin: 8px 30px 0px 28px;
}
.icon-u{
    background: url(../angular/imgs/icon_yonghu.png) center no-repeat;
}
.icon-p{

    background: url(../angular/imgs/icon_mima.png) center no-repeat;
}
.loginIpt{
    margin-bottom: 14px;
}
.loginSign{
    margin:30px 0;
}
.SignIn{
    width:380px;
    height:56px;
    border-radius: 3px;
    background-color: #3973ef;
    margin:0 auto;
    clear: both;
    color: #eee;
    border: none;
    font-size: 24px;
    text-align: center;
    font-family: "微软雅黑";
}
.footerMsg,.ConmpanyN,.TopBox.CloginBox{
    margin:0 auto;
    min-width: 1024px;
}
.footerMsg{
    background-color: #526e82;
    overflow: hidden;
}
.ConmpanyN{
    height: 36px;
    background-color: #255aa8;
}
.TopBox{
    height:76px;
}