html, body {
    min-width: 1200px;
}
/*-------------joinFree-------------*/
body{
    margin: 0px;
    padding: 0px;
    background: #f0f1f2;
}
.join_container{
    width: 1200px;
    margin: auto;
}
.join_content{
    width:1200px;
    height: auto;
    margin-top: 22px;
    margin-bottom: 60px;
    background: #fff;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
.join_content_left{
    height: 100%;
    width: 300px;
    display:flex;
    flex-direction: column ;
    align-items: flex-start;
    padding-left: 55px;
}
.join_content_buyer,.join_content_supplier{
    width: 195px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: #53beb5 1px solid;
    color: #53beb5;
    background: #fff;
    margin-top: 40px;
}
.join_content_supplier{
    color: #fff;
    background: #53beb5;
    margin-top: 30px;
}
.join_content_right{
    height: 100%;
    width: 890px;
    border-left: #f0f1f2 2px solid;
    display:flex;
    flex-direction: column ;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.join_content_title{
    color: #333;
    font-size: 28px;
    margin:40px auto 0px ;
}
.join_content_underline{
    width: 110px;
    height: 2px;
    background: #53beb5;
    margin:10px auto 10px;
}
.join_content_prompt{
    font-size: 14px;
    width: 800px;
    height: 40px;
    line-height: 20px;
    color: #6e6e6e;
    margin:40px auto 0;

}
.join_content_form-control{
    width: 800px;
    height: auto;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    margin-top: 40px;
}
.join_content_form-control_item{
    display:flex;
    flex-direction:row;
    justify-content: flex-end;
    width: 150px;
}
.join_content_form-control span{
    color: #f79131;
    margin:auto 0px;
}
.join_content_form-control label{
    margin:auto 0px;
    font-size: 18px;
    color: #0f0f0f;
}
.join_content_form-control>input{
    margin-left: 40px;
    width: 610px;
    height: 50px;
}
.join_content_submit{
    width: 185px;
    height: 50px;
    color: #fff;
    background: #f79131;
    border: none;
    margin: 50px auto 50px;
    font-size: 18px;
}
.join_content_p{
    position: absolute;
    bottom: 105px;
    right: 223px;
}
.join_content_p a{
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #53beb5;
    color: #53beb5;
}
@media only screen and (min-width: 1480px) {
    .join_content_p{
        right: 276px;
    }
}
.join_content_footer{
    border-top: #f0f1f2 1px solid;
    width: 810px;
    height: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.join_content_footer>img{
    width: 20px;
    height: 16px;
    margin-right: 10px;
}
.join_content_footer>span{
    margin-right: 50px;
    color: #808080;
    letter-spacing:1px;
    font-size: 16px;
}
@media only screen and (min-width: 1480px) {
    .join_container{
        width: 1440px;
    }
    .join_content{
        width:100%;
    }
    .join_content_left{
        width: 434px;
    }
    .join_content_buyer,.join_content_supplier {
        width: 252px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        margin-top: 60px;
    }
    .join_content_supplier{
        margin-top: 40px;
    }
    .join_content_right{
        width: 1007px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .join_content_title{
        font-size: 30px;
        margin:60px auto 0px ;
    }
    .join_content_form-control>input{
        width: 620px;
    }
}
/*-------------forgotPassword-------------*/
.forgot_password_context{
    width: auto;
    height: auto;
    margin-top: 22px;
    margin-bottom: 180px;
    background: #fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.forgot_password_context_top{
    width: 1200px;
    height: 70px;
    line-height: 70px;
    background: #53beb5;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.forgot_password_form-control{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    width: auto;
    margin-top: 40px;
    height: 50px;
    line-height: 50px;
}
.forgot_password_form-control>label{
    font-size: 18px;
    color: #333333;
    margin-left: 16%;
}
.forgot_password_form-control>input{
    margin-left: 70px;
    width: 600px;
    height: 50px;
    border: 1px #ddd solid;
}
#VerificationCode{
    width: 160px;
}
.VerificationCode_img{
    width: 105px;
    height: 50px;
}
.VerificationCode_refresh_img{
    width: 20px;
    height: 20px;
    margin: 15px;
}
.forgot_password_bottom{
    margin: 150px auto 115px;
    text-align: center;
    background: yellow;
}
.forgot_password_Continue{
    width: 240px;
    height: 50px;
    color: #fff;
    background: #f79131;
    border: none;
    margin: 0px auto;
    font-size: 18px;
}
@media only screen and (min-width: 1480px) {
    .join_container {
        width: 1440px;
    }
    .forgot_password_context{
        height: 570px;
    }
    .forgot_password_context_top{
        width: 1440px;
    }

}


