<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font: 12px/20px "\5FAE\8F6F\96C5\9ED1", arial;
    *line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

div,
dl,
ul {
    zoom: 1
}

fieldset,
img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%
}
.fgwsImg .gg{
	min-width:960px!important;
}
.fgwsImg .gg img{
	width:100%;
	height:90px;
}

.icon_font,
b,
em,
i,
small,
span,
u {
    font-weight: 400
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
figure,
footer,
header,
hgroup,
menu,
nav,
output,
progress,
section,
video {
    display: block;
    margin: 0;
    padding: 0
}

a {
    color: #0B0B0B;
    outline: 0
}

a:hover {
    color: #E42112;
    text-decoration: none
}

.clearfix {
    zoom: 1
}

body {
    background: #f5f6f7;
    color: #999;
    font-family: PingFang-SC-Regular, Tahoma, 'Microsoft Yahei', sans-serif
}

a,
b,
em,
i,
small,
span,
u {
    font-style: normal;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    outline: 0 none;
}
a:active,
a:visited,
a[tabindex='-1']:focus {
    outline: 0 none;
}
ol, ul {
    list-style: none;
}

/* form elements */
@font-face {
    font-family: 'Microsoft Yahei';
    src: url("../fonts/sourcesanspro-regular-webfont.eot");
    src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#Microsoft Yahei") format("svg");
    font-weight: normal;
    font-style: normal;
}
.form-control {
    color: #000;
    background: #f6f6f6;
    border-color: #d9d9d9;
    font-size: 15px;
    line-height: 28px;
    height: 42px;
    /* placeholder input styles */
}

.form-control input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bdbdbd;
}

.form-control input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd;
}

.form-control input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bdbdbd;
    opacity: 1;
}

.form-control input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bdbdbd;
}


/* error messages */


/* error animations */

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

.alert-msg-holder {
    margin: 0 auto;
    text-align: center;
    max-width: 1170px !important;
}

.alert-ajax {
    -webkit-animation: bounce 800ms ease-out;
    -moz-animation: bounce 800ms ease-out;
    -ms-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 800ms ease-out;
}

* {
    max-height: 1000000px;
}

html,
body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    min-width: 1020px;
    margin: 0;
    color: #0B0B0B;    
    background: #f5f6f7;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
        overflow-x: scroll;
}

img {
    border-style: none;
    display: block;
}

a {
    text-decoration: none;
    font-style: normal;
    color: #0B0B0B;
}

a:hover {
    text-decoration: none;
}

a:active {
    background-color: transparent;
    outline: none !important;
    text-decoration: none;
}

a:focus {
    outline: none !important;
    text-decoration: none;
}

button:focus,
button:active {
    outline: none !important;
}

input,
textarea,
select {
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1", arial;
    vertical-align: middle;
    color: #000;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type=file],
input[type=search] {
    -webkit-appearance: none;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}

input[type=text],
input[type=password],
textarea,
input[type=submit],
input[type="email"],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

input[type="submit"]:hover {
    cursor: pointer;
}

iframe {
    border: 0;
    display: block;
}


/* end of reset */


#container {
    min-height: 100%;
    position: relative;
}
.resp-1024 #container {
    min-height:1200px;
    position: relative;
}
#header:after {
    display: block;
    clear: both;
    content: "";
}


/**/

#main {
    position: relative;     
}

#content {
    width: 73%;
    float: left;
}

h1 {
    font-size: 23px;
    line-height: 23px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    margin: 0 0 20px;
    color: #000;
}

.banner-popular {
    padding: 0 0 5px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 15px;
}


/**/

.editorpick-holder {
    padding: 0 16px 0 0;
    float: left;
    width: 70.8%;
    position: relative;
}

.absolute-div {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 16px 0 0;
}

.editorpick-videos {
    /*padding: 6px 6px 6px 0;*/
    float: right;
    width: 28%;
    border: 1px solid #303030;
    border-bottom: 0;
    background: #1f1f1f;
}

.editorpick-videos .scrollable-area {
    height: 293px;
    overflow-y: auto;
    padding: 0 4px 0 0;
}

#ep_video_container {
    width: 100%;
    height: 100%;
}

#ep_video_container&gt;div {
    width: 100%;
    height: 100%;
}

#ep_video_container iframe {
    width: 100%;
    height: 100%;
}

.editorpick {
    /*background: #fff;*/
    margin: 0 0 20px;
}

.playerRatio {
    width: 100%;
    height: auto;
}

.popular-vids {
    padding: 0 0 0 15px;
}

.featured-video {
    /*background: #fff;*/
    font-size: 13px;
    line-height: 15px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    margin:0 0 30px;
    
}


/*.featured-video:first-child {
    padding: 10px 0 14px; }*/

.featured-video:last-child {
    border: none;
}

.featured-video .video_thumb {
    cursor: pointer;
    position: relative;
    float: left;
    width: 115px;
    margin: 0 10px 0 0;
}

.featured-video .video_thumb .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.featured-video .video_thumb a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.featured-video .video_thumb a .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.featured-video .duration {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    color: #fff;
    text-align: center;
    height: 16px;
    padding: 0 3px;
    min-width: 34px;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    background: none repeat scroll 0 0 rgba(0,0,0,0.6);
    border-radius: 2px;
    ] opacity: .6;
}

.featured-video .details_block {
    margin-top: 5px;
    overflow: hidden;
}

.featured-video .title,
.featured-video .author {
    display: block;
}

.featured-video .title {
    color: #000;
    font: 400 14px/18px "\5FAE\8F6F\96C5\9ED1", arial;
    margin: 0 0 4px;
}

.featured-video .title a {
    color: #999;
    text-decoration: none;
}

.featured-video .title a:hover {
    color: #ff6428;
}

.featured-video .author {
    margin: 0 0 2px;
    color: #ff6428;
}

.featured-video .author a {
    color: #ff6428;
    text-decoration: none;
}
.featured-video .views-date {
    color:#666;
}
.featured-video .views-date .date,
.featured-video .views-date span {
    display: inline-block;
    vertical-align: middle;
}

.featured-video .views-date .date {
    margin: 0 0 0 4px;
    padding: 0 0 0 8px;
    position: relative;
}

.featured-video .views-date .date:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    z-index: 2;
    background: #757575;
    border-radius: 2px;
}

.thumb-ratio {
    width: 100%;
    height: 100%;
}

.item-video .thumb-holder {
    position: relative;
    z-index: 2;
    color: #fff;
    /*box-shadow: 1px 0px 0px #ddd;*/
}

.item-video .thumb-holder .video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    list-style: 14px;
}

.item-video .thumb-holder .video-link .img-responsive {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/dl-first.png) center center no-repeat
}
.item-video .thumb-holder .thumb-ratio {
	height: 122px;
}
.item-video .view_channel .thumb-ratio {
    height: 100%; 
}
.item-video .thumb-holder .video-link .title {
    position: absolute;
    z-index: 2;
    font: 400 18px/20px "Microsoft Yahei", sans-serif;
    left: 0;
    top: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.6+0,0.59+43,0.55+49,0.26+70,0.12+82,0.05+90,0.01+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 43%, rgba(0, 0, 0, 0.55) 49%, rgba(0, 0, 0, 0.26) 70%, rgba(0, 0, 0, 0.12) 82%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.01) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 43%, rgba(0, 0, 0, 0.55) 49%, rgba(0, 0, 0, 0.26) 70%, rgba(0, 0, 0, 0.12) 82%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.01) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.59) 43%, rgba(0, 0, 0, 0.55) 49%, rgba(0, 0, 0, 0.26) 70%, rgba(0, 0, 0, 0.12) 82%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.01) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#03000000', GradientType=0);
    /* IE6-9 */
    padding: 10px 94px 15px 10px;
    margin: 0;
}

.item-video .thumb-holder .video-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

   width: 100%;
    height: 100px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.01+9,0.07+21,0.24+36,0.53+55,0.78+76,0.8+81,0.8+100 */
    /*background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.01) 9%, rgba(0, 0, 0, 0.07) 21%, rgba(0, 0, 0, 0.24) 36%, rgba(0, 0, 0, 0.53) 55%, rgba(0, 0, 0, 0.78) 76%, rgba(0, 0, 0, 0.8) 81%, rgba(0, 0, 0, 0.8) 100%);
      /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.01) 9%, rgba(0, 0, 0, 0.07) 21%, rgba(0, 0, 0, 0.24) 36%, rgba(0, 0, 0, 0.53) 55%, rgba(0, 0, 0, 0.78) 76%, rgba(0, 0, 0, 0.8) 81%, rgba(0, 0, 0, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.01) 9%, rgba(0, 0, 0, 0.07) 21%, rgba(0, 0, 0, 0.24) 36%, rgba(0, 0, 0, 0.53) 55%, rgba(0, 0, 0, 0.78) 76%, rgba(0, 0, 0, 0.8) 81%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    /* IE6-9 */
}

.item-video .thumb-holder .duration,
.item-video .thumb-holder .cb_quickie {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 10px;
}

.item-video .thumb-holder .duration,
.item-video .thumb-holder .type_time {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 0;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    padding: 0 10px;
    left: auto;
}

.item-video .thumb-holder .type_time {
    text-align: center;
    color: #fff;
}

.item-video .thumb-holder .duration {
    /*background: #000;*/
    border-radius: 4px 0 0 4px;
    opacity: .9;
}

.item-video .video-info .duration {
    font-size: 14px;
    line-height: 20px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    text-align: center;
    height: 20px;
    min-width: 44px;
    border-radius: 2px;
    float: right;
    z-index: 999;
    color: #777;
}

.item-video .thumb-holder .cb_quickie {
    width: 24px;
    height: 20px;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    background: none;
    cursor: pointer;
}

.item-video .thumb-holder .cb_quickie.icon-tick {
    background: #ff6428;
    border-color: #ff6428;
}

.item-video .thumb-holder .vid-type {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffa000;
    height: 24px;
    padding: 2px 8px 2px 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    z-index: 2;
    border-radius: 2px;
}

