
body {
    background: #DCDCDC;
}

.nav-bar {
    position: fixed;
    width: 200px;
    background: #333;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    z-index: 100;
}

.nav-bar .nav-header {
    padding: 20px 0;
}

.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-simple a {
    color: #fff;
}

.nav-bar form {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.dropdown-menu {
    left:50px;
}
.user-simple:hover .dropdown-menu{
    top: 25px;
}
.user-simple p {
    text-align: left;
}
.nav-bar .search-box button {
    position: absolute;
    top: 5px;
    right: 17px;
    border: none;
    background: #11161F;
    cursor: pointer;
}
.nav-bar .search-box button img {
    width: 14px;
}
.nav-bar .search-input {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 10px;
    border: 1px solid #4e4e4e;
    background: #11161F;
    color: #fff;
}

.nav-bar .nav-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.nav-bar .nav-row a {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #fff;
}

.nav-bar .nav-row a:hover,.nav-bar .nav-row .active {
    background: #656565;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.content {
    margin-left: 200px;
}

.wall-column {
    width: 16.6%;
}

.nodata {
    text-align: center;height: 700px;line-height: 700px
}



.page {
    width: 100%;
    position: fixed;
    height: 50px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    bottom:0;
    background: #fff;
}

.play-area {
    margin: 10px;
    display: flex;
    flex-direction: row;
}

.play-box {
    width: 60%;
    height: 500px;
}

.video_box {
    width: 100%;
    height: 100%;
}

.video_box .video {
    width: 100%;
    height: 100%;
    background: #000000;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video_box .video p {
    margin-bottom: 10px;
}
.video_box .video a {
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
}
.video_box .video a:hover {
    background: #fff;
    color: #000;
}

.detail-box {
    width: 40%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}
.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;
}
.color-1 {
    background: #a40035;
}
.color-2 {
    background: #996c33;
}


.detail-box .button a:hover {
    opacity: 0.8;
}
.like {
    margin: 20px 0;
}
.like .title {
    padding-left: 30px;
    color: royalblue;
}
.detail-box .notice {
    margin: 10px 0;
}

.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;
}

.wap-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    z-index: 100;
    display: flex;
    flex-direction:row;
    background: #333;
    color: #fff;
    overflow: hidden;
}
.wap-header .back {
    height: 50px;
    color: #fff;
    text-align: center;
    width: 40px;
}
.wap-header .back img {
    height: 20px;
}
.wap-header span {
    width:calc(100% - 40px);
    word-break: break-all;
    word-wrap: break-word;
}

.search-title {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
}

.search-title span {
    color: red;
}

.detail-box .collect{
    padding: 5px 7px;
    font-size: 15px;
    border: 1px solid #ca973d;
    color: #ca973d;
    border-radius: 3px;
}
.detail-box .active,.detail-box .collect:hover {
    background: #ca973d;
    color: #fff;
    border: 1px solid #ca973d;
}
.detail-box .mobile-all {
    padding: 5px 7px;
    font-size: 15px;
    border: 1px solid dodgerblue;
    color: dodgerblue;
    border-radius: 3px;
}
.detail-box .copy {
    padding: 5px 7px;
    font-size: 15px;
    border: 1px solid darkred;
    color: darkred;
    border-radius: 3px;
}
.detail-box .copy:hover {
    background: darkred;
    color: #fff;
    border: 1px solid darkred;
}

.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;
}


.vertical-out {
    position: fixed;
    right: 10px;
    bottom: 80px;
    display: none;
    width: 53px;
    height: 53px;
    background: #fff;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    font-size: 15px !important;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    z-index: 10001;
}


.video-message {
    padding: 0 20px;
    background: #f5f5f5;
}

/*****竖屏全屏的css*******/
.vertical {
    position: fixed;
    width: 100%;
    height: 100% !important;
    top: 0;
    z-index: 10000;
}


.footer .f-footer {
    padding: 20px;
}

.friends {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.friends a{
    padding: 4px 15px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
    margin-top: 10px;
}
.friends a:hover {
    background-color: #ff5d23;
    color: #fff;
}
/********小于1200px的时候**********/
@media (max-width: 1200px) {
    .nav-bar {
        width: 100%;
        position: fixed;
        height: 50px;
    }
    .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;
    }
    .video-message {
        padding: 0;
    }
    .nodata {
        height: 100px;
        line-height: 100px;
    }
    .friends {
        padding-left: 5px !important;
        margin-bottom: 0;
    }
    .friends a {
        width: 24%;
        padding: 0;
        height: 25px;
        text-align: center;
        line-height: 25px;
        margin-right: 1%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 5px;
    }
}