﻿/*******************************************************************************/
/* System             :   网站-主框架                                           //
// Sub System         :   登录页                                                //
// Program name       :   login.css                                             //
//                    :                                                         //
// Name Space         :                                                         //
// Programmer         :   黄娜娜                                                //
// Date               :   2017.12.01                                            //
//------------------------------------------------------------------------------//
// Update Note        :                                                         //
//                    :                                                         //
//------------------------------------------------------------------------------//
//                 Copyright ©  2017                                            //
//*******************************************************************************/
*{
	margin:0px;
	padding:0px;
}
html{
	min-height:100%;
	min-width:100%;
	height:100%;
	width:100%;
}
body{
	height:100%;
	width:100%;
	min-height: 650px;
    min-width: 1100px;
	background:#1066bc;
}
.body {
    height: 100%;
    width: 100%;
    position: relative;
    background: url(../Images/bg1.png) no-repeat center center;
    background-size: auto 100%;
}
/*****************头部样式*****************/
.head{
	height:70px;
	width:100%;
}
.head_left {
    float: left;
    height: 50px;
    margin: 10px 20px;
}
.login img {
    float: left;
    height: 35px;
    width: 35px;
    margin-top: 8px;
}
.head_right {
    float: right;
    height: 32px;
    margin: 19px 85px;
}
.login span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    font-family: Microsoft YaHei;
    margin-left: 10px;
}
.head_right>img {
    width: 32px;
    height: 32px;
}
.head:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.head_right>span {
    color: #fff;
    font-size: 20px;
    font-family: 幼圆;
    position: relative;
    bottom: 10px;
}
.border{
	height:1px;
	width:100%;
	background:#fff
}
/*********************主体样式******************/
.main{
	position:absolute;
	top:71px;
	bottom:120px;
	left:0px;
	width:100%;
}
.main_con {
    height: 400px;
    width: 1000px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.main_con_left {
    float: left;
	height:400px;
	width:420px;
	position:relative;
}
.main_con_left .img{
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    bottom: 0px;
}
.main_con_left .img img{
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
}
.main_con_right {
    float: left;
    margin-top: 20px;
}
.main_border {
    float: left;
    height: 275px;
    width: 1px;
    background-color: #fff;
    opacity: 0.5;
    margin: 50px 80px;
}
.main_con:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main_con .title {
   font-size: 36px;
    color: #fff;
    width: 420px;
    height: 50px;
    line-height: 50px;
}
.main_con_right .admin {
    height: 60px;
    width: 330px;
    margin-top: 20px;
}
.main_con_right div {
    margin-top: 25px;
}
.main_con_right div.checked {
    margin-top: 15px;
}
.main_con_right img {
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	height:60px;
	width:50px;
}
input {
    outline: none;
}
.admin input, .psd input {
    height: 60px;
    width: 276px;
    border: 2px solid #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: transparent;
    font-size: 26px;
    color: #fff;
    text-indent: 0.8em;
	box-sizing:border-box;
}
.login button {
    border: none;
    width: 330px;
    height: 60px;
    border-radius: 5px;
    font-size: 30px;
    color: #0058ff;
    background: #fff;
}
.main_con_right div.checked {
    margin-top: 15px;
}
.checked input {
    width: 35px;
    height: 35px;
    float: left;
}
.checked span {
    font-size: 24px;
    color: #fff;
    margin-left: 20px;
}
/******************底部样式*************************/
.foot{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:120px;
}
.foot .con{
    height: 80px;
    color: #fff;
    position: absolute;
    width: 600px;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    right: 0px;
}
.foot .con>img{
	height:100%;
	width:80px;
	position:absolute;
	top:0px;
	left:0px;
}
.foot .con>div{
	position:absolute;
	height:100%;
	right:0px;
	width:520px;
	top:0px;
	padding:20px 0px;
box-sizing: border-box;
}
.foot .con>div>p{
	line-height:20px;
	text-align:center;
}
#subButton {
    cursor: pointer;
}