.background-masker {
    -webkit-animation: placeHolderLoading 2s linear infinite;
    -moz-animation: placeHolderLoading 2s linear infinite;
    -ms-animation: placeHolderLoading 2s linear infinite;
    -o-animation: placeHolderLoading 2s linear infinite;
    animation: placeHolderLoading 2s linear infinite;
    background: #fff;
    background: -webkit-gradient(-45deg, color-stop(25%, #fff), color-stop(25%, #f6f6f6), color-stop(50%, #fff));
    background: -webkit-linear-gradient(-45deg, #fff 25%, #f6f6f6 25%, #fff 50%);
    background: linear-gradient(133deg, #fff 25%, #f6f6f6 25%, #fff 50%);
    background-size: 800px 400px;
    position: 0 0;
    position: relative;
}

@-webkit-keyframes placeHolderLoading {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

@-moz-keyframes placeHolderLoading {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

@-o-keyframes placeHolderLoading {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

@keyframes placeHolderLoading {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}


/* thumb placeholder */

.thumb-video {
    background-color: transparent;
}

.loadingInfo {
    padding: 18px;
    position: relative;
}

.loadingInfo .views-date,
.loadingInfo .paragraph,
.loadingInfo .heading {
    background-color: #eee;
    height: 10px;
    margin-bottom: 20px;
}

.loadingInfo .paragraph {
    height: 7px;
    margin-bottom: 10px;
    margin-right: 20%;
}

.loadingInfo .views-date {
    height: 5px;
    margin-right: 50%;
    margin-bottom: 0;
}

.videos .item-video,
.featured-videos .item-video {
    padding: 0 10px;
    margin: 0 0 20px;
	margin-right: 20px;
}

.video_thumb .vTime {
    display: block;
    width: 52px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    border-radius: 22px;
    position: absolute;
    font-size: 12px;
    bottom: 8px;
    right: 9px;
    background: rgba(0, 0, 0, .6);
}

.videos .video-info {
    font-size: 12px;
    line-height: 20px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;    
    height: 50px;
    position: relative;
    z-index: 2;
}

.videos .video-info .title {
    height: 24px;
    overflow: hidden;
    color: #555;
    font-size: 14px;
    line-height: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;    
    padding-top: 8px;
    margin-top: 10px;
}
.videos .video-info .title a:hover {
    color: #ff6d03
}

.videos .video-info .author {
    display: block;
    margin: 0 0 5px;
    color: #ff6428;
}

.videos .video-info .author a {
    color: #ff6428;
    text-decoration: none;
}

.videos .video-info .views-date {
    position: absolute;
    z-index: 2;
    left: 0;
    color: #ccc;
    width: 100%;
    line-height: 14px;
}

.videos .video-info .views-date .date,
.videos .video-info .views-date span {
    display: inline-block;
    vertical-align: middle;
}

.videos .video-info .views-date .date {
    margin: 0 0 0 4px;
    padding: 0 0 0 8px;
    position: relative;
}

.videos .video-info .views-date .date:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    z-index: 2;
    background: #757575;
    border-radius: 2px;
}


/*videos.php模块样式*/

.videos .videos-info {
    font-size: 12px;
    line-height: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    padding: 4px 0;
    background: #fff;
    height: 65px;
    position: relative;
    /*box-shadow: 2px 2px 3px #ddd;
      margin: 0 auto 10px;*/
}

.videos .videos-info .title {
    max-height: 40px;
    overflow: hidden;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    padding: 0 8px;
    margin: 0 0 5px;
}

.videos .videos-info .title a {
    color: #232323;
    text-decoration: none;
    font-weight: 500;
	width: 100%;
    display: inline-block;
    font-size: 14px;
}

.videos .videos-info .title a:hover {
    color: #ff6428
}

.videos .videos-info .author {
    display: block;
    margin: 0 0 5px;
    color: #ff6428;
}

.videos .videos-info .author a {
    color: #ff6428;
    text-decoration: none;
}

.videos .videos-info .views-date {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 0 8px;
    color:#999;
}

.videos .videos-info .views-date .date,
.videos .videos-info .views-date span {
    display: inline-block;
    vertical-align: middle;
}

.videos .videos-info .views-date .date {
    margin: 0 0 0 4px;
    padding: 0 0 0 8px;
    position: relative;
}

.videos .videos-info .views-date .date:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    z-index: 2;
    background: #757575;
    border-radius: 2px;
}

.btn-loadmore {
    background: #eee;
    font-size: 14px;
    line-height: 22px;
    font-family: "Microsoft Yahei", sans-serif;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 4px 12px;
    min-width: 200px;
}


/* quick list */

.quick_container {
    width: 1000px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}


/**/

.quicklist_box {
    bottom: 0;
    right: 0;
    background-color: #f1f1f1;
    width: 350px;
    color: #fff;
    position: fixed;
    z-index: 1000;
    border: 1px solid #d5d5d5;
    font-size: 13px;
    line-height: 15px;
}

.quicklist_box_head {
    line-height: 30px;
    color: #000;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding: 5px;
    text-align: right;
}

.quicklist_box_head .quick_title {
    float: left;
    text-align: center;
}

.ql_show-hide {
    float: left;
}

.ql_rem {
    float: right;
}

.quicklist_box_head h1 {
    color: #333;
    font-size: 14px;
    font-family: "source_sans_probold", sans-serif;
    margin: 10px 0px;
    width: 100%;
    float: left;
}

.cross_icon {
    cursor: pointer;
}

.cross_icon {
    background-image: url(../images/icons/cross.png);
    position: relative;
    z-index: 10;
}

.quicklist_cont {
    width: 100%;
    height: 100%;
    max-height: 334px;
    overflow-y: auto;
    display: none;
}

.my_quicklist {
    max-height: 325px;
    overflow: auto;
}

.qlist_item {
    background-color: #fff;
    padding: 10px 5px;
    border-top: 1px solid #d5d5d5;
    position: relative;
}

.pl_thumb {
    width: 144px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.pl_thumb .pl_duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.6);
}

.pl_details {
    overflow: hidden;
    padding: 0 36px 0 0;
    color: #212121;
}

.pl_details a {
    color: #212121;
}

.pl_thumb a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.pl_thumb a .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ql_delete {
    position: absolute;
    right: 5px;
    top: 5px;
}

.private_video {
    background-image: url(../images/private.png);
    width: 110px;
    height: 66px;
    position: absolute;
    top: 2px;
    left: 2px;
    border: 0px;
}


/**/


/* collections grid */

.collections-grid .row {
    margin: 0 -8px;
}

.collections-grid .collection-item {
    padding: 0 8px;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 16px;
}

.collections-grid .collection-holder {
    position: relative;
    z-index: 1;
}

.collections-grid .photo-bg {
    width: 100%;
    height: auto;
}

.collections-grid .photo-block {
    position: absolute;
    z-index: 2;
    padding: 7% 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collections-grid .photo-block a {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    color: #fff;
}

.collections-grid .photo-block img {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.collections-grid .photo-block .collection-info {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 4;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    text-align: center;
    padding: 12px 4px;
}

.collections-grid .photo-block .collection-info span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 6px;
}

.collections-grid .title {
    display: block;
    background: #fff;
    padding: 10px 0 0;
    overflow: hidden;
    height: 28px;
}

.collections {
    padding: 16px 0;
    margin: 0 0 20px;
}

.collections .row {
    margin: 0 -8px;
}

.collections .collection-item {
    padding: 0 8px;
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 18px;
}

.collections .collection-holder {
    position: relative;
    z-index: 1;
}

.collections .photo-bg {
    width: 100%;
    height: auto;
}

.collections .photo-block {
    position: absolute;
    z-index: 2;
    padding: 7% 0 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collections .photo-block a {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    color: #fff;
}

.collections .photo-block img {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.collections .photo-block .collection-info {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 4;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    text-align: center;
    padding: 12px 4px;
}

.collections .photo-block .collection-info span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 6px;
}

.collections .title {
    display: block;
    background: #fff;
    padding: 9px 10px;
}


/* end of sidebar collection */


/* sidebar playlists */

.sidebar-playlists {
    margin: 0 0 20px;
}

.sidebar-playlists .playlist {
    background: #fff;
    padding: 10px 16px;
    margin: 0 0 20px;
}

.sidebar-playlists .playlist h3 {
    font-size: 16px;
    line-height: 16px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 10px;
}

.sidebar-playlists .playlist .row {
    margin: 0 -3px;
}

.sidebar-playlists .playlist .video {
    padding: 0 3px;
    margin: 0 0 10px;
}

.sidebar-playlists .playlist .playlist-video {
    display: block;
    position: relative;
}

.sidebar-playlists .playlist .playlist-video .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.sidebar-playlists .playlist .videos-count {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    color: #757575;
}


/* end of sidebar playlists */

.cat-videos {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 20px;
}

.cat-videos .heading {
    margin: 0 0 10px;
}

.cat-videos .heading h1 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-family: "source_sans_probold", sans-serif;
    color: #333;
}

.cat-videos .heading h1 img {
    display: inline-block;
    vertical-align: top;
    margin: -2px 5px 0 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    width: 24px;
    height: 24px;
    padding: 2px;
}

.cat-videos .heading h1 a {
    color: #666;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.cat-videos .heading h1 a i {
    color: #ff6428;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.cat-videos .heading h1 a:hover {
    color: #ff6428;
    text-decoration: none;
}

.cat-videos .heading h1 a:hover i {
    margin: 0 0 0 5px;
}

.cat-videos .video-block {
    width: 20%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.cat-videos .video_row {
    height: 240px;
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap;
}

.cat-videos .video_row,
.cat-videos .scrollable-area-wrapper {
    width: 100% !important;
    height: auto !important;
}


/* videos page */

.photos .heading h2,
.photos .heading h1 {
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
}

.filter-dropdowns .dropdown-menu&gt;li&gt;a,
.filter-dropdowns .dropdown-menu&gt;li&gt;div&gt;a {
    display: block;
    text-decoration: none;
    font-family: "Microsoft Yahei", sans-serif;
    padding: 6px 20px 6px 12px;
    color: #fff;
}

.filter-dropdowns {
    margin: 20px 4px 16px;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    border-bottom: 2px solid #ff6428;
    /*font-family: "Microsoft Yahei", sans-serif;*/
}

.filter-dropdowns .cat-col {
    text-align: left;
    padding: 0 10px 0 0;
}

.filter-dropdowns .cat-col .dropdown {
    margin: 0;
}

.filter-dropdowns .cat-col .btn-default {
    background: #eee;
    border: 2px solid #000;
    padding: 5px 10px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    margin: 0 0 0 10px;
}

.filter-dropdowns .cat-col .btn-default:hover,
.filter-dropdowns .cat-col .btn-default:active {
    background: #ff6428;
    border-color: #ff6428;
    color: #fff;
}

.filter-dropdowns .sorting-col {
    text-align: right;
    padding: 0 0 0 10px;
}

.filter-dropdowns .sorting-col .dropdown-menu {
    left: auto;
    right: 0;
}

.filter-dropdowns .sorting-col .dropdown-menu&gt;li {
    position: relative;
}

.filter-dropdowns .sorting-col .dropdown-menu&gt;li a i {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    text-align: center;
    top: 50%;
    right: 5px;
    margin: -8px 0 0;
}

.filter-dropdowns .sorting-col .dropdown-menu&gt;li a.selected,
.filter-dropdowns .sorting-col .dropdown-menu&gt;li a:hover {
    background: #17181a;
}

.filter-dropdowns .dropdown {
    display: inline-block;
    vertical-align: top;
    background: #ff6428;
    padding: 6px 10px;
    height: 34px;
    border-radius: 4px;
    margin: 0 0 0 5px;
}

.filter-dropdowns .dropdown.open {
    border-radius: 4px 4px 0 0;
}

.filter-dropdowns .dropdown&gt;a {
    color: #fff;
    display: block;
}

.filter-dropdowns .dropdown&gt;a span {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin: 0 0 0 10px;
}

.filter-dropdowns .dropdown&gt;a:hover {
    text-decoration: none;
}

.filter-dropdowns .icon-arrow-down {
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.filter-dropdowns .dropdown-menu {
    background: #424242;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;
    border: none;
}

.filter-dropdowns .dropdown-menu&gt;li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.filter-dropdowns .dropdown-menu&gt;li:last-child&gt;a,
.filter-dropdowns .dropdown-menu&gt;li:last-child&gt;div&gt;a {
    border-radius: 0 0 4px 4px;
    border: none;
}

.filter-dropdowns .dropdown-menu&gt;li&gt;div {
    position: relative;
    z-index: 2;
    padding: 0 30px 0 0;
    border-bottom: 1px solid #515151;
}

.filter-dropdowns .dropdown-menu&gt;li&gt;div:hover {
    background: #17181a;
}

.filter-dropdowns .dropdown-menu&gt;li&gt;div i {
    font-size: 10px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 5px;
    margin: -11px 0 0;
    background: #212121;
    color: #fff;
}

.filter-dropdowns .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    border-radius: 0 4px 4px 0;
    background: #616161;
    z-index: 4;
}

.filter-dropdowns .dropdown-menu .sub-menu&gt;li:first-child&gt;div&gt;a {
    border-radius: 4px 4px 0 0;
}

.filter-dropdowns .dropdown-menu .sub-menu&gt;li&gt;div&gt;a {
    border-color: #686868;
}

.filter-dropdowns .dropdown-menu .sub-menu .sub-menu {
    background: #757575;
}

.filter-dropdowns .dropdown-menu .sub-menu .sub-menu&gt;li&gt;div&gt;a {
    border-color: #7f7f7f;
}

.filter-dropdowns .dropdown-menu .sub-menu .sub-menu .sub-menu {
    background: #898989;
}

.filter-dropdowns .dropdown-menu .sub-menu .sub-menu .sub-menu&gt;li&gt;div&gt;a {
    border-color: #949494;
}


/* watch video */

.bg-watch-vid {
    background: #1e1e1e;
    box-sizing: border-box;
    position: relative;
    /*top: -11px;*/
    width: 100%;
}

.container-watch {
    width: 64%;
    height: 100%;
    margin: 10px auto 0;
}

.player-holder {
    position: relative;
}

#cb_player {
    height: 100%;
}

#cb_player #link_v {
    display: inline-block;
    vertical-align: top;
}

#cb_player iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video_player {
    height: inherit;
}


/* player having sidebar items relation */

.player-items {
    margin: 0 0 18px;
    position: relative;
}

.player-items .player-holder {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-details,
.video-popular,
.video-details {
    background: #fff;
}

.view-details header.details,
.video-details header.details {
    /*margin: 0 0 20px;*/
}

.view-details header.details h1,
.video-details header.details h1 {
    font-size: 24px;
    line-height: 32px;
    color: #333;
}

.view-details header.details .user-video-info,
.video-details header.details .user-video-info {
    display: table;
    width: 100%;
}

.view-details header.details .user-video-info .views-counter,
.view-details header.details .user-video-info .avatar,
.view-details header.details .user-video-info .user-title,
.video-details header.details .user-video-info .views-counter,
.video-details header.details .user-video-info .avatar,
.video-details header.details .user-video-info .user-title {
    display: table-cell;
    vertical-align: middle;
}

.view-details header.details .user-video-info .avatar,
.video-details header.details .user-video-info .avatar {
    width: 58px;
}

.view-details header.details .user-video-info .avatar img,
.video-details header.details .user-video-info .avatar img {
    width: 38px;
    height: 38px;
    border-radius: 29px;
}

.view-details header.details .user-video-info .user-title,
.video-details header.details .user-video-info .user-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    /*padding: 0 0 0 16px;*/
}


/*.view-details header.details .user-video-info .user-title a,
        .video-details header.details .user-video-info .user-title a {
          color: #399be6; }*/

.view-details header.details .user-video-info .views-counter,
.video-details header.details .user-video-info .views-counter {
    text-align: right;   
    font-size: 20px;
    line-height: 25px;
    padding: 12px 10px 11px 16px;
}

.view-details header.details .user-video-info .views-counter span,
.video-details header.details .user-video-info .views-counter span {
    display: inline-block;
    vertical-align: top;
    color: #fb3b3b;
    font-weight: 700;
    font-size: 22px;
}

.video-details header.details .user-video-info .views-counter .desc {
    color: #4e4e4e;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
}

.view-details .user-likes-sub,
.video-details .user-likes-sub {
    margin: 0 -15px;
}

.view-details .user-likes-sub .like-rating .rating,
.video-details .user-likes-sub .like-rating .rating {
    padding: 3px 0 2px;
}

.view-details .user-likes-sub .subscribe-col,
.video-details .user-likes-sub .subscribe-col {
    text-align: right;
}

.view-details .user-likes-sub .subscribe-col .dropdown,
.video-details .user-likes-sub .subscribe-col .dropdown {
    display: inline-block;
    vertical-align: middle;
}

.view-details .user-likes-sub .dropdown-toggle,
.view-details .user-likes-sub .btn-subscribe,
.video-details .user-likes-sub .dropdown-toggle,
.video-details .user-likes-sub .btn-subscribe {
    font-size: 14px;
    line-height: 14px;
}

.video-popular .tit .views-date span {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    margin-top: 9px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
}


/* rating */

.rating {
    color: silver;
    font-size: 16px;
    line-height: 20px;
}

.rating .like-dislike {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
}

.rating .like-dislike a {
    color: silver;
}

.rating .like-dislike a span {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.rating .like-dislike a:hover {
    color: #ff6428;
}

.rating .like-dislike.rated a {
    color: #ff6428;
}

.rating .like-error {
    display: block;
}

.rating .like-error span {
    display: block;
}

.error {
    display: block;
    padding: 10px;
    background: #f97373;
    color: #fff;
}


/* view-tabs */

.cat-tabs {
    margin: 0 0 20px;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
}

.cat-tabs .panel-body {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
}

.cat-tabs .panel-body li {
    display: inline-block;
    vertical-align: top;
}

.cat-tabs .panel-body li a {
    color: #010101;
    display: block;
    padding: 15px 20px;
    border-bottom: 3px solid transparent;
}

.cat-tabs .panel-body li a:hover {
    text-decoration: none;
    border-color: #ff6428;
}

.cat-tabs .panel-body li.selected a {
    border-color: #ff6428;
    font-family: "source_sans_probold", sans-serif;
}
.watch-vid-details {
    position: relative;
}
.wapper_user_img .profile_user_card .profile_user_card02 {
    padding: 0 26px 26px;
}
.wapper_user_img .profile_user_card .profile_user_card02 img {
    width: 160px;
    height: 160px;
}
.wapper_user_img .waper_social_link {
    position: relative;
}
.wapper_user_img .waper_social_link a {
    display: block;
    padding: 2px 65px 11px;
    font-size: 14px;
}
.wapper_user_img .waper_social_link a i {
    font-size: 14;
    text-align: left;
    margin: 3px 2px;
}
.wapper_user_img .waper_social_link a .fa-link {
    background: #999;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
}
.wapper_user_img .waper_social_link a .fa-facebook-square {
    color: #007fb3;
    font-size: 20px;
}
.wapper_user_img .waper_social_link a .fa-twitter-square {
    color: #00B2B5;
    font-size: 20px;
}
.wapper_user_img .waper_social_link a .fa-instagram {
    font-size: 20px;
    color: #ff00af;
}
.profile_det_prof {
    padding: 30px 17px 3px;
    margin: 0;
    border: 1px solid #e3e3e3;
    background: #eee;
}

.flat-tabs h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 10px;
}
.profile_det_prof h2 {
    font-size: 42px;
    display: block;
    text-transform: capitalize;
    margin: 0;
}
.profile_det_prof h2 span {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
}
.profile_det_prof h2 span p {
    border-radius: 2px;
    padding: 0 5px;
    color: #fff;
    text-transform: uppercase;
}
.profile_det_prof .about_me {
    display: block;
    font-size: 14px;
    margin: 0 0 12px;
}
.profile_det_prof .about_me span {
    display: inline-flex;
    margin: 0 9px 2px 1px;
    padding: 0 9px 2px 1px;
    color: #636363;
    border-right: 1px solid #dadada;
}
.profile_det_prof .about_me span:last-child {
    border-right: none;
}
.bg-color {
    padding: 30px 17px 3px;
    margin: 10px 0;
    border: 1px solid #e3e3e3;
    background: #eee;
}
.flat-tabs .alert-info {
    background: none;
    font-size: 13px;
    line-height: 18px;
    border: none;
    padding: 0;
}

.flat-tabs .nav-tabs.nav {
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
}

.flat-tabs .nav-tabs.nav&gt;li {
    margin: 0;
}

.flat-tabs .nav-tabs.nav&gt;li&gt;a {
    border-width: 0 0 3px;    
    margin: 0;
    padding: 8px 15px;
    color: #333333;
    font-size: 18px;
}

.flat-tabs .nav-tabs.nav&gt;li&gt;a:hover {
    border-width: 0 0 3px;
    border-color: #ff6428;
    background: none;
    color: #000;
}

.flat-tabs .nav-tabs.nav&gt;li.active&gt;a,
.flat-tabs .nav-tabs.nav&gt;li.active&gt;a:hover,
.flat-tabs .nav-tabs.nav&gt;li.active&gt;a:active {
    border-color: #4caf50;
    color: #4caf50;
    font-family: "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif;
}

.flat-tabs .tab-content&gt;.tab-pane {
    padding: 16px 0 0;
}

.flat-tabs .tab-content .infotable table td {
    width: 50%;
}

.flat-tabs .tab-content .infotable table td img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.flat-tabs .item-photo .photo-info,
.flat-tabs .videos .video-info {
    background: #f6f6f6;
}

.flat-tabs .playlist-item {
    margin: 0 0 10px;
}

.view-tabs h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 10px;
}

.view-tabs .alert-info {
    background: none;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    border: none;
    padding: 0;
}

.view-tabs .nav-tabs.nav {
    font-size: 16px;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
}

.view-tabs .nav-tabs.nav&gt;li {
    margin: 0;
}

.view-tabs .nav-tabs.nav&gt;li&gt;a {
    border: none;
    margin: 0;
    padding: 10px 16px 10px 0;
    color: #7c7c7c;
}

.view-tabs .nav-tabs.nav&gt;li&gt;a:hover {
    border-color: #ff6428;
    background: none;
    color: #000;
}

.view-tabs .nav-tabs.nav&gt;li&gt;a span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: 18px;
    line-height: 22px;
}

.view-tabs .nav-tabs.nav&gt;li.active&gt;a,
.view-tabs .nav-tabs.nav&gt;li.active&gt;a:hover,
.view-tabs .nav-tabs.nav&gt;li.active&gt;a:focus {
    color: #ff6428;
    background: none;
}

.view-tabs .tab-content&gt;.tab-pane {
    padding: 16px 0 0;
}

.view-tabs .tab-content .infotable table td {
    width: 50%;
}

.view-tabs .tab-content .infotable table td img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.fav-repo .desc-list,
.watch-vid-details .desc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 14px;
}

.fav-repo .desc-list li,
.watch-vid-details .desc-list li {
    margin: 0 0 10px;
}

.fav-repo .desc-list li img,
.watch-vid-details .desc-list li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}


/*.fav-repo .desc-list li a,
    .watch-vid-details .desc-list li a {
      color: #ff6428; }*/

.fav-repo .desc-list li a:hover,
.watch-vid-details .desc-list li a:hover {
    text-decoration: none;
    color: #005c81;
}

.social-share {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 0 16px;
    font-size: 44px;
    line-height: 44px;
}

.social-share li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.social-share li a {
    display: block;
    background: #fff;
    width: 44px;
    height: 44px;
}

.social-share li a:hover {
    text-decoration: none;
}

.social-share li a.btn-fb {
    color: #50b674;
}

.social-share li a.btn-tw {
    color: #1c95d0;
}

.social-share li a.btn-gplus {
    color: #d34332;
}

.social-share li a span {
    font-size: 0;
    line-height: 0;
}

.share_form .form-group label.block-label {
    font-size: 18px;
    line-height: 18px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 16px;
    display: block;
}

.share_form .form-group label.block-label span {
    font-size: 14px;
    color: #757575;
}

.share_form .form-group .radio-inline {
    margin: 0 16px 10px 0;
    padding: 0;
    line-height: 22px;
}

.share_form .form-group .radio-inline input[type="radio"] {
    margin-top: 2px;
}

.share_form textarea {
    resize: none;
}

