/* ====================
     公共样式
==================== */
* {
    word-wrap: break-word;
}

html,body{
	padding:0;
	font-size:12px;
	font:12px/1.5;
	margin:0 auto;
	position: relative;
	min-width: 1184px;
	font-family: "微软雅黑","Microsoft YaHei",Arial,Helvetica,sans-serif;
	background:#f6f6f6;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, a, p{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	list-style-type:none;
	color:#000;
	font-family: "微软雅黑","Microsoft YaHei", Arial, Helvetica, sans-serif;
	text-decoration:none;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
}
table,td,th{
	border-collapse:collapse;
	border:0;
}
input, button{
	font-family: "微软雅黑","Microsoft YaHei", Arial, Helvetica, sans-serif;
}
a{
	color:#000;
	opacity:1;
	outline:none;
	text-decoration:none;
	cursor: pointer;
	transition:300ms;
	-moz-transition:300ms;
	-webkit-transition:300ms;
	-o-transition:300ms;
	-ms-transition:300ms;
}
a.disabled{
	color:#757575 !important;
	background:#dcdcdc !important;
	text-shadow:1px 1px 0 rgba(255,255,255,1) !important;
	pointer-events:none !important;
}
a::after, .sizeSdetail, .sizeMdetail, .sizeLdetail{
	margin:0 auto;
	position:relative;
	background:#fff;
	float:left;
	background:#fff;
	transition:800ms;
	-moz-transition:800ms;
	-webkit-transition:800ms;
	-o-transition:800ms;
	-ms-transition:800ms;
}
.sizeXS a::after, .sizeS a::after, .sizeM a::after, .sizeL a::after, .teacher_ico p a::after, .cs_ico::after{
	left:0;
	top:0;
	display:block;
	overflow:hidden;
	content:'';
	background:rgba(0, 0, 0, 0);
	position:absolute;
}
.sizeXS:hover a::after, .course_wrapper li:hover .sizeS a::after, .courseslt li:hover .sizeM a::after, .ys_piclist:hover .sizeL a::after, .teacher_ico:hover p a::after{
	background:rgba(0, 0, 0, 0.4);
}
.course_wrapper li:hover .sizeSdetail, .courseslt li:hover, .ys_piclist:hover .sizeLdetail{
	background:#fff;
}
.course_wrapper li:hover .sizeSdetail p span{
	background-color:#fafafa;
}
.sizeS a::before, .sizeXS a::before{
	content:'';
	z-index:9999;
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background:none;
}
.course_wrapper li:hover .sizeS a::before{
	content:'';
	background:url(../web_images/play.png) center center no-repeat;
}
.sizeXS:hover a::before{
	content:'';
	background-size:40% 40%;
	background:url(../web_images/play.png) center center no-repeat;
}
.sizeXS:hover img, .course_wrapper li:hover .sizeS img, .courseslt li:hover .sizeM img, .ys_piclist:hover .sizeL img{
	transform: scale(1.05,1.07);
	transition-timing-function: ease-out;
	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-ms-transform: scale(1.05,1.07);
	-ms-transition-timing-function: ease-out;
	-o-transform: scale(1.05,1.07);
	-o-transition-timing-function: ease-out;
	transition:800ms;
	-moz-transition:800ms;
	-webkit-transition:800ms;
	-o-transition:800ms;
	-ms-transition:800ms;
}
a:focus{
	-moz-outline-style:none
}
a:hover{
	color:#01b1eb;
}
a:active{
	color:#01cddf;
}
a>img, img{
	border:none;
	position:relative;
	transition: 800ms;
	-moz-transition: 800ms;
	-webkit-transition: 800ms;
	-o-transition: 800ms;
	-ms-transition: 800ms;
}
.ie a img, .ie img{
	border:none;
	position:relative;
}
h2{
	font-weight:normal;
}
div,ul,li{
	overflow:hidden;
	display:block;
}
input,button,select,textarea{
	outline:none;
}
textarea{
	resize: none;
}
.infotip{
	display:inline-block;
	margin-left:15px;
	margin-top:16px;
	font-size:18px;
	color:#fff;
	background:#01cddf;
}
#top{
	margin:0 auto;
	z-index:666666;
	background:#fff;
	min-width:1184px;
	overflow:visible;
	clear:both;
	height:130px;
}
#top .top_menu{
	overflow:visible;
	position:relative;
	width:1184px;
	margin:0 auto;
	height:30px;
}
#top .top_menu div *{
	line-height:30px;
	color:#8e8e8e;
	font-size:14px;
}
#top .top_menu div a:hover{
	color:#01b7fb;
}
#top .top_menu .l{
	float:left;
}
#top .top_menu .l *{
	margin-right:15px;
}
#top .top_menu .message{
	padding-left:20px;
	background:url(../web_images/icon_msg.png) no-repeat left;
}
#top .top_menu .my{
	padding-right:13px;
	display: inline-block;
	background:url(../web_images/icon_flow.png) no-repeat right;
}
#top .top_menu .hover{
	color:#01b7fb;
}
#top .top_menu .down{
	padding-left:18px;
	background:url(../web_images/icon_sp.png) no-repeat left;
}
#top .top_menu .contact{
	padding-left:18px;
	background:url(../web_images/icon_home.png) no-repeat left;
}
#top .top_menu .r{
	overflow:visible;
	position:relative;
	float:right;
	color:#8e8e8e;
}
#top .top_menu .r > *{
	margin:0 14px;
}
#top .top_menu .my:hover ~ .menuPop, #top .top_menu .menuPop:hover{
	display:block;
}
#top .top_menu .menuPop{
	display:none;
	position:absolute;
	left:0;
	top:25px;
	width:124px;
	height:139px;
	z-index:888888;
	margin:0;
	padding:5px 0 0 0;
}
#top .top_menu .menuPop b{
	position:absolute;
	display:block;
	left:50%;
	margin-left:-5px;
	top:0;
	width:11px;
	height:9px;
	z-index:888889;
	background:url(../web_images/ui_v2.png) no-repeat top;
	background-position:-241px -12px;
}
#top .top_menu .menuPop ul{
	border:1px solid #01b1eb;
	margin:0;
	width:122px;
	height:132px;
	background:#fff;
}
#top .top_menu .menuPop li a{
	color:#828282;
	font-size:14px;
	display:block;
	height:32px;
	width:122px;
	text-align:center;
	line-height:33px;
	border-top:1px solid #f2f2f2;
}
#top .top{
	clear:both;
	min-width:1184px;
	margin:0 auto;
	z-index:200;
	position:relative;
	overflow:visible;
	background:#ecfcff;
	height:99px;
	border-top:1px solid #dfdfdf;
}
#top .top .normal{
	position:relative;
	width:1184px;
	height:100%;
	margin:0 auto;
	overflow:visible;
}
#top .top_logo {
	float:left;
	padding:26px 22px 24px 2px;
}
#top .top_slogan{
	margin:28px 0 26px 0;
	width:278px;
	height:45px;
	float:left;
	background:url(../web_images/slogan.png) no-repeat;
}
#top .search{
	position:absolute;
	right:0;
	border-radius:7px;
	background:#fff;
	width:404px;
	height:41px;
	font-size:10px;
	margin:30px 0 30px 0;
	overflow:visible;
}
#top .search .choose{
    float:left;
    cursor:pointer;
    height:39px;
    width:58px;
	padding-left:20px; 
    display:inline;
    position:relative;
    line-height:40px;
    font-size:14px; 
	color:#424242;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	border:1px solid #dfdfdf;
	z-index:888887;
}
#top .search .choose b{
	position:absolute;
	top:43%;
	display:inline-block;
	overflow:hidden;
	margin-left:8px;
	background:url(../web_images/ui_v2.png) no-repeat right;
	width:11px;
	height:6px;
	background-position:-241px 0;
}
#top .search .hover{
	color:#000;
	border:1px solid #01b1eb;
}
#top .search .hover b{
	background-position:-241px -6px;
}
#top .search .choose:hover + .choosePop, #top .search .choosePop:hover{
	display:block;
}
#top .search .choose ul{
    border-bottom:1px solid #eca128;
    list-style:none;
    width:64px;
    padding:0px;
}
#top .search .choosePop{ 
    display:none;
    width:71px;
    position:absolute;
	text-align:center;
    left:7px;
    top:40px;
	z-index:888889;
	background:#fff;
	border:1px solid #01b1eb;
	border-top:none;
}
#top .search .choosePop ul{
	margin-top:-1px;
	border-top:1px solid #dfdfdf;
}
#top .search .choosePop li a{
	color:#828282;
	font-size:14px;
	display:block;
	height:32px;
	line-height:33px;
	border-top:1px solid #f2f2f2;
}
#top .search input{
	position:absolute;
	background:none;
	font-size:14px;
	width:267px;
	height:37px;
	line-height:37px;
	border:none;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	cursor:text;
	padding-left:13px;
	z-index:2;
}
#top .search .searchBtn{
	text-indent:100%;
	white-space: nowrap;
	width:42px;
	height:39px;
	position:absolute;
	right:0;
	display:block;
	background:#caeef5 url(../web_images/search.png) no-repeat center;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	border:1px solid #b8e0e8;
}
#top .search .searchBtn:hover{
	background:#ffcd35 url(../web_images/search.png) no-repeat center;
	border:1px solid #e6b714;
}
/////
#top .top_r{
	color:#aaa;
	text-shadow: 1px 0px 0 rgba(255,255,255,1);
	float:right;
	padding-top:17px;
	margin-right:14px;
	font-size:14px;
}
#top .top_r a{
	display:inline-block;
	text-shadow:none;
	padding:0 14px;
	color:#01b1eb;
}
#top .top_r a s{
	float:left;
	height:18px;
	width:22px;
	background-position:left;
	background-image: url(../web_images/n_member.png);
	background-repeat:no-repeat;

}
.formal{
	clear:both;
	position:relative;
	width:auto;
	height:100%;
	min-height:250px;
	margin:0 auto;
}
.formal .none{
	text-align:center;
	padding-top:200px;
	margin:0 auto;
	font-size:16px;
}
.formalwrapper{
	clear:both !important;
	margin:0 auto !important;
	width:1184px !important;
	height:auto;
}
.loading{
	margin:0 auto;
	position:absolute;
	width:60px;
	height:60px;
	text-align: center;
	display:block;
	font-size: 10px;
	z-index:999999;
}
.loading > div {
  background-color: #01b1eb;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.loading .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.loading .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.loading .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.loading .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.animated{
	-webkit-animation-duration:0.5s;
	-moz-animation-duration:0.5s;
	-o-animation-duration:0.5s;
	animation-duration:0.5s;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
}
.animated.infinite{
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	animation-iteration-count:1;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4)}  
  20% { -webkit-transform: scaleY(1.0)}
}
@-moz-keyframes stretchdelay {
  0%, 40%, 100% { -moz-transform: scaleY(0.4)}  
  20% { -moz-transform: scaleY(1.0)}
}
@-o-keyframes stretchdelay {
  0%, 40%, 100% { -o-transform: scaleY(0.4)}  
  20% { -o-transform: scaleY(1.0)}
}
@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
	-moz-transform:scaleY(0.4);
	-o-transform:scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
	-moz-transform:scaleY(1.0);
	-o-transform:scaleY(1.0);
  }
}
@-webkit-keyframes fadeIn{
	0%{opacity:0}100%{opacity:1}
}
@-moz-keyframes fadeIn{
	0%{opacity:0}100%{opacity:1}
}
@-o-keyframes fadeIn{
	0%{opacity:0}100%{opacity:1}
}
@keyframes fadeIn{
	0%{opacity:0}100%{opacity:1}
}
.fadeIn{
	-webkit-animation-name:fadeIn;
	-moz-animation-name:fadeIn;
	-o-animation-name:fadeIn;
	animation-name:fadeIn
}
@-webkit-keyframes fadeOut{
	0%{opacity:1}100%{opacity:0}
}
@-o-keyframes fadeOut{
	0%{opacity:1}100%{opacity:0}
}
@-moz-keyframes{
	0%{opacity:1}100%{opacity:0}
}
@keyframes fadeOut{
	0%{opacity:1}100%{opacity:0}
}
.fadeOut{
	-webkit-animation-name:fadeOut;
	-moz-animation-name:fadeOut;
	-o-animation-name:fadeOut;
	animation-name:fadeOut
}
.right{
	margin-right:0px !important;
	float:right !important;
}
/*-----关闭-----*/
.ie #close{
	display:block;
	overflow:hidden;
	height:50px;
	width:50px;
	position:absolute;
	background:url(../web_images/close.png) no-repeat center;
}
.ie #close:hover{
	background-image:url(../web_images/close.png);
	background-repeat:no-repeat;
	background-position:center;
	background:rgba(0,0,0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000); 
    zoom:1;
}
#close{
	display:block;
	overflow:hidden;
	height:50px;
	width:50px;
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0);
}
#close:hover{
	background:rgba(0,0,0,0.1);
}
#close:after{
	content:'';
	display:block;
	overflow:hidden;
	height:50px;
	width:50px;
	position:absolute;
	background:url(../web_images/close.png) no-repeat center;
}
#close:hover:after{
	content:'';
	display:block;
	overflow:hidden;
	height:50px;
	width:50px;
	position:absolute;
	background:url(../web_images/close.png) no-repeat center;
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}
.greylay{
	width:100%;
	position:absolute;
	background:#000;
	z-index:999998;
	filter:alpha(opacity=30);
	opacity:0.3;
	top:0;
	left:0;
}
.topline{
	clear:both;
	position:relative;
	border-top:1px solid #FFF;
	width:100%;
}
.bottomline{
	clear: both;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	width: auto;
}
.onlyline{
	clear: both;
	position: relative;
	border-bottom: 1px solid #c6c6c6;
	width: auto;
}
.nav_menu{
	margin:0 auto;
	width:100%;
	min-width:1184px;
	overflow:hidden;
	height:50px;
	background:#01b7fb;
	z-index: 10;
}
#menu{
	overflow:hidden;
	position:relative;
	width: 1184px;
	height:50px;
	margin:0 auto;
	background:#01b7fb;
	z-index: 10;
}
#menu .quick_menu{
	margin:0px;
	padding:0;
	text-decoration:none;
}
.quick_menu li {
	float:left;
}
.ie .quick_menu li {
	width:141px;
}
.quick_menu li a, .quick_menu li a:link, .quick_menu li a:visited{
	font-size:18px;
	font-style:normal;
	display:block;
	line-height: 48px;
	text-align:left;
	padding: 0px 20px;
	height: 50px;
	background:#01b7fb;
	color:#FFF;
	z-index: 555555;
	-webkit-transition: background 0.6s, color 0.6s;
	-o-transition-property: background,color;
	-o-transition-duration: 0.6s,0.6s;
	-moz-transition-property: background,color;
	-moz-transition-duration: 0.6s,0.6s;
	transition-property: background,color;
	transition-duration: 0.6s,0.6s;
}
.quick_menu li a:hover, .quick_menu li .on{
	background:#00aaea !important;
	color:#FFF !important;
}
.quick_menu #wm_title a:hover{
	background:#FFF !important;
	color:#01b7fb;
}
.quick_menu #wm_title a:hover > s{
	background-image:url(../web_images/ui_v2.png);
	background-position: -45px 0px;
	background-repeat: no-repeat;
}
.quick_menu #wm_title a:hover > i{
	background-image:url(../web_images/ui_v2.png);
	background-position: -207px 0px;
	background-repeat: no-repeat;
}
.quick_menu li s{
	margin-top:14px;
	margin-right:6px;
	float:left;
	height:21px;
	width:21px;
	background-image:url(../web_images/ui_v2.png);
	background-repeat: no-repeat;
}
.quick_menu #sm1{
	width:24px;
}
.quick_menu #kc{
	background-position: -24px 0px;
}
.quick_menu #updown{
	margin-left:6px;
	display:inline-block;
	height:11px;
	width:13px;
	background-image:url(../web_images/ui_v2.png);
	background-repeat: no-repeat;
	background-position: -194px 0px;
}
.quick_menu #sm3{
	background-position: -66px 0px;
}
.quick_menu #sm4{
	background-position: -108px 0px;
}
.quick_menu #sm5{
	background-position: -150px 0px;
}
.quick_menu #sm6{
	background-position: -129px 0px;
}
.quick_menu #sm7{
	background-position: -194px 0px;
}
#menu .menu_box{
	overflow:auto;
	float:left;
}
#menu .menu_box .allcourse{
	overflow:hidden;
	display:none;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-top: 0;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 105px;
	z-index:-1;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.30);
	box-shadow: 0 1px 5px rgba(0,0,0,.30);
}
.quick_menu .allcourse .courselist{
	overflow:visible;
	line-height:27px;
	width: 270px;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 15px 5px;
}
.quick_menu .allcourse h3{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	padding-left: 15px;
}
.quick_menu .allcourse p{
	width:100%;
	padding:0 15px;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color: #ccc;
	padding-bottom: 8px;
}
.quick_menu .allcourse p span{
	white-space: nowrap;
}
.quick_menu .courselist li{
	color:#909090;
	padding: 0 7px;
}
.quick_menu .courselist li a{
	font-size:13px;
	line-height:25px;
	color:#909090;
	background:#FFF;
	display:inline;
	padding: 0 7px;
}
#foot{
	margin:0 auto;
	border-top:1px solid #cfe0e7;
	overflow:hidden;
	width:100%;
	min-width:1184px;
	background:#ecf3f6;
	color:#6d6d6d;
	height:auto;
	clear:both;
}
#foot a{
	line-height:30px;
	height:28px;
	color:#6d6d6d;
	font-style:normal;
	font-weight:normal;
}
#foot .contact{
	width:1400px;
	padding-top:40px;
	padding-bottom:20px;
	margin:0 auto;
}
#foot .contact dl{
	width:280px;
	text-align:center;
	float:left;
}
#foot .contact dt{
	line-height:33px;
	height:33px;
}
#foot .adr{
	color:#6d6d6d;
	clear:both;
	width:1184px;
	margin:10px auto;
	line-height:24px;
	text-align: center;
}
#foot .adr .info{
	margin-top:20px;
	margin-bottom:10px;
	width:600px;
	margin:0 auto;
}
#foot .adr .info span{
	margin:0 10px;
}
#foot .adr .txt span, #foot p{
	color:#6d6d6d;
}
/*-----幻灯-----*/
.slider_show{
	margin: 0 auto;
	height: auto;
	min-width:1184px;
	position: relative;
}
.slider_show .slider{
	margin: 0 auto;
	min-width:1184px;
}
.flexslider .slides > li {
	width:1184px;
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 1184px;
	margin:0 auto;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: auto;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width:1184px;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../web_images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../web_images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}/*-----首页-----*/
