/************************************************
 * AMH 7.1
 * amh.sh 
 * Update:2021-10-20
 * 
 */
html {
    background: #a3a7ad;
    background-image: linear-gradient(144deg, #cdd1d6 49%, #787d88 97%);
    overflow: auto;
    min-height: 777px;
}
body {
    max-height: 650px;
    max-width: 844px;
    margin: 0px auto;
    margin-top: 10vh;
    border: 7px solid #ffffff;
    overflow: hidden;
}
#header_body {
    background: #e3e3e3;
    height: 117px;
    margin: 0px auto;
    min-width: auto;
}
#body {
    width: 100%;
    margin: 0px auto 60px auto;
    text-align: center;
    border-top: 1px solid #c9c9c9;
    padding-top: 50px;
}
#header_body .navigation_top {
    background-size: 691px;
    overflow: hidden;
    height: 107px;
    width: 626px;
    margin: 0px auto;
    background: url(../images/amh_logo_bg.png) no-repeat -33px 0px;
    background-size: 700px;
}
#header_body .navigation_top:hover {
    background-position-x: -44px;
}
#header_body .navigation_top a.logo {
    background-position: -15px -4px;
    background-repeat: no-repeat;
    background-size: 196px;
    display: inline-block;
    width: 388px;
    margin-left: 144px;
    height: 70px;
    padding: 0px;
    float: left;
    margin-top: 22px;
    position: relative;
}
#header_body .navigation_top a.logo b {
    margin-left: 30px;
    margin-top: 25px;
    width: 21px;
    height: 21px;
    background-size: 21px;
    opacity: 1;
}
#header_body .navigation_top a.logo_i b {
    animation-name: amh_logo3;
    animation-duration: 2.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: running;
}
@keyframes amh_logo3{ 
    56% { transform: rotate(360deg); width: 21px; height: 21px; background-size: 21px; margin-left: 30px; margin-top: 25px; filter:blur(0px);  }
    60% { transform: rotate(360deg); width: 35px; height: 30px; background-size: 33px; margin-left: 25px; margin-top: 18px; filter:blur(1.6px); }
    68% { transform: rotate(360deg); width: 21px; height: 21px; background-size: 21px; margin-left: 30px; margin-top: 25px; filter:blur(0px);   }
} 
#header_body .navigation_top a.logo:hover b {
    animation-name: amh_logo2;
}
#header_body .navigation_top a.logo i {
    float: right;
    width: 23px;
    margin-top: 15px;
    margin-right: 202px;
}
#header_body .navigation_top a.logo font {
    display: inline-block;
    left: 193px;
    font-style: italic;
    color: #aaaaaa;
    top: 55px;
    margin: 0px 1px;
}
.input_text, input:-webkit-autofill {
    background:none;
    -webkit-box-shadow: 0 0 0px 1000px #fdfdfd inset;
}
dd {
    position: relative;
    position: relative;
    width: 304px;
    margin: 0px auto;
}
dd .ico_in {
    background-position: 0px 2px;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    left: 12px;
    top: 5px;
    position: absolute;
}
dd .user_ico {
    background-image: url(../images/user.png);
}
dd .pass_ico {
    background-image: url(..//images/pass.png);
}
dd .code_ico {
    background-image: url(../images/code.png);
}
dl .input_text {
    width: 250px;
    padding: 8px 6px 8px 44px;
    font-size: 14px;
    color: #787878;
    opacity: 0.5;
    border: 1px solid #252525;
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #bababa;
    color: #191919;
}
#code {
    width: 157px;
}
.input_text:focus {
    opacity: 1;
}
#footer {
    width: 500px;
    margin: 87px auto 0px auto;
    text-align: center;
}

#amh {
    height: 22px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
    width: 224px;
    position: absolute;
    right: 11px;
    bottom: 11px;
}
#amh span {
    font-size: 20px;
    display: block;
    margin-top: 0px;
    left: 189px;
    font-style: italic;
    color: #b6b6b6;
}
#amh #amh_love_you {
    animation: 25s normal infinite running love;
}
#amh .amh {
    font-size: 18px;color: #c3c3c3;
}
#amh .love {
    font-size: 16px;color: #c5c5c5;
}
#amh .you {
    font-size: 15.5px;color: #cdcdcd;
}
@keyframes love {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: 0px;
    }
    28% {
        margin-top: -22px;
    }
    55% {
        margin-top: -22px;
    }
    58% {
        margin-top: -44px;
    }
    75% {
        margin-top: -44px;
    }
    78% {
        margin-top: -66px;
    }
    96% {
        margin-top: -66px;
    }
}



