/** 
 * 描述：重置页面元素，设置布局样式及公共模块
 * 作用范围：公共
 */

html,body {
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color:#777;
	background: #fff ;
    /*border-top: 2px solid #000;*/
}
body{font:14px 'Microsoft Yahei';-webkit-tap-highlight-color:rgba(0,0,0,0)}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,			
dl,dt,dd,ul,ol,li,			
form,fieldset,legend,select,
input,textarea,button,		
table,caption,tr,th,td {
	margin:0;
	padding:0;
}
ol,ul {
	list-style:none;
}
fieldset,img {
	border:0 none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #f97406;
	text-decoration: underline;
	text-decoration: none;
}
ul, ol {
	padding: 0px;
	margin: auto;
	list-style: none;
}
legend {
	display: none;
}
em, i {
  font-style: normal;
}

/*按钮样式*/
.button {
    background: #fff;
    border: 2px solid #efefef;
    padding: 8px 12px;	
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.button2 {
    background: #f0f2f3;
    border: 1px solid #ccc;
    padding: 3px 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.button:hover {
    background: #f97406;
    color:#fff;
	text-decoration:none;
}

.btn-submit {
	padding: 8px 20px;
	border: 2px solid #f97406;
}
.more-btn {
	float:right;
	font-size:12px !important;
	margin-right:5px;
	color:#aaa
}
.assign-btn {
	padding: 12px 80px;	
	font-size:16px;
	margin:8px auto;
	float:left;
	border-radius:3px;
}

.page {
	position: relative;
	margin: auto;
	width: 100%;
}

 .hover-shadow:hover {
	background: #fa8420;
	box-shadow: 5px 5px rgba(216, 212, 218, 0.6);
	-webkit-transition: 0.8s all ease;
	-moz-transition: 0.8s all ease;
	-o-transition: 0.8s all ease;
	-ms-transition: 0.8s all ease;
	transition: 0.8s all ease;
	color:#fff;
	cursor:pointer
}
.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.alert{
	border-radius:0;
}

.thumb-sm img {
  border: 1px solid #fa8420;
  border-radius: 50% !important;
  height: 75px;
  padding: 3px;
  width: 75px;
}

/*	头部 */

.logo {
	float: left;
}
.header-top {
	background-color: #f4f4f4;
}

.header-top .welcome-msg {
	text-align: left;
	display: inline-block;
	padding: 8px 15px 8px 0;
	font-size: 12px;
	color: #aaa;
}
/*用户*/



/* 头部连接*/

	
	.toplinks {
		line-height: normal;
		padding: 8px 0 ;
		display: inline-block;
		float: right;
	}
	.toplinks .links {
		text-align: right;
	}
	.toplinks .links div {
		display: inline-block;
		text-align: right;
	}

	.dropdown-menu {
		text-align: left;
	}


	.dropdown-menu.dropdown-caret::before {
	  -moz-border-bottom-colors: rgba(0, 0, 0, 0.2);
	  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	  border-left: 6px solid transparent;
	  border-right: 7px solid transparent;
	  content: "";
	  display: inline-block;
	  left: auto;
	  position: absolute;
	  top: -7px;
	}

	.dropdown-menu.dropdown-caret::after {
	  -moz-border-bottom-colors: #fff;
	  border-bottom: 6px solid #fff;
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  content: "";
	  display: inline-block;
	   left: auto;
	  position: absolute;
	  top: -6px;
	  right: 45%;
	}

	.dropdown-menu.dropdown-caret::before,
	 .dropdown-menu.dropdown-caret::after {
	  right: 45%;
	}

	.toplinks div.links div a {
		color: black;
		display: inline-block;
		padding: 0px;
		color: #333;
		font-size: 12px;
		margin-left: 15px;
	}

	.toplinks div.links .pull-left a{
		margin:0 2px;
	}
	.toplinks div.links div a:hover {
		color: #f97406;
		text-decoration: none;
	}

	.toplinks>div>div.wishlist>a:before {
		content: '\f004';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}
	.toplinks>div>div.check>a:before {
		content: '\f00c';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}
	.toplinks>div>div.demo>a:before {
		content: '\f09e';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}
	.toplinks>div>div.jion>a:before {
		content: '\f055';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}

	.toplinks .links div.block-user-wrapper a:before,
	.toplinks .links div.block-company-wrapper a:before {
		content: '\f15b';
		font-family: FontAwesome;
		font-size: 13px;
		padding-left: 4px;
		padding-top: 2px;
		float: left;
		margin-right: 6px;
		margin-top: -2px;
		color: #aaa;
	}

	.toplinks .links div.block-user-wrapper a:before {
			content: "\f007";
	}
	.toplinks .links div.luyin a:before {
		content: "\f130";
	}
	
	.toplinks>div>div.phone>a:before {
		content: '\f095';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}


	.cross-icon {
		position: absolute;
		right: 0px;
		margin-top: -35px
	}
	.block-company {
		background: none;
		box-shadow: none;
		border: none;
		color: #aaaaaa;
		margin-left: 10px;
		font-size: 13px;
	}
	.block-user-wrapper ,
	.block-company-wrapper {
		display: inline-block;
	}
	.block-company label {
		font-weight: normal;
		padding: 5px 5px 2px 0px;
	}
	.block-user-wrapper .dropdown-menu, 
	.block-company-wrapper .dropdown-menu {
		min-width: 0;
		background: #fff;
		width: 103px;
		margin-left: 0px;
		margin-top: 8px;
	}
	.block-user-wrapper .dropdown-menu li,
	.block-company-wrapper .dropdown-menu li {
		padding: 5px;
	}
	.block-user-wrapper .dropdown-menu li a:before,
	.block-company-wrapper .dropdown-menu li a:before {
		content: none !important;
	}

	.block-user-wrapper .dropdown-menu a,
	.block-company-wrapper .dropdown-menu a {
		padding: 0px 8px !important;
		color: #666 !important;
	}

	.block-user-wrapper .dropdown-menu a:hover,
	.block-company-wrapper .dropdown-menu a:hover {
		color: #f97406 !important;
		background: none;
	}
	
	.cart_cur_block {
		position: relative;
		float: right;
		
	}
	.cart_cur_block>div {
		display:inline-block;
		font-size:12px;
		vertical-align:top;
		margin-top:3px;
	}
	.cart_cur_block>div img{
		vertical-align:top;
	}
	.cart_cur_block .login, .cart_cur_block .reg,
	.cart_cur_block .logout, .cart_cur_block .myaccount{
		border:1px solid #ccc;
		padding:1px 8px;
		border-radius:2px;
	}
	
	.cart_cur_block>div.login>a:before {
		
		content: '\f090';
		font-family: FontAwesome;
		font-size: 14px;
		padding-right: 6px;
		color: #aaa;
	}
	
	.cart_cur_block>div.reg>a:before {
		
		content: '\f007';
		font-family: FontAwesome;
		font-size: 14px;
		padding-right: 6px;
		color: #aaa;
	}
	
	.cart_cur_block>div.logout>a:before {
		content: '\f08b';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}
	.cart_cur_block>div.myaccount>a:before {
		content: '\f007';
		font-family: FontAwesome;
		font-size: 13px;
		padding-right: 6px;
		color: #aaa;
	}
	
	.cart_cur_block .user-hide{
		display:none;
	}

/*头内容*/	
.header-body {
	background-color: #fff;
	padding: 34px 0;
}

.header .logo {
	vertical-align: middle;
	cursor: pointer;
	text-align: left;
	display: block;
	display: inline-block
}
.header .logo a img {
	cursor: pointer
}	
	/*搜索*/
	.g-tasksearch {
	    border: 2px solid #f60;
	    /*border-radius: 3px;*/
	    height: 41px;
	}
	.header-body .btn-group {
	  vertical-align: top;
	}
	.search-aBtn {
	  color: #b3b3b3;
	  height: 35px;
	  line-height: 35px;
	}
	.header-body .search-aBtn .search-btn-toggle {
	  height: 35px;
	  line-height: 35px;
	  padding: 0;
	  text-align: right;
	  width: 75px;
	}

	.header-body .dropdown-toggle {
	  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	  border: medium none;
	  color: #b3b3b3 !important;
	  font-size: 12px;
	  line-height: 23px;
	  text-shadow: none !important;
	  background: #fff ;
	  padding-right: 10px  !important;
	}
	.header-body .btn-group.open .dropdown-toggle {
		  box-shadow: none;
	}
	.g-tasksearch i {
	  color: #fff;
	  font-size: 14px;
	  margin: 6px 4px 0 0;
	}
	.g-tasksearch input {
	  	border: medium none;
	  	margin-left: 4px;
	  	margin-top: 2px;
	  	vertical-align: top;
	  	font-size: 14px;
    	padding: 7px 4px 6px;
    	width: 360px;
	}

	.g-tasksearch button {
	  border: medium none;
	  color: #fff;
	  float: right;
	  font-size: 16px;
	  height: 38px;
	  margin-right: -2px;
	  padding: 0 3%;
	  vertical-align: top;
  		background: #f60;
	}
	.or-line{
		display: inline-block;
		font-size: 16px;
		height: 37px;
		line-height:37px;
		margin-right: 10px
	}

	.btn-task {
		display: inline-block;
	  background-color: #f60;
	  color: #fff;
	  cursor: pointer;
	  font-size: 16px;
	  padding: 8px 12px;
	  text-align: center;
	  text-decoration: none;
	  width: 150px;
	  border-radius: 0;
	}

	.btn-task:hover {
		color: #fff;
	}

/*导航部分*/
	nav {
		background: #fff;
		border-bottom: 2px solid #f60;
	}

	.nav-inner {
		margin: auto;
		background: #fff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	}
	#nav > li > a {
		display: block;
		padding: 12px 1px;
		color: #444;
		font-weight:500;
		font-size: 16px;
	}
	#nav > li > a:first-child {
		margin-left: 0px;
	}
	#nav > li > a:last-child a {
		color: #333
	}

	#nav > li:hover > a {
		color: #fff;
		background: #f60;
		border-bottom: none;
		padding: 12px 1px
	}
	
	#nav > li.active > a {
		background-color: #f60;
		color: #fff;
		
		/*box-shadow: 3px 10px 10px #bbb;*/
	}
	.cms-index-index #nav #nav-home > a span, #nav > li.active > a span, .vertnav-top li.current > a span {
		border-right: none
	}
	
	#nav > li {
		list-style: none;
		border-bottom: none;
		display: block;
		float: left;
	}
	#nav > li.last {
		padding-right: 0;
	}


	#nav > li > a > span {
		display: inline-block;
		padding: 0px 18px;
		line-height: 17px
	}

	#nav > li > a.btn-sing{
		margin-top: 8px;
		padding: 7px 10px;
		background-color: #f60;
		color: #fff;
		border:0;
	}
	#nav > li:hover a.btn-sing{
		opacity: .8;
	}

	/*搜索*/
	.search-bar {
		position: relative;
		width: 58px;
		height: 56px;
		float: right;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
		-webkit-backface-visibility: hidden;
	}
	
	.search-icon, .search-bar-submit {
		width: 58px;
		height: 56px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0;
		margin: 0;
		line-height: 56px;
		text-align: center;
		cursor: pointer;
	}
	.search-bar-submit {
		background: #fff; /* IE needs this */
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
		filter: alpha(opacity=0); /* IE 5-7 */
		opacity: 0;
		color: transparent;
		border: none;
		outline: none;
		z-index: -1;
	}
	
	#search_mini_form{
		height: 56px;
		width:100%;
		position: relative;
		overflow:hidden;
	}
		
	#search {
		font-size: 12px;
		color: #bebebe;
		border: none;
		display: block;
		width: 242px;
		height: 56px;
		line-height: 56px;
		padding:0 0 0 10px;
		background: #000;
		outline: none;
		/*padding-left:85px;*/
	}
	

	.search-bar-input::-webkit-input-placeholder {
		color: #bebebe;
	}
	.search-bar-input:-moz-placeholder {
		color: #bebebe;
	}
	.search-bar-input::-moz-placeholder {
		color: #bebebe;
	}
	.search-bar-input:-ms-input-placeholder {
		color: #bebebe;
	}

	.search-icon {
		color: #fff;
		background: #000;
		z-index: 90;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
	}
	/* Open state */

	.search-bar.search-bar-open, .no-js .search-bar {
		top:0;
		width: 281px;
	}
	.search-bar.search-bar-open .search-icon, .no-js .search-bar .search-icon {
		color: #fff;
		z-index: 11;
	}
	.search-bar.search-bar-open .search-bar-submit, .no-js .search-bar .sb-search-submit {
		z-index: 90;
	}
	.button-common {
		border: 0 none;
		overflow: hidden;
		padding: 0px;
		text-indent: -9999px;
		width: 25px;
	}
	.search-btn-bg {
		cursor: pointer;
		display: inline-block;
		height: 56px;
		min-width: 20px;
		position: absolute;
		right: 0px;
		top: 0;
		width: 56px;
		right: 0px;
		background: #000;
		outline: none;
	}
	.searchIconNew {
		background: url("../images/search-icon.png") no-repeat scroll center center;
		width: 45px;
		height: 45px;
		left: 7px;
		display: inline;
		position: absolute;
		top: 5px;
	}
	.cross-icon {
		position: absolute;
		right: 0px;
		margin-top: -35px
	}
	.selectBox {
		display: none;
		height: auto;
		right: 58px;
		position: absolute;
		top: 0;
		z-index: 999;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
	}
	.selectBox a {
		clear: both;
		color: #999;
		display: block;
		height: 56px;
		line-height:56px;
		overflow: hidden;
		padding-left: 6px;
		text-align: left;
		font-size:12px;
		border-left:1px solid #383838;
		border-right:1px solid #383838;
	}
	
	.selectBox p {
		display:none;
		clear: both;
		height: auto;
		left: 0;
		padding: 2px;
		position: absolute;
		width: 82px;
		background:#fff;
		border:1px solid #383838;
		border-top:0px ;
	}
	.selectBox p a{
		height: 36px;
		line-height:36px;
		padding-left: 6px;
		text-align: left;
		font-size:12px;
		border-left:0px ;
		border-right:0px;
	}
	
	.selectBox p a:hover, .selectBox p a.active {
		background:#f97406;
		color:#fff;
	}
	
	.search-bar-open .selectBox {
		display:block;
		width:82px;
	}
	.search-bar-open.selectBox p{
		display:block;
	}
	
