@charset "utf-8";
/*
公共样式
*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: '微软雅黑', 'Microsoft YaHei', Helvetica,Arial,sans-serif;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
figcaption,
name,
mark,
video{
	display: block;
}
html,
body{
	overflow: inherit;
	min-height: 100%;
}
body{
	font-size: 14px;
}
a,
body{
	color: #262626;
}
html{
}

ul,
ol,
li{
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}
cite,
mark{
	font-style: normal;
	background: none;
}
pre{
	white-space: inherit;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display :block;
}
img{
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
a:focus,
input:focus,
select:focus,
textarea:focus{
	outline: none;
}
a,
input,
button,
select,
textarea{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  resize:none;
}
select,
input,
button,
textarea{
          appearance:none;
     -moz-appearance:none;
  -webkit-appearance:none;
  border-radius:0;
  border:0;
}
select::-ms-expand{
  display:none;
}
table{
	border-collapse: collapse;
	border-spacing:0
}
video,
img,
iframe{
	-webkit-object-fit:cover;
	   -moz-object-fit:cover;
	    -ms-object-fit:cover;
	     -o-object-fit:cover;
	        object-fit:cover;
	object-position: center;
}
iframe{
	border: 0;
}
body{
	background: url(/images/jker/bg-img.jpg) repeat 0 0;
}
/*
mutual
*/
.mb10{
	margin-bottom: 10px!important;
}
.ad1,
.hd-top,
.hd-di,
.index-main,
.ft-logo-img,
.ft-di,
.width-1000,
.flv-ft,
.width-800,
.width-1200,
.ft-logo-bt{
	margin: auto;
}
.width-1200{
	width: 1200px;
}
.width-1000,
.flv-ft{
	width: 1000px;
}
.width-800{
	width: 800px;
}
.boxS{
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 44px 50px;
	min-height: 650px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 12px;
}
/*
pages
*/
.pagingConts{
	margin: 66px auto 40px;
	text-align: center;
}
.pagingConts a{
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	min-width: 40px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #d8d8d8;
}
.pagingConts a:hover,
.pagingConts a.active{
	color: #d8210d;
	border-color: #d8210d;
}
.pagingConts a.active{
	cursor: default;
}
.pagingConts a.prev,
.pagingConts a.next{
	position: relative;
	text-indent: -9999px;
}
.pagingConts a.prev:before,
.pagingConts a.next:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5.5px;
	margin-top: -11px;
	width: 0;
	height: 0;
	border-top: solid 11px transparent;
	border-bottom: solid 11px transparent;
}
.pagingConts a.prev:before{
	border-right: solid 11px #262626;	
}
.pagingConts a.next:before{
	border-left: solid 11px #262626;
}
.pagingConts a.prev:hover:before{
	border-right-color: #d8210d;
}
.pagingConts a.next:hover:before{
	border-left-color: #d8210d;
}
/*
form
*/
.login-t{
	padding: 2px 6px;
	width: 100%;
	height: 46px;
	font: 14px "微软雅黑";
	color: #a3a2a2;
	border: solid 1px #d8d8d8;
}
.login-t:focus{
	color: #262626;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.33);
	   -moz-box-shadow: 0 0 4px rgba(0,0,0,.33);
	        box-shadow: 0 0 4px rgba(0,0,0,.33);
}
.key-ico{
	position: absolute;
	top: 50%;
	margin-top: -7.5px;
	right: 10px;
	width: 19px;
	height: 15px;
	background: url(/images/jker/icon.png) no-repeat -44px -188px; 
}
.login-main input[type="password"]{
	padding-right: 30px;
}
/*.error-t{
	border-color: #d8210d;
}*/

