html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: url(../img/bj.jpg) repeat 0 0;
}

.content {
    width: 100%;
    height: 100%;
}

.content a.index {
    display: block;
    width: 100%;
    height: 100%;
}

.content .index,
.content img {
    display: block;
    width: 100%;
    height: 100%;
}

.login-btn,
.user-btn,
.logout-btn {
    position: absolute;
    top: 14px;
    right: 60px;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.logout-btn {
    display: none;
}

.user-btn {
    right: 120px;
    display: none;
}

.login-pop {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.login-pop h3 {
    padding: 20px 0 10px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.login-pop .login-box {
    padding: 15px;
}

.img-code {
    width: 100%;
    overflow: hidden;
}

.img-code input {
    float: left;
    width: 50%;
}

.img-code img {
    display: block;
    height: 36px;
}

.video-pop,
.notic-pop {
    display: none;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    overflow: hidden;
    background: #fff;
}

.video-pop video {
    display: block;
    width: 100%;
    height: 100%;
}

.video-pop .close-video,
.notic-pop .close-video {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: 10px;
    background: url(../img/close.png) no-repeat 50% 50%;
    z-index: 100;
}

.notic-pop .pop-header {
    background: #eee;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
}

.notic-pop .pop-text {
    padding: 0 20px;
    overflow: auto;
    line-height: 24px;
    height: 85%;
}

.html5media-video-fallback {
    width: 100% !important;
    height: 100% !important;
}