.share_form .btn-submit {
    font-size: 15px;
    line-height: 15px;
    font-family: "Microsoft Yahei", sans-serif;
}
.Section__All {
    position: relative;
    display: block;
    padding: 0;
}
.section_video {
    position: relative;
    padding: 0;
    margin-left: -6px;
}
.section_video a {
    display: inline-block;
}
.section_video a h2 {
    font-size: 24px;
    margin: 0 9px 12px;
    color:#699f00;
}
.section_video .site-title_left {
    line-height: 38px;
    height: 40px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ececec;
}
.section_video .video_holder {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    display: block;
}
.section_video .video_holder .Thumbnail__Big, .section_video .video_holder .Thumbnail__small {
    padding: 0;
    margin: 0;
}
.section_video .video_holder .Thumbnail__Big .Thumbnail__Area, .section_video .video_holder .Thumbnail__small .Thumbnail__Area {
    display: block;
    overflow: hidden;
    padding: 5px 11px 6px 6px;
}
.section_video .video_holder .Thumbnail__Big .Thumbnail__Area .Thumbnail__thumbnail, .section_video .video_holder .Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail {
    position: relative;
}
.section_video .video_holder .Thumbnail__Big .Thumbnail__Area .Thumbnail__thumbnail .Thumbnail__thumb, .section_video .video_holder .Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .Thumbnail__thumb {
    display: block;
    border-radius: 3px;
}
.gui_img {
    width: 100%;
    border-radius: 3px;
}
.section_video .video_holder .Thumbnail__Big .Thumbnail__Area .Thumbnail__thumbnail .duration, .section_video .video_holder .Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .duration {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff;
    background: rgba(0,0,0,.6);
    padding: 5px;
    border-radius: 2px;
    margin: 6px;
}
.Video__details {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 6px 0px 13px 8px;
    z-index: 3;
    left: 0;
    color: #fff;
}
.Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .Video__details {
    margin: 5px 10px 13px;
}
.Video__details div .Video__channel__CB {
    display: flex;
}
.Video__details div .Video__Title__CB {
    display: flex;
    font-size: 24px;
}
.Video__details div .Video__Title__CB a {
    color: #fff;
    padding: 14px 0 0;
}
.Video__details div .Video__channel__CB .user_name p {
    margin: 16px 14px;
    text-transform: capitalize;
    text-shadow: none;
}
.Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .Video__details .Video__Title__CB {
    font-size: 13px;
}
.Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .Video__details .Video__Title__CB a {
    padding: 8px 0 0;
}
.Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .Video__details .Video__channel__CB .user_name {
    font-size: 18px;
    font-weight: normal;
}
.Thumbnail__small .Thumbnail__Area .Thumbnail__thumbnail .Video__details .Video__channel__CB .user_name p {
    margin: 0 !important;
}
.back__color {
    padding: 0 0 45px;
    margin: 15px 0 0;
}
.pc-item-box {
    position: relative;
    z-index: 2;
}
#channelSidebar {
    float: right;
    width: 28%;
}
.site-mainSideHeader {
    width: 380px;
    height: auto;
    padding: 20px 20px 0;
    background-color:#f2f2f2;
    position: relative;
}
.site-mainSideHeader .user_pic {
    width: 88px;
    height: 88px;
    padding: 3px;
    border:1px solid #e6e6e6;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    float:left;
}
.site-mainSideHeader .user_pic a, .site-mainSideHeader .user_pic .photo {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.site-mainSideHeader .titleCustom-user {
    height: 70px;
    font-size: 14px;
    color:#333;
    width: 230px;
    text-align: justify;
    float:left;
    margin:16px 0 0 12px;
}
.ctom-til {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    vertical-align: middle;
    margin:0;
}
.info_connect .conn_type {
    color: #999;
    margin-right: 27px;
}
.info_connect .count a {
    color: #699f00;
}
.customInfo-connect {
    margin-top: 94px;
    width: 100%;
}
.customInfo-connect a {
   font: 14px/20px "pingfang SC", "Microsoft YaHei", 微软雅黑, helvetica, arial, verdana, tahoma, sans-serif !important;
   color:#666;
}
.siteCt-icons {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    background-size: 70% 70%;
}
.icon-mtUser {
    background: url(../images/icons/viphao.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",sizingMethod="scale",src="../images/icons/viphao.png");
    _background: 0;
    width: 62px;
    height: 26px;
    vertical-align: middle;
    background-position: 0 0;
    display: inline-block;
    margin-top: -2px;
}
.icon-rzUser, .icon-mediaUser {
    width: 41px;
    height: 17px;
    vertical-align: middle;
    display: inline-block;
    background: url(//www.qiyipic.com/common/fix/v3-ugc/approve-yellow.png) no-repeat;
}
.custom-btnViewUser {
    margin: 15px 6px 20px 98px;
    float: left;
}
.custom-btnViewUser .btn-care, .custom-btnViewUserfx .btn-care-tocare {
    width: 125px;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
}
#channelSidebar .pc-title, #channelSidebar .pc-title {
    line-height: 40px;
    height: 55px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ececec;
}
#channelSidebar .pc-title-int .pc-title {
    border-bottom: 1px solid #7cc516;
    height: 40px;
    padding-left: 5px;
    margin-top: 16px;
    border-left: 0;
}
#channelSidebar .pc-title-int .pc-title a {
    font-size: 24px;
    color: #5aaf00;
}
#channelSidebar .pc-title-int .pc-title .icon-more {
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","CourierNewPSMT";
    font-size: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 5px;
    color: #699f00;
    cursor: pointer;
}
.pc-btn {
    display: inline-block;
}
.btn-care {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border: 1px solid #7fb52b;
    background-color: #7fb52b;
    position: relative;
    cursor: pointer;
    font-size: 0;
    vertical-align: middle;
    min-width: 40px;
    _width: 40px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
}
.btn-care, .pc-btn-allPlay {
    margin-right: 0;
    background-color: #699f00;
}
.btn-care-tocare, .pc-btn-allPlay {
    color: #fff;
}
.pc-btn-small, .pc-care-small .btn-care {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 12px;
}
.pc-pclist-item1 li, .pc-pclist-item3 li {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.pc-pclist-item1 .item-pic, .pc-pclist-item3 .item-pic {
    position: relative;
    display: inline;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 12px;
}
.pc-pclist-item1 .item-pic a, .pc-pclist-item3 .item-pic a {
    display: inline-block;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
.pc-pclist-item1 .item-pic img {
    width: 70px;
    height:70px;
}
.pc-pclist-item1 .item-detail, .pc-pclist-item1 .item-detail h3 {
    width: 235px;
    font-size: 12px;
    font-weight: normal;
    margin:0;
}
.pc-pclist-item1 .item-detail, .pc-pclist-item3 .item-detail {
    display: inline;
    float: left;
}
.pc-pclist-item1 .detail_desc, .pc-pclist-item3 .detail_desc {
    line-height: 24px;
}
.pc-pclist-item1 .detail_desc .intro {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 270px;
}
/* end of watch video */


/* photos page */

.photos .row {
    margin: 0 -8px;
}

.item-photo {
    padding: 0 8px;
    margin: 0 0 16px;
}
.page-content {
        padding: 30px 0 50px 0;
}
.post {
    padding: 60px 48px;
    min-height: 500px;
    background: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
}
.post-title {
    position: relative;
    margin: 0 0 35px;
    padding: 0 0 35px;
    border-bottom: 1px solid #e7e7e7;
}
.post-title .title {
    position: relative;
    font-size: 26px;
    line-height: 1.4;
    display: block;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 0 25px;
}
.post-title .post_icon {
    color: #748594;
    font-size: 13px;
    display: block;
}
.post-title .post_icon a:link, .post-title .post_icon a:visited {
    color: #748594;
}
.post-title .post_icon span {
    margin-right: 15px;
    display: inline-block;
    position: relative;
}
.post-title .post_icon .posteye i {
    margin:0 5px 0 0;
    display: inline-block;
}
.post-title .post_icon .postauthor {
    padding-left: 38px;
}
.post-title .post_icon .postauthor img {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid rgba(216,216,216,0.81);
}
.post-content {
    margin: 0 0 20px 0;
    line-height: 1.8;
    font-size: 16px;
    color: #3d464d;
}
.post-content img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.widget {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background: #FFF;
    -webkit-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    box-shadow: 0 2px 5px 0 rgba(146,146,146,.1);
    padding: 35px 30px;
}
.widget h3 {
    font-size: 18px;
    color: #282828;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 28px;
    position: relative;
}
.widget h3:after {
    content: "";
    background-color: #282828;
    left: 1px;
    width: 50px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.recent-posts-widget li {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.recent-posts-widget li.others {
    height: 75px;
}
.recent-posts-widget li.others .image {
    float: left;
    width: 100px;
    height: auto;
    max-height: 75px;
    position: relative;
}
.thumbnail {
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
.recent-posts-widget li.one a img {
    width: 100%;
    height: auto;
}
.recent-posts-widget li.one .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.recent-posts-widget li.one .title span {
    font-size: 12px;
    color: #CCC;
    margin-bottom: 5px;
    display: block;
}
.recent-posts-widget li.one .title h4 {
    color: #fff;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.recent-posts-widget li.others .image img {
    width: 100px;
    height: auto;
}
.recent-posts-widget li.others .title {
    margin-left: 115px;
    height: 100%;
    position: relative;
}
.recent-posts-widget li.others .title h4 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.recent-posts-widget li.others .title span {
    font-size: 12px;
    color: #9A9A9A;
    position: absolute;
    bottom: 10px;
}
.item-photo .photo-holder {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    z-index: 1;
}

.item-photo .photo-holder img {
    width: 100%;
}

.item-photo .photo-holder:after {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: -9999px;
}

.item-photo .photo-holder i {
    position: absolute;
    z-index: 3;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    top: 50%;
    left: -9999px;
    margin: -20px 0 0 -20px;
}

.item-photo .photo-holder:hover:after {
    left: 0;
}

.item-photo .photo-holder:hover i {
    left: 50%;
}

.item-photo .photo-info {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    position: relative;
    z-index: 1;
    height: 82px;
}

.item-photo .photo-info strong,
.item-photo .photo-info span {
    display: block;
}

.item-photo .photo-info strong {
    font: 18px/20px "Microsoft Yahei", sans-serif;
    margin: 0 0 8px;
}

.item-photo .photo-info strong a {
    color: #000;
}

.item-photo .photo-info span {
    position: absolute;
    z-index: 2;
    left: 10px;
    bottom: 10px;
    color: #ff6428;
}

.item-photo .photo-info span a {
    color: #ff6428;
}


/**/

.photos .heading {
    margin: 0 0 10px;
}


/* view photo */

.photo-view {
    position: relative;
    background: #fff;
    margin: 0 0 16px;
    height: 474px;
}

.photo-view img {
    margin: 0 auto;
}

.photo-view .btn-holder {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 4;
    width: 112px;
}

.photo-view .view-photo-nxt,
.photo-view .view-photo-pre {
    border: none;
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    line-height: 24px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.photo-view .view-photo-nxt i,
.photo-view .view-photo-pre i {
    font-size: 0;
    line-height: 0;
}

.photo-view .view-photo-nxt:focus,
.photo-view .view-photo-nxt:hover,
.photo-view .view-photo-pre:focus,
.photo-view .view-photo-pre:hover {
    background: #f3f3f3;
    box-shadow: none;
    color: #ff6428;
}

.photo-view .view-photo-nxt {
    float: right;
}

.photo-view .overlay {
    /* Height &amp; width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    left: 0;
    right: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.98);
    /* Black w/opacity */
    overflow-y: hidden;
    transition: 0.3s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.photo-view .overlay.maximized {
    display: table;
}

.photo-view .overlay img {
    position: relative;
}

.photo-view .overlay .photo-view .btn-holder {
    z-index: 1001;
}

.photo-view .overlay .img-close {
    z-index: 1001;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 90px;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
}

.photo-view .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

.photo-view .overlay a:hover,
.photo-view .overlay a:focus {
    color: #f1f1f1;
}

.photo-view .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
    /* Override the font-size specified earlier (36px) for all navigation links */
}

.photo-view .overlay .overlay-content {
    position: relative;
    height: auto;
    max-height: 100%;
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    display: table-cell;
    vertical-align: middle;
}

.photo-view .overlay .overlay-content img {
    height: auto;
}

.photo-view .overlay .overlay-content img.tallest {
    height: 100%;
    height: 100vh;
}

.photo-view .overlay .overlay-content .btn-holder {
    position: fixed;
    right: -112px;
}


/* The Overlay (background) */

#gallery {
    background: #fff none repeat scroll 0 0;
    height: 474px;
    margin: 0 0 16px;
    position: relative;
    overflow: hidden;
}

#gallery #enlarge {
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
}

#gallery .image-holder {
    display: table;
    width: 100%;
    height: 100%;
}

#gallery .image-holder .inner-holder {
    display: table-cell;
    vertical-align: middle;
}

#gallery .image-holder .inner-holder img {
    height: auto;
}

#gallery .image-holder .inner-holder img.tall_img {
    max-height: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #gallery .image-holder .inner-holder img.tall_img {
        height: 100%;
    }

    .photo-view .overlay .overlay-content img.tallest {
        height: 100%;
        max-height: 100%;
    }
}

.image-zoom {
    overflow: hidden;
}

.image-zoom .photo-view .overlay .overlay-content .btn-holder {
    right: 20px;
}


/**/

#messageFav.channel-alert {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}


/* end of watch video */


/* pagination */

.pagination {
    font-size: 14px;
}

.pagination&gt;li a {
    background: url(../images/box_shadow.png) #f1f1f1 repeat-x 0px -200px;
    border-color: #fff;
    color: #333;
    border: #e1e1e1 1px solid;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 12px;
    height: 31px;
    line-height: 31px;
}

.pagination&gt;li a:hover {
    background: #fff;
    border-color: #fff;
    color: #ff6428;
}

.pagination&gt;li a i {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 31px;
}

.pagination&gt;li.active&gt;a,
.pagination&gt;li.active&gt;a:focus,
.pagination&gt;li.active&gt;a:hover,
.pagination&gt;li.active&gt;span,
.pagination&gt;li.active&gt;span:focus,
.pagination&gt;li.active&gt;span:hover {
    border-color: #fff;
    color: #ff6428;
    background: url(../images/box_shadow.png) #f1f1f1 repeat-x 0px -200px;
    border: #e1e1e1 1px solid;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.breadcrumb {
    text-transform: capitalize;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 24px;
    line-height: 26px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    background: #f8f8f8;
}

.breadcrumb&gt;li+li:before {
    color: #555;
}

.breadcrumb&gt;.active {
    color: #17181a;
}

.breadcrumb a {
    color: #555;
}


/* add to playlist */

#cb-item-addto .btn-fav,
#cb-item-addto .btn-holder {
    margin: 0 0 15px;
}


/* playlist form */
.modal-backdrop{z-index:6 !important}
.modal{z-index:7 !important}
#new_playlist_form .form-group&gt;div,
#add_playlist_form .form-group&gt;div {
    padding: 0 0 0 15px;
}

#new_playlist_form .form-group&gt;div:first-child,
#add_playlist_form .form-group&gt;div:first-child {
    padding: 0 15px 0 0;
}

#flag_form .label-block {
    display: block;
    margin: 0 0 10px;
}

.fav-repo {
    background: #fff;
    padding: 16px;
    margin: 0 0 20px;
}

.fav-repo .photoStats {
    margin: 0 0 10px;
}

.fav-repo .photoStats .btn:first-child {
    margin: 0 10px 0 0;
}

.fav-repo input[type="button"] {
    margin: 0 0 16px;
}


/* comments */

.comments-block {
    background: #fff;
}

.addComment {
    color: #2d2d2d;
}

.addComment h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    border-left: 3px solid #fb3b3b;
    color: #ff6428;
    padding-left: 11px;
}

.addComment span {
    font-weight: 700;
    color: #333;
}

.addComment .com-txtarea {
    margin: 0 0 16px;
}

.addComment .block-label {
    display: block;
    margin: 0 0 10px;
}

.addComment .btn-submit {
    font-size: 15px;
    line-height: 15px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
}

textarea#comment_box {
    height: 58px;
    resize: none;
    width: 100%;
}

.avatar_comment_as {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    float: left;
    margin: 0 16px 0 0;
}

.avatar_comment_as img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment_txt_area {
    overflow: hidden;
}

.comment_txt_area .form-control {
    box-shadow: none;
}

.comment_txt_area textarea {
    resize: none;
}

.comment_txt_area textarea,
.textarea-comment textarea {
    resize: none !important;
}

.textarea-comment textarea.form-control {
    padding: 6px 24px 6px 12px;
}

.comments&gt;ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments&gt;ul&gt;li {
    padding: 0 0 10px;
    position: relative;
}

.comments&gt;ul&gt;li:last-child {
    padding: 0;
}

.comments&gt;ul&gt;li .comment-avatar {
    float: left;
    width: 58px;
    margin: 0 16px 0 0;
}

.comments&gt;ul&gt;li .comment-avatar img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.comments&gt;ul&gt;li&gt;ul {
    padding: 0 0 0 74px;
}

.comments&gt;ul&gt;li .comment-info {
    overflow: hidden;
    padding: 0 0 10px;
    font-size: 15px;
}

.comments&gt;ul&gt;li .comment-info .commenter {
    display: block;
    margin: 0 0 10px;
    color: #666666;
}

.comments&gt;ul&gt;li .comment-info .commenter span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    color: #9e9e9e;
}

.comments&gt;ul&gt;li:first-child {
    border-bottom: none;
}

.comments&gt;ul&gt;li .btn-info {
    padding: 8px 15px !important;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 15px;
}

.comments&gt;ul&gt;li .users img {
    border-radius: 50%;
    width: 33px;
    height: 33px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #ecf0f1;
}

.comments&gt;ul&gt;li .users span {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}

.comments&gt;ul&gt;li .textarea-comment {
    position: relative;
}

.comments&gt;ul&gt;li .reply&gt;ul {
    list-style-type: none;
}

.comments&gt;ul&gt;li .reply&gt;ul&gt;li {
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.comments&gt;ul&gt;li .reply&gt;ul&gt;li:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #777;
    margin-top: -7px;
}

.comments&gt;ul&gt;li .reply&gt;ul&gt;li:first-child:after {
    content: '';
    display: block;
    clear: both;
    display: none;
}

.comments&gt;ul&gt;li .reply&gt;ul&gt;li&gt;a {
    color: #777;
    font-size: 12px;
}

.comments&gt;ul&gt;li .reply&gt;ul&gt;li&gt;a:hover {
    color: #0099cc;
}

.comments&gt;ul&gt;li .commented-txt {
    font-size: 15px;
    line-height: 17px;
    margin: 0 0 8px;
}

.comments&gt;ul&gt;li .commented-txt p {
    margin: 0;
}

.comments&gt;ul&gt;li .com-info-actions {
    color: #9e9e9e;
    font-size: 15px;
    list-style: 15px;
    font-family: "Microsoft Yahei", sans-serif;
    overflow: hidden;
}

.comments&gt;ul&gt;li .com-info-actions span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.comments&gt;ul&gt;li .com-info-actions .reply {
    display: inline-block;
    vertical-align: middle;
}

.comments&gt;ul&gt;li .com-info-actions .reply a {
    color: #9e9e9e;
}

.comments&gt;ul&gt;li .view-date {
    padding: 5px 0 0 4px;
}

.comments&gt;ul&gt;li .view-date span {
    padding: 0 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    color: #6d6d6d;
    font-size: 13px;
}

.comments&gt;ul&gt;li .view-date span:first-child {
    padding-left: 0px;
}

.comments&gt;ul&gt;li .view-date span:last-child {
    padding-right: 0px;
    border-right: none;
}

.comments&gt;ul&gt;li .view-date span i {
    margin-right: 10px;
    display: inline-block;
}

.comments&gt;ul&gt;li .view-date span i:first-child {
    margin-left: 0px;
}

.comments&gt;ul&gt;li .view-date span i.view {
    width: 19px;
    height: 11px;
}

.comments&gt;ul&gt;li .view-date span i.date {
    width: 17px;
    height: 16px;
}

.comments&gt;ul&gt;li .reply-holder .comment-avatar {
    float: left;
    width: 46px;
    height: 46px;
    margin: 0 16px 0 0;
}

.comments&gt;ul&gt;li .reply-holder .comment-avatar img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}


/* end of comments */


/* channels page */

.channels .row {
    margin: 0 -8px;
}

