body {
    width:100vw;
    height:100vh;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-y: auto;
    background-color: #1a1823;
    margin:0;
}
table {
    padding:0;
    margin:0;
    border-spacing: 0;
}
.container {
    width:100vw;
    height: 100vh;
}
.modal {
    position:fixed;
    z-index: 1002;
}
.bg-mask,
.modal-mask {
    position:fixed;
    z-index: 1001;
    background-color: rgba(0,0,0, 0.3);
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.modal.toast {
    width:90%;
    height: 60px;
    line-height: 60px;
    left:5%;
    top:50%;
    text-align: center;
    margin-top:-100px;
    background-color: #161823;
    color:#999;
    z-index: 1008;
}
.bg-main {
    background-color: #161823;
}
.top-bar {
    position: fixed;
    z-index: 1000;
    top:0;
    left:0;
    width:100%;
    height:50px;
    background-color: #FFF;
}
.top-bar .logo {
    color:#EEE;
    width:140px;
    text-align: center;
    height:50px;
}
.top-bar .logo>.img {
    width:120px;
    height:27px;
    padding-top:11px;
    margin:auto;
}
.top-bar .nav {
    display: inline-block;
    width:54px;
    text-align: center;
    height:32px;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}

.side-bar {
    position: fixed;
    z-index: 1002;
    right:0;
    top:0px;
    width:160px;
    height:100%;
    background-color: #1a1823;
}

.side-bar .menu {
    color:#999;
    font-size:15px;
    width:128px;
    margin:auto;
}
.side-bar .menu .item {
    border-radius: 5px;
    height:40px;
    line-height: 40px;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color:#999;
    text-indent: 40px;
    overflow: hidden;
    margin-top:2px;
}
.side-bar .contact a {
    color: inherit;
    text-decoration: none;
}
.divider {
    width:100%;
    height:0;
    border-bottom: solid 1px #222;
}
.side-bar .divider {
    margin:12px 24px 10px;
}
.side-bar .menu i.fa {
    position: absolute;
    left:10px;
    top:8px;
    margin-right:10px;
    width:24px;
    height:24px;
    overflow: hidden;
    background-image: url(/static/images/menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.side-bar .menu .item.active {
    color:#FFF;
    background-color: #392a39;
}
.side-bar .menu .item.active>.fa-home {
    background-position: -24px 0;
}
.side-bar .menu .fa-recommend {
    background-position: -48px 0;
}
.side-bar .menu .item.active>.fa-recommend {
    background-position: -72px 0;
}
.side-bar .menu .fa-contact {
    background-position: -168px 0;
}
.side-bar .menu .item.active>.fa-contact {
    background-position: -192px 0;
}
.side-bar .menu .fa-personal {
    background-position: -744px 0;
}
.side-bar .menu .item.active>.fa-personal {
    background-position: -768px 0;
}
.side-bar .menu .fa-brand {
    background-position: -312px 0;
}
.side-bar .menu .item.active>.fa-brand {
    background-position: -336px 0;
}
.side-bar .menu .fa-qc {
    background-position: -360px 0;
}
.side-bar .menu .item.active>.fa-qc {
    background-position: -384px 0;
}
.side-bar .menu .fa-ty {
    background-position: -456px 0;
}
.side-bar .menu .item.active>.fa-ty {
    background-position: -480px 0;
}
.corporation {
    position: absolute;
    width:120px;
    height:160px;
    bottom:0;
    left:20px;
    margin:auto;
}
.corporation .icp {
    color:rgba(255,255,255, 0.5);
    opacity: 0.5;
    font-size:12px;
    line-height: 16px;
}
.corporation .contact {
    color:rgba(255,255,255, 0.5);
    font-size: 13px;
}
.corporation table {
    width:100%;
}
.main {
    padding-top:2px;
    width:100%;
    height:calc(100% - 2px);
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-y: auto;
}
.nav-wrap::-webkit-scrollbar,
.main::-webkit-scrollbar{
    width:0;
    height:0;
}
.main .banner {
    max-width:100%;
    max-height: 168px;
}
.main .nav-wrap {
    padding:16px 16px;
    height:32px;
    background-color: #FFF;
    overflow-y: hidden;
    overflow-x: scroll;
    width:calc(100% - 32px);
}
.main .nav-wrap .item {
    display: inline-block;
    text-decoration: none;
    width:120px;
    height:32px;
    line-height: 32px;
    border:solid 1px #EEE;
    border-radius: 6px;
    margin-left:6px;
    margin-right:6px;
    color:#555;
    text-align: center;
    font-size:14px;
}
.main .nav-wrap .item.active {
    background-color: #ec494e;
    color:#FFF;
}
.waterfall-container {
    width:100%;
    position: relative;
}
.waterfall-container .item {
    float: left;
    background-color: #555;
    overflow: hidden;
}
.waterfall-container .item.n1th {
    border-right:solid 2px #FFF;
    border-bottom:solid 2px #FFF;
}
.waterfall-container .item.n2th {
    border-bottom:solid 2px #FFF;
}
.waterfall-container .item.n3th {
    border-bottom:none;
}
.waterfall-container .item.n4th {
    border-right:none;
}
.waterfall-container .item .v {
    width:100%;
}
.waterfall-container .item .video {
    width:100%;
}
.waterfall-container .item .thumb {
    width:100%;
}
.waterfall-container .item .t {
    color:#FFF;
    font-size:15px;
    padding:5px 10px;
    height:52px;
    line-height: 26px;
    width:calc(100% - 20px);
    overflow: hidden;
}
.waterfall-container .item .a {
    padding:0 10px;
    height:26px;
    line-height: 26px;
}
.waterfall-container .item .n,
.waterfall-container .item .p {
    display: inline-block;
    font-size:12px;
    color:#BBB;
    line-height: 26px;
}
.waterfall-container .item .n {
    margin-right: 10px;
    max-width:calc(100% - 80px);
    font-size:14px;
}
.waterfall-container .item .num {
    bottom:10px;
}

.video-list-fullscreen {
    position: fixed;
    z-index: 1000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0, 1);
}
.video-list-fullscreen .close {
    position:fixed;
    width:64px;
    height:64px;
    border-radius: 50%;
    overflow: hidden;
    border:solid 2px #888;
    left:30px;
    top:30px;
    z-index: 1001;
}
.video-list-fullscreen .close:hover {
    color:#FFF;
    background-color: #555;
}
.video-list-fullscreen .close .svg {
    width:18px;
    height:18px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.video-list-fullscreen .close:hover path {
    fill: #FFF;
}
.video-list-fullscreen .vf-container>.item.none {
    display: none;
}
.vf-container .item {
    position: relative;
}
.vf-container .v {
    width:100%;
    height: inherit;
    text-align: center;
}
.vf-container video {
    height: 100%;
    width:auto;
    max-width: 100%;
    margin:auto;
}
.vf-container .i,
.vf-container .o {
    position: absolute;
    z-index: 1001;
}
.vf-container .i {
    left:10px;
    bottom:48px;
    color:#FFF;
}
.vf-container .label {
    color: #face15!important;
    margin-left: 20px;
}
.vf-container .o {
    width:80px;
    right:10px;
    bottom:48px;
    color: #FFF;
}
.vf-container .p {
    text-align: center;
    margin:10px 0;
}
.vf-container .left {
    /*width:70%;*/
    width:100%;
    overflow: hidden;
    /*float: left;*/
}
.vf-container .left.full {
    width:100%;
}
.vf-container .right {
    width:100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:#333;
    position: absolute;
    height:60vh;
    background-color: #161823;
    bottom:0;
    left:0;
    z-index: 1003;
}
.vf-container .right .tab {
    border-bottom: solid 1px #555;
    font-size:18px;
    background-color: #161823;
    padding:6px 5px;
}
.vf-container .tab .tab-item {
    display: inline-block;
    padding:0 6px;
    border-bottom:solid 2px #161823;
    height:42px;
    line-height: 42px;
    color:#8d8d8d;
}
.vf-container .tab .tab-item.active {
    border-bottom:solid 2px #ec494e;
    color: #fff;
}
.vf-container .right tr {
}
.vf-container .close-comment {
    position: absolute;
    right:18px;
    /*top:7px;*/
}

.bottom-nav {
    position:fixed;
    z-index: 1000;
    bottom:0;
    width:100%;
    height:60px;
    background-color: #161823;
    color:#8d8d8d;
    font-size:15px;
    font-weight: bold;
}
.bottom-nav .item.active,
.bottom-nav .item.active a {
    color:#FFF;
}
.bottom-nav a {
    display: block;
    text-decoration: none;
    color:#8d8d8d;
}

.comment-item td {
    padding: 5px 5px;
    height:26px;
    line-height: 26px;
    overflow: hidden;
}
.comment-item td.col-1 {
    width:48px!important;
}
.comment-item td.col-2 {
    width:66%;
}
.comment-item td.col-3 {
    max-width: 100px!important;
}

.v2-comment-tbody {
    padding:6px 6px 66px 6px;
    color:#999;
    font-size:13px;
}
.v2-comment-tbody .post {
    padding-left:42px;
    padding-top:6px;
}
.v2-comment-tbody .content {
    color:#fff;
    font-size:14px;
    padding-bottom: 6px;
}
.v2-comment-tbody .time {

}
.reply-form {
    position:fixed;
    bottom:6px;
    left:3%;
    width:calc(94% - 12px);
    height:48px;
    background-color: #666;
    border-radius: 10px;
    padding:0 6px;
    z-index: 1003;
}
.reply-form.with-parent {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.h56px {height: 56px;}
.reply-form .form-item {
    height:32px;
    line-height: 32px;
    margin-top:8px;
}
.reply-form .emote,
.reply-form .submit {
    width:32px;
    height:32px;
    border-radius: 50%;
    overflow: hidden;
    font-size:20px;
    position:absolute;
    background-color: #AAA;
    text-align: center;
}
.reply-form .reply-parent {
    position: absolute;
    top:-32px;
    left:-6px;
    background-color: #777;
    color:#AAA;
    font-size: 13px;
    width:100%;
    height:26px;
    line-height: 26px;
    overflow: hidden;
    z-index: 1004;
    padding:0 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.reply-form .emote {
    right:38px;
}
.reply-form .submit {
    right: 0;
    color:#8d8d8d;
}
.reply-form .submit.active {
    background-color: #ec494e;
    color:#161823;
}
.reply-form input {
    border:none;
    padding:0 6px;
    background-color: #666;
    margin:0;
    width: calc(100% - 90px);
    font-size:14px;
    color:#FFF;
}
.reply-form input:focus {
    border:none;
    outline:none;
    line-height: 32px;
}

.reply-form input::placeholder {
    color: #AAA;
    font-size:14px;
}
.reply-form input::-webkit-input-placeholder {
    color: #AAA;
    font-size:14px;
}
.reply-form input::-moz-placeholder {
    color: #AAA;
    font-size:14px;
}


.slide {
    position: relative;
    margin: auto;
    height: 168px;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.slide ul {
    margin: 0;
    padding: 0;
    /*width: 9999px;*/
    transition: all 0.5s;
}

/*//自动播放*/
.slide .slide-auto {
    /*animation: marginLeft 10.5s infinite;*/
}

.slide li {
    float: left;
    /*width: 390px;*/
    height: 168px;
    list-style: none;
    line-height: 168px;
    font-size: 36px;
}

.slide li:nth-child(1) {
    background: #9fa8ef;
}

.slide li:nth-child(2) {
    background: #ef9fb1;
}

.slide li:nth-child(3) {
    background: #9fefc3;
}
.slide>.left,
.slide>.right {
    position: absolute;
    width:30px;
    height:60px;
    line-height: 60px;
    background-color: rgba(255,0,0, 0.5);
    color:#FFF;
    top:50%;
    margin-top:-30px;
}
.slide>.left {
    left:20px;
}
.slide>.right {
    right:20px;
}
