@charset "utf-8";
/* CSS Document */

* { font: 13px/1.5 '微软雅黑'; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -box-sizing: border-box; padding:0; margin:0; list-style:none; box-sizing: border-box; }
body, html { height:100%; }
body { background:#ececec; background-size: cover; }
a { color:#27A9E3; text-decoration:none; cursor:pointer; }
img{ border:none;}
.clearfix{
    clear:both;
}
.top{
    height:62px;
    width:100%;
    background:rgba(0, 0, 0, 0.43);
    position:relative;
}

.top .top-box{
    width:80%;
    margin:0 auto;
}

.top .logo{
    display: inline-block;
}

.top .logo img{
    height:60px;
    margin:1px 0;
}

.top .inform{
    width:150px;
    height: 62px;
    display: block;
    float:right;
}

.top .more_action{
    display:block;
    float:right;
    margin-right:70px;
    height:62px;
    padding:0 0 0 6px;
}

.top .more_action a{
    padding: 0 18px;
    display: block;
    height: 62px;
    line-height: 62px;
    color: #eee;
    float:left;
    font-weight:bold;
    word-break: break-all;
    word-wrap: break-word;
}

.top .more_action a:hover{
    background:rgba(206,206,206,0.3);
    border-bottom:4px solid rgba(0,0,0,0.3);
}

.top .inform a{
    display: inline-block;
    line-height: 62px;
    padding:0 15px;
    color:#eee;
    text-align:center;
    font-weight: bold;
    background: rgba(0,0,0,0.3);
}

.top .inform a:hover{
    background:rgba(206,206,206,0.3);
}

.alert-danger ul li{
    color:#c05858;
}