/* 内容区域 */
.main-container {
    min-height: 400px;
}

.pager {
	margin: 0;
	text-align: center;
	padding: 0;
}
.pager .amount {
	float: left;
}
.pager .limiter label {
	float: left;
	font-size: 12px;
	padding: 6px 0;
	margin-right: 10px;
	display: inline;
}
.pager .pages {
	margin: 0 0;
}
.pages .pagination {
	margin: auto;
}
.pager .pages li {
	display: inline-block;
}
.pager .pages li a {
	box-shadow: none;
	border: 1px solid #F3F3F3;
	padding: 5px 10px;
	border-radius: 0px;
	color: #333;
}
.pages .pagination > .active > a, .pages .pagination > .active > span, .pages .pagination > .active > a:hover, .pages .pagination > .active > span:hover, .pages .pagination > .active > a:focus, .pages .pagination > .active > span:focus {
	z-index: 2;
	color: #333;
	cursor: default;
	background-color: #f8f8f8;
	border-color: #f3f3f3;
}
.page-title {
	padding: 0px 0px 10px 0px;
	margin: 0 0 0px 0px;
	overflow: hidden
}

.page-title h1, .page-title h2 {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.page-title.new_page_title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px !important;
    padding-bottom: 10px !important;
}

.col-main {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
.main{
	margin-top: 20px ;
	margin-bottom: 20px;
}

.main-do{
	background-color: #fff;
	padding-top: 15px ;
	padding-bottom: 20px;
}

/*流程*/

.u-grayico {
  border: 1px solid #eee;
  padding: 26px 0;
}

.s-ico {
  background: rgba(0, 0, 0, 0) url("../images/index-ico1.png") no-repeat scroll 50px center;
  border-right: 1px solid #eee;
  padding: 5px 41px;
}

.s-ico2 {
  background: rgba(0, 0, 0, 0) url("../images/index-ico2.png") no-repeat scroll 50px center;
}

.s-ico3 {
  background: rgba(0, 0, 0, 0) url("../images/index-ico3.png") no-repeat scroll 50px center;
}

.s-ico4 {
  background: rgba(0, 0, 0, 0) url("../images/index-ico4.png") no-repeat scroll 50px center;
  border-right: 0 none;
}

	.service-section {
		margin-top: 20px;
		z-index:99;
	}
	#store-messages .col-md-3 {
		font-size: 12px;
		color: #333;
		border-right: 1px #ccc solid;
		padding-bottom: 15px;
		margin-bottom: 20px;
		padding-left: 25px;
	}
	#store-messages .col-md-3:last-child {
		margin-right: 0px;
		border: none;
	}

	#store-messages .message {
		display: inline-block;
		text-align: left;
		margin-top: 15px;
	}
	#store-messages .message strong {
		font-weight: bold;
		color: #333;
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		text-transform: uppercase
	}
	#store-messages .message a {
		display: block;
	}
	#store-messages .message span {
		color: #999;
		display: table;
		font-family: arial;
		font-size: 13px;
		line-height: normal;
		padding-bottom: 4px;
		text-align: left;
		transition: color 100ms ease 0s;
	}
	#store-messages .message span {
		margin: 0 2px;
	}
	#store-messages .message .tagline {
		display: block;
		font-size: 9px;
		line-height: 1.4em;
		margin-top: 1px;
		padding-left: 28px
	}
	#store-messages .message .separator {
		border-left: 1px solid #e7e7e7;
		height: 45px;
		right: 0;
		position: absolute;
		top: 5px;
		width: 1px;
	}

	#store-messages .message .icon-refresh:before {
		content: "\f08b";
		padding: 0;
		color: #ccc;
		font-size: 30px;
		height: 35px;
		line-height: 35px;
		padding: 20px 15px 0 0;
		width: 35px;
		float: left;
		text-align: left;
	}

/*首页任务列表*/
.event-con{
	margin-top: 20px;
}

.event-title h1 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.event-title, .new_title {
	height:35px;
	line-height:35px;	
	padding-bottom:5px ;
	display:block;
	border-bottom: 1px solid #f60;
}

.event-title h1 {
	float:left;
	padding:9px 12px;
	color: #fff;
	background-color: #f60;
	font-size: 16px;
	/*color:#f97406;*/
	/*border-bottom: 2px solid #ddd;*/
}

.event-tab .nav-tabs{
	border-bottom: 1px solid #f97406 ;
}

.event-tab .nav-tabs > li {
  margin-bottom: 0;
}

.event-tab .nav-tabs > li > a {
  border: 1px solid transparent;
  margin-right: 5px;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 0;
}
.event-tab .nav-tabs > li.active > a,
.event-tab .nav-tabs > li.active > a:hover{
  border: 1px solid #f97406;
  background-color:#f97406; 
  color: #fff;
}

.event-tab .nav-tabs > li > a:hover {
  	color: #333;
}


.block-tabs{
	text-align:center;
	padding-left:300px;
}
.block-tabs li {
	display:inline-block;
	text-align:center;
}
.block-tabs > li > a {
    border-radius:  0;
}
.event-title-tool{
	float:right;
}
.event-title-tool a{
	vertical-align:center;
	padding: 5px 12px;
	text-decoration:none;
}
.event-title-tool a.active{
	color:#f97406;
	border-color:#f97406;
}
.event-title-tool a.active:hover{
	color:#fff;
}
.event-list{
	list-style: outside none none;
    margin-bottom: 12px;
    margin-top: 18px;
    padding: 0;
    position: relative;
}
.event-list li.section {
	line-height: 35px;
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px dashed #e9e9e9;

}
.event-list li.section:hover {
    background-color: #f97406;
	color:#ccc;
}

.event-list div {
	padding: 6px 0;
	display:inline-block;
	vertical-align:top;
}

.event-list .step-status {
	width:100px;
}
.event-list .step-send-count {
	width:60px;
}
.event-list .step-btn a {
	padding: 3px 12px;
}
.event-list .step-title .number {
  background-color: #fff;
  border: 2px solid #efefef;
  color: #f97406;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  margin-left:5px;
  width:33px;
  padding: 7px 0;
  text-align:center;
}
.event-list .step-title h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  overflow:hidden;
  width:520px;
  padding: 0 5px;
}
.event-list .step-title h3 a{
	overflow:hidden;
	width:100%;
	line-height:35px;
	vertical-align:top;
}
.event-list li:hover h3 a{
	color:#fff;
}

.block-event {
	border: 1px solid  #f3f3f3;
	padding: 10px 15px 10px;
}
.block-event .block-title{
	border-bottom: 1px solid  #f3f3f3;
	position: relative;
	height: 28px;
}

.block-event .block-title h3{
  border-bottom: 1px solid #f60;
  color: #424242;
  font-size: 15px;
  font-weight: bold;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.block-event .block-content {
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0;
}
.block-event .block-content ul li {
  border-bottom: 1px dashed #c9c9c9;
  padding: 10px 0 0;
}
.block-event .block-content ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0 0 10px;
}
.block-event .block-content ul li i,
.block-event .block-content ul li em {
  color: #ff5e53;
}

.block-right {
	padding: 10px 0px 10px;
}
.block-right .block-title{
	display: block;
	border-bottom:0;
	height: auto;
}	
.block-right .block-title h3 {
	position: static;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 0;
  width: auto;
}
.block-right .block-title u {
  border-bottom: 1px dashed #aaa;
  color: #999;
  display: block;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
}
.tts-btns {
	border-radius: 2px;
	display: block;
	padding: 10px 5px;
	border: 1px solid #eee;
	/*background-color: #fce4d1;*/
}
.tts-btns:hover{
	background-color: #f60;
	color: #fff;
}
.tts-btns .tts-btns-icon{
	height: 66px;
	width: 66px;
	float: left;
	margin-right: 5px;
	background: url(../images/tts.png);
	background-size: 66px;
}

.tts-btns p {
	height: 66px;
	line-height: 30px;
}

.cl-left {
	display: block;
	overflow: hidden;
}
.cl-left .cl-btns{
	position: relative;
	width: 100%;
	display: block;
}

.cl-btns img {
	width: 100%;
	border-radius: 2px;
}
.cl-btns span {
	-webkit-transition:0.5s; 
	-moz-transition:0.5s; 
	-ms-transition:0.5s;
	transition:0.5s;
	position: absolute;
	left:0; 
	bottom: -35px;
	width:100%; 
	height:35px; 
	padding-left: 10px;
	line-height:35px; 
	background:rgba(0,0,0,.6);
	color: #fff;
}
.cl-btns:hover span {
	bottom: 0;
}

/*热门录音员*/
.main-do2{
	background-color: #f4f4f4;
	padding-top: 20px ;
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
}

.main-do2 .header {
	text-align: center;
	padding: 20px 15px;
	position: relative;
	margin-bottom: 25px;
}
.main-do2 .header .line {
  background-color: #f97406;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.main-do2 .header .text {
  background-color: #f97406;
  height: 40px;
  line-height: 40px;
  top: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  color:#fff;
  z-index: 2;
  font-size: 16px;
  border-radius: 20px;
}
.main-do2 .intro {
  color: #707070;
  font-size: 16px;
  line-height: 35px;
  margin: 0 5%;
  opacity: 0.88;
  text-align: center;
}

.sl-talent-box {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 209px;
  width: 96%;
}
.sl-talent-box  .avatar {
  overflow: hidden;
}
.sl-talent-box  .avatar a img {
  display: block;
  width: 100%;
  max-height: 130px
}
.sl-talent-box .avatar a img {
  -webkit-transition: .5s;
          transition: .5s;
}
.sl-talent-box .avatar a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.sl-talent-box  .name {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}
.sl-talent-box  .name a {
  color: #aaa;
}
.sl-talent-box  .meta {
  color: #707070;
  height: 40px;
  line-height: 20px;
  margin: 0 10px 10px;
  opacity: 0.77;
  overflow: hidden;
}



.sl-talent-box .act {
  height: 50px;
  overflow: hidden;
}

.sl-talent-box .act a {
  border-left: 1px solid #fff;
  color: #fff;
  display: block;
  float: left;
  height: 50px;
 /* margin-left: -1px;*/
  text-align: center;
  width: 50%;
}

.sl-talent-box  .act a:hover .icon {
  -webkit-animation: shake .5s 1 linear;
          animation: shake .5s 1 linear;
}

.sl-talent-box .act .listen {
  background-color: #f97406;
}
.sl-talent-box .act .post {
  background-color: #f97406;
}

