.right-top .enter{
    float: left;
}
.right-top .enter h1{
    font-size: 26px;
    color:#3699dd;
    margin-bottom: 40px;
}
.right-top .enter p{
    font-size: 16px;
    color:#3699dd;
    line-height: 30px;
}
.right-top .enter .downtime{
    width:224px;
    height:204px;
}
.right-top .enter .login{
    margin-top:20px;
    width:254px;
    height:54px;
    background: #3498db;
    font-size: 18px;
    color:#fff;
    border-radius: 5px;
    box-shadow:0 -4px  rgb(20,105,162) inset;
}
.right-top .downtime{
    float: right;
    text-align: center;
    border-radius: 5px;
    width:224px;
    height:204px;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(51,51,51,.17);
}
.downtime h1{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    color:#fff;
    background: #3699dd;
    line-height:102px;
}
.downtime img{
    margin:-25px auto 4px;
}
.downtime p{
    margin-bottom: 10px;
    font-size: 14px;
    color:#333;
}
.right .msg{
    position: absolute;
    bottom:40px;
    left:54px;
    padding: 20px 26px;
    width:704px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
}
.right .msg h4{
    padding-left: 30px;
    background: url(../img/q.png) no-repeat;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}
.right .msg ul{
    padding: 0 30px;
}
.right .msg li{
    float: left;
    width:50%;
    margin-bottom:10px;
}
.right .msg li a{
    font-size: 14px;
    color:#333;
}