.ys_courses{
	margin: 0 auto;
	overflow:visible;
	width:1184px;
	height:382px;
}
.ys_btitle{
	padding-top: 12px;
	height:50px;
}
.ys_btitle h1{
	line-height:50px;
	text-align:left;
	padding-left:5px;
	margin-right:10px;
	font-size:25px;
	float:left;
}
.ys_btitle span{
	line-height:60px;
	text-align: left;
	font-size:14px;
	padding-left:25px;
	float:left;
}
.ys_btitle .more{
	line-height:58px;
	padding-right:10px;
	font-size:14px;
	float:right;
}
.ys_picwrapper{
	overflow:visible;
	width:100%;
	float: left;
	margin:0 -6px 0 0;
}
h2.atitle{
	clear:both;
	display:block;
	
	margin:8px 0;
	height:24px;
	float:left;
	padding-left:7px;
}
.ctitle{
	height:50px;
	line-height:50px;
	background:#ddf1f9;
}
.ctitle h2{
	padding-left:55px;
	color:#01b1eb;
}
span.fr{
	margin:10px 0;
	line-height:20px;
	float:right;
	color:#a4a5a5;
}
/*-----首页用小图-----*/
.ys_piclist_s{
	overflow:visible;
	width:429px;
	height:284px;
	margin:0 -20px 0 14px;
	float:left;
}
.ys_piclist_s li{
	overflow:hidden;
	float:left;
	margin:0px 12px 24px 4px;
}
.sizeXS{
	position:relative;
	float:left;
	width:194px;
	height:124px;
}
.sizeXS a::after{
	width:194px;
	height:124px;
}
.sizeXS img{
	width:194px;
	height:124px;
}
.ie .sizeXS img{
	border:none;
}
.sizeXS:hover a::after{
	border-color:#fff;
}
.sizeXS .lbg{
	height:26px;
	width:194px;
	background:#000;
	position:absolute;
	left:0px;
	top:98px;
	filter:alpha(opacity=50);
	opacity:0.5;
	float: left;
	z-index:2;
}
.sizeXS label{
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor:pointer;
	height:26px;
	line-height:26px;
	width:194px;
	text-align:center;
	position:absolute;
	padding:98px 0px 0px 0px;
	color:#FFF;
	z-index:4;
}
/*-----通用课程列表-----*/
.courses{
	overflow:hidden;
	padding-top:20px;
	margin:0 auto;
	width:1184px;
	height:auto;
}
.course_wrapper{
	margin:0;
	width:1184px;
	overflow:hidden;
	min-height:200px;
}
.course_wrapper li{
	width:224px;
	float:left;
	position: relative;
	height:auto;
	margin-right:16px;
	margin-bottom:16px;
}
.sizeS{
	position:relative;
	float: left;
	height:144px;
}
.sizeS .free{
	position: absolute;
	background: url(../web_images/free.png) no-repeat;
	width: 37px;
	height: 29px;
	top:2px;
	right:2px;
	z-index: 2;
}
.sizeS a::after{
	border:2px solid #fff;
	width:220px;
	height:140px;
}
.sizeS img{
	border:2px solid #fff !important;
	width:220px;
	height:140px;
}
.sizeS .lbg{
	height:26px;
	width:220px;
	background:#000;
	position:absolute;
	top:116px;
	left:2px;
	filter:alpha(opacity=50);
	opacity:0.5;
	float: left;
}
.sizeS label{
	cursor:pointer;
	height:25px;
	width:220px;
	text-align:center;
	position:absolute;
	margin-left:2px;
	padding-top:120px;
	font-size:13px;
	color:#FFF;
	z-index:500;
}
.sizeS .ltime{
	color:#fff;
	position:absolute;
	padding-left:16px;
	bottom:9px;
	right:8px;
}
.sizeSdetail{
	position:relative;
	width:224px;
	height:88px;
}
.sizeSdetail p, .sizeSdetail a, .sizeSdetail span{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sizeSdetail p{
	text-overflow:ellipsis;
	display:block;
	width:220px !important;
	margin-left:5px;
	line-height:26px;
	height:26px;
	font-size:14px;
}
.sizeSdetail .utime{
	top:27px;
	position:absolute;
	color:#b4b4b4;
	font-style:normal;
	right:4px;
}
.sizeSdetail .t_typelist{
	line-height:normal;
	overflow:hidden;
	text-align:left;
}
.sizeSdetail .t_typelist a{
	display:inline-block;
	width:140px;
	color:#b4b4b4;
}
.sizeSdetail span{
	position:relative;
	display:block;
	text-align:center;
	line-height:20px;
	color:#cfcfcf;
}
.sizeSdetail .ltime{
	width:194px;
	text-align:center;
	position:absolute;
	bottom:6px;
	left:50%;
	margin-left:-97px;
	line-height:20px;
}
.sizeSdetail .prize{
	padding-left: 5px;
	color: #dc3609;
	text-align:left;
	float:left;
	left:0px;
	margin-left:0px;
	line-height:20px;
	font-size:12px;
}
.sizeSdetail p span{
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	white-space:nowrap;
	position:absolute;
	text-align:left;
	color:#cecece;
	width:39px;
	height:11px;
	padding:13px 4px 13px 32px;
	font-size:11px;
	line-height:11px;
	bottom:0px;
	border-top:1px solid #e7e7e7;
}
.sizeSdetail .view{
	/*box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px -4px #e7e7e7,inset -1px 1px 4px 0px #e7e7e7;
	-webkit-box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px -4px #e7e7e7,inset -1px 1px 4px 0px #e7e7e7;
	-moz-box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px -4px #e7e7e7,inset -1px 1px 4px 0px #e7e7e7;
	border-right:1px solid #e7e7e7;*/
	background:url(../web_images/view.png) no-repeat 28% 50%;
	left:0px;
}
.sizeSdetail .comment{
	/*box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px 0px #e7e7e7,inset 1px 0px 4px -4px #e7e7e7;
	-webkit-box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px 0px #e7e7e7,inset 1px 0px 4px 0px #e7e7e7;
	-moz-box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px 0px #e7e7e7,inset 0px 1px 4px -6px #e7e7e7;*/
	background:url(../web_images/commend.png) no-repeat 26% 50%;
	left:74px;
}
.sizeSdetail .like{
	/*box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px -4px #e7e7e7,inset 1px 1px 4px 0px #e7e7e7;
	-webkit-box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px -4px #e7e7e7,inset 1px 1px 4px 0px #e7e7e7;
	-moz-box-shadow:inset 0px -4px 4px 1px #fff,inset 0px 1px 4px -4px #e7e7e7,inset 1px 1px 4px 0px #e7e7e7;
	border-left:1px solid #e7e7e7;*/
	background:url(../web_images/like.png) no-repeat 23% 47%;
	right:0;
}
.sizeSdetail p span:hover{
	/*border-top:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;*/
	
}
.short{
	height:68px;
}
.short span{
	font-size:14px;
	text-align:left;
	position:absolute;
	line-height:26px;
	color:#555;
	bottom:8px;
	display:inline-block;
}
.short .price{
	color:#dc3609;
	left:15px;
}
.short .time{
	width:auto;
	text-align:right;
	right:15px;
}
/*----------*/
.sizeM{
	position:relative;
	float:left;
	height: 226px;
}
.sizeM a::after{
	border:2px solid #fff;
	width:381px;
	height: 222px;
}
.sizeM img{
	border:2px solid #FFF !important;;
	width:381px;
	height: 222px;
}
.sizeMdetail{
	width:780px;
	height:226px;
}
.sizeMdetail div{
	position:relative;
	padding:20px 20px;
}
.sizeMdetail p{
	line-height:25px;
	font-size:17px;
}
.sizeMdetail p span{
	padding-right:40px;
	line-height:45px;
	font-size:13px;
	color:#000;
}
.sizeMdetail span{
	line-height:24px;
	font-size:14px;
	color:#949494;
}
.sizeMdetail .join{
	clear:both;
	display: block;
	position: absolute;
	height: 28px;
	width: 110px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:27px;
	bottom: 25px;
	right: 30px;
}
.sizeMdetail_r{
	background:#fff;
	float:left;
	width:160px;
	height:193px;
	padding:18px 20px 15px 20px;
}
.sizeMdetail_r p{
	font-size:16px;
	line-height:25px;
}
.sizeMdetail_r span{
	color:#8b8a8a;
	line-height:25px;
}
/*-----首页用大图-----*/
.ys_piclist{
	height:272px;
	float: left;
}
.sizeL{
	position:relative;
	float:left;
	height:272px;
}
.sizeL a::after{
	border:2px solid #fff;
	width:425px;
	height:268px;
}
.sizeL img{
	border:2px solid #fff !important;;
	width:425px;
	height:268px;
}
.sizeLdetail{
	width:332px;
	height:272px;
}
.sizeLdetail div{
	padding:28px 28px;
}
.sizeLdetail p{
	line-height:32px;
	font-size:18px;
}
.sizeLdetail .subt{
	font-size:16px;
	color:#797979;
}
.sizeLdetail span{
	margin-top:12px;
	display:block;
	line-height:24px;
	font-size:14px;
	color:#6b6b6b;
}
/*----------*/
.teacher a, .ys_client a{
	display:block;
	overflow:hidden;
	width:100px;
	font-size:16px;
	line-height:25px;
	color:#999;
}
.ys_teacher{
	text-align:center;
	float:left;
	height:230px;
	width:670px;
}
.ys_teacher .teacher{
	margin-top:15px;
}
.ys_teacher .teacher .teacher_ico{
	position:relative;
	float:left;
	padding-left:3px;
	padding-right:30px;
	width:100px;
	height:141px;
}
.ys_teacher .teacher .teacher_ico p{
	position:relative;
}
.teacher_ico p a::after{
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	z-index:450;
}
.ys_teacher .teacher .teacher_ico p span{
	width:100px;
	height:100px;
	left:0;
	top:0;
	display: block;
	background: url(../web_images/cover.png) no-repeat;
	position:absolute;
	z-index:500;
}
.ys_teacher .teacher a img{
	width:100px;
	height:100px;
	z-index:400;
}
.ys_client{
	text-align:center;
	width:514px;
	height:230px;
	float:left;
}
.ys_client .ys_btitle{
	padding-left:20px;
}
.ys_client .client{
	margin-top:15px;
}
.ys_client .client .client_ico{
	float:left;
	padding-left:28px;
	padding-right:0px;
	width:100px;
	height:141px;
}
.ys_client .client .client_ico p img{
	width:100px;
	height:100px;
}
#adv_banner{
	margin:0 auto;
	width:1184px;
	height:150px;
	overflow:hidden;
}
#adv_banner .adv{
	margin:0 auto;
	padding-top:40px;
}