.sl-talent-box .act .icon {
  width: 100%;
  height: 26px;
  display: block;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.sl-talent-box .act .icon-play {
  background: url(../images/icon-play.png) 50% 50% no-repeat;
}
.sl-talent-box .act .icon-msg {
  background: url(../images/icon-msg.png) 50% 50% no-repeat;
}

/*首页样音试听*/
.do-demo .header{
  border-bottom: 1px solid #f2f2f2;
  height: 68px;
}

.do-demo .header .title {
	float: left;
	line-height:68px;
	font-size: 26px;
	font-weight: 400;
	color: #999;
}
.do-demo .header .nav-tabs{
	float: right;
	border-bottom: 0;
	margin-top: 15px
}

.do-demo .header  .nav-tabs li {
  float: left;
  margin-bottom: -1px;
}

.do-demo .header .nav-tabs > li > a {
  border: 0;
  border-radius: 15px;
  line-height: 1.42857;
  margin-right: 2px;
}

.do-demo .header .nav-tabs > li:hover > a,
.do-demo .header .nav-tabs > li.active > a, 
.do-demo .header .nav-tabs > li.active > a:hover, 
.do-demo .header .nav-tabs > li.active > a:focus {
  background-color: #f97406;
  border: 0;
  color: #fff;
  cursor: default;
}

.do-demo .content {
	padding: 20px 0;
}

.list-sound li {
  height: 64px;
  width: 33.2%;
  margin-bottom: 15px;
  float: left;
}
.list-sound .box {
  background-color: #f7f7f7;
  height: 62px;
  border: solid #eee 1px;
  margin: 0 15px;
  position: relative;
}
.list-sound .cover {
  width: 62px;
  height: 62px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.list-sound .cover img {
  display: block;
  height: auto;
  width: 100%;
}

.list-sound .infos {
  margin-left: 74px;
}
.list-sound .name {
  color: #626262;
  font-size: 14px;
  margin-right: 40px;
  margin: 10px 0 8px;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 60px;
}
.list-sound .meta {
  color: #626262;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=77)";
  filter: alpha(opacity=77);
  opacity: 0.77;
  margin-right: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-sound .status {
  background-color: #23ad67;
  height: 1px;
  width: 0;
  overflow: hidden;
}
.list-sound .btn {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
  background: url(../images/icon-player-act.png) -48px 0 no-repeat;
}
.list-sound .btn.pause {
  background-position: 0 0;
}
/*最新视频*/
.blog-img {
    height: 140px;
    overflow: hidden;
    position: relative;
}
.blog-img img {
	margin-bottom: 20px;
	width: 100%;
	transition: all 0.4s ease-in-out 0.5s;
}
.blog-img .mask {
	background-color: rgba(146, 96, 91, 0.5);
	opacity: 0;
	transition: all 0.3s ease-in 0.4s;
}
.blog-img a.info {
	opacity: 0;
	transition: all 0.3s ease-in-out 0.1s;
	transform: translateY(10px);
}
.blog-img:hover .mask {
	opacity: 1;
	transition-delay: 0s;
	cursor:pointer 
}
.blog-img:hover a.info {
	opacity: 1;
	transform: translateY(50px);
	transition-delay: 0.3s;
}
.blog-img .mask, .blog-img .content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.blog-img a.info {
	display: inline-block;
	text-decoration: none;
	padding: 14px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #444;
	border-radius: 50%;
	font-weight: bold;
	text-transform: uppercase;
}

.blog-img a.info i {
	font-size: 24px;
	margin-left: 7px;
}

.blog-img a.info:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.video-inner h2 a {
  color: #333;
  font-size: 15px;
  font-weight: normal;
  line-height:28px;
  margin: 0;
}

.video-inner  .post-date {
  margin: 2px 0 5px;
  font-size:12px;
}

/*录音员页面*/
.talent-inner .box{
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 262px;
  width: 96%;
}

.talent-inner .box img {
  display: block;
  height: 130px;
  width: 100%;
}

.talent-inner .box .title {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.talent-inner .box .intro {
  color: #7d7d7d;
  line-height: 24px;
  padding: 10px;
}

.talent-inner .box .tags {
  color: #3fb187;
  padding: 10px 10px 10px;
}
.talent-inner .box .tags a {
  color: #3fb187;
}
.talent-inner .box .tags span {
  color: #7d7d7d;
}
.talent-inner .works-list p {
  height: 44px;
  line-height: 44px;
  display: block;
  border-top: solid #eee 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.talent-inner .box .works-list p a {
  color: #626262;
  display: block;
  margin: 0 10px;
  height: 44px;
  font-size: 13px;
  padding-left: 10px;
    position: relative;
  background: url(../images/icon-dot.png) 0 50% no-repeat;
}

.talent-inner.box .works-list p a:hover {
  color: #22ac38;
}
.talent-inner .box .works-list p a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-1.png) 0 0 no-repeat;
}

.no-data {
	font-size: 16px;
	padding:15px 0;
}



/*任务页面*/
.event-wrap{

  border: 1px solid #f3f3f3;
  padding: 10px 15px 18px;

}




	.new_title h2 {
	  /*color: #000;*/
	  color: #f97406;
	  display: inline-block;
	  font-size: 20px;
	  font-weight: normal;
	  position: relative;
	  text-transform: uppercase;
	}
	.slider-items-products {
	  position: relative;
	}
	.product-flexslider {
	  margin: 0 -10px;
	}
	.owl-item .item {
	  margin: 0 10px;
	}
	
	#best-seller-slider .owl-buttons .owl-prev {
	  position: absolute;
	  right: 76px;
	  top: -32px;
	}
	#best-seller-slider  .owl-buttons .owl-next {
	  position: absolute;
	  right: 13px;
	  top: -32px;
	}
	.product-block .product-image, .product-block .product-image a, .product-block .product-image .product-display, .product-block .product-image .product-display img {
	  display: block;
	  z-index: 1;
	}
	.product-block:hover{
		cursor:pointer 
	}
	.product-block .product-image a {
		position: relative;
		overflow: hidden;
		display: block;
		height: 100%;
		z-index: 8;
		content: ' ';
	}
	.product-block .product-image a img {
		width: 100%;
		max-height:160px;
	}
	.item  .item-info .info-inner .item-title {
	  margin-bottom: 5px;
	  overflow: hidden;
	  padding-top: 6px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.product-block .product-image .product-mainpic {
		opacity: 0;
	}
	.product-block .product-image .product-mainpic {
		max-width: 100%;
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 1;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.product-block .product-image .product-secondpic {
		position: absolute;
		top: 0;
		max-width: 100%;
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		opacity: 0;
		left: -1px;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.product-block:hover .product-image .product-mainpic {
		-webkit-transform: rotateY(-180deg);
		-moz-transform: rotateY(-180deg);
		-ms-transform: rotateY(-180deg);
		-o-transform: rotateY(-180deg);
		transform: rotateY(-180deg);
		opacity: 0;
	}
	.product-block:hover .product-image .product-secondpic {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 1;
	}
	
	.product-block .product-meta {
	  display: block;
	  height: 100%;
	  width:100%;
	  overflow: hidden;
	  position:absolute;
	  left:0;
	  top:0;
	  
	}

	.product-block .product-action {
		opacity: 0;
		width:100%;
		height: 100%;
		transition: all 0.3s ease-in-out 0.1s;
		transform: translateY(10px);
		z-index: 12 !important;
	}
	.product-block:hover .product-action {
		opacity: 1;
		transform: translateY(52px);
		transition-delay: 0.4s;
		
	}
	
	.product-block .product-action .u-home{
		font-size:36px;
	}

/*首页样音*/	
.sound-content {
	display:block;
	overflow:hidden;
	padding:10px 0;
}	
.sound-content h3 {
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: auto;
  padding: 10px 0;
  text-transform: uppercase;
}	
.sound-content ul  {
    padding:0 5px;
}

.sound-content ul li {
	border-bottom: 1px dotted #c9c8c5;
    padding:10px  5px;
    position: relative;
	margin-bottom:3px;
}



.sound-content .play-name{
	width:100%;
	padding-right:40px;
}

.sound-content .play-btn {
	position:absolute;
	right:5px;
	top:8px;
	border: 1px solid #ddd;
	padding: 1px 8px !important;
    text-transform: uppercase;
}

/*侧边栏*/
.block-cart {
	border: 1px solid #f3f3f3;
	background: #fff;
}

.block-cart .block-title {
	/*color: #000;*/
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  height: 48px;
  line-height: 54px;
  text-indent: 20px;

}
.block-cart .block-content {
	font-size: 12px;
	overflow: hidden;
	padding: 15px 15px 18px;
}
.block-cart  .sl-cate li {
  width: 50%;
  float: left;
}

.block-cart  .sl-cate li a {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  color: #424242;
  display: block;
  font-size: 16px;
  margin: 0 10px 15px;
  padding: 6px 0;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.block-cart  .sl-cate li a.current {
  background-color: #ff9400;
  border-color: #ff9400;
  color: #fff;
  transition: all 0.2s ease 0s;
}

.block-cart .post-bg {
	 background: #fff;
	 padding: 15px ;
}
.post-con {
	height: 230px;
	background: #fadf46;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px;
}

.post-con  a {
	background : rgba(0, 0, 0, 0.5);
	color : #fff;
	padding : 8px 15px;
	font-size : 12px;
	letter-spacing : .5px;
	position: absolute;
	bottom : 80px;
	left : 0;
	opacity : 0;
	filter : alpha(opacity=0);
	-webkit-transition : all 0.3s;
	transition : all 0.3s;
	text-transform: uppercase;
	border: 4px rgba(255, 255, 255, 0.5) solid
}

.post-con:hover {
	-webkit-box-shadow : 0 0 0 12px #e8cc2f;
	box-shadow : 0 0 0 12px #e8cc2f;
	z-index : 7;
	cursor:pointer 
}

.post-con:hover a {
	left : 72px;
	opacity : 1;
	filter : alpha(opacity=100);
	transition: all 0.5s ease-in-out;
}
.post-con a:hover {
	text-decoration : none;
	color : #333;
	background : #fff;
}
.post-con h2 {
	font-size : 18px;
	letter-spacing : 1px;
	margin : 25px 0 10px;
	color : rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
}
.post-con p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
.block-content ul li.item {
    margin-bottom: 10px;
    padding-bottom: 12px;
}

.block-content ul li a.product-image {
    display: inline;
}
.block-content ul li .product-details {
  float: right;
  width: 62%;
}
.block-content ul li .product-name {
    font-size: 14px;
    margin: 3px 0;
	font-weight:bold;
}
.block .block-content span {
	margin: 3px 0;
	display:block;
    font-size: 12px;
}

.side-nav-categories, .side-nav-categories .block {
  display: table;
  width: 100%;
}

.box-category {
  padding: 8px 15px 15px;
  display: block;
  overflow:hidden;
}

.box-category > ul > li {
  box-shadow: 0 1px 0 #ddd, 0 2px 0 #ffffff;
  display: block;
  margin: 0 0 1px;
  cursor: pointer;
  list-style-type: none;
  position: relative;
  
}
.box-category ul li a {
  display: block;
  font-weight: bold;
  padding: 6px 0;
  font-size:12px;
}
ul#magicat li.level0 span.magicat-cat, ul.listStyle li span {
  display: inline-block;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

ul#magicat li .open-close{
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
}
ul#magicat li .open-close {
  background: url("../images/leftNav.png") no-repeat scroll 2px 3px;
}

ul#magicat li.active > .open-close{
	background-position: 2px -28px;
}
	/*二级菜单*/
	#magicat ul {
		padding-left: 10px;
		
	}
	
	#magicat ul li a{
		color:#666;
	}

	 #magicat ul li a:before {
		content: "\f105";
		font-family: 'FontAwesome';
		line-height: 17px;
		margin-right: 5px;
		top: 6px;
	}

	.block-content ul li.new-item{
		float: left;
	  font-size: 14px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;

	}
	.block-content ul li.new-item:before {
		font-size: 12px;
		padding-right: 6px;
		color: #444;
		display: inline-block;
		vertical-align: top;
	}
	
	.block-content ul li.active:before, .block-content ul li.active a  {
		color:#f97406;
	}
	.block-content ul li a.product-name {
		font-size: 12px;
		padding: 0 5px;
		margin: 0;
		font-weight: normal;
		color: #333;
		line-height: 20px;
		text-transform: none;
		display: inline-block;
	}
/*录音员页面*/	
.talent-cate-item{
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom:5px
}
	
.find-title {
  float: left;
  line-height: 32px;
  margin: 3px;
  min-height: 32px;
  width:68px;
}	
	
.find-type {
  display: block;
  margin: 3px 5px 3px 63px;
  min-height: 32px;
  width: auto;
}	

.find-type .type-tag {
    color: #7d7d7d;
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
    padding: 5px 16px;
}
.find-type .pr-tag{
	margin-left: 3px;
	padding: 5px 6px;
}


.find-type .active, .find-type .type-tag:hover {
    background-color: #f87a16;
    color: #ffffdf;
}
.talent-inner .talent-list {
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
	height:256px;
}

.talent-inner .talent-list:hover {
	cursor:pointer;
}

.talent-inner h2 a{
	color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
}

.talent-inner .talent-list p {
  color: #999;
  display: block;
  padding: 3px 0 0;
}

	/* Toolbar */
	
	.toolbar {
		clear: both;
		margin-top: 0px;
		padding: 10px 0 0 0px;
		display: inline-block;
		width: 100%;
	}
	.toolbar .sorter {
		float: left;
	}
	.sorter .view-mode {
		float: left;
		margin-left: 0;
		margin-right: 20px;
		margin-top: 6px;
	}
	.toolbar .button-list {
		border: 1px solid #f3f3f3;
		color: #333;
		line-height: 20px;
		padding: 5px 8px ;
		text-transform: none;
		text-align:center;
	}
	
	.toolbar span.button-active {
		border: 1px solid #f97406;
		color: #f97406;
	}
	
	.toolbar .button-list:hover {
		color: #fff;
	}
/*作品详细页*/
.work-wrap {
  border: 1px solid #f3f3f3;
  padding: 10px 15px 18px;
}
.work-title h1{
	color: #404040;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 15px;
}
.work-info  {
	color: #7c7c7c;
    line-height: 32px;
}

	
.w-user-info {
	border: 1px solid #efefef;
	padding:5px 8px;
    display: block;
	float:right;
    height: auto;
    margin-right: 27px;
    width: 176px;
}
.w-user-info .title{
	font-size:16px;
	line-height:24px;
	padding-left:20px;
}	

.w-user-info .user-photo {
  display: table;
  height: auto;
  width: 158px;
}
.w-user-info .user-photo img{
  width: 158px;
  height: 150px;
  text-align: center;
}

.w-user-info .user-infox dl dt {
  float: right;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  width: 158px;
}

.block-content .work-list li{
  	height: 46px;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px dotted #e6e6e6;
    overflow: hidden;
}
.block-content .work-list li .text h2 {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 5px;
}

.block-content .work-list li .text p, 
.block-content .work-list li .text p a {
  color: #ccc;
  font-family: "simsun";
}

.block-content .work-list li .text {
  overflow: hidden;
  width: 190px;
}
.block-content .work-list li .play {
	position: absolute;
  right: 5px;
  top: 10px;

}

.block-content .work-list .icon-play-big {
  height: 28px;
  width: 28px;
  background-image: url("../images/icon-player-act.png");
   background-size:62px;
  background-repeat: no-repeat;
  background-position: -34px 0;
  display: inline-block;
  overflow: hidden;
}


/*任务页面*/
.task-title {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-top: 0 solid #ddd;
  color: #333;
  display: block;
  line-height: 20px;
  overflow: hidden;
  padding: 10px;
}

.task-inner .task-title  strong  {
	display:inline-block;
	width: 520px;
}
.task-content .event-list .step-title h3, .task-title  strong {
	width: 520px;
}
.task-title .title {
	display:inline-block;
	width: 80px;
}	

