@charset "utf-8";
/* CSS Document */
body *{ font-family: "微软雅黑" "PingFang"; color:#333333; }
*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:0; margin:0}
*:before,
*:after{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{ font-family:sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust: 100%;}
input,button,select{ border:1px solid #dddddd; background:none; outline:none; transition-duration:0.4s;}
select{
  outline:none;
  color:#666; font-size:14px;
  padding:0 6px !important;
}
/*去除自动填充黄色背景*/
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0 1000px white inset; 
}
ul,li{ list-style:none; float:left}
a{ color:#333; text-decoration:none; transition-duration:0.4s}
a:hover{ text-decoration:none;}
img{ border:none; max-width:100%; float:left}
.fl{ float:left}
.fr{ float:right}
em,i{ font-style:normal}
:-moz-placeholder{ color:#999;}
::-moz-placeholder{ color:#999;}
input:-ms-input-placeholder{ color:#999;}
input::-webkit-input-placeholder{ color:#999;}
/*登录*/
.loginTitle{ float:left; width:100%; text-align:center; color:#FFF; margin-top: 160px;}
.loginTitle p{ float:left; width:100%; font-size:40px; font-weight: bold; color: #606266;}
.loginCon{ position: absolute; width: 460px; padding: 0 80px; border-radius: 5px; top: 250px; left: 50%; margin: 0 0 0 -230px; overflow: hidden; box-shadow: 0px 2px 12px 0px rgba(105, 105, 105, 0.07); background: rgba(255, 255, 255, 0.5);}
.loginCon .bar{ float:left; width:100%; height:54px; text-align: center; font-size: 24px; font-weight: bold; color: #606266; margin-top:30px;}
.loginCon ul{ float:left; width:100%; padding-bottom:30px;}
.loginCon ul li{ float:left; width:100%; margin:8px 0; border:1px solid #ccc; border-radius:5px;}
.loginCon ul li.li0{ background:url(../images/icon2.png) left 12px center no-repeat}
.loginCon ul li.li{ background:url(../images/icon3.png) left 10px center no-repeat}
.loginCon ul li.li2{ background:url(../images/icon4.png) left 10px center no-repeat}
.loginCon ul li.li3{ background:url(../images/icon5.png) left 10px center no-repeat}
.loginCon ul li .ibox{ float:left; width:220px; height:45px; margin-left:50px; line-height:45px; font-size:15px; padding-right:10px; color:#666; border:none }
.loginCon ul li .ibox:focus{ border:none !important}
.loginCon ul li .ibox2{ width:166px;}
.loginCon ul li img{ float:right; width:100px; height:45px;}
.loginCon ul li.li4{ border:none; margin-top: 20px;}
.loginCon ul li.li4 .btn{ background:#0fa1ea; color:#FFF; float:left; width:100%; border:none; text-align:center; line-height:40px; font-size:18px; cursor:pointer; border-radius:5px;}
.loginCon ul li .btn:focus{ border:none !important;}
.loginfoot{height:50px; line-height:50px; text-align:center; /* background:rgba(0,0,0,0.3); */ position:absolute; bottom:0; width:100%; color:#777777;}
.loginfoot a{font-weight:bold;color:#fff;}
.loginfoot a:hover{color:#f0f0f0;}