﻿body{
    background: -webkit-linear-gradient(top,#5a7b98 0,#8a72a4 100%);
    background: -moz-linear-gradient(top,#5a7b98 0,#8a72a4 100%);
    background: -o-linear-gradient(top,#5a7b98 0,#8a72a4 100%);
    background: linear-gradient(to bottom,#5a7b98 0,#8a72a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a7b98,endColorstr=#8a72a4,GradientType=0);    
	height:100%;    
}
#top{
    height: 30px;
    background-color: #303a40;
}
#top-body{
    width: 1000px;
    margin: 0 auto;
}
.top-left{
    float: left;
    font-size: 14px;
    width: 300px;
    line-height: 30px;
}
.top-left a{
    margin-right: 40px;
}
.top-right{
    width: 600px;
    float: right;
}
.top-item{
    color: #727171;
    line-height: 30px;
    float: right;
    margin-left: 40px;
}
.top-item img{
    vertical-align:middle;
}

#header{
    height: 100px;
    background-color: #fff;
}
.header-body{
    height: 100px;
    width: 1000px;
    margin: 0 auto;
}
.header-left{
    float: left;
}
.header-right{
    float: left;
}
.logo{
    width: 224px;
    height: 59px;
    border-right: 1px #ccc solid;
    margin-top: 20px;
    float: left;
    background-image: url("../Images/logo.png");
}
.curCity{
    float: left;
    font-size: 18px;
    width: 80px;
    height: 20px;
    margin-top: 50px;
    vertical-align:bottom;
    margin-left: 8px;
}

.login-btn{
    width: 208px;
    height: 33px;
    color: #fff;
    line-height: 33px;
    text-align: center;
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 5px;
    border: 1px #d11421 solid;
    background-color: #e82b37;
    cursor: pointer;
}
#container{ 
height:100%;   
}
#content{
    width: 600px;
    overflow:hidden;
    padding: 60px 40px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 100px;
    background-color: #fff;
    border-radius: 10px;
}
.content-left{
    width: 350px;
    overflow: hidden;
    float: left;
    border-right: 1px #a8a8aa dotted;
}
.register-title{
    font-size: 18px;
    color: #e83428;
    text-align: center;
    font-weight:bold;
}
.register-input{
    width:350px;
    text-align: center;
}
.register-text{
    width: 240px;
    line-height: 30px;
    margin-top: 20px;
    border-radius: 5px;
    padding:0px 10px;
    border: 1px #9c9d9f solid;
}
.valid-text{
    width: 130px;
    line-height: 30px;
    margin-top: 20px;
    border-radius: 5px;
    padding:0px 10px;
    border: 1px #9c9d9f solid;
}
.valid-btn{
    width: 100px;
    line-height: 30px;
    margin-top: 20px;
    border-radius: 5px;
    padding:0px 10px;
    border: 1px #9c9d9f solid;
    margin-left: 8px;
    cursor: pointer;
}
.loginValid {
    float:left;
    width:150px;
}
.loginYzm {
    float:left;
    width:100px;
    margin-left:11px;
    margin-top:20px;
}
.submit-btn{
    width: 240px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
    margin-left: 44px;
    border-radius: 5px;
    padding:0px 10px;
    cursor: pointer;
    border: 1px #cd1408 solid;
    background-color: #e83428;
}
.content-right{
    padding:0px 10px;
    float: left;
}
.logined{
    margin-bottom: 5px;
}
.logined a{
    font-size: 14px;
}
/*个人注册第二步*/
.register2-title{
    border-bottom: 1px #ccc solid;
    line-height: 30px;
    margin-top: 10px;
}
#content-info{
    width: 860px;
    padding: 60px 40px;
    padding-top: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 100px;
    background-color: #fff;
    border-radius: 10px;
}
.register2-title span{
    color: #e83428;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.register2-input{
    text-align: center;
}
.register2-input input{
    width: 360px;
    line-height: 30px;
    margin-top: 20px;
    border-radius: 5px;
    padding:0px 10px;
    border: 1px #9c9d9f solid;
    background-color: #f5f5f5;
}
.submit2-btn{
    width: 220px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    border-radius: 5px;
    padding:0px 5px;
    cursor: pointer;
    border: 1px #cd1408 solid;
    background-color: #e83428;
}
.errtip {
    font-size: 12px;
    line-height: 18px;
    color: #ff0000;
    margin: 0px 109px;
}