body {
    background-color: #f4f4f4;
}







.hy-login-box{
    margin-top: 8%;
}
.hy-login-bgm{
    width: 100%;
    height: 414px;
}

.hy-login-left{
    width: 50%;
    float: left;
}
.hy-login-form{
    width: 30%;
    float: left;
    background-color: #ffffff;
}
.hy-login-form form {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    min-width: 280px;
}
.hy-login-form .hy-login-title {
    width: 100%;
}
.hy-login-form .hy-login-title img {
    width: 100%;
}

.hy-login-right{
    width: 20%;
    float: left;
}

.hy-login-input{
    width: 100%;
    border:1px solid #dddddd;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    background-color: #efefef;
}

.hy-input1{
    background-image: url("login_03.jpg")/*tpa=http://vip.huayicare.com/images/login_03.jpg*/;
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.hy-input2{
    background-image: url("login_04.jpg")/*tpa=http://vip.huayicare.com/images/login_04.jpg*/;
    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.hy-but1{
    border:none;
    background-color: #00cbbf;
    color: #ffffff;
}
.hy-login-title {
    margin-top: 5%;
    margin-bottom: 3%;
}

/*****************************************************/



@media (min-width:768px){
    .hy-mob-login-bgm{
        display: none;
    }
    .hy-mob-login-bgm {
        display: none;
    }
    .hy-mob-login-title {
        display: none;
    }
}

@media (max-width:768px){
    body {
        background-image: url("mob_login_02.png")/*tpa=http://vip.huayicare.com/images/mob_login_02.png*/;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: bottom center;
    }


    .hy-login-left {
        display: none;
    }
    .hy-login-right{
        display: none;
    }
    .hy-login-title {
        display: none;
    }




    .hy-login-form {
        width: 100%;
        background-color: transparent;
    }
    .hy-login-input {
        background-color: #ffffff;
    }
    .hy-but1 {
        background-color: #00cbbf;
    }




    .hy-mob-login-bgm{
        display: block;
    }
    .hy-mob-login-bgm img {
        width: 100%;
    }
    .hy-mob-login-title{
        display: block;
        width: 100%;
        font-size: 3rem;
        text-align: center;
        padding: 10px;
        margin-top: 30px;
    }

}




@media (min-width:1366px){
    .hy-login-input {
        font-size: 1.8rem;
    }
}
@media (min-width:1600px){
    .hy-login-input {
        font-size: 2.2rem;
    }
}
@media (min-width:1920px){
    .hy-login-input {
        font-size: 3rem;
    }
}


@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone4/4s */

}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */

}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 */

}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */

}