.charts{
	float:left;
	width:760px;
	height:580px;
}
.charts .charts_t{
	margin-top:20px;
	line-height:36px;
	font-size:18px;
	color:#000;
	height:35px;
}
.charts .charts_t li{
	float:left;
	height:35px;
	padding:0 18px;
}
.charts .charts_t .on{
	background-color: #01b1eb;
}
.charts .charts_t .on a{
	color:#FFF;
}
.charts_l_wrapper{
	display:none;
	float:left;
	width:auto;
	padding-bottom:20px;
	height:auto;
}
.charts_l_wrapper .charts_l{
	margin:0;
	margin-top:15px;
	padding-left:2px;
}
.charts_l_wrapper li{
	height:28px;
	line-height:28px;
	overflow:hidden;
	clear:both;
	font-size:14px;
	margin-bottom:14px;
}
.charts_l_wrapper .charts_l .rk1{
	display:block;
	float:left;
	color:#FFF;
	text-align:center;
	font-size:14px;
	height:28px;
	width:28px;
	background-image:url(../web_images/rank123.png);
	background-repeat:no-repeat;
}
.charts_l_wrapper .charts_l .rk4{
	display:block;
	float:left;
	color:#FFF;
	text-align:center;
	font-size:14px;
	height:28px;
	width:28px;
	background-image:url(../web_images/rank4.png);
	background-repeat:no-repeat;
}
.charts_l_wrapper .charts_l .list_t{
	float:left;
	color:#FFF;
	margin-left:15px;
	text-align:left;
	overflow:hidden;
	font-size:14px;
	width:437px;
}
.charts_l_wrapper .charts_l .list_v{
	float:left;
	color:#969696;
	text-align:left;
	overflow:hidden;
	font-size:15px;
	width:100px;
	margin-left:15px;
	padding-left:20px;
	background-position:left;
	background-image:url(../web_images/view.png);
	background-repeat:no-repeat;
}
.charts_l_wrapper .charts_l .list_d{
	float:left;
	text-align:left;
	overflow:hidden;
	font-size:15px;
	width:120px;
}
.next{
	float:right;
	width:390px;
	height:580px;
}
.next .next_c{
	margin-top:20px;
	width:390px;
	height:580px;
}
.next .next_c ul{
	margin:0;
	width:390px;
	height:100px;
	margin-bottom:18px;
}
.next .next_c .cs_ico{
	position:relative;
	float:left;
	width:156px;
	height:100px;
}
.next .next_c .cs_ico label{
	position:absolute;
	padding-left:7px;
	padding-top:5px;
	color:#FFF;
	font-size:18px;
	z-index:500;
}
.next .next_c .cs_ico em{
	position:absolute;
	z-index:488;
}
.next .next_c .cs_ico em img{
	width:47px;
	height:48px;
}
.next .next_c .cs_ico img{
	width:156px;
	height:100px;
}
.next .next_c .cs_d{
	position:relative;
	float:left;
	background:#FFF;
	width:234px;
	height:100px;
}
.next .next_c div{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	padding-left:8px;
	padding-top:10px;
	padding-right:10px;
}
.next .next_c p{
	font-size:14px;
	line-height:35px;
	color:#555;
}
.next .next_c .time{
	color:#000;
}
.next .next_c span{
	right:10px;
	bottom:10px;
	text-align:center;
	position:absolute;
	font-size:14px;
	line-height:30px;
	float:right;
}
.next .next_c .subscribe{
	color:#fff;
	cursor:pointer;
	display:block;
	width:60px;
	height:30px;
	background:#01b7fb;
}
/*-----分类-----*/
.sort{
	margin:0 auto;
	width:1184px;
	height:auto;
}
.sort_t{
	position:relative;
	margin-top:7px;
	border-bottom:1px solid #e2e2e2;
	height:115px;
}
.sort_t .on a{
	color:#01b1eb;
}
.sort_t span, .sort_t li, .sort_by span, .sort_by li{
	line-height:50px;
	font-size:16px;
	display:block;
	text-align:center;
	float:left;
	padding:0 3px;
	margin-right:27px;
}
.sort_mini .select, .sort_by .select{
	display:inline;
	background:#01cddf;
	color:#fff;
}
.sort_t ul{
	position:relative;
	height:53px;
}
.sort_t ul .now{
	position: absolute;
	width:15px;
	height:10px;
	background:url(../web_images/pickup.png) no-repeat 0 0;
	z-index:4444;
	bottom:0;
	left:115px;
	transition: 200ms;
	-moz-transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
}
.sort_t .sort_mini{
	padding:0px 40px;
	position:absolute;
	left:105px;
	top:50px;
	border:1px solid #e0e0e0;
	min-width:900px;
	height:45px;
	margin-top:2px;
	margin-bottom:21px;
}
.sort_t .sort_mini span{
	line-height:46px;
	font-size:14px;
}
.sort_by{
	border-top:1px solid #FFF;
	border-bottom:1px solid #e2e2e2;
	height:50px;
}
.sort_by .more{
	float:right;
	line-height:50px;
	font-size:11px;
}
.courseslt{
	width:1184px;
	overflow:hidden;
	margin-top:25px;
}
.courseslt li{
	position:relative;
	background:#FFF;
	float:left;
	margin-right:14px;
	margin-bottom:25px;
	width:385px;
	height:405px;
}
.courseslt .last{
	margin-right:0px;
}
.courseslt li p>a{
	margin:0 10px;
	width:350px;
	height:50px;
	line-height:50px;
	font-size:19px;
	color:#01b1eb;
}
.courseslt li span{
	width:355px;
	height:42px;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#797979;
	display:block;
	line-height:18px;
	padding:10px 15px 15px 15px;
}
.courseslt li .btn{
	bottom:15px;
	position:absolute;
	font-size:19px;
	text-align:center;
	line-height:38px;
	margin:0px 92px;
	display:block;
	color:#fff;
	height:38px;
	width:199px;
	background:#01b1eb;
}
.courseslt li .btn:hover{
	background:#01cddf;
}
.page{
	text-align:center;
	margin:0 auto;
	width:auto;
	margin-top: 0px;
	margin-bottom: 35px;
	padding-top:16px;
	clear: both;
	position: relative;
	zoom: 1;
	height: 35px;
	overflow: hidden;
}
.page a, .page span {
	height: 26px;
	line-height: 26px;
	padding: 0 11px;
	border: 1px solid #cfcece;
	margin: 0;
	background: #f6f6f6;
	display: inline-block;
	color: #303030;
	margin-left: -7px;
	position: relative;
}
.page a:hover{
	border:1px solid #01cddf;
	background:#01cddf;
	color:#FFF;
	text-decoration:none;
}
.page span {
	color:#C4C4C4;
	border:1px solid #C0C0C0;
}
.page em{
	padding-left:2px;
	font-style:normal;
}
.page .on {
	color:#fff;
	border:1px solid #01b1eb;
	background-color:#01b1eb;
	position:relative;
	z-index:3;
}
.page .turn_p{
	display:inline;
	width:25px;
	height:21px;
	border: 1px solid #cfcece;
}
.page .btn{
	margin:0 3px;
}
/*-----教程详情-----*/
.course{
	margin:0 auto;
	width:1184px;
	height:auto;
}
.course .cswrapper{
	overflow:hidden;
	position:relative;
	margin-top:25px;
	margin-bottom:14px;
}
.course .cswrapper .c_pic{
	overflow:hidden;
	float:left;
	width:533px;
	height:340px;
}
.course .cswrapper .c_pic img{
	width:533px;
	height:340px;
}
.course .cswrapper .c_info{
	float:left;
	width:580px;
	margin:0 30px;
}
.course .cswrapper .c_info a:hover{
	opacity:0.75;
	filter:alpha(opacity=75);
}
.cswrapper .c_info span{
	color:#555;
	font-size:14px;
	display:block;
	padding-bottom:16px;
}
.cswrapper .c_info span dd{
	color:#555;
	display:inline-block;
	margin-right:150px;
}
.cswrapper .c_info .maininfo{
	height:40px;
	padding-bottom:0;
	display:block;
	margin:16px 0 11px 0;
	overflow:hidden;
	text-overflow:ellipsis;
}
.cswrapper .c_info .price{
	float:left;
	width:180px;
}
.cswrapper .c_info .price>span{
	color:#000;
	width:180px;
	padding-bottom:7px;
}
.cswrapper .c_info .price .blank{
	padding-bottom:0;
	line-height:22px;
}
.cswrapper .c_info .price s{
	color:#838383
	font-size:15px;
	text-decoration: line-through;
}
.cswrapper .c_info .price i{
	font-size:24px;
	font-weight:600;
	color:#fc9438;
	font-style:normal;
}
.cswrapper .c_info .buy{
	text-align:center;
	line-height:48px;
	font-size:18px;
	margin:15px 2px;
	display:block;
	float:left;
	height:48px;
	width:142px;
	color:#fff;
	background:#d74128;
}
.cswrapper .c_info .limitime{
	float:left;
	display:block;
	margin:40px 0 0 20px;
	color:#10a40c;
}
/*-----work-----*/
.course .cswrapper .w_info{
	margin:0 0 0 30px;
	padding-right:30px;
}
.cswrapper .w_info span{
	padding-bottom:24px;
}
.cswrapper .c_info .price>span{
	padding-bottom:16px;
}
.cswrapper .w_info .play{
	background:#01b1eb;
}
.cswrapper .w_info .bottomline{
	padding-top:20px;
	margin-bottom:40px;
}

