@charset "utf-8";
@import url("normalize.css");

.wrapper{
    background: #f7f7f7;
    min-height: 100vh;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.mobile{
    display: none;
}
.banner_text{
    width: 270px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #292929;
    transform: translate(-50%,-50%);
}
.banner_text h1{
    font-size: 33px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.banner_text h4{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.login_wrap{
    background: #f7f7f7;
    width: 100%;
}
.login_box{
    padding-top: 145px;
    padding-bottom: 165px;
    width: 760px;
    margin: 0 auto;
}
.left_img{
    display: inline-block;
    padding-right: 33px;
    
}
.right_login{
    display: inline-block;
    width: calc( 100% - 236px );
    vertical-align: top;
    padding-left: 24px;
    border-left: 1px solid #cbcbcb;
}
.right_login h4{
    color: #595959;
    font-size: 20px;
    margin-bottom: 20px;
}
.right_login p{
    color: #6d6d6d;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding-top: 22px;
}
.inputFillShare{
    width: 500px;    
    position: relative;
    margin-bottom: 11px;
}
.inputFillShare #status {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 16px;
    color: red;
    line-height: 40px;
    display: none;
}
.inputFillShare label{
    width: 80px;
    font-size: 20px;
    display: inline-block;
}
.inputFillShare input{
    width: calc( 100% - 80px );
    font-size: 20px;
    display: inline-block;
    border: 1px solid #a6a6a6;
    padding: 5px;
}
.ver{
    width: 370px;
    display: inline-block;
    
}
.vercode{
    display: inline-block;
    float: right;
}
.loginBtn{
    width: 154px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background: #404040;
    display: inline-block;
    padding: 11px;
    float: right;
    cursor: pointer;
    transition: all 0.2s ease-out;
}
.loginBtn:hover {
    background: #1b1b1b;
}
@media screen and (max-width: 800px) {
.login_box {
    padding-top: 45px;
    padding-bottom: 65px;
    width: 80%;
}
.left_img {
    display: block;
    padding-right:0px;
    margin: 0 auto;
    text-align: center;
}

.right_login {
    padding-top: 15px;
    display: block;
    width: 500px;
    padding-left: 0px;
    border-left: none;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.mobile{
    display: block;
}
.desktop{
    display: none;
}

}
@media screen and (max-width: 580px) {
.right_login {
    width: 100%;
}
.inputFillShare {
    width: 100%;
}
.right_login p {
    padding-top: 10px;
    padding-bottom: 15px;
}
}

@media screen and (max-width: 420px) {
.banner_text {
    width: 200px;
}
.banner_text h1 {
    font-size: 22px;
}
.banner_text h4 {
    font-size: 16px;
}
}
