/* CSS Document */
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
	margin: 0;
	padding: 0;
}  /* 初始化标签在所有浏览器中的margin、padding值 */
body,p,div{font-family:"Microsoft YaHei","微软雅黑","宋体";font-size:12px; /*text-shadow:1px 1px 2px #97c9ff;*/}
fieldset, img {
	border: 0 none
}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl, ul, ol, menu, li {
	list-style: none
}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {
	quotes: none
}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}  /* 重置嵌套引用*/
input, select, textarea, button {
	vertical-align: middle
}  /* 重置表单控件垂直居中*/
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}  /* 重置表单button按钮效果 */
body, th, td, input, select, textarea, button {
	font-size: 12px;
	line-height: 1;
	font-family: "微软雅黑", "黑体", "宋体";
	color: #666
} /* 重置页面文字属性 */
a {
	color: #666;
	text-decoration: none
}
/*去除横向滚动条*/
html {
	overflow: scroll;
	overflow-x: hidden;
	overflow-x: auto !important;
}
/* 重置链接a标签 */
a:active, a:hover {
	text-decoration: none;
	cursor: pointer;
}   /* 重置链接a标签的鼠标滑动效果 */
img {
	vertical-align: top;
}  /* 图片在当前行内的垂直位置 */
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
	outline: none;
}
/*全图背景*/
body {
	background:url(../images/login_bg.png) no-repeat center 55px;
}
.main{
	width: 100%;
	height: 100%;
    margin-bottom:100px;
}
.clear {clear: both;}
.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix{zoom:1}
/*底部*/
.footer {
	height: 120px;
	width: 100%;
	position: fixed;
	/*margin-top: 240px;*/
	bottom: 0;
	background: url(../images/footer.png) no-repeat center 12px;
}
.footer  .foot{
	position:absolute;
	z-index:10;
	height: 80px;
	width: 100%;
	bottom: 15px;
}
.footer  .foot_bg{
	position:absolute;
	bottom:0;
	z-index:1;
	height: 125px;
	width: 100%;
	background:#26b159;
}
.footer  .foot_title{
	position:absolute;
	top:0;
	z-index:5;
	height: 220px;
	width: 100%;
	background: url(../images/footer.png) no-repeat center 0px;
}
.footer  .foot p{
	height: 28px;
	width: 100%;
	text-align:center;
	line-height:24px;
	font-size:16px;
	color:#fff;
}
.footer  .foot p a{
	color:#fff;
	text-decoration: underline;
}
/*弹框*/
.bussinessCustom_promp{
	width: 402px;
	min-height: 100px;
	border:1px solid #b9b9b9;
	position: fixed;
	background: white;
	z-index: 100;
	left: 50%;
	margin-left: -175px;
	top: 30%;
}
.bussinessCustom_promp_top{
	width: 389px;
	height: 28px;
	line-height: 30px;
	color: white;
	padding-left: 13px;
	position: relative;
	border-bottom: 2px solid #2f9bd8;
}
.bussinessCustom_promp_top p{
	color:black;
	font-size: 14px;
}
.bussinessCustom_promp_top em{
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/prop_close_btn.png);
	position: absolute;
	right: 6px;
	top: 10px;
	cursor: pointer;
}
.bussinessCustom_promp_content{
	width: 100%;
	min-height: 91px;
	background: white;
	line-height: 30px;
}
.btn_box{
	width: 195px;
	height: 24px;
	margin: 0 auto;
	margin-top: 10px;
}
/*.btn_box div{
	width: 81px;
	height: 24px;
	border-radius: 3px;
	float: left;
	line-height: 24px;
	text-align: center;
	color: white;
	cursor: pointer;
}*/

.bussinessCustom_enter{
	background: #3e93ed;
}
.btn_box .bussinessCustom_cancel{
	background: #dc2a54;
	float: right;
}
.bussinessCustom_promp_content_text{
	width: 308px;
	margin: 0 auto;
	margin-top: 22px;
}

.success_upload_content_tb{
	width: 210px;
	min-height: 32px;
	margin: 0 auto;
	position: relative;
	line-height: 41px;
	margin-top: 59px;
	margin-bottom: 15px;
}
.success_upload_content_tb em{
	width: 42px;
	height: 42px;
	background: url(../images/face.png);
	float: left;
}
.success_upload_content_tb p{
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 16px;
	float: left;
	font-size: 15px;
	
}
.success_upload_content_more{
	width: 322px;
	line-height: 32px;
}
.success_upload_content_more p{
	width: 260px;
	margin-top: -7px;
}
#success_upload_enter{
	width: 81px;
	height: 25px;
	margin: 0 auto;
	margin-bottom: 25px;
	background: #3e93ed;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: white;
	border-radius: 5px;
	cursor: pointer;
}
.maskBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,0.5);
}
.cue_frame_enter{
    width: 81px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #3e93ed;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}
.bussinessCustom_promp_maskbox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

::-ms-clear, ::-ms-reveal{display: none;}
