@charset "UTF-8";
/* CSS Document */

/*bs_fix*/
body {
  font-family: "Helvetica Neue",Helvetica,Arial,"Heiti TC","LiHei Pro","微軟正黑體","Microsoft JhengHei",sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
a:visited, a:link{
	color: #333;
	text-decoration: none;
}*/
a:active, a:hover{
	color:#eb5902;
}
/*fontawsome_fix*/
i{
	margin:0 2px;
	}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: none;
}


/*carousel_fix*/
.carousel {
    max-width: 1140px;
    margin:0 auto!important;
}
.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #cd9860;
}
/*editable_fix*/
.editable-click, a.editable-click, a.editable-click:hover {
    text-decoration: none;
    /*border-bottom: dashed 1px #0088cc;*/
    border-bottom: none;
}
.editable-pre-wrapped {
    /*white-space: pre-wrap;*/
    white-space: normal;
}
.live .header h4 .form-control {
    margin-bottom: 0;
}
.section{
	width: 100%;
	background: #fff;
	border: 1px #eee solid;
	margin-top: 15px;
	padding: 10px;
	float: left;
}
.section h4{
	font-weight: bold;
	width: 100%;
	background: #eee;
	text-align: center;
	line-height: 1.6;
	padding: 5px;
}
.section .mypoto{
	width: 120px;
}
.section .mypoto img{
	width: 100%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	float: inline-start;
	float: left;
	height: auto;
	border:1px #ccc solid;
}
.section .link{
	font-size: 1em!important;
	width: 120px;
	text-align: center;
	padding: 10px 0;
}
.section .link a:link{
	text-decoration: underline!important;
}
.section .link i{
	font-size: 0.9em!important;
	padding-right: 5px;
}
/* Menu */

#menu {
    -moz-transform: translateX(-20em);
    -webkit-transform: translateX(-20em);
    -ms-transform: translateX(-20em);
    transform: translateX(-20em);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    background: #666464;
    color: #ffffff;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3em 1em;
    position: fixed;
    left: -20em;
    top: 0;
    width: 20em;
    z-index: 10002;
}
#menu ul {
    list-style: none;
    padding: 0;
}
#menu ul > li {
    border-top: solid 1px rgba(255, 255, 255, 0.125);
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
}
#menu ul > li:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#menu ul > li > a {
    border: 0;
    color: inherit;
    display: block;
    font-size: 1em;
    letter-spacing: 0.225em;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
}
#menu .close {
    background-image: url("../imgs/close.svg");
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 7em;
}
body.is-menu-visible #menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
}

