﻿@charset "utf-8";
/* CSS Document */
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-size: cover;
	font-family: "微软雅黑", "黑体", HiraginoSans-W3, HiraginoSans-Mono-W3;
}
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #333;
}

img {
	border: 0px;
}

.font_14 {
	font-size: 14px;
}

.logo_div {
	width: 1000px;
	height: 85xp;
	padding-top: 50px;
	margin: 0px auto;
	text-align: center;
}

.mian_div {
	width: 420px;
	
	height: 380px;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 1px 1px 8px 0 #069;
	margin: 100px auto auto auto;
}

.mian_div_top {
	width: 100%;
	height: 62px;
	line-height: 62px;
	color: #0f73dd;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.mian_div_left_on {
	width: 50%;
	height: 62px;
	float: left;
	color: #0f73dd;
	text-align: center;
}

.mian_div_left_off {
	width: 50%;
	height: 62px;
	float: left;
	color: #727f87;
	text-align: center;
	background: #dfe4e8;
	border-top-left-radius: 8px;
}

.mian_div_right_on {
	width: 50%;
	height: 62px;
	float: right;
	color: #0f73dd;
	text-align: center;
}

.mian_div_right_off {
	width: 50%;
	height: 62px;
	float: right;
	color: #727f87;
	text-align: center;
	background: #dfe4e8;
	border-top-right-radius: 8px;
}

.mian_div_content {
	width: 100%;
	height: 247px;
	padding-top: 15px;
}

.mian_div_content_pin {
	width: 85%;
	height: 42px;
	margin: 30px auto 30px auto;
	line-height: 42px;
}
.content_margin {
	margin: 30px auto 30px auto;
}
.content_check_margin {
	margin: 15px auto 15px auto;
}

.mian_div_content_input {
	width: 240px;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 7px;
}
.mian_div_content_checkCode {
	width: 100px;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 7px;
}

.mian_div_content_button {
	width: 100%;
	height: 45px;
	color: #FFF;
	font-size: 18px;
	background: #0f73dd;
	border: 0px;
	border-radius: 5px;
	font-family: "微软雅黑";
}

.mian_div_content_pin_shuoming {
	width: 90%;
	height: 100px;
	text-align: center;
	margin: -15px auto 0px auto;
	line-height: 180%;
}
.loginbox_error {
	width: 100%;
    height: 25px;
    margin: 5px auto -30px 0;
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    line-height: 25px;
}