.task-title span {
  display:inline-block;
}
.task-info-title{
	height:42px;
	line-height:42px;
}


.task-info-title a{
	float:right;
	line-height:32px;
}
.task-info-title a i{
	color:#f00;
}

.task-left-warp {
	width:68%;
	margin-right:2%;
	overflow:hidden;
	float:left;
}

.task-right-warp{
	width:30%;
	min-height:300px;
	float:left;
}

.task-warp-title{
	height:42px;
	background-color: #f0f0f0;
	line-height:42px;
	padding:0 10px;
	color:#f97406
}

.task-left-warp .task-left-top, .task-right-warp .task-right-top{
	border:1px solid #f3f3f3;
	/*border-top:3px solid #f97406;	*/
}
.task-sidetime {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}
.task-sidetime-l {
  border-right: 1px solid #f3f3f3;
}

.task-right-top .task-sidetime-btns {
	border-top: 1px solid #f3f3f3;
	padding-top: 10px;
}

.task-left-warp #store-messages{
	display:block;
	overflow:hidden;
	margin-top:10px;
	border-bottom:1px solid #dedede;
	
	
}

.task-left-warp .task-dtinfo {
	display: block;
	overflow: hidden;
	padding: 15px 0;
}

.task-left-warp .task-dtinfo  .col-md-3 {
	margin-bottom:0;	
}

.task-left-warp  .message{
	text-align:left;
	border-bottom: 1px dashed #ccc;
	height: 58px;
	line-height: 60px;
	font-size: 14px;
	color: #515151;
}

.maintime {
  background: #f5f5f5 none repeat scroll 0 0;
}

.detail-progress {
  background: #fafafa none repeat scroll 0 0;
  margin-bottom: -1px;
  padding: 30px 15px 80px;
}

.step.step5 .step-item {
  width: 16.6667%;
}

.step .step-item {
  border-top: 5px solid #f97406;
  display: inline;
  float: left;
  position: relative;
  width: 10%;
  z-index: 1;
}

.step .step-num {
  background: #f97406 none repeat scroll 0 0 padding-box;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: -22px;
  width: 40px;
  font-size: 14px;
  z-index: 1;
  color: #fff;
}

.step .step-text.step-bottom {
  margin-top: 25px;
}
.step .step-text {
  color: gray;
  text-align: center;
}

.task-yqinfo {
	display:block;
	padding:10px;
	
}

.task-yqinfo h3 {
	border-bottom: 1px solid #ddd;
    padding: 0 50px 0 0;
	font-weight: normal;
    letter-spacing: -1px;
	font-size:14px;
    margin: 0 0 2px;
    padding-bottom: 12px;
	color: #f97406;
}

.task-yqinfo .task-yqinfo-con {
	padding: 12px 0;
}
.task-send-demo{
	border:1px solid #dedede;
	margin-top:20px;
}

.task-send-demo h3 {
	padding:10px 0 10px 20px ;
	border-bottom: 1px solid #ddd;
	font-size:16px;
}

.task-send-demo .task-send-list {
	padding:15px 15px 5px 15px;
}

.task-send-list li.task-send-item{	
	border-bottom: 1px dotted #c9c8c5;
    margin-bottom: 24px;
	min-height:80px;
	display: block;
	overflow: hidden;
    padding: 5px 20px 15px 5px;
    position: relative;
}
.task-send-list li .send-author{
	float: left;
	width: 80px;
}

.task-send-list  li .send-meta {
    color: #999;
    float: left;
    margin-bottom: 0.3em;
	font-size:12px;
	width: 200px;
	margin-left: 20px
}
.task-send-list  li .send-meta span{
    color: #999;
    display: block;
    line-height: 22px
}

.task-send-list  li .send-author {
    color: #282828;
    font-size: 14px;
}
.task-send-list  li .gravatar {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.task-send-list .task-send-btns {
	height: 100%;
	width: 280px;
	position: absolute;
	right: 5px;
	top: 20px;
	text-align: right;
}
.task-send-list .task-send-btns a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ff9400;
  display: inline-block;
  color: #ff9400;
  font-size: 14px;
  line-height: 26px;
  border-radius: 2px;
  margin-left: 15px;
  transition: all 0.7s ease 0s;
}
.task-send-list .task-send-btns a:hover {
 background: #ff9400;
 color: #fff;
}

.task-right-top {
	padding:20px 0;
	text-align:center;
	line-height:24px;
}
.task-right-top .send-btns-btn{
	padding: 13px 42px;
	display:inline-block;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
	border-radius:3px;
}
.task-right-top .send-btns-btn2{
	margin-top:15px;
	padding: 5px 26px;
	display:inline-block;
	text-align:center;
	font-size:18px;
	border-radius:2px;
}

.client_box {
	margin-top:15px;
	padding-left: 15px;
	border:1px solid #dedede;
	height: 136px;
}

.client_box .title {
  height: 36px;
  padding-top: 10px;
  width: 260px;
}

.client_box .title span {
  color: #ff3300;
  padding-left: 6px;
}
.client_box .s_photo {
  border: 1px solid #ccc;
  float: left;
  height: 90px;
  width: 90px;
}
.client_box .s_info {
  float: left;
  padding-left: 10px;
}

.client_box .s_photo img {
  border: 3px solid #fff;
  height: 84px;
  width: 84px;
}

.client_box .s_info .userid_xh {
  height: 30px;
  line-height: 18px;
}

.seller-box {
  border:1px solid #dedede;
  margin-top:15px;
  height: 282px;
  line-height:32px;
  padding:10px 0 0 16px;
}

.seller-box .lic-step {
	width:40px;
	float:left;
}
.seller-box .lic-step span {
	display:block;
	font-size:18px;
	border:2px solid #dedede;
	border-radius:50%;
	width:35px;
	height:35px;
	vertical-align:top;
	text-align:center;
	margin-bottom:10px;
	position:relative;
}

.seller-box .lic-step span i{
	position:absolute;
	width:2px;
	height:12px;
	background: #dedede;
	color:#dedede;
	left:15.5px;
	top:-12px;
}
.seller-box .lic-step span em{
	color:#999;
}
.seller-box .lic-step2 {
	float:left;
	padding:0 3px;
	margin-bottom:6px;
}
.seller-box .lic-step2 p{
	padding:0 3px;
	margin-bottom:10px;
	height:35px;
	line-height:35px;
}

.task-right-warp  .block-cart {
	margin-top:20px;
	border:1px solid #dedede;
}

/*配音文稿页*/
.block-new{
  border: 1px solid #f3f3f3;
  padding: 0;
}

.block-new .block-title {
   border-bottom: 1px solid #e6e6e6;
    height: 54px;
    overflow: visible;
    position: relative;
}
.block-new  .block-title h3 {
  border-bottom: 2px solid #f60;
  color: #424242;
  font-size: 18px;
  font-weight: normal;
  height: 53.5px;
  line-height: 53.5px;
  text-align: center;
  left: 15px;
  color: #444;
  position: absolute;
  top: 0;
  width: auto;
}

.block-new   .block-new-list {
  margin: 0 10px;
}

.block-new   .block-new-list li {
  border-bottom: 1px dotted #e6e6e6;
  height: 44px;
  line-height: 44px;
}
.block-new   .block-new-list li a {
  background: rgba(0, 0, 0, 0) url("../images/icon-dot.png") no-repeat scroll 0 50%;
  color: #434343;
  display: block;
  font-size: 14px;
  padding: 0 10px 0 15px;
  transition: all 0.5s ease 0s;
  position: relative;
}

.block-new   .block-new-list li a .date {
  color: #ccc;
  font-size: 12px;
  float: right;
  margin: 0;
}

.block-new   .block-new-list li a:hover{
  color: #f60;
}

.news-detail {
  	border: 1px dotted #ddd;
 	padding: 30px 20px;
}
.news-detail  dl {
 	padding-bottom:20px;
}
.news-detail  dt {
  border-bottom: 1px dotted #ddd;
  color: #434343;
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 400;
}

.news-detail  dt h1 {
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 20px;
}

.news-detail  dt .meta {
  color: #949494;
}

.news-detail  dt .meta span {
  color: #ccc;
  margin: 0 10px;
}

.news-detail  dd {
  color: #434343;
  font-size: 16px;
  line-height: 28px;
}

.news-detail .pagenav {
  border-top: 1px dotted #ddd;
  color: #434343;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 30px;
}
.news-detail .pagenav p {
  padding-bottom: 20px;
}
.news-detail .pagenav p a {
  color: #009e96;
}

/*背景音乐*/
.music-list {
	padding: 10px 0;
	display: block;
	overflow: hidden;
}

.music-list ul li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #f6f6f6;
	height: 46px;
  line-height: 46px;
  position: relative;
}

.music-list ul li.music-title{
  background-color: #fbfbfb;
  color: #4d4d4d;
  font-weight: normal;

} 


.music-list ul li .num{
  color: #a2a2a2;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  float:left;
}
.music-list ul li .action-btn{
  color: #a2a2a2;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  float:right;
  position: absolute;
  right: 0;
  top: 0;
}

.music-list ul li .play-name {
 	width:auto; 
 	margin-left:70px; 
 	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	text-align: left;
  	padding-right: 80px;
}

.music-list ul li .action-btn a{
	font-size: 22px;
	color: #a2a2a2;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
}

.sound-title{
	display: block;
	overflow: hidden;
	background-color: #f0f0f0;
	line-height: 20px;
    padding: 10px;
	border-bottom: 1px solid #ddd;
    border-top: 0 solid #ddd;
    color: #333;
	
}


.sound-title p {
	width:50%;
	position:relative;	
}

.sound-title strong {
    display: block;
    float: left;
    font-weight: 100;
    width:70%;
	padding-left:20px;
}


.sound-title .title {
    display: block;
    float: left;
    text-align: left;
	width:30%;
	padding-right:40px;
}

.sound-title span {
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 0;
}

.sound-index ul li {
	width:50%;
	float:left;
}


.sound-index .play-name{
	width:70%;
	padding-right:5px;
	float:left;
}
.sound-index .play-name input{
	display:inline-block;
	margin-right:10px;
}

.sound-index .play-name a{
	display:inline-block;
}
.sound-index .user{
	width:30%;
	float:left;
	padding-right:40px;
}

.sound-btns{
	position:relative;
	height:2px;
	margin:30px 0;
	border-bottom: 1px solid #ccc;
}


.buttons-select {
	text-align:center;
	margin:5px auto;
	width:160px;
	position:absolute;
	margin-left:-80px;
	top:-28px;
	left:50%;
	background:#fff;
	z-index:99;
}


.buttons-select em{
	font-size:18px;
	vertical-align:top;
	margin-right:5px;
}

.music-main {
	
}


.m-title h2 {
	font-size:22px;
    font-weight: bold;
	margin:10px 0;
}

.music-info  b {
  display: block;
  font-size: 18px;
  height: 40px;
  color:#333;
}

.music-info ul {
  clear: both;
  height: 90px;
  width: 520px;
  margin:0;
}

.music-info ul li {
  color: #666;
  float: left;
  height: 26px;
  width: 220px;
}
.sc_info_open ul li span, .sc_info_open ul li a {
  float: left;
}
/*视频*/

.block-cart  .cate-item {
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  overflow: hidden;
}

.block-cart .cate-item li {
  border-left: 3px solid #fff;
  height: 60px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}

.block-cart  .cate-item li.active {
  border-left-color: #f97406 ;
}

.block-cart .cate-item li a {
  border-top: 1px solid #eee;
  color: #000;
  display: block;
  font-size: 16px;
  height: 40px;
  margin: 0 20px;
  padding-left: 10px;
  padding-top: 20px;
  position: relative;
}

.block-cart .cate-item li a span {
  color: #b0b0b0;
  font-size: 12px;
  padding-left: 10px;
}

.block-cart .cate-item li a .fa {
	position: absolute;
  	right: 10px;
  	top: 23px;
  	font-size: 20px;
  	color: #b0b0b0;
  	font-weight: 200;
}

.video-wrap {
  border: 1px solid #f3f3f3;
  padding: 10px 15px 18px;
}
.video-wrap .location {
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  position: relative;
}

.video-wrap .location .order {
	position: absolute;
  right: 0;
  top: 0;
}
.video-wrap .location .order a {
  border-bottom: 2px solid #fff;
  color: #000;
  display: inline-block;
  height: 53px;
  padding: 0 15px;
}

.video .location .order a.active {
  border-bottom-color: #f97406;
  color: #f97406;
}