/*basic*/
.wrapper01 {
    width: 100%;
    overflow: hidden;
    border: 0;
    position: relative;
}
.close-dark {
    background-image: url("../imgs/close-dark.svg");
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 7em;
    opacity: 0.3; 
    filter: alpha(opacity=30); 
}
.close-dark:hover{
    opacity: 0.8; 
    filter: alpha(opacity=80); 
}
.close-white {
    background-image: url("../imgs/close.svg");
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 5px;
    top: 15px;
    vertical-align: middle;
    width: 7em;
	opacity: 0.5; 
    filter: alpha(opacity=50); 
}
.close-white:hover{
    opacity: 1; 
    filter: alpha(opacity=100); 
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.orange{
	color:#cd9860;
}
.darkorange{
	color:#ea5504;
}
.red{
	color:#ff0000;
}
a.underline:link{
	text-decoration:underline!important;
}
.announcement{
	padding: 10px;
	margin: 15px 0;
	background: #f1f1f1;
    border-radius: 4px;
}
.announcement h4{
	font-size: 1.2em;
	text-align: center;
}
.announcement-inner{
	width: 625px;
	margin: 0 auto;
}
.announcement-inner .form-group{
	margin-right: 8px;
}
.note{
	width: 100%!important;
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
	text-align: left;
	overflow: hidden;
	display: table;
	height: 25px;
}
.notice{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	padding: 10px 0;
}
.info{
	width: 100%!important;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	display: table;
	height: 25px;
	padding: 10px 0;
}
.info a:visited, .info a:link{
	text-decoration: underline;
}
.info a:active, .info a:hover{
	color:#f08300;
	text-decoration: underline;
}
.info2{
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	display: table;
	height: 25px;
	padding: 0 10px;
	float: left;
}
.info2 a:visited, .info2 a:link{
	text-decoration: underline;
}
.info2 a:active, .info2 a:hover{
	color:#f08300;
	text-decoration: underline;
}
.margin-v{
	margin: 10px 0 20px 0;
}
.include{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0;
}
.include img{
	width: 100%;
	height: auto;
	margin:0;
}
.bg-01 {
    background: url(../imgs/bg.png) center top / cover no-repeat fixed rgb(255, 255, 255);
}
.bg-gray {
    background: #9fa0a0;
}
.mvtitle {
    background: #727171!important;
    padding: 10px!important;
}
.btn-gray {
    color: #333;
    background: #fff;
    padding: 8px 15px;
    clear: both;
    display: block;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}
.btn-gray:hover{
    color: #fff;
    background: #595757;
}
/*page*/
.page-head{
	padding: 0;
	margin: 20px auto;
	overflow: hidden;
}
.page-title01{
	width: 100%;
	padding: 0;
	border-bottom: 1px #f8bd05 solid;
	float: left;
}
.page-title01 h4{
	text-align: center;
	padding: 8px 10px;
	margin: 0;
    background: #f8bd05;
    float: left;
}
.page-head ul{
	width:100%!important;
	margin:0;
	padding: 0;
	overflow:hidden;
	list-style:none;
}
.page-head ul li{
	color:#ffffff;
	text-align:center!important;
	padding: 5px!important;
	float:left;
	margin: 10px 0 0 0;
	border-left: 1px #dddddd solid;
	height: 25px;
	overflow: hidden;
}
.page-head .nav{
    overflow: hidden;
}
.page-head .nav > li > a {
    position: relative;
    display: block;
    padding: 0 10px;
}
.iconbtn{
	width: 40px;
	height: 40px;
	padding: 10px;
    margin: 0;
    border-radius: 50%;
    /*background: rgba(255, 255, 255, 0.8);*/
    overflow: hidden;
}
.iconbtn i{
	font-size: 1.4em;
	padding: 0;
    margin: 0;
}
.iconbtn:hover{
	color:#f10da0;
}
.live .header .coverimg .iconbtn{
	color: rgba(255, 255, 255, 0.6);
	float: right!important;
}
.live .header .coverimg .iconbtn:hover{
	color:#fff;
}


/*cover*/
.cover {
    padding: 10% 5%;
    width: 100%;
    background: #000000;
    text-align: center;
    margin: 0;
    }
.cover img {
    width: 50%;
    height: auto;
}
.cover-01{
	width: 100%;
	overflow: hidden;
}
.cover-01 img{
	width: 100%;
	height: auto;
}
/*cover_topnav*/
.cover_topnav {
	width:100%;
	margin:30px 0 0 0;
	padding: 0;
	overflow:hidden;
}
.cover_topnav ul{
	width:100%!important;
	margin:0;
	padding: 0;
	overflow:hidden;
	list-style:none;
}
.cover_topnav ul li{
	color:#ffffff;
	width:25%!important;
	text-align:center!important;
	padding:10px 2px!important;
	float:left;
	margin:0;
	border:0!important;	
}
.cover_topnav ul li img{
	width:100%;
	height:auto;
}
.cover_topnav ul li a{
	color:#ffffff;
	overflow:hidden;
	text-decoration:none;
}
.cover_topnav ul li a:hover{
	border-bottom:1px #ffffff solid;
}
.cover_topnav p{
	width:100%;
	font-size:0.8em;
	line-height:1.2;
	text-align:center;
}
/*cover_bottompnav*/
.cover_bottompnav {
	width:100%;
	margin:0 0 80px 0;
	padding: 0;
	overflow:hidden;
	background: rgba(255, 255, 255, 0.8);
}
.cover_bottompnav ul{
	width:100%!important;
	margin:0;
	padding: 0;
	overflow:hidden;
	list-style:none;
}
.cover_bottompnav ul li{
	color:#ffffff;
	width:16.666%!important;
	text-align:center!important;
	padding:10px 5px;
	float:left;
	margin:0;
	border:0!important;	
}
.cover_bottompnav ul li img{
	width:100%;
	height:auto;
}
.cover_bottompnav ul li a{
	color:#ffffff;
	overflow:hidden;
	text-decoration:none;
}
.cover_bottompnav p{
	width:100%;
	font-size:0.8em;
	line-height:1.2;
	text-align:center;
}
.blue{
	background: #177899;
	padding: 10px!important;
}
.yellow{
	background: #f8bd05;
	padding: 10px!important;
}
.green{
	background: #74a51a;
	padding: 10px!important;
}
.pink{
	background: #ec2d6f;
	padding: 10px!important;
}
/*bottom_links*/
.bottom_links{
	width:100%;
	padding:10px;
	overflow:hidden;
}
.bottom_links a{
	font-size:1em;
	font-weight:normal;
    text-align: center;
    text-decoration: none;
	padding:0;
	margin:0 10px;
	float:right;
}
.bottom_links i {
    margin: 0 4px;
}
.bottom_links a:{
    color:#d67c69;
	text-decoration:none;
}
.bottom_links a:hover{
	text-decoration:underline;
}

/* Header */				
#nav {
	float:left;
	width:40px;
	padding:0;
	margin:0;
	overflow:hidden;
	position: absolute;
}
#nav a {
	text-decoration:none;
}
#nav a.menuToggle{
	background-image: url("../imgs/bars.svg");
	background-position: center center; 
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	padding:0 10px;
	height: 50px;
	width: 40px;
}
#nav a.menuToggle:hover{
	text-decoration:none!important;
}
.topnav{
	width:100%;
	height:50px;
	line-height:45px;
	vertical-align:middle;
    margin: 0 auto;
	background:#ebebec;
}
.topnav .user{
	width:36px!important;
	height:auto;
	padding:0;
	/*float:left;*/
	margin-left:2px;
}	
.topnav .user img{
	width:100%;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
}
.topnav .logo{
	width:45px!important;
	height:auto;
	padding:0;
	position: absolute;
	margin-left:45px;
}	
.topnav .logo img{
	width:100%;
	height:auto;
	margin:0;
}
.topnav ul{
	float:right;
	margin-right:8px;
	/*overflow: hidden;*/
	list-style:none;
	padding: 0;

}
.topnav ul li{
	font-size:0.9em;
	margin-left:10px;
    padding: 5px;
	float:left;
}	
.topnav ul li a{
	text-decoration: none;
}
.topnav ul li a:hover{
	color: #f08300;
	text-decoration: none;
	padding-bottom:3px;
}
.topnav ul li .fa {
	font-size: 1.3em!important;
}
.topnav ul.right{
	right:0;
	list-style:none;
	padding: 0;
    position: absolute;
}
.topnav .dropdown, #drop {
	margin-top: 0!important;
	margin-right: 0!important;
}
.topnav .dropdown-menu{
	font-size: 1em;
	left: auto;
	right: 0;
	word-break: break-all;
	margin-top: 0!important;
	margin-right: 0!important;
	overflow: hidden;
}
.topnav .dropdown-menu.position{
	word-break: break-all;
	margin-top: -5px!important;
	margin-right: -9px!important;
	min-width: 200px;
	border: 0;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
}
.topnav .dropdown-menu.position li{
	font-size: 1em;
	padding: 0;
}
.topnav .dropdown-menu .user {
    width: 100%!important;
    line-height: 1.6;
    padding: 10px;
    margin: 0;
    background: #f4f4f4;
}
.topnav .dropdown-menu .user .photo{
    width: 60px!important;
    height: auto;
    margin: 0 auto;
}
.topnav .dropdown-menu .user .photo img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.topnav .dropdown-menu > li{
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.topnav .dropdown-menu > li > a {
    padding: 10px;
    white-space: normal;
}
.topnav .dropdown-menu > li > a:hover {
    padding: 10px;
}
.topnav .user .neme{
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}
.topnav .user .text{
	width: 100%;
}
#search-panel{
	width: 100%;
	background: #f4f4f4;
	text-align: left;
	position: absolute;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	z-index: 900;
}
#search-panel .container{
	padding: 20px 15px 15px 15px;
}
#search-panel .input-group{
	width: 60%;
	margin: 0 auto;
}
#search-panel .notice{
	width: 60%;
	margin: 0 auto;
}
/*navigation*/	
.navigation{
    width: 100%;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	overflow:hidden;
	padding: 0;
	margin:5px 0 0 0;
}
.navigation ul{
	width:100%;
	overflow:hidden;
	list-style:none;
	display: inline-block;
	padding-left: 15px;
}
.navigation ul li{
	float:left;
	margin:0 0 0 0;
	padding:0;
}
.navigation a {
	text-decoration:none;
}
.navigation i {
	margin:0 5px;
}
/*gmy-gallery-container-*/
#my-gallery-container {
	margin-right: -15px;
    margin-left: -15px;
}
#my-gallery-container .item {
	width: 100%;
	background-color: #ffffff;
	min-height: 100px;
	padding: 15px;
	margin: 20px auto;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;
	overflow: hidden;
	border: #d3d3d4;
}
#my-gallery-container .item:hover {
	opacity: 0.8;
}
#my-gallery-container .item .mv{
	width:100%;
}
#my-gallery-container .item .mv img{
	width:100%;
	height:auto;
}
#my-gallery-container .item .user {
	width:100%;
	margin:5px 0;
}
#my-gallery-container .item .user img{
	width:10%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
   -webkit-border-radius: 50%;
	margin-right:5px;
}
#my-gallery-container .item .title {
	font-size: 1em;
	width: 100%;
	text-align: left;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	margin-bottom: 5px;
}
#my-gallery-container .item p {
	margin:5px 0 0 0;
	font-size:1em;
}
#my-gallery-container .padding{
	padding: 10px;
}
#my-gallery-container .item .views {
    font-size: 0.8em;
    text-align: left;
    float: left;
    width: 50%;
    margin:0;
}
#my-gallery-container .item .comment {
    font-size: 0.8em;
    text-align: right;
    float: right;
    width: 50%;
    margin:0;
}
.main-content{
	width: 100%;
	margin-bottom: 70px;
	min-height: 480px;
}
/*-focus-*/
.focus{
	width: 100%;
    background: #f8bd05;
    margin-top: 20px;
    padding: 10px;
    background: url(../imgs/focus_bg.jpg) center top / cover no-repeat rgba(248,189,5,1);
    overflow: hidden;
}
.focus .item {
	width: 31%;
	background-color: #ffffff;
	min-height: 100px;
	padding: 15px;
	margin: 20px 1%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
	float: left;
	overflow: hidden;
}
/*.focus .item:hover {
	opacity: 0.8;
}*/
.focus .item .mv{
	width:100%;
}
.focus .item .title{
	font-size: 1em;
	width: 100%;
	color: #0078ca;
	text-align: left;
	float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:48px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.focus .item .views{
	font-size: 0.8em;
	width: 100%;
	text-align: left;
	float: left;
    margin-bottom: 10px;
}
.focus .item .mv img{
	width:100%;
	height:auto;
}
.focus .item p {
	margin:5px 0 0 0;
	font-size:1em;
}
.focus .padding{
	padding: 10px 5px;
}
.focus h4{
	font-weight: bold;
	overflow: hidden;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin:0;
}
.focus h4 .title-icon{
    background-color: #ffffff;
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 1.1em;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}
.focus .btn-ogline {
    color: #333;
    background: #ffffff;
    border: 1px #f8bd05 solid;
    padding: 5px 15px;
    clear:both;
    display: block;
    margin: 20px auto 0 auto!important;
}
.focus .btn-ogline:hover {
    background: #f8bd05;
}
/*-follower-*/
.follower{
	width: 100%;
    overflow: hidden;
}
.follower .item {
	width: 21%;
	background-color: #ffffff;
	min-height: 100px;
	padding: 15px;
	margin: 20px 2%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
	float: left;
	overflow: hidden;
}
.follower .item .user{
	width:100%;
}
.follower .item .title{
	font-size: 1em;
	width: 100%;
	color: #0078ca;
	text-align: left;
	float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:48px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.follower .item .user img{
	width: 100%;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
}
.follower .item p {
	margin:5px 0 0 0;
	font-size:1em;
}
.follower .padding{
	padding: 10px 5px;
}
.follower h4{
	font-weight: bold;
	overflow: hidden;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin:0;
}
.follower h4 .title-icon{
    background-color: #ffffff;
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 1.1em;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}
.follower .btn-ogline {
    color: #333;
    background: #ffffff;
    border: 1px #f8bd05 solid;
    padding: 5px 15px;
    clear:both;
    display: block;
    margin: 20px auto 0 auto!important;
}
.follower .btn-ogline:hover {
    background: #f8bd05;
}
/*-galleries-01-*/
.galleries-01{
    background: #ffffff;
    background: none!important;
    width: 100%;
    margin-top: 20px;
    padding: 10px; 
    overflow: hidden;
}
.galleries-02{
    background: url(../imgs/galleries_bg02.jpg) center top / cover no-repeat rgba(238,238,238,1)!important;
    width: 100%;
    margin-top: 20px;
    padding: 10px; 
    overflow: hidden;
}
.galleries-03{
    background: url(../imgs/galleries_bg03.jpg) center top / cover no-repeat #eed5e9!important;
    width: 100%;
    margin-top: 20px;
    padding: 10px; 
    overflow: hidden;
}
.galleries-04{
    background: url(../imgs/galleries_bg04.jpg) center top / cover no-repeat #cef2ab!important;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px 10px 10px; 
    overflow: hidden;
}
.galleries-02 h4, .galleries-03 h4, .galleries-04 h4 {
    background: none!important;
}
.galleries-01 .item{
	width: 31%;
	background-color: #ffffff;
	min-height: 100px;
	padding: 15px;
	margin: 20px 1%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
	float: left;
	overflow: hidden;
}
.galleries-04 h4{
	margin: 15px 0;
	width: 100%;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.galleries-04 .item{
	background-color: #ffffff;
	min-height: 100px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
	float: left;
	overflow: hidden!important;
	padding: 10px;
}
.galleries-01 .item:hover{
	opacity: 0.8;
}
.galleries-01 .item .mv{
	width:100%;
	position: relative;
	overflow: hidden;
}
.galleries-01 .item .mv .infos{
	width:100%;
	color: #fff;
	bottom: 0;
	z-index: 100;
	position: absolute;
	padding: 5px;
}
.galleries-01 .item .mv .infos .time{
	font-size: 0.8em;
	text-align: right;
	float: right;
	width: 50%;
}
.galleries-01 .item .mv .infos .views{
	font-size: 0.8em;
	text-align: left;
	float: left;
	width: 50%;
}
.galleries-01 .item .title, .galleries-04 .item .title{
	font-size: 1em;
	width: 100%;
	color: #0078ca;
	text-align: left;
	float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:46px;
    margin-top: 10px;
    margin-bottom: 5px;
    background: none;
}
.galleries-01 .item .views{
	font-size: 0.8em;
	text-align: left;
	float: left;
	width: 50%;
}
.galleries-01 .item .comment{
	font-size: 0.8em;
	text-align: right;
	float: right;
	width: 50%;
}
.galleries-01 .item .mv img{
	width:100%;
	height:auto;
}
.galleries-01 .item .user {
	width:100%;
	margin:5px 0;
    border-top: 1px solid #eeeeee;
    padding: 10px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.galleries-01 .item .user img{
	width:10%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-right:5px;
}
.galleries-01 .item p{
	margin:5px 0 0 0;
	font-size:1em;
}
.galleries-01 .padding{
	padding: 10px 5px;
}
.galleries-01 h4{
	font-weight: bold;
	overflow: hidden;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    margin:0;
    background:  url(../imgs/bg-yellow.png)
}
.galleries-01 h4 span{
	float: left;
	background: #fff;
	padding-right: 10px;
}
.galleries-01 h4 .title-icon{
    background-color: rgba(248,189,5,1);
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 1em;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}
.galleries-03 h4 .title-icon, .galleries-04 h4 .title-icon{
    background-color: #727171;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}

.galleries-01 .btn-ogline {
    color: #333;
    background: #ffffff;
    border: 1px #f8bd05 solid;
    padding: 5px 15px;
    clear:both;
    display: block;
    margin: 20px auto 0 auto!important;
}
.galleries-04 .btn {
    color: #333;
    background: #ffffff;
    border: 1px #f8bd05 solid;
    padding: 5px 15px;
    margin: 0!important;
}
.galleries-04 .item .infos{
	width:100%;
	color: #fff;
	padding: 5px;
	float: left;
}
.galleries-04 .item h5{
	color: #ff0000;
	width:100%;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}
.galleries-04 .item .infos .time{
	font-size: 0.9em;
    text-align: left;
    float: left;
    color: #000;
    padding: 5px 0;
}
.galleries-04 .item .infos .btn{
	font-size: 1em;
    text-align: left;
    float: right;
    background: #fff;
    margin-top: 0;
}
.galleries-04 .item .infos .btn:hover {
    background: #f8bd05;
}
/*-galleries-*/
.galleries {
    background: #f8bd05;
    margin-top: 15px;
}
.galleries .item {
	width: 31%;
	background-color: #ffffff;
	min-height: 100px;
	padding: 15px;
	margin: 20px 1%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
	float: left;
}
.galleries .item:hover {
	opacity: 0.8;
}
.galleries .item .mv{
	width:100%;
}
.galleries .item .title{
	font-size: 1em;
	width: 100%;
	color: #0078ca;
	text-align: left;
	float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:48px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.galleries .item .views{
	font-size: 0.8em;
	width: 100%;
	text-align: left;
	float: left;
    margin-bottom: 10px;
}
.galleries .item .mv img{
	width:100%;
	height:auto;
}
.galleries .item .user {
	width:100%;
	margin:5px 0;
}
.galleries .item .user img{
	width:10%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-right:5px;
}
.galleries .item p {
	margin:5px 0 0 0;
	font-size:1em;
}
.galleries .padding{
	padding: 10px 5px;
}
.galleries h4{
	overflow: hidden;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin:0;
}
.galleries h4 .title-icon{
    background-color: #ffffff;
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 1.1em;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
    float: left;
}
.galleries .btn-ogline {
    color: #333;
    background: #ffffff;
    border: 1px #f8bd05 solid;
    padding: 5px 15px;
    clear:both;
    display: block;
    margin: 20px auto 0 auto!important;
}
.galleries .galleries_bg01{
	background: url(../imgs/galleries_bg01.jpg) center center / cover no-repeat fixed rgba(248,189,5,1);
}
/**select*/
.select{
	background: #ccc;
}
/*result-info*/
.result-info {
    padding: 10px;
    border: 1px #f8bd05 solid;
    float: left;
    text-align: center;
}
.result-info h4{
    font-weight: bold;
}
.result-info h4 .fa{
    color: #f860ba!important;
}
/*live*/
.live {
    overflow: hidden;
    padding:0;
    margin-bottom: 70px !important;
    background: #fff;
}
.live .header h4{
	color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 5px;
    overflow: hidden;
    text-shadow: 0 0 3px rgba(0,0,0,1);
    text-align: center;
}
.live .header #channel-title{
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2;
	margin-top: 5px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-break: break-all;
	text-rendering: optimizeLegibility;
}
.live .header #channel-title:hovr{
	color: #fff;
}
.live .header h4 .editable-clear-x{
	display: none!important;
}
.live .header{
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	float: left;
	background: #fff;
}
.live .header .header-iner{
	overflow: hidden;
	background: #333;
	padding: 0;
	width: 100%;
	height: 253px;
	padding: 10px;
	position: relative;
}
.live .header .streamer {
	width:100%;
	margin:5px 0;
	padding: 5px 10px;
    overflow: hidden;
    border-radius: 4px;
    word-break:break-all;
}
.live .header ul.streamer-info{
	padding: 0 10px;
	list-style-type: none;
}
.live .header  ul.streamer-info li{
	color: #333;
	font-size: 0.9em;
	line-height: 1.4;
	padding: 10px 0;
	text-align: left;
	float: left;
	margin-right: 10px;
}
.live .header  ul.streamer-info li .dropdown-menu{
    min-width: 110px!important;
    text-align: center!important;
}
.live .header  ul.streamer-info li .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow:none;
}
.live .header  ul.streamer-info li i{
	font-size: 1.4em!important;
	padding: 0;
	margin: 0;
}
.live .header  ul.streamer-info .remove{
	color: #f10da0;
}
.live .header  ul.streamer-info .remove:hover{
	color: #333;
}
.live .header  ul.streamer-info a li:hover{
	color:#f10da0;
}
.live .header  ul.streamer-info .dropdown-menu li{
    font-size: 0.9em;
    line-height: 1.4;
    padding: 5px 10px;
    text-align: left;
    float: none;
    margin-right: 0;
}
.live .header  ul.streamer-info .dropdown-menu a li:hover{
	background: none;
	color: #eb5902!important;
}
.live .header .streamer img{
	width: 50px;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-right: 5px;
	float: inline-start;
	float: left;
}
.live .header #username{
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 5px;
    overflow: hidden;
	display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-break:break-all;
    text-rendering: optimizeLegibility;
}
.live .header .streamer .editable-clear-x{
	display: none!important;
}
/*vedio*/
.video {
    overflow: hidden;
    padding:10px;
    background: #fff;
    margin-bottom: 70px;
}
.video .message {
    padding: 5px 0;
}
.video .message .form-control {
    margin-bottom: 0;
}
.video .messagebar{
	width: 30%;
	padding: 0 15px;
	height: 560px;
	overflow-y: scroll;
　  overflow-x: hidden;
    position: relative;
    right: 0;
	}
.video .messagebar dl{
	margin-bottom: 7px;
	}
.video .messagebar dt{
	color:#208cf6;
    font-weight: normal;
	 }
.video .comment{
	width:49%;
	float:left;
	margin-right:1%;
	overflow:hidden;
	}
.video .show{
	width:29%;
	margin-right:1%;
	float:left;
	overflow:hidden;
	}
.video .submit_btn{
	width:20%;
	float:left;
	overflow:hidden;
	}
/*namecard*/
.video .namecard{
	width: 100%;
	padding: 10px 10px;
    text-align: left;
	margin: 15px 0 0 0;
	overflow: hidden;
    float: left;
    background: #ebf6fb;

}
.video .namecard .streamer{
	width: 100%;
	padding: 10px 5px;
}
.video .namecard .streamer img{
	width: 50px;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
       -webkit-border-radius: 50%;
	margin-right: 5px;
	float: inline-start;
	float: left;
}
.video .namecard .username{
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 5px;
       overflow: hidden;
	display: block;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       height: 45px;
       display: -moz-box;
       -moz-line-clamp: 2;
       -moz-box-orient: vertical;
       word-break:break-all;
       text-rendering: optimizeLegibility;
}
.video .watch h4 {
    color: #0078ca;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 0 5px;
    overflow: hidden;
    display: block;
    width: 98%;
    margin: 5px 10px;
}
.about {
	overflow: hidden;
	padding: 0 0 5px 0;
	border-bottom: 1px #ccc dotted;
	width: 98%;
    margin: 0 auto;
}
.namecard .about {
	border-bottom: 0;
}
.about .views{
	font-size: 0.9em;
	padding: 10px 5px;
	text-align: left;
	float: left;
}
.about .comments{
	font-size: 0.9em;
	text-align: right;
	float: right;
	overflow: hidden;
}
.about .comments ul{
	margin:0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.about .comments ul li{
    font-size: 0.9em;
	text-align: center!important;
	padding: 10px 0;
	float: left;
	margin-left: 10px;
	border: 0!important;	
}
.about .comments ul li i{
    font-size: 1.4em;
    margin: 0;
}
.about .comments ul li:hover{
	color:#f10da0;
}
.about .comments ul li img{
	width: 100%;
	height: auto;
}
.about .comments ul li a{
	color: #ffffff;
	overflow: hidden;
	text-decoration: none;
}
.about .tags{
	font-size: 0.9em;
	text-align: right;
	padding: 0 5px;
	overflow: hidden;
	width:100%;
}
.about .tags a{
	overflow: hidden;
	text-decoration: none;
	margin-left: 5px;
}
.video .watch .streamer{
	padding: 10px 5px;
	width: 98%;
    margin: 0 auto;
    overflow: hidden;
}
.video .watch .streamer img{
	width: 50px;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-right: 5px;
	float: inline-start;
	float: left;
}
.video .watch .username{
	font-size: 1.2em;
	line-height: 1.2;
	margin: 5px 0 ;
    overflow: hidden;
	display: block;
    word-break: break-all;
}
/*commenting*/
.video .commenting{
	width: 100%;
	margin: 10px 0 0 0;
    float: left;
    background: #f6f7f9;
}
.video .commenting .more{
	font-size: 0.9em;
	width: 100%;
	margin: 10px auto;
    padding: 15px;
    text-align: left;
}
.video .commenting .more a:link{
	text-decoration: underline!important;
}
.video .commenting ul.nav{
	width: 100%;
	font-size: 0.9em;
	float: right;
	margin: 0;
	padding: 10px;
    list-style: none;
    color: #0078ca;
    background: #ebf6fb;
}
.video .commenting ul.nav li{
    font-size: 1.1em;
	text-align: center!important;
	padding: 0 10px;
	float: left;
	border: 0!important;
	line-height: 2.5;
}
.video .commenting ul.nav li i{
    font-size: 1.4em;
    margin: 0;
}
.video .commenting ul.nav li:hover{
 background: none;
}
.video .commenting ul.nav li img{
	width: 100%;
	height: auto;
}
.video .commenting ul.nav li a{
	overflow: hidden;
	text-decoration: none;
	padding: 0;
}
.video .commenting ul.nav button{
	margin-right: 5px;
	float: right;
}
.video .commenting ul.nav .dropdown, .dropup {
    position: relative;
    float: right;
}

.video .commenting  ul.nav .dropdown-menu {
    min-width: auto;
    text-align: center!important;
}
.video .commenting  ul.nav .dropdown-menu li{
	font-size: 0.9em;
	width: 100%;
	padding: 0;
}

.video .commenting .leave-comment{
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.video .commenting .leave-comment .user-poto{
	width: 34px;
    overflow: hidden;
    margin-right: 1%;
    float: left;
}
.video .commenting .leave-comment .user-poto img{
	width: 100%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.video .commenting .leave-comment .input-text{
    width: auto;
    overflow: hidden;
}
.video .commenting .leave-comment .btn{
    float: right;
    width: 45px;
    padding: 6px;
    margin-left: 1%;
}
.video .commenting .leave-comment .form-group {
	margin-bottom: 0;
	}

.video .commenting .comments{
    width: 100%;
    padding: 10px;
    overflow: hidden;
}
.video .commenting .comments .user-poto{
    width: 34px;
	float: left;
	margin: 0 5px 0 0;
}
.video .commenting .comments .user-poto img{
	width: 100%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.video .commenting .comments .comment-text{
    width: auto;
	overflow: hidden;
	padding: 5px;
    min-height: 34px;
	background: #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.video .commenting .comments .comment-text .username{
	font-weight: bold;
	color: #208cf6;
	margin-right: 5px;
	float: left;
}
.video .film{
	width: 70%;
	padding: 10px;
	overflow: hidden;
	float: left;
	border: 1px #ddd solid;
	}
.video .watch{
	width: 100%;
	padding: 0;
	overflow: hidden;
	float: none;
	border: 1px #eee solid;
	}
.video .film h4{
	width: 100%;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 5px;
    overflow: hidden;
	display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-break:break-all;
    text-rendering: optimizeLegibility;
	}
/*tabs*/
.contents-wrap {
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	float: left;
}
.contents-wrap #tabs {
	text-align: center;
	border-bottom: 0;
	margin: 0;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	border-bottom: 1px solid #f8bd05;
	flex-wrap: nowrap !important;
}
.contents-wrap #tabs::-webkit-scrollbar {
	display: none;
}
.contents-wrap #tabs li {
	width: auto;
	white-space: nowrap;
	flex: 1;
	font-weight: bold;
}
.contents-wrap #tabs li span{
	font-size:0.7em;
	font-weight: normal;
}
.contents-wrap #tabs li a {
	color: #333;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	text-transform: uppercase;
}
.contents-wrap #tabs li a:hover {
	background: #fff799;
}
.contents-wrap #tabs li.active a {
	color: #000;
	background-color: #f8bd05;
}
.contents-wrap .tab-content {
	overflow: hidden !important;
	padding: 10px;
	margin: 0 0 15px 0;
	background: #e6e6e6;
}
/*video-list*/
.video-list{
	width: 100%;
	overflow: hidden;
}
.video-list h4{
	margin:10px 0;
	padding: 0;
}
.video-list ul{
	width: 100%;
	margin:0;
	padding: 0;
	overflow:hidden;
	list-style:none;
}
.video-list ul li{
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}
.video-list ul a li:hover{
   background: #fffcdb!important;
}
.video-list ul li .btn{
    margin-top: 5px;
}
.video-list ul li .mv{
	width:80px;
	float: left;
}
.video-list ul li .mv img{
	width:100%;
	height:auto;
}
.video-list ul li .text{
    float: left;
    margin:0;
    padding: 0 10px;
    overflow: hidden;
}
.video-list ul li .text .title{
    width: 100%;
}
.video-list ul li .text .time{
	font-size: 0.9em;
    width: 100%;
}
.video-list ul li .btn{
	float: right;
}
/*new-list*/
.news-list{
	width: 100%;
	overflow: hidden;
}
.news-list h4{
	margin:10px 0;
	padding: 0;
}
.news-list ul{
	width: 100%;
	margin:0;
	padding: 0;
	overflow:hidden;
	list-style:none;
}
.news-list ul li{
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}
.news-list ul li .text{
	float: left;
	line-height: 1.6;
	padding: 5px 5px 0 5px;
}
.news-list ul li p{
	width: 100%;
	padding: 0;
}
.news-list ul li .user{
	float: left;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.news-list ul li .user img{
	width: 30px;
	height: auto;
	border-radius: 50%;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
}
.news-list ul li .user2{
	color: #0078ca;
	font-weight: bold;
	float: left;
	padding: 5px 0 0 0;
}
.news-list ul li .user2 img{
	width: 30px;
	height: auto;
	border-radius: 50%;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
}.news-list ul li .user2:hover{
	color: #f08300;
	font-weight: bold;
	text-decoration: underline!important;
}

.news-list ul li .mv{
	width: 80px;
	float: left;
	clear: both;
	margin: 5px 5px 5px 0;
}
.news-list ul li .mv img{
	width:100%;
	height:auto;
}
.news-list ul li .mv-title{
	font-size: 1em;
	color: #0078ca;
	float: left;
	clear: both;
}
.news-list ul li .mv-title:hover{
	text-decoration: underline!important;
	color: #f08300;
}
.news-list ul li .time{
	font-size: 0.9em;
    float: right;
    margin: 0 10px;
    padding: 5px 0;
    color: #898989;
}
/*friends*/
.friends {
	margin-top: 15px;
	margin-bottom: 200px;
	padding: 0;
}
.friends .user-title{
	width: 100%;
	overflow: hidden;
	margin-bottom:10px;
}
.friends .user-title .mypoto{
	width: 60px;
	overflow: hidden;
	margin-right: 1%;
	float: left;
}
.friends .user-title .mypoto img{
	width: 100%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	float: inline-start;
	float: left;
	height: auto;
	border:1px #ccc solid;
}
.friends .user-title .myname{
	width: auto;
	border:0!important;	
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 6px;
    overflow: hidden;
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    word-break:break-all;
}
.friends .nav-tabs > li{
	color: #000;
    font-weight: bold;
}
.friends .nav-tabs > li.active > a, .friends .nav-tabs > li.active > a:focus, .friends .nav-tabs > li.active > a:hover {
    color: #000;
    background-color: #f8bd05;
    border-radius: 0;
}
.friends .nav-tabs > li > a{
	color: #000;
}
.friends .tab-content {
	width: 100%;
	margin: 15px 0;
	padding: 10px;
}

.friends .tab-content ul{
	width:100%!important;
	margin:0;
	padding: 10px 0 10px 1%;
	list-style:none;
	}
.friends .nav-tabs{
	border-bottom: 1px solid #f8bd05;
}
.friends .tab-content ul li{
	padding: 10px !important;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
	width: 49%;
	margin: 10px 1% 10px 0;
	float: left;
    }
.friends .tab-content ul li a{
	text-decoration:none;
	}
.friends .tab-content ul li .user-poto{
	width: 45px;
	overflow: hidden;
	margin-right: 1%;
	float: left;
}
.friends .tab-content ul li p{
	color: #e60012;
	width: 100%;
	text-align: right;
	float: left;
	padding: 5px;
	margin: 15px auto 5px auto;
}
.friends .tab-content ul li .user-poto img{
	width: 100%;
	height:auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	float: inline-start;
	float: left;
	height: auto;
}
.friends .tab-content ul li .username{
	width: auto;
	border:0!important;	
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 6px;
    overflow: hidden;
	display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-break:break-all;
}
.friends .tab-content ul li .btn{
	float: right;
	margin-top: 6px;
    }
.friends .tab-content ul li .btns{
	float: right;
	padding: 6px 0;
    }
.friends .tab-content ul li .btns .btn{
	float: right;
	margin-left: 6px;
    }
.friends .tab-content ul li .infos{
	width: 100%;
	float: left;
	font-size: 0.9em;
	line-height: 1.3;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 45px;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-break: break-all;
	border-top: 1px #eeeeee solid;
	padding: 5px 0;
}
.friends .tab-content ul li .infos a:link{
	color: #365899;
}
.friends .tab-content ul li .infos a:hover{
	text-decoration: underline;
}
.friends .tab-content ul li a.btn-info{
	color:#fff;
    }
.friends .tab-content ul li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    text-align: right;
}
.friends .tab-content ul li ul.textbox{
    min-width: 120px;
}
.friends .tab-content ul li ul.dropdown-menu{
    padding: 10px;
}
.friends .tab-content ul li .dropdown-menu li{
	color: #333;
    background: #fff!important;
    border-bottom: 1px #eee solid;
    width: 100%;
    float: none;
    box-shadow: none;
}
.friends .tab-content ul li .dropdown-menu li:hover{
    color: #eb5902!important;
}
.friends .tab-content ul li.dialog{
	width: 100%!important;
	margin: 0;
	float: left;
	padding: 10px !important;
	background: #ffffff;
	box-shadow: none;
	border-bottom: 1px #eee solid
    }
