@charset "utf-8";/* CSS Document */* {    font: 13px/1.5 '微软雅黑';    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    -box-sizing: border-box;    padding: 0;    margin: 0;    list-style: none;    box-sizing: border-box;}body, html {    height: 100%;    min-height: 720px;}body {    background-size: 100% 100%;    background-image: url('/img/pic/loginbg1.jpg');}a { color:#27A9E3; text-decoration:none; cursor:pointer; }img{ border:none;}i {	position: relative;	top: 28px;	left: 8px;}.login_text{    width:550px;    height:440px;    float: left;    margin-left: 40px;    margin-top:100px;}.maxtext{    font-size:35px;    color:white;    letter-spacing:3px;}.mintext{    font-size:18px;    color:white;    letter-spacing:3px;    margin-top: 15px;    line-height: 35px;}.login_title{    border-bottom: 1px solid #ffffff40;}.left_title{    padding: 15px 35px;}.login_box{ width:1100px; margin:120px auto 0;}.login {    min-height: 400px;    width: 400px;    padding: 50px;    background-color: #ffffff;    border-radius: 6px;    box-sizing: border-box;    float: right;    margin-right: 100px;    position: relative;    margin-top: 45px;    box-shadow: 2px 3px #d2d2d2;}.login_logo {    width: 120px;    height: 120px;    border: 5px solid #93defe;    border-radius: 100px;    background: #fff;    text-align: center;    line-height: 110px;    position: absolute;    top: -60px;    right: 35%;}.login_logo img {    width: 80px;    height: 80px;    border-radius: 40px;    display: inline-block;    vertical-align: middle;}.login_name {    width: 100%;    float: left;    text-align: center;    margin-top: 20px;}.login_name p {    width: 100%;    text-align: center;    font-size: 18px;    color: #444;    padding-bottom: 10px;}input[type=text], input[type=file], input[type=password], input[type=email], select {    border: 1px solid #DCDEE0;    vertical-align: middle;    border-radius: 3px;    height: 40px;    padding-left: 28px;    font-size: 14px;    outline: none;    width: 100%;    line-height: 40px;    color: #888;    margin-bottom: 3px;}input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, input[type=email]:focus, select:focus { border: 1px solid #27A9E3; }button[type=submit] {    display: inline-block;    vertical-align: middle;    padding: 12px 24px;    margin: 0px;    font-size: 16px;    line-height: 24px;    text-align: center;    white-space: nowrap;    vertical-align: middle;    cursor: pointer;    color: #ffffff;    background-color: #27A9E3;    border-radius: 3px;    border: none;    -webkit-appearance: none;    outline: none;    width: 100%;}.copyright {    font-size: 14px;    color: grey;    width: 100%;    position: relative;    top: 20px;    text-align: center;}img.code {    float: right;    width: 30%;    height: 40px;}.help-block{color:#ff884d}#password_text {    border: 1px solid #DCDEE0;    vertical-align: middle;    border-radius: 3px;    height: 50px;    padding: 0px 16px;    font-size: 14px;    color: #888;    outline: none;    width: 100%;    margin-bottom: 15px;    display: block;    line-height: 50px;}.cb{clear: both;}@media screen and (max-width: 998px){	.login_box {		width: 100%;        margin: 100px auto;	}	.login {		width: 90%;		margin: 0 auto;		max-width: 400px;		float: none;        padding: 30px;	}    .login_logo{        top: -75px;        right: 30%;    }    .login_text{        display: none;    }}