/*--曲谱--*/
.score_keywords{
	position:relative;
	background:#fff;
	text-align:center;
	float:left;
	margin:25px 25px 25px 0;
	height:auto;
	width:919px;
	border:1px solid #e2e2e2;
	border-bottom:none;
}
.score_keywords h2{
	font-weight:600;
	line-height:65px;
	font-size:20px;
}
.score_keywords .title{
	display:block;
	width:100%;
	background:#736d6d;
	color:#fff;
	height:48px;
	line-height:48px;
}
.score_keywords .score{
	width:850px;
	margin:20px auto 0 auto;
	overflow:hidden;
}
.score_keywords .score a{
	float:left;
	display:inline-block;
	overflow:hidden;
	margin:20px 15px;
}
.score_keywords .score a img{
	width:250px;
	height:128px;
}
.score_keywords .score a p{
	padding-top:5px;
	display:block;
	text-align:left;
	color:#00b8fa;
	font-size:14px;
}
.score_keywords .score a span{
	display:block;
	text-align:left;
	color:#8f8f8f;
	font-size:14px;
}
.score_keywords .score .cell{
	display:block;
	width:755px;
	margin:13px auto 0 auto;
}
.score_keywords .score .cell input{
	display:inline-block;
}
.score_keywords .score .file .ove, .score_keywords .score .file .mp3{
	position:relative;
	float:left;
	text-align:center;
	width:277px;
	padding:0 50px;
	height:auto;
}
.score_keywords .score .tip{
	position:absolute;
	color:#F00;
	font-size:12px;
	top: 40px;
	left: 95px;
}
.score_keywords .score .file input[type=file]{
	display:none;
}
.score_keywords .score .file label{
	float:left;
	margin:60px auto 14px auto;
	cursor:pointer;
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#3c3c3c;
	width:125px;
	border:1px solid #c9eaf6;
	background:#e5f8ff;
	transition: 300ms;
	-moz-transition: 300ms;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
}
.score_keywords .score .file label:hover{
	border:1px solid #b2dded;
	background:#d6f4ff;
}
.score_keywords .score .file span{
	height: 30px;
	line-height: 30px;
	margin: 60px auto 14px 15px;
	float:left;
	font-size:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block;
	color:#8e8e8e;
}
.score_keywords .score .file p{
	clear:both;
	line-height:26px;
	text-align:left;
	font-size:12px;
	color:#3c3c3c;
	padding-left:16px;
}
.score_keywords .score .file p.t{
	background:url(../web_images/score/warn.png) left center no-repeat;
}
.score_keywords .score .file .pre{
	width:455px;
	height:auto;
	margin:43px auto;
}
.score_keywords .score .file .pre .infotxt{
	float:left;
	width:250px;
	height:190px;
	background:#fff;
	border:1px solid #e2e2e2;
	margin-right:16px;
}
.score_keywords .score .file .pre .pic{
	float:left;
	padding-left:16px;
	width:162px;
	height:190px;
	border-left:1px solid #e2e2e2;
}
.score_keywords .score .file .pre .pic .img{
	height:152px;
}
.score_keywords .score .file .pre .pic span{
	font-size:12px;
}
.score_keywords .score .file .pre .pic .img img{
	height:120px;
	width:160px;
}
.score_keywords .score .file .pre label{
	margin:0;
}
.score_keywords .score .option{
	text-align:left;
	line-height:37px;
	float:left;
	display:inline-block;
	font-size:14px;
	font-weight:600;
}
.score_keywords .score .option b{
	font-weight:normal;
	color:#F00;
}
.score_keywords .score .redcode{
	float:left;
	margin:0;
	font-size:12px;
	color:#d71717;
	margin-top:10px;
	float:right;
}
.score_keywords .score .tit{
	float:right;
	height:35px;
	border:2px solid #91dcf8;
	background:#e5f8ff;
	width:650px;
}
.score_keywords .score .subop{
	font-size:12px;
	color:#8e8e8e;
	padding-left:150px;
	line-height:30px;
	width:320px;
}
.score_keywords .score .subtit{
	height:30px;
	border:1px solid #e2e2e2;
	background:#fff;
	width:260px;
	float:left;
	margin-left:10px;
}
.score_keywords .score .file{
	display:block;
	background:#f1f1f1;
	border:1px solid #e2e2e2;
	width:755px;
	height:175px;
	margin:0 auto;
	resize:none;
	font-size:14px;
}
.score_keywords .score .radio{
	text-align:left;
	line-height:37px;
	float:left;
	display:inline-block;
	color:#8e8e8e;
	font-size:14px;
	margin:0 0 0 8px;
}
.score_keywords .score .btn{
	border:none;
	display:block;
	width:165px;
	line-height:40px;
	font-size:16px;
	height:40px;
	background:#01b1eb;
	color:#fff;
	margin:0 auto 45px auto;
}
.score_keywords .bgtitle{
	overflow:visible;
	height:50px;
	width:100%;
	line-height:47px;
	*background:#e5f8ff;
	border-top:1px solid #c9eaf6;
	border-bottom:1px solid #c9eaf6;
}
.score_keywords .bgtitle h5{
	font-size:14px;
	font-weight:500;
}
.score_keywords .bgtitle h5 strong{
	color:#02b7fc;
}
.score_keywords .bgtitle ul{
	float:left;
}
.score_keywords .bgtitle li{
	float:left;
}
.score_keywords .bgtitle li a{
	font-size:14px;
	height:47px;
	display:block;
	text-align:center;
	width:92px;
}
.score_keywords .bgtitle li.on{
	border-bottom:4px solid #01b7fb;
}
.score_keywords .bgtitle .on a{
	color:#01b7fb;
}
.score_keywords .bgtitle li a b{
	display:inline-block;
	height:12px;
	width:12px;
	margin-right:3px;
	background:url(../web_images/score/sicon.png);
}
.score_keywords .bgtitle .t01 b{
	background-position:0 0;
}
.score_keywords .bgtitle .t02 b{
	background-position:-12px 0;
}
.score_keywords .bgtitle .t03 b{
	background-position:-24px 0;
}
.score_keywords .bgtitle .t04 b{
	background-position:-36px 0;
}
.score_keywords .bgtitle .t05 b{
	background-position:-48px 0;
}
.score_keywords tbody{
	color:#8e8e8e;
	line-height:20px;
	font-size:12px;
}
.score_keywords tbody a{
	color:#8e8e8e;
}
.score_keywords tbody tr{
	border-bottom:1px dashed #e2e2e2;
	height:83px;
}
.score_keywords tbody .pic a{
	width:80px;
	height:60px;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
.score_keywords tbody .pic img{
	background:url(../web_images/score/default.jpg) center no-repeat;
	background-size:100%;
	width:80px;
	height:60px;
}
.score_keywords tbody .data, .score_keywords tbody .num{
	text-align:left;
}
.score_keywords tbody .data p{
	display:inline;
	white-space:nowrap;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	color:#01b7fb;
	font-weight:600;
}
.score_keywords tbody .data p span{
	display:inline;
	font-size:12px;
	line-height:16px;
	color:#8e8e8e;
	margin-right:4px;
	font-weight:300;
}
.score_keywords tbody .data .c_desc{
	color:#8e8e8e;
	height:44px;
}
.score_keywords tbody .name{
	padding:0 20px;
	color:#01b7fb;
}
.score_keywords tbody .num{
	padding-left:10px;
}
.score_keywords tbody b.format, .score_keywords tbody b.unformat{
	background:url(../web_images/score_ui_v2.png) no-repeat;
	width:29px;
	height:19px;
	display:inline-block;
	margin:0 2.5px;
}
.score_keywords tbody .format.i01{
	background-position:-381px 0;
}
.score_keywords tbody .format.i02{
	display:none;
	background-position:-410px 0;
}
.score_keywords tbody .format.i03{
	background-position:-439px 0;
}
.score_keywords tbody .unformat.i01{
	background-position:-381px -19px;
}
.score_keywords tbody .unformat.i02{
	display:none;
	background-position:-410px -19px;
}
.score_keywords tbody .unformat.i03{
	background-position:-439px -19px;
}
.score_keywords tbody .secc{
	color:#3C6;
}
.score_keywords tbody .secc p{
	color:#F00;
}
.score_keywords tbody .fav {
	color:#8e8e8e;
}
.score_keywords tbody .fav a:hover{
	color:#01b7fb;
}
.score_keywords tbody .fav b{
	background:url(../web_images/score_ui_v2.png) no-repeat;
	background-position:-534px 0;
	width:19px;
	height:19px;
	display:inline-block;
}
.score_keywords tbody .add b{
	background-position:-534px -19px;
}
.score_keywords tbody tr:hover .data p{
	color:#003061;
}
.score_detail{
	width:810px;
}
.score_detail .title{
	display:block;
	width:100%;
	background:#ecd4d4;
	color:#431e1e;
	height:48px;
}
.score_detail .words{
	text-indent:30px;
	display:block;
	margin:0 auto;
	line-height:26px;
	text-align:left;
	width:690px;
}
.score_detail .score{
	position:relative;
	width:665px;
	margin-bottom:24px;
}
.score_detail .score a{
	display:inline-block;
	font-size:13px;
	line-height:39px;
	margin:14px 5.5px;
	border:1px solid #e2e2e2;
}
.score_detail .score a b{
	display:inline-block;
	width:13px;
	height:13px;
	margin-right:4px;
	background:url(../web_images/score_ui_v2.png) no-repeat bottom;
}
.score_detail .score .s01 b{
	background-position:-468px 0 !important;
}
.score_detail .score .s02{
	z-index:10;
}
.score_detail .score .s02 b{
	background-position:-481px 0 !important;
}
.score_detail .score .s03 b{
	background-position:-494px 0 !important;
}
.score_detail .score .s04 b{
	width:14px;
	background-position:-507px 0 !important;
}
.score_detail .score .s05 b{
	background-position:-521px 0 !important;
}
#id_download_mobile_qrcode{
	display:none;
	background:#fff;
	top:54px;
	left:172px;
	z-index:5;
	position:absolute;
	width:200px;
	height:203px;
	border:1px solid #e2e2e2;
	box-shadow:1px 3px 5px #e2e2e2;
}
#id_download_mobile_qrcode span,#id_download_mobile_qrcode a{
	color:#3c3c3c;
	font-size:12px;
	line-height:36px;
	width:auto;
	height:auto;
	border:none;
	margin:0;
	padding:0;
	display:inline-block;
}
#id_download_mobile_qrcode a{
	float:right;
	margin:0 21px 0 5px;
	text-decoration:underline;
}
.bdsharebuttonbox{
	position:absolute;
	display:none;
	top:53px;
	right:78px;
	z-index:5;
}
.bdshare_popup_box{
	z-index:999999999999 !important;
}
.bdimgshare-bg{
	display:none !important;
}
.score_detail .player{
	position:relative;
	clear:both;
	margin:0 auto;
	width:652px;
	height:74px;
	border:1px solid #e7d9da;
	background:url(../web_images/score/score_player_bg.jpg) no-repeat;
}
.score_detail .preview{
	position:relative;
	width:652px;
	min-height:919px;
	margin:0 auto;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
.score_detail .preview .ctll, .score_detail .preview .ctlr{
	top:0;
	margin:0;
	border:none;
	display:block;
	position:absolute;
	height:919px;
	width:220px;
	opacity:0;
	filter:alpha(opacity = 0);
}
.score_detail .preview .fs{
	top:0;
	left:220px;
	position:absolute;
	height:919px;
	width:200px;
	margin:0;
	border:none;
	display:block;
	opacity:0;
	filter:alpha(opacity = 0);
	border:none;
}
.score_detail .preview .ctll{
	left:0;
	padding: 0 17px 0 7px;
	background:url(../web_images/score/ctll.png) no-repeat 10% center !important;
}
.score_detail .preview .ctlr{
	right:0;
	padding: 0 7px 0 17px;
	background:url(../web_images/score/ctlr.png) no-repeat 90% center !important;
}
.score_detail .preview .ctll:hover, .score_detail .preview .ctlr:hover{
	opacity:1;
	filter:alpha(opacity = 100);
}
.score_detail .preview img{
	height:919px;
	width:650px;
	margin:0 auto;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
.score_detail .pos{
	height:33px;
	width:652px;
	margin:0 auto;
	background:#f6f6f6;
	border:1px solid #e2e2e2;
}
.score_detail .pos a{
	background:none !important;
	font-size:12px;
	overflow:visible;
	height:33px;
	width:auto;
	margin:0;
	padding:0;
	line-height:33px;
	border:none;
	float:none;
}
.score_detail .pos .p{
	margin-right:20px;
}
.score_detail .pos .n{
	margin-left:20px;
}
.score_detail .pos .fs{
	float:right;
	display:block;
	padding:0 20px;
	border-left:1px solid #e2e2e2;
}

.score_detail .other{
	background:#fbfbfb;
	border-bottom:1px solid #e2e2e2;
	width:100%;
}
.score_detail .other .p, .score_detail .other .n{
	display:block;
	height:218px;
	float:left;
	width:50px;
}
.score_detail .other ul{
	width:710px;
	float:left;
}
.score_detail .other ul li{
	margin:26px 21px 18px 21px;
	width:194px;
	float:left;
}
.score_detail .other ul li img{
	width:194px;
	height:124px;
}
.score_detail .other ul li span{
	font-size:14px;
	line-height:18px;
}
/*----评论----*/
.score_comment{
	text-align:left;
	min-height:500px !important;
	position:relative;
	width:765px;
	margin:0 auto;
	height:auto;
	z-index:1;
}
.score_comment .none{
	padding:20px;
}
.score_comment .wrapper{
	position:relative;
	padding:28px 35px;
}
.score_comment .wrapper .tiny_title{
	margin-top: 20px;
	font-size:14px;
	height:23px;
	border-bottom:2px solid #e8e8e8;
	margin-bottom:15px;
}
.score_comment .wrapper .tiny_title p{
	display:inline-block;
	text-align:center;
	width:80px;
	height:23px;
	line-height:23px;
	background:#e8e8e8;
}
.score_comment #comment{
	background:#f9f9f9;
	margin-top:20px;
	position:relative;
	font-size:18px;
	line-height:normal;
	width:690px;
	height:124px;
	border:1px solid #cfcece;
}
.score_comment label{
	left:35%;
	top:105px;
	color:#cfcece;
	position:absolute;
	margin:0 auto;
}
.score_comment .infotip{;
	display:inline-block;
	margin-left:0px;
	margin:5px 0 0 0;
	font-size:18px;
	color:#fff;
	background:#01cddf;
}
.score_comment .scomment{
	color:#FFF;
	font-size:17px;
	line-height:38px;
	background:#01b1eb;
	text-align:center;
	position:relative;
	margin:-3px 1px 0 0;
	height:38px;
	width:110px;
}
.score_comment .scomment:hover{
	background:#01cddf;
}
.score_comment .discuss{
	text-align:left;
	clear:both;
	height:auto;
	width:695px;
	padding:14px 0;
}
.score_comment .userico{
	display:inline-block;
	float:left;
	height:72px;
}
.score_comment .userico img{
	width:72px;
	height:72px;
	margin-right:11px;
}
.score_comment .discuss .talk{
	position:relative;
	height:72px;
	width:612px;
	font-size:13px;
}
.score_comment .discuss .talk .time{
	top:0;
	right:360px;
	position:absolute;
	color:#8f8d8d;
}
.score_comment .discuss .talk .small{
	top:0;
	right:0px;
	position:absolute;
	height:auto;
	width:270px;
}
.score_comment .discuss .talk small{
	float:right;
	display:block;
	width:70px;
	text-align:left;
	padding-left:17px;
	font-size:12px;
	background-position:left;
	background-repeat:no-repeat;
}
.score_comment .discuss .talk .fdb{
	background-image: url(../web_images/cv_blue.png);
}
.score_comment .discuss .talk .srp{
	background-image: url(../web_images/cg_blue.png);
}
.score_comment .discuss .talk .unsr{
	background-image: url(../web_images/cb_blue.png);
}
.score_comment .discuss .reply{
	margin:15px 0 0 82px;
	width:610px;
	border:1px solid rgba(226,226,226,0.3);
	background:rgba(255,255,255,0.3);
	clear:both;
	position:relative;
}
.score_comment .discuss .reply textarea{
	resize:none;
	display:block;
	overflow:hidden;
	margin:20px 20px 8px 20px;
	right:20px;
	width:564px;
	min-height:35px;
	z-index:555;
	opacity:0.5;
	filter:alpha(opacity=50);
	border:1px solid #e2e2e2;
}
.score_comment .discuss .reply textarea:focus{
	border:1px solid #92e1ea;
}
.score_comment .discuss .reply .repbtn{
	margin:0 20px 14px 12px;
	float:right;
	text-align:center;
	background:#c3f9ff;
	color:#31c4d6;
	display:block;
	overflow:hidden;
	line-height:26px;
	height:26px;
	width:62px;
	border:1px solid #92e1ea;
}
.score_comment .discuss .reply span{
	padding-left:400px;
	text-align:left;
	display:inline-block;
	overflow:hidden;
	line-height:26px;
}
.score_comment .discuss .reply .words{
	padding:6px 0 10px 0;
	top:112px;
	border-top:1px solid rgba(204,189,125,0.3);
	width:610px;
}
.score_comment .discuss .reply .replies{
	display:block;
	padding:14px 20px;
	height:35px;
	width:570px;
	overflow:hidden;
}
.score_comment .discuss .reply .replies img{
	float:left;
	height:35px;
	width:35px;
}
.score_comment .discuss .reply .replies .time{
	font-style:normal;
	display:inline;
	float:right;
	right:360px;
	color:#8f8d8d;
}
.score_comment .discuss .reply .replies p{
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:19px;
	width:526px;
	float:left;
	padding-left:9px;
	overflow:hidden;
}
.score_comment .discuss .reply .replies strong{
	float:left;
}
/*--------*/
.score_keywords .score_title{
	line-height:60px;
}
.score_keywords .info{
	margin-top:15px;
	font-size:14px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	height:37px;
	line-height:37px;
	width:100%;
}
.score_keywords .info li a{
	height:34px;
}
.score_keywords .info .count{
	padding:0 20px;
	line-height:37px;
	height:37px;
	float:left;
}
.score_keywords .info .count b{
	font-weight:500;
	color:#b05f00;
	margin:0 4px;
}
.score_keywords .info .scorepage{
	font-size:12px;
	clear:inherit;
	display:inline-block;
	padding:0;
	height:37px;
	float:right;
	text-align:center;
	width:auto;
	margin-top: 0px;
	position: relative;
	zoom: 1;
	overflow: visible;
}
.score_keywords .info .scorepage a, .score_keywords .info .scorepage span {
	margin: 0;
	display: inline-block;
	color: #303030;
	margin-left: -7px;
	position: relative;
	border: 1px solid #c9eaf6;
	height:23px;
	line-height:23px;
	font-size:12px;
	padding: 0 8px;
	background:#fff;
}
.score_keywords .info .scorepage a:hover{
	border:1px solid #01cddf;
	background:#01cddf;
	color:#FFF;
	text-decoration:none;
}
.score_keywords .info .scorepage span {
	color:#C4C4C4;
	border:1px solid #c9eaf6;
}
.score_keywords .info .scorepage em{
	padding-left:2px;
	font-style:normal;
}
.score_keywords .info .scorepage a:hover, .score_keywords .info .scorepage .on{
	color:#fff;
	position:relative;
	z-index:3;
	border:1px solid #01b1eb;
	background:#01b1eb;
}
.score_keywords .info .scorepage .turn_p{
	display:inline;
	width:25px;
	height:21px;
	border: 1px solid #cfcece;
}
.score_keywords .info .scorepage .btn{
	margin:0 3px;
}
.score_keywords .score_skeywords{
	width:850px;
	margin:0 auto 0 25px;
	overflow:hidden;
}
.score_keywords .score_skeywords h3{
	text-align:left;
	color:#844e19;
	font-size:14px;
	margin-bottom:10px;
}
.score_keywords .score_skeywords h3 b{
	float:left;
	display:block;
	width:22px;
	height:22px;
	margin-right:4px;
	background:url(../web_images/score_ui_v1.png) no-repeat;
}
.score_keywords .score_skeywords .pop b{
	background-position:0 0;
}
.score_keywords .score_skeywords .hot b{
	background-position:-22px 0;
}
.score_keywords .score_skeywords .pianolist b{
	background-position:-44px 0;
}
.score_keywords .score_skeywords .school b{
	background-position:-66px 0;
}
.score_keywords .score_skeywords div{
	color:#8e8e8e;
	text-align:left;
	padding:0 0 6px 36px;
	line-height:26px;
	font-size:14px;
	width:806px;
	float:right;
}
.score_keywords .score_skeywords .piano{
	-webkit-column-width: 170px;
	-webkit-column-gap: 20px;
    -webkit-column-rule:none;
    -webkit-column-count:5;
	column-width:170px;
    column-gap:20px;
    column-rule:none;
    column-count:5;
	-moz-column-width:170px;
    -moz-column-gap:20px;
    -moz-column-rule:none;
    -moz-column-count:5;
	-ms-column-width:170px;
    -ms-column-gap:20px;
    -ms-column-rule:none;
    -ms-column-count:5;
	-o-column-width:170px;
    -o-column-gap:20px;
    -o-column-rule:none;
    -o-column-count:5;
}
.score_keywords .score_skeywords .piano > *{
	display:block;
}
.score_keywords .score_skeywords div >*{
	color:#8e8e8e;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.score_keywords .score_skeywords div a:hover{
	color:#05b8fa;
}
.score_keywords .score_skeywords .pianolist a{
	overflow:hidden;
	position:relative;
	padding:0;
	float:left;
	display:block;
	width:110px;
	height:140px;
}
.score_keywords .score_skeywords .pianolist a img{
	position:absolute;
	left:0;
	top:0;
	width:110px;
	height:140px;
}
.score_keywords .score_skeywords .pianolist a .bg{
	display:none;
	z-index:222;
	padding:0;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:0.5;
	width:110px;
	height:140px;
}
.score_keywords .score_skeywords .pianolist a p, .score_keywords .score_skeywords .pianolist a span{
	display:none;
	z-index:555;
	color:#fff;
	position:absolute;
	height:20px;
	width:110px;
	top:50px;
	line-height:20px;
	text-align:center;
}
.score_keywords .score_skeywords .pianolist a p{
	font-size:17px;
	white-space:nowrap;
	top:50px;
}
.score_keywords .score_skeywords .pianolist a span{
	color:#0cadf5;
	font-size:9px;
	white-space:nowrap;
	top:70px;
}
.score_keywords .score_skeywords .pianolist a:hover .bg, 
.score_keywords .score_skeywords .pianolist a:hover p, .score_keywords .score_skeywords .pianolist a:hover span{
	display:block;
}
.score_keywords .score_skeywords .school a{
	padding:0;
}
.score_keywords .score_skeywords .school div{
	padding:0;
	width:98px;
	float:left;
	margin:5px 17px 17px 0;
}
.score_keywords .score_skeywords .school img{
	padding:0;
	margin:0 auto;
	border-radius:50%;
	border:1px solid #c2c2c2;
}
.score_keywords .score_skeywords .school p{
	padding:0;
	text-align:center;
	font-size:12px;
	white-space:nowrap;
}
.score_keywords .fv.none{
	min-height:665px;
}
.score_keywords .fv.none a{
	display:block;
	line-height:16px;
	font-size:12px;
	width:290px;
	height:20px;
	margin:182px auto;
	padding-top:85px;
	background:url(../web_images/score/none.png) top center no-repeat;
}

.relative{
	width:238px;
	margin:25px 0 25px 0;
}
.relative .qqgroup{
	height:52px;
	width:236px;
	border:1px solid #89d577;
	font-size:12px;
	background:#a1e891;
	margin-bottom:1px;
}
.relative .qqgroup a{
	display:block;
	overflow:hidden;
}
.relative .qqgroup span{
	display:block;
	height:52px;
	width:55px;
	float:left;
	background:#89d577;
}
.relative .qqgroup span b{
	display:block;
	margin:8px 12px;
	height:34px;
	width:30px;
	float:left;
	background:url(../web_images/score_ui_v2.png) no-repeat center;
	background-position:-303px 0;
}
.relative .qqgroup p{
	font-size:16px;
	padding:25px 0 0 10px;
	float:left;
	line-height:0px;
}
.relative .upload{
	background:#edba1d;
	border:1px solid #dba708;
}
.relative .upload a, .relative .favor a{
	pointer-events:auto;
}
.relative .upload span{
	background:#dba708;
}
.relative .upload span b{
	margin:8px 12px;
	width:37px;
	background-position:-266px 0;
}
.relative .upload p{
	padding-top:25px;
	font-size:16px;
}
.relative .upload p i{
	font-size:14px;
	font-style:normal;
}
.relative .favor{
	border:1px solid #4cccd8;
	background:#75e4ee;
}
.relative .favor span{
	background:#4cccd8;
}
.relative .favor span b{
	width:30px;
	background-position:-337px 0;
}
.relative .favor p{
	padding-top:25px;
	font-size:16px;
}
.relative .dtitle{
	padding-left:10px;
	background:#e5f8ff;
	display:block;
	height:27px;
	line-height:27px;
	font-size:14px;
	border:1px solid #c9eaf6;
}
.relative .dtitle a{
	float:right;
	padding-right:10px;
}
.relative .dcontent{
	background:#fff;
	padding:8px 0;
	border:1px solid #e2e2e2;
	border-top:none;
	border-bottom:none;
}
.relative .dcontent a{
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#66cdf4;
	display:block;
	width:auto;
	margin-right:
	overflow:hidden;
}
.relative .dcontent a span{
	float:right;
}
.relative .dcontent p{
	padding-left:15px;
	line-height:25px;
}
.relative .dcontent p a:hover{
	color:#000;
}
.relative .dcontent .c{
	margin:5px 0 0 0;
}
.relative .dcontent .c .cell{
	padding-left:17px;
	width:auto;
	display:block;
	overflow:hidden;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	border-color:transparent;
}
.relative .dcontent .c .on{
	border-color:#ededed;
	background:#fafafa;
}
.relative .dcontent .c .n{
	font-size:14px;
	color:#000;
	float:left;
	width:auto;
	height:22px;
	line-height:22px;
	padding:13px 0;
}
.relative .dcontent .c span{
	height:22px;
	line-height:22px;
	display:block;
	width:100px;
	float:left;
	color:#8e8e8e;
	padding:13px 0;
}
.relative .dcontent .c .cell:hover .n{
	color:#66cdf4;
}
.relative .dcontent a:hover{
	color:#ed3800;
}
.relative .dcontent a b{
	float:left;
	margin-right:7px;
	display:block;
	height:22px;
	width:22px;
	background:url(../web_images/score_ui_v2.png) no-repeat;
}
.relative .dcontent .d b{
	background:url(../web_images/score/scorelist_all.png) no-repeat !important;
}
.relative .dcontent .d01 b{
	background-position:-88px 0 !important;
}
.relative .dcontent .d02 b{
	background-position:-132px 0 !important;
}
.relative .dcontent .d03 b{
	background-position:-176px 0 !important;
}
.relative .dcontent .d04 b{
	background-position:-198px 0 !important;
}
.relative .dcontent .d05 b{
	background-position:-110px 0 !important;
}
.relative .dcontent .d06 b{
	background-position:-154px 0 !important;
}
.relative .dcontent .d07 b{
	background-position:-220px 0 !important;
}
.relative .dcontent .d08 b{
	background-position:-242px 0 !important;
}
/*-----宽版-----*/
.newscore{
	width:347px;
}
.newscore .masterico{
	position:relative;
	background:url(../web_images/relative_bg.jpg) no-repeat center;
	border:1px solid #e2e2e2;
	height:288px;
}
.newscore .masterico a{
	display:block;
	overflow:hidden;
	margin:14px 89px;
}
.newscore .masterico a img{
	width:160px;
	height:120px;
	border:4px solid rgba(0,0,0,0.1);
	background: url(../web_images/score/default.jpg) center no-repeat;
	background-size: 100%;
}
.newscore .masterico .line{
	width:290px;
	margin:0 auto;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #dfebbf;
}
.newscore .masterico .info{
	padding-top:10px;
	display:block;
	width:290px;
	margin:0 auto;
}
.newscore .masterico .info span{
	line-height:28px;
	display:block;
	float:left;
	width:130px;
	margin-left:10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.newscore .masterico .info span a{
	display:inline;
	overflow:hidden;
	margin:0;
}
.newscore .masterico .info .tit{
	width:280px;
}
.newscore .masterico .fav{
	margin:0;
	height:34px;
	width:34px;
	background:url(../web_images/relative_fav.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
}
.newscore .masterico .comment{
	margin:0;
	height:34px;
	width:34px;
	background:url(../web_images/score/relative_comment.png) no-repeat;
	position:absolute;
	top:35px;
	right:0;
}
.newscore .masterico .comment:hover, .newscore .masterico .share:hover{
	background-position:-34px 0;
}
.newscore .masterico .share{
	margin:0;
	height:34px;
	width:34px;
	background:url(../web_images/score/relative_share.png) no-repeat;
	position:absolute;
	top:70px;
	right:0;
}
.newscore .masterico .fav:hover{
	opacity:1;
}
.newscore .albumico a{
	display:block;
	overflow:hidden;
	margin:14px 42px;
	cursor:auto;
}
.newscore .albumico a img{
	width:250px;
	height:129px;
}
.newscore .albumico .info span{
	line-height:25px;
}
.relative .ctitle{
	padding-left:10px;
	background:#acb885;
	display:block;
	height:27px;
	line-height:27px;
	font-size:14px;
	border:1px solid #9dab71;
}
.newscore .score_intro{
	position:relative;
	background:#fff;
	min-height:149px;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
.newscore .score_intro span{
	display:block;
	width:303px;
	color:#8e8e8e;
	font-size:12px;
	line-height:22px;
	margin:17px auto;
}
.newscore .score_intro a{
	position:absolute;
	right: 26px;
	bottom: 17px;
	display:block;
	color:#66cdf4;
	text-decoration:underline;
	font-size:12px;
}
.newscore .tags{
	background:#fff;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
.newscore .tags div{
	margin:10px auto;
	width:324px;
}
.newscore .tags a{
	float:left;
	margin:3px;
	display:block;
	height:28px;
	width:100px;
	border:1px solid #e2e2e2;
	line-height:28px;
	text-align:center;
}
.newscore .tags a:hover{
	border:1px solid #01b7fb;
	color:#01b7fb;
}
.newscore .lessons{
	height:525px;
	background:#fff;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
.newscore .lessons div{
	line-height:20px;
	width:285px;
	font-size:14px;
	margin:15px auto;
}
.newscore .lessons div img{
	width:285px;
	height:186px;
}
.newscore .lessons div span{
	color:#8e8e8e;
}
.newscore .score_ad{
	margin:0;
	padding:0;
	width:346px;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}
.newscore .score_ad img{
	width:346px;
}
/*----------*/
.cswrapper #subinfo{
	display:block;
	float:left;
	margin:15px 0;
	width:520px;
}
.cswrapper #subinfo td{
	white-space:nowrap;
	font-size:14px;
	background:#FFF;
	height:68px;
	padding:0 40px;
	text-align:center;
	border:1px solid #e1e1e1;
}
.cswrapper #subinfo .num{
	color:#01b1eb;
}
.course .c_info a span{
	display:inline-block;
}
.course .c_info .star{
	margin:1px 0;
	height:19px;
	padding-left:25px;
	float:left;
	width:130px;
	background:url(../web_images/fav.png) repeat-y;
}
.course .c_info .hit{
	position:relative;
	margin:1px 0;
	height:19px;
	padding-left:25px;
	float:left;
	width:120px;
	padding-bottom:0px;
	z-index:2;
	background-position:left top;
	background:url(../web_images/hit.png) repeat-y;
}
.course .c_info .comm_num{
	position:relative;
	margin:1px 0;
	height:18px;
	padding-left:25px;
	float:left;
	width:120px;
	padding-bottom:0px;
	z-index:2;
	background-position:left top;
	background:url(../web_images/comm_l.png) repeat-y;
}
.course .c_info .sns{
	margin-left:8px;
	float:left;
	height:22px;
	width:235px;
	font-size:14px;
	color:#393938;
}
.course .c_info .sns p{
	float:left;
	margin-right:22px;
}
.course .c_info .sns a{
	float:left;
	display:block;
	margin: 0px 20px 0px 0;
	height:22px;
	width:22px;
	background:url(../web_images/sns.png) no-repeat;
}
.course .c_info .sns .tencent{
	background-position:-22px 0px;
}
.course .c_info .sns .wechat{
	background-position:-44px 0px;
}
.course .c_info .sns .douban{
	background-position:-66px 0px;
}
.course .c_info .sns .renren{
	background-position:-88px 0px;
}
.course .c_info .sns .qq{
	background-position:-110px 0px;
}
.course .c_info .sns .baidu{
	background-position:-132px 0px;
}
.course .c_info .sns .qzone{
	background-position:-154px 0px;
}
.vcomments{
	float:left;
	width:827px;
	height:auto;
}
.course_title{
	width:765px;
	height:70px;
	background:url(../web_images/title_bar.gif);
	background-repeat:no-repeat !important;
	background-position:bottom !important;
}
.course_title h1>a{
	overflow:visible;
	background:url(../web_images/btn_bg.png);
	background-repeat:no-repeat !important;
	background-position:bottom !important;
	background-size:153px 0px !important;
	font-size:19px;
	color:#fff;
	line-height:59px;
	font-weight:lighter;
	display:block;
	float:left;
	width:147px;
	padding-top:11px;
	padding-right:6px;
	height:59px;
	text-align:center;
}
.ie .course_title h1>a{
	background:none;
}
.course_title .on>a{
	overflow:visible;
	font-weight:lighter;
	font-size:21px;
	background-size:153px 70px !important;
	opacity:1;
	filter:alpha(opacity=100);
}
.course_title h1>a:hover{
	overflow:visible;
	font-weight:lighter;
	font-size:21px;
	background-size:153px 70px;
	opacity:0.95;
	filter:alpha(opacity=95);
}
.ie .course_title .on>a{
	background:url(../web_images/btn_bg.png);
}
.ie .course_title h1>a:hover{
	background:url(../web_images/btn_bg.png);
}
/*-----work-----*/
.work_title{
	background:url(../web_images/title_bar_wk.gif);
}
.work_title h1>a{
	background:url(../web_images/btn_bg_wk.png);
}
/*-----TAB-----*/
.astit{
	min-height:1155px !important;
	position:relative;
	width:765px;
	background:url(../web_images/tit_bg.png) no-repeat;
	height:auto;
	z-index:1;
}
.astit .wrapper{
	position:relative;
	padding:28px 35px;
}
.astit .wrapper .tiny_title{
	font-size:14px;
	height:23px;
	border-bottom:2px solid #dfb96d;
	margin-bottom:15px;
}
.astit .wrapper .pic1{
	position:relative;
	width:270px;
	height:250px;
	float:left;
	background:url(../web_images/book_bg.png) no-repeat center;
}
.astit .wrapper .pic1 img{
	position:static;
	margin:22px 0 0 55px;
	width:137px;
	height:192px;
	transform:rotate(-5.5deg);
	-ms-transform:rotate(-5.5deg);
	-moz-transform:rotate(-5.5deg);
	-webkit-transform:rotate(-5.5deg);
	-o-transform:rotate(-5.5deg); 
}
.astit .wrapper .pic2{
	float:left;
	margin-left:2px;
	width:298px;
	height:246px;
	background:url(../web_images/teacr_pic.png) no-repeat center;
}
.astit .wrapper .pic2 img{
	margin:29px 0 0 14px;
	border:4px solid #fff;
	width:263px;
	height:170px;
	transform:rotate(-9.5deg);
	-ms-transform:rotate(-9.5deg);
	-moz-transform:rotate(-9.5deg);
	-webkit-transform:rotate(-9.5deg);
	-o-transform:rotate(-9.5deg); 
}
.astit .wrapper .text1{
	font-size:14px;
	line-height:28px;
	float:right;
	padding-top:15px;
	width:370px;
	height:200px;
}
.astit .wrapper .text1 .sub{
	color:#d32629;
}
.astit .wrapper .text2{
	padding:15px 0 0 88px;
	font-size:14px;
	line-height:28px;
	float:left;
	width:307px;
	height:231px;
}
.astit .wrapper .onesent{
	display:block;
	padding:35px 28px 35px 98px;
	font-size:14px;
	line-height:28px;
}
.astit .wrapper .onesent em{
	display:block;
	float:left;
	width:19px;
	height:28px;
	background:url(../web_images/fav.png) no-repeat left;
}
.astit .wrapper .color_title{
	position:relative;
	clear:both;
	height:44px;
	border-bottom:2px solid;
	overflow:visible;
}
.astit .wrapper .color_title h1{
	float:left;
	line-height:44px;
	margin:0 15px;
}
.astit .wrapper .color_title .ename{
	color:#007ed6;
}
.astit .wrapper .spec{
	border-color:#ee6666;
	width:364px;
}
.astit .wrapper .spec:before {
	content: " ";
	position:absolute;
	top:0;
	right:0;
	width:446px;
	height:54px;
	background: url(../web_images/cc_spec.png) no-repeat;
}
.astit .wrapper .teacr{
	margin-left:83px;
	border-color: #000;
	width:381px;
}
.astit .wrapper .teacr:before {
	content: " ";
	position:absolute;
	top:0;
	right:0;
	width:463px;
	height:54px;
	background: url(../web_images/cc_teacr.png) no-repeat;
}
.astit .wrapper .destn{
	margin-left:83px;
	border-color: #e98125;
	width:612px;
}
.astit .wrapper .destn:before {
	content: " ";
	position:absolute;
	top:0;
	right:0;
	width:694px;
	height:54px;
	background: url(../web_images/cc_destn.png) no-repeat;
}
.astit .wrapper .mainu{
	margin-left:83px;
	border-color: #159b77;
	width:612px;
}
.astit .wrapper .mainu:before {
	content: " ";
	position:absolute;
	top:0;
	right:0;
	width:694px;
	height:54px;
	background: url(../web_images/cc_mainu.png) no-repeat;
}
.astit .wrapper .cs_des{
	margin:22px 0 18px 63px;
	height:264px;
}
.astit .wrapper .cs_des li{
	margin-bottom:13px;
}
.astit .wrapper .cs_des li dt{
	float:left;
	display:block;
	width:39px;
	height:39px;
	overflow:visible;
	margin-right:15px;
}
.astit .wrapper .cs_des li dd{
	display:block;
	height:39px;
	line-height:39px;
	font-size:18px;
}
.astit .wrapper .cs_des li .no1{
	background: url(../web_images/no1.png) no-repeat;
}
.astit .wrapper .cs_des li .no2{
	background: url(../web_images/no2.png) no-repeat;
}
.astit .wrapper .cs_des li .no3{
	background: url(../web_images/no3.png) no-repeat;
}
.astit .wrapper .cs_des li .no4{
	background: url(../web_images/no4.png) no-repeat;
}
.astit .wrapper .cs_des li .no5{
	background: url(../web_images/no5.png) no-repeat;
}
/*-----work-----*/
.wk{
	background:url(../web_images/tit_bg_wk.png) no-repeat;
}
.wk .wrapper .text3{
	display:block;
	font-size:14px;
	line-height:26px;
	padding:15px 0 0 105px;
	width:590px;
	height:300px;
}
.wk .wrapper .wrk{
	margin-left:83px;
	border-color: #28b48e;
	width:612px;
}
.wk .wrapper .wrk:before {
	content: " ";
	position:absolute;
	top:0;
	right:0;
	width:694px;
	height:54px;
	background: url(../web_images/cc_wrk.png) no-repeat;
}
.wk .wrapper .att{
	margin-left:83px;
	border-color: #2386d4;
	width:612px;
}
.wk .wrapper .att:before {
	content: " ";
	position:absolute;
	top:0;
	right:0;
	width:694px;
	height:54px;
	background: url(../web_images/cc_att.png) no-repeat;
}
/*-----课-----*/
.astit .les{
	margin:5px 0;
	height:53px;
}
.astit .les div{
	float:left;
}
.astit .les span{
	font-size:14px;
	line-height:38px;
	float:left;
	height:38px;
	width:auto;
	margin:7px 0 8px 0;
	display:block;
	overflow:visible;
	background:#8fd2e7;
}
.astit .les s{
	display:block;
	float:left;
	height:53px;
	width:44px;
	margin-right:4px;
}
.astit .les i{
	display:block;
	float:left;
	height:53px;
	width:53px;
	background:url(../web_images/cs_play.png) no-repeat;
	background-position:left;
}
.astit .les .r{
	display:block;
	float:left;
	height:38px;
	width:17px;
	margin:7px 0 8px 0;
	background:url(../web_images/cs_right.png) no-repeat;
	background-position:left;
}
.astit .free span{
	background:#68e892
}
.astit .free s{
	background:url(../web_images/cs_free.png) no-repeat;
	background-position:left;
}
.astit .free i{
	background:url(../web_images/cs_play_free.png) no-repeat;
}
.astit .free .r{
	background:url(../web_images/cs_right_free.png) no-repeat;
}
.astit .les:hover{
	opacity:0.7 !important;
}
.astit .les .c_no{
	width:78px;
	text-align:right;
	padding-right:12px;
}
.astit .les .c_name{
	width:337px;
}
.astit .les .l_time{
	width:150px;
	text-align:right;
}
/*-----评论-----*/
.astit #comment{
	margin-top:20px;
	position:relative;
	font-size:18px;
	line-height:normal;
	width:690px;
	height:124px;
	border:1px solid #cfcece;
}
.astit label{
	left:35%;
	top:105px;
	color:#cfcece;
	position:absolute;
	margin:0 auto;
}
.astit .infotip{;
	display:inline-block;
	margin-left:0px;
	margin:5px 0 0 0;
	font-size:18px;
	color:#fff;
	background:#01cddf;
}
.astit .scomment{
	color:#FFF;
	font-size:17px;
	line-height:38px;
	background:#01b1eb;
	text-align:center;
	position:relative;
	margin:-3px 1px 20px 0;
	height:38px;
	width:110px;
}
.astit .scomment:hover{
	background:#01cddf;
}
.astit .discuss{
	text-align:left;
	clear:both;
	height:auto;
	width:695px;
	padding:14px 0;
}
.astit .userico{
	display:inline-block;
	float:left;
	height:72px;
}
.astit .userico img{
	width:72px;
	height:72px;
	margin-right:11px;
}
.astit .discuss .talk{
	position:relative;
	height:72px;
	width:612px;
	font-size:13px;
}
.astit .discuss .talk .time{
	top:0;
	right:360px;
	position:absolute;
	color:#8f8d8d;
}
.astit .discuss .talk .small{
	top:0;
	right:0px;
	position:absolute;
	height:auto;
	width:270px;
}
.astit .discuss .talk small{
	float:right;
	display:block;
	width:70px;
	text-align:left;
	padding-left:17px;
	font-size:12px;
	background-position:left;
	background-repeat:no-repeat;
}
.astit .discuss .talk .fdb{
	background-image: url(../web_images/cv_blue.png);
}
.astit .discuss .talk .srp{
	background-image: url(../web_images/cg_blue.png);
}
.astit .discuss .talk .unsr{
	background-image: url(../web_images/cb_blue.png);
}
.astit .discuss .reply{
	margin:15px 0 0 82px;
	width:610px;
	border:1px solid rgba(204,189,125,0.3);
	background:rgba(255,255,255,0.3);
	clear:both;
	position:relative;
}
.astit .discuss .reply textarea{
	resize:none;
	display:block;
	overflow:hidden;
	margin:20px 20px 8px 20px;
	right:20px;
	width:564px;
	min-height:35px;
	z-index:555;
	opacity:0.5;
	filter:alpha(opacity=50);
	border:1px solid #e7d99f;
}
.astit .discuss .reply .repbtn{
	margin:0 20px 14px 12px;
	float:right;
	text-align:center;
	background:#c3f9ff;
	color:#31c4d6;
	display:block;
	overflow:hidden;
	line-height:26px;
	height:26px;
	width:62px;
	border:1px solid #92e1ea;
}
.astit .discuss .reply span{
	padding-left:400px;
	text-align:left;
	display:inline-block;
	overflow:hidden;
	line-height:26px;
}
.astit .discuss .reply .words{
	padding:6px 0 10px 0;
	top:112px;
	border-top:1px solid rgba(204,189,125,0.3);
	width:610px;
}
.astit .discuss .reply .replies{
	display:block;
	padding:14px 20px;
	height:35px;
	width:570px;
	overflow:hidden;
}
.astit .discuss .reply .replies img{
	float:left;
	height:35px;
	width:35px;
}
.astit .discuss .reply .replies .time{
	font-style:normal;
	display:inline;
	float:right;
	right:360px;
	color:#8f8d8d;
}
.astit .discuss .reply .replies p{
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:19px;
	width:526px;
	float:left;
	padding-left:9px;
	overflow:hidden;
}
.astit .discuss .reply .replies strong{
	float:left;
}
/*-----work-----*/
.wk .discuss .reply{
	border:1px solid rgba(135,207,203,0.3);
}
.wk .discuss .reply textarea{
	border:1px solid #a3cecc;
}
.wk .discuss .reply .words{
	border-top:1px solid rgba(135,207,203,0.3);
}

/*-----学生-----*/
.astit .alluser{
	float:left;
	width:72px;
	height:120px;
	padding-top:15px;
	margin-right:31px;
	margin-bottom:15px;
}
.astit .last{
	margin-right:0px;
}
.astit .usern{
	clear:both;
	height:35px;
	padding-top:10px;
	padding-left:5px;
	text-align:center;
}
/*-----课件-----*/
.astit .tiny_title{
	width:100%;
}
.astit .tiny_title p{
	display:block;
	color:#8b2b00;
	text-align:center;
	line-height:24px;
	width:auto;
	float:left;
	padding:0 13px;
	margin-right:5px;
	background:#dfb96d;
}
.astit .tiny_title span{
	display:inline-block;
	line-height:24px;
	padding-left:10px;
	float:left;
}
.astit .tiny_title .downse{
	width:104px;
	margin-right:0px;
}
.astit .downlist{
	position:relative;
	border-bottom:1px dashed #cacac9;
}
.astit .downlist input{
	height:14px;
	vertical-align:middle;
	margin-top:-1px;
}
.astit .downlist a{
	font-size:14px;
	line-height:40px;
	padding:0 22px 0 10px;
}
.astit .downlist .down{
	padding: 0;
	position:absolute;
	right:0;
}
.astit .downlist em{
	display:block;
	float:left;
	width:20px;
	height:40px;
	margin-right:10px;
	background:url(../web_images/download.png) no-repeat;
	background-position:left;
}
.astit .downlist em:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
/*-----可能-----*/
.maylike{
	margin-top:11px;
	float:left;
	width:357px;
	height:auto;
}
.maylike .favtitle{
	height:58px;
	padding-left:70px;
	background:url(../web_images/maylike.gif) no-repeat left top;
	background-color:#dbf1f1;
	line-height:58px;
	margin-bottom:13px;
}
.maylike ul{
	margin:0;
	display:block;
	overflow:hidden;
	padding-top:6px;
	width:354px;
	padding-left:3px;
}
.maylike ul li{
	clear:both;
	position:relative;
	margin-bottom:30px;
	background:#FFF;
	height:144px;
}
.maylike ul li p{
	display:block;
	margin:12px 10px 0px 0px;
	padding-left:10px;
}
.maylike ul li .ctime{
	overflow:hidden;
	text-overflow:ellipsis;
	color:#555;
	width:108px;
}
.maylike ul li span{
	position:absolute;
	left:235px;
	line-height:35px;
	bottom:35px;
	color:#dc3609;
	font-size:13px;
}
.maylike ul li .sbuy{
	position:absolute;
	line-height:25px;
	height:25px;
	width:68px;
	bottom:11px;
	right:50px;
	text-align:center;
	background:#d74128;
	display:block;
	color:#FFF;
}
.maylike ul li .splay{
	background:#01b1eb;
}
.teacher{
	overflow:hidden;
	width:930px;
	height:auto;
	float:left;
}
.teacher .maininfo{
	overflow:hidden;
	width:930px;
	height:375px;
	float:left;
}
.teacher .maininfo .t_pic{
	float:left;
	margin:38px 25px 38px 0;
}
.teacher .maininfo .t_pic img{
	height:300px;
	width:300px;
}
.teacher .maininfo .t_info{
	font-size:16px;
	width:580px;
	height:260px;
	float:left;
	margin:50px 25px 50px 0;
}
.teacher .maininfo .t_info p{
	line-height:50px;
}
.teacher .maininfo .t_info span{
	color:#767474;
}
.teacher .mainsecc{
	float:left;
	overflow:hidden;
	width:930px;
}
.timeline{
	z-index:5;
	position:relative;
	font-size:15px;
	line-height:40px;
	padding:26px;
}
.timeline em{
	z-index:10;
	float:left;
	display:inline-block;
	height:40px;
	width:15px;
	margin:auto 15px;
	background-image:url(../web_images/line.png);
	background-position:center;
	background-repeat:no-repeat;
}
.timeline .tltitle{
	position:absolute;
	display:block;
	float:left;
	left:48px;
	padding:0 25px;
}
.timeline .tlinfo{
	overflow:hidden;
	display:block;
	padding-left:59px;
	margin-left:22px;
	width:800px;
}
.timeline .leftborder{
	z-index:-1;
	border-left:1px solid #c2e3ef;
}
.job{
	float:right;
	width:224px;
	height:auto;
}
.job li{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
}
/*-----活动-----*/
.levent{
	padding:15px 0px 15px 2px;
	height:226px;
	border-bottom:1px solid #e2e2e2;
}
.active .sizeMdetail em{
	position:absolute;
	height:129px;
	width:202px;
	background:url(../web_images/hot.png) no-repeat 0 0;
	top:-8px;
	right:-80px;
}
.ended .sizeMdetail em{
	position:absolute;
	height:129px;
	width:202px;
	background:url(../web_images/ended.png) no-repeat;
	top:5px;
	right:20px;
}
.active .sizeMdetail .time{
	color:#d74128;
}
.ended .sizeMdetail .time{
	color:#949494;
}
.active .sizeMdetail .join{
	background: #d74128;
}
.ended .sizeMdetail .join{
	background: #d1d0d0;
}
.t_recmd{
	margin:0 auto;
	height:365px;
	width:1184px;
	border-bottom:1px solid #e2e2e2;
}
.t_intvw{
	margin:0 auto;
	padding:4px 0 32px 0;
	height:288px;
	width:1184px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #e2e2e2;
}
.t_intvw li{
	float:left;
}
.t_intvw .last{
	float:right;
}
/*-----教师-----*/
.all_t{
	margin:0 auto;
	height:auto;
	width:1184px;
	border-top:1px solid #FFF;
}
.all_t .all{
	overflow:hidden;
	height:auto;
	margin-top:15px;
	width:1184px;
}
.all_t .all li{
	width:268px;
	height:268px;
	float:left;
	overflow:hidden;
	margin-right:37px;
	margin-bottom:40px;
}
.all_t .all .t_ico{
	position:relative;
	float:left;
	margin-left:2px;
}
.all_t .all .t_ico img{
	height:268px;
	width:268px;
}
.all_t .all .t_ico .t_bg{
	cursor:pointer;
	position:absolute;
	top:218px;
	left:0;
	background:#000;
	opacity:0.3;
	height:50px;
	width:268px;
}
.all_t .all .t_ico label{
	cursor:pointer;
	bottom:4px;
	display:block;
	position:absolute;
	text-align:center;
	color:#fff;
	font-size:26px;
	line-height:50px;
	height:50px;
	width:268px;
	z-index:2;
}
.all_t .all .t_ico .t_info{
	float:left;
	height:72px;
	width:140px;
	padding:0px 12px 0px 10px;
	font-size:15px;
}
.all_t .all .t_ico .t_info span{
	font-height:17px;
	color:#767474;
}
.teacherrec{
	margin:0 auto;
	width:1184px;
	height:392px;
}
.teacherrec a{
	overflow:hidden;
}
.teacherrec a>img{
	width:1184px;
	height:392px;
	overflow:hidden;
}

/*----下载----*/
div#main{
	padding:0px !important;
	background:#f9f7e1;
}
.gotoTopBtn{
	margin-left: 610px !important;
}
.container{
	width:1184px;
}
.bgcolumn{
	background: url(../web_images/downloadbg.jpg) center center no-repeat;
	height: 575px;
}
.hide-text{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.app {
	width:1184px;
	margin: 0 auto;
	background:url(../web_images/download_r.png) right 0 no-repeat;
	height:575px;
	position:relative;
	overflow: hidden;
}
.app h1{
	width:578px;
	height:255px;
	background: url(../web_images/text_bg.png) no-repeat center center;
}
.app-down {
	clear:both;
	width:442px;
	height:212px;
	padding:44px 0 0 102px;
}
.app-down .barcode{
	float:left;
	width:176px;
}
.app-down .barcode img{
	width:154px;
	height:154px;
	float:left;
	border:11px solid #fff;
}
.app-down .barcode span{
	text-align:center;
	float:left;
	width:176px;
	height:40px;
	line-height:41px;
	font-size:18px;
	color:#fff;
}
.app-down ul{
	margin-left:28px;
	float:left;
	width:230px;
}
.app-down li a{
	width:230px;
	height:58px;
	margin:15px auto;
	border-radius:30px;
	float:left;
	background:rgba(0,0,0,0.5);
	color:#fff;
	line-height:59px;
	font-size:20px;
}
.app-down li a span{
	float:left;
	display:inline-block;
	width:60px;
	height:58px;
	background:url(../web_images/down_android.png) no-repeat center;
}
.app-down li a .apple{
	background:url(../web_images/down_apple.png) no-repeat center;
}
.app-down li a:hover{
	background:rgba(0,0,0,0.75);
}
.android-down{
	margin-left:40px;
	width:480px;
}
.app-tips {
	width:909px;
	margin:0 auto;
}
.app-tips ul{
	padding:20px 0 30px 0;
	overflow:hidden;
}
.app-tips li {
	float:left;
	width:303px;
	height:220px;
	text-align:center;
	font-size:14px;
	color:#434340;
}
.app-tips li p{
	text-align:center;
	font-size:20px;
	color:#8a5e19;
}
.app-tips li span{
	background:url(../web_images/appdown1.png) center top no-repeat;
	display:block;
	width:145px;
	height:145px;
	margin:15px auto 15px auto;
}
.app-tips .icon2 {
	background:url(../web_images/appdown2.png) center top no-repeat;
}
.app-tips .icon3 {
	background:url(../web_images/appdown3.png) center top no-repeat;
}
.zhushou{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:7px;
}
.zhushou a{
	position:absolute;
	right:-100px;
	top:-55px;
}
.zhushou a:hover{
	filter:alpha(opacity=70);opacity:0.7;
}


/*---经纪人---*/
.mngsystem{
	background:#fafdfd;
	background-image: url(../web_images/master/bg.jpg), -webkit-linear-gradient(top, #d4f4ff, #fafdfd, #fff);
	background-image: url(../web_images/master/bg.jpg), -moz-linear-gradient(top, #d4f4ff, #fafdfd, #fff);
	background-image: url(../web_images/master/bg.jpg), -ms-linear-gradient(top, #d4f4ff, #fafdfd, #fff);
	background-image: url(../web_images/master/bg.jpg), -o-linear-gradient(top, #d4f4ff, #fafdfd, #fff);
	background-image: url(../web_images/master/bg.jpg), linear-gradient(to bottom, #d4f4ff, #fafdfd, #fff);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:805px;
}

#mnghead{
	width:1184px;
	margin:0 auto;
	height:75px;
}
#mnghead .logo{
	float:left;
	margin:15.5px 0;
}
#mnghead .title{
	float:left;
	display:inline-block;
	height:60px;
	margin:13px 9px 2px 9px;
	color:#ff4401;
	font-size:28px;
	line-height:60px;
}
#mnghead .nav{
	margin-top:25px;
	color:#8b8b8b;
	float:right;
}
#mnghead .nav .go{
	margin-left:0;
}
#mnghead .nav .go:hover{
	color:#8b8b8b;
	border-bottom:none;
}
#mnghead a{
	margin:0 15px;
	line-height:45px;
	color:#8b8b8b;
}
#mnghead .on{
	color:#01b6fb;
	border-bottom:2px solid #01b6fb;
}
#mnghead a:hover{
	color:#01b6fb;
	border-bottom:2px solid #01b6fb;
}
.mngbanner{
	clear:both;
	overflow:hidden;
	height:179px;
	width:100%;
}
.mngbanner a{
	display:block;
}
.mngbanner a img{
	margin:0 auto;
	height:179px;
	width:auto;
}
/*---菜单---*/
.mngmenu{
	position:relative;
	float:left;
	margin:20px 20px 0 0;
	width:180px;
	height:100%;
}
.mngmenu a{
	background:#fafafa;
	font-size:14px;
	color:#6c6c6c;
	position:relative;
	z-index:1;
	margin-top:-1px;
	display:block;
	height:60px;
	width:178px;
	line-height:61px;
	text-align:center;
	border:1px solid #e4e4e4;
}
.mngmenu a s{
	background:url(../web_images/master/nav.png) left no-repeat;
	overflow:hidden;
	display:inline-block;
	margin-right:5px;
	width:12px;
	height:12px;
}
.mngmenu a #cource{
	background-position:-12px;
}
.mngmenu a #sales{
	background-position:-24px;
}
.mngmenu a #teacher{
	background-position:-36px;
}
.mngmenu a #order{
	background-position:-48px;
}
.mngmenu a #ticket{
	background-position:-60px;
}
.mngmenu .top{
	margin-top:0;
}
.mngmenu .on{
	z-index:5;
	background:#00b7fb !important;
	border:1px solid #00b7fb;
	color:#fff;
	height:65px;
	line-height:66px;
}
.mngmenu .on s{
	background:url(../web_images/master/nav_on.png) left no-repeat;
}
.mngmenu .sub{
	cursor:default;
	background:#e4e4e4;
}
.mngmenu .sub:hover{
	color:#6c6c6c;
	cursor:default;
	background:#e4e4e4;
}
.mngmenu a:hover{
	color:#00b7fb;
	background:#fff;
}
.mngmenu a:hover s{
	background:url(../web_images/master/nav_hover.png) left no-repeat;
}
.mngmenu .on:hover{
	background:#00b7fb;
	border:1px solid #00b7fb;
	color:#fff;
	height:65px;
	line-height:66px;
}
.mngmenu .on:hover s{
	background:url(../web_images/master/nav_on.png) left no-repeat;
}
.mngsystem{
	font-size:14px;
}
.mngcontent{
	z-index:1;
	position:relative;
	margin-top:20px;
	float:left;
	width:984px;
	min-height:746px;
	height:auto;
	padding-bottom:25px;
}
.mngcontent .mngtitle{
	position:relative;
	border:1px solid #e8e8e8;
	border-bottom:none;
	background:#fafafa;
	padding-left:10px;
}
.mngcontent .mngtitle h3{
	float:left;
	font-size:18px;
	line-height:64px;
	height:63px;
	font-weight:600;
	color:#00b8fb;
}
.mngcontent .mngtitle h3 s{
	display:inline-block;
	margin:0 5px;
	height:15px;
	width:15px;
}
.mngtitle #course_i{
	background:url(../web_images/master/course_i.png) left no-repeat;
}
.mngtitle #sales_i{
	background:url(../web_images/master/sales_i.png) left no-repeat;
}
.mngtitle #teacher_i{
	background:url(../web_images/master/teacher_i.png) left no-repeat;
}
.mngtitle #order_i{
	background:url(../web_images/master/order_i.png) left no-repeat;
}
.mngtitle #ticket_i{
	background:url(../web_images/master/ticket_i.png) left no-repeat;
}
.mngcontent .mngtitle .highlight{
	font-weight:500;
	font-size:15px;
	padding:0 20px;
	color:#ff5527;
}
.mngcontent .mngtitle .btn{
	margin:16px 20px;
	height:32px;
	line-height:33px;
	display:inline-block;
	border-radius:4px;
	font-weight:500;
	font-size:15px;
	padding:0 10px;
	color:#fff;
	background:#26d2e0;
}
.mngcontent .mngtitle .subtitle{
	color:#6d6d6d;
	float:right;
	padding-right:17px;
}
.mngcontent .mngtitle .subtitle a{
	line-height:64px;
	padding:0 20px;
	color:#6d6d6d;
}
.mngcontent .mngtitle .subtitle a:hover{
	color:#3c3c3c;
}
.mngcontent .mngtitle .subtitle a.on{
	color:#02b8fa;
}
/*----经济首页----*/
.mngindex .mngtitle{
	border-bottom:1px solid #e8e8e8;
	height:183px;
}
.mngindex .mngtitle a{
	float:left;
	margin:36px;
}
.mngindex .mngtitle a img{
	height:114px;
	width:114px;
	border:1px solid #e8e8e8;
}
.mngindex .mngtitle h3{
	float:left;
	font-size:18px;
	float:inherit;
	height:36px;
	line-height:20px;
	margin-top:36px;
	display:block;
	color:#000;
}
.mngindex .mngtitle h4{
	float:left;
	font-size:16px;
	float:inherit;
	height:36px;
	line-height:20px;
	margin-top:36px;
	display:block;
	color:#000;
}
.mngindex .mngtitle p{
	display:block;
	margin-top:5px;
	float:left;
}
.mngindex .mngtitle .icon_wrapper{
	position:absolute;
	right:0;
	top:0;
	width:485px;
	height:100%;
	background:url(../web_images/master/index.png) no-repeat left;
}
.mngindex .mngtitle .ico{
	position:relative;
	float:left;
	padding-left:45px;
	width:65px;
	height:100%;
}
.mngindex .mngtitle .ico a{
	margin:45px 0;
}
.mngindex .mngtitle .ico p{
	color:#3c3c3c;
	width:100%;
	text-align:center;
}
.mngindex .mngtitle .ico img{
	height:65px;
	width:65px;
	border:none;
}
.mngindex table{
	width:483px !important;
	display:block;
	float:left;
}
.mngindex tr{
	width:483px !important;
}
.mngindex tr{
	width:483px !important;
}
.mngindex td{
	color:#3c3c3c !important;
	border:1px solid #e8e8e8;
}
.mngindex .goods:hover{
	border:none !important;
	z-index:0 !important;
}
.mngindex .goods{
	border:none !important;
}

