@charset "utf-8";
*{
	padding:0;
	margin:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, em {
	padding: 0;
	margin: 0;
	outline: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset,img {
	border: 0;
	font-size:12px;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-weight: normal;
	font-style: normal
}
ol,ul, li {
	list-style: none
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%
}
input, img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section ,dialog{ 
    display: block;
}

/*Global*/
/*禁止苹果系统所有默认样式*/
html,body{-webkit-text-size-adjust:none;}/*去除苹果设备下浏览器默认按钮样式与背景*/
*:focus {outline: none}/*禁止所有聚焦边框*/
input,input[type=button],textarea {-webkit-appearance:none;outline: none;}/* 屏蔽文本框高亮 */
/*禁止苹果系统所有默认样式*/

body {
	font: 0/0 "Microsoft Yahei","宋体","黑体", Tahoma, 'Simsun';
	color: #3e3e3e;
	text-align: center;
}
a,a:visited{
	text-decoration: none;
	color: #3e3e3e;
	outline: none;
	position: relative;
	transition:all 0.25s ease 0.1s;
}
a:hover {
	text-decoration: none;
}
/*按下时的样式*/
a:active  {
	text-decoration: none;
}
/*清除浮动*/
.clear{
	clear: both;
}
input:focus{
	box-shadow: 0 0 5px #ccc;
}
.error input{
	box-shadow: 0 0 5px #cc0000;
	border-color: #cc0000;
}
body {
    background: url("../images//bg-min.jpg") no-repeat center top/cover fixed;
    
}


 

.login-warp .bg-image{
	width: 800px;
	height: 660px;
	margin:0 auto;
	margin-top: 40px;
	display: inline-block;
	background: url("../images/bg-loginbox.png") no-repeat center top/cover;
} 


.login-box{ 
    margin: 314px 0 0 111px;
    text-align: left;
}
.login-box .login-list,.loginBtn{ 
    width: 260px; 

}
.login-box .login-list input{
    height: 34px;
    width: 260px;
    background: none;
    color: #333333;
    border: none;
    border-radius: 20px;
    text-align: left;
	text-indent: 40px;
	font-size: 12px;
}
.login-box .login-list .tips{
	color: #cc0000;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
} 
.login-box .login-list span{
display: inline-block;
width: 110px;
color: #333333;
font-size: 14px;
text-align: left;
margin-left: 20px;
cursor: pointer;
} 

.login-box .login-list .on .de-chose{
    background: url("../images/login-chose.png")no-repeat -37px 0;
} 
.login-box .login-list span .de-chose{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px 0;
    background: url("../images/login-chose.png")no-repeat 0 0;
    vertical-align: middle;
}
.login-box .login-list span .de-check{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px 0;
	background-position: center !important;
	background: url("../images/login-chose.png")no-repeat 0 0;
	vertical-align: middle;
}

.loginBtn{
    height: 40px;
    background: #db9d46;
    color: #ffffff;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 20px;
    letter-spacing: 16px;
	cursor: pointer;
	margin-top: 10px;
}
.loginBtn:hover{
	background: #f07319;
}

.footer{
    width: 100%;
    height: 100px;
    margin:0 auto;
}

.footer{
    font-size: 14px;
    color: #ffffff;
	line-height: 30px; 
}

/**
样式
 */

.box {
	width: 100px;
	margin: 100px auto;
}