/* 销售注册 */
.img {
    float: left;
}

.img img {
    width: 600px;
    height: 481px;
}

a {
	color: #D2936F;
}

.main {
    top: 100px;
    width: 1200px;
    margin: 0 auto;
   /* height: 1200px;*/
}

.clear{
    clear:both;
}

.main h1 {
    font-size: 15px;
    font-weight: normal;
    color: #747474;
    height: 100px;
    line-height: 100px;
}

.main h1 a {
    font-size: 15px;
    font-weight: normal;
    color: #747474;
}

.bg_565656{
    background:#969696 !important;
}

/* ......? */
.top_btn {
    float: left;
    width: 508px;
    height: 120px;
    font-size: 0;
    margin-left: 55px;
}

.top_btn button {
    border-radius: 0;
    border: 1px solid #D2936F;
    width: 228px;
	color:#D2936F;
    height: 37px;
    background-color: #fff;
    cursor: pointer;
	font-size:18px;
}

/* 上面按钮切换 */
.buttonchoose {
    background-color: #D2936F !important;
    border-color: #D2936F !important;
    color: #fff !important;
}

/* zc */
.members_registered {
    float: right;
    display: none;
}

.main ul {
    width: 600px;
}

.main ul li {
    margin: 15px;
}

.main ul li span {
    display: inline-block;
    width: 130px;
    padding-left: 40px;
    color: #747474;
}

.main ul li input{
    width: 309px;
    height: 50px;
    padding-left: 15px;
    border: 1px solid rgb(189, 189, 189);
}

.main ul li input:focus {
    outline:none;
}

.main ul li input:hover {
    border: 1px solid rgb(97, 92, 92);
}

.main ul li:nth-child(5) input {
    width: 147px;
    right: 94px;
}

.main ul li:nth-child(5) button {
    vertical-align: top;
    width: 147px;
    height: 52px;
    font-size: 16px;
    border: none;
    background-color: #D2936F;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
}

.main .registered_button {
    width: 326px;
    height: 50px;
    font-size: 16px;
    border: none;
    background-color: #D2936F;
    color: #Fff;
    cursor: pointer;
    margin-left: 185px;
    margin-top: 20px;
}

.terms {
    margin-left: 185px;
    font-size: 12px;
    color: #cbcbcb;
}

.role {
    vertical-align: top;
    padding-top: 15px;
}

/* 登录 */
.members_login {
    float: right;
    display: none;
	padding-bottom:60px;
}

.members_login em {
    color: #D2936F;
    list-style:none;
    cursor: pointer;
}

.members_login>em:nth-child(6) {
    display: inline-block;
    margin-left: 185px;
    margin-top: 20px;
}

.members_login>em:nth-child(7) {
    margin-left: 53px;
}

.members_login ul li:nth-child(2) input {
    width: 147px;
    right: 94px;
}

.members_login ul li:nth-child(2) button {
    vertical-align: top;
    width: 147px;
    height: 52px;
    font-size: 16px;
    border: none;
    background-color: #D2936F;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
}

/* 密码登录 */
.members_login_psw {
    float: right;
    display: none;
	padding-bottom:60px;
}

.login_psw {
    width: 309px !important;
}

.members_login_psw em {
    color: #D2936F;
    list-style:none;
    cursor: pointer;
}

.members_login_psw a {
    color: #D2936F;
    list-style:none;
    cursor: pointer;
}

.members_login_psw>a:nth-child(6) {
    display: inline-block;
    margin-left: 185px;
    margin-top: 20px;
}

.members_login_psw>em:nth-child(7) {
    margin-left: 70px;
}

.choosebox {
    display: block;
}