/* 

#div_user_info{
    width: 390px;
    height: 844px;
    background-position: top center;
    background-size: cover;
    background-color: transparent;
    
}


#div_user_info header{
    padding-top: 25px;
    display: flex;
    align-items: center;
  
} 
#div_user_info .back_img a{
    margin-left: 20px;
}
#div_user_info .back_img a img{
    width: 8px;
    height: 14px;
    margin-left: 20px;
    
}
#div_user_info span{
    font-weight: 500;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;

}

#div_user_info .logo_mvs{
    margin-top: 120px;
    margin-left: 50px;
}


#div_user_info .logo_mvs02{
    width: 75%;
    margin-top: 50px;
    margin-left: 60px;
}
#div_user_info .logo_mvs02 div input[type="text"]{
    border: 1px solid #999;
    height: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: transparent !important;
    outline: none;
    color: #fff;
    margin-right: 0;
    font-size: 14px;
    width: 140px;
    padding-left: 10px;
}
#div_user_info .logo_mvs02 p{
  color: #fff;
  margin-left: 0;

}
#div_user_info .logo_mvs02 div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#div_user_info .logo_mvs02 div select{
    background-color: transparent;
    border: 1px solid #999;
    outline: none;
    color:#fff;
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 140px !important;
    margin-right: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath fill='%23fff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E") no-repeat 90% center;
    background-size: 14px !important;
    -webkit-appearance: none !important;
}
#div_user_info .logo_mvs02 div select option{

}


#div_user_info .logo_mvs03{
    margin-top: 40px;
    text-align: center;

}
#div_user_info .logo_mvs03 p{
    width: 323px;
    height: 54px;
    color: #fff;
    background-color: rgba(0, 119, 255, 0.6);
    border-radius: 27px;
    line-height: 54px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.16);
}

#div_user_info .logo_mvs04{
    text-align: center;
    font-size: 14px;
    margin-top: 230px;
    opacity: 0.6;
}
#div_user_info .logo_mvs04 b{
    font-weight: normal;
    color: #fff;
}
#div_user_info .logo_mvs04 a{
    color: #bee6ff;
} */

.x_close{
    width: 14px;
}




@media (max-width:1200px) and (min-width:768px){

    #div_user_info .logo_mvs02 div input[type="text"]{
        border: 1px solid #999;
        height: 30px;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: transparent !important;
        outline: none;
        color: #fff;
        margin-right: 0;
        font-size: 14px;
        width: 140px;
        padding-left: 10px;
    }
    
#div_user_info{
    position: fixed;
    top: 0;
    
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
   background-color: #242831;
}
.div_user_info_inner{
    width: 700px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
}
#div_user_info .logo_mvs02 div input[type="text"]{
    font-size: 13px !important;
}
#div_user_info .logo_mvs02 div select{
    font-size: 13px !important;
}

#div_user_info .logo_mvs{
    margin-left: inherit;
    width: 50% !important;
}
.logo_mvs svg{
    width: 200px;
}
#div_user_info .logo_mvs04{
    margin-top: 115px;
}
#div_user_info header>.login_inpoClose{
    margin-right: 120px;
}
#div_user_info header{
    /* width: 50%; */
    background-color: transparent !important;
}
#div_user_info span{
    /* margin-right: 0; */
    font-size: 18px;
}
#div_user_info .logo_mvs02 p{
    font-size: 13px;
}
#div_user_info .logo_mvs02{
    margin-left: inherit !important;
    width: 50% !important;
}
#div_user_info>a{
    margin-left: 10px;
    /* display: flex;
    align-items: center; */
}

}