.video-wrap .video-list{
	padding: 0 10px;
	margin-top: 20px;
}
.video-list li {
	padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.video-list li .image{
	width: 100%;
	height: 160px;
 	overflow:hidden;
 	position: relative;	
}

.video-item{
	position: relative;	
	-webkit-transition:0.5s; 
	-moz-transition:0.5s; 
	-ms-transition:0.5s; 
	transition:0.5s;
}

.video-list li .image img{
	width:100%; 
	height:100%;
	overflow: hidden;
	-webkit-transition:0.5s; 
	-moz-transition:0.5s; 
	-ms-transition:0.5s; 
	transition:0.5s;
}
.video-list li .image .name, 
.video-list li .image  .play,
.video-hot-list li .name{
	-webkit-transition:0.5s; 
	-moz-transition:0.5s; 
	-ms-transition:0.5s;
	 transition:0.5s;
}

.video-list li .image .name, .video-list li .image  .play{
	position: absolute;
	left:0; 
	bottom: -35px;
	width:100%; 
	height:35px; 
	line-height:35px; 
	background:rgba(0,0,0,.6);
}

.video-list li .image .play {
	width:35px; 
	height: 35px;
	top: -35px;
	left: 50%;
	margin-left: -17.5px;
	background:rgba(255,255,255,.8);
	border-radius: 50%;
}

.video-list li .image .play i {
	color: #f97406;
	margin: 9px 0 0 13px;
	font-size: 18px;
}

.video-list li .image .name a{
	font-size:14px;
	color:#fff; 
	padding:0 10px;
}

.video-list li:hover .name{
	bottom: 0;
}

.video-list li:hover .play{
	top: 52px;
}

.video-list li .image:hover .cover .intro{
	opacity:1; 
	-webkit-transform:none;
	 -moz-transform:none; 
	 -ms-transform:none; 
	 transform:none;
}
.video-list li .infos{color:#868b8e; padding:10px; background-color:#fcfcfc; line-height:1.8; font-size:13px;}
.video-list li .meta{height:44px; background-color:#f4f4f4;position: relative;}
.video-list li .meta .user{padding:9px 0 0 14px; position: relative;}
.video-list li .meta .user .image{width:25px; height:25px;}
.video-list li .meta .user .image img{width:25px; height:25px; border-radius:50%;}
.video-list li .meta .user .image:hover img{-webkit-transform:none; -moz-transform:none; -ms-transform:none; transform:none;}
.video-list li .meta .user .name{font-size:14px; position:absolute; top:12px; left:47px;}
.video-list li .meta .user .name a:hover{text-decoration:underline;}
.video-list li .meta .like{position:absolute; top:12px; right:10px;}
.video-list li .meta .like .icon{vertical-align:middle; margin-right:6px;}
.video-list li:hover .video-item{box-shadow:0 0 5px 2px rgba(201, 214, 225, 0.69);}

.video-hot-list li {
	float: left;
	width: 178px;
	margin: 0 2px;
	height: 130px;
	
}
.video-hot-list li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.video-hot-list li img {
	width: 100%;
	height: 130px;
}

.video-hot-list li .name{
	height: 26px;
	line-height: 26px;
	width: 100%;
	background: rgba(0,0,0,.6);
	color: #fff;
	position: absolute;
	bottom: -26px;
	left:0;
	margin: 0;
	padding-left: 10px;
}

.video-hot-list li:hover .name{
	bottom: 0;
}

/*排行*/
.pricing {
  border: 3px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3 {
  background: #e84d1c none repeat scroll 0 0;
  border-bottom: medium none;
  color: #fafafa;
  font-size: 27px;
  font-weight: 300;
  padding: 12px 0;
}
.pricing-head h4 {
  background: #fbfef2 none repeat scroll 0 0;
  border-bottom: 1px solid #f5f9e7;
  color: #bac39f;
  font-size: 54px;
  font-weight: 300;
  padding: 5px 0;
}

.pricing .list-unstyled {
  margin-bottom: 20px;
}
.pricing-content li {
  border-bottom: 1px solid #f5f9e7;
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  margin-bottom:3px;
}
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  padding: 0 20px 19px;
  text-align: center;
}

/*新闻资讯*/
.news  .thumb {
  border-bottom: 1px dashed #d5d5d5;
  padding: 20px 0;
  width: 100%;
}
.news  .thumb .thumb-image {
  float: left;
  height: 140px;
  margin-right: 30px;
  width: 188px;
}
.thumb-image img {
  background-color: #eee;
  display: block;
  height: 100%;
  width: 100%;
}

.news .thumb .thumb-option {
  float: left;
  width: 484px;
}

.news .thumb .thumb-option .thumb-title a {
  color: #3181b5;
  display: block;
  font-size: 18px;
  font-weight: normal;
  height: 20px;
  overflow: hidden;
}

.news  .thumb .thumb-option p {
  color: #666;
  font-size: 14px;
  height: 75px;
  line-height: 25px;
  margin-top: 10px;
  overflow: hidden;
}

.news .thumb .thumb-option .thumb-content {
  color: #999;
  height: 18px;
  line-height: 18px;
  padding-top: 15px;
}

.news .thumb .thumb-option .thumb-content .num {
  float: right;
  padding-left: 21px;
}

.pricing-active {
  border: 3px solid #e84d1c;
  box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}


/*排行榜*/
.rank-wrap{
	display: block;
	background-color: #f4f4f4;
}
.rank-content {
	display: block;
	overflow: hidden;
  	background-color: #fcfcfc;
  	border: 1px solid #f1f1f1;

}
.rank-left  {
	border-right: 1px solid #f1f1f1;
	margin-top:15px;
}

.rank-right  .list, .rank-right  .front{
	display: block;
	overflow: hidden;
}

.rank-left li {
   
   	display: block;
	position: relative;
	height: 56px;
  	line-height: 56px;
	width: 100%;
	overflow:hidden;
}



.rank-left li a {
  display: block;
  font-size: 16px;
   height: 46px;
  line-height: 46px;
  text-align: center;
  width: 100%;
}

.rank-left li a.current {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  border-left: 3px solid #f60;
  border-top: 1px solid #f1f1f1;
  border-right: 0px solid #fff;
  color: #666;
  position: absolute;
  right: -1px;
  top: 0;
}
.rank-right {
	padding: 15px 0;
	display: block;
	overflow: hidden;
}

.rank-right .front li {
  border: 1px solid #f1f1f1;
  margin-right: 2%;
  width: 23%;
  float: left;
}

.rank-right .front li .image {
  height: 168px;
  margin: 13px;
  overflow: hidden;
  width: 168px;
}
.rank-right .front li .image img{
  width: 100%;
  height: 100%;
}

.rank-right .front li .name {
  font-size: 16px;
  padding: 0 0 13px;
  text-align: center;
}

.rank-right  .front li .meta {
  background-color: #fdfdfd;
  border-top: 1px solid #f1f1f1;
  text-align: center;
}
.rank-right .front li .meta .rq {
  color: #a3a3a3;
  float: left;
  width: 96px;
  margin: 10px 0;
}

.rank-right .front li .meta .jm {
  border-left: 1px solid #e5e5e5;
  float: left;
  margin: 10px 0;
  width: 95px;
}


.rank-right  .list li {
  background-color: #f9f9f9;
  height: 45px;
  margin: 0 10px 10px 0;
  width: 270px;
  position: relative;
  float: left;
}

.rank-right .list li .index {
  background-color: #ededed;
  color: #9e9e9e;
  font-size: 24px;
  height: 45px;
  left: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 56px;
}

.rank-right .list li .cont {
  /*margin-left: 66px;*/
  padding-top: 3px;
  position: relative;
}
.rank-right .list li .cont .image {
  height: 40px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 3px;
  width: 40px;
}
.rank-right .list li .cont .image img {
  height: 40px;
}
.rank-right .list li .cont .text {
  margin-left: 50px;
}

.rank-right .list li .cont .text .name {
  font-size: 14px;
}

.rank-right .list li .cont .text .meta {
  color: #e5e5e5;
  padding-top: 3px;
}

.rank-right .list li .cont .text .meta .mr-10, .rank-right .list li .cont .text .meta .ml-10{
  color: #a3a3a3;
}

/*语音合成*/

.tts-warp h2 {
	color: #313131;
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
}
.tts-warp .tts-box{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  min-height: 417px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  /*margin: 0 auto;*/
  /*width: 682px;*/
}

.tts-inner {
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.tts-warp .tts-box .input {
  float: left;
  width: 58%; 
  position: relative;
  margin: 0 2%;
}
.tts-warp .tts-box .music {
  float: left;
  width: 36%;
  position: relative;
}
.tts-warp .tts-box .music .form-control{
	border-radius: 0;
	border: 1px solid #f0f0f0;
	box-shadow: none;
}

.tts-warp .tts-box .music .bg-music{
	height: 182px;
	overflow: hidden;
	overflow-y: auto;
	margin-top: 10px;
}

.music .bg-music li{
	display: block;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.bg-music  .check-music{
	display: inline-block;
	float: right;
	margin-right: 10px;
	height: 20px; 
	width: 20px;
	margin-top: 5px;
	background:url("../images/grey.png");
}


.bg-music  .active  .check-music{
	background-position: -40px 0;
}

.tts-warp .tts-box .music .input-group-btn .btn{
	border-radius: 0;
}

.tts-box  .input .speech-input {
  border: medium none;
  color: #626262;
  height: 210px;
  font-size: 14px;
  text-indent: 0;
  width: 100%;

}

.tts-box .input-number {
  color: #929292;
  float: left;
  font-size: 14px;
  margin-left: 40px;
  line-height: 30px;
}

.tts-box .tts-sp {
  float: left;
  height: 33px;
  width: 100%;
  position: relative;
}

.tts-sp .tts-iline {
	border-top:1px solid #ccc;
	width: 100%;
	display: block;
	position: absolute;
	top:16px;
	left: 0;
}

.tts-sp .tts-iline-tip{
	position: absolute;
	height: 29px;
	border:2px solid #ccc;
	border-radius: 15px;
	width: 160px;
	line-height: 29px;
	text-align: center;
	background-color: #fff;
	top: 0;
	left: 50%;
	margin-left: -80px;
}

.tts-box .config {
  float: left;
  width: 100%;
  position: relative;
}


.tts-box .config .config-select {
  float: left;
  margin-top: 15px;
  width: 380px;
  font-size: 14px;
  color: #888;
}

.tts-box .config .config-sex span {
  border: 2px solid #dcdcdc;
  border-radius: 17px;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  height: 30px;
  line-height: 27px;
  margin-left: 10px;
  text-align: center;
  width: 30px;
}

.tts-box .config .config-sex span.item-active {
  border-color: #0362ff;
  box-shadow: 0 2px 6px 0 #0362ff;
}

.tts-box .config .config-speed,
.tts-box .config .config-vcn {
  float: left;
 margin-top: 10px;
  width: 100%;
    height: 30px;
    line-height: 30px;
}

.tts-box .config .config-speed .speed-box,
.tts-box .config .config-speed .vol-box {
  color: #7c7c7c;
  float: left;
  text-align: center;
  width: 50%;
}

.tts-box .config select{
 	background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    height: 28px;
    line-height: 18px;
    padding: 0 10px;
    border-radius: 4px;
}

.tts-box .config .tts-action {
  float: left;
  height: 135px;
  width: 260px;
  margin-top: 10px;
}

.tts-box .config  .tts-action .tts-action-tip{
    line-height: 30px;
}
.tts-box .config .tts-action .playbtn {
  background: rgba(0, 0, 0, 0) url("../images/control.png") no-repeat scroll 4px center;
  cursor: pointer;
  display: block;
  height: 79px;
  margin: 5px auto 0;
  width: 79px;
}
.tts-box .config .tts-action .play{
	position: relative;
}

.tts-box .config .tts-loading{
	position: absolute;
	top: 0;
	margin-left: -38px;
	left:  50%;
	z-index: 999;
	height: 66px;
	width: 66px;
	padding: 6px;
	background-color: #fff;
	margin-top: 5px;
	display: none;
}

.tts-box .vcn-ts,
.tts-box .vcn-fy,
.tts-box .vcn-wy{
	display: none;
}

/* iCheck plugin Minimal skin, black
        ----------------------------------- */
.check {
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0px;
  cursor: pointer;
}
.check .icheckbox_minimal-grey,
.check .iradio_minimal-grey {
  margin-right: 5px;
  margin-top: -2px;
}
.check.disabled {
  color: #AAA;
}
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../images/grey.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-grey {
  background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-grey {
  background-position: -100px 0;
}
.iradio_minimal-grey.hover {
  background-position: -120px 0;
}
.iradio_minimal-grey.checked {
  background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}

/*帮助中心*/	
.accordion-faq .panel {
	border-radius: 0;
	box-shadow: none;
}
.accordion-faq .panel .panel-heading {
		background: #333 none repeat scroll 0 0;
		border-radius: 0 !important;
		color: #fff;
		padding: 0;
}
.accordion-faq .panel-heading a {
	  background: #f8f8f8 none repeat scroll 0 0;
	  border-radius: 0;
	  border-right: 36px solid #f97406;
	  color: #333;
	  display: block;
	  font-weight: bold;
	  min-height: 36px;
	  padding: 5px 5px 7px 15px;
	  position: relative;
}	

.accordion-faq .arrow-down, .accordion-faq .arrow-up {
  color: #fff;
  display: block;
  font-size: 20px;
  height: 20px;
  margin-top: -16px;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 20px;
}

.accordion-faq .collapsed .arrow-down {
    display: block;
}
.accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
    display: none;
}

.accordion-faq .panel-body {
	border-top: 0!important;
	padding: 15px;
	background: #fff;
	border: 1px #eee solid;
	border-top: none;
}
.accordion-faq .panel-body p {
	margin-top:5px;
	line-height:22px;
}
	
/*关于我们*/

.block-about {
  border: 1px solid #f3f3f3;
  padding: 10px 0px;
  display: block;
  overflow: hidden;
}

.block-about .block-title{
	padding: 5px 0 10px 0;
	text-align: center;
}

.block-about .block-content li {
  border-top: 1px solid #eee;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  width: 100%;
  text-align: center;

}

.block-about .block-content li a{
  margin-right: 10px;
}

.block-about .block-content ul li.active::before, 
.block-about .block-content ul li.active a,
.block-about .block-content ul li.active .fa{
  color: #f97406;
}
/*登录页面样式*/
.account-login {
	margin-bottom: 15px;
	padding: 25px 20px;
	margin-top: 10px;
}
.account-login .page-title h2 {
	font-size: 22px;

}
 .form-list .input-text {
	background: #fff;
	border:1px solid #ddd;
	width: 80%;
	margin-top: 5px;
	outline: none;
}


.form-list input.input-sm {
	width: 38%;
	height:42px;
	border-radius:0;
	margin-right:2%;
	float:left;
}

.account-login .form-list .input-img {
	margin-top: 5px;
	width: 40%;
	height:42px;
	border-radius:0;
	float:left;
}
.account-login .form-list .input-img  img{
	width: 100%;
	height:100%;
}
.verify-inner {
	display:block;
	overflow:hidden;
}

.account-login .col2-set .col-1 {
	text-align: left;
	width: 80%;
	min-height: 362px;
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	padding: 25px;
	margin:0 auto;
	
}

.account-login strong {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
	display:block;
	border-bottom: 1px solid #ddd;
	padding-bottom:10px;
	text-transform: uppercase
	
}
.account-login .content {
	margin-top: 8px;
	padding-top: 12px;
	float:left;
	width: 60%;
	border-right: 1px solid #eaeaea;
}
.account-login .social-content {
	margin-top: 8px;
	padding-top: 12px;
	width: 38%;
	float:left;
	text-align:center;
}

.account-login .social-content span{
	display:block;
	margin: 12px 0;
	height:42px;
	overflow:hidden;
}
.account-login .social-content a{
	display:inline-block;
	overflow:hidden;
}

.account-login .content p.required {
	font-size: 12px;
	padding:10px ;
}
.account-login .content .form-list label {
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}
.required {
	color: #ff0000;
}
.static-contain {
	margin: 0px auto 10px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 1px 1px #D8DADB;

	overflow: hidden;
}
/*	14. To Top */
#toTop {
	color: #fff;
	text-align: center;
	bottom: 65px;
	display: none;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	width: 50px;
	background: url(../images/to-top-arrow.png) no-repeat center;
	background-color: #222;
	text-transform: uppercase;
	z-index: 1000;
}
#toTop:hover {
	color: #fff;
	background-color: #000;
}


/*页脚*/
footer{
	background:  #2f2f2f;		
	color:#fff;
	display:block;
}
footer a, footer p {
    color: #bebebe;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
}
footer .inner {
    margin: auto auto 10px;
    overflow: hidden;
	background:  #2f2f2f;		
	
    padding: 15px 0 10px;
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin: 0 0 20px;
    text-align: left;
}

footer h4 {
	padding: 0 0 10px;
	font-size: 13px;
	margin: 0;
	color: #BEBEBE;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase
}
footer h4.green {
	border-bottom: 2px solid #98d070;
	margin-bottom: 10px;
}
footer h4.yellow {
	border-bottom: 2px solid #fadf46;
	margin-bottom: 10px;
}
footer h4.orange {
	border-bottom: 2px solid #fbaf70;
	margin-bottom: 10px;
}
footer h4.blue {
	border-bottom: 2px solid #6dced7;
	margin-bottom: 10px;
}
	.footer-middle ul.links {
		margin: auto;
		padding: 0px;
	}
	.footer-middle .links li {
		list-style: none;
		padding: 5px 0px;
	}
	.footer-middle .links li a {
		color: #bebebe;
		transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	}
	.footer-middle .links li a:hover {
		color: #f97406;
		text-decoration: none;
	}
	.footer-middle .links li a:before {
		content: "\f105";
		font-family: FontAwesome;
		font-size: 13px;
		display: inline-block;
		cursor: pointer;
		line-height: 20px;
		color: #bebebe;
		margin-right: 5px;
	}
	.add-icon:before {
		content: "\f041";
		font-family: FontAwesome;
		font-size: 15px;
		color: #bebebe;
		height: 35px;
		width: 35px;
		line-height: 32px;
		display: inline-block;
		float: left;
		font-style: normal;
		text-align: center;
		margin-right: 10px;
		border-radius: 30px;
		border: 2px #aaa solid;
		border-radius: 25px
	}
	.email-icon:before {
		content: "\f0e0";
		font-family: FontAwesome;
		font-size: 14px;
		color: #bebebe;
		height: 35px;
		width: 35px;
		margin-right: 5px;
		line-height: 32px;
		display: inline-block;
		float: left;
		font-style: normal;
		text-align: center;
		margin-right: 10px;
		border: 2px #aaa solid;
		border-radius: 25px
	}
	.phone-icon:before {
		content: "\f095";
		font-family: FontAwesome;
		font-size: 15px;
		color: #bebebe;
		height: 35px;
		width: 35px;
		margin-right: 5px;
		line-height: 32px;
		display: inline-block;
		float: left;
		font-style: normal;
		text-align: center;
		margin-right: 10px;
		border: 2px #aaa solid;
		border-radius: 25px
	}
	.email-footer , .phone-footer {
		overflow: hidden;
		font-size: 12px;
		line-height: 35px;
		color: #ccc;
		margin-bottom: 10px;
		margin-top: 12px;
	}
	.coppyright {
		color: #ccc;
	}
	.footer-bottom .company-links ul {
		padding: 0px;
	}
	.footer-bottom .company-links li {
    display: inline-block;
    float: right;
    list-style: outside none none;
    margin-left: 20px;
    padding: 0 0 10px;
}

.footer-bottom {
	background: none repeat scroll 0 0 #111;
	display: inline-block;
	margin: auto auto -16px;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
	font-size: 12px;
}
.footer-bottom a {
	color: #aaa;
	font-size: 12px;
}
.footer-bottom a:hover {
	text-decoration: none;
	color: #f97406;
}

/*在线客服*/
	.help_slider {
		background: #f97406;
		height: 150px;
		margin-top: -80px;
		position: fixed;
		left: 0px;
		top: 45%;
		width: 40px;
		z-index: 14;
	}
	.help_slider .icons {
		font-size: 22px;
		left: 8px;
		position: absolute;
		top: 28px;
	}
	.help_slider .icons a {
		display: block;
		margin-bottom: 10px;
	}
	.help_slider .icons a {
		color: #FFFFFF;
		display: block;
		line-height: 1em;
		text-decoration: none;
	}
	.help_slider .text {
		display: none;
		color: #fff;
		font-size: 17px;
		font-weight: normal;
		left: -18px;
		position: absolute;
		top: 63px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}
	.right-side-content {
		background: #fff;
		padding: 22px 40px 20px 20px;
		position: fixed;
		top: 45%;
		left: 0;
		margin-top: -108px;
		z-index: 11;
		/* padding-left: 85px; */
		box-shadow: 0 0 20px -5px;
		border-left: 72px #f97406 solid;
	}
	.right-side-content>div.active {
	}
	.right-side-content .slider-chat, 
	.right-side-content .slider-phone,
	.right-side-content .slider-email {
		width: 212px
	}
	.right-side-content h2 {
		font-size: 22px;
		font-weight: normal;
		color: #000;
		text-transform: uppercase;
	}
	.right-side-content h3 {
		font-size: 14px;
	}
	.right-side-content p.textcenter {
		font-size: 12px;
		margin: 10px 0;
		margin-bottom: 0px
	}
	.right-side-content .phone-number {
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 0.5px;
	}

	.right-side-content .slider-close {
		cursor: pointer;
		height: 56px;
		right: 12px;
		position: absolute;
		top: 15px;
		width: 56px;
		z-index: 8040;
	}
	.right-side-content .slider-close {
		background: url("../images/close-icon.png") no-repeat scroll center top transparent;
	}
	
/*分页样式*/	
.pager {
    padding: 15px 25px;	
}

.pager span , .pager a {
	display:inline-block;
	text-align:right;
	border: 1px solid #f3f3f3;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
	margin-left:5px;
}	

.pager a:hover, .page .current { 
	background-color: #f97406;
    border: 1px solid #f97406;
    color: #fff;
	text-decoration:none;
    z-index: 2;
}

	
/*popup*/
.popup {
  height:100%;
  width: 100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 104;
  display: none;
}

.popup1 {  
  margin: 0 auto;
  width: 100%;
  z-index: 101;
}

.popup-box {
  background: #fff;
  border: 4px solid #f97406;
  border-radius: 0;
  left: 50%;
  margin: 100px auto;
  min-height: 150px;
  min-width: 400px;
  padding: 10px;
  position: absolute;
  top: 50%;
  z-index: 103;
}
#overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#close-popup {
	font-family: Helvetica;
  position: absolute;
  right: -28px;
  top: -28px;
  z-index: 10000;
  width:28px;
  height:28px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-family: 700;
  text-align: center;
  line-height:28px;
}
/*tip message start*/
.tip_message{

	position:absolute;
	font-family:Arial,Simsun,"Arial Unicode MS",Mingliu,Helvetica;
	font-size:14px;

}
.tip_message .tip_message_content{
	position:relative; 
	background-color:#fff;
	border:1px solid #dedede;
	box-shadow: 0 0 3px #dedede;
	border-radius:2px;
	border-top: 2px solid  #f97406;
}
.tip_message .tip_message_title {
	background-color:#f7f7f7;
  border-bottom: 1px solid #f2f2f5;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  padding: 0 0 0 16px;
  vertical-align: middle;
}
.tip_message  .tip_message_close {
  font-size: 18px;
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 2;
  font-size: 28px;
  font-family: Helvetica,STHeiti;
}

.tip_message  .tip_message_close:hover {
  color:#dd5862;
  text-decoration:none;
}
.tip_message  .tip_content{
	min-width: 180px;
	max-width: 670px;
    padding: 15px 20px;
	word-break:keep-all;
	white-space:nowrap;
	font-size:14px;
}

.tip_message .message_icon{
	display:block;
	overflow:hidden;
	text-align:center;
}
.tip_message .message_icon span{
	display: inline-block;
	height: 42px;
    width: 38px;
}

.tip_message .tip_ico_succ,
.tip_message .tip_ico_warn,
.tip_message .tip_ico_fail,
.tip_message .tip_ico_hits{
	background-image:url(../images/tip_message.png);
}

.tip_message .tip_ico_succ{
	background-position:-36px 0;
	background-repeat:no-repeat;
}
.tip_message .tip_ico_fail{
	background-position:-36px -150px;
	background-repeat:no-repeat;
}
.tip_message .tip_ico_warn{
	background-position:-36px -100px;
	background-repeat:no-repeat;
}
.tip_message .tip_ico_ask{
	background-position:-36px -50px;
	background-repeat:no-repeat;
}
.tip_message .message_content {
  line-height: 18px;
  padding-top: 8px;
  word-wrap: break-word;
  text-align:center;
}
/*播放器*/
.m_player{
	width:443px;
	height:105px;
	position:fixed;
	_position:absolute;
	bottom:50px;
	left:-541px;
	box-shadow:3px 3px 6px RGBA(0,0,0,.42);
	border-radius:2px;
	z-index:20;
	left:0
}
.m_player .folded_bt{cursor: pointer; background:url(../img/player_bg.png?d=20150305173439) no-repeat 0 0;display:block;width:22px;height:105px;border:0;position:absolute;top:0;right:0}
.m_player_folded .folded_bt{background:url(../img/player_bg.png?d=20150305173439) no-repeat -23px 0}
.m_player_playing .folded_bt{background:url(../img/player_bg.png?d=20150305173439) no-repeat -46px 0;-webkit-animation-name:playing_button;-webkit-animation-duration:2.8s;-webkit-animation-timing-function:ease;-webkit-animation-delay:.6s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate}
@-webkit-keyframes playing_button{from{opacity:1}
    to{opacity:.5}}
.m_player .folded_bt span{display:none}
.m_player_dock{background-color:#000;width:421px;height:105px}
.m_player .music_info{height:101px; padding-left:20px}
.m_player .music_info_main{font-family:tahoma;float:left}
.m_player .music_info p{margin:5px 0}
.m_player .music_info .music_name{color:#FFF;height:20px;width:300px;overflow:hidden;word-break:keep-all;word-wrap:keep-all;white-space:nowrap;table-layout:fixed;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.m_player .music_info .music_name span{float:left;max-width:210px;overflow:hidden;word-break:keep-all;word-wrap:keep-all;white-space:nowrap;table-layout:fixed;-o-text-overflow:ellipsis;text-overflow:ellipsis;_float:none}
.m_player .music_info .music_name .icon_radio{float:left;_float:none;*display:inline;_zoom:1;width:75px;height:20px;margin:0 0 0 10px;background:url(../img/player_bg.png?d=20150305173439) no-repeat -453px -55px;text-indent:-9999em;overflow:hidden;vertical-align:middle}
.m_player .music_info .singer_name{color:#828282;display:block;width:120px;height:20px;overflow:hidden;word-break:keep-all;word-wrap:keep-all;white-space:nowrap;table-layout:fixed;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.m_player .music_info .play_date{
	color:#595959;
	height:20px
}
.m_player .music_info .play_date p{
	display:inline-block;
	margin-right:5px;
}

.m_player .bar_op{position:absolute;left:128px;top:43px;width:280px}
.m_player .bar_op strong{background:url(../img/player_bg.png?d=20150305173439) no-repeat;display:block;vertical-align:top;width:36px;height:28px;float:left;margin-top:7px;margin-left:3px;border:0;cursor:pointer}
.m_player .bar_op strong span,.m_player .playbar_cp_select strong span{display:none}
.m_player .bar_op .play_bt,.m_player .bar_op .pause_bt{width:42px;height:42px;margin-top:0}
.m_player .bar_op .play_bt{background-position:-105px 0}
.m_player .bar_op .play_bt:hover{background-position:-105px -42px}
.m_player .bar_op .pause_bt{background-position:-291px -88px}
.m_player .bar_op .pause_bt:hover{background-position:-333px -88px}
.m_player .bar_op .prev_bt{background-position:-69px 0}
.m_player .bar_op .prev_bt:hover{background-position:-69px -32px}
.m_player .bar_op .next_bt{background-position:-147px -0}
.m_player .bar_op .next_bt:hover{background-position:-147px -32px}
.m_player .bar_op .cycle_bt{background-position:-219px 0}
.m_player .bar_op .cycle_bt:hover{background-position:-219px -32px}
.m_player .bar_op .cycle_single_bt{background-position:-255px 0}
.m_player .bar_op .cycle_single_bt:hover{background-position:-255px -32px}
.m_player .bar_op .ordered_bt{background-position:-291px -32px}
.m_player .bar_op .ordered_bt:hover{background-position:-291px -60px}
.m_player .bar_op .unordered_bt{background-position:-327px -32px}
.m_player .bar_op .unordered_bt:hover{background-position:-327px -60px}
.m_player .playbar_cp_select{display:none;background-color:#383838;width:32px;padding:5px 0;position:absolute;left:376px;_left:379px;bottom:35px;_bottom:34px;border-radius:3px;box-shadow:3px 3px 6px RGBA(0,0,0,.42);z-index:12}
.m_player .playbar_cp_select strong{background:url(../img/player_bg.png?d=20150305173439) no-repeat;display:block;width:32px;height:22px;cursor:pointer}
.m_player .playbar_cp_select .cycle_bt{background-position:-376px -44px}
.m_player .playbar_cp_select .cycle_bt:hover{background-position:-376px -66px}
.m_player .playbar_cp_select .cycle_single_bt{background-position:-376px 0}
.m_player .playbar_cp_select .cycle_single_bt:hover{background-position:-376px -22px}
.m_player .playbar_cp_select .ordered_bt{background-position:-408px 0}
.m_player .playbar_cp_select .ordered_bt:hover{background-position:-408px -22px}
.m_player .playbar_cp_select .unordered_bt{background-position:-408px -44px}
.m_player .playbar_cp_select .unordered_bt:hover{background-position:-408px -66px}
.m_player .active_tip{font-size:0;background:url(../img/player_bg.png?d=20150305173439) no-repeat -376px -89px;display:block;width:17px;height:20px;position:absolute;right:3px}
.m_player .volume{display:inline-block;width:100px;height:24px;float:left;margin-top:10px;margin-left:8px}
.m_player .volume .volume_icon,.m_player .volume .volume_mute{
	vertical-align:top;
	*vertical-align:top;
	display:inline-block;
	width:24px;
	height:24px;
	cursor:pointer
}
.m_player .volume .volume_icon{background:url(../img/player_bg.png?d=20150305173439) no-repeat -189px -3px}
.m_player .volume .volume_icon:hover{background-position:-189px -35px}
.m_player .volume .volume_mute{background:url(../img/player_bg.png?d=20150305173439) no-repeat -152px -63px}
.m_player .volume .volume_mute:hover{background-position:-189px -63px}
.m_player .volume .volume_regulate{
	font-size:0;
	background:#999;
	display:inline-block;
	width:71px;
	height:6px;
	position:relative;
	cursor:pointer;
	vertical-align:top;
	margin-top:9px;
	*top:3px;
	vertical-align:middle;
}
.m_player .volume .jp-volume-bar{
	width:100%;
	height:6px;
}
.m_player .volume .volume_bar{
	font-size:0;
	background:#f97406;
	display:inline-block;
	height:6px;
	position:absolute
}

.m_player .adjust_volume .volume_bar{background:url(../img/player_bg.png?d=20150305173439) no-repeat -291px -22px}

.m_player .player_bar{font-size:0;width:421px;height:4px;position:absolute;bottom:0;left:0}
.m_player .player_bg_bar{width:100%;background:#323232;font-size:0;height:4px;position:absolute;bottom:0;left:0;z-index:1;cursor:pointer}
.m_player .play_current_bar{position:absolute;
	background:#f97406;
	font-size:0;
	display:block;
	height:4px;
	z-index:3;
	cursor:pointer
}

.time_show{width:50px;height:24px;position:absolute;z-index:3}
.time_show p{height:17px;line-height:17px;color:#fff;border:solid 1px #666;background:#2f2f2f;-webkit-text-size-adjust:none;font-size:10px;text-align:center;font-family:Arial,Helvetica}
.time_show .icon_arrow_foot{display:block;width:13px;height:7px;position:relative;top:-1px;overflow:hidden;left:17px}
.time_show .icon_arrow_foot .foot_border{width:0;height:0;overflow:hidden;font-size:0;display:inline-block;border-width:7px;border-color:#666 transparent transparent transparent;border-style:solid dashed dashed dashed;position:absolute;top:-1px}
.time_show .icon_arrow_foot .foot_arrow{width:0;height:0;overflow:hidden;font-size:0;display:inline-block;border-width:5px;border-color:#2f2f2f transparent transparent transparent;border-style:solid dashed dashed dashed;position:absolute;top:-1px;left:2px}
.m_player .open_list{
	background:url(../img/player_bg.png?d=20150305173439) no-repeat -222px -97px;
	display:inline-block;
	width:22px;
	height:28px;
	border:0;
	position:absolute;
	top:0;
	right:61px;
	cursor:pointer
}
.m_player .open_list span{color:#FFF;font-family:tahoma;font-size:11px;line-height:28px;display:inline-block;text-align:center;width:24px;height:28px;margin-left:23px}
.m_player .radio_list_button{width:20px;background:url(../img/player_bg.png?d=20150305173439) no-repeat -222px -97px;display:inline-block;height:28px;border:0;position:absolute;top:0;right:61px;cursor:pointer}
.m_player .radio_list_button span{display:none}
.m_player .play_list_frame{
	background-color:#1B1B1B;
	width:421px;
	height:407px;
	position:absolute;
	left:0;
	top:-407px;
	z-index:11;
	box-shadow:3px 3px 6px RGBA(0,0,0,.42);
}
.m_player .play_list_frame ul{list-style: none;}
.m_player .play_list_title{
	background-color:#000;
	height:42px;
	position:relative;
	z-index:2
}
.m_player .play_list_title h2{height:42px}
.m_player .play_list_title ul{*zoom:1}
.m_player .play_list_title ul::after{content:" ";display:block;height:0;font-size:0;overflow:hidden;clear:both}
.m_player .play_list_title ul li{
	float:left;
	border:0 none;
	position:relative;
	padding: 0
}
.m_player .play_list_title ul li a{
	float:left;
	color:#FFF;font-size:16px;
	height:42px;
	line-height:42px;
	padding:0 20px
}
.m_player .play_list_title ul li i{display:none}
.m_player .play_list_title ul .current a{background:#262626;text-decoration: none;}
.m_player .play_list_title ul .current i{
	display:block;
	width:15px;
	height:8px;
	background:url(../img/player_bg.png?d=20150305173439) no-repeat -504px -28px;
	position:absolute;
	left:50%;
	margin:0 0 0 -7px;
	top:42px
}
.m_player .close_play_list{
	background:url(../img/player_bg.png?d=20150305173439) no-repeat -154px -97px;
	display:inline-block;
	width:47px;
	height:28px;
	border:0;
	position:absolute;
	top:0;right:38px;
	cursor:pointer;
	display:none
}
.m_player .close_play_list span{color:#FFF;font-family:tahoma;font-size:11px;line-height:28px;display:inline-block;text-align:center;width:24px;height:28px;margin-left:23px}
.m_player .close_list{background:url(../img/player_bg.png?d=20150305173439) no-repeat -269px -97px;display:inline-block;width:20px;height:20px;position:absolute;top:3px;right:7px;cursor:pointer}
.m_player .play_list_scroll{width:15px;height:455px;position:absolute;top:53px;right:0;cursor:pointer}
.m_player .play_list_scrolling{background-color:#3B3B3B;width:9px;position:absolute;left:3px}
.m_player .play_list_scrolling:hover{background-color:#0cc65b}
.m_player .play_list{height:380px;overflow:hidden;position:relative;border-top:solid 1px #262626;z-index:1}
.m_player .play_list_point{color:#999;background-color:#1B1B1B;width:530px;height:150px;position:absolute;top:0;left:0;z-index:99}
.m_player .play_list_point div{background:url(../img/player_bg.png?d=20150305173439) no-repeat -757px 0;margin:20px 24px 0}
.m_player .play_list_point h4{font-size:14px;font-family:"Microsoft Yahei";margin:0 54px 26px;padding-top:13px}
.m_player .play_list_point p{line-height:18px}
.m_player .play_list_point p a{color:#0cc65b}
.m_player .play_list_main{
	width:380px;
	height:600px;
	position:absolute;
	left:0;
	z-index:100
}
.m_player  .single_list ul {
	width: 100%;
	height:350px;
	overflow:hidden;
	overflow-y:auto;
	padding-top:10px;
}
.m_player .single_list li{
	line-height:26px;
	margin:6px 0 5px;
	padding:3px 0;
	padding-left:20px;
	position:relative;
	border-top:solid 1px #1B1B1B
}
.m_player .single_list li a{
	color:#f5f5f5	
}
.m_player .single_list li.jp-playlist-current{
	background-color:#f97406	
}

.m_player .single_list li.jp-playlist-current a{
	color:#fff	
}
.m_player .single_list li a.jp-playlist-item-remove {
	text-decoration:none;
	font-size:12px;
	border:1px solid #999;
	padding:0 3px;
	margin-right:10px;
}

.mod_tips{position:fixed;_position:absolute;padding:4px;z-index:2}
.mod_tips div{padding:4px 30px 4px 7px;background:#fffae3;border:solid 1px #eacaa5}
.mod_tips div h6{font-size:14px;font-weight:600;margin:0 0 4px}
.mod_tips div p{margin:0 0 4px}
.mod_tips div a{color:#0c8f44}
.mod_tips div a:hover{color:#05B600}
.mod_tips .close_tips{display:block;width:10px;height:10px;position:absolute;right:12px;top:12px;text-indent:-9999em;overflow:hidden;background:url(../img/icon_sprite.png?d=20150305173439) no-repeat -98px -109px}
.mod_tips i{display:block;width:9px;height:5px;position:absolute;font-size:0}
.mod_tips .icon_arrow_foot{left:17px;bottom:0;background:url(../img/icon_sprite.png?d=20150305173439) no-repeat -174px -128px}
.mod_tips .icon_arrow_top{left:17px;top:0;background:url(../img/icon_sprite.png?d=20150305173439) no-repeat -174px -124px}
.mod_tips .icon_arrow_left{width:5px;height:9px;left:0;top:13px;background:url(../img/icon_sprite.png?d=20150305173439) no-repeat -174px -124px}
.mod_tips .icon_arrow_right{width:5px;height:9px;right:0;top:13px;background:url(../img/icon_sprite.png?d=20150305173439) no-repeat -178px -124px}
.mini_version .play_list_frame{height:390px;top:-390px}
.mini_version .play_list,.mini_version .play_list_scroll{height:338px}
/*单页播放器面板容器*/

.work-play{
	width:462px;
	text-align:left;
	margin:10px 0 10px;
	height: 102px;
	/*box-shadow:0 0 2px 3px rgba(0,0,0,0.05);/*面板阴影*/
}
.work-play .player {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f97406;
  height: 105px;
  overflow: hidden;
  width: 100%;
}


.work-play .nplay_btn{ border:2px solid #fff; float:left; width:101px;}
.work-play .nplay_btn a{ display:block; width:101px; height:101px; text-indent:-9999px; overflow:hidden; background:url(../images/play_icon.png) no-repeat 0 0;}
.work-play .nplay_btn .jp-play:hover{display: none; background-position:-101px 0}
.work-play .nplay_btn .jp-pause{display:block; background-position:0 -101px;}
.work-play .nplay_btn .jp-pause:hover{display:block; background-position:-101px -101px;}

/*进度条 和错误提示*/
.work-play .player_top, .work-play .player_error{ float:left; width:356px; height:67px; border-bottom:1px solid #eaeaea; border-left:1px solid #eaeaea;}
.work-play .player_error p{ font-size:14px; padding:22px 0 0 22px;}
.work-play .player_error p a:link,.player_error a:visited{ text-decoration:underline;}
.work-play .player_down{ float:left; width:356px; height:37px; border-left:1px solid #eaeaea;}
.work-play .nplay_plan{ float:left; width:190px; height:7px; font-size:0; background:#e0e0e0; position:relative; cursor:pointer; margin:30px 0 0 10px; _display:inline;}
.work-play .nplay_buffered,.nplay_loading_time{ position:absolute; left:0; top:0; height:7px; background:#ccc;}
.work-play .nplay_loading_time{ background:#f97406;}

/*播放时间*/
.nplay_time{float:left; width:50px; margin:24px 0 0 10px;}

/*音量+音量条*/
.work-play .nplay_voice{float:left; overflow:hidden; zoom:1; margin:28px 0 0 0; width:78px;}
.work-play .nplay_voice a{float:left; border:0; text-indent:-9999px; background:url(../images/play_icon.png) no-repeat 0 0; width:11px; height:11px; cursor:pointer; overflow:hidden; padding:0; margin:0;}
.work-play .nplay_voice .jp-mute{display:block; background-position:0 -202px;}
.work-play .nplay_voice .jp-unmute{display: none; background-position:-11px -202px;}

.work-play .jp-volume-bar{float:left; position:relative; width:60px; height:5px; font-size:0; background:#e0e0e0; cursor:pointer; margin:3px 0 0 6px;}
.work-play .jp-volume-bar-value{position:absolute; width: 47px; left:0; top:0; height:5px; background:#f97406;}

/*连接*/
.player_down ul{ padding:12px 0 0 22px; overflow:hidden; zoom:1;}
.player_down ul li{color:#999; float:left; width:108px; line-height:14px; *line-height:16px; overflow:hidden; zoom:1;}
.player_down ul li a:link,.player_down ul li a:visited{ color:#999; zoom:1;}
.player_down ul li a:hover{ color:#79a13a; text-decoration:none;}
.player_down ul .player_icon4{width:70px;}
.player_down ul li .p_ic{ display:block; float:left; width:14px; height:14px; font-size:0; line-height:0; background:url(../images/play_icon.png) no-repeat -22px -202px; margin:1px 4px 0 0;}
.player_down ul .player_icon2 .p_ic{ background-position:-50px -202px;}
.player_down ul .player_icon3 .p_ic{ background-position:-78px -202px;}
.player_down ul .player_icon4 .p_ic{ background-position:-106px -202px;}
.player_down ul .player_icon5 .p_ic{ background-position:-134px -202px;}
.player_down ul .player_icon6 .p_ic{background:url(./images/bg.png) no-repeat -120px -80px;}

.player_down ul .player_icon1 a:hover .p_ic{ background-position:-36px -202px;}
.player_down ul .player_icon2 a:hover .p_ic{ background-position:-64px -202px;}
.player_down ul .player_icon3 a:hover .p_ic{ background-position:-92px -202px;}
.player_down ul .player_icon4 a:hover .p_ic{ background-position:-120px -202px;}
.player_down ul .player_icon5 a:hover .p_ic{ background-position:-148px -202px;}

.player_down ul .player_icon4{ _top:80px; _right:95px; _position:absolute;}
.player_down ul .player_icon5{ _top:80px; _right:0px; _position:absolute;}

/*.boxm{	
	border-width:1px 0;
	padding:10px 6px;
	overflow:hidden;
}

.boxm .boxml{
	float:left;
	padding-top:5px;
}

.work-play .jp-progress{
	display: block;
	width:100%;
	background-color: #c4e292;
	height: 4px;
}

.work-play .jp-seek-bar {
  background-color: #eda263;
  cursor: pointer;
  height: 4px;
  width: 0;
}

.work-play .jp-play-bar {
	height: 4px;	
	background: #e26701;
}

.work-play .work-play-meta {
	padding: 5px;
	display: block;
	overflow: hidden;
	border: 1px solid #f60;
	border-top:0;
	border-bottom: 0;
}

.work-play-meta .play-btns {
	height: 59px;
	width: 59px;
	float: left;
}

.work-play-meta .play-btn{
	display:inline-block;
	width:45px;
	height:45px;
	padding-top:5px;
	margin-left:0;
	border:none;
	border-radius:25px;
	text-align:center;
	font-size:0;
	cursor:pointer;
	border: 1px solid #f60;
}


.work-play-meta .play-btn:after{
	font-family:"FontAwesome";
	display:inline-block;
	width:35px;
	height:35px;
	border:none;
	border-radius:20px;
	font-size:16px;
	line-height:35px;
	text-align:center;
}

.work-play-meta .jp-play:after{content:"\f04b";color:#777;}
.work-play-meta .jp-stop:after{content:"\f04d";color:#cf6767;}

.work-play-meta .jp-pause:after{
	content:"\f04c";
	color:#777;
}

.work-play-meta .play-btn:hover:after{
	color:#f97406;
}

.work-play-meta .meta {
	float: left;
  	border-left: 1px solid #e1e5db;
  	color: #969992;
  	height: 59px;
  	padding-left: 14px;
}

.work-play-meta .meta .name {
  color: #6e6f6d;
  font-size: 14px;
  padding: 8px 0;
}
.work-play-foot {
	background-color: #f97406;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 100%;
}

.work-play-foot .timer {
	width: 50%;
	float: left;
}

*/

/*等级样式*/

div.user-level-gw {
    display: inline-block;
    height: 21px;
    margin: 0 5px 0 -1px;
    overflow: hidden;
    padding: 0 0 0 24px;
    vertical-align: -6px;
	background-position: left 0;
    background-repeat: no-repeat;
}
div.user-level-gw i {
	display: inline-block;
	font-size: 12px;
	height: 21px;
	line-height: 23px;
	padding: 0 5px 0 0;
	background-image: url("//changyan.sohu.com/mdevp/extensions/cy-grade/004/imgs/p-lv01-04.png");
	background-position: right 0;
	background-repeat: no-repeat;
	color: #f3981b;
}

.level-1 {
  background-image: url("//changyan.sohu.com/mdevp/extensions/cy-grade/004/imgs/p-lv01.png");
}

.level-2 {
  background-image: url("//changyan.sohu.com/mdevp/extensions/cy-grade/004/imgs/p-lv02.png");
}
.level-3 {
  background-image: url("//changyan.sohu.com/mdevp/extensions/cy-grade/004/imgs/p-lv03.png");
}
.level-4 {
  background-image: url("//changyan.sohu.com/mdevp/extensions/cy-grade/004/imgs/p-lv04.png");
}


/* 布局样式 */
.mt-5{ margin-top:5px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}

.mb-5{ margin-bottom:5px;}
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}

.ml-5{ margin-left:5px;}
.ml-10{ margin-left:10px;}
.ml-15{ margin-left:15px;}
.ml-20{ margin-left:20px;}
.ml-25{ margin-left:25px;}
.ml-30{ margin-left:30px;}

.mr-5{ margin-right:5px;}
.mr-10{ margin-right:10px;}
.mr-15{ margin-right:15px;}
.mr-20{ margin-right:20px;}
.mr-25{ margin-right:25px;}
.mr-30{ margin-right:30px;}

.pl-0{padding-left:0px;}
.f-right, .right {
	float: right !important;
}
.f-left, .left{
	float:left!important;
}


.relative{
	position: relative;
}

.red {
  color: red;
}

.orange{
	color: #f97406;;
}

.bg-c {
	background-color: #f4f4f4;
}

.bg-c .main {
	margin-top: 0;

}


@-webkit-keyframes shake {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10%,
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes shake {
  0%,
  60%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10%,
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@-webkit-keyframes fans {
  0%,
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  30% {
    -webkit-transform: rotateX(-30deg);
            transform: rotateX(-30deg);
  }
  65% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
}
@keyframes fans {
  0%,
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  30% {
    -webkit-transform: rotateX(-30deg);
            transform: rotateX(-30deg);
  }
  65% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
}
@-webkit-keyframes el-reset {
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes el-reset {
  to {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.color-red{
	color : #de4a4a;
}

.beecloud-wx {
	box-sizing:content-box;
}

input.input-text, select, textarea ,textarea.form-control {
    background-color: #f0f0f0;
    border: 1px solid #f1f1f1;
    color: #666;
    outline: medium none;
    padding: 6px 10px;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
  border-color: #f97406;
  box-shadow: 0 1px 1px rgba(249, 116, 6, 0.075) inset, 0 0 8px rgba(249, 116, 6, 0.6);
  outline: 0 none;
}

.btn-default {
  background-color: #fff;
  border-color: #fbaf70;
  color: #333;
  border-radius: 0;
}

.progress {
  background-color: #f5f5f5;
  border-radius: 2px;
  height: 10px;
  margin-bottom: 10px;
}
.progress-bar {;
  height: 100%;
  line-height: 10px;
}

/*上传*/

#upload-drop {
	border: 1px dashed #ccc;
	padding:10px;
	margin-bottom:5px;
}

.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #dd5862;
	padding: 10px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #dd5862;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

/*定义上传盒子样式*/
.avatar-inner{
	width:670px;
	text-align: center;
    word-wrap: break-word;
}


#avatar-wrapper, .cropper-wraper {
    position: relative;
}

.up-avatar-box {
	width:400px;
	height:500px;
	overflow:hidden;
}
#cropper-wraper{
	top:0;
	position: absolute !important;
	height:400px;
	width:100%;
	background:#f2f2f2;
}

.uploader-container {
	top:160px;
	width:100%;
	z-index:99;
	position: absolute !important;
}
.uploader-tip{
	line-height:60px;
	color:#999;
}

#preview-wraper{
	color:#999;
	position: absolute !important;
	bottom:0;
	width:100%;
	height:90px;
}
#default-avatar {
	height: 50px;
    width: 50px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}

#preview-wraper .img-preview-wrap{
	width: 50px;
	float:left;	
}

#preview-wraper .img-preview {
    height: 50px;
    width: 50px;
	overflow:hidden;
	float:left;

}

#preview-wraper .preview-tip{
	text-align:left;
	font-size:12px;
	font-size:12px;
	line-height:20px;
	margin-top:20px;
}
#preview-wraper .img-preview-tip{
	float:left;
	width:180px;
	white-space: normal;
	margin-top:45px;
	font-size:12px;
	height:45px;
	margin-left:10px;
	text-align:left
}

#preview-wraper .upload-btn ,#preview-wraper .upload-close-btn {
	margin-top:60px;
	background: #bdbdbd none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
	padding: 6px 12px;
	float:right;
	opacity:.6;
}
#preview-wraper .upload-btn{
	background:#dd5862;
	display:none;
}
#preview-wraper .upload-btn:hover ,#preview-wraper .upload-close-btn:hover {
	opacity:1;
}

/*幻灯片*/

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

#banner-slider {
	position: relative;
}
#banner-slider .owl-controls .owl-pagination{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #f1af00;
}

	/*幻灯片*/
	.slider-items-products .item {
		text-align: center;
	}

	.slider-items-products .item  img{
		height: 260px;
		width: 100%;
	}

	.slider-items-products .owl-buttons .owl-prev a {
		background-position: 0 100%;
		top: 50%;
	}
	.owl-theme .owl-controls .owl-buttons div {
		background: none !important;
	}
	.slider-items-products .owl-buttons .owl-next a {
		background-position: 100% 100%;
		left: -8px;
		top: 50%;
	}
	.slider-items-products .owl-buttons .owl-next a:before {
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		speak: none;
		content: "\f105";
		text-transform: none;
		font-size: 20px;
		padding: 6px 6px 6px 6px;
		line-height: 32px;
	}
	.slider-items-products .owl-buttons .owl-prev a:before {
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		speak: none;
		content: "\f104";
		text-transform: none;
		font-size: 20px;
		padding: 6px 4px;
		line-height: 32px;
	}

	#banner-slider .owl-buttons .owl-prev a:before,
	#banner-slider .owl-buttons .owl-next a:before{
		background-color: transparent;
		font-size: 66px;
		padding: 16px 10px;
		color: #fff;
		height: 50px;
		width: 40px;

	}

	#banner-slider .owl-buttons a:hover {
		background-color: transparent;
		text-decoration: none;
		color: #ccc;
	}



	#banner-slider .owl-buttons .owl-prev {
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -25px;
	}
	#banner-slider .owl-buttons .owl-next {
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -25px;
	}


	#talent-slider{
		margin-top: 20px;
		position: relative;
	}

	#talent-slider .owl-prev,
	#talent-slider .owl-next {
		position: absolute;
	  width: 40px;
	  height: 73px;
	  top: 50%;
	  background-color: #000;
	  margin-top: -36.5px;
	  cursor: pointer;
	  -webkit-transition: .2s;
	          transition: .2s;
	  -webkit-user-select: none;
	     -moz-user-select: none;
	      -ms-user-select: none;
	          user-select: none;
	}
	#talent-slider .owl-prev:active,
	#talent-slider .owl-next:active {
	  -webkit-transform: scale(0.9);
	      -ms-transform: scale(0.9);
	          transform: scale(0.9);
	}
	#talent-slider .owl-prev {
	  left: -60px;
	}
	#talent-slider .owl-prev:hover {
	  margin-left: -5px;
	}
	#talent-slider .owl-next {	  
	  right: -50px;
	}
	#talent-slider .owl-next:hover {
	  margin-right: -5px;
	}

	#talent-slider .owl-next a,
	#talent-slider .owl-prev a{
		height: 73px;
		width: 40px;
		display: block;
		overflow: hidden;
		background: url(../images/icon-arrow.png) no-repeat;
	}

	#talent-slider .owl-next a {
		background-position: -68px 0;
	}



	#best-seller-slider .owl-buttons a {
		background: #f3f3f3;
		display: block;
		height: 35px;
		margin: -22px 0 0;
		position: absolute;
		top: 50%;
		width: 35px;
		z-index: 5;
		border: 0px;
		color: #000;
	}

	#best-seller-slider .owl-buttons a:hover {
		text-decoration: none;
		background: #000;
		color: #fff;
	}

	.slider-items-products {
		position: relative;
	}
	.category-description.std {
		margin-bottom: 10px;
	}
	.cat-img-title {
		display: block;
		position: absolute;
		bottom: 0;
		width: 80%;
		margin: 6%;
		padding: 0;
		top: 66%;
		height: 30%;
	}
	.cat-img-title.cat-box {
		top: 38%;
		left: 18%;
		margin: 0;
		text-align: center;
		width: 50%;
	}
	.cat-img-title.cat-bg .cat-heading, .cat-img-title.cat-bg p {
		color: #FFFFFF;
	}
	.cat-img-title .cat-heading {
		font-size: 24px;
	}

	.cat-img-title .cat-heading, .cat-img-title p {
		transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
		margin-bottom: 5px;
	}
	.cat-img-title p {
		clear: left;
		font-size: 12px;
		line-height: 1em;
		margin-bottom: 1px;
		padding: 0.25em 0.5em;
	}

	.category-description .slider-items-products .owl-buttons a {
		background: #f5f5f5;
	}
	.category-description .slider-items-products .owl-buttons a:hover {
		background: #333;
		color: #fff;
	}
	.category-description .owl-item .item img {
		width: 100%;
	}
	.category-image img {
		width: 100%;
	}