.item-channel {   
    margin: 0 0 20px;
}
.item-channel:hover {
	z-index: 2; -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.25); box-shadow: 0 0 30px rgba(0,0,0,0.25); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); *zoom:1;
}
.item-channel .channel-holder {
    background: #fff;    
    color: #000;
    font-size: 13px;
    line-height: 13px;    
}
.item-channel .channel-holder .channel-userinfo {
	display: inline-block;
    width: 300px;
    height: 150px;
    background: #f5f5f5;
    padding: 20px;
    margin: 10px;
}
.item-channel .channel-holder .channel-uservideos {
    display: inline-block;
    vertical-align: top;   
    margin-left: 5px;
    width:500px;
}
.item-channel .channel-holder .channel-uservideos .well-info {
	margin-top: 10px;
}
.item-channel .channel-holder .channel-uservideos-quare {
	display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    width: 150px;
    height: 110px;
    margin: 10px 5px;
    font-size: 12px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0);
    box-shadow: 0 0 15px rgba(0,0,0,0);
    cursor: pointer;
}
.item-channel .channel-holder .channel-uservideos-quare .channel-uservideos-quare-cover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAHCCAIAAACYATqfAAAAGXRFW…hYAAACFgCAgAUAwP2Utz/+67//x7EAALgLI1gAAHf2/wUYAGevQkgBQz4VAAAAAElFTkSuQmCC);
    background-position: center center;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 150px;
    height: 110px;
    position: relative;
    overflow: hidden;
}
.item-channel .channel-holder .channel-uservideos-quare .channel-uservideos-quare-img {
	-webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.item-channel .channel-holder .channel-uservideos-quare .channel-uservideos-quare-cover-tag--duration {
	position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    color: #bbb;
    background: rgba(0,0,0,0.5);
    background: #000\9;
    filter: alpha(opacity=60);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    line-height: 12px;
    height: 16px;
    padding: 1px 4px;
}
.item-channel .channel-holder .channel-uservideos-quare .channel-uservideos-quare-content {
	padding: 5px;
}
.item-channel .channel-holder .channel-uservideos-quare .channel-uservideos-quare-content .channel-uservideos-quare-title {
	    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    word-break: break-all;
    white-space: normal;
}
.item-channel .user-block {
    display: inline-block;   
    color: #000; 
    padding-right: 20px;
}
.subscribe-square-pc__user-card__left {
    display: inline-block;
    width: 90px;
    height: 100%;   
}
.item-channel .subscribe-square-pc__user-card__left .channel-userinfo-subscribe_btn {
	    display: block;
    margin: 5px 0 0 5px;
}
.channel-userinfo-subscribe_btn .subscribe__button--round--major {
	border-radius: 18px;
    text-align: center;
        font-size: 12px;
        background: #699f00;
    border: solid 1px #699f00;
    color: #fff;
        padding: 2px 5px;
}
.item-channel .user-block:hover {
    text-decoration: none;
}

.item-channel .avatar {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 14px;
}
.channel-userinfo-card_name {
	display: block;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.channel-userinfo-card_fan {
    display: block;
    font-size: 12px;
    color: #bbb;
    margin-top: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.channel-userinfo-card_right_bottom {
	position: absolute;
    bottom: 0;
    word-break: break-all;
}
.channel-userinfo-card_intro {
	font-size: 14px;
    color: #bbb;
    margin-top: 5px;
    display: block;
    max-height: 54px;
    line-height: 18px;
    white-space: normal;
    overflow: hidden;
}
.item-channel h2 {
    font-size: 18px;
    line-height: 20px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 12px;
    height: 40px;
    overflow: hidden;
}

.item-channel .info {
	display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 160px;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid #dcdcdc;
}

.item-channel .info .col {
    width: 50%;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #d9d9d9;
}

.item-channel .info .col:first-child {
    border: none;
}

.item-channel .info strong {
    display: block;
    padding: 10px 0 0;
    margin: 0 0 10px;
    border-top: 1px solid #d9d9d9;
    font-size: 13px;
    line-height: 13px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    color: #a3a3a3;
}

.item-channel .info strong:first-child {
    border: none;
    padding: 0;
}

.item-channel .info strong span {
    display: block;
    margin: 10px 0 0;
    font: 14px/14px "source_sans_prosemibold", sans-serif;
    color: #000;
}

.item-channel .btn-subscribe {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    color: #010101;
    background: #f0f0f0;
    border-color: #f0f0f0;
    font-size: 15px;
    font-family: "Microsoft Yahei", sans-serif;
    padding: 5px 10px;
    margin: 0 0 10px;
}

.item-channel .btn-subscribe.unsub {
    background: #0066cd;
    border-color: #0066cd;
    color: #fff;
}


/* end of channels block */


/* view channel page */
.cover {
    position: relative;
    z-index: 1;
    margin: 0 0 16px;
}
.cover .cover-holder {
    position: relative;
    z-index: 2;
}
.cover .cover-holder &gt; img {
    width: 100%;
    max-height: 222px;
}
.cover .avatar {
    position: absolute;
    left: 50px;
    bottom: 16px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    width: 122px;
    height: 122px;
    padding: 3px;
}
.cover .avatar img {
    width: 100%;
    height: 100%;
}
.cover_vip {
    position: relative;
    z-index: 1;
    margin: 8px 0px 9px;
    padding: 4px;
    box-shadow: 4px 2px #f2f2f2;
    background: #fff;
}

.cover_vip .cover-holder {
    position: relative;
    z-index: 2;
}

.cb-background {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 450px;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
}
.FlexEmbed {
    display: block;
    overflow: hidden;
    position: relative;
}
.cb-background img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height:450px;
    margin: auto;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cover_vip .changeCover {
    display: none;
    background: #ff6428;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.cover_vip .changeCover span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 0 5px;
}

.cover_vip .ratting-counts .block-btn .friend-block {
    display: inline-block;
}
.cover_vip .ratting-counts .block-btn .friend-block .btn-primary, .cover .ratting-counts .block-btn .friend-block .btn-danger {
    background: none;
    border: none;
    text-align: center;
}
.cover .ratting-counts .block-btn .friend-block .btn-primary .icon_add_frnd, .cover .ratting-counts .block-btn .friend-block .btn-danger .icon_add_frnd {
    background: #27f1ea url(../images/icons_sprite.png) no-repeat 5px -25px;
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    margin: 2px;
    padding: 2px;
    width: 42px;
}

.cover .ratting-counts .block-btn .send_message, .cover .ratting-counts .block-btn .btn-default, .cover .ratting-counts .block-btn #subscribe_channel {
    background: #00d0e6;
    border: none;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    margin: 0 7px;
}
.cover .ratting-counts .block-btn .send_message i, .cover .ratting-counts .block-btn .btn-default i, .cover .ratting-counts .block-btn #subscribe_channel i {
    color: #fff;
    margin: 6px 0px;
    font-size: 18px;
}
.cover .ratting-counts {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 40px;
    padding: 10px 0 10px 190px;
    background: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    line-height: 20px;
    color: #bbbbbb;
}
.cover .ratting-counts .user-ratting {
    float: left;
    width: 210px;
}

.cover .profile-buttons .counters {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    padding: 37px 0px 0;
}
.cover .counters li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
}

.cover .counters li i {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.cover_vip .profile_img {
    display: block;
    text-align: center;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}
.cover_vip .profile_img .wapper_area {
    position: absolute;
    width: 100%;
}
.cover_vip .profile_img .wapper_area .avatar {
    position: relative;
    display: inline-block;
    bottom: 93px;
    z-index: 2;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    width: 122px;
    height: 122px;
    border: 2px solid #fff;
}
.cover_vip .profile_img .wapper_area .avatar img {
    width: 100%;
    height: 100%;
}
.cover .profile-buttons {
    padding: 20px 20px 20px 190px;
    background: #fff;
    color: #000;
}
.cover .friend-block {
    position: absolute;
    top: 10px;
    right: 10px;
}
.cover .profile-buttons ul.nav-tabs {
    display: inline-block;
    border: none;
    padding: 24px 0px 0;
}
.cover .profile-buttons ul.nav-tabs li {
    margin: 0 10px;
    padding: 0;
}
.cover .profile-buttons ul.nav-tabs li a {
    color: #A9A9A9;
    margin: 12px 0 0;
    padding: 0 16px;
    border: none;
    font-family: "source_sans_prosemibold",sans-serif;
}
.cover .profile-buttons ul.nav-tabs li {
    margin: 0 10px;
    padding: 0;
}
.cover_vip .profile_img .wapper_area .user_detial {
    top: 13%;
    position: absolute;
    width: 100%;
    text-transform: capitalize;
}
.cover_vip .profile_img .wapper_area .user_detial h2 {
    font-weight: bold;
    font-size: 22px;
    margin: 18px 0 0;
    display: inline-block;
}
.ico-video-play,
.ico-subs {
    display: inline-block;
    vertical-align: middle;
    background: transparent url(../images/icon_i.97509d56ae.png) no-repeat;
}

.btn-default .ico-subs {
    width: 16px;
    height: 16px;
    background-position: -16px -16px;
}

.cover .profile-buttons h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif;
    margin: 0 5px 0 0;
    float: left;
    color: #2fb3ff;
}

.cover .profile-buttons .btn-holder {
    overflow: hidden;
    text-align: right;
}

.cover .profile-buttons .btn-default {
    font-size: 14px;
    line-height: 22px;
    min-width: 110px;
    font-family: "Microsoft YaHei", "微软雅黑", helvetica, arial, verdana, tahoma, sans-serif;
    border: 2px solid #000;
    color: #000;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 0 0 16px;
}

.cover .profile-buttons .btn-default:hover,
.cover .profile-buttons .btn-default:active {
    color: #fff;
    background: #ff6428;
    border-color: #ff6428;
}

.report-block {
    padding: 16px;
    background: #fff;
    margin: 0 0 16px;
}

.channel-tabs {    
    padding: 10px 16px;
    background: #fff;
}


/* recent activities */

.user-activities {
    overflow-y: auto;
}

.user-activities .feed {
    font-size: 13px;
    line-height: 16px;
    padding: 14px 0;
    border-top: 1px solid #d9d9d9;
}

.user-activities .feed:first-child {
    border: none;
    padding: 0 0 14px;
}

.user-activities .avatar {
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.user-activities .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-activities .text {
    overflow: hidden;
}

.user-activities .text span {
    display: block;
    margin: 0 0 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
}

.user-activities .text span a {
    font-family: "Microsoft Yahei", sans-serif;
    color: #ff6428;
}


/* end view channel page */


/* playlist */

.playlist-item {
    margin: 0 0 20px;
}

.playlist-item .playlist-thumb {
    color: #333;
}

.playlist-item .playlist-thumb h2 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    font-family: "Microsoft Yahei", sans-serif;
}

.playlist-item .playlist-thumb h2 a {
    color: #333;
}

.playlist-item .playlist-thumb h2 a:hover {
    text-decoration: none;
}

.playlist-item .playlist-thumb .playlist-box {
    display: block;
    position: relative;
    color: #fff;
}

.playlist-item .playlist-thumb .playlist-box .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.playlist-item .playlist-thumb .playlist-box .playlist-count {
    background: rgba(0, 0, 0, 0.8);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 18px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    z-index: 2;
}

.playlist-item .playlist-thumb .playlist-box .playlist-count span {
    display: block;
    margin: 0 0 5px;
}

.playlist-item .playlist-thumb .playlist-box&gt;img {
    width: 100%;
}

.playlist-item .playlist-thumb .playlist-info {
    font-size: 14px;
    line-height: 16px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    color: #757575;
    padding: 8px;
    background: #f6f6f6;
    position: relative;
}

.playlist-item .playlist-thumb .playlist-info h2 {
    max-height: 20px;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0 0 5px;
}

.playlist-item .playlist-thumb .playlist-info h2 a {
    color: #000;
    text-decoration: none;
}

.playlist-item .playlist-thumb .playlist-info h2 a:hover {
    color: #ff6428;
}


/**/

.buy-premium {
    left: auto !important;
    right: 20px;
    text-indent: 0 !important;
    font-size: 0;
    line-height: 0;
    z-index: 4 !important;
}

.buy-premium i~span {
    opacity: 0;
}

.buy-premium:hover {
    font-size: 14px;
    line-height: 44px;
}

.buy-premium:hover i~span {
    opacity: 1;
}


/* signin signup area */

.account-container {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    overflow-y: auto;
    color: #8f8f8f;
}

.account-container a {
    color: #8f8f8f;
}

.account-container .forgot-block,
.account-container .signin-block,
.account-container .signup-block {
    display: table-cell;
    vertical-align: middle;
}

.account-container .account-holder {
    width: 634px;
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
}

.account-container .signup-block .account-holder,
.account-container .forgot-block .account-holder {
    max-width: 630px;
}

.account-container .signup-block .account-holder .user-form,
.account-container .forgot-block .account-holder .user-form {
    width: 100%;
    margin: 0;
}

.signup-block,
.forgot-block,
.signin-block {
    text-align: left;

}
#container .modal-dialog {
    background: #fff;
    margin-top: 200px;
}
.signup-block h2,
.forgot-block h2,
.signin-block h2 {
    font-size: 34px;
    line-height: 34px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    margin: 0 0 20px;
    color: #000;
}

.signup-block .text-box,
.forgot-block .text-box,
.signin-block .text-box {
    margin: 0 0 20px;
}

.signup-block .side-box,
.signup-block .user-form,
.forgot-block .side-box,
.forgot-block .user-form,
.signin-block .side-box,
.signin-block .user-form {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 0 -4px;
    padding: 100px 60px;
}

.signup-block .user-form,
.forgot-block .user-form,
.signin-block .user-form {
    /*background: #fff;*/
    width: 100%;
    padding: 50px 90px;
}

.signup-block .user-form h2,
.forgot-block .user-form h2,
.signin-block .user-form h2 {
    margin: 0 0 40px;
}

.signup-block .side-box,
.forgot-block .side-box,
.signin-block .side-box {
    background: #ff6428;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

.signin-block .side-box {
    background: url(../images/signin.jpg) no-repeat;
}

.signup-block .side-box h2,
.forgot-block .side-box h2,
.signin-block .side-box h2 {
    color: #fff;
}

.signup-block .side-box .btn-default,
.forgot-block .side-box .btn-default,
.signin-block .side-box .btn-default {
    font-size: 25px;
    line-height: 28px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "Microsoft Yahei", sans-serif;*/
    background: #e42112;
    background: -webkit-linear-gradient(left, #ff5945 10%, #e42112 90%);
    background: linear-gradient(to right, #ff5945 10%, #e42112 90%);
    border: 2px solid #fff;
    color: #fff;
}

.signup-block .form-group,
.forgot-block .form-group,
.signin-block .form-group {
    margin: 0 auto 20px;
    position: relative;
}

.signup-block .form-control,
.forgot-block .form-control,
.signin-block .form-control {
    height: 50px;
    font-size: 18px;
    line-height: 26px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    padding: 13px 20px;
    background: #fff;
    box-shadow: none;
}

.signup-block input[type="submit"],
.forgot-block input[type="submit"],
.signin-block input[type="submit"] {
    margin: 0 auto 10px;
    font-size: 25px;
    line-height: 28px;
    height: 48px;
}

.signup-block input[type="submit"].btn-success,
.forgot-block input[type="submit"].btn-success,
.signin-block input[type="submit"].btn-success {
    margin: 0;
}

.signup-block .links,
.forgot-block .links,
.signin-block .links {
    margin: 0 0 10px;
    font-size: 15px;
}

.signup-block .links a,
.forgot-block .links a,
.signin-block .links a {
    float: right;
}

.signup-block .links a:first-child,
.forgot-block .links a:first-child,
.signin-block .links a:first-child {
    float: left;
}

.signup-block .social-links,
.forgot-block .social-links,
.signin-block .social-links {
    text-align: center;
}

.signup-block .social-links span,
.forgot-block .social-links span,
.signin-block .social-links span {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.signup-block .social-links #social_buttons,
.forgot-block .social-links #social_buttons,
.signin-block .social-links #social_buttons {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    overflow: hidden;
}

.signup-block .social-links #social_buttons a,
.forgot-block .social-links #social_buttons a,
.signin-block .social-links #social_buttons a {
    width: 48px;
    height: 48px;
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 50%;
    font: 48px/48px "icomoon";
    text-align: center;
}

.signup-block .social-links #social_buttons a img,
.forgot-block .social-links #social_buttons a img,
.signin-block .social-links #social_buttons a img {
    display: none;
}

.signup-block .social-links #social_buttons a:after,
.forgot-block .social-links #social_buttons a:after,
.signin-block .social-links #social_buttons a:after {
    background: #fff;
}

.signup-block .social-links #social_buttons a.google-btn,
.forgot-block .social-links #social_buttons a.google-btn,
.signin-block .social-links #social_buttons a.google-btn {
    background: #d34332;
    color: #d34332;
}

.signup-block .social-links #social_buttons a.google-btn:after,
.forgot-block .social-links #social_buttons a.google-btn:after,
.signin-block .social-links #social_buttons a.google-btn:after {
    content: "\e90f";
}

.signup-block .social-links #social_buttons a.facebook-btn,
.forgot-block .social-links #social_buttons a.facebook-btn,
.signin-block .social-links #social_buttons a.facebook-btn {
    background: #2b4b90;
    color: #2b4b90;
}

.signup-block .social-links #social_buttons a.facebook-btn:after,
.forgot-block .social-links #social_buttons a.facebook-btn:after,
.signin-block .social-links #social_buttons a.facebook-btn:after {
    content: "\e90d";
}

.signup-block .social-links #social_buttons a.twitter-btn,
.forgot-block .social-links #social_buttons a.twitter-btn,
.signin-block .social-links #social_buttons a.twitter-btn {
    background: #1c95d0;
    color: #1c95d0;
}

.signup-block .social-links #social_buttons a.twitter-btn:after,
.forgot-block .social-links #social_buttons a.twitter-btn:after,
.signin-block .social-links #social_buttons a.twitter-btn:after {
    content: "\e920";
}

.signup-block .social-links #social_buttons a.linkedin-btn,
.forgot-block .social-links #social_buttons a.linkedin-btn,
.signin-block .social-links #social_buttons a.linkedin-btn {
    background: #007bb5;
    color: #007bb5;
}

.signup-block .social-links #social_buttons a.linkedin-btn:after,
.forgot-block .social-links #social_buttons a.linkedin-btn:after,
.signin-block .social-links #social_buttons a.linkedin-btn:after {
    content: "\e912";
}

.signup-block .g-recaptcha,
.forgot-block .g-recaptcha,
.signin-block .g-recaptcha {
    margin: 0 0 20px;
}

.signup-block .invalid-error .form-control,
.forgot-block .invalid-error .form-control,
.signin-block .invalid-error .form-control {
    border-color: #f44336;
}

.signup-block .invalid-error:after,
.forgot-block .invalid-error:after,
.signin-block .invalid-error:after {
    color: #f44336;
    position: absolute;
    content: "\e90b";
    z-index: 4;
    width: 22px;
    height: 22px;
    font: 22px/22px "icomoon";
    top: 16px;
    right: 10px;
}

.signup-block .invalid-error .error-txt,
.signup-block .invalid-error .help-block,
.forgot-block .invalid-error .error-txt,
.forgot-block .invalid-error .help-block,
.signin-block .invalid-error .error-txt,
.signin-block .invalid-error .help-block {
    color: #f44336;
}

.signup-block .success-ind .form-control,
.forgot-block .success-ind .form-control,
.signin-block .success-ind .form-control {
    border-color: #4caf50;
}

.signup-block .success-ind:after,
.forgot-block .success-ind:after,
.signin-block .success-ind:after {
    color: #4caf50;
    position: absolute;
    content: "\e91f";
    z-index: 4;
    width: 22px;
    height: 22px;
    font: 22px/22px "icomoon";
    top: 14px;
    right: 10px;
}

.signup-block .success-ind .help-block,
.forgot-block .success-ind .help-block,
.signin-block .success-ind .help-block {
    color: #4caf50;
}

.signup-block .warning-ind .form-control,
.forgot-block .warning-ind .form-control,
.signin-block .warning-ind .form-control {
    border-color: #ffa000;
}

.signup-block .warning-ind:after,
.forgot-block .warning-ind:after,
.signin-block .warning-ind:after {
    color: #ffa000;
    position: absolute;
    content: "\e910";
    z-index: 4;
    width: 22px;
    height: 22px;
    font: 22px/22px "icomoon";
    top: 14px;
    right: 10px;
}

.signup-block .warning-ind .help-block,
.forgot-block .warning-ind .help-block,
.signin-block .warning-ind .help-block {
    color: #ffa000;
}

.forgot-block .user-form h2 {
    margin: 0 0 20px;
}


/* cutomization ended */


/**/

.acc_usr_video_thumb {
    width: 160px;
    height: 100px;
}

.manageVid_thumb {
    display: block;
    position: relative;
}

.manageVid_thumb .duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.manageVid_thumb img {
    width: 100%;
}


/**/

.account_box,
.manage-page {
    margin-top: 20px;
    color: #333;
}

.account_box h3,
.account_box h2,
.manage-page h3,
.manage-page h2 {
    margin: 10px 0 10px;
    font-size: 24px;
    line-height: 24px;
    font-family: "Microsoft Yahei", sans-serif;
}

.account_box h3,
.manage-page h3 {
    font-size: 14px;
    line-height: 16px;
}


/*.account_box .nav-pills &gt; li,
  .manage-page .nav-pills &gt; li {
    border: solid #dadada;
    border-width: 0 1px 1px; }*/

.account_box .nav-pills&gt;li:first-child,
.manage-page .nav-pills&gt;li:first-child {
    border-width: 1px;
}

