@charset "UTF-8";

* {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: "Source Code Pro";
}

html {
    height: 100%;
}

a {
    color: #888888;
    text-decoration: none;
}

a:hover {
    color: forestgreen;
}

a:visited {
    color: #888888;
}

a:active {
    color: #888888;
}

li {
    list-style: none;
}

.header {
    position: relative;
    height: 48px;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, .2);*/
}

.content {
    width: 100vm;
    overflow-x: hidden;
    text-align: center;
}

.wrapper {
    min-width: 1200px;
    max-width: 1500px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0);
}

.wrapper .logo {
    height: 48px;
    width: 48px;
    float: left;
}

.wrapper .logo img {
    width: 48px;
    height: 48px;
}

.wrapper .webtitle {
    width: 150px;
    height: 48px;
    line-height: 48px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: white;
}

.wrapper .login {
    width: 100px;
    height: 48px;
    float: right;
    line-height: 48px;
}

.wrapper .login i {
    font-size: 30px;
    color: #1296DB;

}

.wrapper .nav {
    float: left;
    height: 48px;
    line-height: 48px;
    margin-left: 30px;
}

.wrapper .nav li {
    float: left;
    width: 50px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    color: white;
}

.wrapper .nav li a {
    font-size: 14px;
}

.banner {
    position: absolute;
    width: 100vm;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner img {
    width: 100%;
    min-width: 1200px;

}

#player {
    min-width: 1200px;
    max-width: 1500px;
    margin: 5px auto;
}