﻿/* 
 * css全局样式
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:PingFangSC-Regular, Verdana, Arial, '微软雅黑','宋体';
	font-size:14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	list-style: none;
	color: #333333;
	text-decoration: none;
}


/*登录页界面*/
.login_box{ 
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/login_bg.png) no-repeat;
	background-size:cover;
	background-position: center 0;
}
.login_box >img{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.formbox {
    position: absolute;
    width: 302px;
    height: 728px;
    right: 12%;
    margin-left: -200px;
    margin-top: 90px;
   
}
.formbox p{
	text-align: right;
	font-size: 25px;
	font-weight: bold;
	color: #4786ff;
	line-height: 33px;
}
.form_fm{
	margin-top: 104px;
padding: 0 26px;
}
.form_fm h3{
	width: 282px;
	height: 45px;
	line-height: 45px;
	background: #FFFFFF;
	border: 1px solid #f1f2f3;
	margin-bottom: 18px;
}
.form_fm h3 span{
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-right: 1px solid #f1f2f3;
}
.form_fm h3 span img{
	position: relative;
	display: inline-block;
	top: 7px;
}
.form_fm h4{
	width: 282px;
	height: 45px;
	line-height: 45px;
	background: #FFFFFF;
	margin-bottom: 18px;
}
.form_fm h4 span{
	text-align: center;
	display: inline-block;
	width: 45px;
	height: 45px;
	border-right: 1px solid #f1f2f3;
}
.form_fm h4 span img{
	position: relative;
	display: inline-block;
	top: 7px;
}

.form_fm .txt02 {
    width: 207px;
    font-family: 微软雅黑;
    color: #b0b0b0;
    font-size: 16px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
}
.grey-yzm {
	width: 172px;
}

.txt_yzm{
    width: 97px;
    font-family: 微软雅黑;
    color: #b0b0b0;
    font-size: 16px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;	
}
.grey-yzm label{
display: inline-block;
width: 171px;
position: relative;
top: -16px;
height: 45px;
border: 1px solid #f1f2f3;
}
.grey-yzm a{
	text-align: center;
	display: inline-block;
	margin-left: 18px;
	color: #FFFFFF;
	font-size: 14px;
}
.grey-yzm a img{
display: inline-block;
width: 84px;
height: 41px;
}
.button_btn{
	font-family: "微软雅黑";
	border: none;
	width: 285px;
	height: 48px;
	background: #4786ff;
	font-size: 14px;
	color: #FFFFFF;
}
/*登录版权*/
.footer_ul{
	width: 316px;
	text-align: right;
	margin-top: 129px;
}
.footer_ul li{
	line-height: 20px;
	font-size: 10px;
	color: #b0b0b0;
}
@media screen and (max-width:1000px ) {

		.login_box{
		background-size:contain;
	}
	.dl_ftimg{
		width: 1080px;
		top: 0;
	}
	.formbox{
		margin-top: 84px;
	}
}

.form_fm .d_message
{
    	font-family: "微软雅黑";
	margin-top: 23px;
	color: #ff4501;
	text-align: center;
	font-size: 12px;
    }
.form_fm .d_message i{
	display: inline;
	position: relative;
	top: 5px;
	right: 9px;
}
.form_fm .d_message i img{
	display: inline-block;
	width: 18px;
	height: 18px;
}

/*弹出系统提示框start*/
.alert-system{
	position: fixed;
	width: 374px;
	margin-top: -230px;
	margin-left: -187px;
	height: auto;
	top: 50%;
	left: 50%;
	border: 1px solid #EEEEEE;
	background-color: #fff;
	display: none;
	cursor: pointer;
	z-Index: 3;
}
.alert-system h2{
	line-height: 44px;
	background: #4786ff;
	color: #FFFFFF;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
}
.alert-system h2 i{
float: right;
position: relative;
right: 20px;
margin-top: 5px;
}
.alert-system p{
	line-height: 95px;
	text-align: center;
	color: #333333;
	font-family: "微软雅黑";
	font-size: 14px;
	}
.alert-system h3{
	line-height: 41px;
	height: 55px;
	text-align: center;
	}
.alert-system h3 .yes01{
	display: inline-block;
	font-family: "微软雅黑";
	width: 68px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-right: 67px;
	margin-left: 18px;
	background: #4786ff;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	color: #FFFFFF;
	}
.alert-system h3 .no01{
	font-family: "微软雅黑";
	display: inline-block;
	width: 68px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	margin-right: 20px;
	background: #4786ff;
	border: none;
	border-radius: 6px;
	color: #FFFFFF;
	}
/*弹出系统提示框end*/