.account_box .nav-pills&gt;li&gt;a,
.manage-page .nav-pills&gt;li&gt;a {
    position: relative;
    left: 28px;
    top: 2px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 45px;
    color: #222;
    padding-left: 18px;
    background-color: #fff;
}
.manage-page .nav-pills&gt;li .sub-menu-title {
        font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 45px;
    color: #222;
    padding-left: 18px;
    background-color: #fff;
}
.manage-page .nav-pills&gt;li .sub-menu-title a {
        position: relative;
    left: 28px;
    top: 2px;
}
.manage-page .nav-pills&gt;li .sub-menu-title .menu-icon {
    font-size: 20px;
    position: absolute;
    top: -14px;
    left: -27px;
    padding-right: 8px;
    line-height: 45px;
    color: #ccc;
}
.manage-page .nav-pills&gt;li.active .sub-menu-title .menu-icon {
	color:#E42112;
}
.manage-page .nav-pills&gt;li .sub-menu {
        font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 45px;
    color: #222;
    padding-left: 18px;
    background-color: #fff;
}
.manage-page .nav-pills&gt;li .menu-sub-menu .menu-item {
    font-size: 14px;
    color: #666;
    padding-left: 45px;
    height: 40px;
}
.account_box .nav-pills&gt;li.active&gt;a,
.account_box .nav-pills&gt;li.active&gt;a:hover,
.account_box .nav-pills&gt;li.active&gt;a:focus,
.manage-page .nav-pills&gt;li.active&gt;a,
.manage-page .nav-pills&gt;li.active&gt;a:hover,
.manage-page .nav-pills&gt;li.active&gt;a:focus {
    background: #fff;
    color: #333;
}
.cb-box .nav-pills&gt;li.active&gt;a,
.cb-box .nav-pills&gt;li.active&gt;a:hover,
.cb-box .nav-pills&gt;li.active&gt;a:focus,
.cb-box .nav-pills&gt;li.active&gt;a,
.cb-box .nav-pills&gt;li.active&gt;a:hover,
.cb-box .nav-pills&gt;li.active&gt;a:focus {
    background: #fff;
    color: #333;    
}
.account_box .account_form label.label-heading,
.manage-page .account_form label.label-heading {
    display: block;
}

.account_box .account_form .radio input[type="radio"],
.account_box .account_form .radio-inline input[type="radio"],
.account_box .account_form .checkbox input[type="checkbox"],
.account_box .account_form .checkbox-inline input[type="checkbox"],
.manage-page .account_form .radio input[type="radio"],
.manage-page .account_form .radio-inline input[type="radio"],
.manage-page .account_form .checkbox input[type="checkbox"],
.manage-page .account_form .checkbox-inline input[type="checkbox"] {
    margin: 0 10px 0 0;
    position: static;
}

.account_box .manage-tab-header,
.manage-page .manage-tab-header {
    margin: 0 0 20px;
}

.account_box .manage-tab-header&gt;div:first-child,
.manage-page .manage-tab-header&gt;div:first-child {
    padding: 20px 0 0;
}


/* upload page */

.photoupload-block {
    padding: 20px 0 0;
}

.uploadFormSidebarDiv .categoriesContainer {
    overflow-y: auto;
    height: 408px;
}

.uploadFormSidebarDiv .categoriesContainer .radio,
.uploadFormSidebarDiv .categoriesContainer .checkbox {
    padding: 0 0 0 20px;
}

.upload_info .upload_form .field {
    overflow-y: auto;
    height: 200px;
}

.sectionContent .radio,
.sectionContent .radio-inline,
.sectionContent .checkbox,
.sectionContent .checkbox-inline {
    padding: 0 0 0 20px;
}

.sectionContent .radio input[type="radio"],
.sectionContent .radio input[type="checkbox"],
.sectionContent .radio-inline input[type="radio"],
.sectionContent .radio-inline input[type="checkbox"],
.sectionContent .checkbox input[type="radio"],
.sectionContent .checkbox input[type="checkbox"],
.sectionContent .checkbox-inline input[type="radio"],
.sectionContent .checkbox-inline input[type="checkbox"] {
    margin: -6px 0 0;
    left: 0;
    top: 50%;
}


/* allProgress */

.upload-area {
    padding: 0;
}

.upload-area .dragDropContainer {
    min-height: 100px;
    text-align: center;
    border: 2px dashed #ccc;
    padding: 20px;
    margin: 0 0 20px;
}

.upload-area .dragDropContainer .upload-logo {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 20px;
    background: url(../images/upload-icon.png) no-repeat;
}

.upload-area .dragDropContainer .block-title {
    display: block;
    margin: 0 0 10px;
}

.uploadDataContainer #uploadMore {
    margin: 10px 0;
}

.uploadDataContainer .nav-tabs {
    margin: 0 0 20px;
}

.uploadingProgressContainer .alert p {
    font-family: "source_sans_probold", sans-serif;
}

.uploadingProgressContainer .alert p small {
    color: #000 !important;
}

#updateVideoInfoForm .input-group,
.upload_form .input-group {
    margin: 0 0 15px;
}

#updateVideoInfoForm .radio input[type="radio"],
#updateVideoInfoForm .radio-inline input[type="radio"],
#updateVideoInfoForm .checkbox input[type="checkbox"],
#updateVideoInfoForm .checkbox-inline input[type="checkbox"],
.upload_form .radio input[type="radio"],
.upload_form .radio-inline input[type="radio"],
.upload_form .checkbox input[type="checkbox"],
.upload_form .checkbox-inline input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    position: static;
}
.upload_form .realProgressBars .progress .progress-bar {
	border-radius:4px;
	background-color:#2a90d7;
    background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
}
#updateVideoInfo .formSection {
    margin: 0 0 10px;
}

#updateVideoInfo .formSection h4 {
    background: #f5f5f5;
    margin: 0;
    padding: 10px;
}

.form_result,
#flag_form_result {
    margin: 0 0 10px;
}

.msg,
.result_cont {
    padding: 10px;
    background: #dff0d8;
}

.msg:after,
.result_cont:after {
    display: block;
    clear: both;
    content: "";
}

.searchBox {
    margin-top: 20px;
}


/* 404 page css start */

.error-pix-sec {
    width: 100%;
    margin-top: 100px;
}

.page-error {
    background: #f7f9fb;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page-error .base-bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: auto;
}

.page-error .monster {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 20%;
    max-width: 373px;
    z-index: 4;
}

.page-error .fog {
    position: absolute;
    width: 31%;
    max-width: 592px;
    top: 10%;
    right: 11%;
    z-index: 3;
}

.page-error .error-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.page-error .content-txt {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    padding: 0 10px;
    right: 40%;
    top: 10%;
}

.page-error .alert-text {
    font: 20px/30px "source_sans_prolight", sans-serif;
    margin: 0 0 20px;
    color: #6b6b6b;
}

.page-error .alert-text p {
    margin: 0 0 60px;
}

.page-error .alert-text strong {
    font: 40px/42px "Microsoft Yahei", sans-serif;
    display: block;
    color: #000;
    margin: 0 0 16px;
}

.page-error .alert-text a {
    font: 20px/22px "source_sans_prosemibold", sans-serif;
    color: #ff6428;
}

.page-error .error-img {
    max-width: 390px;
    margin: 0 auto 70px;
}

.page-error .error-img img {
    width: 100%;
    margin: 0 auto;
}

.page-error .search-form {
    padding: 0 8px;
    max-width: 600px;
    margin: 0 auto 20px;
}

.page-error .search-form&gt;div {
    border: 1px solid #d9d9d9;
}

.page-error .search-form .form-control {
    box-shadow: none;
    border: none;
}

.page-error .search-form .form-control:focus {
    box-shadow: none;
}

.error-pix-403 {
    width: 312px;
    height: 157px;
    margin: 0 auto;
    background: url(../../images/403.png) no-repeat;
    background-size: 100%;
    display: block;
}

.error-pix-404 {
    width: 312px;
    height: 157px;
    margin: 0 auto;
    background: url(../../images/404.png) no-repeat;
    background-size: 100%;
    display: block;
}

.error-text-sec {
    width: 720px;
    margin: 0 auto 20px;
}

.error-text-sec2 {
    width: 290px;
    margin: 0px auto;
}

.error-text {
    width: 100%;
    color: #908f8f;
    font-size: 33px;
    line-height: 36px;
    margin-top: 20px;
}

.error-text span {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../images/eror_colin.png);
    background-repeat: no-repeat;
}


/**/

.fog {
    -webkit-animation: lefttoright 6s infinite linear;
    -moz-animation: lefttoright 6s infinite linear;
    -ms-animation: lefttoright 6s infinite linear;
    -o-animation: lefttoright 6s infinite linear;
    animation: lefttoright 6s infinite linear;
}

@-webkit-keyframes lefttoright {
    0% {
        -webkit-transform: translate(-200%, 0);
        -moz-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        -o-transform: translate(-200%, 0);
    }
    100% {
        -webkit-transform: translate(150%, 0);
        -moz-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        -o-transform: translate(150%, 0);
    }
}

@-moz-keyframes lefttoright {
    0% {
        -webkit-transform: translate(-200%, 0);
        -moz-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        -o-transform: translate(-200%, 0);
    }
    100% {
        -webkit-transform: translate(150%, 0);
        -moz-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        -o-transform: translate(150%, 0);
    }
}

@-o-keyframes lefttoright {
    0% {
        -webkit-transform: translate(-200%, 0);
        -moz-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        -o-transform: translate(-200%, 0);
    }
    100% {
        -webkit-transform: translate(150%, 0);
        -moz-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        -o-transform: translate(150%, 0);
    }
}

@keyframes lefttoright {
    0% {
        -webkit-transform: translate(-200%, 0);
        -moz-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        -o-transform: translate(-200%, 0);
    }
    100% {
        -webkit-transform: translate(150%, 0);
        -moz-transform: translate(150%, 0);
        -ms-transform: translate(150%, 0);
        -o-transform: translate(150%, 0);
    }
}


/**/

.form_result {
    padding: 5px 0;
    line-height: 22px;
}

.form_result i.glyphicon {
    line-height: 22px;
    margin: 0 10px 0 0;
    top: auto;
}

.vjs-loading-spinner_two {
    display: none;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    background: #000;
}

.vjs-loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-loading-logo {
    display: block;
    width: 200px;
    height: 100px;
    top: 0;
    left: 0;
    background: url(../images/vjs-loading-logo.png) no-repeat;
}

.animate-spin {
    display: inline-block;
    vertical-align: top;
    -webkit-animation: rotate 0.5s infinite linear;
    -moz-animation: rotate 0.5s infinite linear;
    -ms-animation: rotate 0.5s infinite linear;
    -o-animation: rotate 0.5s infinite linear;
    animation: rotate 0.5s infinite linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.btn-group.show .btn i {
    margin: 0 5px 0 0;
}


/* view collection */

.collections-heading {
    padding: 0 5px;
}

.collection-header {
    margin: 0 0 20px;
}

.collection-header h3 {
    margin: 0;
    line-height: 20px;
}

.collection-header h3 span {
    color: #777;
    display: block;
    font-size: 16px;
    margin: 5px 0 0;
}

.user_block .avatar {
    width: 60px;
    height: 60px;
}

.user_block .prof_title {
    overflow: hidden;
    padding: 0 0 0 10px;
}

.cb-box {   
    padding: 16px;    
}

.cb-box .panel-body img {
    width: 100%;
}
.cb-box .mainContent {
	background: #fff;
}
/* groups */

.creat_group .checkbox {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}

.creat_group .radio input[type="radio"],
.creat_group .radio-inline input[type="radio"],
.creat_group .checkbox input[type="checkbox"],
.creat_group .checkbox-inline input[type="checkbox"] {
    margin: 0 0 0 -20px;
}

.group-item {
    margin: 0 0 20px;
}

.group-item h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: "\5FAE\8F6F\96C5\9ED1", arial;
    /*font-family: "source_sans_prolight", sans-serif;*/
    margin: 0 0 10px;
}

.group-item .avatar {
    width: 140px;
    height: 140px;
    float: left;
    margin: 0 10px 0 0;
}

.group-item .avatar img {
    width: 100%;
    height: 100%;
}

.group-item .text {
    overflow: hidden;
}

.viewGroupTabs .btn {
    height: 36px;
}

.viewGroupTabs .btn img {
    display: block;
}

.well {
    border-radius: 0;
    border:0;
    margin-bottom: 10px;
}

.alert-msg-holder .alert {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 5;
    padding: 10px 40px 10px 10px;
}

.alert_messages_holder {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 1050;
}

.alert_messages_holder .alert-messages {
    position: relative;
    width: 300px;
    margin: 0 0 10px;
}

.alert_messages_holder .close_message {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    border: none;
    background: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #FFF;
}




/* error animations */

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

.alert-msg-holder {
    margin: 0 auto;
    text-align: center;
    max-width: 1170px !important;
}

.alert-ajax {
    -webkit-animation: bounce 800ms ease-out;
    -moz-animation: bounce 800ms ease-out;
    -ms-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 800ms ease-out;
}


/* placeholder input styles */

.search input[type="text"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #a8a8a8;
}

.search input[type="text"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a8a8a8;
}

.search input[type="text"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a8a8a8;
    opacity: 1;
}

.search input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #a8a8a8;
}


/**/

#header {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    position: relative;
    width: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    /*background: url(../images/bg-fixed.png) repeat-x*/
    ;
}

#header .icon-down-arrow {
    font-size: 11px;
    line-height: 34px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 6px;
}

#header .navbar-toggle .icon-down-arrow {
    line-height: 20px;
}

#header .search-drop .icon-down-arrow {
    line-height: 22px;
}

#header .btn-upload .icon-down-arrow {
    line-height: 20px;
}

#header .menu-holder {
    display: table;
    width: 100%;
}

#header .menu-holder .col {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
    text-align: left;
    width: 150px;
}

#header .menu-holder .col.search {
    width: 320px;
}

#header .menu-holder .col.user_menu {
    text-align: right;
    width: 655px;
}

#header .menu-holder .col.user_menu .search {
    height: 44px;
    width: 540px;
    border-radius: 50px;
    border: 2px solid #ff6428;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 0;
    margin-top: 0px
}

#header .menu-holder .col.user_menu.logged-out {
    width: 600px;
}

#header .main-links {
    display: inline-block;
    vertical-align: middle;
}

#header .main-links&gt;ul {
    font-size: 16px;
    line-height: 36px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .main-links&gt;ul&gt;li {
    display: inline-block;
    vertical-align: top;
}

#header .main-links&gt;ul&gt;li&gt;a {
    color: #000;
    display: block;
    padding: 12px 15px;
}

#header .main-links&gt;ul&gt;li&gt;a.icon-home {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin: 0 10px 0 0;
}

#header .main-links&gt;ul&gt;li&gt;a:focus,
#header .main-links&gt;ul&gt;li&gt;a:hover {
    color: #000;
    text-decoration: none;
    position: relative;
}

#header .main-links&gt;ul&gt;li&gt;a:focus:after,
#header .main-links&gt;ul&gt;li&gt;a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff6428;
}

#header .main-links&gt;ul&gt;li.active a {
    font-family: "Microsoft Yahei", sans-serif;
    text-decoration: none;
    position: relative;
}

#header .main-links&gt;ul&gt;li.active a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff6428;
}

#header .navbar {
    min-height: inherit;
    margin: 0;
    background: none;
    border: none;
    padding: 0;
}

#header .container-fluid {
    padding: 0;
    box-shadow: 0px 0px 8px #ccc;
    -ms-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    -webkit-box-shadow: 0px 0px 8px #ccc;
}

#header .navbar-collapse {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .navbar-collapse .search {
    padding: 0;
}

#header .search form.search-form {
    border-radius: 20px;   
}

#header .search .cbsearchtype {
    background: rgba(255, 255, 255, .5);
    width: 100%;
    padding: 0 40px 0 94px;
    text-align: left;
    border-radius: 20px;
    position: relative;
}

#header .search .cbsearchtype:after {
    display: block;
    clear: both;
    content: "";
}

#header .search .cbsearchtype .btn-default {
    height: 44px;
    padding: 0;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 34px;
    border: none;
    background: none;
    box-shadow: none;
    color: #0B0B0B;
}

#header .search .cbsearchtype .btn-default.btn-search {
    background: #e42112;
    background: -webkit-linear-gradient(left, #ff5945 0, #e42112 100%);
    background: linear-gradient(to right, #ff5945 0, #e42112 100%);
    color: #fff;
    font-size: 18px;
    width: 97px;
    border-radius: 0 20px 20px 0;
    position: absolute;
    right: -2px;
    top: -2px;
    border: none;
}
#header .search .cbsearchtype .search-drop {
    width: 94px;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    /*background: #ececec;*/
    border-radius: 4px 0 0 4px;
}

#header .search .cbsearchtype .search-drop .btn-default {
    padding: 6px;
    line-height: 20px;
    width: 100%;
}

#header .search .cbsearchtype .search-drop .btn-default .search-type {
    display: inline-block;
    vertical-align: middle;
}

#header .search .cbsearchtype .search-drop.open .icon-down-arrow {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

#header .search input[type="text"] {
    padding: 3px 10px;
    height: 36px;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 20px;
    background: none;
    box-shadow: none;
    border: none !important;
    border: 1px solid #f1f1f1;
}

#header .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, .95);
    overflow: hidden;
    text-align: left;
}
#header .menu_pop_content {
    position: absolute;
    top:55px;
    border-top: 2px solid #ff6428;
}
#header .dropdown-menu&gt;li&gt;a {
    line-height: 24px;
    color: #404040;
    /*border-top: 1px solid #d9d9d9;*/
}

#header .dropdown-menu&gt;li&gt;a i.glyphicon {
    color: #ffa000;
}

#header .dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
    background: #ff6428;
}

#header .dropdown-menu&gt;li:first-child&gt;a {
    border: none;
}

#header .dropdown-menu .divider {
    margin: 0;
}

#header .dropdown-menu&gt;.active&gt;a,
#header .dropdown-menu&gt;.active&gt;a:hover,
#header .dropdown-menu&gt;.active&gt;a:focus {
    background: #ff6428;
    color: #fff;
}

#header .right-menu .dropdown-menu,
#header .search-drop .dropdown-menu {
    padding: 13px 0 0;
}

.search-icon {
    font: 17px/20px "icomoon";
}

.navbar-header {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 125px;
    opacity: .9;
}

.navbar-header .sublogo {
    cursor: pointer;
    float: left;
}

.navbar-header .sublogo img {
    display: block;
    width: 120px;
    height: 40px;
    margin: 10px 0 0;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    /*text-shadow: 1px 1px 2px #000;*/
    float: left;
    padding: 0 20px 4px 0;
}

.navbar-nav span {
    background: url(../images/head-ico.png) -10000px -10000px no-repeat;
}

.navbar-nav li span.sl,
.navbar-nav li span.sr {
    background-position: left -580px;
    width: 17px;
    height: 48px;
    float: left;
    border: none;
}

.navbar-head {
    background: url(../images/head-ico.png) -10000px -10000px no-repeat;
    background-position: left -23px;
    background-repeat: repeat-x;
}

.navbar-head .navbar {
    min-height: inherit;
    border: none;
    padding: 0;
    width: 1440px;
    margin: 0 auto;
}

.navbar-head .navbar-header {
    padding: 0;
    float: left;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.btn-search-toggle {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    font-family: "Microsoft Yahei", sans-serif;
    padding: 5px 4px 9px;
    color: #000;
}

.btn-search-toggle:active,
.btn-search-toggle:focus,
.btn-search-toggle:hover {
    color: #000;
}

.logo {
    width: 145px;
    height: 50px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    float: left
}

.logo a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
}

.logo a:hover {
    text-decoration: none;
}