/*--pay--*/
.mngpay .mngtitle{
	border-bottom:1px solid #e8e8e8;
	height:188px;
}
.mngpay .mngtitle a{
	float:left;
	margin:35px 15px 35px 35px;
}
.mngpay .mngtitle a img{
	height:114px;
	width:114px;
	border:1px solid #e8e8e8;
}
.mngpay .mngtitle h3{
	float:inherit;
	height:36px;
	line-height:20px;
	margin-top:36px;
	display:inline-block;
	color:#000;
}
.mngpay .mngtitle h4{
	display:inline-block;
}
.mngpay .mngtitle p{
	color:#6d6d6d;
	display:block;
	margin-top:15px;
	line-height:25px;
}
.mngpay .mngtitle p span{
	color:#ff4401;
}
.mngpay .mngtitle .btn_wapper{
	position:absolute;
	bottom:39px;
	right:0;
	width:280px;
	height:37px;
}
.mngpay .mngtitle .btn_wapper .pay{
	float:left;
	margin:0;
	margin-right:39px;
	color:#fff;
	display:inline-block;
	width:97px;
	height:37px;
	line-height:37px;
	border-radius:3px;
	background:#f37c09;
	text-align:center;
}
.mngpay .mngtitle .btn_wapper .take{
	background:#82d74e;
}