/*搜索页*/
.search-form-top input{
	width: 500px;
	height: 40px;
	font-size: 18px;
	border-right: 0;
	background: -webkit-linear-gradient(#e7e7e7, #fff 38%);
    background: -moz-linear-gradient(#e7e7e7, #fff 38%);
    background: -ms-linear-gradient(#e7e7e7, #fff 38%);
	background: -o-linear-gradient(#e7e7e7, #fff 38%);
    background: linear-gradient(#e7e7e7, #fff 38%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType='0'); /* IE*/
	
}
.search-form-top input,
.search-form-top a{
	display: block;
	float: left;
}
.search-form-top a{
	width: 65px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #d8210d;
}
/*遮罩层*/
.login-bg-conts{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
	zoom: 1;
}
.login-bg-conts .login-hints-k{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-left: -248px;
	margin-top: -225px;
}
@media all and (-ms-high-contrast:none){
  .login-bg-conts{
    background-color: rgba(0,0,0,.4);
  }
}
/*
login
*/
.login-hints-k{
	width: 450px;
	height: 496px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 16px #1d0d08;
	   -moz-box-shadow: 0 5px 16px #1d0d08;  
	        box-shadow: 0 5px 16px #1d0d08;
}
.login-title{
	padding-left: 10px;
	padding-right: 5px;
	height: 36px;
	line-height: 35px;
	background-color: #eee;
	border-bottom: solid 1px #d8d8d8;
}
.colse-ico{
	position: relative;
	top: 5px;
	padding-left: 3px;
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	font-size: 20px;
	font-style: normal;
	line-height: 17px;
	color: #fff;
	cursor: pointer;
	background-color: #262626;
	border: solid 3.5px #fff;
	border-radius: 100%;
}
.login-main{
	margin: auto;
	width: 400px;
}
.error-hints{
	display: block;
	font-size: 12px;
	line-height: 2.4;
	color: #a3a2a2;
}
.login-main form p{
	position: relative;
	margin-bottom: 22px;
}
.login-p{
	line-height: 30px;
}
.login-p a{
	float: right;
	color: #d8210d;
}
.auto-login {
	margin-right: 4px;
	cursor: pointer;
}
.auto-login i{
	display: inline-block;
	margin-right: 4px;
	width: 13px;
	height: 13px;
	background: url(/images/jker/icon.png) no-repeat -45px -248px;
	vertical-align: -1px;
}
.auto-login.checked i{
	background-position: -44px -219px;
}
.ligin-a-btn{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	color: #a3a2a2;
	text-align: center;
	border: solid 1px #a3a2a2;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(29,13,8,.23);
	   -moz-box-shadow: 0 1px 1px rgba(29,13,8,.23);
	        box-shadow: 0 1px 1px rgba(29,13,8,.23)
}
.ligin-a-btn:hover,
.ligin-a-btn:focus{
	color: #262626;
	border-color: #262626;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.18);
	   -moz-box-shadow: 0 1px 7px rgba(0,0,0,.18);
	        box-shadow: 0 1px 7px rgba(0,0,0,.18)
}
.login-other{
	margin-top: 30px;
	text-align: center;
}
.login-other span{
	display: block;
	font-size: 15px;
	line-height: 1.6;
}
.login-other span a{
	color: #d8210d;
}
.login-sns{
	margin: 10px 0!important;
}
.login-sns a,
.loginP a:before{
	width: 35px;
	height: 35px;
	background: url(/images/jker/icon.png) no-repeat;
}
.login-sns a{
	display: inline-block;
	margin: 0 8px;
}
.login-sns a.sina-ico,
.loginP a.blog:before{
	background-position: -44px -270px;
}
.login-sns a.qq-ico,
.loginP a.qq:before{
	background-position: -44px -310px;
}
.login-sns a.WeChat-ico,
.loginP a.WeChat:before{
	background-position: -44px -350px;
}
/*
index公共
*/
.hd-top,
.hd-di,
.index-main,
.ft-logo-img,
.ft-di,
.ft-logo-bt{
	width: 1200px;
}
.login-a,
.icon-home,
.hd-gz{
	display: inline-block;
	margin-left: 15px;
	color: #fff;
}
.login-on-div,
.hd-gz-div{
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 10;
	display: none;
	float: right;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #e4e4e4;
	
}
.index-left,
.index-center,
.index-right{
	display: block;
	float: left;
}
.box-style{
	-webkit-box-shadow:3px 3px 5px rgba(29,13,8,.19);
	   -moz-box-shadow:3px 3px 5px rgba(29,13,8,.19);
	        box-shadow:3px 3px 5px rgba(29,13,8,.19);
}
/*
ad
*/
.ad1{
	margin: auto;
}
.ad1 img,
.ad2 img,
.ad3 img,
.ad4 img{
  width: 100%;
}
.ad1 img{
	height: 137px;
}
.ad2{
	position: relative;
	margin: 0 -8px;
}
.ad2 img,
.ad3 img{
  height: 149px;
}
.ad4 img{
	height: 140px;
}

/*
header
*/
.hd-box,
.index-ft,
.video-skin,
.ad1{
	width: 100%;
}
.hd-box{
	position: relative;
	z-index: 10;
	height: 137px;
	background: url(/images/jker/nav-bg.png) repeat-x 0 0;
}
.hd-logo{
	margin-top: 7px;
	margin-bottom: 10px;
	/*width: 317px;*/
	height: 66px;
}
.search{
	margin-top: 40px;
	display: block;
	float: right;
	height: 28px;
	background-color: #414141;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 7px #000;
	   -moz-box-shadow: 0 0 7px #000;
	        box-shadow: 0 0 7px #000;
}
.search a,
.search a .sousuo{
	display: inline-block;
	width: 43px;
	height: 28px;
	cursor: pointer;
	background: url(/images/jker/icon.png) no-repeat 5px -1px;
}
.search-text{
	float: left;
	padding: 0 5px;
	width: 187px;
	height: 28px;
	border: solid 1px #414141;
	border-radius: 4px 0 0 4px;
	color: #a3a2a2;
}
.search-text:focus{
	border-color: #d8210d;
	box-shadow: 0 0 7px #d8210d;
}
.hd-di{
	height: 32px;
	line-height: 26px;
}
.hd-di-right{
	position: relative;
	display: block;
	float: right;
}
.login-on-div{
	padding: 10px 0;
	width: 76px;
}
.login-on-div a{
	display: block;
	margin-top: 2px;
	margin-bottom: 3px;
	line-height: 16px;
}
.login-on-div a:hover{
	color: #d8210d; 
	background-color: #e4e4e4;
}
.hd-gz-div{
	padding: 0 5px;
	width: 272px;
}
.hd-gz-div cite{
	display: block;
	padding: 2px 0;
	margin: 10px 0;
	padding-left: 142px;
	text-align: left;
}
.hd-gz-div cite:hover{
	background-color: #e4e4e4;
	color: #d8210d;
}
.hd-gz-div cite:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -24px;
	width: 26px;
	height:26px;
	background: url(/images/jker/icon.png) no-repeat -1px -92px;
}
.hd-gz-div figure span{
	display: block;
	float: left;
	width: 50%;
}
.hd-gz-div figure span img{
	margin-right: 10px;
	margin-left: 5px;
	width: 109px;
	height: 109px;
}
.icon-home img{
	width: 32px;
	height: 32px;
	border: solid 2px #fff;
}
.hd-gz i{
	display: inline-block;
	margin-left: 10px;
	width: 10px;
	height: 8px;
	background: url(/images/jker/icon.png) no-repeat -10px -43px;
}
.hd-gz i.gz-up{
	background-position: -10px -73px;
}
.ICON-in{
	top: auto;
	padding: 0;
	width: 270px;
	text-align:left;
}
.ICON-Top{
	padding: 10px 18px 15px;
}
.I-C-O-N{overflow:hidden;}
.I-C-O-N img{display:block;float:left;width:62px;height:62px;border-radius:100%;}
.ICON-INfo-right{padding-left:77px;}
.ICON-INfo-right name a{font-size:16px;color:#666;}
.ICON-in .ICON-INfo-right name a:hover{background:none;color:#666;}
/*
menu
*/
.menu-box,
.menu-box li{
	display: block;
	float: left;
}
.menu-box li{
	position: relative;
	margin-right: 2px;	
}
.menu-box li a{
	display: block;
    padding: 0 35px;
	height: 30px;
	color: #fff;
	border-top-style: solid;
    border-top-width: 2px;
}
.menu-box li a.index{
	border-top-color: #d8210d;
}
.menu-box li a.index:hover,.menu-box li.active a.index{
	background-color: #d8210d;
}
.menu-box li a.zixun{
	border-top-color: #f6ab00;
}
.menu-box li a.zixun:hover,.menu-box li.active a.zixun{
	background-color: #f6ab00;
}
.menu-box li a.zhibo{
	border-top-color: #4a5fd6;
}
.menu-box li a.zhibo:hover,.menu-box li.active a.zhibo{
	background-color: #4a5fd6;
}
.menu-box li a.shijie{
	border-top-color: #aa0f0f;
}
.menu-box li a.shijie:hover,.menu-box li.active a.shijie{
	background-color: #aa0f0f;
}
.menu-box li a.youliao{
	border-top-color: #d8210d;
}
.menu-box li a.youliao:hover,.menu-box li.active a.youliao{
	background-color: #d8210d;
}
.menu-box li a.xuanyongxiu{
	border-top-color: #14a000;
}
.menu-box li a.xuanyongxiu:hover,.menu-box li.active a.xuanyongxiu{
	background-color: #14a000;
}
.menu-box li a.xueyuan{
	border-top-color: #cc0000;
}
.menu-box li a.xueyuan:hover,.menu-box li.active a.xueyuan{
	background-color: #cc0000;
}
.menu-box li a.xuetang{
	border-top-color: #ed6d00;
}
.menu-box li a.xuetang:hover,.menu-box li.active a.xuetang{
	background-color: #ed6d00;
}
.menu-box li a.pingce{
	border-top-color: #14a000;
}
.menu-box li a.pingce:hover,.menu-box li.active a.pingce{
	background-color: #14a000;
}
.menu-box li a.cehua{
	border-top-color: #2eafd0;
}
.menu-box li a.cehua:hover,.menu-box li.active a.cehua{
	background-color: #2eafd0;
}
.menu-box li a.zhuanti{
	border-top-color: #ff6b00;
}
.menu-box li a.zhuanti:hover,.menu-box li.active a.zhuanti{
	background-color: #ff6b00;
}
.menu-box li a.Mmore{
	border-top-color: #2eafd0;
}
.menu-box li a.Mmore:hover,.menu-box li.active a.Mmore{
	background-color: #2eafd0;
}
.Mmore-box{
	display: none;
	position: absolute;
	z-index:4;
	top: 0;
	padding: 0 21px;
	width: 305px;
	background-color: #2eafd0;
}
.Mmore-box p{
	padding-left: 15px;
	color: #fff;
	line-height: 32px;
	border-bottom: solid 1px #93ddf0;
}
.Mmore-lan{
	padding: 4px 0;
}
.new-hd-box .menu-box li .Mmore-lan a{
	display: inline-block;
	padding: 0 15px;
	width: auto;
	line-height: 2;
	border: none;
	text-align: left;
}
.menu-box li a.jifenSC{
	border-top-color: #ddd;
}
.menu-box li a.jifenSC:hover,.menu-box li.active a.jifenSC{
	background-color: #ddd;
}

.new-hd-box .menu-box li a{
	padding: 0;
	width: 98px;
	text-align: center;
}
/*
footer
*/
.index-ft{
	position: relative;
	top: -6px;
	padding-top: 6px;
	height: 180px;
	background-color: #f6ab00;
}
.ft-logo-img{
	display: block;
	height: 65px;
	background: url(/images/bottom_logo.png) no-repeat 0 17px;
	background-size: 187px 50px;
}
.ft-logo-bt{
	margin-bottom: 30px;
}
.ft-di{
	font-size: 15px;
	text-align: right;
}
.ft-di a{
	margin-left: 30px;
	color: #000;
}
.ft-di span{
	margin-right: 50px;
	display: block;
	float: left;
}
.i-beian{
	display: inline-block;
	margin-right: 5px;
	width: 18px;
	height: 20px;
	background: url(/images/jker/icon.png) no-repeat -6px -245px;
	vertical-align: middle;
}
/*
index main
*/
.index-main{
	position: relative;
	z-index: 1;
	top: -6px;
	padding: 20px 16px 0;
	background-color: #fff;
	overflow: hidden;
}
.index-container{
	overflow: hidden;
}
.index-left{
	width: 470px;
}
/*
index 左侧图片轮播
*/
.device {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 445px;
	background-color: #262626;
}
.device .arrow-left,
.device .arrow-right{
	position: absolute;
	top: 130px;
	z-index: 99;
	width: 40px;
	height:60px;
	background-color: #eff3f4;
}
.device .arrow-left{
    left: 0;	
}
.device .arrow-right{
	right: 0;
}
.device .arrow-left:after,
.device .arrow-right:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -12.5px;
	z-index: 98;
	width: 14px;
	height: 25px;
	background: url(/images/jker/icon.png) no-repeat 0 0;
}
.device .arrow-left:after{
	background-position: -8px -123px;
}
.device .arrow-right:after{
	background-position: -8px -153px;
}
.index-pic-left {
    width: 100%;
	height: 100%;
}
.index-pic-left .swiper-slide img{
	width: 100%;
	height: 310px;
}
.index-pic-left .swiper-slide h1,
.img-info{
	color: #d8d8d8;
	padding: 0 20px;
}
.index-pic-left .swiper-slide h1{
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
	border-top: solid 3px #fff;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	   -moz-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.img-info{
	font-size: 12px;
	cursor: default;
}
.img-info .name{
	margin-right: 14px;
}
.index-left-pagination{
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 99;
	width: 100%;
	height: 4px;
	
}
.index-left-pagination span:last-child{
	margin: 0;
	width: 90px;
}
.swiper-pagination-switch{
	position: relative;
	top: -12px;
	display: inline-block;
	width: 91px;
	height: 4px;
    cursor: pointer;
	background-color: #a3a2a2;
	margin-right: 4px;
}
.swiper-active-switch{
    background-color: #f6ab00;
}
/*
首页资讯
*/
.index-news-left{
	margin-bottom: 20px;
}
.news-head{
	padding-right: 14px;
	display: block;
	width: 100%;
	line-height: 27px;
	text-align: right;
	border-bottom: solid 1px #eaeaea;
}
.news-head a{
	padding-right: 14px;
	font-size: 16px;
	color: #f6ab00;
	background: url(/images/jker/icon.png) no-repeat 34px -273px;
}
.news-head .t{
	position: relative;
	bottom: -1px;
	display: block;
	float: left;
	padding: 0 15px 0 10px;
	font-size: 18px;
	color: #fff;
	background-color: #f6ab00;
	border-radius: 0 27px 0 0;
}
.index-news-left ul{
	padding: 5px 10px 20px;
}
.index-news-left li{
	margin-top: 5px;
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
}
.index-news-left li a,.index-news-left li time{
	display: block;
	float: left;
}
.index-news-left li a{
	width: 400px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	   -moz-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.index-news-left li time{
	margin-right: 10px;
	width: 40px;
	font-size: 12px;
	color: #a3a2a2;
}
/*
index 专题
*/
.sub-topic figure,
.evaluating{
	position: relative;
}
.sub-topic figure{
	margin-bottom: 10px;
	height: 264px;
}
.sub-topic figure img{
	width: 100%;
	height: 100%;
}
.sub-topic figure a,
.evaluating .name{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px 0 10px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.sub-topic figure a{
	background-color: #d8210d;
}
.sub-topic h1,
.sub-topic p,
.sub-topic time,
.evaluating li h1,
.evaluating li p,
.evaluating li time{
	padding: 0 10px;
}
.sub-topic p a,
.sub-topic time,
.evaluating li p a,
.evaluating li time{
	color: #a3a2a2;
}
.sub-topic h1 a,
.evaluating li h1 a{
	font-size: 26px;
	line-height: 1.6;
}
.sub-topic p a,
.evaluating li p a{
	font-size: 14px;
	line-height: 1.2;
}
.sub-topic time,
.evaluating li time{
	font-size: 12px;
	line-height: 3.5;
}
/*
index 评测
*/
.evaluating{
	margin-bottom: 100px;
}
.evaluating .name{
	background-color: #14a000;
}
.evaluating li{
	margin-top: 20px;
	border-bottom: solid 1px #d8d8d8;
}
.evaluating li:first-child{
	margin: 0;
}
.evaluating li:last-child{
	border: none;
}
.evaluating li img{
	margin-bottom: 10px;
	width: 100%;
	height: 264px;
}
/*
index 中间
*/
.index-center{
	margin-left: 20px;
	margin-right: 40px;
	width: 310px;
}
.center-container{
	margin-bottom: 20px;
	overflow: hidden;
}
.center-container .h1,
.left-container .h1{
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
}
.center-container .h1,.left-container .h1{
	color: #fff;
}
.center-container ul{
	margin: 0 3px 3px;
	padding: 0 8px;
	background-color: #ececec;
}
.center-container li{
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #d8d8d8;
}
.center-container li img{
	width: 100%;
	height: 162px;
}
.center-container li p{
	margin-top: 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
.infor-di{
	padding-top: 8px;
	font-size: 12px;
	color: #a3a2a2;
}
.infor-di span{
	margin-right: 10px;
}
/*
index 直播
*/
.zhibo-container,.zixun-container{
	background-color: #4a5fd6;
}
.zhibo-container li:last-child,.zixun-container li:last-child{
	margin-bottom: 0;
}
.zhibo-container h1,.zixun-container .h1{
	background: -webkit-linear-gradient(#7287fd, #4a5fd6 28%);
    background: -moz-linear-gradient(#7287fd, #4a5fd6 28%);
    background: -ms-linear-gradient(#7287fd, #4a5fd6 28%);
	background: -o-linear-gradient(#7287fd, #4a5fd6 28%);
    background: linear-gradient(#7287fd, #4a5fd6 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7287fd', endColorstr='#4a5fd6', GradientType='0'); /* IE*/
}
.zhibo-container .live-a{
	position: relative;
	display: block;
	height: 162px;
	overflow: hidden;
}
.zhibo-container .live-a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -27.5px;
	margin-left: -27.5px;
	width: 55px;
	height: 55px;
	background: url(/images/jker/zhobo.png) no-repeat;
}
.zhibo-container .live-a img{
	top: 50%\0;
	height: auto\0;
	min-height: 162px\0;
	-ms-transform: translateY(-50%)\0;
	transform: translateY(-50%)\0;
}
@media screen and (min-width:0) {   
    .zhibo-container .live-a img{
		position: relative;
	}
	.zhibo-container .live-a:before,
	.zhibo-container .live-a span{
		z-index: 2;
	}
	.zhibo-container .live-a{
		z-index: 1;
	}
}  
.zhibo-container .live-a span{
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 50px;
	height: 50px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.zhibo-container .live-a span.live-preview,
.zhibo-container .live-a span.live-end{
	padding: 10px;
	line-height: 1.33;
}
.zhibo-container .live-a span.living{
	line-height: 50px;
	background-color: rgba(74,95,214,.5);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4a5fd6,endColorstr=#7f4a5fd6);
	zoom: 1;
}
@media all and (-ms-high-contrast:none){
  .zhibo-container .live-a span.living{
    background-color: rgba(74,95,214,.5);
  }
}
.zhibo-container .live-a span.live-preview{
	background-color: rgba(74,95,241,.8);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c84a5fd6,endColorstr=#c84a5fd6);
	zoom: 1;
}
@media all and (-ms-high-contrast:none){
  .zhibo-container .live-a span.live-preview{
    background-color: rgba(74,95,214,.8);
  }
}
.zhibo-container .live-a span.live-end{
	background-color: rgba(0,0,0,.5);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
}
@media all and (-ms-high-contrast:none){
  .zhibo-container .live-a span.live-end{
    background-color: rgba(0,0,0,.5);
  }
}
/*
index 视界
*/
.shijie-conts{
	padding-bottom: 30px;
}
.video-container,.chanpin-container{
	background-color: #aa0f0f;
}
.video-container h1,.chanpin-container .h1{
	background: -webkit-linear-gradient(#e41212, #aa0f0f 28%);
    background: -moz-linear-gradient(#e41212, #aa0f0f 28%);
    background: -ms-linear-gradient(#e41212, #aa0f0f 28%);
	background: -o-linear-gradient(#e41212, #aa0f0f 28%);
    background: linear-gradient(#e41212, #aa0f0f 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e41212', endColorstr='#aa0f0f', GradientType='0'); /* IE*/
}
.video-container li .img-box{
	height: 162px;
}
/*
index 学堂
*/
.school-container{
	background-color: #ed6d00;
}
.school-container h1{
	background: -webkit-linear-gradient(#ffa42e, #ed6d00 28%);
    background: -moz-linear-gradient(#ffa42e, #ed6d00 28%);
    background: -ms-linear-gradient(#ffa42e, #ed6d00 28%);
	background: -o-linear-gradient(#ffa42e, #ed6d00 28%);
    background: linear-gradient(#ffa42e, #ed6d00 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa42e', endColorstr='#ed6d00', GradientType='0'); /* IE*/
}
.school-container li:last-child{
	margin-bottom: 0;
}
/*
index 右侧
*/
.index-right{
	width: 328px;
}
.index-right .ad3{
	margin-bottom: 14px;
}
.right-container{
	overflow:hidden;
	margin-bottom: 18px;
}
.right-container .h1{
	height: 45px;
	font-size: 20px;
	line-height:45px;
	text-align: center;
}
.right-container .h1{
	color: #fff;
}
.right-container li{
	padding: 20px 0;
	border-bottom: solid 1px #d8d8d8;
}
.img-box{
	position: relative;
	height: 184px;
}
.img-box img{
	width: 100%;
	height: 100%;
}
.video-btn,
.video-btn:before,
.video-duration{
	position: absolute;
}
.video-btn{
	z-index: 2;
	left: 6px;
	bottom: 6px;
	width: 33px;
	height: 33px;
	background-color: #fff;
	border-radius: 100%;
}
.video-btn:before{
	content: "";
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -8.5px;
	width: 14px;
	height: 17px;
	background: url(/images/jker/icon.png) no-repeat -8px -307px;
}
.video-duration{
	z-index: 1;
	left: 27px;
	bottom: 14px;
	padding: 0 12px 0 18px!important;
	font-size: 12px!important;
	line-height: 17px;
	color: #fff!important;
	background-color: #262626;
	border-radius: 17px;
}
.right-container li cite{
	display: block;
	padding-top: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	overflow: hidden;
	-webkit-text-overflow:ellipsis;
	   -moz-text-overflow:ellipsis;
	        text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.right-container time{
	padding-top: 8px;
	font-size: 12px;
	color: #a3a2a2;
}
/*
index 有料
*/
.youliao-container h1,.JKxueyuan-container .h1{
	background: -webkit-linear-gradient(#ff351f, #d8210d 28%);
    background: -moz-linear-gradient(#ff351f, #d8210d 28%);
    background: -ms-linear-gradient(#ff351f, #d8210d 28%);
	background: -o-linear-gradient(#ff351f, #d8210d 28%);
    background: linear-gradient(#ff351f, #d8210d 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff351f', endColorstr='#d8210d', GradientType='0'); /* IE*/
}
.youliao-container li cite{
	font-weight: bold;
}
.youliao-container .ad2{
	margin-top: 20px;
}
/*
index 策划
*/
.cehua-container h1,.zhuan-ti-container .h1{
	background: -webkit-linear-gradient(#0089ac, #2eafd0 28%);
    background: -moz-linear-gradient(#0089ac, #2eafd0 28%);
    background: -ms-linear-gradient(#0089ac, #2eafd0 28%);
	background: -o-linear-gradient(#0089ac, #2eafd0 28%);
    background: linear-gradient(#0089ac, #2eafd0 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089ac', endColorstr='#2eafd0', GradientType='0'); /* IE*/
}
.cehua-container li cite{
	font-size: 18px;
}
.cehua-container li:last-child{
	border: none;
}
/*
index 友情链接
*/
.blogroll{
	overflow: hidden;
	padding: 0 16px;
	margin-bottom: 30px;
}
.blogroll cite{
	position: relative;
	margin-bottom: 30px;
	display: block;
	font-size: 20px;
	line-height:2.1;
	color: #a3a2a2;
}
.blogroll cite:after,
.blogroll cite span:after{
	content: "";
	position: absolute;
}
.blogroll cite:after{
	z-index: 1;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
}
.blogroll cite span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 10px;
	background-color: #fff;
}
.blogroll cite span:after{
	top: 50%;
	right: 0;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background-color: #d8d8d8;
	
}
.blogroll a{
	position: relative;
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.25;
	color: #a3a2a2;
}
.blogroll a:after{
	content: "";
	position:absolute;
	right: -12.5px;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background-color: #a3a2a2;
}
/*
视界页
*/
.shijie-section{
	margin: 0 -16px;
	background-color: #aa0f0f;
}
.columns{
	display: block;
	float: left;
}
.shijie-columns-left{
	width: 120px;
	color: #fff;
	text-align: center;
}
.shijie-columns-left h1{
	position: relative;
	padding: 10px 0;
	font-size: 66px;
	font-weight: normal;
	line-height: 1.2;
}
.shijie-columns-left h1:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 100%;
}
.shijie-columns-left p{
	padding: 5px 0;
	font-size: 20px;
	line-height: 1.35;
	border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;	
}
.shijie-columns-right{
	margin-left: 120px;
	min-height: 244px;
	overflow: hidden;
	background-color: #f7f7f7;
	border-bottom: solid 1px #ededed;
	border-right: solid 1px #ededed;
}
.sj-wrapper{
	position: relative;
	padding: 0 190px;
	width: 1080px;
	height: 351px;
	overflow: hidden;
	background-color: #262626;
}
.sj-wrapper .bd{
	position: absolute;
	left: 0;
	top: 0;
}
.sj-wrapper .bd li{
	position: relative;
	overflow: hidden;
}
.sj-wrapper .bd li img{
	display: block;
	width: 700px;
	height: 351px;
}
.sj-wrapper .tempWrap{
	padding: 0 190px !important; /* 强制遮罩层显示2侧各130px */   
}
.sj-wrapper .bd ul{
	margin-left: -700px!important;
}
.sj-wrapper .hd{ 
	position: absolute; 
	width: 100%;
	height: 351px;
	top: 0;
	left: 0;  
	z-index: 1;  
}
.sj-wrapper .hd li{
	display: none;
	width: 100%;
	height: 100%;
}
.sj-wrapper .hd li.on{ 
	display: block;
}
.sj-wrapper .title{
	position: absolute;
	left: 225px;
	bottom: 23px;
	padding: 10px 25px 0 15px;
	width: 345px;
	color: #fff;
	background-color: rgba(170,15,15,.6);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99aa0f0f,endColorstr=#99aa0f0f);
	zoom: 1;
	-webkit-box-shadow: 0 0 6px #11110b;
       -moz-box-shadow: 0 0 6px #11110b;
	        box-shadow: 0 0 6px #11110b;
}
@media all and (-ms-high-contrast:none){
  .sj-wrapper .title{
    background-color: rgba(170,15,15,.6);
  }
}
.sj-wrapper .title h1{
	font-size: 25px;
	line-height: 1.2;
	overflow: hidden;
	-webkit-text-overflow:ellipsis;
	   -moz-text-overflow:ellipsis;
	        text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sj-wrapper .title h1 a{
	color: #fff;
}
.sj-wrapper .title p{
	font-size: 12px;
	line-height: 3.5;
}
.sj-wrapper .title p time{
	padding-left: 15px;
}
.sj-wrapper .pnBtn{
	position: absolute; 
	top: 0;
	width: 190px; 
	height: 350px; 
	cursor: pointer;
}
.sj-wrapper .prev{
	left: 0;
	border-right: solid 1px #fff;
}
.sj-wrapper .next{ 
	right: 0;
	border-left: solid 1px #fff;
}
.sj-wrapper .pnBtn .blackBg{ 
	display: block;  
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 350px; 
	background-color: #262626; 
	filter: alpha(opacity=70);
	opacity: 0.7;   
}
.sj-wrapper .pnBtn .arrow,
.sj-wrapper .pnBtn .arrow:before{
	position: absolute;
	top: 50%; 
	left: 50%;
}
.sj-wrapper .pnBtn .arrow{
	z-index: 1;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px; 
	height: 40px; 
	background: url(/images/jker/icon.png) no-repeat 0 0 #262626;
}
.sj-wrapper .pnBtn .arrow:hover{
	background-color: #d8d8d8;
}
.sj-wrapper .prev .arrow{
	background-position: -85px -114px;
}
.sj-wrapper .next .arrow{ 
	background-position: -85px -147px; 
}
.sj-wrapper .prev .arrow:hover{
	background-position: -40px -114px;
}
.sj-wrapper .next .arrow:hover{ 
	background-position: -40px -147px; 
}
.columns-center{
	float: left;
	padding-top: 20px;
	width: 721px;
	background-color: #fff;
	border-right: solid 1px #ededed;
}
.news-title{
	display: inline-block;
	margin-left: 20px;
	font-size: 20px!important;
	line-height: 30px;
}
.columns-center .tabs{
	float: right;
	margin-right: 20px;
}
.columns-center .tabs li{
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 28px;
	background-color: #fff;
	border: solid 1px #d8d8d8;
	cursor: pointer;
	font-size: 12px;
}
.columns-center .tabs li a{
	color: #a3a2a2;
}
.columns-center .tabs li.active a{
	color: #fff;
}
.columns-center .tabs li a i{
	display: inline-block;
	margin-left: 3px;
	width: 19px;
	height: 11px;
	background: url(/images/jker/icon.png) no-repeat;
	vertical-align: -1px;
}
.columns-center .tabs li.list-btn a i{
	background-position: -96px -40px;
}
.columns-center .tabs li.card-btn a i{
	background-position: -98px -10px;
}
.columns-center .tabs li.active{
	background-color: #aa0f0f;
	border-color: #aa0f0f;
}
.columns-center .tabs li.active a i{
	background-position: -53px -10px;
}
.columns-center .tabs li.list-btn.active a i{
	background-position: -51px -40px;
}
.columns-center .tabCont{
	display: none;
	overflow: hidden;
}
.columns-center .card{
	margin: 0 10px;
}
.columns-center .card li{
	float: left;
	margin: 20px 10px 0;
	width: 330px;
	border: solid 1px #ededed;
}
.card-pic{
	position: relative;
	display: block;
	width: 328px;
	height: 186px;
}
.card-pic img{
	width: 100%;
	height: 100%;
}
.columns-center .card .label-span,
.columns-center .card h1,
.columns-center .card .infor-content{
	padding:0 14px;
}
.label-span,
.infor-content{
	font-size: 12px;
	line-height: 2.42;
}
.label-span a{
	color: #f6ab00;
}
.columns-center .tabCont h1{
	display: -webkit-box;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.23;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	   -moz-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 54px;
}
.infor-content{
	color: #a3a2a2;
}
.infor-content time:before,
.columns-r-left ul li figcaption p time:before,
.flv-referral li span time:before,
.referralConts li pre time:before,
.zhengwen-other-info p time:before{
	content: "•";
	position: relative;
	left: -5px;
	padding-left: 10px;
}
.columns-center .tabCont .more{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	text-align: center;
}
.columns-center .tabCont .more a{
	display: inline-block;
	padding: 0 16px;
	height: 35px;
	font-size: 17px;
	line-height: 35px;
	color: #a3a2a2;
	border: solid 1px #a3a2a2;
	border-radius: 12px;
}
.columns-center .list{
	margin: 0 20px;
	overflow: hidden;
}
.columns-center .list li{
	margin-top: 20px;
	overflow: hidden;
}
.columns-center .list li .card-pic{
	float: left;
	width: 210px;
	height: 118px;
}
.columns-center .list li span,
.columns-center .list li h1,
.columns-center .list li p{
	display: block;
	margin-left: 230px;
}
.columns-center .list .label-span{
	line-height: 1;
	margin-bottom: 12px;
}
.columns-right-right{
	margin-left: 721px;
}
.hot-news cite{
	display: block;
	padding-left: 13px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 42px;
	background-color: #f1f1f1;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e5e5e5;
}
.hot-news li{
	display: block;
	padding: 0 12px;
	font-size: 12px;
	line-height: 36px;
	border-bottom: solid 1px #e6e6e6;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	   -moz-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	overflow: hidden;
}
.hot-news li a span{
	display: inline-block;
	margin-right: 5px;
	width: 23px;
}
/*
视界详情
*/
.video-skin{
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px!important;
	margin-top: 0!important;
	min-height: 774px;
	background-color: #1a1a1a;
}
.flv-left{
	float: left;
	width: 668px;
}
.flv-left h1,
.subtopic-info h1{
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
}
.flv-iframe,
.flv-iframe iframe{
	width: 100%;
	height: 380px;
}
.flv-left time{
	display: block;
	padding: 13px 0;
	font-size: 12px;
	text-align: right;
	color: #a3a2a2;
	border-bottom: solid 1px #000;
}
.flv-about{
	overflow: hidden;
	margin-top: 38px;
	padding: 20px;
	background-color: #262626;
}
.flv-admin{
	float: left;
	width: 72px;
	height: 72px;
	border: solid 1px #fff;
}
.flv-admin img,
.referral-img img{
	width: 100%;
	height: 100%;
}
.flv-about figure{
	margin-left: 82px;
	color: #fff;
}
.flv-about figure cite{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.flv-about figure p{
	font-size: 12px;
	line-height: 1.5;
}
.flv-about figure a{
	display: block;
	float: right;
	padding: 0 7px;
	font-size: 12px;
	line-height: 1.83;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 2px;
}
.flv-referral{
	float: right;
	padding: 12px 15px 0;
	width: 300px;
	height: 487px;
	background-color: #000;
}
.flv-referral h3{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.flv-referral li{
	padding: 10px 0;
	overflow: hidden;
	border-bottom: solid 1px #a3a2a2;
}
.referral-img{
	float: left;
	width: 136px;
	height: 100px;
}
.flv-referral li p{
	margin-left: 148px;
}
.flv-referral li cite{
	display: -webkit-box;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	   -moz-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.flv-referral li cite a{
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
}
.flv-referral li span{
	display: block;
	font-size: 12px;
	color: #a3a2a2;
}
.flv-referral li.flv-list{
	padding-bottom: 0;
	border: none;
	text-align: right;
}
.flv-referral li.flv-list a{
	color: #fff;
}
.comment-div{
	margin-top: 17px;
	margin-bottom: 27px;
	padding: 30px 0 15px 60px;
	background-color: #fff;
	overflow: hidden;
}
.comment-div cite{
	position: relative;
	display: block;
	margin-bottom: 8px;
	width: 577px;
	height: 22px;
	line-height: 22px;
	background-color: #dcdcdc;
}
.comment-div cite span{
	display: block;
	padding-left: 42px;
	width: 124px;
	font-size: 12px;
	color: #fff;
	background-color: #626262;
}
.comment-div cite span:after{
	content: "";
	position: absolute;
	top: 0;
	left: 124px;
	width: 0;
	height: 0;
	border-left: solid 22px #626262;
	border-top: solid 22px transparent;
	border-bottom: solid 0 transparent;
}
.comment-form{
	width: 577px;
}
.comment-area{
	padding: 6px;
	width: 100%;
	height: 75px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 12px;
	line-height: 1.2;
	color: #a3a2a2;
	background: -webkit-linear-gradient(#f7f6f7, #fff 28%);
    background: -moz-linear-gradient(#f7f6f7, #fff 28%);
    background: -ms-linear-gradient(#f7f6f7, #fff 28%);
	background: -o-linear-gradient(#f7f6f7, #fff 28%);
    background: linear-gradient(#f7f6f7, #fff 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f7', endColorstr='#ffffff', GradientType='0'); /* IE*/
	border: solid 1px #d8d8d8;
}
.issue-btn{
	float: right;
}
.comment-form label{
	font-size: 12px;
}
.comment-form label i{
	font: 20px Arial;
	font-weight: bold;
	font-style: normal;
	color: #d8210d;
	vertical-align: -4px;
}
.comment-list-k{
	margin-top: 30px;
	width: 577px;
}
.comment-list-k cite{
	margin: 0;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #858585;
	border-bottom: solid 1px #d8d8d8;
	background: none;
}
.comment-list-k li{
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d8d8d8;
	overflow: hidden;
}
.commentator{
	float: left;
	width: 60px;
	height: 60px;
}
.commentator img{
	width: 100%;
	height: 100%;
}
.commentator-info{
	margin-left: 80px;
	font-size: 12px;
}
.commentator-info span{
	padding-bottom: 10px;
	color: #1d50a2;
}
.commentator-info p{
	line-height: 26px;
	color: #000;
}
.pinglun-di{
	text-align: right;
}
.pinglun-di time{
	float: left;
	color: #858585;
}
.zan-comment{
	font-style: normal;
	cursor: pointer;
}
.zan-comment.on,
.zan-comment:hover{
	color: #d8210d;
}
/*
有料:资讯
*/
.infoNews cite a{
	float: right;
	font-size: 12px;
}
.infoNews li:last-child{
	border-bottom: none;
}
.infoNews li{
	padding: 14px 12px;
	line-height: 22px;
	white-space: normal;
	color: #a3a2a2;
}
.infoNews li a{
	display: -webkit-box;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 1.4;
}
/*
学堂
*/
.columns-r-left{
	margin-left: 20px;
	width: 680px;
}
.columns-r-left ul{
	padding: 20px 20px 0;
	margin-bottom: 28px;
	overflow: hidden;
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 3px 9px rgba(32,11,7,.28);
	   -moz-box-shadow: 0 3px 9px rgba(32,11,7,.28);
	        box-shadow: 0 3px 9px rgba(32,11,7,.28);
}
.columns-r-left ul li{
	position: relative;
	display: table;
	margin-bottom: 20px;
	width: 100%;
}
.f-img{
	float: left;
	width: 210px;
	height: 118px;
}
.f-img img{
	width: 100%;
	height: 100%;
}
.columns-r-left ul li figcaption{
	margin-left: 230px;
}
.label-link-a{
	display: inline-block;
	font-size: 12px;
	color: #f6ab00;
}
.columns-r-left ul li figcaption cite{
	display: -webkit-box;
	margin-top: 6px;
	margin-bottom: 14px;
	overflow: hidden;
	font-size: 22px;
	line-height: 1.2;
	-webkit-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.columns-r-left ul li figcaption p{
	font-size: 12px;
	color: #a3a2a2;
}
.columns-r-left ul li.first .f-img{
	width: 100%;
	height: 360px;
}
.columns-r-left ul li.first figcaption,
.columns-r-left ul li.first .label-link-a{
	position: absolute;
	margin: 0;
}
.columns-r-left ul li.first figcaption{
	left: 50%;
	bottom: 26px;
	margin-left: -230.5px;
	padding: 16px 20px;
	width: 461px;
	background-color: rgba(246,171,0,.4);
	background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66f6ab00,endColorstr=#66f6ab00);
	zoom: 1;
	border-radius: 6px;
}
@media all and (-ms-high-contrast:none){
  .columns-r-left ul li.first figcaption{
    background-color: rgba(246,171,0,.4);
  }
}
.columns-r-left ul li.first figcaption cite{
	font-size: 23px;
	font-weight: bolder;
}
.columns-r-left ul li.first figcaption cite a,
.columns-r-left ul li.first figcaption p,
.columns-r-left ul li.first .label-link-a{
	color: #fff;
	-webkit-shadow: 0 1px 1px rgba(32,11,7,.75);
	   -moz-shadow: 0 1px 1px rgba(32,11,7,.75);
	   text-shadow: 0 1px 1px rgba(32,11,7,.75);
}
.columns-r-left ul li.first .label-link-a{
	right: -70px;
	top: -234px;
	padding: 7px 10px;
	width: 40px;
	text-align: center;
	word-break: break-all;
    word-wrap: break-word;
	background-color: #f6ab00;
	font-size: 20px;
}
/*
专题图集
*/
.subtopic-info {
	color: #fff;	
}
.subtopic-info p{
	line-height: 22px;
}
.subtopic-info pre{
	margin-bottom: 25px;
	font-size: 12px;
}
.subtopic-info pre time{
	margin-left: 20px;
}
.atlas{
	position: relative;
	margin-bottom: 80px;
	padding: 26px 20px 55px;
	height: 547px;
	overflow: hidden;
	background-color: #000;
}
.atlas a{
	position: absolute;
	top: 214px;
	display: block;
	z-index: 10;
	width: 40px;
	height: 70px;
	background: url(/images/jker/icon.png) no-repeat 0 0;
}
.atlas a.arrowLeft{
	left: 20px;
	background-position: -128px -328px;
}
.atlas a.arrowLeft:hover{
	background-position: -183px -328px;
}
.atlas .arrowRight{
	left: 680px;
	background-position: -128px -192px;
}
.atlas .arrowRight:hover{
	background-position: -183px -192px;
}
.atlas .swiper-container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.atlas .swiper-slide img{
	float: left;
	width: 700px;
	height: 466px;
}
.atlas .content-slide{
	margin-left: 715px;
	color: #fff;
	line-height: 22px;
}
.atlas-page-data{
	margin-top: 15px;
}
/*
文章详情
*/
.details-columns,
.details-comment{
	position: relative;
	top: -6px;
	margin: 0;
}
.details-columns{
	padding-right: 24px;
}
.details-right-conts{
	float: right;
	width: 257px;
}
.details-top{
	margin-bottom: 40px;
	padding: 14px 0 20px;
	text-align: center;
	background-color: #1d50a2;
}
.details-top img,
.details-top a{
	display: block;
}
.details-top img{
	margin: 0 auto 24px;
	width: 175px;
	height: 46px;
}
.details-top a{
	margin-bottom: 30px;
	padding: 10px 0;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.details-top figure{
	margin-left:10px;
	margin-right: 11px;
	overflow: hidden;
}
.details-top figure figcaption{
	float: left;
	margin: 0 13px;
	width: 92px;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
}
.details-top figure figcaption img{
	margin-bottom: 5px;
	width: 100%;
	height: 92px;
}
.referralConts h3{
	margin-bottom: 10px;
	font-size: 16px;
}
.referralConts li{
	margin-bottom: 30px;
	overflow: hidden;
}
.referralConts li a img{
	width: 100%;
	height: 145px;
}
.referralConts li p{
	display: -webkit-box;
	padding: 8px 10px 15px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	-webkit-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.referralConts li pre{
	padding: 0 10px;
	font-size: 12px;
}
.referralConts li pre time{
	color: #a3a2a2;
}
.xqConts{
	margin-right: 339px;
}
/*标签*/
.main-mate{
	overflow: hidden;
}
.main-mate a{
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 0 20px;
	min-width: 110px;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background-color: #1d50a2;
}
.zhengwen{
	font-size: 16px;
	line-height: 1.6;
}
.zhengwen-header h1{
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 1;
}
.zhengwen-header p{
	margin-bottom: 16px;
	color: #a3a2a2;
	line-height: 1.2;
}
.zhengwen-other-info p{
	font-size: 12px;
	line-height: 1.5;
}
.zhengwen-other-info{
	margin-bottom: 50px;
}
.zhengwen-other-info p time,
.zhengwen-other-info p a{
	padding-right: 20px;
	color: #a3a2a2;
}
.zhengwen-img{
	margin-bottom: 28px;
	padding-top: 15px;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}
.zhengwen-img img,
.zhengwen-content figure img{
	display: block;
	margin-bottom: 8px;
	width: 100%;
	height: auto;
}
.zhengwen-img p,
.zhengwen-content figure figcaption{
	text-align: right;
	font-size: 12px;
	line-height: 42px;
	color: #a3a2a2;
}
.zhengwen-content p,
.zhengwen-content figure{
	margin-bottom: 24px;
}
.content-img-focus{
	margin-bottom: 10px!important;
}
.zhengwen-more-article{
	position: relative;
	padding-top: 30px;
	padding-right: 26px;
	width: 100%;
	height: 326px;
	background: url(/images/jker/13.jpg) no-repeat 0 0;
}
.more-header{
	padding: 20px 36px 14px 30px;
	background-color: rgba(0,0,0,.5);background:transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	-webkit-text-shadow: 0 1px 1px rgba(29,13,8,.75);
	   -moz-text-shadow: 0 1px 1px rgba(29,13,8,.75);
	        text-shadow: 0 1px 1px rgba(29,13,8,.75);
}
@media all and (-ms-high-contrast:none){
  .more-header{
    background-color: rgba(0,0,0,.5);
  }
}
.more-header span{
	display: block;
	margin-bottom: 15px;
}
.more-header span:nth-child(2){
	margin-left: 38px;
	font-size: 25px;
}
.more-header span:nth-child(3){
	margin: 0;
	text-align: right;
}
.ewm-img{
	text-align: right;
}
.ewm-img img{
	display: inline-block;
	margin-left:22px;
	margin-right:16px;
	width: 122px;
	height: 122px;
}
.more-hints{
	margin-top: 10px;
	margin-bottom: 20px;
}
.zhengwen-article-btn{
	text-align: center;
}
.zhengwen-article-btn a{
	display: block;
	margin: auto;
	padding-top: 58px;
	width: 94px;
	height: 94px;
	color: #fff;
	background: url(/images/jker/icon.png) no-repeat -127px 0;
}
.zhengwen-article-btn.active a{
	background-position: -229px 0;
	color: #d8d8d8;
}

.title-view{
	font-size: 16px;
	line-height: 32px;
	border-bottom: solid 1px #d8d8d8;
}
.zw-article-box{
	margin-top: 10px;
}
.zw-article-box li{
	float: left;
	margin-right: 11px;
	width: 185px;
	overflow: hidden;
}
.zw-article-box li:last-child{
	margin: 0;
}
.zw-article-box li img{
	width: 100%;
	height: 105px;
}
.zw-article-box li p,
.zw-article-box li time{
	padding: 0 6px;
	font-size: 12px;
	line-height: 1.2;
}
.zw-article-box li p{
	display: -webkit-box;
	margin-top: 5px;
	margin-bottom: 16px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*
搜索页
*/
.search-pages{
	padding: 0 24px 0 0;
	border: solid 1px #d8d8d8;
}
.search-pages .details-right-conts{
	margin-top: 24px;
}
.searchConts{
	margin-right: 304px;
	border-right: solid 1px #d8d8d8;
}
.searchConts .search-form-top{
	margin-top: 63px;
	margin-left: 13px;
	width: 565px;
	height: 40px;
}
.searchTabs{
	margin-top: 37px;
	height: 40px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	background-color: #eee;
	border-top: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
}
.searchTabs a{
	display: block;
	float: left;
	width: 16.6%;
	border-left: solid 1px #d8d8d8;
}
.searchTabs a:first-child{
	width: 17%;
	border: none;
}
.searchTabs a.active{
	background-color: #d8210d;
	color: #fff;
	cursor: pointer;
}
.searchTabsConts{
	width: 100%;
	height: 828px;
}
.searchTabsConts li{
	margin: 0 15px;
	padding-top: 27px;
	padding-bottom: 21px;
	border-bottom: dashed 1px #d8d8d8;
}
.searchTabsConts li h3{
	margin-bottom: 5px;
	font-size: 18px;
}
.searchTabsConts li p{
	line-height: 1.5;
}
.searchTabsConts li p,
.searchTabsConts li time{
	color: #a3a2a2;
}
.searchTabsConts li p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.searchTabsConts li time{
	font-size: 12px;
}
/*
标签搜索页
*/
.label-bt{
	margin-top: 24px;
	margin-left: 15px;
	padding-left: 20px;
	height: 40px;
	font-size: 23px;
	line-height: 40px;
	color: #d8210d;
	background-color: #eee;
}
/*
个人主页
*/
.homePages,
.homeTabCont,
.boxS{
	-webkit-box-shadow: 0 5px 7px rgba(29,13,8,.22);
	   -moz-box-shadow: 0 5px 7px rgba(29,13,8,.22);
	        box-shadow: 0 5px 7px rgba(29,13,8,.22);
}
.homePages{
	padding: 15px 25px 26px;
	margin-bottom: 10px;
	border-radius: 10px 10px 0 0;
}
.homeUesrIco,
.userName{
	display: block;
}
.homeUesrIco{
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 100%;
}
.userName{
	margin-left: 168px;
	font-size: 26px;
}
.homeTabs{
	float: left;
	width: 220px;
}
.homeTabs li{
	position: relative;
	margin-bottom: 3px;
	height: 45px;
	font-size: 12px;
	line-height: 45px;
	background-color: #fff;
}
.homeTabs li:hover,
.homeTabs li.active{
	background-color: #d8210d;
}
.homeTabs li:hover a,
.homeTabs li.active a {
	color: #fff;
}

.homeTabs li a i.ico-home{
	background-position: -383px -13px;
}
.homeTabs li a i.ico-seted{
	background-position: -383px -53px;
}
.homeTabs li:hover a i.ico-home,
.homeTabs li.active a i.ico-home{
	background-position: -340px -13px;
}
.homeTabs li:hover a i.ico-seted,
.homeTabs li.active a i.ico-seted{
	background-position: -340px -53px;
}
.homeTabs li a{
	display: block;
	padding-left: 47px;
}
.homeTabs li i{
	position: absolute;
	top: 15px;
	left: 14px;
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(/images/jker/icon.png) no-repeat;
}
.homeTabCont{
	display: none;
	margin-left: 230px;
	margin-bottom: 40px;
	background-color: #f9f9f9;
	border: solid 1px #d8d8d8;
	border-radius: 0 0 10px 10px;
}
.home-title{
	position: relative;
	z-index: 1;
	display: block;
	padding-left: 37px;
	height: 41px;
	font-size: 16px;
	line-height: 41px;
	border-bottom: solid  1px #d8d8d8;
}
.home-title:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 109px;
	height: 40px;
	border-right: solid 1px #d8d8d8;
	border-bottom: solid  1px #fff;
	background-color: #fff;
}
.homeDynamic,
.accountSetting{
	padding: 40px 15px 0;
	overflow: hidden;
	background-color: #fff;
}
.homeDynamic li{
	padding: 12px 0;
	font-size: 12px;
	border-bottom: solid 1px #d8d8d8;
}
.homeDynamic li p,
.review-article-link{
	display: block;
	width: 100%;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	     -o-text-overflow: ellipsis;
	        text-overflow: ellipsis;
	overflow: hidden;
}
.homeDynamic li p{
	margin-bottom: 10px;
}
.homeDynamic li p span{
	color: #d8210d;
}
.review-article-link{
	color: #a3a2a2;
}
.review-article-link time{
	margin-left: 10px;
}
.homeTabCont .pagingConts{
	margin: auto;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #fff;
}
.homeTabCont:nth-of-type(odd) span{
	padding-left: 24px;
}
.accountSetting{
	padding-top: 5px;
}
.accountSetting li{
	overflow: hidden;
}
.line-solid{
	border-bottom: solid  1px #d8d8d8;
}
.line-dashed{
	border-bottom: dashed 1px #d8d8d8;
}
.accountSetting li:last-child .line-solid,
.accountSetting li:last-child .line-dashed{
	border-bottom: none;
}
.setup-top{
	padding: 13px 0;
	font-size: 16px;
	line-height: 40px;
}
.home-cite,
.setup-top a,
.homeCenter,
.homeImg{
	display: inline-block;
}
.home-cite{
	padding: 0 23px;
	width: 252px;
}
.setup-top a{
	position: relative;
	float: right;
	margin-right: 63px;
	padding-left: 42px;
	height: 40px;
	font-size: 14px;
	color: #7c7c7c;
	background: url(/images/jker/icon.png) no-repeat;
}
.setup-top a.down{
	background-position: -112px -107px;
}
.setup-top a.up{
	background-position: -167px -107px
}
.setup-top a.down:before,
.setup-top a.up:before{
	position: absolute;
	top: 0;
	left: 0;
}
.setup-top a.down:before{
	content: "编辑";
}
.setup-top a.up:before{
	content: "收回";
}

.homeImg{
	width: 40px;
	height: 40px;
	border-radius: 100%;
}
.setupCont{
	display: none;
	margin-bottom: 20px;
}
.headSetup{
	position: relative;
	padding-top: 72px;
	padding-left: 110px;
	margin-left: auto;
	margin-right: auto;
	width: 642px;
	background: url(/images/jker/head-upload-bg.png) no-repeat 0 72px;
}
.headSetup cite{
	padding-left: 134px;
	display: block;
	line-height: 38px;
}
.setupFile{
	position: absolute;
	top: 110px;
	left: 110px;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor: pointer;
}
.setupFile,
.uploadHead{
	margin-top: 38px;
	width: 302px;
	height: 302px;
}
.uploadHead{
	text-align: center;
	border: solid 1px #a3a2a2;
}
.uploadHints{
	position: relative;
	padding: 206px 13px 0;
	background: url(/images/jker/upload-img.jpg) no-repeat 50% 18px;
}
.uploadHints span,
.uploadHints small{
	display: block;
	font-size: 15px;
}
.uploadHints small{
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.6;
	color: #a3a2a2;
}
.basicsSetup{
	padding: 20px 10px 0;
}
.ziLiao th,
.ziLiao td{
	padding-bottom: 30px;
}
.ziLiao th,
.passWord th{
	width: 140px;
	text-align: right;
	font-weight: normal;
	vertical-align: 8px;
}
.ziLiao td{
	padding-left: 10px;
	font-size: 12px;
}
.nickname input,
.ziLiao td textarea,
.passWord input{
	padding: 2px;
	width: 144px;
	height: 36px;
	font-size: 12px;
	border: solid 1px #d8d8d8;
}
.nickname a,
.ziLiao td p a,
.passWord td a{
	margin-left: 48px;
	display: inline-block;
	width: 54px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #d8210d;
}
.ziLiao td label{
	display: block;
	line-height: 30px;
}
.ziLiao td textarea{
	width: 567px;
	height: 118px;
	overflow-x: hidden;
	overflow-y: auto;
}
.ziLiao td p a{
	margin-top: 10px;
	margin-left: 192px;
}
.codeSetup{
	padding: 20px 7px 0;
}
.passWord th,
.passWord td{
	padding-bottom: 12px;
}
.passWord th{
	line-height: 32px;
	color: #7c7c7c;
}
.passWord input{
	width: 563px;
	height: 32px;
}
.passWord tr:last-child td a{
	margin-left: 185px;
}
/*
注册
*/
.registertabNav{
	margin-bottom: 10px;
	overflow: hidden;
}
.registertabNav li{
	position: relative;
	display: block;
	float: left;
	font-size: 16px;
}
.registertabNav li.nows{
	font-weight: bolder;
	cursor: default;
}
.registertabNav li:first-child{
	padding-right: 20px;
}
.registertabNav li:first-child:after{
	content: "";
	position: absolute;
	top: 4px;
	right: 10px;
	width: 1px;
	height: 14px;
	background-color: #262626;
}
.registertabCont{
	display: none;
}
.registertabCont p,
.telVerifycode,
.password,
.password2{
	position: relative;
	margin-bottom: 22px;
}
.registertabCont p.mail:after,
.registertabCont p.nickName:after,
.registertabCont p.password:after,
.registertabCont p.password2:after,
.registertabCont p.tel:after,
.password:after,
.password2:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 360px;
	z-index: 2;
	margin-top: -20px;
	width: 30px;
	height: 40px;
	background: url(/images/jker/icon.png) no-repeat;
}
.registertabCont p.mail:after{
	background-position: -343px -108px;
}
.registertabCont p.nickName:after{
	background-position: -182px -270px;
}
.registertabCont p.password:after,
.password:after{
	background-position: -238px -108px;
}
.registertabCont p.password2:after,
.password2:after{
	background-position: -292px -106px;
}
.registertabCont p.tel:after{
	background-position: -128px -271px;
}
.registertabCont p input,
.loginBtnP{
	width: 400px;
}
.registertabCont p input{
	padding-right: 34px;
}
.registertabCont p.verifycode input{
	padding-right: 120px;
}
.registertabCont p.telVerifycode input{
	padding-right: 156px;
}
.yanzma,
.SMSverification{
	position: absolute;
	display: block;
}
.yanzma{
	top: 5px;
	left: 285px;
	width: 105px;
	height: 35px;
	border: solid 1px #aa0f0f;
}
.yanzma img{
	width: 100%;
	height: 100%;
}
.SMSverification{
	top: 1px;
	left: 246px;
	width: 153px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	background-color: #e5e5e5;
	border-left: solid 1px #d8d8d8;
}
.deal-em,
.dealSpan a{
	position: relative;
	z-index: 4;
}
.deal-em{
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.deal-em:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #158fce;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}
.registertabCont p.deal{
	margin-bottom: 54px;
}
.dealSpan{
	position: relative;
	display: none;
}
.dealSpan a{
	top: 28px;
	left: -20px;
	color: #158fce;
}
.dealSpan:after,
.dealSpan:before{
	content: "";
	position: absolute;
	left: -28px;
	z-index: 0;
	background-color: #fff;
	border: solid 1px #d8d8d8;
}
.dealSpan:before{
	top: -2px;
	width: 25px;
	height: 20px;
}
.dealSpan:after{
	top: 19px;
	width: 198px;
	height: 38px;
}
.honts-label{
	padding: 0 10px;
	color: #a3a2a2;
}
.loginOtherBox{
	margin-top: 36px;
}
.loginOtherBox strong{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.loginP a{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-left: 45px;
	line-height: 35px;
}
.loginP a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
/*
找回密码
*/
.login-header,
.passport-step,
.login-view .registerPages,
.authentication,
.passport-form,
.passport-end{
	margin: auto;
	width: 400px;
}
.login-header,
.passport-step{
	position: relative;
	text-align: center;
	color: #a3a2a2;
}
.login-header{
	font-size: 18px;
}
.login-header:before{
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #d8d8d8;
}
.login-header strong{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
}
.passport-step{
	margin-top: 40px;
	margin-bottom: 46px;
	font-size: 16px;
}
.passport-step ul{
	display: flex;
    display: -webkit-box;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    justify-content: center;
    -webkit-box-pack: center;
}
.passport-step li{
	display: inline-block;
	margin: 0 20px
}
.passport-step li:first-child{
	margin-left: 0;
}
.passport-step li:last-child{
	margin-right: 0;
}
.passport-step li span,
.passport-step li cite{
	display: block;
}
.passport-step li span{
	display: inline-block;
	margin-bottom: 10px;
	width: 22px;
	height: 22px;
	font-weight: bolder;
	line-height: 22px;
	color: #fff;
	background-color: #a3a2a2;
	border-radius: 100%;
}
.passport-step li.active{
	color: #d8210d;
}
.passport-step li.active span{
	background-color: #d8210d;
}
.login-view .honts-label{
	display: block;
	padding: 0;
	color: #262626;
}
.passport-text .email,
.word-end{
	position: relative;
}
.passport-text .email{
	padding-left: 97px;
	margin-bottom: 50px;
}
.passport-text .email i,
.word-end i{
	position: absolute;
	top: 0;
	display: block;
	background: url(/images/jker/icon.png) no-repeat;
}
.passport-text .email i{
	left: 22px;
	width: 43px;
	height: 48px;
	background-position: -242px -192px;
}
.passport-text .email p{
	line-height: 2.4;
}
.passport-text .email p span{
	display: block;
	font-size: 20px;
	color: #d8210d;
}
.passport-form pre,
.passport-end pre{
	color: #a3a2a2;
	line-height: 30px;
}
.line{
	border-bottom: solid 1px #d8d8d8;
}
.word-end{
	padding-left: 74px;
	margin-top: 10px;
	margin-bottom: 38px;
	line-height: 56px;
}
.word-end i{
	left: 8px;
	width: 57px;
	height: 56px;
	background-position: -230px -265px;
}
/*
关于我们
*/
.subNav-bottom{
	margin-top: 14px;
	margin-bottom: 26px;
	padding: 20px;
	min-height: 600px;
	background-color: #fff; 
}
.subNavTab{
	float: left;
	width: 181px; 
}
.subNavTab li{
	margin-bottom: 3px;
	width: 100%;
	height: 46px;
	background-color: #262626;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
}
.subNavTab li.now{
	background-color: #d8210d;
}
.subNavTab li a{
	display: block;
	color: #fff;
}
.subNavTabCont{
	display: none;
	margin-left: 203px;
	font-size: 12px;
	line-height: 1.5;
}
.subNavTabCont p{
	margin-bottom: 20px;
}
/*
注册协议
*/
.reg-protocol{
	margin: 0 20px;
}
.reg-protocol p{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;
}
/*
add17-10-11
*/
.SMSverification[disabled="disabled"]{
	cursor: default;
}
/* .right-container li:first-child{
	padding-top: 10px;
} */
/*
首页轮播图片添加频道标签17-11-14
*/
.index-pic-left .swiper-slide{
  position: relative;
}
.column-label{
  position: absolute;
  top: 265px;
  left: 20px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  color: #fff;
  background-color: #f6ab00;
}
/*
直播18-3-9
*/
.menu-box li a.zhibo{
  border-top-color: #4a5fd6;
}
.menu-box li a.zhibo:hover, 
.menu-box li.active a.zhibo{
  background-color: #4a5fd6;
}
.live-tabs{
  position: relative;
  padding-bottom: 8px;
  overflow: hidden;
}
.live-tabs:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.live-tabs li{
  position: relative;
  display: block;
  float: left;
  margin-right: 48px;
}
.live-tabs li a{
  font-size: 20px;
}
.live-tabs li a:hover,
.live-tabs li.nows a{
  color: #4a5fd6;
}
.live-tabs li a:hover:after,
.live-tabs li.nows a:after{
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background-color: #4a5fd6;
}
.lives-lists{
  margin-top: 30px;
}
.lives-lists li{
  padding-bottom: 12px;
  border-bottom: solid 1px #e5e5e5;
}
.lives-lists li:not(:last-child){
  margin-bottom: 40px;
}
.lives-lists li a{
  position: relative;
  display: block;
  width: 800px;
  height: 400px;
  border: solid 1px #e5e5e5;
  overflow: hidden;
}
.lives-lists li a img{
  width: 100%;
  height: auto;
}
.lives-lists li a,
.lives-lists li a img{
  border-radius: 10px;
}
.lives-lists li a:after{
  position: absolute;
  right: 21px;
  bottom: 21px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.lives-lists li a.live-ing:after{
  content: "直播中";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(74,95,214,.5);
}
.lives-lists li a.live-end:after{
  content: "直播结束";
  padding: 20px 26px 0;
  height: 80px;
  width: 48px;
  line-height: 29px;
  background-color: rgba(0,0,0,.5);
}
.lives-lists li a.live-prediction:after{
	content: "直播预告";
	padding: 20px 26px 0;
	height: 80px;
	width: 48px;
	line-height: 29px;
	background-color: rgba(74,95,214,.8);
}
.lives-lists li a span{
  position: absolute;
  top: 21px;
  left: 0;
  padding: 0 28px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background-color: #4a5fd6;
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 0 1px 1px rgba(38,8,9,.48);
     -moz-box-shadow: 0 1px 1px rgba(38,8,9,.48);
      -ms-box-shadow: 0 1px 1px rgba(38,8,9,.48);
       -o-box-shadow: 0 1px 1px rgba(38,8,9,.48);
          box-shadow: 0 1px 1px rgba(38,8,9,.48);
}
.lives-lists p{
  padding-top: 20px;
  height: 86px;
  font-size: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  line-height: 1.5;
}
/*
直播详情18-3-9
*/
.live-details .comment-div{
  padding: 20px;
}
.crumbs{
  margin-bottom: 60px;
  font-size: 12px;
  overflow: hidden;
}
.crumbs .home{
  display: inline-block;
  position: relative;
  width: 21px;
  height: 12px;
  background: url(/images/jker/icon.png) no-repeat -384px -180px;
}
.crumbs a{
  position: relative;
  padding-right: 22px;
}
.crumbs a:after{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 7px;
  background: url(/images/jker/icon.png) no-repeat -394px -302px;
}
.live-details .details-right-conts{
  width: 340px;
}
.comment_top{
  padding: 20px;
  text-align: center;
  border: solid 1px #e5e5e5;
}
.comment_top mark{
  display: block;
  margin-top: 12px;
  font-size: 20px;
}
.comment_top mark data{
  color: #f6ab00;
}
.share_section{
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.share_section span,
.share_section div,
.share_section iframe,
.qc_share_icon{
  display: block;
  float: left;
}
.share_section div a{
  float: none;
  display: inline-block;
  padding-left: 30px;
  margin: 0;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  background-image: url(/images/jker/icon.png)!important;
  background-repeat: no-repeat;
}
.share_section div a.bds_tsina,
.share_section div a.bds_weixin,
.bshare-sinaminiblog,
.bshare-weixin,
.bdsharebuttonbox .ttsina,
.bdsharebuttonbox .ttwx{
  margin-right: 22px!important;
}
.share_section div a.bds_tsina,
.bshare-sinaminiblog,
.bdsharebuttonbox .ttsina{
  background-position: -372px -212px!important;
}
.share_section div a.bds_weixin,
.bshare-weixin,
.bdsharebuttonbox .ttwx{
  background-position: -372px -242px!important;
}
.share_section div a.bds_sqq,
.bshare-qqim,
.bdsharebuttonbox .ttqq{
  background-position: -372px -272px!important;
}
.makeComment{
  margin-top: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}
.areaComment{
  padding: 10px 10px 10px 12px;
  width: 100%;
  height: 95px;
  font: 16px/1.5 "微软雅黑";
  color: #b5b5b5;
  background-color: #eee;
  overflow-x: hidden;
  overflow-y: auto;
}
.commentDI{
  margin-top: 12px;
  text-align: center;
  overflow: hidden;
}
.commentDI a{
  display: inline-block;
  padding: 0 18px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  color: #4a5fd6;
  border: solid 1px #4a5fd6;
}
.commentList{
  margin-top: 8px;
  overflow: hidden;
}
.commentList li{
  padding: 17px 0;
  border-bottom: solid 1px #e5e5e5;
  overflow: hidden;
}
.commentICON{
  display: block;
  float: left;
  width: 56px;
  height: 56px;
}
.commentICON,
.commentICON img{
  border-radius: 100%;
}
.commentICON img{
  width: 100%;
  height: 100%;
}
.reviewRFigure{
  margin-left: 72px;
}
.reviewRFigure .name,
.relayA{
  color: #4a5fd6;
}
.reviewRFigure .name{
  display: block;
}
.reviewRFigure .name data,
.relayA{
  display: block;
  float: right;
}
.reviewRFigure .name data{
  color: #262626;
  font-weight: bold;
}
.reviewRFigure p{
  margin-top: 10px;
  min-height: 30px;
  line-height: 1.5;
}
.reviewRFigure time{
  display: block;
  margin-top: 10px;
  color: #c6c6c6;
}
.replayKuang{
  display: none;
  margin-top: 20px;
}
.replayKuang .areaComment{
  height: 60px;
  background-color: #fff;
  border: solid 1px #eee;
  font-size: 12px;
}
.replayKuang .commentDI{
  text-align: right;
}
.replayKuang .commentDI a{
  margin-left: 10px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.replayKuang .commentDI a.quxiaoA{
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.reviewconts{
  padding: 18px;
  margin-top: 20px;
  background-color: #eee;
}
.indexNewsMore{
  margin-top: 24px;
  overflow: hidden;
  text-align: center;
}
.indexNewsMore a{
  display: inline-block;
  padding: 0 18px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  background-color: #e6e6e6;
  border-radius: 15px;
}
.live-details .xqConts{
  margin-right: 359px;
}
.liveTop{
  padding: 16px 16px 24px 28px;
  border: solid 1px #e5e5e5;
}
.mainLeftBT{
  font-size: 30px;
  line-height: 1.5;
}
.liveUser{
  margin-top: 10px;
  overflow: hidden;
}
.liveUser time{
  position: relative;
  display: block;
  float: right;
  padding-right: 20px;
  line-height: 56px;
  cursor: pointer;
}
.liveUser time:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  width: 20px;
  height: 10px;
  background: url(/images/jker/live-ico.png) no-repeat;
}
.liveUser time.down:after{
  background-position: 0 -10px;
}
.liveUser span{
  width: auto;
  color: #4a5fd6;
}
.liveUser span img{
  margin-right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
}
.over{
  margin-top: 20px;
  padding-bottom: 20px;
  color: #4a5fd6;
}
.over,
.liveDetaile li{
  position: relative;
  padding-left: 33px;
  font-size: 13px;
  line-height: 1.6;
}
.over:before,
.over:after,
.liveDetaile li:before,
.liveDetaile li:not(:last-child):after{
  content: "";
  position: absolute;
  top: 0;
  margin-top: 2px;
}
.over:before,
.liveDetaile li:before{
  z-index: 2;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 100%;
}
.over:before{
  background-color: #4a5fd6;
}
.liveDetaile li:before{
  background-color: #b5b5b5;
}
.over:after,
.liveDetaile li:not(:last-child):after{
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #b5b5b5;
}
.liveDetaile li:not(:last-child){
  padding-bottom: 20px;
}
.liveDetaile li time{
  display: block;
  margin-bottom: 5px;
  color: #b5b5b5;
}
.liveDetaile li .img,
.videobox{
  margin-top: 20px;
  width: 768px;
  height: auto;
  overflow: hidden;
}
.liveDetaile li .img img,
.video-js{
  width: 100%;
  height: auto;
}
.xqConts .indexNewsMore{
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px #b5b5b5;
}
.xqConts .indexNewsMore a{
  background: none;
}
.jk-video{
  margin-bottom: 36px;
  width: 100%;
  height: 326px;
}
.jk-video iframe{
  width: 100%;
  height: 100%;
}


/**
	2019-6-13
**/
.login-yzm{
	overflow: hidden;
}
.login-yzm .login-t{
	float: left;
	display: block;
	width: 60%;
}
.login-b{
	display: block;
	float: right;
	padding: 2px 6px;
	height: 46px;
	width: 37%;
	font: 14px 微软雅黑;
	color: #f1f1f1;
	background-color: #999;
	cursor: pointer;
}
.login-b:disabled{
	color: #f0f0f0;
	cursor: default;
}
.label_tabs{
	display: inline-block;
	margin-left: 20px;
}
.label_tabs li{
	position: relative;
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.label_tabs li.now a{
	color: #f6ab00;
}
.label_tabs li.now:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: solid 2px #f6ab00;
}
.play_ioc{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 64px;
	height: 64px;
	border: solid 4px #fff;
	border-radius: 100%;
}
.play_ioc:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: solid 13px transparent;
	border-bottom: solid 13px transparent;
	border-left: solid 20px #fff;
	border-radius: 2px;
}
.fufei{
	position: absolute;
	top: 16px;
	right: 0;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	background-color: #fe5252;
	border-radius: 15px 0 0 15px;
}
.xueyuan-columns-center .list .fufei{
	margin: 0;
}
.xueyuan-columns-center .infor-content{
	font-size: 14px;
	color: #999;
}
.xueyuan-columns-center .list .infor-content{
	line-height: 1.42;
}
.xueyuan-columns-center .list .infor-content span{
	display: inline-block!important;
	margin-left: 0!important;
}
.huiyuan{
	margin-right: 14px;
	font-size: 16px;
	color: #cc0000;
}
.huiyuan strong{
	font-size: 18px;
	font-weight: 500;
}
.xueyuan-main .hot-news li{
	position: relative;
	padding: 15px 10px;
}
.xueyuan-main .infoNews li:last-child{
	border-bottom: solid 1px #e6e6e6;
}
.xx-huodong-img{
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.xueyuan-main .xx-huodong-img a{
	display: block;
	margin: 0;
	height: 90px;
}
.xx-huodong-img img{
	width: 100%;
	height: 100%;
}
.xx-huodong{
	position: relative;
	padding-left: 98px;
	height: 90px;
}
.xx-huodong p{
	font-size: 16px;
	line-height: 1.4;
}
.xx-huodong-bottom{
	position: absolute;
	bottom: 0;
	line-height: 2.4166;
}
.xx-huodong-bottom span{
	margin-right: 12px;
}

.xueyuan-main .columns-center{
	padding-top: 30px;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
.xueyuan-video,
.kc-pinglun{
	padding: 0 20px;
}
.xueyuan-video h1{
	font-size: 22px;
	line-height: 1.23;
	font-weight: normal;
}
.shipin-info{
	margin-top: 12px;
	font-size: 12px;
	color: #333;
}
.shipin-info div{
	display: inline-block;
}
.sj-time{
	margin-right: 80px;
}
.video-box{
	position: relative;
	margin-top: 30px;
	height: 422px;
	background-color: #000;
}
.Video{
	position: relative;
	height: 382px;
	overflow: hidden;
}
.Video video{
	width: 100%!important;
	height: 100%!important;
	object-fit: inherit;
}
.Video p{
	/*position: absolute;
	bottom: 50px;
	left: 16px;*/
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.Video-bottom{
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #999;
	background-color: #333;
}
.m-kan,.add-guanzhu,.Vzan{position:relative;display:inline-block;padding:8px 20px 8px 40px;}
.M{
	display: inline-block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}
.M:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 24px;
	background: url(/images/jker/M.png) no-repeat 0 -24px;
}
.M.on,
.Vzan.on,
.add-guanzhu.on,
.comment-d .like.on{
	color: #f6ab00;
}
.M.on:before,
.Vzan.on:before,
.comment-d .like.on:before{
	background-position: 0 0;
}
.add-guanzhu.on{padding-left: 0;}
.add-guanzhu.on:before{display:none;}
.m-kan p{
	display: none;
	position: absolute;
	z-index: 99;
	top: -65px;
	margin-left: 100px;
	padding: 0 5px;
	width: 130px;
	height: 168px;
	font-size: 12px;
	line-height: 1.33;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(132,132,132,.5);
}
.m-kan p:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	width: 0;
	height: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	border-right: solid 6px #fff;
}
.m-kan p img{
	margin-top: 5px;
}
.m-kan p span{
	display: block;
	margin: 5px auto 0;
	width: 114px;
}
.add-guanzhu,
.Vzan{
	position: relative;
	color: #999;
}
.add-guanzhu:before,
.Vzan:before,
.comment-d .like:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	height: 24px;
	background-repeat: no-repeat;
}
.add-guanzhu{
	padding-left: 34px;
}
.add-guanzhu:before{
	width: 24px;
	background-image: url(/images/jker/add-guanzhu.png);
	background-position: 0 0;
}
.Vzan{
	padding-left: 30px;
	background-position: 0 -24px;
	cursor: pointer;
}
.Vzan:before,
.comment-d .like:before{
	width: 20px;
	background-image: url(/images/jker/V-zan.png);
	background-position: 0 -24px;
}
.fabiao-plun .makeComment{
	position: relative;
	height: 95px;
	background-color: #eee;
}
.fabiao-plun .makeComment .areaComment{
	padding-bottom: 0;
	height: 65px;
}
.fabiao-plun p{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	width: 100%;
	font-size: 14px;
	color: #c6c6c6;
	text-align: right;
	line-height: 30px;
} 
.fabiao-plun .commentDI{
	text-align: right;
}
.pingLun{
	margin-top: 10px;
}
.pingLun h1{
	font-weight: bold;
	font-size: 18px;
}
.pingLun li{
	position: relative;
	padding-top: 20px;
	padding-bottom: 16px;
	border-bottom: solid 1px  #e5e5e5;
}
.icon-img{
	display: block;
	float: left;
	width: 56px;
	height: 56px;
}
.icon-img img{width:100%;height:100%;}
.icon-img,.icon-img img{border-radius: 100%;}
.comment-right{padding-left:76px;}
.comment-top{margin-bottom:10px;color:#4a5fd6;}
.comment-right p{margin:10px 0;line-height:2;}
.comment-d{position:relative;line-height:24px;overflow:hidden;}
.comment-d .like{
	position: relative;
	display: block;
	float: right;
	padding-left: 26px;
	cursor: pointer;
}
.comment-d .like:before{
	top: 0;
}
.comment-d .relayA{
	margin-right: 30px;
}
.comment-d time{
	color: #c6c6c6;
}
.replay-kuang{
	display: none;
	margin-top: 10px;
	overflow: hidden;
}
.replay-kuang .areaComment{
	width: 100%;
	height: 60px;
	font-size: 14px;
	border: solid 1px #eee;
	background-color: #fff;
}
.comment-di{
	text-align: right;
}
.replay-kuang .comment-di a{
	margin-left: 10px;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.replay-kuang .comment-di a.quxiaoA{
	color: #c6c6c6;
    border-color: #c6c6c6;
}
.pingLun .more{
	width: 100%;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
}
.pingLun .more a{
	display: inline-block;
    padding: 0 16px;
    height: 35px;
    font-size: 17px;
    line-height: 35px;
    color: #a3a2a2;
    border: solid 1px #a3a2a2;
    border-radius: 12px;
}
.jiangshi{
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ededed;
}
.jiangshi:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: #fff;
	border-bottom: solid 1px #ededed;
}
.jiangshi:after{
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 30px;
	background-color: #fff;
}
.js-top{
	padding: 20px 20px 20px 15px;
	border-bottom: solid 1px #ccc;
	overflow: hidden;
}
.js-ioc{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}
.js-ioc img{width:100%;height:100%;}
.js-ioc,.js-ioc img{border-radius:100%;}
.js-right{padding-left:90px;}
.guanzhu{
	display: block;
	float: right;
	margin-top: 6px;
	padding: 0 10px;
	line-height: 28px;
	color: #f6ab00;
	border: solid 1px #f6ab00;
	border-radius: 2px;
}
.guanzhu.on{
	color: #666;
	border-color: #666;
	cursor: default;
}
.js-infor{
	padding-right: 70px;
	color: #666;
	line-height: 1.43;
}
.js-infor name{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	color: #333;
}
.jianjie{
	padding: 0 15px;
}
.jianjie h1{
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.jj-neirong{
	margin-top: 20px;
	font-size: 17px;
	line-height: 1.53;
	color: #333;
}
.kecheng-bottom{
	margin-top: 14px;
}
.share-zhuli,.pay-btn{display:inline-block;position:relative;}
.zhuli-btn,.pay-btn{padding:0 45px;line-height:42px;color:#fff;font-size:16px;border-radius:4px;}
.share-zhuli{margin-right:13px;}
.zhuli-btn{display:inline-block;background-color:#f6ab00;}
.pay-btn{background-color:#f8aa00;}
.zhuli-box{
	display: none;
	position: absolute;
	z-index: 4;
	left: 50%;
	transform: translateX(-50%);
	padding: 6px 0;
	width: 130px;
	height: 216px;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(132,132,132,.4);
}
.zhuli-box:before{
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: solid 6px #fff;
}
.zhuli-box{
	line-height: 1.33;
}
.zhuli-box img{
	margin: 10px 0;
}
.tonglei-kec{
	position: relative;
	padding-top: 20px;
}
.tonglei-kec:before,.tonglei-kec:after{content:"";position:absolute;top:0;height:20px;background-color:#fff;}
.tonglei-kec:before{
	left: 0;
	width: 100%;
	border-bottom: solid 1px #ededed;
}
.tonglei-kec:after{
	left: -1px;
	width: 1px;
}
.tonglei-kec h1{
	padding-left: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	background-color: #f1f1f1;
	border-bottom: solid 1px #e5e5e5;
}
.tonglei-kec li{
	padding-left: 15px;
	padding-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 50px;
	border-bottom: solid 1px #e6e6e6;
	overflow: hidden;
}
.xueyuan-main .pay-xueyuan{
	background-color: #fff;
	border: none;
}
.pay-xueyuan .columns-center{
	padding-top: 35px;
	border-right-color: #fff;
}
.pay-mian{
	margin: 0 20px;
}
.pay-mian li{
	padding: 18px 0;
	border-bottom: solid 1px #e5e5e5;
}
.pay-mian li:last-child{
	border-bottom: none;
}
.pay-mian li dt,.pay-mian li dd{
	display: inline-block;
	font-size: 18px;
}
.pay-mian li dt{
	width: 110px;
}
.juan{
	display: inline-block;
	margin-right: 20px;
	width: 210px;
	height: 80px;
	font-size: 12px;
	background-color: #f1f1f1;
	border-radius: 4px;
	cursor: pointer;
}
.jine{
	display: block;
	float: left;
	width: 60px;
	height: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 5;
	color: #fff;
	background-color: #f8aa00;
	border-radius: 4px 0 0 4px;
}
.juan_info{
	position: relative;
	padding-left: 66px;
	padding-right: 6px;
	height: 100%;
	line-height: 1.33;
}
.juan_info name{
	padding-top: 10px;
	margin-bottom: 8px;
	color: #f8aa00;
}
.juan_info time{
	display: block;
	margin-top: 8px;
	color: #999;
}
.juan_info i{
	position: absolute;
	top: 6px;
	right: 6px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/jker/radio.png) no-repeat 0 0;
}
.juan.on .juan_info i{
	background-position: 0 -16px;
}

.play-end{
	/*display:none;*/
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 160px;
	width: 100%;
	height: 382px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color:rgba(0,0,0,.8);
}
.play-end p{
	margin-bottom: 10px;
}
.play-hint-btn{display: inline-block;padding-left:20px;padding-right:26px;line-height:46px;background-color:#ecc05b;border-radius:2px;color:#fff;}

.flex,
.fn-flex {
	/* display: -webkit-box; */
	display: box;
	/* display: -webkit-flex; */
	display: -ms-flexbox;
	display: flex;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-pack-start {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.flex-pack-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}


.Jiang-Bi{
	margin-top: 15px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	background-color: #fff8d5;
	border-radius: 2px;
}
.Jiang-Bi a,.Jiang-Bi span,.Jiang-Bi a:hover{color: #f67a00;}
.Jiang-Bi a:hover{background:none;}
.Jiang-Bi a{
	display: block;
	float: right;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
}
.login-IN-bottom{padding:0 18px;font-size:16px;height:39px;border-top:solid 1px #e8e8e8;background-color:#f3f4f4;}
.login-IN-bottom .r{float:right;}
.login-IN-bottom .l{float:left;}
.login-IN-bottom a{display:inline-block;margin:0;line-height:38px;}
.login-IN-bottom a:hover{background:none!important;color:#262626!important;}

.check-ins{
	margin-top:5px;
}
.ICON-in .Sign-in{
	display: inline-block;
	padding: 0 18px;
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	background-color: #f6ab00;
	border-radius: 2px;
}
.ICON-in .Sign-in:hover{color: #fff;background-color: #f6ab00;}
.signIn-box{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 486px;
	height: 566px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 6px;
}
.signIn-box .tou-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 6px 6px 0 0;
}
.signIn-box .colse-ico{
	position: absolute;
	right: -21px;
	top: -21px;
	padding: 0;
	width: 24px;
	height: 24px;
	color: #262626;
	text-align: center;
	background-color: #fff;
	border-width: 2px;
	border-color: #262626;
}
.signIn-box .top{
	position: relative;
	height: 115px;
	text-align: center;
}
.signIn-box #signIn{
	text-align: center;
}
.signIn-box .signBtn{
	display: inline-block;
	width: 226px;
	height: 42px;
	font-size: 20px;
	color: #f6ab00;
	line-height: 40px;
	border: solid 1px #f6ab00;
	border-radius: 21px;
	cursor: pointer;
}
.signIn-box .signBtn strong {
    font-weight: normal;
}
.signIn-box .top .signIn-time{
	display: inline-block;
	margin-top: 10px;
	padding: 0 26px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
	color: #fff;
	border-radius: 18px;
	background-color: #000;
}
.signIn-box .top .signIn-time em{
	font-style: normal;
}
.signIn-box .top .tips{
    position: relative;
	margin-top: 30px;
	font-size: 20px;
    color: #fff;
}
.signIn-box .top .tips .jifen strong{font-size:26px;}
.Calendar {
    background-color: #fff;
}
.Calendar #toyear {
	position: relative;
	padding-bottom: 10px;
    width: 96%;
    margin: 0 auto;
    height: 46px;
    color: #070707;
    font-size: 20px;
}
.Calendar #toyear:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #f8f8f8;
}
.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
  height: 100%;
  line-height: 36px;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
  color: #a4a4a4;
  cursor: pointer;
}
.Calendar #toyear .year-month {
  height: 100%;
  line-height: 36px;
}
.Calendar table{
  width: 96%;
  margin: 10px auto 0;
}
.Calendar table tr {
  margin: 5px 0;
  text-align: center;
  height: 42px;
  font-size: 20px;
  color: #333;
}
.Calendar table tr td span {
  margin: 0 auto;
  display: block;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.Calendar table tr .onToday span {
  background: #fecd62;
  color: #fff;
}

.xueyuan-main .sj-wrapper{
	padding: 0;
}
.xueyuan-main .sj-wrapper .bd{
	position: relative;
}
.xueyuan-main .sj-wrapper .bd ul{
	margin: 0!important;
}
.xueyuan-main .sj-wrapper .bd li,
.xueyuan-main .sj-wrapper .bd li img{
	width: 1080px;
}
.xueyuan-main .sj-wrapper .title{
	left: 0;
	bottom: 0;
	padding-bottom: 10px;
	width: 80%;
	background: none;
	box-shadow: none;
}
.xueyuan-main .sj-wrapper .hd{
	left: inherit;
	top: inherit;
	right: 20px;
	bottom: 10px;
	height: auto;
	text-align: right;
}
.xueyuan-main .sj-wrapper .hd li{
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: rgba(255,255,255,.6);
	border-radius: 100%;
	cursor: pointer;
}
.xueyuan-main .sj-wrapper .hd li.on{
	background-color: rgba(170,15,15,.6);
}

.jiage{
	margin-top: 15px;
	font-size: 16px;
}
.jiage mark{
	display: inline-block;
	font-size: 22px;
	color: #cc0000;
}

.new-hd-box .icon-home{
	margin-top: 4px;
}
.new-hd-box .icon-home img{
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: none;
}
.PM{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-top: 16px;
	margin-right: 6px;
}
.PM i{
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(/images/jker/xx-ioc.png) no-repeat 0 0;
}
.PM data{
	position: absolute;
	top: -8px;
	right: -12px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background-color: #e02f2f;
	border-radius: 100%;
}
.new-hd-box .hd-di{
	position: relative;
}
/*.new-hd-box .hd-di:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #434343;
}*/

.person-1000{
	margin-top: 22px;
	padding: 0;
	width: 1000px;
}
.person-1000 .index-container{
	background-color: #f6f6f6;
}
.person-columns-top{
	position: relative;
	display: table;
	padding: 0 20px;
	width: 100%;
	color: #fff;
}
.person-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102px;
	border: solid 1px #d8d8d8;
}
.person-top-right{
	position: relative;
	z-index: 2;
	display: block;
	float: right;
	margin-top: 30px;
	text-align: center;
}
.person-top-right name,.person-top-right span{
	display: block;
	margin: 0 25px;
}
.person-top-right name{margin-bottom:18px;}
#guanZ{
	cursor: pointer;
}
.WEM{
	display: none;
	position: absolute;
	left: 50%;
	margin-top: 12px;
	width: 130px;
	height: 174px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(132,132,132,.5);
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	color: #262626;
	transform: translateX(-50%);
}
.WEM:before{
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: solid 6px #fff;
}

.person-xinxi{
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}
.ICON{
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	box-shadow: 0 3px 3px rgba(102,102,102,.5);
}
.ICON-right{
	padding-left: 115px;
	padding-top: 20px;
	width: 610px;
}
.ICON-right p name,.ICON-right p span{
	display: inline-block;
	font-size: 16px;
}
.ICON-right p name{margin-right:40px;}
.add-member{
	display: inline-block;
	margin-top: 14px;
	color: #ff7f22;
	text-decoration: underline;
}
.goumai-cont .pay-mian{
	margin: 20px 0;
	text-align: center;
}
.goumai-cont .pay-mian ul{
	border: solid 1px #e5e5e5;
}
.goumai-cont .pay-mian li{padding:10px 0;text-align: left}
.goumai-cont .pay-mian li dt,.goumai-cont  .pay-mian li dd{font-size:14px;padding:0 8px;}
.goumai-cont .pay-mian li dd{width:80%;border-left:solid 1px #e5e5e5;}
.goumai-cont .login-hints-k{width:700px;height:376px;margin-top:0;margin-left:0;transform:translate(-50%,-50%);}
.goumai-cont .login-main{width:90%;}
.goumai-cont .pay-btn{margin:20px 0;}
.goumai-cont .juan{margin-bottom: 5px;}
.goumai-cont li:nth-child(3){height:106px;overflow-y:auto;}

.person-columns-left{
	padding: 0 8px;
	width: 240px;
}
.person-columns-right{
	margin-top: -9px;
	margin-left: 240px;
    min-height: 244px;
	border-bottom: solid 1px #ededed;
    border-right: solid 1px #ededed;
	overflow: hidden;
}
.person-columns-right .columns-center{
	padding-left: 19px;
    padding-right: 20px;
	width: 759px;
	border: none;
}
.person-columns-right .news-title{
	display: block;
	padding-bottom: 4px;
	margin-right: 20px;
	font-size: 14px;
	color: #666;
	border-bottom: solid 1px #ededed;
}
.person-left-menus{
	margin-top: 45px;
}
.person-left-menus li{
	padding-left: 36px;
	margin-bottom: 10px;
	line-height: 44px;
	font-size: 16px;
}
.person-left-menus li.active{
	background-color: #f6ab00;
	border-radius: 2px;
}

.qianbao-conts,.qianbao-chongzhi,.pay-fangshi,.jichuxinxi,.U-sers-xinxi{
	padding: 0 20px;
}
.qianbao-conts{
	margin-top: 45px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #666;
	border-bottom: solid 1px #e5e5e5;
}
.help-box{
	display: block;
	float: right;
	color: #373dbf;
}
.qianbao-conts name{
	display: inline-block;
	font-size: 18px;
}
.qianbao-chongzhi,.pay-fangshi{
	margin-top: 20px;
}
.qianbao-chongzhi h4,.pay-fangshi h4{
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.slideGroup{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.parBd .slideBox{
	position: relative;
	padding: 0 25px;
}
.sPrev,.sNext{
	position: absolute;
	top: 0;
	display: inline-block;
	width: 20px;
	height: 70px;
	border: solid 1px #ddd;
	background-color: #f6f6f6;
	border-radius: 2px;
}
.sPrev:before,.sPrev:after,.sNext:before,.sNext:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}
.sPrev:before,.sPrev:after{
	top: 50%;
}
.sPrev:after{
	left: 50%;
	transform: translate(-50%,-50%);
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-right: solid 8px #000;
}
.sPrev:before{
	z-index: 1;
	left: 7px;
	transform: translateY(-50%);
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-right: solid 6px #f6f6f6;
}
.sNext:before,.sNext:after{
	top: 50%;
}
.sNext:after{
	left: 50%;
	transform: translate(-50%,-50%);
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 8px #000;
}
.sNext:before{
	z-index: 1;
	right: 7px;
	transform: translateY(-50%);
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px #f6f6f6;
}
.sPrev{
	left: 0;
}
.sNext{
	right: 0;
}
.slideGroup .parBd ul{
	overflow: hidden;
}
.slideGroup .parBd ul li{
	display: block;
	float: left;
	margin: 0 5px;
	text-align: center;
	overflow: hidden;
}
.slideGroup .parBd li .bi,
.other-div{
	height: 70px;
	font-size: 16px;
	color: #000;
	background-color: #f6f6f6;
	border: solid 1px #ddd;
	border-radius: 2px;
}
.slideGroup .parBd li .bi{
	padding: 15px 0;
	width: 147px;
}
.slideGroup .parBd li .bi span{
	display: block;
}
.slideGroup .parBd li.active .bi{
	border-color: #f6ab00;
	background-color: #f9e7bf;
}
.other-div{
	display: table;
	margin-top: 10px;
	margin-left: 30px;
	padding: 24px 20px 13px 18px;
}
.other-div input{
	display: inline-block;
	margin-right: 4px;
	padding: 0 4px;
	width: 62px;
	height: 30px;
	border-bottom: solid 1px #999;
	background: none;
}
.pay-fangshi{
	color: #666;
}
.weixin-p{
	position: relative;
	padding-left: 44px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.weixin-p:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: url(/images/jker/wei-xin.png) no-repeat 50% 50% #03c114;
	border-radius: 2px;
}
.pay-weixin{
	margin: 30px 0;
	text-align: center;	
}
.pay-weixin figure{
	display: flex;
	margin: auto;
	width: 160px;
	height: 160px;
	border: solid 1px #03c114;
	align-items: center;
    justify-content: center;
}
.pay-weixin figcaption{margin-top:10px;}

.pay-help .login-hints-k{padding:0 28px;}
.pay-help .login-title,.Users-xieyi .login-title{
	height: 56px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 56px;
	background: none;
}
.pay-help .colse-ico,.Users-xieyi .colse-ico{
	top: 0;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 30px;
	color: #333;
	line-height: 56px;
	background: none;
	border: none;
}
.pay-help-wendang{
	margin: 20px 0;
	line-height: 1.5;
}
.pay-help-wendang h1{
	position: relative;
	margin-bottom: 15px;
	padding-left: 14px;
	font-size: 16px;
	font-weight: normal;
}
.pay-help-wendang h1:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #f6ab00;
}

.new-hd-box .hd-top{position:relative;}
.new-hd-box .search{position:absolute;right:200px;}
.hd-login-ing{position:absolute;right:0;top:35px;}
.new-hd-box .hd-gz,.new-hd-box .login-a,.jifen-shangcheng{margin-top:10px;}
.jifen-shangcheng{display: inline-block;width:90px;height:26px;color:#fff;text-align:center;line-height:26px;background-color:#ff7f22;border-radius:2px;}

.jichuxinxi{
	margin: 40px 0;
	font-size: 16px;
	line-height: 3.375;
}

.Users-xieyi .login-hints-k{
	margin: 0;
	transform:translate(-50%,-50%);
	padding: 0 38px;
	width: 844px;
	height: 512px;
}
.xieyi_box{
	margin: 20px 0;
	height: 416px;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
}
.xieyi_box .t{
	margin-bottom: 20px;
	line-height: 2;
}
.xieyi_box h3,.xieyi_box h2{font-weight: normal;}
.xieyi_box h2{
	margin-bottom: 10px;
	font-size: 14px;
}

.U-sers-xinxi{
	margin-top: 30px;
	color: #333;
	text-align: center;
}
.edit-Users-I-C-O-N .hint{
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}
.edit-Users-I-C-O-N{
	position: relative;
}
.edit-I-C-O-N{
	position: relative;
	margin: auto;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	overflow: hidden;
}
.edit-Users-I-C-O-N.on .edit-I-C-O-N:before{
	content: "+";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 50px;
	color: #ccc;
	line-height: 90px;
	background-color: rgba(0,0,0,.4);
}
.edit-I-C-O-N a{
	display: block;
	width: 100%;
	height: 100%;
}
.edit-I-C-O-N img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.edit-I-C-O-N input{
	position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    cursor: pointer;
    opacity: 0;
}
.edit-Users table{
	margin: 40px 0;
	overflow: hidden;
}
.edit-Users table tr{
	padding-bottom: 12px;
	height: 42px;
}
.edit-Users table th,.edit-Users table td{
	position: relative;
	height: 30px;
	line-height: 30px;
}
.edit-Users table th{
	width: 220px;
	text-align: right;
	font-weight: normal;
}
.edit-Users table td input,
.edit-Users table td select{
	position: relative;
	z-index:2;
	padding: 0 8px;
	width: 272px;
	height: 30px;
	border: solid 1px #e6e6e6;
	background: none;
}
.edit-Users table td select{padding-right:36px;}
.edit-Users table td .sex{margin-left: 6px;text-align: left;}
.edit-Users table td .sex span{position:relative;display:inline-block;padding-left:26px;cursor:pointer;margin-right:40px;}
.edit-Users table td .sex span:before{content:"";position:absolute;top:50%;left:0;width:14px;height:14px;border:solid 1px #ddd;border-radius:100%;transform:translateY(-50%)}
.edit-Users table td .sex span.on:before{width:16px;height:16px;border:none;background:url(/images/jker/radio.png) no-repeat 0 -16px;}

.edit-Users table td .la,.xuanze-diqu i{
	position: absolute;
	top:50%;
	right: 14px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 6px #666;
}
.edit-Users table td .la:before,.xuanze-diqu i:before{
	content: "";
	position: absolute;
	top: -6px;
	right: -5px;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-top: solid 4px #fff;
}
.edit-Users table td .save{
	float: left;
	margin-top: 28px;
	width: 108px;
	background-color: #ff7f22;
	border-radius: 2px;
	border: none;
	color: #fff;
	cursor: pointer;
}
.save-hint{
	display: none;
	position: relative;
	float: left;
	margin-top: 28px;
	margin-left: 20px;
	padding-left: 24px;
}
.save-hint:before{
	content: "✔";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #03c114;
}

.jifenshangcheng{
	margin-bottom: 40px;
	border:solid 1px #d8d8d8;
}
.jifenshangcheng .columns-center{
	padding-bottom: 40px;
	border: none;
	width: 100%;
}

.slide-img{
	padding: 0;
	width: 100%;
}
.device-img{
	position: relative;
	padding: 0;
	width: 100%;
	height: 324px;
}
.device-img .bd{
	position: relative;
	width: 100%;
	height: 324px;
}
.device-img .bd ul{margin:0!important}
.device-img .bd li img{
	display: block;
	margin: auto;
	width: auto;
	height: 324px;
}

.slide-img .sj-wrapper .hd{
	left: inherit;
	top: inherit;
	right: 20px;
	bottom: 10px;
	height: auto;
	text-align: right;
}
.slide-img .sj-wrapper .hd li{
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	font-size: 0;
	background-color: rgba(255,255,255,.6);
	border-radius: 100%;
	cursor: pointer;
}
.slide-img .sj-wrapper .hd li.on{
	background-color: rgba(170,15,15,.6);
}

.jifen-tabBox{
	position: relative;
	font-size: 16px;
	color: #333;
}
.jifen-shu{
	position: absolute;
	top: 0;
	right: 28px;
}
.jifen-tabNav{
	position: relative;
	padding-left: 28px;
	overflow: hidden;
}
.jifen-tabNav:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}
.jifen-tabNav li{
	position: relative;
	display: block;
	float: left;
	margin-right: 40px;
	padding-bottom:20px;
}
.jifen-tabNav li.now:after{
	content: "";
	position:absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #f6ab00;
}
.jifen-tabNav li.now a{
	color: #f6ab00;
}

.jifen-tabCont{
	padding: 0 28px;
	overflow: hidden;
}
.duihuan-list{
	overflow: hidden;
}
.duihuan-list li{
	position: relative;
	display: block;
	float: left;
	margin-top: 20px;
	width: 202px;
	overflow: hidden;
	cursor: pointer;
}
.duihuan-list li:hover .dui-huan-xq{
	bottom: 0;
}
.duihuan-list li.kong:hover .dui-huan-xq{
	color: #fff;
	background-color: #999;
}
.duihuan-list li:not(:nth-child(4n)){
	margin-right:44px;
}
.duihuan-list li.kong .i-m-g:before,
.duihuan-list li.kong .i-m-g:after{
	content: "";
	position: absolute;
}
.duihuan-list li.kong .i-m-g:before{
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 177px;
	height: 99px;
	transform: translate(-50%,-50%);
	background: url(/images/jker/kong_new.png) no-repeat;
}
.duihuan-list li.kong .i-m-g:after{
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.i-m-g{
	position: relative;
	height: 200px;
}
.i-m-g img{width:100%;height:100%;}

.duihuan-di{
	padding: 10px;
	line-height: 1.125;
	border: solid 1px #dcdcdc;
}
.j-fen{
	margin-top: 10px;
	margin-bottom: 6px;
	color: #ff0000;
	font-size: 14px;
}
.j-fen data{font-size:16px;}
.s-yu{font-size:12px;color:#999;}

.dui-huan-xq{
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-color: #f6ab00;
}

.duihuan-jilu .duihuan-list li{
	margin-right: 0;
	width: 100%;
	border-bottom: solid 1px #dbdbdb;
}
.im-g,.ji_lu-bottom{
	overflow: hidden;
}
.im-g img{
	display: block;
	float: left;
	width: 190px;
	height: 110px;
	border: solid 1px #d8d8d8;
}
.ji_lu-right{
	position: relative;
	padding-left: 210px;
	height: 110px;
	font-size: 18px;
	color: #333;
}

.ji_lu-right .j-fen{font-size:16px;color:#f6ab00;}
.ji_lu-right .s-yu{font-size: 16px;}
.dui-huan-z-t{
	position: absolute;
	bottom: 0;
	padding-left: 26px;
	font-size: 16px;
	color: #f6ab00;
}
.dui-huan-z-t:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 14px;
	background: url(/images/jker/i-dai.png) no-repeat 0 0;
}
.dui-huan-z-t:after{
	content: "待发货";
}
.ji_lu-bottom{
	margin: 15px 0;
	font-size: 16px;
	line-height: 2;
}
.dqzt,.kuai-di,.kuaid-di{display:none;}
.duihuan-jilu .duihuan-list li.in-fa-huo .dui-huan-z-t:before{
	background-image: url(/images/jker/i-yi.png);
}
.duihuan-jilu .duihuan-list li.in-fa-huo .dui-huan-z-t:after{content:"已发货";}
.duihuan-jilu .duihuan-list li.in-fa-huo .ji_lu-bottom .dqzt,.duihuan-jilu .duihuan-list li.in-fa-huo .ji_lu-bottom .kuai-di,.duihuan-jilu .duihuan-list li.in-fa-huo .ji_lu-bottom .kuaid-di{display:block;}
.duihuan-shangpin-xx{
	padding: 28px;
	overflow: hidden;
}
.shang-pin-top{overflow:hidden;}
.shang-pin-top img{
	display: block;
	float: left;
	width: 312px;
	height: 312px;
}
.shang-pin-right-xx{
	padding-left: 352px;
	font-size: 16px;
	line-height: 2;
}
.shang-pin-right-xx p{
	margin-bottom: 20px;
}
.shang-pin-right-xx name{
	margin-bottom: 10px;
	font-size:18px;
	font-weight: bold;
}
.shang-pin-right-xx p a{
	display: inline-block;
	padding: 0 30px;
	border: solid 1px #f6ab00;
}
.shang-pin-right-xx p input{
	display: inline-block;
	margin-right: 6px;
	width: 42px;
	line-height: 2;
	font-size: 16px;
	text-align: center;
	border: solid 1px #ccc;
}
.shang-pin-right-xx p small{
	margin-left: 10px;
}
.a-n{
	margin-top: 40px;
}
.a-n a{
	display: inline-block;
	width: 108px;
	height: 34px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	background-color: #f67a00;
	border-radius: 2px;
}
.Sold-Out a{
	background-color: #ddd;
	color: #666;
	cursor: default;
}

.shang-pin-address{
	margin-top: 20px;
	overflow: hidden;
}
.shang-pin-address h1{
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	overflow: hidden;
}
.shang-pin-address h1 a{
	display: block;
	float: right;
	padding: 0 10px;
	margin-left: 10px;
	font-size: 14px;
	color: #ff7f22;
	border: solid 1px #ff7f22;
	border-radius: 2px;
}
.shang-pin-address ul{
	margin-top: 10px;
	overflow: hidden;
}
.shang-pin-address li{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 10px;
	width: 262px;
	color: #333;
	border: solid 2px #ccc;
	cursor:pointer;
}
.shang-pin-address li.active{
	position: relative;
	border-color: #f6ab00;
}
.shang-pin-address li.active:before,.shang-pin-address li.active:after{content:"";position:absolute;right:0;bottom:0;}
.shang-pin-address li.active:after{width:0;height:0;border-style:solid;border-width: 0 0 28px 28px;border-color: transparent transparent #f6ab00 transparent;}
.shang-pin-address li.active:before{content:"✔";z-index:1;font-size:20px;color:#fff;text-align:center;line-height:20px;}
.nameInfo{
	padding: 6px 0;
	line-height: 1.86;
	border-bottom: solid 1px #ccc;
}
.dizhiInfo{
	padding: 6px 0;
	line-height: 1.71;
}

.zuanQuJf,.tuiHuanXz{
	height:332px;
	font-size: 14px;
	color: #333;
	line-height: 2;
}
.zuanQuJf h1,.tuiHuanXz h1{
	margin: 20px 0; 
	font-weight: normal;
}

.win-ji-fen-duihuan{
	text-align: center;
}
.win-ji-fen-duihuan .colse-ico{
	position: absolute;
	right:-10px;
	top: -10px;
}
.win-ji-fen-duihuan .hint{
	position: relative;
	margin-bottom: 10px;
	margin-top: 100px;
	padding-top: 74px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.win-ji-fen-duihuan .hint:after,.win-ji-fen-duihuan .hint:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);}
.win-ji-fen-duihuan .hint:after{width:50px;height:50px;border:solid 4px #f6aa01;border-radius:100%;}
.win-ji-fen-duihuan .hint:before{content:"✔";color:#f6aa01;font-size:30px;text-align:center;line-height:50px;}

.ji-fen-button{margin-top: 40px;}
.ji-fen-button a{display:block;margin:20px auto 0;width:60%;height:40px;line-height:40px;font-size:16px;color:#fff;background-color:#f6aa01;border-radius:4px;}

.Address-conts .login-hints-k{width:1070px;height:440px;margin:0;transform:translate(-50%,-50%);}

.Address-conts table{
	margin: 40px auto;
	width: 100%;
}
.Address-conts table th,.Address-conts table td{padding-bottom:10px;}
.Address-conts table th{
	width: 20%;
	text-align: right;
	font-size: 18px;
	font-weight: normal;
}
.Address-conts table td input,
.Address-conts table td textarea,
.Address-conts table td select{
	padding: 0 6px;
	width: 664px;
	height: 42px;
	border: solid 1px #ccc;
}
.Address-conts table td textarea{
	padding:4px 6px;
	height: 106px;
	overflow-x: hidden;
	overflow-y: auto;
}
.xuanze-diqu{position:relative;display:inline-block;margin-right:10px;}
.province{width:140px;}
.city{width:208px;}
.town{width:288px;}
.Address-conts table td .xuanze-diqu select{width:100%;}
.Address-conts table td select{
	padding-right: 26px;
}
.xuanze-diqu i{right:8px;}

.add-ress_btn{text-align:center;}
.Address-conts table td a{margin:auto;display:inline-block;width:108px;height:34px;font-size:16px;line-height:34px;color:#fff;background-color:#ff7f22;border-radius:2px;}

.Z-T-top{position:relative;min-height:166px;background-color:#fff;}
.Z-T-top img.bg{position:absolute;top:0;left:0;padding-left:20px;width:100%;height:auto;}
.Z-T-top figure{position:relative;padding-top:14px;z-index:2;top:0;width:100%;text-align:center;font-size:18px;color:#fff;}
.Z-T-top figure img{margin:auto;display:block;width:74px;height:74px;border-radius:100%;}
.Z-T-top figure figcaption{margin-top:10px;}

.jiang-shi{padding-bottom: 0;}
.jiang-shi .shijie-columns-right{
	border: none;
	background-color: #fff;
}
.jiang-shi .columns-center{width: 100%;border:none}

.jiang-shi-top{
	margin-left: 20px;
	margin-right: 30px;
	padding: 26px 50px 0 32px;
	height: 190px;
	background-color: #434553;
}
.jiang-shi-top .i{
	display: block;
	float: left;
	width: 140px;
	height: 140px;
}
.jiang-shi-top .i img{
	width: 100%;
	height: 100%;
}
.jiang-shi-top .i,.jiang-shi-top .i img{border-radius: 100%;}
.jiang-shi-top .i-r{
	position: relative;
	padding-top: 15px;
	padding-left: 170px;
	font-size: 18px;
	line-height: 1.33;
	color: #ccc;
}
.yaoyue{
	position: absolute;
	top: 72px;
	right: 34px;
	display: inline-block;
	width: 146px;
	height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #f6ab00;
	border-radius: 2px;
	line-height: 42px;
}
.jiang-shi-top .i-r name{
	margin-bottom: 20px;
	font-size: 28px;
	color: #fff;
}
.jiang-shi-top .i-r name .guanzhu{
	float: none;
	display: inline-block;
	padding: 0 20px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 34px;
}
.jiang-shi .news-title{font-size:18px;font-weight:bold}

.yaoYue .login-hints-k{width:570px;height:388px;margin:0;transform:translate(-50%,-50%);}
.yaoYue .colse-ico{font-size:50px;right:-24px;top:-5px;;line-height:50px;margin:0;padding:0;}
.yao-yue-pop{margin-top:50px;}
.yao-yue-pop h1{font-size:20px;line-height:1.5;text-align: center;font-weight:normal}
.yao-yue-pop form{margin-top:40px;overflow:hidden;text-align:center;}
.yao-yue-pop form input{display:block;margin:0 auto 14px;width:400px;height:50px;border:solid 1px #ccc;border-radius:4px;font-size:18px;padding:0 10px;}
.yao-yue-pop form a{display:block;margin:30px auto 0;width:144px;height:42px;font-size:16px;color:#fff;background-color:#ff7f22;line-height:42px;border-radius:4px;}

.left-container{
	-webkit-box-shadow: 3px 3px 5px rgba(29,13,8,.19);
	        box-shadow: 3px 3px 5px rgba(29,13,8,.19);
}
.left-container .box-style{box-shadow:none;margin-bottom:14px;}
.shichang-container .h1,.renwu-container .h1{
	background: -webkit-linear-gradient(#fdd368, #ecaa00 28%);
    background: -moz-linear-gradient(#fdd368, #ecaa00 28%);
    background: -ms-linear-gradient(#fdd368, #ecaa00 28%);
	background: -o-linear-gradient(#fdd368, #ecaa00 28%);
    background: linear-gradient(#fdd368, #ecaa00 28%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd368', endColorstr='#ecaa00', GradientType='0'); /* IE*/
}

.shichang-first{margin-top:20px;margin-bottom:4px;padding-bottom:10px;-webkit-box-shadow:0 3px 5px rgba(29,13,8,.19);box-shadow:0 3px 5px rgba(29,13,8,.19)}

.shichang-container figure img,.renwu-container li a figure img{
	width: 100%;
	height: 264px;
}
.shichang-container figure figcaption,.renwu-container li a figcaption{
	margin: 10px 0;
	padding: 0 10px;
	font-size: 26px;
	line-height: 1.23;
	font-weight: bold;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	height: 62px;
	overflow: hidden;
}
.shichang-container time,.renwu-container li p{
	display: block;
	padding: 0 10px;
	line-height: 3.5;
	font-size: 12px;
	color: #a3a2a2;
}
.shichang-container li,.renwu-container li{
	padding: 16px 0;
	border-bottom: solid 1px #d8d8d8;
}
.renwu-container li a{
	display: block;
}
.renwu-container li a figure{position: relative;}
.renwu-container li a figure:before,.renwu-container li a figure:after,.JKxueyuan-container li .img-box:before,.JKxueyuan-container li .img-box:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.renwu-container li a figure:before,.JKxueyuan-container li .img-box:before{width:0;height:0;border-top:12px solid transparent;border-bottom: solid 12px transparent;border-left:solid 20px #fff;}
.renwu-container li a figure:after,.JKxueyuan-container li .img-box:after{width:56px;height:56px;border-radius:100%;border:solid 4px #fff;}
.renwu-container li p{line-height:1.8;}
.renwu-container li p a,.JKxueyuan-container li p a{display:inline-block;margin-right:14px;color:#a3a2a2;}

.new-index_1 .zixun-container ul{padding: 0;background-color:#fff;}
.new-index_1 .zixun-container li{border-bottom-color:#ededed;overflow:hidden;}
.new-index_1 .center-container li{padding:15px 0;margin:0;}
.zixun-container .img-box,.zhuan-ti-container li .img-box{display:block;float:left;width:90px;height:90px;}
.zixun-container .img-box{margin-left: 10px;}
.new-index_1 .center-container li .img-box img{height:100%;}
.Imgcenter-right{position:relative;padding-left:110px;height:90px;}
.center-container .Imgcenter-right p,.zhuan-ti-container .Imgcenter-right p{margin:0;font-size:16px;line-height: 1.375;height:44px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-weight:normal;}
.Imgcenter-right .infor-di{position:absolute;bottom:0;}

.chanpin-container .img-box{height:auto;}
.new-index_1 .chanpin-container li .img-box img{height:162px;}

.JKxueyuan-container li cite{font-weight:bold;}
.JKxueyuan-container li p a{font-size:12px;}
/* .new-index_1 .zhuan-ti-container li:first-child{padding-top:0;} */

.zhuan-ti-container .Imgcenter-right{padding-left:100px;}

.Notji-fen .login-hints-k{margin:0;width:670px;height:308px;transform:translate(-50%,-50%);}
.Notji-fen .colse-ico{background:none;border:none;color:#333;font-size:30px;}
.Not-enough-points{margin-top:40px;text-align:center;}
.Not-enough-points h1{font-weight:normal;font-size:22px;}
.Not-enough-points p{margin-top:14px;font-size:20px;}
.Not-enough-points p span{display:inline-block;margin:0 6px;font-size:24px;color:#ff0e0e;}
.Not-enough-points a{display:block;margin:40px auto 0;width:166px;height:42px;font-size:18px;color:#fff;text-align:center;line-height:42px;background-color:#ff7f22;border-radius:2px;}

.System-Messages{
	margin: 0 30px;
}
.System-Messages h1{
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: solid 1px #e5e5e5;
}
.System-Messages li{
	position: relative;
	padding: 20px 0;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.System-Messages li img{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #f6ab00;
	border-radius: 100%;
}
.System-Messages li .System-Right{
	padding-top: 6px;
	padding-left: 70px;
	font-size: 16px;
	color: #666;
}
.System-Messages li .System-Right h1{
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: none;
	color: #333;
}

.myAttention .Attention{margin:20px 0 0 0;padding-left:20px;float:left;width: 100%;overflow:hidden;}
.myAttention .Attention li{position:relative;margin-left:16px;margin-right:30px;padding:0 0 10px 0;font-size:18px;color:#333;line-height:1;border:none;}
.myAttention .Attention li a{color:#333;}
.myAttention .Attention li.now a{color:#f6ab00;}
.myAttention .Attention li.now:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#f6ab00;}
.myAttention .tabCont{margin:0;padding:0 10px;width:100%;}

.myAttention .TeacherTabCont li{
	float: left;
	margin: 20px 0 0;
	width: 100%;
	padding: 10px 0;
	border-width: 0 0 1px 0;
}
.TeacherTabCont li .card-pic{float:left;width:60px;height:60px;}
.TeacherTabCont li .card-pic img{width:100%;height:100%;}
.TeacherTabCont li .card-pic,.TeacherTabCont li .card-pic img{border-radius:100%;}
.teacher{padding-left:90px;}
.teacher name{font-size:18px;line-height:2;}
.teacher p{font-size:16px;color:#666;}
.bg-green{background-color:#14a000}
.bg-blue{background-color:#4a5fd6}
.bg-red{background-color:#d8210d}
.bg-yellow{background-color:#f6ab00}

@media screen and (max-width:750px){
	.hd-top, .hd-di, .index-main, .ft-logo-img, .ft-di, .ft-logo-bt,.index-left,.index-center,
	.index-right,.seo-menu-box,.focus_ewm,.shijie-columns-left,.shijie-columns-right,.columns-center,
	.columns-right-right,.xueyuan-main .sj-wrapper .bd li, .xueyuan-main .sj-wrapper .bd li img,.width-1000, .flv-ft,
	.details-right-conts,.xqConts,.comment-form{width: 100%!important;}
	.index-center,.columns-right-right{margin: auto;}
	.blogroll{padding: 0;}
	.shijie-columns-right,.xqConts{margin: 0;}
	.ft-di,.focus_ewm,.ft-logo-bt{text-align: center;}
	.seo-menu-box,.index-ft{height: auto!important;}
	.focus_ewm{position: relative!important;top:0!important;right: 0!important;}
	.seo-menu-box{margin: 15px 0!important;}
	.index-ft{top:0;}
	.columns-center .card li{width: auto;}
	.details-right-conts{float: none;}
	

	.new-hd-box .hd-top{height: 40px;}
	.Mmore-box{width: auto;padding: 0 10px;}
	.new-hd-box .menu-box li .Mmore-lan a{padding: 0;width: 100%;}
	.hd-logo{height: 30px;position: absolute;top:0;}
	.new-hd-box .search{margin: 10px;right: 0;}
	.hd-box{padding-left: 10px;/*height: 222px;*/background-size: cover;background-position: 50%;box-shadow: 0 0 5px rgba(0,0,0,.5);}
	.hd-login-ing{top:45px;right: 10px;}
	.new-hd-box .hd-di{padding-right: 10px;height: auto;line-height: 2.2;}
	/* .new-hd-box .menu-box li a{width: 116px;} */
	.menu-box{    
		overflow-y: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		display: -webkit-box;
		display: box;
    	height: 60px;
    	float: none;
		width: 100%;
		padding-top: 20px;
	}
	.menu-box ul{
		display: flex;
		align-items: flex-start;
	}
	.ad1 img{height: 64px;}
	.hd-login-ing{position: relative;height: 42px;}
	.hd-di-right:nth-of-type(3){float: left;}
	.login-bg-conts .login-hints-k{width: 90%;max-height: 70%;min-height: 30%;height:auto;top:0;left:0;right:0;bottom: 0;margin: auto;overflow-y: auto;overflow-x: hidden;}
	.login-main{width: 90%;}
	.signIn-box{width: 90%;height: 80%;}
	.signIn-box .colse-ico{top:-6%;right:0;}
	.signIn-box .top .tips{margin-top: 12px;}
	.signIn-box .top .signIn-time{margin-top: 20px;}
	.index-pic-left .swiper-slide img{height: 226px;}
	.device{height: 325px;}
	.index-pic-left .swiper-slide h1, .img-info{padding: 0 12px;}
	.index-pic-left .swiper-slide h1{font-size: 16px;padding-top: 12px;margin-bottom: 12px;}
	.device .arrow-left, .device .arrow-right{top:83px;}
	.column-label{top:186px;}
	.swiper-pagination-switch,.index-left-pagination span:last-child{width: 12%;}
	.shichang-container figure figcaption, .renwu-container li a figcaption{font-size: 15px;max-height: 42px;height: auto;}
	.shichang-container time, .renwu-container li p{line-height: 1.5;}
	.shichang-container figure img, .renwu-container li a figure img{height: 192px;}
	.zixun-container .img-box, .zhuan-ti-container li .img-box{width: 80px;height: 80px;}
	.Imgcenter-right{padding-left: 100px;height: 80px;}
	.blogroll{margin-bottom: 15px;}
	.blogroll cite{font-size: 14px;margin-bottom: 15px;}
	.blogroll a{font-size: 12px;font-weight: normal;}
	.ft-logo-img{background-position: 50% 0;height: 48px;}
	.focus_ewm{display: flex;justify-content: center;padding: 15px 0;}
	.focus_dom{width: 50%!important;}
	.focus_dom label{width: 140px!important;margin-top: 6px;}
	.seo-menu-box ul{display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}
	.seo-menu-box li{line-height: 1.8;}
	.ft-di span{margin: 0;float: none;}

	.shijie-columns-left h1{font-size: 24px;}
	.shijie-columns-left p{font-size: 14px;}
	.sj-wrapper{height: 252px;padding: 0 13.3333vw;width: 100%;margin-top: 20px;}
	.shijie-columns-right{border-right: 0;}
	.sj-wrapper .pnBtn{width: 13.3333vw;height: 252px;}
	.sj-wrapper .pnBtn .blackBg{height: 100%;}
	.sj-wrapper .hd,.sj-wrapper .bd li img{height: 252px;}
	.sj-wrapper .tempWrap{padding: 0 13.3333vw!important;}
	.sj-wrapper .bd ul{margin-left: -73.3333vw!important;}
	.sj-wrapper .bd li img{width: 73.3333vw;}
	.sj-wrapper .title,.xueyuan-main .sj-wrapper .title{width: 65vw;}
	.sj-wrapper .title{left: 17.3333vw;bottom: 20px;}
	.sj-wrapper .title h1,.columns-center .tabCont h1,.zhengwen-header h1{font-size: 18px;}
	.columns-center .tabCont h1{height: auto;max-height: 46px;}
	.card-pic{width: 100%;}
	.columns-center .list li .card-pic{width: 120px;height: 67px;}
	.columns-center .list li span, .columns-center .list li h1, .columns-center .list li p{margin-left: 130px;}
	.columns-center .list h1{font-size: 14px;max-height: 20px;margin-bottom: 5px;}
	.columns-center .list h1 a{display: block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
	.label_tabs li{font-size: 14px;margin-right: 10px;}
	.columns-center .tabs{float: none;margin: 20px 0 0;width: 100%;padding-right: 20px;display: flex;justify-content: flex-end;overflow: hidden;}
	.play_ioc{width: 40px;height: 40px;}
	.play_ioc:before{border-top-width: 10px;border-bottom-width: 10px;border-left-width: 14px;}
	.xueyuan-columns-center .list .fufei{top:0;padding: 0 5px;font-size: 10px;line-height: 16px;}
	.xueyuan-main .columns-center{float: none;border: 0;}
	.xueyuan-video h1{font-size: 18px;}
	.sj-time{margin: 0;}
	.shipin-info{display: flex;justify-content: space-between;}
	.video-box{margin-top: 20px;height: 228px;}
	.Video{height: 188px;}
	.Video-bottom{display: flex;align-items: center;font-size: 14px;}
	.m-kan, .add-guanzhu, .Vzan{padding: 0 10px;height: 24px;}
	.add-guanzhu:before, .Vzan:before, .comment-d .like:before{top:0;}
	.add-guanzhu{padding-left: 34px;}
	.Vzan{padding-left: 30px;}
	.m-kan p:before{top:44%;}
	.details-columns{display: flex;flex-wrap: wrap;flex-direction: column-reverse;padding: 20px;}
	
	.zhengwen-more-article{padding-top: 10px;padding-right: 10px;height: 260px;}
	.more-header{padding: 10px 18px 7px 15px;font-size: 14px;}
	.more-header span{margin-bottom: 10px;}
	.more-header span:nth-child(2){margin-left: 6px;font-size: 16px;}
	.ewm-img{margin-top: 20px;}
	.more-hints{font-size: 14px;}
	.details-top{margin-bottom: 20px;}
	.details-top figure{display: flex;justify-content: center;margin: 0;}
	.referralConts li p{font-size: 15px;}
	 .details-comment{padding: 0 20px 20px;}
	
}
