body {
    background: #DCDCDC;
}

.nav-bar {
    position: fixed;
    width: 200px;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.nav-bar .nav-header {
    padding: 20px 0;
    text-align: center;
}

.nav-bar .logo {
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
}
.nav-bar .logo img {
    width: 100%;
    max-width: 140px;
}

.user-simple {
    padding: 0 20px;
    margin-bottom: 15px;
}
.user-headimg img {
    border: 2px solid #956b30;
}
.dropdown-menu {
    left:50px;
}
.user-simple:hover .dropdown-menu{
    top: 25px;
}
.user-simple p {
    text-align: left;
}

.user-simple .not-login {
    background: #333;
    color: #fff;
}

.nav-list {
    text-align: center;
    margin-top: 20px;
}
.nav-list a {
    display: block;
    padding: 10px 20px;
    font-size:16px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    transition: all .2s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.nav-list a i {
    margin-right: 7px;
    font-size: 12px;
}


.content {
    margin-left: 200px;
}

.c-top {
    padding: 20px;
    display: flex;
}
.c-top .onerow {
    width: 100%;
    margin-right: 10px;
}

.c-top input {
    width: 100%;
    padding: 10px;
    box-shadow: inset 0 0 5px gray;
}

.c-top a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags {
    padding: 0 20px 0 20px;
    margin-top: 20px;
}
.tags a {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.body-box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-top: 20px;
}

.body-box .index-item {
    width: 19%;
    box-shadow: 0 0 0.3em #ffffff;
    padding: 10px;
    background: #FCFCFC;
    margin-right: 1%;
    margin-bottom: 10px;
}

.body-box .index-item .box-item {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.body-box .index-item .box-item img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}
.body-box .index-item .box-item:hover img {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07)
}
.body-box .index-item .box-item .left-top {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 13px;
}
.body-box .index-item .box-item .left-top span {
    display: inline-block;
    margin-right: 5px;
}
.body-box .index-item .box-item .full {
    line-height: 25px;
    height: 25px;
    padding: 0 5px 0 5px;
    background: #fb615d;
    color: #fff;
}
.body-box .index-item .box-item .hd {
    line-height: 25px;
    height: 25px;
    padding: 0 5px 0 5px;
    background: #6eb6de;
    color: #fff;
}

.body-box .index-item .box-item .time {
    display: block;
    line-height: 25px;
    height: 25px;
    padding: 0 5px 0 5px;
    background: #3f4c63;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 13px;
}
.body-box .index-item .title,.body-box .b-index-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    margin: 5px 0;
    display: block;
    color: #000000;
    font-weight: bold;
}
.body-box .index-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    margin-bottom: 8px;
}


.body-box .index-item .title:hover,.body-box .b-index-item .title:hover,.body-box .index-item .author:hover {
    color: red;
}
.body-box .index-item .author,.body-box .box-message {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    display: block;
    color: steelblue;
    margin-bottom: 5px;
}
.body-box .box-message {
    color: #707070;
}

.page-box {
    text-align: center;
}
.page-box .pagination {
    margin: 0;
    padding: 0;
    height: auto;
}


.body-box .follow {
    display: inline-block;
    width: 100%;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: skyblue;
    color: #fff;
}
.body-box .follow:hover {
    opacity: 0.8;
}

.body-box .follow.active {
    background: #e74c3c;
}

.creator {
    width: 250px !important;
}
.creator img {
    height: 250px !important;
}

.tip-nav {
    padding: 20px 0 10px 20px;
    margin: 0;
    color: #767676;
}


.pagination ul > li > a, .pagination ul > li > span,.pagination ul li input {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.footer .f-footer {
    padding: 20px;
}

.wrapper {
    padding: 0 15px;
}
.wall {
    display: block;
    position: relative;
    margin: 0;
}
.wall:after {
    content:'';
    display:block;
}
.wall-column {
    display: block;
    position: relative;
    width: 20%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.article {
    display: block;
    margin: 0 0 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0.3em #ffffff;
}
.article .a-img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.article .a-img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}
.article .a-img img:hover {
    -webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);transform:scale(1.07);-ms-transform:scale(1.07);
}