.mngsystem tbody{
	table-layout:fixed;
	clear:both;
}
.mngsystem .obj{
	position:relative;
	z-index:3;
	display:inline-table;
	width:983px;
	background:#b4eefd;
	border:1px solid #92ddf1;
}
.mngsystem .payobj{
	margin-top:-1px;
	z-index:2;
	background:#f3f3f3;
	border:1px solid #d5d5d5;
}
.mngsystem .payobj th{
	font-weight:500;
}
.mngsystem th{
	color:#3c3c3c;
	height:38px;
}
.mngsystem td{
	background:#fff;
	color:#6d6d6d;
	text-align:center;
	height:112px;
}
.mngsystem .none{
	height:17px;
}
.mngsystem .goods{
	display:inline-table;
	width:983px;
	z-index:1;
	position:relative;
	margin-top:-1px;
	border:1px solid #e8e8e8;
}
.mngsystem .goods:hover{
	z-index:5 !important;
	border:1px solid #bfbfbf;
}
.mngsystem .goods:hover .do{
	border-left:1px solid #bfbfbf;
}
.mngsystem .goods .pic{
	width:160px;
}
.mngsystem .goods .pic img{
	width:124px;
	height:80px;
}
.mngsystem .goods .blue{
	color:#01b7fb;
}
.mngsystem .goods .orange{
	color:#ff4401;
}
.mngsystem .goods .detail{
	width:180px;
	text-align:left;
}
.mngsystem .goods .detail .cname{
	color:#01b7fb;
	min-width:180px;
	display:block;
	overflow:hidden;
	height:40px;
}
.mngsystem .goods .detail p{
	color:#c9c9c9;
}
.mngsystem .goods .do{
	border-left:1px solid #e8e8e8;
	line-height:32px;
}
.mngsystem .goods a{
	color:#00b7fb;
}



