@charset "utf-8";

/* common */

* {
	word-wrap: break-word;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: top;
}

ul,
ol,
li,
span,
p,
form,
h1,
h2,
h3,
4,
h5,
h6,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: inherit;
}

img,
a img {
	border: 0;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	color: #917064;
}

ul,
ol,
li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	/*height: 100%;*/
	font: 12px/1.6 Microsoft YaHei, Helvetica, sans-serif;
	color: #333;
}

input,
select,
textarea,
button {
	font: 14px/1.5 Microsoft YaHei, Helvetica, sans-serif;
}

input,
textarea,
select,
label {
	outline: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size-adjust: none;
	font-stretch: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	outline: none;
}

input,
button {
	background: transparent;
	border: none;
}

input[type="submit"] {
	-webkit-appearance: none;
}

body,
ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
.pr,
.pc {
	margin: 0;
	padding: 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

caption,
th {
	text-align: left;
	font-weight: 400;
}

ul li,
.xl li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

em,
cite,
i {
	font-style: normal;
}

a img {
	border: none;
}

label {
	cursor: pointer;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #aaa;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaa;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaa;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #aaa;
}

html {
	max-width: 750px;
	margin: 0 auto;
}

body {
	width: 100%;
}
.login-logo{
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	width:100%;
	background-color: #fff;
}
.login-logo img{
	width:80px;
	margin-bottom: 10px;
}

.head-img{
	width:60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background-color: #f64e4e;
	border-radius: 50%;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
.head-img i{
	font-size: 30px;
}

.login-box{
	width:280px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
.login-form{
	height: 50px;
	line-height: 50px;
	width:100%;
	border-bottom: 1px solid #eee;
}
.login-form i{
	color: #F64E4E;
}
.login-form input{
	width:calc(100% - 20px);
	height: 49px;
	line-height: 49px;
	padding-left: 4px;
	color: #F64E4E;
}
.login-form input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ffcfcf;
}

.login-form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffcfcf;
}

.login-form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffcfcf;
}

.login-form input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ffcfcf;
}

.login-yanzheng{
	margin-top:20px;
	width:100%;
	height: 40px;
	line-height: 40px;
	border:1px solid #FFCFCF;
	border-radius: 3px;
}
.login-yanzheng p{
	text-align: center;
	color: #F64E4E;
	line-height: 38px;
}
.login-yanzheng-success{
	border:2px solid #00d176;
	line-height: 36px;
	color: #00D176;
	text-align: center;
}

.login-box  .notic{
	margin-top:10px;
	color: #11bbdf;
}

.login-btn {
	padding: 10px 15px;
}
.login-btn .btn{
	width:280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F64E4E;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

/*===========验证码弹窗 start==========*/
.pop{
	position: fixed;
	z-index: 60;
	width:100%;
	height: 100vh;
	top:0;
	left: 0;
}
.pop .mask{
	width:100%;
	position: absolute;
	z-index: 66;
	height: 100vh;
	left: 0;
	top:0;
	background-color: #000;
	opacity: 0.8;
	
}
.pop .pop-con{
	position: absolute;
	z-index: 70;
	width:80%;
	margin-left: 10%;
	margin-top:10vh;
	max-height: 80vh;
	overflow-y:auto;
	border-radius: 4px;
	background-color: #fff;
	padding:10px;
}
.yanzhengma-con{
	width:100%;
	margin-top:10px;
	
}
.yanzhengma-con img{
	width:100%;
	height:auto;
}
.pop-con-btn{
	width:100%;
	overflow: hidden;
	margin-top:10px;
}
.pop-con-btn > div{
	float: left;
}
.pop-con-btn .closed,.pop-con-btn .refresh{
	padding:4px 14px;
}
.pop-con-btn .closed i,.pop-con-btn .refresh i{
	font-size: 18px;
	color: #666;
}
.pop-con-btn .queding{
	float: right;
	height: 36px;
	width: 80px;
	background-color: #F64E4E;
	color: #fff;
	border-radius: 3px;
}
/*============验证码弹窗 end==========*/

/*========授权登录页面 start===========*/
.accredit-logo{
	width:100%;
	margin-top:15vh;
	text-align: center;
}
.accredit-logo img{
	width:100px;
}

.accredit-text{
	margin-top:5vh;
	text-align: center;
	font-size: 16px;
}
.accredit-btn{
	width:100%;
	padding:0 10%;
	margin-top:5vh;
}
.accredit-btn button{
	margin-top:15px;
	width:100%;
	border-radius: 3px;
	height: 40px;
	font-size: 15px;
}
.accredit-btn .queren{
	background-color: #F64E4E;
	color: #fff;
}
.accredit-btn .quxiao{
	border: 1px solid #c7c7c7;
}
/*==========授权登录页面 end==========*/

/*=========登录成功失败提示 start===========*/
.prompt-img{
	margin-top:10vh;
	text-align: center;
}
.prompt-img i{
	font-size: 70px;
}
/*===========登录成功失败提示 end===========*/
