@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 {
	width:100%;
	margin: 0 auto;
}

body {
	width: 100%;
	min-height: 100vh;
	background-color:#ef6a52; /* 一些不支持背景渐变的浏览器 */ 
	background-image: linear-gradient(25deg, #f11212, #ef6a52, #e29d91,#c3cbd2); 
    background-image:-moz-linear-gradient(25deg, #f11212, #ef6a52, #e29d91,#c3cbd2);  
    background-image:-webkit-linear-gradient(25deg, #f11212, #ef6a52, #e29d91,#c3cbd2);  
    background-image:-o-linear-gradient(25deg, #f11212, #ef6a52, #e29d91,#c3cbd2); 
	-webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}
.login-box{
	width:400px;
	height: 300px;
	background-color: #fff;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}
.login-con{
	width:100%;
	position: relative;
}
.login-title{
	position: relative;
	padding-right: 20px;
	padding-top:40px;
}
.login-title .logo{
	width:300px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.login-title .logo span{
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.login-title .QRcodes-login{
	position: absolute;
	right: 5px;
	top:4px;
	width:60px;
	height: 60px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position:-106px 1px;
}
.login-title .zhanghao-login{
	position: absolute;
	right: 5px;
	top:4px;
	width:60px;
	height: 60px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position:-36px 0;
}
.login-notic{
	border: 1px solid #f13e2d;
    padding: 3px 20px 3px 15px;
    background: #fefcee;
    position: absolute;
    top: 14px;
    right: 58px;
}
.login-notic:after{
	content: "";
	display: block;
	position: absolute;
	right: -5px;
    bottom: 9px;
    background-color: #fefcee;
	width:6px;
	height: 6px;
	border-top:1px solid #F13E2D;
	border-right: 1px solid #F13E2D;
	border-radius: 2px;
	transform: rotate(45deg);
}
.login-notic p{
	position: relative;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(../images/title.png);
	color: #F13E2D;
}
.login-form-box{
	width:100%;
	padding-left: 30px;
	padding-right: 30px;
}
.login-form{
	margin-top:15px;
	position: relative;
	height: 42px;
}
.login-form span{
	position: absolute;
	top:11px;
	left: 10px;
	width:20px;
	height: 20px;
	display: block;
	background-image:url(../images/title.png);
	background-repeat: no-repeat;
}
.login-form input{
   position: absolute;
   left: 0;
   top:0;
   width:100%;
   height: 42px;
   padding-left: 40px;
   border:1px solid #eee;
   border-radius: 4px;
}
.login-form input:active,.login-form input:focus{
	border:1px solid #ddd;
}
.verify-btn,.verify-btn-disable,.verify-btn-active,.verify-btn-success{
	width:100%;
	height: 42px;
	margin-top:15px;
	border:1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
	padding:0 10px;
	background:#eee; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #fff, #eee);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#eee));  
    background:-o-linear-gradient(top, #fff, #eee); 
}
.verify-btn p,.verify-btn-disable p,.verify-btn-active p{
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
}
.verify-btn .verify-btn-icon,.verify-btn-disable .verify-btn-icon,.verify-btn-active .verify-btn-icon{
	width:40px;
	height: 40px;
	float: left;
}

/*初始状态*/
.verify-btn .verify-btn-icon{
	float: left;
	margin-top:8px;
	width:24px;
	height: 24px;
	background-color: #ffddda;
	border:1px solid #F13E2D;
	border-radius: 50%;
}
.verify-btn .verify-btn-icon span{
	width:10px;
	height: 10px;
	margin-top:6px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 50%;
	background-color: #F13E2D;
}
.verify-btn p{
	padding-left: 40px;
}
.verify-btn:hover .verify-btn-icon{
	-webkit-animation: sk-scaleout 1.5s infinite ease-in-out;
    animation: sk-scaleout 1.5s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0.5) }
  50% {
    -webkit-transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(0.5);
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  } 
  50% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/*验证码弹窗出现时状态*/
.verify-btn-disable{
	background: #ddd;
}
.verify-btn-disable .verify-btn-icon span{
	font-size: 30px;
	font-weight: 700;
	color: #999;
	line-height: 22px;
}

/*点击一次后的状态*/
.verify-btn-active .verify-btn-icon{
	float: left;
	margin-top:8px;
	width:24px;
	height: 24px;
	border-radius: 50%;
}
.verify-btn-active .verify-btn-icon span{
	width:10px;
	height: 10px;
	margin-top:7px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 50%;
	background-color: #F13E2D;
}
.verify-btn-active p{
	padding-left: 40px;
}

/*验证成功的状态*/
.verify-btn-success{
	border:1px solid #26c267;
	background:#e6fff0; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #fff, #e6fff0);  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e6fff0));  
    background:-o-linear-gradient(top, #fff, #e6fff0);
}
.verify-btn-success p{
	color: #26C267;
	font-size: 14px;
	height: 24px;
	margin-top:8px;
	padding-left: 40px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: -54px -74px;
}

.warning{
	color: #F11212;
	margin-top:10px;
}
.login-btn{
	width:100%;
	margin-top:15px;
}
.login-btn button{
	width:100%;
	height: 40px;
	background-color: #F13E2D;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
}
.login-btn button:hover{
	background-color: #F11212;
}

/*======验证码弹窗 start=======*/
.verify-pop{
	width:322px;
	position: absolute;
	left: 39px;
	top:40px;
	background-color: #fff;
	border-radius: 3px;
	border:1px solid #ddd;
	padding:10px;
}
.verify-pop .title{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.verify-pop .verify-con{
	width:100%;
	margin-top:10px;
}
.verify-pop-btn{
	width:100%;
	padding-top:10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.verify-pop-btn .closed{
	float: left;
	padding:4px 10px;
}
.verify-pop-btn .closed span{
	display: block;
	width:20px;
	height: 20px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: -57px -105px;
}
.verify-pop-btn .refresh{
	margin-left: 20px;
	float: left;
	padding:4px 10px;
}
.verify-pop-btn .refresh span{
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: -56px -130px;
	
}
.verify-pop-btn button{
	float: right;
    height: 28px;
    width: 80px;
    background-color: #F13E2D;
    color: #fff;
    border-radius: 3px;
}
.verify-notic{
	width:100%;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 20px;
	margin-top: -30px;
	opacity: 0.8;
}
.verify-notic-green{
	background-color: #26C267;
}
.verify-notic-red{
	background-color: #F13E2D;
}
/*=======验证码弹窗 end========*/

/*=======二维码登录 start==================================*/
.countdown{
	margin-top:10px;
	color: #999;
	font-size: 14px;
	text-align: center;
}
.countdown span{
	color: #F13E2D;
}
.erwema{
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	width: 150px;
	height: 150px;
	position: relative;
}
.erwema-img{
	width:150px;
	height: 150px;
}
/*二维码失效*/
.erweima-state{
	position: absolute;
	left: 0;
	top:0;
	width:150px;
	height: 150px;
	background-color: rgba(255,255,255,0.9);
}
.erweima-state-con{
	width:150px;
	height: 150px;
	-webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    text-align: center;
}
.erweima-state-con p{
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
}
.erweima-state-con button{
	height: 28px;
    width: 90px;
    background-color: #F13E2D;
    color: #fff;
    border-radius: 3px;
    margin-top:10px;
}

.erweima-state-icon{
	width: 30px;
	height: 30px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: -52px -72px;
	margin-left: auto;
	margin-right: auto;
}
.saoyisao{
	width:100%;
	margin-top:10px;
	text-align: center;
}
.saoyisao-icon{
	display: inline-block;
	width:30px;
	height: 30px;
	margin-right: 10px;
	background-image: url(../images/title.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.saoyisao-text{
	vertical-align: middle;
	display: inline-block;
	height: 40px;
}
.saoyisao-text p{
	height: 20px;
	line-height: 20px;
	text-align: left;
}
.saoyisao-text p span{
	color: #F13E2D;
}

/*=======二维码登录 end==================================*/