#mngfoot{
	height:120px;
	width:100%;
}
#mngfoot .container{
	background:#000;
	height:35px;
	width:100%;
}
#mngfoot .container .links{
	color:#6d6d6d;
	margin:0 auto;
	width:500px;
	text-align:center;
}
#mngfoot .container .links a{
	color:#6d6d6d;
	padding:0 12px;
	line-height:35px;
}
#mngfoot .container .links a:hover{
	color:#01b6fb;
}
#mngfoot .ftinfo{
	padding:10px 0;
	line-height:30px;
	height:100%;
	width:100%;
	text-align:center;
}


.logio {
	position:relative;
	height:633px;
}
.l_banner {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	min-width:980px;
	height:100%;
	background:#ffd67e;
	overflow:hidden;
}
.l_banner img{
	display:block;
	margin:0 auto;
	width:980px;
	height:634px;
}
.l_banner .cell {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	overflow:hidden;
	background-repeat:repeat-x;
	background-position:center top;
}
.l_banner .cell .con {
	position:relative;
	height:600px;
	background-repeat:no-repeat;
	background-position:center top;
}
.bns-01 {
	background-image:url(../client_images/l_banner_01_bg.png);
}
.bns-01 .con {
	background-image:url(../client_images/l_banner_01.png);
}
.bns-02 {
	background-image:url(../client_images/l_banner_01_bg.png);
}
.bns-02 .con {
	background-image:url(../client_images/l_banner_02.png);
}
.banner-link {
	position:absolute;
	top:100px;
	left:50%;
	width:400px;
	height:400px;
	margin-left:-430px;
}
.banner-link i {
	display:none;
}
.banner-control {
	position:absolute;
	top:0;
	left:50%;
	width:980px;
	margin-left:-490px;
}
.banner-control a {
	position:absolute;
	top:258px;
	width:30px;
	height:30px;
	line-height:10;
	overflow:hidden;
	background-image:url(../client_images/icon_control.png);
	background-repeat:no-repeat;
}
.banner-control a.left {
	left:-55px;
	background-position:0 0;
}
.banner-control a.left:hover {
	background-position:0 -30px;
}
.banner-control a.right {
	right:-55px;
	background-position:-30px 0;
}
.banner-control a.right:hover {
	background-position:-30px -30px;
}
.logio .container {
	overflow:visible;
	background-color:#FFF;
	position:relative;
	top:60px;
	width:1184px;
	height:0;
	margin:auto;
}
.register-box {
	position:absolute;
	top:0px;
	right:0;
	width:406px;
	height:510px;
	background:#fff;
	border:1px solid #a69563;
	border-radius:6px;
	background:rgba(255, 255, 255, 0.95);
}
.register-box .ua{
	position:absolute;
	width:0px;
	height:0px;
	margin-left:52px;
	margin-top:38px;
	padding-top:20px;
	padding-left:10px;
	color:#FFF;
	overflow: scroll;
	filter:alpha(opacity=0);
	opacity:0;
	background:rgba(115, 200, 240, 0.75);
	border:none;
}
.register-box #agree{
	position:absolute;
	width:130px;
	height:0px;
	margin-left:156px;
	margin-top:420px;
	font-size:14px;
	text-align:center;
	color:#FFF;
	filter:alpha(opacity=0);
	opacity:0;
	background-color:#9ed04d;
	border:none;
}
.register-box #disagree{
	position:absolute;
	width:130px;
	height:0px;
	margin-left:335px;
	margin-top:370px;
	font-size:14px;
	text-align:center;
	color:#FFF;
	filter:alpha(opacity=0);
	opacity:0;
	background-color:#9ed04d;
	border:none;
}
#reg_form .reg_top{
	margin:25px auto 0 auto;
	width:325px;
	height:55px;
	color:#5e8e9f;
}
#reg_form .reg_top .reg_title {
	display:inline;
	letter-spacing:5px;
	line-height:50px;
	padding-left:3px;
	font-size:28px;
}
#reg_form .reg_top .welcome {
	display: inline;
	line-height:50px;
	padding-top:16px;
	color:#b0c0c6;
	font-size:14px;
}
#reg_form .errortip{
	display:block;
	width:325px;
	height:35px;
	margin:15px auto 0 auto;
}
#reg_form .errortip em{
	display:inline-block;
	margin-right:5px;
	width:12px;
	height:12px;
	background:url(../web_images/wrong.png) no-repeat left;
	background-size:100%;
}
#reg_form .errortip emr{
	display:inline-block;
	margin-right:5px;
	width:12px;
	height:12px;
	background:url(../web_images/right.png) no-repeat left;
	background-size:100%;
}
#reg_form .errortip span{
	line-height:35px;
	font-size:14px;
	color:#f00;
}
#reg_form {
	width:100%;
	margin:0 auto;
}
#reg_form .logform{
	background:url(../web_images/master/box_bg.png) no-repeat top;
}
#reg_form .cell {
	margin:0 auto;
	padding:26px 0 8px 0;
	width:325px;
	position:relative;
	height:44px;
	zoom:1;
}
#reg_form .botton {
	width:325px;
	position:relative;
	margin:0 auto;
}
#reg_form label {
	position:absolute;
	left:0;
	padding:0 12px;
	line-height:44px;
	font-size:16px;
	color:#b0c0c6;
	font-weight:bold;
	cursor:text;
}
#reg_form .cell input {
	position:absolute;
	top:0;
	left:0;
	width:301px;
	height:30px;
	padding:7px 11px;
	margin:26px auto 0 auto;
	font-size:16px;
	background:none;
	font-size:14px;
	color:#333;
	border:1px solid;
	border-color:#95bac7;
	border-radius:6px;
	-webkit-appearance:none;
}

