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

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

select,button{
    outline:none;
}

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

.bg_565656{
    background:#969696 !important;
}

.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;
}

/* ......? */
.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;
    height: 37px;
    background-color: #fff;
    cursor: pointer;
	color:#D2936F;
	font-size:18px;
}

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

/* zc */
.members_registered {
    float: right;
}
.main ul {
    width: 600px;
}

.main ul li {
    margin: 15px;
    font-size: 0;
}

.main ul li:nth-child(1)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(2)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(3)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(4)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(5)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}


.main ul li:nth-child(6)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(7)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(10)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li:nth-child(11)>span:after {
    position: absolute;
    content: '*';
    font-size: 14px;
    color: red;
    left: 25px;
}

.main ul li>span {
    position: relative;
    display: inline-flex;
    width: 85px;
    padding-left: 40px;
    color: #747474;
    justify-content: space-between;
    margin-right: 45px;
}

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

.main ul li select {
    width: 326px;
    height: 50px;
    padding-left: 15px;
    border: 1px solid rgb(189, 189, 189);
    background-color: #fff;
}

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

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

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

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

.main ul li:nth-child(4) 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;
}

.role_1 {
    display: none;
}

.role_2 {
    display: none;
}

/* 切换销售员加盟商 */
.choosebox {
    display: inline-block;
}