.friends .modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    padding: 0;
}
.friends .modal-header{
	padding: 5px 15px 0 15px;
}
.friends .modal-header h4{
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.friends .modal-header p{
	text-align: center;
}
.friends .modal-header p.notice{
	padding: 5px 5px 0 5px;
	color:#ff0000;
}
.friends .btn-info a{
	color:#fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #f8bd05;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff799;
}
/*gotop*/
#gotop{
	display: none;
    position: fixed;
    right: 2%;
    bottom: 70px;    
    padding: 10px;
	z-index:400;    
}
#gotop i{
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	font-size:2em;
	padding:0;
	border-radius: 50%;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
	background: rgba(0,0,0,.8) ;
	margin: 0;
	overflow:hidden;
	text-align:center;
	cursor: pointer;
	z-index:100;
}
#gotop i:hover{
  background:#cd9860;
}

/*footer*/
footer{
    margin:30px auto 60px auto;
    padding:0;
    background: #ebebec;
    overflow:hidden;
    width: 100%;
}
footer p{
	font-size: 0.9em;
    text-align: center!important;
    padding: 19px 10px!important;
    margin:0 auto;
    line-height: 1.6em;
}
footer ul{
    margin:0;
    padding: 0;
    overflow:hidden;
    list-style:none!important;
}
footer ul li{
    color:#000000;
    text-align:center!important;
    padding: 19px 10px!important;
    float:left;
    margin:0;
}
footer li img{
    width:100%;
    height:auto;
}
footer ul li a{
    color:#ffffff;
    overflow:hidden;
    text-decoration:none;
}
footer .footer-icon1{
    width: 35px;
    padding: 10px 0!important;
    float: right;
    margin-right: 15px;
}
footer .footer-icon1 img{
    width: 100%;
    height: auto;
}
.img-responsive-16by9 {
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.video .messagebar{
	height: 480px;
	}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
    .video .comment{
	width:100%;
	margin-right:0;
	margin-bottom:10px;
	}
    .video .show{
	width:74%;
	margin-right:1%;
	}
    .video .submit_btn{
	width:25%;
	margin-right:0;
	}
	.video .messagebar{
	height: 438px;
	}
}
@media screen and (max-width: 768px){
	#menu ul > li > a {
        line-height: 3em;
    }
    .cover_topnav {
	    font-size:0.8em;
    }
    .cover_bottompnav {
        margin:0 0 60px 0;
    }
    .cover_bottompnav ul li{
	    width:50%!important;
    }
    .page-head{
	    width: 95%;
    }
    .page-head ul li{
    width: 33.3333%;
    }
    .focus .item {
	width: 95%;
	margin: 15px auto;
	float: none;
    }
    .follower .item {
	width: 46%;
	margin: 15px 2%;
	float: left;
    }
    .follower .item .title {
    font-size: 0.9em;
    height: 45px;
    padding: 3px 0;
    }
    .follower .item .title:hover {
    color: #f08300;
    }
    .galleries-01 .item {
	width: 100%;
	margin: 15px auto;
	float: none;
    }
    .galleries-04 .item{
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden!important;
	padding: 0;
    }
    .galleries-01 .item .views{
	font-size: 0.8em;
	width: 100%;
	float: none;
    }
    .galleries-01 .item .comment{
	font-size: 0.8em;;
	width: 100%;
	float: none;
	text-align: left;
    }
	.wrapper01{
    min-width:320px;
    }
	.live {
    margin-top: 0!important;
	margin-bottom: 70px!important;
    background: #fff;
	padding-left:0;
	padding-right:0;
    }
    .video {
    padding: 0;
    width: 100%;
    }
    .video .message {
    padding: 5px 10px  10px 10px;
    }
	.video .comment{
	width:100%;
	margin-right:0;
	margin-bottom: 15px;
	}
    .video .show{
	width:74%;
	margin-right:1%;
	}
    .video .submit_btn{
	width:25%;
	margin-right:0;
	}
    .video .messagebar{
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
	}
	.video .film{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	float: none;
	}
	.video .namecard{
	width: 100%;
	padding: 10px 10px;
    text-align: left;
	margin: 15px auto 0 auto;
	overflow: hidden;
    float: none;
    }
    .video .film h4{
    height: 55px;
	padding: 10px;
	}
	.live .header h4{
    width: 90%;
    }
	.contents-wrap {
	padding: 0 2px;
    }
	.video-list ul li{
	padding: 10px ２px;
    }
	.video-list .item .mv{
	width:60px;
    }
    .video-list ul li .text{
    width: 100%;
    float: none;
    padding: 0;
    overflow: hidden;
    }
    .video-list ul li .text .title{
    width: 100%;
    margin-top: 5px;
    }
    .video-list ul li .btn{
	float: left;
    }
    .news-list ul li .user2{
	clear:both;
    } 
    .news-list ul li .mv{
	width: 100%;
    }
    .news-list ul li .time {
    float: left;
    clear: both;
    margin: 0;
    }
    #search-panel .input-group{
	width: 100%;
    }
    #search-panel .notice{
	width: 100%;
    }
    .announcement-inner{
	width: auto;
    }
    .about .tags a{
	margin-left: 0;
	margin-right: 5px;
    }
    .video .watch h4 {
    width: 96%;
    }
    .about {
	width: 96%;
    }
    .video .watch .streamer{
	width: 96%;
    }
    .video {
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    }
    .friends .user-title{
	padding: 0 10px;
    }
    .friends .tab-content ul li .btns{
	float: left;
	width: 100%;
    }
    .section{
	width: 100%;
	background: #fff;
	border: 0;
	margin-top: 15px;
	padding: 0;
	float: left;
   }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 736px) {
    #header nav > ul > li > a.menuToggle {
	padding: 0;
	}
	#header nav > ul > li > a.menuToggle span {
	display: none;
	}
}
@media screen and (max-width: 568px) {
	.cover_topnav ul li{
	color:#ffffff;
	width:25%!important;
	text-align:center!important;
	padding:10px 2px!important;
	float:left;
	margin:0;
	border:0!important;	
	}
	.about .comments{
	text-align: left;
	float: none;
	width: 100%;
    }
    .about .tags{
	text-align: left;
    }
    .navbar-fixed-bottom {
    bottom: auto;
    margin-bottom: auto;
    position: relative;
    }
    .friends .tab-content ul{
	padding: 5px;
    }
    .friends .tab-content ul li{
	width: 100%;
	margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 480px) {
	.live .header .streamer .editable-input {
    width: 130px;
    }
}

/*carousel*/
.carousel-control{
	width:  4%; 
}
.carousel-control.left,.carousel-control.right {
	background-image:none;
}
.carousel-inner .item {
    width: 100%;
}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.carousel-inner .active > div { display:none; }
	.carousel-inner .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.carousel-inner .active > div { display:none; }
	.carousel-inner .active > div:first-child { display:block; }
	.carousel-inner .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
}