.logo a span {
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.logo a img {
    width: 118px;
    height: 55px;
    padding-top: 8px;
    padding-bottom: 8px;
}


/**/


/**/

.header-holder {
    position: relative;
    display: table;
    width: 1220px;
    margin: 0 auto;
}

.header-holder .navbar-collapse {
    display: table-cell !important;
    vertical-align: middle;
}

.navbar-nav {
    float: none !important;
    margin: 0 auto 22px;
}

.navbar-default .navbar-toggle {
    padding: 0;
    margin: 0 0 0 16px;
    width: 70px;
    height: 34px;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 0;
    font-family: "Microsoft Yahei", sans-serif;
    border: none;
    background: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
    box-shadow: none;
}

.navbar-default .navbar-nav&gt;.open&gt;a.user-area,
.navbar-default .navbar-nav&gt;.open&gt;a.user-area:focus,
.navbar-default .navbar-nav&gt;.open&gt;a.user-area:hover {
    background: none;
}

.navbar-default .navbar-right {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.navbar-default .right-menu {
    margin: 0 50px 0 0;
    font-size: 14px;
    /**/
}

.navbar-default .right-menu.navbar-nav&gt;li {
    padding: 0 0 0 10px;
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a {
    padding: 0;
    color: #333;
    /*text-shadow: 0 1px 3px rgba(0,0,0,.2);*/
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload {
    font-size: 14px;
    line-height: 22px;
    /*font-family: "Microsoft Yahei", sans-serif;*/
    border-radius: 4px;
    padding: 7px 12px;
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload .icon-upload {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    margin: 0 10px 0 0;
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload:hover,
.navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload:focus {
    color: #333;
    border-bottom: 2px solid #ff6428;
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.user-area {
    display: block;
    /*font-family: "Microsoft Yahei", sans-serif; */
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.user-area:focus {
    background: none;
    box-shadow: none;
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.user-area img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.navbar-default .right-menu.navbar-nav&gt;li&gt;a.user-area span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.navbar-default .right-menu .btn-default {
    border: none;
    text-transform: capitalize;
    background: none;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    line-height: 34px;
    font-family: "Microsoft Yahei", sans-serif;
    padding: 0;
    border: none;
    color: #000;
    box-shadow: none;
}

.navbar-default .right-menu .btn-default:hover,
.navbar-default .right-menu .btn-default:focus,
.navbar-default .right-menu .btn-default:active,
.navbar-default .right-menu .btn-default.active {
    background: none;
    color: #000;
}

.navbar-default .right-menu .upload_link .btn-default,
.navbar-default .right-menu .navbar-sm-login-links .btn-default {
    font-size: 14px;
    line-height: 22px;
    font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
    border-radius: 4px;
    padding: 8px 6px;
}

.navbar-default .right-menu .upload_link .btn-default:hover,
.navbar-default .right-menu .upload_link .btn-default:active,
.navbar-default .right-menu .navbar-sm-login-links .btn-default:hover,
.navbar-default .right-menu .navbar-sm-login-links .btn-default:active {
    color: #fff;
}

.navbar-default .right-menu .upload_link .btn-default.btn-newacc,
.navbar-default .right-menu .navbar-sm-login-links .btn-default.btn-newacc {
    border-color: #000;
}

.navbar-default .right-menu .upload_link .btn-default.btn-newacc:hover,
.navbar-default .right-menu .upload_link .btn-default.btn-newacc:active,
.navbar-default .right-menu .navbar-sm-login-links .btn-default.btn-newacc:hover,
.navbar-default .right-menu .navbar-sm-login-links .btn-default.btn-newacc:active {
    background: #4caf50;
}

.navbar-default .right-menu .upload_link .btn-default.btn-login:hover,
.navbar-default .right-menu .upload_link .btn-default.btn-login:active,
.navbar-default .right-menu .navbar-sm-login-links .btn-default.btn-login:hover,
.navbar-default .right-menu .navbar-sm-login-links .btn-default.btn-login:active {
    background: #4caf50;
}

.navbar-default .right-menu .open&gt;.dropdown-toggle.btn-default {
    background: none;
    color: #fff;
}

.navbar-default .right-menu .btn-success:hover {
    background: #4caf50;
}

.cd-popup {
    position: fixed;
    visibility: hidden;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.78);
    top: 0;
}

.cd-popup .cb-popup-container {
    position: relative;
    width: 50%;
    max-width: 680;
    margin: 8em auto;
    text-align: center;
    background: #000;
    z-index: 1000;
    padding: 0;
}

.cd-popup .cb-popup-container .modal-inset .col {
    padding: 0;
}

.cd-popup .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 0;
}

.cd-popup .cd-popup-close:before,
.cd-popup .cd-popup-close:after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #fff;
}

.cd-popup .cd-popup-close:before {
    -webkit-transform: rotate(45deg);
    left: 8px;
}

.cd-popup .cd-popup-close:after {
    -webkit-transform: rotate(-45deg);
    right: 8px;
}

.is-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 100;
}

.is-visible .cb-popup-container {
    -webkit-animation: horizontal 0.6s ease;
    -moz-animation: horizontal 0.6s ease;
    -ms-animation: horizontal 0.6s ease;
    -o-animation: horizontal 0.6s ease;
    animation: horizontal 0.6s ease;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #header {
        padding: 0 25px 0 10px;
    }
}


/**/

@media only screen and (max-width: 1280px) {
    .header-holder {
        display: block;
        width:960px;
    }
     #header .menu-holder .col {
        width:200px;
    }
    #header .main-links&gt;ul {
        font-size: 15px;
        line-height: 36px;
    }
    #header .menu-holder .col.user_menu {
        width: 615px;
        padding: 0;
    }
    #header .menu-holder .col.user_menu .search {
        width: 404px;
    }
    #header .menu-holder .col.user_menu.logged-out {
        width: 615px;
    }
    #header .btn-upload .icon-down-arrow {
        display: none;
    }

    .navbar-default .right-menu {
        margin: 0 0 0 10px;
    }
    .navbar-default .right-menu.navbar-nav&gt;li {
        padding: 0;
    }
    .navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload {
        padding: 4px 8px;
        border-radius: 50%;
    }
    .navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload span {
        display: none;
    }
    .navbar-default .right-menu.navbar-nav&gt;li&gt;a.btn-upload .icon-upload {
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) { 
    #header .menu-holder .col {
        width:200px;
    }  
    #header .main-links&gt;ul {
        font-size: 14px;
        line-height: 36px;
    }
    #header .main-links&gt;ul&gt;li&gt;a {
        padding: 12px 10px;
    }
    #header .menu-holder .col.user_menu {
        width: 615px;
    }
    #header .menu-holder .col.user_menu.logged-out {
        width: 615px;
    }

    .navbar-default .right-menu.navbar-nav&gt;li {
        padding: 0 0 0 10px;
    }
    .navbar-default .right-menu.navbar-nav&gt;li:first-child {
        padding: 0;
    }
    .navbar-default .right-menu.navbar-nav&gt;li&gt;a.user-area img {
        margin: 0;
    }
    .navbar-default .right-menu.navbar-nav&gt;li&gt;a.user-area span {
        font-size: 0;
        line-height: 0;
        margin: 0;
    }
}



@-webkit-keyframes horizontal {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* buttons */

.btn-default {
    background: #ececec;
    border-color: #ececec;
    font-family: "Microsoft Yahei", sans-serif;
    color: #000;
}

.btn-default:hover,
.btn-default:active {
    background: #ececec;
    border-color: #ececec;
}

.btn-ghost {
    background: #fff;
    border: 2px solid #000;
    padding: 5px 10px;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #000;
}

.btn-ghost.btn-lg {
    font-size: 18px;
    line-height: 36px;
}

.btn-ghost:hover,
.btn-ghost:active {
    background: #ff6428;
    border-color: #ff6428;
    color: #fff;
}

.btn-primary {
    background: #4caf50;
    border-color: #4caf50;
    font-family: "Microsoft Yahei", sans-serif;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

.btn-success {
    background: #4caf50;
    border-color: #4caf50;
    font-family: "Microsoft Yahei", sans-serif;
    color: #fff;
}

.btn-success:hover,
.btn-success:active {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}

.btn-black {
    background: #212121;
    border-color: #212121;
    font-family: "Microsoft Yahei", sans-serif;
    font-size: 15px;
    color: #fff;
}

.btn-black:hover,
.btn-black:active {
    background: #212121;
    border-color: #212121;
    color: #fff;
}


/* error messages */


/* error animations */

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

.alert-msg-holder {
    margin: 0 auto;
    text-align: center;
    max-width: 1170px !important;
}

.alert-ajax {
    -webkit-animation: bounce 800ms ease-out;
    -moz-animation: bounce 800ms ease-out;
    -ms-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 800ms ease-out;
}

#sidebar {
    float: right;
    width: 240px;
}

#sidebar h2 {
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    overflow: visible;
    font-weight: 700;
    position: relative;
    left: -3px;
    border-left: 3px solid #fb3b3b;
    padding-left: 11px;
    margin-bottom: 20px;
    color: #333;
}
#sidebar .fg-box {
	margin-left:10px;
}
#sidebar-channel {
    float: right;
    width: 25.6%;
}
.sidebar-channels .channel-item {
    /*background: #f1f1f1;*/
    margin-bottom:10px;
}

.sidebar-channels .channel-item:last-child {
    border: none;
}

.sidebar-channels .channel-item .avatar {
    position: relative;
    width: 66px;
    height: 66px;
    float: left;
    margin: 0 10px 0 0;
}

.sidebar-channels .channel-item .avatar img {
    width: 100%;
    height: 100%;
}

.sidebar-channels .channel-item .channel-info {
    overflow: hidden;
    padding: 10px 0 0;
    color: #999;
}

.sidebar-channels .channel-item .channel-info h3 {
    font: 12px/1.5 Arial, "\5FAE\8F6F\96C5\9ED1", sans-serif, "\5b8b\4f53";
    margin: 0 0 3px;
    color: #333;
}

.sidebar-channels .channel-item .channel-info h3 a {
    font-size: 14px;
    color: #222;
}

.sidebar-channels .channel-item .channel-info .views-videos span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    position: relative;
}

.sidebar-channels .channel-item .channel-info .views-videos span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #757575;
}

.sidebar-channels .channel-item .channel-info .views-videos span:first-child {
    margin: 0 5px 0 0;
    padding: 0;
}

.sidebar-channels .channel-item .channel-info .views-videos span:first-child:after {
    display: none;
}

.sidebar-items {
    background: #fff;
    padding: 16px 16px 0;
    margin: 0 0 16px;
}

.sidebar-items .featured-video {
    font-size: 14px;
    line-height: 14px;
}


/*.sidebar-items .featured-video:first-child {
      padding: 0 0 10px; }*/

.sidebar-items .featured-video .title {
    font-size: 12px;
    line-height: 20px;
    font-family: "\5FAE\8F6F\96C5\9ED1", sans-serif;
    margin: 0 0 6px;
}

.sidebar-items .featured-video .author {
    font-size: 13px;
    line-height: 13px;
}

.sidebar-items .row {
    margin: 0 -8px;
}

.sidebar-items .item-photo .photo-holder i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
}

@media only screen and (max-width: 991px) {
    .sidebar-items .featured-video {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 14px;
    }
    .sidebar-items .featured-video:first-child {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #sidebar {
        display: none;
    }
}

/* variables */


/**/


/**/


/* error messages */


/* error animations */

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-moz-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@-o-keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    5% {
        transform: translateY(-100%);
        opacity: 0;
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px;
    }
    30% {
        transform: translateY(-50%);
    }
    40% {
        transform: translateY(0%);
        padding-bottom: 6px;
    }
    50% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
        padding-bottom: 7px;
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
        padding-bottom: 8px;
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
        padding-bottom: 9px;
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1;
    }
}

.alert-msg-holder {
    margin: 0 auto;
    text-align: center;
    max-width: 1170px !important;
}

.alert-ajax {
    -webkit-animation: bounce 800ms ease-out;
    -moz-animation: bounce 800ms ease-out;
    -ms-animation: bounce 800ms ease-out;
    -o-animation: bounce 800ms ease-out;
    animation: bounce 800ms ease-out;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    /*background: #fff;*/
    padding: 18px 0;
    font-size: 12px;
    line-height: 20px;
    color: #969696;
    z-index: 5;
}

#footer .container {
    padding: 0;
}

#footer a {
    color: #969696;
}

#footer a:hover {
    text-decoration: none;
}

#footer .langdrop {
    width: 160px;
}

#footer .langdrop .dropdown-menu {
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

#footer .langdrop .dropdown-menu li a {
    color: #000;
    padding: 3px 10px;
}

#footer .langdrop .dropdown-menu li a:hover {
    color: #fff;
    background: #ff6428;
}

#footer .langdrop .dropdown-menu li:first-child a {
    border-radius: 2px 2px 0 0;
}

#footer .langdrop .dropdown-menu li:last-child a {
    border-radius: 0 0 2px 2px;
}

#footer .langdrop .dropdown-menu li.selected a {
    color: #fff;
    background: #ff6428;
}

#footer .langdrop button {
    font-size: 16px;
    line-height: 18px;
    padding: 4px 30px 6px 10px;
    border: none;
    height: 28px;
    width: 100%;
    text-align: left;
    background: #c8efff;
    overflow: hidden;
    position: relative;
}

#footer .langdrop button span {
    display: inline-block;
    vertical-align: middle;
}

#footer .langdrop button i {
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 10px;
    margin: -8px 0 0;
    z-index: 2;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

#footer .langdrop.open button i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

#footer .icon-holder {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
}

#footer .icon-holder span {
    display: block;
    width: 50px;
    height: 50px;
    padding: 11px;
}

#footer .footer-holder {
    display: table;
    width: 100%;
}

#footer .footer-holder&gt;ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    width: 440px;
}

#footer .footer-holder&gt;ul li {
    margin: 0 0 0 25px;
    float: left;
}

#footer .footer-holder&gt;ul li:first-child {
    margin: 0;
}

#footer .column {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}

#footer .column.copyright-poweredby {
    text-align: right;
}

#footer .column.copyright-poweredby p {
    font-family: "source_sans_probold", sans-serif;
}

#footer .column.copyright-poweredby p span {
    font-family: "Microsoft Yahei", sans-serif;
}

#footer .column.copyright-poweredby p~span {
    font-size: 12px;
}


/**/

@media only screen and (max-width: 991px) {
    #footer .footer-holder&gt;ul {
        width: 400px;
    }
    #footer .footer-holder&gt;ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33%;
        margin: 0 0 10px -4px;
        padding: 0 5px;
    }
    #footer .footer-holder&gt;ul li:first-child {
        margin: 0 0 10px -4px;
    }
}

@media only screen and (max-width: 767px) {
    #footer .footer-holder {
        display: block;
    }
    #footer .footer-holder&gt;ul {
        width: 100%;
        padding: 0 0 0 8px;
    }
    #footer .footer-holder&gt;ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0 0 10px -4px;
        padding: 0 5px;
    }
    #footer .footer-holder&gt;ul li:first-child {
        margin: 0 0 10px -4px;
    }
    #footer .column {
        display: block;
        width: 100%;
    }
    #footer .column.lang_wrapper,
    #footer .column.copyright-poweredby {
        text-align: center;
    }
    #footer .column.lang_wrapper {
        margin: 0 0 10px;
    }
    #footer .column.lang_wrapper form {
        text-align: center;
    }
    #footer .langdrop {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1200px) {  

    .item-photo .photo-info strong {
        font-size: 16px;
    }

    .page-error .content-txt {
        max-width: 300px;
        right: 40px;
    }
    .page-error .error-img {
        margin: 0 0 20px;
    }
    .page-error .alert-text p {
        margin: 0 0 20px;
    }
    .page-error .alert-text strong {
        font: 30px/40px "Microsoft Yahei", sans-serif;
    }
}

