﻿*, *:before, *:after {
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    color:#3e3e3e;
}
html {
    line-height: 1.6;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
    font-style: inherit;
    font-weight: inherit;
}

ins
{
    text-decoration: none;
}
del {
color:#8f8f8f;
}

li
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: baseline;
}

sub
{
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend
{
    color: #000;
}

input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */

input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
-webkit-appearance: none;
}

a, a:visited {
color:#666;
text-decoration:none;
}
a:hover{
color:#E4393C;
text-decoration:underline;
}
body {
    font-family:"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	font-size: 16px;
    line-height: 1.6;
    color: #333333;
}
.logpanel{
    width:100%;
    margin-top:160px;
    height:600px;
    overflow:hidden;
    display:block;
    background-color:#e7062e;
}
.loginbg{
    background:url("../images/loginbg.jpg") no-repeat scroll center;
    width:1340px;
    height:600px;
    margin:0 auto;
    overflow:hidden;
}
.loginlft{
    float:left;
    width:700px;
}
.loginw {
    width:450px;
    border-radius:30px;
    float:right;
    background: #fff;
    padding-bottom: 25px;
    margin-top:90px;
}
.logo{
    width:150px;
    margin:0px auto;
}
.logo img{
    width:150px;
}
.log_form_panel{
    margin: 50px auto 0;
}
.log_form_panel .logtit {
    overflow:hidden;
    padding-bottom:20px;
    text-align: center;
    font-size: 18px;
    color: #030000;
}
/*logform st*/
.log-form {
    width:300px;
    margin:10px auto 0;
}
.log-form .log-ipt {
    width: 100%;
    position: relative;
}
.log-form .log-ipt .input {
    width: 100%;
    height:40px;
    line-height:40px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #030000;
    padding-left:8px;
}

.log-form .log-error {
    height: 24px;
    line-height: 24px;
    color: #e73441;
    overflow: hidden;
}
.log-form .log-error .log-error-text {
    height: 100%;
    padding-left: 4px;
    display:none;
    color:#e73441;
    font-size:12px;
}
 .log-form .log-error .log-error-text .icon {
    display: inline-block;
    width: 12px;
    height: 100%;
    vertical-align: top;
    *vertical-align: middle;
    background: url("../images/error.png") no-repeat center;
    margin-right: 6px;
}
.log-submit {
    margin:14px auto;
    width:310px
}
.log-btn {
    width: 100%;
    height: 36px;
    background: #e73441;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    border:none;
}
.log-reg {
    padding: 42px 0 25px 0;
    text-align: center;
    color: #b5b5b5;
    font-size:12px;
    display:none;
}
.log-reg a {
    color: #e73441;
}
/*logform ed*/