#reg_form input:focus {
	outline:none;
	background:#effbff;
	border-color:#6ebcd7;
}

#reg_form .icon-form {
	top:11px;
	right:10px;
}
#reg_form .captcha input {
	width:110px;
}
#reg_form .captcha img {
	position:absolute;
	height:35px;
	width:100px;
	margin-top:5px;
	left:152px;
}
#reg_form .captcha span {
	position:absolute;
	top:0;
	left:264px;
	line-height:40px;
	font-size:14px;
}
#reg_form .captcha .change {
	float:right;
	padding-right:5px;
	color:#5d8897;
	font-size:14px;
	line-height:44px;
}
#reg_form .captcha .icon-form {
	right:204px;
}
#reg_form .captcha .login-popup-hint {
	right:194px;
}
#reg_form .user-agreement {
	height:16px;
	margin-top:-22px;
	padding:18px 0;
	line-height:16px;
}
#reg_form .user-agreement input {
	float:left;
	width:14px;
	height:14px;
	margin:1px 5px 0 0;
}
#reg_form input.btn_sub {
	width:100%;
	position:relative;
	height:45px;
	background-color: #01b7fb;
	border-radius:6px;
	font-size:16px;
	display:block;
	color:#fff;
	border:none;
}
#reg_form input.btn_sub:hover {
	cursor:pointer;
}
.reg_bottom {
	width:325px;
	margin:10px auto 5px auto;
	font-size:14px;
}
.reg_bottom .r{
	color:#01b7fb;
	float:right;
	padding-right:5px;
}
.reg_bottom span{
	color:#5d8897;
}
#reg_form .reg_now{
	color:#6c929f;
	font-size:14px;
	line-height:68px;
	text-align:center;
	width:325px;
	margin:0 auto;
}
.third_party{
	margin-top:10px;
	padding-left:0px;
	font-size:10px;
	height:40px;
	color:white;
	border:none;
}
.third_party .weibo_log {
	text-align:right;
	width:130px;
	padding:0 10px 0 0;
	background-color: #d63b22;
	background-image:url(../client_images/weibo.png);
	background-position-x: 10%;
	background-position-y: 50%;
	background-repeat:no-repeat;
}
.third_party .qq_log {
	margin-left:2px;
	text-align:right;
	padding:0 20px 0 0;
	width:115px;
	background-color: #3eb0d8;
	background-image:url(../client_images/qq.png);
	background-position-x: 10%;
	background-position-y: 50%;
	background-repeat:no-repeat;
}
/*--支付--*/
.paymenu{
	width:1184px;
	height:57px;
	background:#ffd965;
}
.paymenu a{
	line-height:57px;
	text-align:center;
	float:left;
	font-size:16px;
	color:#693e00;
	font-weight:600;
	width:178px;
	height:57px;
	border-right:1px solid #f1b512;
}
.paymenu .on{
	background:#f37c09;
	color:#fff;
}
.paymenu a:hover{
	background:#f37c09;
	color:#fff;
}
.paycontent{
	margin-top:-1px;
	border:1px solid #e8e8e8;
	background:#fff;
	width:982px;
	height:540px;
}
.paycontent .tip{
	margin:35px auto 30px 50px; 
	height:40px;
}
.paycontent .tip .l{
	float:left;
	text-align:right;
	color:#f37c09;
	width:90px;
	height:100%;
}
.paycontent .tip .r{
	color:#6d6d6d;
	width:515px;
	height:100%;
}
.paycontent .tip .orange{
	color:#f37c09;
	width:800px;
}
.paycontent .main{
	background:url(../web_images/master/paycontent_bg.png) no-repeat top;
	width:100%;
	height:400px;
}
.paycontent .pay_form{
	margin:30px 0 0 100px;
	width:600px;
}
.paycontent .pay_form .l{
	float:left;
	text-align:right;
	color:#3c3c3c;
	width:85px;
	height:40px;
	line-height:41px;
	margin-bottom:10px;
}
.paycontent .pay_form .r{
	height:40px;
	line-height:41px;
}
.paycontent .pay_form .r .green{
	color:#00b830;
}
.paycontent .pay_form .r .hint{
	padding-left:20px;
}
.paycontent .pay_form .r .red{
	color:#e51818;
}
.paycontent .pay_form .bank, .paycontent .pay_form .amount{
	float:left;
	display:block;
	width:160px;
	height:38px;
	border:1px solid #e8e8e8;
}
.paycontent .pay_form .amount{
	height:35px;
	font-size:16px;
	border:1px solid #6d6d6d;
}
.paycontent .paystep{
	display:block;
	margin-top:20px;
	border-radius:3px;
	width:120px;
	height:44px;
	background:#10c1d0;
	text-align:center;
	line-height:45px;
	color:#fff;
}
.paycontent .pwd_form{
	width:640px;
	height:260px;
	margin:60px auto auto 200px;
}
.paycontent .pwd_form .l{
	float:left;
	text-align:right;
	color:#3c3c3c;
	width:85px;
	height:40px;
	line-height:41px;
	margin-bottom:30px;
}
.paycontent .pwd_form input{
	margin-left:15px;
	float:left;
	font-size:16px;
	height:38px;
	width:320px;
	margin-bottom:10px;
}
.paycontent .pwd_form .r{
	height:40px;
	line-height:41px;
}
.paycontent .btn_sub{
	display:block;
	margin-left:15px;
	float:left;
	width:324px;
	border-radius:3px;
	height:44px;
	background:#10c1d0;
	text-align:center;
	line-height:45px;
	color:#fff;
}

/*--详情--*/
.mngdetail .direction{
	font-size:13px;
	line-height:44px;
	color:#3a3c39;
}
.mngdetail .direction a{
	color:#3a3c39;
}
.mngdetail .direction a:hover{
	color:#01b7fb;
}
.mngdetail .mngtitle{
	position:relative;
	border:1px solid #e8e8e8;
	border-bottom:none;
	background:#fafafa;
	padding-left:30px;
}
.mngdetail .mngtitle h3{
	float:left;
	font-size:18px;
	line-height:64px;
	height:63px;
	font-weight:600;
	color:#00b8fb;
}
.mngdetail .mngtitle h3 span{
	font-weight:500;
	color:#000;
}
.mngdetail .obj, .mngdetail .goods{
	width:1183px;
}
.mngdetail th{
	height:38px;
}

/*--弹窗--*/
#mngpop{
	position:fixed;
	z-index:999999;
	background:#fff;
	border:8px solid rgba(0,0,0,0.5);
}
#mngpop .poptitle{
	font-size:18px;
	font-weight:500;
	line-height:55px;
	height:55px;
	text-align:center;
}
#mngpop .poptitle .close{
	height:55px;
	width:55px;
	position:absolute;
	top:0;
	right:0;
	background:'x';
}
#mngpop .popcontent{
	background:url(../web_images/master/box_bg.png) no-repeat top;
	font-size:14px;
}
#mngpop .popcontent .addrole{
	margin:50px 200px;
	line-height:45px;
}
#mngpop .popcontent .addrole div{
	margin-bottom:30px;
}
#mngpop .popcontent .addrole div .l{
	text-align:right;
	display:inline-block;
	width:80px;
}
#mngpop .popcontent .addrole input.middle{
	border-radius:3px;
	height:37px;
	width:320px;
	border:1px solid #94bac7;
	margin:0 15px;
}
#mngpop .popcontent .addrole select.middle{
	height:37px;
	width:320px;
	border:1px solid #94bac7;
	margin:0 15px;
}
#mngpop .popcontent .addrole .btn{
	width:430px;
	height:45px;
	line-height:45px;
}
#mngpop .popcontent .role{
	margin:80px 55px;
}
#mngpop .popcontent .editrole{
	margin:25px 102px;
}
#mngpop .popcontent .editrole div{
	margin-bottom:20px;
}
#mngpop .popcontent .editrole .btn{
	margin-top:10px;
	width:284px;
	height:45px;
	line-height:45px;
}
#mngpop .popcontent span{
	height:32px;
	line-height:32px;
}
#mngpop .popcontent input.middle{
	font-size:16px;
	height:22px;
	padding:4px 5px;
	width:200px;
	margin-right:10px;
}
#mngpop .popcontent select.middle{
	font-size:16px;
	height:32px;
	width:213px;
	margin-right:10px;
}
#mngpop .popcontent .btn{
	display:inline-block;
	height:32px;
	line-height:32px;
	width:96px;
	background:#10c2d0;
	color:#fff;
	border-radius:5px;
	text-align:center;
}

#mngpop .setratio{
	margin:10px 30px;
}
#mngpop .setratio .hint{
	display:block;
	margin-bottom:8px;
	color:#f37c08;
}
#mngpop .setratio .highlight{
	margin-top:16px;
	font-size:16px;
	color:#e53600;
	float:right;
}
#mngpop .setratio .highlight span{
	font-weight:600;
	font-size:18px;
	color:#e53600;
}
#mngpop .setratio div span{
	padding:0 10px;
	height:32px;
	line-height:32px;
}
#mngpop .setratio div input.middle{
	width:80px;
	margin-right:0;
}
#mngpop .setratio div select.middle{
	width:120px;
}
#mngpop .setratio .set{
	display:block;
	width:330px;
	height:45px;
	line-height:45px;
	margin:20px auto;
}

/*--弹出表格--*/
#mngpop tbody{
	font-size:14px;
	table-layout:fixed;
	clear:both;
}
#mngpop .obj, #mngpop .goods{
	width:829px;
}
#mngpop th, #mngpop td{
	height:38px;
}
#mngpop .goods .percent{
	padding:5px 10px;
	width:30px;
	margin:0 10px;
}