@media only screen and (max-width: 991px) {
    #ep_video_container&gt;div.featured_video_details {
        overflow: hidden;
        height: auto;
    }

    .editorpick-holder {
        float: none;
        width: 100%;
        margin: 0 0 16px;
        padding: 0;
    }

    .absolute-div {
        padding: 0;
    }

    .editorpick-videos {
        float: none;
        width: 100%;
        padding: 0;
    }
    .editorpick-videos .scrollable-area {
        height: auto !important;
        width: 100% !important;
        padding: 0 0 0 8px;
    }
    .editorpick-videos .scrollable-area:after {
        content: "";
        display: block;
        clear: both;
    }

    .scrollable-area-wrapper .hscrollbar,
    .scrollable-area-wrapper .vscrollbar {
        display: none !important;
    }

    .featured-video {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 16px -4px;
        padding: 0 8px;
        border: none;
    }
    .featured-video:first-child {
        padding: 0 8px;
    }
    .featured-video:nth-child(n+9) {
        display: none;
    }

    .item-video .thumb-holder .video-link .title {
        font-size: 16px;
    }

    .sidebar-channels .channel-item .channel-info {
        font-size: 13px;
        line-height: 13px;
        padding: 0;
    }
    .sidebar-channels .channel-item .channel-info h3 {
        font-size: 13px;
        line-height: 13px;
        margin: 0 0 3px;
    }
    .sidebar-channels .channel-item .channel-info .views-videos span {
        display: block;
        padding: 0;
    }
    .sidebar-channels .channel-item .channel-info .views-videos span:after {
        display: none;
    }
    .sidebar-channels .channel-item .channel-info .views-videos span:first-child {
        margin: 0 0 3px;
    }

    .videos .video-info .title {
        font-size: 16px;
    }

    .video-details header.details h1,
    .view-details header.details h1 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .video-details .user-video-info .views-counter,
    .view-details .user-video-info .views-counter {
        font-size: 18px;
    }

    .cover .counters li span {
        display: none;
    }

    .signin-block .user-form {
        padding: 30px 40px;
    }
    .signin-block .side-box {
        padding: 80px 40px;
    }

    .photo-view {
        height: 300px;
    }

    .filter-dropdowns .sorting-col .dropdown-menu {
        display: block;
        right: -9999px;
    }
    .filter-dropdowns .sorting-col .open&gt;.dropdown-menu {
        right: 0;
    }

    #gallery {
        height: 300px;
    }

    .signup-block .social-links span,
    .forgot-block .social-links span,
    .signin-block .social-links span {
        display: block;
        margin: 0 0 10px;
    }
    .signup-block .social-links #social_buttons,
    .forgot-block .social-links #social_buttons,
    .signin-block .social-links #social_buttons {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 260px;
    }
    .signup-block .social-links #social_buttons a,
    .forgot-block .social-links #social_buttons a,
    .signin-block .social-links #social_buttons a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    #content {
        width: 100%;
        float: none;
        padding: 0 10px;
    }

    .item-video .thumb-holder .cb_quickie {
        display: none;
    }

    .featured-video .title {
        font-size: 14px;
    }
    .featured-video .views-date .date,
    .featured-video .views-date span {
        display: block;
    }
    .featured-video .views-date .date {
        padding: 0;
        margin: 0;
    }
    .featured-video .views-date .date:after {
        display: none;
    }

    .videos .video-info {
        padding: 8px 8px 26px;
        height: auto;
    }
    .videos .video-info .title {
        font-size: 14px;
    }

    .filter-dropdowns .dropdown {
        display: block;
        margin: 0 0 2px;
        background: none;
        border-radius: 0;
        border-bottom: 1px solid #d9d9d9;
        line-height: 36px;
        height: 48px;
    }
    .filter-dropdowns .dropdown&gt;a {
        color: #212121;
    }
    .filter-dropdowns .dropdown&gt;a span {
        float: right;
        line-height: 36px;
    }
    .filter-dropdowns .sorting-col .dropdown-menu&gt;li a.selected,
    .filter-dropdowns .sorting-col .dropdown-menu&gt;li a:hover {
        background: none;
    }
    .filter-dropdowns .dropdown-menu {
        width: 100%;
        background: #fff;
        font-size: 15px;
        line-height: 36px;
    }
    .filter-dropdowns .dropdown-menu .sub-menu {
        position: static;
        left: 0;
        border-radius: 0;
        background: #f2f2f2;
    }
    .filter-dropdowns .dropdown-menu .sub-menu .sub-menu {
        background: #cccccc;
    }
    .filter-dropdowns .dropdown-menu .sub-menu .sub-menu .sub-menu {
        background: #b3b3b3;
    }
    .filter-dropdowns .dropdown-menu&gt;li {
        overflow: hidden;
    }
    .filter-dropdowns .dropdown-menu&gt;li&gt;div&gt;a,
    .filter-dropdowns .dropdown-menu&gt;li&gt;a {
        color: #212121;
    }
    .filter-dropdowns .dropdown-menu&gt;li&gt;div {
        padding: 0 40px 0 0;
        border-color: #d9d9d9;
    }
    .filter-dropdowns .dropdown-menu&gt;li&gt;div i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        color: #000;
        background: none;
        margin: 0;
        top: 0;
        width: 48px;
        right: 0;
        height: 48px;
        padding: 12px 16px 14px 20px;
        border-radius: 0;
    }
    .filter-dropdowns .dropdown-menu&gt;li&gt;div:hover {
        background: none;
    }
    .filter-dropdowns .cat-col,
    .filter-dropdowns .sorting-col {
        padding: 0;
        text-align: left;
    }

    .item-photo .photo-info strong {
        font-size: 14px;
        line-height: 18px;
    }

    .view-tabs .nav-tabs.nav {
        font-size: 0;
        line-height: 0;
    }

    #add_playlist_form .form-group&gt;div:first-child,
    #add_playlist_form .form-group&gt;div,
    #new_playlist_form .form-group&gt;div:first-child,
    #new_playlist_form .form-group&gt;div {
        padding: 0;
    }
    #add_playlist_form .form-group&gt;div:first-child,
    #new_playlist_form .form-group&gt;div:first-child {
        margin: 0 0 16px;
    }

    .flat-tabs .nav-tabs.nav&gt;li&gt;a {
        padding: 8px;
    }

    .cover .cover-holder {
        height: 130px;
    }
    .cover .cover-holder&gt;img {
        max-height: 100%;
        height: 100%;
    }
    .cover .changeCover {
        left: auto;
        right: 10px;
    }
    .cover .avatar {
        width: 60px;
        height: 60px;
        left: 10px;
        bottom: auto;
        top: 62px;
    }
    .cover .ratting-counts {
        padding: 10px 0 10px 90px;
        height: 74px;
    }
    .cover .ratting-counts .user-ratting {
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .cover .counters {
        text-align: left;
    }
    .cover .counters li {
        margin: 0 5px 0 0;
    }
    .cover .profile-buttons {
        padding: 10px 20px;
        text-align: center;
    }
    .cover .profile-buttons h2 {
        float: none;
        margin: 0 0 5px;
    }
    .cover .profile-buttons .btn-holder {
        text-align: center;
    }
    .cover .profile-buttons .btn-default {
        display: block;
        margin: 0 auto 5px;
        width: 200px;
    }

    .report-block {
        margin: 0 10px 16px;
    }
    .report-block .alert {
        position: static;
    }

    .signin-block .user-form,
    .signin-block .side-box {
        display: block;
        margin: 0;
        width: 100%;
    }
    .signin-block .user-form h2,
    .signin-block .side-box h2 {
        margin: 0 0 20px;
        font-size: 30px;
    }
    .signin-block .user-form {
        padding: 20px;
    }
    .signin-block .side-box {
        padding: 20px;
        height: auto !important;
    }

    .signup-block .user-form,
    .forgot-block .user-form {
        padding: 20px;
    }
    .signup-block .user-form h2,
    .forgot-block .user-form h2 {
        margin: 0 0 20px;
        font-size: 30px;
    }

    .photo-view {
        height: 200px;
    }
    .photo-view .btn-holder {
        bottom: 10px;
        right: 10px;
    }

    .user-video-info .views-counter {
        font-size: 14px;
    }

    .video-details .user-likes-sub,
    .view-details .user-likes-sub {
        text-align: center;
    }
    .video-details .user-likes-sub .like-rating,
    .view-details .user-likes-sub .like-rating {
        margin: 0 0 10px;
    }
    .video-details .user-likes-sub .subscribe-col,
    .view-details .user-likes-sub .subscribe-col {
        text-align: center;
    }

    .collections .title a {
        display: block;
        overflow: hidden;
        height: 20px;
    }

    #gallery {
        height: 200px;
    }

    .page-error {
        overflow-y: auto;
    }
    .page-error .content-txt {
        max-width: 280px;
        right: 50%;
        margin: 0 -140px 0 0;
        top: 5px;
    }
    .page-error .error-img {
        width: 90px;
        margin: 0 auto 10px;
    }
    .page-error .alert-text {
        text-align: center;
    }
    .page-error .alert-text p {
        margin: 0 0 5px;
    }
    .page-error .alert-text strong {
        font: 24px/24px "Microsoft Yahei", sans-serif;
        margin: 0;
    }
    .page-error .monster {
        bottom: auto;
        top: 100%;
        left: 20px;
    }
    .page-error .base-bg {
        bottom: auto;
        top: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .page-error {
        overflow: hidden;
    }
    .page-error .monster {
        bottom: 10px;
        top: auto;
        left: 20px;
    }
    .page-error .base-bg {
        bottom: 10px;
        top: auto;
    }
}

@media only screen and (max-width: 360) {
    .cd-popup .cb-popup-container {
        width: 90%;
    }
}

.heighlightacomment:target {
    animation: heighlight_comment 5s;
    border-radius: 10px;
}

@-webkit-keyframes heighlight_comment {
    0% {
        background: #e0e0e0;
    }
    100% {
        background: none;
    }
}

@-moz-keyframes heighlight_comment {
    0% {
        background: #e0e0e0;
    }
    100% {
        background: none;
    }
}

@-o-keyframes heighlight_comment {
    0% {
        background: #e0e0e0;
    }
    100% {
        background: none;
    }
}

@keyframes heighlight_comment {
    0% {
        background: #e0e0e0;
    }
    100% {
        background: none;
    }
}


/*# sourceMappingURL=all.css.map */


/*新版主页featured模块页面*/

.custom-container {
    height: auto;
    background-color: #f5f6f7;
}

.custom-container.small-container {
    max-width: 550px;
    color: #000
}
.custom-container .home-block {

    margin-top: 15px;
}
.resp-1024 .hide_1024, .resp-1440 .hide_1440_tl {
    display: none;
}
.home-block {
    width: 1380px;
    overflow: hidden;
    margin: 0 auto;
}

.home-block-index {
    height: auto;
}

.home-block-kt {
    height: 236px;
}
.home-block .recent-line .video-recent {
    border: 1px solid #fff;
    border-left: 0px;
    border-radius: 5px;
    background: url(../images/recent-bg.png) repeat-x #fff;
    margin-top: 0px;
}
.gg{ width:1440px; height:90px; margin:0px auto 10px;padding-left: 10px;}
.resp-1280 .gg {
    width: 1180px;
    height: 90px;
    margin:10px auto;
    padding-left: 10px;
}
.resp-1024 .gg {
    width: 940px;
    height: 90px;
    margin:0px auto 10px;
    padding-left: 10px;
}
.home-block .recent-line {
    border: 1px solid #d0d0d0;
    border-left: 0px;
    border-top: 2px solid #93c2f4;
    border-radius: 5px;
}

.recent-temp .thumb-holder {
    box-shadow: 0px 0px 0px #ddd;
}

.home-block .video-recent .recentAppending {
    margin: 0;
}

.home-block .video-recent .recentAppending img {
    width: 129px;
    height: 90px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    margin: 0 auto;
}