.article .a-img .left-top {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 13px;
}
.article .a-img .left-top span {
    display: inline-block;
    margin-right: 5px;
}
.article .a-img .full {
    line-height: 25px;
    height: 25px;
    padding: 0 5px 0 5px;
    background: #fb615d;
    color: #fff;
}
.article .a-img .hd {
    line-height: 25px;
    height: 25px;
    padding: 0 5px 0 5px;
    background: #6eb6de;
    color: #fff;
}

.article .title{
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    word-break: break-all;
    overflow-wrap: break-word;
    margin: 5px 0px;
    display: block;
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.g-top {
    padding: 0 0 10px 20px;
    display: flex;
}

.g-top .i-one {
    width: 100%;
    margin-right: 10px;
}
.g-top .i-one input {
    width: 100%;
    padding: 10px;
    box-shadow: inset 0 0 5px gray;
}

.bgon {
    display: inline-block;
    width: 100%;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #fff;
}
.copy {
    background-color: skyblue;
    margin-bottom: 7px;
}
.out {
    background-color: indianred;
    margin-bottom: 7px;
}
.check {
    background-color: lightseagreen;
    margin-bottom: 7px;
}

.bgon:hover {
    opacity: 0.8;
}

.play_box {
    height: 600px;
}
.video {
    width: 100%;
    height: 100%;
    background: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video p {
    margin-bottom: 10px;
    font-size: 30px;
}
.video a {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}
.video a:hover {
    background: #fff;
    color: #000;
}
.dplayer {
    height: 100% !important;
}
.author-name {
    text-align: center;
    font-size: 16px !important;
    padding: 10px 0;
}

.action-buttons {
    display: flex;
    padding: 10px;
}
.action-buttons a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    background: #fff;
    color: #000000;
}
.action-buttons a:last-child {
    margin: 0;
}
.action-buttons .active {
    color: #ff2a14;
    background: #fef0e5;
    font-weight: bold;
}

.toaction {
    display: flex;
}
.toaction a {
    display: inline-block;
    width: 100%;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: skyblue;
    color: #fff !important;
    margin-right: 5px;
}
.follow.active {
    background: rgb(231, 76, 60);
}

.u-not-login {
    text-align: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    font-weight: bold;
    width: 100%;
}

.detail-box {
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.detail-box .title {
    color: #8b2f32;
    font-size: 20px;
    word-break: break-all;
    word-wrap: break-word;
}
.detail-box p {
    margin-bottom: 10px;
    font-weight: bold;
}
.detail-box .button {
    margin: 12px 0;
}
.detail-box .button a {
    padding: 7px 12px;
    font-size: 16px;
    color: #fff;
}
.detail-box .copy {
    padding: 5px 7px;
    font-size: 15px;
    border: 1px solid darkred;
    color: darkred;
    border-radius: 3px;
    background: unset;
}
.detail-box .copy:hover {
    background: darkred;
    color: #fff;
    border: 1px solid darkred;
}


.color-1 {
    background: #a40035;
}
.color-2 {
    background: #996c33;
}

.detail-box .notice {
    margin: 10px 0;
}

.detail-box .down-cili {
    display: flex;
}
.detail-box .down-cili a {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    background-color: #cccccc;
    background-image: -moz-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -ms-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9d9d9), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: -o-linear-gradient(top, #d9d9d9, #cccccc);
    background-image: linear-gradient(top, #d9d9d9, #cccccc);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#d9d9d9, endColorstr=#cccccc, GradientType=0);
    border: 1px solid #cccccc;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all .2s ease;
    color: #ffffff;
}
.detail-box .down-cili a:hover {
    background-color: #d9534f;
    background-image: -moz-linear-gradient(top, #fb615d, #d9534f);
    background-image: -ms-linear-gradient(top, #fb615d, #d9534f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb615d), to(#d9534f));
    background-image: -webkit-linear-gradient(top, #fb615d, #d9534f); background-image: -o-linear-gradient(top, #fb615d, #d9534f);
    background-image: linear-gradient(top, #fb615d, #d9534f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fb615d, endColorstr=#d9534f, GradientType=0);
    border: 1px solid #d9534f;
}
.detail-box .actor {
    color: #4a77d4;
}


.f-c-1 {
    color: #00479d;
}
.f-c-2 {
    color: #e60012;
}
.f-c-3 {
    color: #59493f;
}
.f-c-4 {
    color: #9539d5;
}
.f-c-5 {
    color: #d57039;
}

.pb150 {
    width: 150px !important;
}

.regular img {
    width: 280px !important;
    height: 187px !important;
    object-fit: cover;
}



.personal img {
    width: 280px !important;
    height: 350px !important;
    object-fit: cover;
}


.search-box {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.search-box button {
    position: absolute;
    top: 3px;
    right: 17px;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 24px;
    display: inline-block;
    background: #fff;
}

.search-input {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 10px;
    border: 1px solid #4e4e4e;
}

.rrr .right-top {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
}
.rrr .right-top span {
    display: inline-block;
}
.rrr .time {
    bottom: 0 !important;
    right: 0 !important;
}

.detail-box .line {
    padding: 5px 7px;
    font-size: 15px;
    border: 1px solid #3f4c63;
    color: #3f4c63;
    border-radius: 3px;
}

.detail-box .line:hover,.detail-box .line-active {
    background: #3f4c63;
    color: #fff;
    border: 1px solid #3f4c63;
}

/********小于1200px的时候**********/
@media (max-width: 1200px) {
    .nav-bar {
        width: 100%;
        position: fixed;
        height: 50px;
        box-shadow: unset;
    }
    .nav-bar .logo {
        margin-bottom: 0 !important;
        width: 25%;
    }
    .nav-header {
        display: flex;
        flex-direction: row;
        padding: 0 10px 0 10px !important;
        margin-bottom: 0;
        height: 50px;
        line-height: 50px;
    }
    .video-end {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
    .user-simple {
        margin-bottom: 0;
        padding: 0;
    }
    .search-box {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        flex-grow: 1;
        margin-right: 5px !important;
        margin-top: 2px;
    }
    .nav-bar .search-input {
        width: 60% !important;
    }
    .nav-bar .search-box button {
        right: 10px !important;
    }

    .nav-bar .nav-row {
        flex-direction: row !important;
        margin-bottom: 10px !important;
    }
    .nav-bar .nav-row a {
        height: 30px;
        line-height: 30px;
        width: 30%;
    }
    .content {
        margin: 0;
    }
    .wrapper {
        padding: 0 !important;
        margin-top: 10px;
    }
    .wall-column {
        width: 50% !important;
    }
    .play-area {
        flex-direction: column;
        margin: 0 !important;
    }

    .play-box {
        width: 100%;
        height: 250px;
    }
    .detail-box {
        width: auto;
        margin: 10px;
    }
    .like {
        margin: 0;
    }
    .like .title {
        padding-left: 10px;
        font-size: 20px;
        margin-top: 10px;
    }
    .search-title {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }
    .nav-bar .search-box button {
        top: auto;
    }
    .menu .two-type .row {
        flex-wrap: wrap;
    }
    .menu .two-type .row a {
        width: 33%;
    }
    .article {
        padding: 3px;
    }
    .article .a-img .left-top {
        left: 0;
        top: 0;
    }
    .article .a-img .left-top span {
        font-size: 10px !important;
    }
    .u-not-login {
        height: 200px;
        font-size: 13px !important;
    }
    .body-box {
        padding: 10px 5px;
    }
    .body-box .index-item {
        width: 49% !important;
        padding: 3px;
        margin-right: 2%;
    }
    .body-box .index-item:nth-child(2n){
        margin-right:0;
    }
    .body-box .index-item .box-item .left-top {
        left: 0;
        top: 0;
        font-size: 10px !important;
    }
    .body-box .index-item .box-item .time {
        right: 0;
        bottom: 0;
        font-size: 10px !important;
    }
    .tip-nav {
        margin-top: 10px;
        font-size: 18px !important;
        padding: 5px 0 0 5px;
    }
    .creator img {
        height: auto !important;
    }
    .regular img {
        width: 189px !important;
        height: 127px !important;
    }
    .personal img {
        width: 189px !important;
        height: 200px !important;
    }
    .play_box {
        height: 250px;
    }
}

