html,body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}
body {
    position: relative;
    background: url(../img/bg2.png) no-repeat;
    background-size: cover;
    padding-top: 1px;
}
.hy-main {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1200px;
    height: 500px;
    margin-top: 10%;
    margin-bottom: 125px;
}
.hy-left {
    width: 62%;
    height: 100%;
}
.hy-left img{
    width: 100%;
    height: 100%;
}
.hy-right {
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    padding: 48px 42px 32px 42px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.hy-title {
    height: 40px;
    font-weight: normal;
    font-size: 28px;
    line-height: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
}
.hy-key-monitor {
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding-top: 8px;
    padding-left: 22px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    outline: none;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 16px;
}
#account {
    background-image: url("../img/icon/account.png");
    background-size: 16px 16px;
    background-position: 0px 14px;
    background-repeat:no-repeat;
}

#password {
    background-image: url("../img/icon/password.png");
    background-size: 16px 16px;
    background-position: 0px 14px;
    background-repeat:no-repeat;
}
.hy-remeber {
    display: flex;
    justify-content: space-between;
    height: 16px;
    width: 100%;
    margin-bottom: 32px;
}
.remeber {
    height: 16px;
}
input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 12px;
    margin: 0;
}
#submitForm {
    width: 80%;
    height: 40px;
    margin-left: 10%;
    border: 0;
    border-radius: 4px;
    background: #5864ff;
    box-shadow: 0px 4px 8px rgba(88, 100, 255, 0.2);
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.hy-forget {
    height: 16px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: rgba(0, 0, 0, 0.25);
    margin: 0;
    cursor: pointer;
}
.hy-mine {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%, 0);
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}
.hy-QRcode {
    width: 100%;
    margin-top: 16px;
}
.hy-QRcode img {
    display: block;
    width: 96px;
    height: 96px;
    margin: 0 auto;
}
.hy-QRcode p {
    height: 17px;
    width: 100%;
    margin-top: -3px;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65);
}
.hy-logo {
    box-sizing: border-box;
    display: none;
    justify-content: flex-start;
    height: 102px;
    width: 100%;
    padding: 0 22px;
    margin-bottom: 24px;
}
.hy-logo p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 38px;
    text-align: left;
    line-height: 102px;
    color: rgba(0, 0, 0, 0.65);
}
.hy-logoBox {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 22px;
}
.hy-logoBox img {
    width: 100%;
    height: 100%;
}
.hy-error {
    width: 100%;
    text-align: center;
    color: red;
    font-size: 16px;
    margin: 0 0 12px 0;
}
.hy-red::-webkit-input-placeholder {
    /* WebKit browsers */
    color: red;
}
.hy-red:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
}
.hy-red::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
}
.hy-red:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: red;
}
.hy-body-men .hy-remeber {
    width: 42px;
    margin: 0;
    height: 77px;
}
.hy-body-men .remeber {
    display: block;
    height: auto;
    margin-left: 12px;
}
.hy-body-men .remeber input {
    display: block;
    margin-bottom: 8px;
}
.hy-body-men .remeber label {
    height: 100px;
    font-family: 'men';
    -webkit-writing-mode: vertical-lr;
    -webkit-text-orientation: sideways-right;
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    vertical-align: bottom;
}
.hy-body-men .hy-right {
    padding: 18px;
    height: 360px;
    width: 500px;
    margin-top: 70px;
}
.hy-right-inner  {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 100px;
}
.hy-title-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 23px;
    font-family: 'men';
    -webkit-writing-mode: vertical-lr;
    -webkit-text-orientation: sideways-right;
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    vertical-align: bottom;
}
.hy-body-men form{
    margin-top: 0px;
}
.hy-body-men #submitForm {
    width: 32px;
    height: 120px;
    padding: 0;
    margin-left: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.hy-body-men #submitForm span {
    -webkit-writing-mode: vertical-lr;
    -webkit-text-orientation: sideways-right;
    writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    vertical-align: middle;
    line-height: 32px;
}
.hy-toCN {
    position: fixed;
    top: -133px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.hy-toCN img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1200px) {
    .hy-main {
        width: 848px;
    }
    .hy-left img {
        width: 500px;
        height: 317px;
        margin-top: 92px;
    }
    .hy-right {
        width: 312px;
    }
    .hy-body-men .hy-right {
        width: 500px;
    }
    .hy-mine {
        bottom: -80px
    }
}
@media screen and (max-width:1024px) {
    .hy-main {
        width: 848px;
    }
    .hy-left img {
        width: 500px;
        height: 317px;
        margin-top: 92px;
    }
    .hy-right {
        width: 312px;
    }
    .hy-body-men .hy-right {
        width: 450px;
    }
    .hy-mine {
        bottom: 11px
    }
}
@media screen and (max-width:768px) {
    .hy-main {
        display: block;
        width: 396px;
        height: 630px;
    }
    .hy-left {
        display: none;
    }
    .hy-right {
        width: 396px;
    }
    .hy-body-men .hy-right {
        width: 500px;
    }
    .hy-mine {
        bottom: 11px
    }
    .hy-logo {
        display: flex;
    }
}
@media screen and (max-width:576px) {
    .hy-main {
        display: block;
        width: 312px;
        height: 586px;
    }
    .hy-left {
        display: none;
    }
    .hy-right {
        width: 312px;
    }
    .hy-body-men .hy-right {
        width: 350px;
    }
    .hy-mine {
        bottom: 11px
    }
    .hy-logo {
        display: flex;
        height: 62px;
        padding-left: 51px;
    }
    .hy-logoBox {
        width: 62px;
        height: 62px;
        margin-right: 12px;
    }
    .hy-logo p {
        font-size: 23px;
        line-height: 62px;
    }
}