.pre-tit {
    position: absolute;
    left: 10px;
    top: -1px;
    width: 66px;
    height: 26px;
    background: url(../images/ico_movie.png) no-repeat;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.recent-temp {
    padding: 33px 20px 0 10px;
}

.recent-temp .video-info .title {
    font-size: 12px;
    margin-top: 16px;
}
.home-block .heading {
    height: 50px;
    line-height: 30px;
    padding-bottom: 19px;
}


/*.home-block .heading h1 {
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #4193D7;
    padding: 0 38px 0 0
}*/

.home-block .heading h2 {
    font-size: 24px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    color: #4193D7;
    text-shadow: 1px 1px 0 #fff;
}

.home-block .heading h2 i {
    font-size: 18px;
    line-height: 25px;
    width: 20px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0
}

.home-block .heading a.big-tit {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    color: #191919;
    /*background-image: url(../images/icons/indexicons.png);
    background-repeat: no-repeat;
    background-position: -396px -201px;*/
    padding: 0 0 0 40px;
}

.home-block .heading a.tit_bg01 {
    background: url(../images/index/index_39.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg02 {
    background: url(../images/index/index_81.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg03 {
    background: url(../images/index/index_60.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg04 {
    background: url(../images/index/index_170.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg05 {
    background: url(../images/index/index_160.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg06 {
    background: url(../images/index/index_160.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg07 {
    background: url(../images/index/index_10.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg08 {
    background: url(../images/index/index_180.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg09 {
    background: url(../images/index/index_123.jpg) no-repeat left center;
}

.home-block .heading a.tit_bg10 {
    background: url(../images/index/index_102.jpg) no-repeat left center;
}

.home-block .carousel-inner {
    overflow: visible
}

.home-block .carousel-inner .well {
    margin: 0
}

.home-block .carousel-control {
    color: #b6b6b6
}

.home-block .carousel-control.left {
    left: 0
}

.home-block .carousel-control.right {
    left: auto;
    right: 0
}

.home-block .carousel-control:hover {
    color: #1976d2
}

.videos .videos-block .item_video,
.videos .videos-slider .item_video,
.videos .videos-slider .item_video_qp {
    padding: 0px
}

.videos .videos-block .item_video:hover .hover-block,
.videos .videos-slider .item_video:hover .hover-block {
    left: -278px
}

.videos .videos-block .item_video:first-child:hover .hover-block,
.videos .videos-slider .item_video:first-child:hover .hover-block {
    left: auto;
    right: -278px;
    padding: 0 0 0 28px
}

.videos .videos-block .item_video:first-child:hover .hover-block .arrow,
.videos .videos-slider .item_video:first-child:hover .hover-block .arrow {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.videos .videos-block .item_video .mobile-info,
.videos .videos-slider .item_video .mobile-info,
.videos .videos-block .item_video .info,
.videos .videos-slider .item_video .info {
    overflow: hidden;
    margin: 0 0 10px;
    border-bottom: 1px solid #b6b6b6
}

.videos .videos-block .item_video .mobile-info .title,
.videos .videos-slider .item_video .mobile-info .title,
.videos .videos-block .item_video .info .title,
.videos .videos-slider .item_video .info .title {
    display: block;
    margin: 0 0 5px;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 20px
}

.videos .videos-block .item_video .mobile-info .title a,
.videos .videos-slider .item_video .mobile-info .title a,
.videos .videos-block .item_video .info .title a,
.videos .videos-slider .item_video .info .title a {
    color: #000;
    text-decoration: none
}

.videos .videos-block .item_video .mobile-info .author,
.videos .videos-slider .item_video .mobile-info .author,
.videos .videos-block .item_video .info .author,
.videos .videos-slider .item_video .info .author {
    display: block;
    margin: 0 0 10px;
    color: #1976d2;
    font-size: 14px;
    line-height: 16px
}

.videos .videos-block .item_video .mobile-info p,
.videos .videos-slider .item_video .mobile-info p,
.videos .videos-block .item_video .info p,
.videos .videos-slider .item_video .info p {
    margin: 0 0 5px
}

.videos .videos-block .item_video .mobile-info p a,
.videos .videos-slider .item_video .mobile-info p a,
.videos .videos-block .item_video .info p a,
.videos .videos-slider .item_video .info p a {
    color: #1976d2
}

.videos .videos-block .item_video .mobile-info .sr_num,
.videos .videos-slider .item_video .mobile-info .sr_num,
.videos .videos-block .item_video .info .sr_num,
.videos .videos-slider .item_video .info .sr_num {
    margin: 0 0 10px;
    text-transform: capitalize
}

.videos .videos-block .item_video .mobile-info .sr_num span,
.videos .videos-slider .item_video .mobile-info .sr_num span,
.videos .videos-block .item_video .info .sr_num span,
.videos .videos-slider .item_video .info .sr_num span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0
}

.videos .videos-block .item_video .mobile-info .sr_num i,
.videos .videos-slider .item_video .mobile-info .sr_num i,
.videos .videos-block .item_video .info .sr_num i,
.videos .videos-slider .item_video .info .sr_num i {
    line-height: 20px;
    vertical-align: top
}

.videos .videos-block .item_video .mobile-info,
.videos .videos-slider .item_video .mobile-info {
    display: none;
    padding: 0 0 0 10px;
    margin: 0;
    border: 0
}

.videos .videos-block .item_video .mobile-info .title,
.videos .videos-slider .item_video .mobile-info .title {
    font-weight: 300;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px
}

.videos .videos-block .item_video .mobile-info .author,
.videos .videos-slider .item_video .mobile-info .author {
    margin: 0 0 5px
}

.videos .videos-block .item_video .mobile-info .sr_num,
.videos .videos-slider .item_video .mobile-info .sr_num {
    color: #1976d2;
    font-size: 12px
}

.videos .videos-block .item_video .mobile-info .sr_num i,
.videos .videos-slider .item_video .mobile-info .sr_num i {
    line-height: 12px
}

.videos .videos-block .item_video .mobile-info .sr_num span,
.videos .videos-slider .item_video .mobile-info .sr_num span {
    display: block;
    margin: 0 0 5px
}

.videos .videos-block .item_video:nth-child(4n+1):hover .hover-block {
    left: auto;
    right: -278px;
    padding: 0 0 0 28px
}

.videos .videos-block .item_video:nth-child(4n+1):hover .hover-block .arrow {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.videos .videos-slider .item_video {
    width: 220px;
    height: 164px;
    float: left;
    /*box-shadow: 2px 2px 3px #ddd;*/
    margin: 0 10px 20px;
}

.tv .videos .videos-slider .item_video {
    width: 31.6667%;
    float: left;
    /*box-shadow: 2px 2px 3px #ddd;*/
    margin: 0 0 20px 20px;
}

/*趣拍模块更改start*/

.videos .videos-slider .item_video_qp {
    width: 220px;
    height: 164px;
    float: left;
    /*box-shadow: 2px 2px 3px #ddd;*/
    margin: 0 10px 20px;
}

.tv .videos .videos-slider .item_video_qp {
    width: 31.5877%;
    float: left;
    /*box-shadow: 2px 2px 3px #ddd;*/
    margin: 0 10px 20px;
}

.videos .videos-slider .item_video_qp:first-child {
    width: 460px;
    height: 348px;
    margin: 0 10px 20px;
    position: relative;
}

/*趣拍模块更改end*/

.videos .video_thumb {
    position: relative
}

.videos .video_thumb a.video_link {
    display: block;
    height: 100%;
    position: relative
}

.videos .video_thumb a.video_link .img-responsive {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videos .video_thumb a.video_link i {
    position: absolute;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    padding: 10px 8px 10px 12px;
    top: 50%;
    left: -9999px;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    margin: -24px 0 0 -24px
}

.videos .video_thumb a.video_link:hover i {
    left: 50%
}

.videos .video_thumb .add_icon {
    height: 26px;
    width: 26px;
    cursor: pointer;
    position: absolute;
    left: 5px;
    font-size: 26px;
    line-height: 26px;
    bottom: 5px;
    z-index: 2;
    color: #fff
}

.videos .video_thumb .duration {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    text-shadow: 4px 0 5px #000;
    background: rgba(0, 0, 0, .6)
}

.videos .video_thumb .play-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.videos .video_thumb .play-info i {
    left: 50%!important
}

.videos .video_thumb .play-info .title {
    color: #fff;
    position: absolute;
    z-index: 3;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 17px
}

.videos .video_thumb .play-info .duration {
    background: 0 0;
    left: auto;
    right: 5px;
    width: 46px
}

.videos .video_thumb .touch-info {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    text-shadow: 4px 0 5px #000;
    background: rgba(0, 0, 0, .6);
    display: none;
    font-size: 12px
}

.videos .video_thumb .mini-thumb {
    border-bottom: 1px solid #b6b6b6
}

.videos .video_thumb .mini-thumb .zulu-caption {
    display: block;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #1976d2
}

.videos .video_thumb .mini-thumb .img-holder {
    display: block;
    position: relative
}

.videos .video_thumb .mini-thumb .img-holder img {
    width: 100%;
    margin: 0 auto
}

.videos .video_thumb .hover-block {
    position: absolute;
    width: 278px;
    padding: 0 28px 0 0;
    left: -278px;
    left: -9999px;
    top: 50%;
    z-index: 4
}

.videos .video_thumb .hover-block .arrow {
    position: absolute;
    z-index: 5;
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 50%;
    right: 0;
    margin: -15px 0 0;
    color: #fff;
    text-shadow: 5px 0 5px rgba(0, 0, 0, .6)
}

.videos .video_thumb .hover-block .hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
    position: relative;
    z-index: 4;
    color: #000;
    line-height: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 8px
}

.videos .video_thumb .hover-block .hover:after {
    display: block;
    clear: both;
    content: ""
}

.videos .video_thumb a.video_link i {
    position: absolute;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    padding: 10px 8px 10px 12px;
    top: 50%;
    left: -9999px;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    margin: -24px 0 0 -24px
}

.videos .video_thumb a.video_link:hover i {
    left: 50%
}

.carousel-control {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    top: 50%;
    left: 30px;
    width: 45px;
    font-size: 30px;
    line-height: 30px;
    height: 45px;
    margin: -15px 0 0;
    z-index: 3;
}

.carousel-control.left {
    background: url(../images/left.png) no-repeat;
}

.carousel-control.right {
    background: url(../images/right.png) no-repeat;
    left: auto;
    right: 30px;
}


/**首页最新视频模块间距隐约效果*/

.item-video .thumb-holder .video-link b.bg {
    position: absolute;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    width: 100%;
    height: 100px;
    background:-webkit-linear-gradient(bottom,rgba(0,0,0,.6),rgba(0,0,0,0));
    background:linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#00000000', endColorstr='#ff000000');
    _background: 0 0;
    cursor: pointer;
}
.ico_play_12 {
    background-position: -150px 0;
}

.ico_play_12 {
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    background-image: url(../images/sprite_common.png);
    _background-image: url(../images/sprite_common.ie6.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}

.commentTit {
    height: 20px;
    line-height: 20px;
    padding-left: 11px;
    clear: both;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    border-left: 3px solid #fb3b3b;
    margin: 21px 0;
}

.item-video .tit {
    line-height: 22px;
    height: 44px;
    margin: 5px 0;
    overflow: hidden;
    font-size: 17px;
}

.videoTop {
    height: 90px;
    box-shadow: 0 0 4px #cccccc;
    background-color: #ffffff;
}

.videoTop h2 {
    width: 780px;
    font-weight: bold;
    line-height: 40px;
    margin: 25px 10px 25px 25px;
    font-size: 30px;
    color: #333333;
    float: left;
    height: 40px;
    overflow: hidden;
}

.menu {
    width: 13%;
    display: inline;
    float: left;
}

#content-videos {
    width: 960px;
    float: left;
	/*height: 466px;*/
}
.resp-1024 #content-videos {
	width:720px;
	float: left;
}
.video-info .views-date p {
    margin: 0 0 5px;
}

.video-info .views-date p.p_c span {
    font: 12px/20px "\5FAE\8F6F\96C5\9ED1", arial;
    margin-bottom: 2px;
    margin-right: 6px;
    display: inline;
}

.column_body {
    overflow: hidden;
    zoom: 1;
}

.travel-info .list .H60 {
    padding: 5px 0;
    /*margin-top: 5px;*/
    margin-bottom: 0;
}

.travel-info .list .Line {
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
    height: 1px;
    overflow: hidden;
}


/*栏目页面样式*/

.title h3,
.title h4 {
    font-size: 17px;
    padding: 0 15px;
    font-weight: 700;
}

.special .title h3 {
    height: 32px;
    line-height: 32px;
    color: #333;
    background: #fff;
    margin: 17px 0 0;
}

.title h3 {
    height: 32px;
    line-height: 32px;
    color: #333;
    background: #fff;
}

.special .title,
.travel .title,
.travel-info .title {
    padding: 0;
}

.special .list,
.travel-info .list {
    width: 180px;
    padding: 0;
}

.special .list {
    width: 180px;
    height: 202px;
    overflow: hidden;
    padding: 0 15px;
    background: url(../images/movie_bg.png) repeat-x #F8F8F8;
}

.column_body .col-lg-2 {
    width: 240px;
    float: right;
    padding: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media ( min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media ( min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*.column_body .column_menu_right {
  margin-top: 16px;
}*/

.s-info {
    padding-bottom: 8px;
}

.s-info dt {
    font-weight: 500;
}

.s-info dd {
    height: 21px;
    overflow: hidden;
}

.s-info dd a {
    color: #969696;
}

.cooperate .list,
.travel-info .list,
.travel .list {
    width: 180px;
    height: 348px;
    overflow: hidden;
    padding: 0 15px;
    background: url(../images/movie_bg.png) repeat-x #F8F8F8;
}

.special .list,
.travel-info .list {
    width: 180px;
    padding: 0;
}

.s-info dt {
    height: 21px;
    overflow: hidden;
    color: #333;
}

.tral-info .name-list {
    padding-top: 4px;
}

.name-list {
    height: 327px;
    overflow: hidden;
    padding: 10px 15px 0;
}

.travel-info .name-list li {
    width: 150px;
    height: 24px;
    padding-right: 0;
    line-height: 24px;
}

.name-list li {
    float: left;
    width: 70px;
    padding-right: 5px;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
}
.channel_tit,
.dl_list .hd_pic .zizhi_huiyuan .little_line,
.dl_list .hd_pic i,
.dl_list .title i,
.dl_list p.ico_device i,
.dl_list p.p_t i.ico_version,
.label_box .slt_label i,
.label_list li dt .more_tip_icon,
.my_subscribe .ms_sure_btn,
.sort_navy ul li a {
    background: url(../images/list-pngnav.png) no-repeat;
}

.sort_navy span {
    float: left;
    display: inline-block;

    color: #ff6428;
}

.sort_navy ul li a {
    display: block;
    width: 101.5px;
    text-align: center;
    background: url(../images/list-pngnav.png) no-repeat;
    background-position: -110px -60px;
}


/*.sort_navy ul li a {
    background: url(//i2.letvimg.com/css/201309/02/images/list-png24.png) no-repeat;
    background-position: 0 -60px;
}*/

.sort_navy span,
.sort_navy ul li,
.sort_navy ul li a {
    line-height: 31px;
    height: 31px;
    padding: 0;
}

.nav-pills&gt;li&gt;a:hover,
.nav-pills&gt;li&gt;a:focus {
    /*background: url(../images/list-pngnav.png) no-repeat;
    background-position: 0 -60px;*/
    color: #FF5E52;
}

.channel_tit {
    height: 34px;
    position: relative;
    margin-bottom: 0;
}

.channel_tit .curr_chanel {
    background-position: 0 0;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 180px;
    height: 27px;
    padding-top: 8px;
    font-size: 14px;
    color: #F4F9FD;
    text-align: center;
}

.sorting-videos-col {
    width: 180px;
    background-color: #fff;
    height: 200px;
}

.sorting-videos-col .sorting-list {
    height: 34px;
    padding: 10px 0;
}

.sorting-list .bm_line {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 148px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
    background-color: transparent;
    color: #555;
}

.nav .open&gt;a,
.nav .open&gt;a:hover,
.nav .open&gt;a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.footer-holder .Line {
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
    height: 2px;
    overflow: hidden;
}

.footer-holder .Upright {
    background-color: #fff;
    border-left: 1px solid #c4c4c4;
    width: 2px;
    overflow: hidden;
    height: 126px;
    float: left;
}

.footer-holder .list {
    padding-top: 27px;
}

.footer-holder .left {
    width: 170px;
    float: left;
    display: inline;
    margin-left: 25px;
}

.footer-holder .leftewm {
    width: 126px;
    float: left;
    display: inline;
    margin-left: 20px;
}

.footer-holder img {
    display: initial;
}

.footer-holder .right {
    width: 712px;
    float: left;
    display: inline;
}

#footer .p1 a {
    color: #333;
}

.footer-holder a {
    display: inline;
    margin-right: 7px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.so_bot {
    position: relative;
    width: 600px;
    height: 46px;
    margin: 0 auto;
    margin-top: 32px;
}

.so_bot {
    width: 650px;
}

.so_bot {
    width: 700px;
}

.so_bot .so_logo {
    float: left;
    margin: 5px 10px 0 0;
}

.so_bot .H-search .i-b {
    right: 0;
}

.so_bot .H-search form {
    width: 366px;
    background-position: 260px center;
}

.so_bot .H-terminal {
    font-size: 14px;
    float: left;
    margin: 0;
    left: 410px;
    top: 8px;
    width: 180px;
    position: absolute;
}

.so_bot .H-terminal {
    left: 410px;
    top: 8px;
    width: 260px;
}

.so_bot .H-terminal .Li02,
.so_bot .H-terminal .Li03 {
    display: block;
}

.so_bot .H-terminal {
    left: 450px;
    top: 8px;
}

.so_bot .H-terminal {
    left: 500px;
    top: 8px;
}

.so_bot .H-search {
    width: 282px;
}

.so_bot .H-search {
    width: 318px;
}

.so_bot .H-search {
    width: 368px;
}

.so_bot .H-search .i-t {
    background: none;
}

.so_bot .con {
    float: left;
    display: inline;
}

.so_bot .H-search form {
    border: 1px solid #cbcbcb;
    border-right: none;
    width: 280px;
    height: 38px;
    overflow: visible;
    background: url(../images/search.png) 174px center no-repeat;
}

.so_bot .H-search {
    margin-top: 0;
    position: relative;
    height: 38px;
    background-color: #fff;
    width: 100%;
}

.so_bot .H-search .i-t {
    background: 0 0;
    width: 162px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #bdbdbd;
    padding-left: 5px;
    position: absolute;
    border: none;
}

.so_bot .H-search .i-b {
    width: 36px;
    height: 36px;
    background: url(../images/head-ico.png) -10000px -10000px no-repeat;
    _background: url(../images/head-icoie6.png) -10000px -10000px no-repeat;
    border: none;
    cursor: pointer;
    background-color: none;
    position: absolute;
    top: 0;
    right: 0;
}

.so_bot .H-search .i-b {
    right: 0;
}

.so_bot .H-search .i-b,
.so_bot .H-search .i-b:active {
    background-position: -40px -640px;
}

.so_bot .H-terminal li {
    float: left;
    padding: 0 3px;
    color: #ddd;
}

.so_bot .H-terminal ul {
    margin: 0;
    padding: 0;
}

.H-terminal li.Li03 a:hover,
.H-terminal li.Li05 a,
.H-terminal li.Li05 a:hover,
.so_bot .H-terminal li.Li03 a {
    color: red;
}

.so_bot .H-search .i-t {
    width: 250px;
}

.so_bot .H-search form {
    width: 366px;
    background-position: 260px center;
}

.H-search form:hover {
    box-shadow: 0 0 2px #4193D7;
}


/*频道页面视频列表*/

.user_vids .dl_temp dd.d_img img {
    width: 100%;
    height: 100%;
}


/*频道页面视频列表*/


/*
.dl_temp {
    margin: 0px 13px 0px 12px;
   
}
    .dl_temp dt.d_tit a {
    font-size: 14px;
    color:#000000;
}
    .dl_temp dd.d_img img {
    width: 280px;
    height: 300px;
}
     .dl_temp dt.d_tit {
    padding-top: 12px;
    font-weight: normal;
}*/


/*底部资质认证*/

.footer-holder .g-authentication {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 10px;
    clear: left;
}

.footer-holder .g-authentication .aut-1 {
    background-position: -190px 0;
}

.footer-holder .g-authentication .aut-2 {
    background-position: -190px -30px;
}

.footer-holder .g-authentication .aut-3 {
    background-position: -190px -60px;
}

.footer-holder .g-authentication .aut-4 {
    background-position: -190px -90px;
}

.footer-holder .g-authentication .aut-5 {
    background-position: -190px -120px;
}

.footer-holder .g-authentication .aut-6 {
    background-position: -190px -150px;
}

.footer-holder .g-authentication .aut-7 {
    background-position: -190px -180px;
}

.footer-holder .g-authentication a {
    padding-left: 36px;
    line-height: 15px;
    color: #191d24;
    margin-right: 45px;
    height: 30px;
    text-decoration: none;
    display: inline-block;
    background: url(../images/footer_auth.png) -190px 0 no-repeat;
}


/*频道页面改进*/

.item-video .videos-info .v-meta-entry {
    height: 20px;
    font-size: 12px;
    color: #bbbbbb;
}

.item-video .v-publishtime {
    float: right;
}

.ico-video-play {
    width: 12px;
    background-position: -2px 0;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
}

.item-video .v-num {
    margin-right: 6px;
    vertical-align: top;
    color: #bbbbbb;
    vertical-align: middle;
}

#sidebar .title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


/*旅途趣拍
.column_w380, .dl_temp {
    float: left;
    display: inline;
    width: 180px;
    height: 180px;
    margin: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 2px 2px 3px #ddd;
    background-color: #fff;}
     .column_list {
    margin-left: -20px;
    padding: 3px 0 0 3px;
    zoom: 1;
}
.column_w380, .dl_temp {
    float: left;
    display: inline;
    width: 180px;
    height: 180px;
    margin: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 2px 2px 3px #ddd;
    background-color: #fff;
}
.dl_temp dd.d_img, .dl_temp dd.d_img a, .dl_temp dd.d_img img {
    display: block;
    width: 180px;
    height: 135px;
    overflow: hidden;
}
.dl_temp dd.d_cnt, .dl_temp dt.d_tit, .w380_dl dt.d_tit {
    height: 20px;
    overflow: hidden;
    padding: 0 15px;
    padding: 0 12px\9;
}
.dl_temp dd b.bg, .w380_dl dd b.bg {
   position: absolute;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    width: 100%;
    height: 29px;
    background: url(../images/bg.png) repeat-x;   
    _background: 0 0;
    cursor: pointer;
}*/

.coo-open {
    margin-left: -15px;
    padding: 0;
    padding-top: 20px;
}

.coo-open li {
    float: left;
    width: 60px;
    overflow: hidden;
    margin: 0 0 20px 20px;
    display: inline;
}


/*indexnav模块改版*/

.slide .slider_control {
    height: 100px;
    position: absolute;
    top: 400px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 3;
}

.slide .slider_control {
    width: 1410px;
}

.module-index-chnav {
    position: relative;
    bottom: 10px;
    width: 1390px;
    height: 100px;
    margin: 0 auto;
    border: 2px solid rgba(250, 166, 25, .4);
    background: url(../images/homebg/bg2.png) repeat;
    border-radius: 5px;
    z-index: 2;
    overflow: hidden
}

.module-index-chnav ul {
    height: 65px;
    margin: 17px 0 0
}

.module-index-chnav li {
    float: left;
    padding: 0 8px;
    border-right: 1px dashed #c5c5c5;
    overflow: hidden
}

.module-index-chnav li div {
    float: left
}

.module-index-chnav li a {
    position: relative;
    display: block;
    height: 22px;
    margin: 0 8px;
    line-height: 22px;
    font-size: 14px;
    color: #1b1b1b;
    text-align: center
}

.module-index-chnav li a em {
    position: relative;
    cursor: pointer
}

.module-index-chnav li a em.strong {
    font-weight: 700
}

.module-index-chnav li a.hlight em:after {
    position: absolute;
    top: 0;
    right: -6px;
    width: 6px;
    height: 6px;
    background: url(../images/homebg/bg3.png) no-repeat;
    content: ""
}

.module-index-chnav li a:hover {
    color: #faa61a
}

.module-index-chnav .w5 {
    width: 197px
}

.module-index-chnav .w5 a {
    width: 70px
}

.module-index-chnav .w4 {
    width: 97px
}

.module-index-chnav .w4 a {
    width: 60px
}

.module-index-chnav .w3 {
    width: 157px
}

.module-index-chnav .w2 {
    width: 67px;
}

.module-index-chnav .w3 a {
    width: 50px
}

.module-index-chnav .w2 a {
    width: 30px
}

.module-index-chnav .w6 {
    width: 147px
}

.module-index-chnav .col4 {
    float: left;
    width: 80px
}

.module-index-chnav .col4 a {
    width: 60px;
    float: none;
    display: block
}

.module-index-chnav .col2 {
    float: left;
    width: 50px
}

.module-index-chnav .col2 a {
    width: 30px;
    float: none;
    display: block
}

.module-index-chnav .vip {
    padding: 0;
    border: 0 none
}

.module-index-chnav .vip a {
    width: 168px;
    height: 65px;
    margin: 0;
    padding: 45px 0 0;
    font-size: 14px;
    background: url(../images/homebg/bg.png) no-repeat top
}

.module-index-chnav .vip a:hover {
    color: #d02b1c
}


/*旅途趣拍模块*/

.item_video {
    position: relative;
}

.item_video .news-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.item_video .news-pic img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.item_video .first-news-shadow {
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='http://static.hd.baofeng.com/images/newstextbg.png');
    bottom: 0;
}

.item_video .first-news-shadow {
    position: absolute;
    left: 0;
    background: url(../images/newstextbg.png) no-repeat;
    _background: 0 0;
    width: 380px;
    height: 83px;
    z-index: 2;
}

.item_video .news-title {
    position: absolute;
    left: 10px;
    top: 234px;
    z-index: 3;
}

.item_video .news-title a {
    font-size: 14px;
    line-height: 30px;
}

.item_video .news-title a,
.item_video .news-title em {
    display: block;
    color: #fff;
}

.item_video .news-title em {
    font-size: 12px;
}


/*new导航栏 关键词*/


/*注册页面*/

.fg_res {
    background: url(../images/fg_res_bg2.jpg) right 0 no-repeat #fff;
}

.header {
    width: 600px;
    height: 110px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.header h1 {
    float: left;
    width: 125px;
    padding-top: 34px;
}

.header .logo {
    width: 125px;
    height: 50px;
    background: url(../images/fg_res_logo.png) no-repeat;
    display: block;
    text-indent: -999em;
    overflow: hidden;
}

.header .login-sign {
    float: right;
    font-size: 14px;
    color: #fff;
    padding-top: 45px;
}

.header .ico_log {
    width: 26px;
    height: 26px;
    background: url(../images/fg_res_logo.png) 0 -54px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}


/*注册页面end*/
/*通用头部美化*/
#load_page {
    position: fixed;
    height: 2px;
    background-color: #44bffa;
    background: -webkit-linear-gradient(left,#70df00,#44bffa);
    background: linear-gradient(to right,#70df00,#44bffa);
    z-index:9999;
    transition: opacity 500ms linear
}

#load_page.done {
    opacity: 0
}

#load_page span {
    position: absolute;
    height: 2px;
    -webkit-box-shadow: #44bffa 1px 0 6px 1px;
    -webkit-border-radius: 100%;
    opacity: 1;
    width: 150px;
    right: -10px;
    -webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: .6
    }
}
/*注册登录页面美化*/
.signup-block .user-form .form-group input#login_username_sp,
.signup-block .user-form .form-group .form-control,
.forgot-block .user-form .form-group input#login_username_sp,
.forgot-block .user-form .form-group .form-control,
.signin-block .user-form .form-group input#login_username_sp,
.signin-block .user-form .form-group .form-control {
    border-radius: 25px;
    background: none;
    height: 46px;
    border: 1px solid #ccc;
    color: #000 !important
}
/*上传图片*/
.edit-img-thumbnail img {
    width: 100%;
}
/*底部-start*/
/*底部*/
.dibua{width: 100%; height: auto;padding: 40px 0; background: #eae9e9;}
.foot{width: 1200px; height: auto; margin: 0 auto; }
.resp-1024 .foot {width: 960px}
.foot-list{ width:100px; height: 180px; margin-right:95px; }
.resp-1024 .foot-list {margin-right: 15px;}
.foot-list h3{ font-size: 16px; color: #666666; margin-bottom:15px;  }
.foot-list p{ line-height: 24px;  font-size: 14px;margin: 0;}
.foot-list a{color: #666666;}
.foot-list-qixia{ width:420px; height: 180px;}
.foot-list-qixia h3{ font-size: 16px; color: #666666; margin-bottom:15px;  }
.foot-list-qixia a{color: #666666;}
.foot-center{ margin-top:50px; text-align: center; line-height:30px; font-size: 16px; color: #666666;  }
.foot-center a{color: #666666; padding:0 10px;}
.foot-img{ width: 100%; height: 50px;
 /*margin: 20px 0 0 90px;*/ 
 text-align:center;
 margin-top:20px;
 }
.foot-img a{
	display:inline-block;
	height:30px;
	color:#333;
	margin:0 10px;
	font-size:14px;
}
.foot-img ul{
    width: 100%;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
display: -moz-box; /* Firefox 17- */
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
display: -moz-flex; /* Firefox 18+ */
display: -ms-flexbox; /* IE 10 */
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.foot-img li{ width: 25%; height: 50px; /*float: left;*/ margin: 0 10px;/*flex: 1;*/
    line-height: 50px; }
.foot-img li a { display: inline-block;width:100%;text-align: center;color:#666666;cursor: pointer;font-size: 14px;}
.foot-img li a:hover{
    color: #e42112;
}
.resp-1024 .foot-img {width: 960px;margin:0 10px;}
.resp-1024 .foot-img li{margin: 0px;}
.foot-ma {
    width: 124px;
    height: 142px;
    float: left;
    text-align: center;
    margin-right: 50px;
    margin-left: 120px;
}
.foot-ma img{
    width: 124px;
    height: 142px;    
}
/*底部-end*/</pre></body></html>