body{
	background-color: #f4f4f4;
}
.chuangkeHidden{
    display: none !important;
}

h2 {
    font-size: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.userInfor{
    position: relative;
}
.uc-menue{
    display:none;
    min-width:64px;
    position: absolute;
    left: 0px;
    top:58px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 3px 20px #ccc;
    color: #333;
    z-index: 1;
}
.uc-menue:after{
    content:"";
    position:absolute;
    right:30px;
    top:-16px;
    width:0px;
    height:0px;
    border-width:8px;
    border-style:solid;
    border-color:transparent transparent #fff transparent ; 
}
.uc-menue .fonticon{
    position:relative;
    width:64px;
    height:64px;
    line-height:64px;
    border:1px solid #e3e3e3;
    border-radius:12px;
    text-align:center;
}
.uc-menue .fonticon .icon-font{
    position:absolute;
    font-size: 40px; 
    color:#c3c3c3;
}
.uc-header{
    height: 50px;
    background:#C91521;
}
.uc-header .uc-size{
    width:1200px;
    overflow-x:visible;
}
.uc-header .menuLink .outer>a{
    vertical-align: middle;
    padding:0px 20px;
}
.uc-header .setting .outer>a{
    padding:0px 8px;
}
.uc-header .menuLink .outer>a:hover{background:#9D0D16;}
.uc-header .setting .outer>a i.arrow {
    width: 7px;
    height: 4px;
    display: inline-block;
    position: absolute;
    right:0px;
    top: 22px;
    background: url(../../../img/lib/arrow.gif) no-repeat 0 0;
}
.uc-header .setting .icon-search-s{
    right:10px;top:5px;font-size:20px;font-weight:bold;color:#c3c3c3;cursor:pointer;
}
.uc-header .menuLink .outer,.uc-header .setting .outer{
    position:relative;
    line-height:50px;
    z-index:100;
}
.uc-header .menuLink .outer.Hover:after,.uc-header .setting .outer.Hover:after{
    position:absolute;
    content:"";
    width:100%;
    height:20px;
}
.uc-header .setting .search{margin-top:8px;}
.uc-header .setting .uc-input{width: 190px;border-radius:1.5em;padding: 8px 35px 8px 15px;border:0px;}
.uc-header .setting .userInfor .uc-menue::after{
    left:auto;
    right:10px;
}
.uc-header a.appUserNum{
    display:none;
    position:absolute;
    width:64px;
    height:64px;
    line-height:64px;
    text-align:center;
    background-color:#0376d8;
    color:#fff;
    padding:0px;
    left:0px;
    top:0px;
}

/***common***/
.Content_ {
	width: 1200px;
}
.blueColor{
	color: #26c281 !important;
}
.hover:hover{
	color: #26c281 !important;
}
.mainBgColor{
    background-color: #26c281 !important;
}
.greyBgColor{
    background-color: #48e443 !important;
}
.icon_fail{
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	border-radius: 2px;
	color: #FFFFFF;
	text-align: center;
	background-color: #b2b2b2;
}

/***Header Style***/

	.header_{ height: 72px;background-color: #ffffff;line-height: 72px;color: #666666; }
	.header_nav li:hover{ background-color: #26c281;color: #FFFFFF; }
	.header_nav li.cur{ background-color: #26c281;color: #FFFFFF; }
	.container_{ width: 1200px;margin: 0 auto; }
    .header_ a{ color: #666666; }
	
	.siteLogo{ margin-top: 16px;width: 40px;height: 40px; }
	.siteDown{ display: inline-block;border: 1px solid #FFFFFF;line-height: 24px;color: #FFFFFF;margin-top: 24px;padding: 0 8px;border-radius: 2px; }
	.siteDown:hover{ background-color: #096dd9;border: 1px solid #003a8c; }
	
	.search_{ width: 240px;height: 32px;line-height: 32px;position: relative; }
	.search_ input{ padding: 0 40px 0 10px;background-color: #f5f5f5;width: 190px;height: 32px;line-height: 32px;border-radius: 4px; }
	.search_ input:focus{ background-color: #f5f5f5; }
	.search_ .icon-font{ position: absolute;top: 3px;right: 8px;color: #666666;font-size: 24px; }
	.search_ input::-webkit-input-placeholder{ color:#bfbfbf; }
	.search_ input:-moz-placeholder{ color:#bfbfbf; }
	.search_ input::moz-placeholder{ color:#bfbfbf; }
	.search_ input:-ms-input-placeholder{ color:#bfbfbf; }
	.search_ input:focus::-webkit-input-placeholder{ color:#666666; }
	.search_ input:focus:-moz-placeholder{ color:#666666; }
	.search_ input:focus::moz-placeholder{ color:#666666; }
	.search_ input:focus:-ms-input-placeholder{ color:#666666; }
	
	.calendar_{ position: relative; }
	.calendar_ .iconUI-font{ position: relative;top: 1px;margin-right: 3px; }
	.calendarNum{ font-size: 12px;background-color: #ff4d4f;min-width: 10px;height: 16px;border-radius: 16px;position: absolute;right: -14px;top: 15px;line-height: 15px;text-align: center;padding: 0 3px;color: #fff; }

    .headerUser_{ width: 140px;line-height: 72px;position: relative; }
	.headerUser_ .headerUser_pic{ width: 28px;height: 28px;border-radius: 28px;margin: 22px 9px 0 20px; }
	.headerUser_ .headerUser_name{ max-width: 45px; }
	.headerUser_ .icon-down{ font-size: 12px;margin: 31px 0 0 2px; }
	.headerUser_ .icon-up{ font-size: 12px;margin: 31px 0 0 2px;display: none; }
	.headerUser_:hover{ color: #ffffff;background-color: #26c281; }
	.headerUser_:hover .icon-down{ display: none; }
	.headerUser_:hover .icon-up{ display: inline; }


.video_nav{
	background-color: #26c281;
	line-height: 40px;
	color: #FFFFFF;
}
.video_nav_item{
	display: inline-block;
	color: #FFFFFF;
	padding: 0 15px;
}
.video_nav_item:hover{
	background-color: #50dc98;
}
.video_nav_all{
	width: 180px;
	position: relative;
	background-color: #ffc300;
}
.nav_all_list{
	position: absolute;
	width: 179px;
	height: 420px;
	left: 0;
	top: 100%;
	z-index: 1;
	background-color: #FFFFFF;
	color: #333;
	border-right: 1px solid #26c281;
}
.nav_all_list li{
	width: 178px;
	height: 40px;
	line-height: 40px;
	border: 1px solid transparent;
	border-right: none;
	text-align: left;
}
.nav_all_list li:hover{
	border: 1px solid #26c281;
	border-right: 1px solid #FFFFFF;
}
.nav_all_list li img{
	width: 20px;
	height: 20px;
	margin-left: 20px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.nav_all_list li .icon-font{
	color: #26c281;
	float: right;
	position: relative;
	top: 10px;
	right: 5px;
}
.nav_all_item{
	display: none;
	width: 340px;
	min-height: 418px;
	padding: 0 30px;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 179px;
	border: 1px solid #26c281;
    z-index: -1;
}
.nav_all_list li:hover .nav_all_item{
	display: block;
}


.video_banner{
	height: 420px;
}
.video_banner img{
	width: 100%;
	height: 420px;
}

.video_column{
    min-height: 1800px;
}
.video_column_outer{
	position: relative;
}
.video_column_list{
	min-height: 534px;
}
.video_column_item{
	width: 283px;
	height: 240px;
	margin-bottom: 25px;
    overflow: hidden;
}
.video_column_img{
	width: 283px;
	height: 162px;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.video_column_item:hover .video_column_img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.video_column_item:hover .video_column_title{
    color: #26c281;
}
.video_column_desc{
	line-height: 24px;
}
.video_column_header{
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.video_column_icon{
	position: relative;
	top: 3px;
}

.video_recommend_outer{
	position: absolute;
	width: 285px;
	right: 0;
	top: 0;
	z-index: 1;
}
.recommend_inner{
	margin-bottom: 35px;
}
.recommend_icon{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.recommend_type{
	color: #eb4144;
}
.recommend_list{
	width: 265px;
	height: 493px;
	background-color: #FFFFFF;
	padding: 15px 10px 0;
}
.recommend_list .empty_tips{
    text-align:center;
    margin-top:100px;
}
.recommend_list .empty_tips img{
    width:80%;
}
.recommend_img{
	width: 156px;
	height: 88px;
	position: relative;
	margin-bottom: 10px;
}
.recommend_img img{
	width: 100%;
	height: 100%;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    -ms-transition:all 0.2s;
}
.recommend_item:hover .recommend_img img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.recommend_img .recommend_data{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 146px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	color: #FFFFFF;
	background-color: #000000;
	background-color: rgba(0,0,0,0.2);
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(0,0,0,0.5),endColorStr=rgba(0,0,0,0.1)); /*IE 6 7 8*/ 
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5),  rgba(0,0,0,0.1));        /* IE 10 */
    background:-moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.1));/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.1)));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0 100%, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.1)));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.1));   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.1));  /*Opera 11.10+*/
}
.recommend_title{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.recommend_header{
	width: 20px;
	height: 20px;
	border-radius: 50%;
}



.video_screen_outer{
	background-color: #FFFFFF;
	padding: 10px 20px;
}
.video_screen_list{
	padding-left: 80px;
	position: relative;
	line-height: 30px;
	min-height: 30px;
}
.video_screen_title{
	position: absolute;
	width: 60px;
	height: 30px;
	left: 0;
	top: 7px;
}
.video_screen_item{
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	border-radius: 4px;
	margin: 7px 10px 7px 0;
}
.video_screen_item.active{
	background-color: #26c281;
	color: #FFFFFF;
}
.video_screen_item:hover{
	background-color: #26c281;
	color: #FFFFFF;
}
.video_screen_btn{
	display: inline-block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background-color: #26c281;
	color: #FFFFFF;
	text-align: center;
	border-radius: 4px;
}
.video_screen_reset{
	display: inline-block;
	position: relative;
	top: 2px;
}
.video_screen_reset:hover{
    color: #26c281;
}
.video_screen_type{
	height: 34px;
	line-height: 33px;
}
.video_screen_type_item{
	width: 70px;
	cursor: pointer;
}
.video_screen_type_item.active{
	border-bottom: 2px solid #26c281;
}

/***Detail Page***/
.video_detail_video{
	width: 920px;
	height: 517px;
	background-color: #000;
}
.video_detail_video video{
	width: 920px;
	height: 517px;
}
.video_detail_list{
	width: 280px;
	height: 497px;
	background-color: #000;
	overflow-y: scroll;
	padding: 10px 0;
}
.video_detail_list::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.video_detail_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
    background: #535353;
}
.video_detail_list::-webkit-scrollbar-thumb:hover {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,1);
    background: #535353;
}
.video_detail_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
    background: transparent;
}

.video_detail_list ul{
	padding: 0 20px;
	line-height: 40px;
}
.video_detail_list ul li{
	padding: 0 20px;
}
.video_detail_list ul li.active{
	color: #26c281;
    background-color: #333;
}
.video_detail_list ul div{
	padding: 0 10px;
}
.video_detail_list ul div.active{
	color: #526aff;
    background-color: #333;
}
.video_detail_desc{
	width: 880px;
	height: 120px;
	padding: 15px 20px 0 20px;
	background-color: #262626;
	color: #FFFFFF;
}
.video_detail_btn{
	width: 280px;
	height: 135px;
	background-color: #262626;
}
.video_detail_btn span{
	display: inline-block;
	width: 220px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #26c281;
	margin-top: 50px;
	border-radius: 4px;
}
.video_detail_btn span:active{
	background-color: #637bff;
}

.video_detail_info{
	width: 860px;
	background-color: #FFFFFF;
}
.video_detail_other{
	width: 320px;
}
.video_info_nav{
	border-bottom: 1px solid #e3e3e3;
}
.video_info_nav li{
	padding: 0 15px;
	font-size: 18px;
	margin-right: 70px;
	cursor: pointer;
	line-height: 57px;
}
.video_info_nav li.active{
	color: #26c281;
	border-bottom: 2px solid #26c281;
}
.video_info_nav li:hover{
	color: #26c281;
}
.video_info_list ul div{
	line-height: 60px;
	height: 60px;
}
.video_info_list ul li{
	background-color: #f4f4f4;
}
.video_info_list ul li img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.reply_first{
	padding-left: 65px;
	position: relative;
	min-height: 50px;
}
.reply_first_header{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 20px;
	left: 0;
}
.reply_list{
	background-color: #f4f4f4;
}
.reply_list li{
	padding: 10px 20px;
	border-bottom: 1px solid #ebebeb;
	line-height: 24px;
}
.reply_item_info{
	width: 450px;
}
.reply_item_img{
	width: 20px;
	height: 20px;
	border-radius: 2px;
	margin-right: 8px;
}
.reply_area_header{
	width: 30px;
	height: 30px;
	border-radius: 2px;
	margin-right: 8px;
}
.reply_area_input{
	border: 1px solid #cccccc;
	width: 515px;
	height: 28px;
	padding: 0 10px;
}
.reply_area_emoji .icon-font{
	font-weight: bold;
	position: relative;
	top: 2px;
	color: #ffa405;
	margin-right: 2px;
}
.reply_area_btn{
	padding: 0 20px;
	background-color: #e5e5e5;
	color: #FFFFFF;
	border-radius: 2px;
}
.reply_last .reply_area_input{
	width: 580px;
}
.reply_area_input_child{
	border: 1px solid #cccccc;
	width: 515px;
	height: 28px;
	padding: 0 10px;
}
.reply_area_btn_child{
	padding: 0 20px;
	background-color: #cbd2ff;
	color: #FFFFFF;
	border-radius: 2px;
}
.reply_last .reply_area_input_child{
	width: 530px;
}

.other_title span{
	display: inline-block;
	line-height: 58px;
	border-bottom: 2px solid #26c281;
	min-width: 130px;
}
.video_handout_title{
	width: 230px;
}
.video_handout_title .icon-font{
	position: relative;
	top: 2px;
    color: #26c281;
}
.video_handout_preview i{
	color: #999;
	font-size: 22px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.video_handout_download i{
	color: #999;
	font-size: 18px;
	position: relative;
	top: -2px;
}
.video_handout_btn{
	height: 32px;
	line-height: 32px;
	background-color: #26c281;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}
.video_handout_btn:active{
	background-color: #637bff;
}

/***Person Page***/
.person_nav{
	width: 190px;
	background-color: #FFFFFF;
}
.person_nav li{
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
}
.person_nav li img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.person_nav li.active{
	background-color: #26c281;
	color: #FFFFFF;
}
.person_collection{
	width: 970px;
	background-color: #FFFFFF;
	padding: 30px 10px;
}
.person_collection_item{
	width: 280px;
	height: 240px;
	position: relative;
	margin: 0 20px 20px 20px;
}
.person_collection_img{
	width: 100%;
	height: 160px;
}
.person_collection_cover{
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	color: #FFFFFF;
	line-height: 160px;
	font-size: 20px;
}
.history_data{
	width: 240px;
	height: 38px;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
    position: relative;
}
.history_data ul{
    position: absolute;
    top: 38px;
    left: -1px;
    width: 260px;
	border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    z-index: 2;
    display: none;
}
.history_data ul li{
	padding: 0 10px;
}
.history_data ul li:hover{
    background-color: #cecece;
}

.person_message{
	width: 990px;
	background-color: #FFFFFF;
}
.message_nav_list{
	height: 42px;
	line-height: 42px;
}
.message_nav{
	height: 41px;
	line-height: 41px;
}
.message_nav.active{
	color: #26c281;
	border-bottom: 2px solid #26c281;
}
.message_nav:hover{
	color: #26c281;
}
.message_item{
	border-bottom: 1px dashed #e3e3e3;
	padding: 20px 20px 20px 0;
	line-height: 24px;
    position: relative;
}

.unread_icon{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    top: 18px;
    left: -2px;
    z-index: 2;
}
.message_header{
	width: 48px;
	height: 48px;
	border-radius: 2px;
}
.message_item_del{
	display: none;
}
.message_item:hover .message_item_del{
	display: block;
}

.share_outer{
    position: relative;
}
.share_ul{
    position: absolute;
    width: 100px;
    line-height: 30px;
    border: 1px solid #f2f2f2;
    left: 50%;
    top: 100%;
    margin-left: -50px;
    z-index: 11;
    background-color: #fff;
    text-align: center;
    display: none;
    box-shadow: 0 0 10px #2c9eff;
}
.share_ul li:hover{
    background-color: #2c9eff;
    color: #fff;
}
.share_outer:hover .share_ul{
    display: inline-block;
}