/* 
    Created on : 2017-3-27, 16:37:16
    Author     : CHEEE, All Rights Reserved.
*/
.black{
    background: black;
}
#screen{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.logo-1{
    width: 128px;
    height: 128px;
    background: url(../img/m-logo.png) no-repeat center;
    margin-bottom: 30px;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}
.logo-2{
    width: 308px;
    height: 41px;
    margin-bottom: 44px;
    background: url(../img/header_logo.png) no-repeat center;
}
.enter{
    height: 40px;
    color: #F2F2F2;
    font-family: Montserrat;
    font-weight: 100;
    font-size: 20px;
    color: #F2F2F2;
    letter-spacing: 0.17px;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
    width: 170px;
    line-height: 40px;
}
#enter-l{
    float: left;
}
#enter-t:hover{
    cursor: pointer;
}
#enter-r{
    float: right;
}
.center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media (max-width: 767px) {
    .logo-2{
        width: auto;
        height: 26px;
        margin-bottom: 32px;
        background-size: auto 26px;
    }
}
