.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	z-index: 20;
}

.navCate{
	background: #FFFFFF;
	height: 300px; 
	position: fixed;
	z-index: 40;
	width: 100%;
	bottom:0;
	overflow: hidden;
}

.navWrapper{
	margin-top: 20px;
	height: 240px;
	overflow: hidden;
	background: #ffffff;
}

.navList{
	padding: 0 20px;
	height: 100%;
	overflow: scroll;
}

.mobile_catNav{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	color: #666666;
}

.note{
	text-align: center; 
	height:40px; 
	line-height: 40px; 
	background: #f2f2f2; 
	color: #666666; 
	font-size: 14px;
}
.hide{
	display: none;	
}

.nav_mobile_active{
	color: rgb(244,134,42);
}

.gonggaoLi{
	height: 50px !important;
	line-height: 50px !important;
}
.clearfix::after{
	content:'';
	display: block;
	clear: both;
}
.dot{
	height: 50px;
	width: 6%;
	float: left;
	background-image: url(../img/圆点小.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px;
}
.downloadinfobox{
	overflow: hidden;
}
.titless{
	float: left;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.timess{
	float: right;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}

.productList{
	float: left;
}

#download{
	margin-bottom: 60px;
	border: none;
}

.productItem{
	width: 254px;
	height: 62px;
	line-height: 62px;
	text-indent: 18px;
	border: 1px solid rgb(189,189,189);
	border-radius: 10px 0 0 10px;
	color: #5f5f5f;
	margin-bottom: 2px;
	font-size: 17px;
}

.itemActive{
  background-color: rgb( 244, 134, 42 );
  width: 256px;
  color: #ffffff;
  border: none !important;
}

.versionWrapper{
	overflow: hidden;
	padding: 0 38px;
	border: 3px solid rgb(244,134,42);
}

.downloadli{
	position: relative;
	overflow: hidden;
	padding: 26px 56px 26px 36px;
	box-shadow: 0 0 6px rgba(0,0,0,0.35);
	background: #f5f5f5;
	min-height: 118px;
}

.downloadimg{
	float: left;
	width: 96px;
	height: 96px;
	margin-right: 40px;
}

.downloadimg img{
	width: 100%;
	height: 100%;
}

.title{
  font-size: 18px;
  color: rgb( 238, 139, 28 );
  padding: 27px 0;
  font-weight: bold;
}

.downloadTitle{
	font-size: 17px;
	line-height: 1em;
	color: #333333;
	font-weight: bold;
}

.descri,.upgrade_Instructions{
	font-size: 14px;
	color: #666666;
}

.descri{
	margin: 14px 0 24px;
}

.hideintro{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sizeBox{
	margin-right: 34px;
}

.des_icon{
	width: 12px;
	height: 12px;
	margin-right: 6px;
}

.downloadBtn{
	position: absolute;
	width: 108px;
	height: 30px;
	line-height: 30px;
	background-color:rgb(99,189,34);
	/*background-color: #e1351d;*/
	text-align: center;
	border-radius: 4px;
	color: #FFFFFF;
	right: 10px;
	top: 134px;
	cursor: pointer;
}
.qrcode{
	position: absolute;
	width: 100px;
	border: 4px solid #ffffff;
	top: 15px;
	right: 10px;
}
.createTime{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.version_tbl{
	display: none;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	color: #000000;
}

.version_tbl td{
	border: 1px solid #bfbfbf;
}

.thead{
	background: #dedede;
	font-size: 15px;
}

.thead>td{
	width: 25%;
}

.row{
	height: 30px;
	line-height: 30px;
}

.tbody{
	font-size: 12px;
}

.tbl_downloadBtn{
	font-size: 14px;
	color: #146cff;
}

.mobileNav{
	height: 40px;
	background: rgb(244,134,42);
	text-align: center;
	border-radius: 6px;
}
.chosearea{
	position: relative;
	width: 200px;
	height: 100%;
	margin: 0 auto;
}
#picker{
	margin:0;
	padding:0;
	font-size: 15px;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	line-height: 40px;
	color: #ffffff;
}

.toBottomArrow{
	position:absolute;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color:  #ffffff transparent transparent;
	right: 0;
	top: 15px;
}

.dis{
	float: right;
	font-size: 14px;
	line-height: 2em;
	color: #666666;
	cursor: pointer;
}


@media screen and (max-width: 1401px){
	.desItem{
		display: inline-block;
		width: 100%;
	}
	
	.descri{
		margin-bottom: 12px;
	}
	
	.productItem{
		width: 200px;
		text-indent: 10px;
	}
	
	.title{
		font-size: 18px;
		padding: 20px 0;
	}
	
	.downloadTitle{
		font-size: 17px;
	}
}

@media screen and (min-width: 1024px){
	.titless{
		width: 64%;
		font-size: 16px;
	}
	
	.timess{
		width: 30%;
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	
	.downloadli{
		padding: 26px 120px 26px 10px;
	}
	
	.downloadTitle{
		word-break: break-word;
		font-size: 15px;
	}
	.productList{
		display: none;
	}
	
	.title{
		font-size: 16px;
	}
	
	.createTime,.descri, .upgrade_Instructions{
		font-size: 13px;
	}
	
	.downloadBtn{
		font-size: 15px;
	}
	
	.thead{
		font-size: 14px;
			
	}
	
	.mobileNav{
		display: block;
	}
	
	.footer{
		display: none;
	}
	
	.downloadimg{
		margin-right: 40px;
	}
	
	.downloadimg{
		display: none;
	}
	.nt {
		width: 144px !important;
		margin-right: 15px !important;
		font-size: 12px !important;
	}
	.tm {
		font-size: 12px !important;
		width: 125px !important;
	}
	.act {
		color: #ff6700;
	}
	.acttab {
		color: #ee8b20 !important;
		background: #FFFFFF !important;
		border-top: 4px solid #ee8b20;
		height: 60px !important;
		line-height: 60px;
		text-align: center;
	}
	.tabbox {
		width: 100%;
	}
	.tabhead {
		width: 100%;
		height: 60px;
		background: #fafafa;
		z-index: 999;
	}
	.tabbody {
		width: 100%;
		height: 59px;
		line-height: 60px;
		margin: 0 auto;
		position: relative;
		border-bottom: 1px solid lightgray;
	}
	.tabset {
		display: flex;
		justify-content: space-around;
		line-height: 60px;
		font-size: 14px;
		color: #666666;
	}
	#download{
		margin-bottom: 20px;	
	}
	
	.versionWrapper{
		padding: 0 6px;
		border: none;
	}
	.tabBtn {
		cursor: pointer;
		display: inline-block;
	}
	.tabcon {
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
		border: 1px solid lightgrey;
		border-top: none;
	}
	.umanual,
	.sdown {
		height: 56px;
		line-height: 56px;
		width: 50%;
		background: #ccc;
		font-size: 15px;
		text-align: center;
		color: #FFFFFF;
		float: left;
	}
	.pdfdown,
	.softdown {
		width: 95%;
		float: left;
	}
	.pdfli,
	.softli {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		background: #f5f5f5;
		margin-left: 9px;
		/*height: 210px;*/
		
	}
	.gonggaoLi{
		margin-bottom: 10px !important;
		padding-bottom: 0;
	}
	
	.downNum{
		margin-bottom: 10px !important;	
	}
	
	.pdfimg,
	.softimg {
		float: left;
		/*margin: 30px;*/
		margin: 1px;
	}
	.pdfinfobox,
	.softinfobox,
	.newsBox,
	.donloadinfobox {
		width: 45%;
		height: 100%;
		float: left;
	}
	
	.newsBox{
		width: 95%;
		margin-left: 2.5%;
		height: 100%;
		float: left;
	}
	.piTitle,
	.siTitle {
		display: block;
		font-size: 15px;
		font-weight: bold;
		color: #333333;
		margin-top: 10px;
		margin-bottom: 10px;
		word-wrap: break-word;
	}
	.pdownBtn,
	.downBtn {
		margin-top: 26px;
		height: 100%;
		width: 36.4%;
		line-height: 210px;
		float: right;
	}
	.pdown,
	.downapp,
	.uptime {
		width: 100%;
		height: 40px;
		line-height: 30px;
		display: inline-block;
		float: left;
		text-align: center;
	}
	.pdown>span,
	.downapp>span {
		color: #41a32b;
		font-size: 18px;
		cursor: pointer;
	}
	.pdown>span:hover,
	.downapp>span:hover {
		border-bottom: 1px solid #41a32b;
	}
	.uptime {
		color: #666666;
		font-size: 13px;
	}
	.introdetail {
		width: 70%;
		padding: 15px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 14%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	.introdeT {
		width: 100%;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 0;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	
	.titless{
		width: 54%;
		font-size: 13px;
	}
	
	.timess{
		width: 40%;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.intro{
		display: none;
	}
	
	.downNum,.size{
		font-size: 14px !important;
	}
	/****************upgraed****************/
	
	.update_dot{
		height: 50px;
		width: 6%;
		float: left;
		background-image: url(../img/圆点小.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 23px;
	}
	
	.gonggao {
		width: 85%;
		margin: 0 auto;
		margin-top: 60px;
		/*border: 1px solid lightgrey;*/
		border-top: none;
		height: 700px;
		font-size: 20px !important;
		/*background: #DFDFDF;*/
		overflow-y: scroll;
	}
	.pname {
		height: 20px;
		color: #666666;
		width: 280px;
		text-align: left;
		font-size: 20px;
	}
	.fdetail {
		height: 20px;
		color: #666666;
		width: 410px;
		text-align: center;
		font-size: 20px;
	}
	.ptime {
		font-size: 20px;
		height: 20px;
		color: #666666;
		width: 110px;
		text-align: right;
	}
	.gonggao::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
	
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.nt {
		width: 338px;
	}
	.act {
		color: #ff6700;
	}
	.acttab {
		color: #ee8b20 !important;
		background: #FFFFFF !important;
		border-top: 4px solid #ee8b20;
		height: 76px !important;
		line-height: 76px;
		text-align: center;
	}
	.tabbox {
		width: 100%;
	}
	.tabhead {
		width: 100%;
		height: 60px;
		background: #fafafa;
		z-index: 999;
	}
	.tabbody {
		width: 90%;
		height: 59px;
		line-height: 60px;
		margin: 0 auto;
		position: relative;
		border-bottom: 1px solid lightgray;
	}
	.tabset {
		float: right;
		line-height: 60px;
		font-size: 16px;
		color: #666666;
	}
	.tabBtn {
		cursor: pointer;
		display: inline-block;
		margin-left: 40px;
	}
	.tabcon {
		width: 90%;
		margin: 0 auto;
		margin-top: 60px;
		border: 1px solid lightgrey;
		border-top: none;
	}
	.umanual,
	.sdown {
		height: 80px;
		line-height: 80px;
		width: 50%;
		background: #ccc;
		font-size: 17px;
		text-align: center;
		color: #FFFFFF;
		float: left;
	}
	.pdfdown,
	.softdown {
		width: 95%;
		margin-top: 30px;
		margin-left: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.pdfli,
	.softli {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 22px;
		background: #f5f5f5;
		/*height: 210px;*/
		padding-bottom: 20px;
	}
	
	
	.gonggaoLi{
		padding-bottom: 0;
	}
	.pdfimg,
	.softimg {
		float: left;
		margin: 30px;
	}
	.pdfinfobox,
	.softinfobox,
	.newsBox,
	.downloadinfobox {
		width: 60%;
		height: 100%;
		float: left;
	}
	.piTitle,
	.siTitle {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #333333;
		margin-top: 30px;
		margin-bottom: 24px;
	}
	.pdownBtn,
	.downBtn {
		height: 100%;
		width: 24.4%;
		line-height: 210px;
		float: right;
	}
	.pdown,
	.downapp,
	.uptime {
		width: 100%;
		height: 40px;
		line-height: 30px;
		display: inline-block;
		float: left;
		text-align: center;
	}
	.pdown>span,
	.downapp>span {
		color: #41a32b;
		font-size: 20px;
		cursor: pointer;
	}
	.pdown>span:hover,
	.downapp>span:hover {
		border-bottom: 1px solid #41a32b;
	}
	
	.downloadimg{
		margin-right: 10px;
	}
	.uptime {
		color: #666666;
		font-size: 16px;
	}
	.introdetail {
		width: 70%;
		padding: 15px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 14%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	.introdeT {
		width: 748px;
		padding: 10px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 28%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	/****************upgraed****************/
	.gonggao {
		width: 85%;
		margin: 0 auto;
		margin-top: 60px;
		/*border: 1px solid lightgrey;*/
		border-top: none;
		height: 700px;
		font-size: 20px !important;
		/*background: #DFDFDF;*/
		overflow-y: scroll;
	}
	.pname {
		height: 20px;
		color: #666666;
		width: 280px;
		text-align: left;
		font-size: 20px;
	}
	.fdetail {
		height: 20px;
		color: #666666;
		width: 410px;
		text-align: center;
		font-size: 20px;
	}
	.ptime {
		font-size: 20px;
		height: 20px;
		color: #666666;
		width: 110px;
		text-align: right;
	}
	.gonggao::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	.act {
		color: #ff6700;
	}
	.acttab {
		color: #ee8b20 !important;
		background: #FFFFFF !important;
		border-top: 4px solid #ee8b20;
		height: 76px !important;
		line-height: 76px;
		text-align: center;
	}
	.tabbox {
		width: 100%;
	}
	.tabhead {
		width: 100%;
		height: 60px;
		background: #fafafa;
		z-index: 999;
	}
	.tabbody {
		width: 62.5%;
		height: 59px;
		line-height: 60px;
		margin: 0 auto;
		position: relative;
		border-bottom: 1px solid lightgray;
	}
	.tabset {
		float: right;
		line-height: 60px;
		font-size: 16px;
		color: #666666;
	}
	.tabBtn {
		cursor: pointer;
		display: inline-block;
		margin-left: 40px;
	}
	.tabcon {
		width: 62.5%;
		margin: 0 auto;
		margin-top: 60px;
		border: 1px solid lightgrey;
		border-top: none;
	}
	.umanual,
	.sdown {
		height: 80px;
		line-height: 80px;
		width: 50%;
		background: #ccc;
		font-size: 17px;
		text-align: center;
		color: #FFFFFF;
		float: left;
	}
	.pdfdown,
	.softdown {
		width: 95%;
		margin-top: 30px;
		margin-left: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.pdfli,
	.softli {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 22px;
		background: #f5f5f5;
		/*height: 210px;*/
		padding-bottom: 20px;
	}
	.gonggaoLi{
		padding-bottom: 0;
	}
	.pdfimg,
	.softimg {
		float: left;
		margin: 30px;
	}
	.pdfinfobox,
	.softinfobox,
	.newsBox{
		width: 60%;
		height: 100%;
		float: left;
	}
	.versionWrapper{
		padding: 0 20px;
	}
	
	.downloadinfobox{
		width: 70%;
		height: 100%;
		float: left;
	}
	
	.downloadli{
		padding: 26px;
	}
	
	.downloadimg{
		display: none;
	}
	.piTitle,
	.siTitle {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #333333;
		margin-top: 30px;
		margin-bottom: 24px;
	}
	.pdownBtn,
	.downBtn {
		height: 100%;
		width: 24.4%;
		line-height: 210px;
		float: right;
	}
	.pdown,
	.downapp,
	.uptime {
		width: 100%;
		height: 40px;
		line-height: 30px;
		display: inline-block;
		float: left;
		text-align: center;
	}
	.pdown>span,
	.downapp>span {
		color: #41a32b;
		font-size: 20px;
		cursor: pointer;
	}
	.pdown>span:hover,
	.downapp>span:hover {
		border-bottom: 1px solid #41a32b;
	}
	.uptime {
		color: #666666;
		font-size: 16px;
	}
	.introdetail {
		width: 459px;
		padding: 15px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 13%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	.introdeT {
		width: 748px;
		padding: 10px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 28%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	/****************upgraed****************/
	.gonggao {
		width: 41%;
		margin: 0 auto;
		margin-top: 60px;
		/*border: 1px solid lightgrey;*/
		border-top: none;
		height: 700px;
		font-size: 20px !important;
		/*background: #DFDFDF;*/
		overflow-y: scroll;
	}
	.pname {
		height: 20px;
		color: #666666;
		width: 280px;
		text-align: left;
		font-size: 20px;
	}
	.fdetail {
		height: 20px;
		color: #666666;
		width: 410px;
		text-align: center;
		font-size: 20px;
	}
	.ptime {
		font-size: 20px;
		height: 20px;
		color: #666666;
		width: 110px;
		text-align: right;
	}
	.gonggao::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
}

@media screen and (max-width: 1280px) {
	.softimg img {
		display: none;
	}
	.pdfimg,
	.softimg {
		margin-left: 30px;
	}
}

.downBtn {
	background-image: url(../img/pdfDl.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top 15px right 15px;
}

@media screen and (min-width: 1280px) {
	.act {
		color: #ff6700;
	}
	.acttab {
		color: #ee8b20 !important;
		background: #FFFFFF !important;
		border-top: 4px solid #ee8b20;
		height: 76px !important;
		line-height: 76px;
		text-align: center;
	}
	.tabbox {
		width: 100%;
	}
	.tabhead {
		width: 100%;
		height: 60px;
		background: #fafafa;
		z-index: 999;
	}
	.tabbody {
		width: 62.5%;;
		height: 59px;
		line-height: 60px;
		margin: 0 auto;
		position: relative;
		border-bottom: 1px solid lightgray;
	}
	.tabset {
		float: right;
		line-height: 60px;
		font-size: 16px;
		color: #666666;
	}
	.tabBtn {
		cursor: pointer;
		display: inline-block;
		margin-left: 40px;
	}
	.tabcon {
		width: 62.5%;;
		margin: 0 auto;
		margin-top: 40px;
		border: 1px solid lightgrey;
		border-top: none;
	}
	.sdownCH {
		height: 80px;
		line-height: 80px;
		width: 100%;
		background: #ccc;
		font-size: 30px;
		text-align: center;
		color: #FFFFFF;
		float: left;
	}
	.umanual,
	.sdown {
		height: 80px;
		line-height: 80px;
		width: 50%;
		background: #ccc;
		font-size: 17px;
		text-align: center;
		color: #FFFFFF;
		float: left;
	}
	.pdfdown,
	.softdown {
		width: 95%;
		margin-top: 30px;
		margin-left: 30px;
		margin-bottom: 30px;
		/*padding: 30px;*/
		float: left;
	}
	.pdfli,
	.softli {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 22px;
		background: #f5f5f5;
		height: 160px;
	}
	.pdfimg,
	.softimg {
		float: left;
		/* margin: 30px; */
		height: 100%;
	}
	.softimg img {
		padding: 30px;
		height: 71%;
	}
	.pdfinfobox,
	.softinfobox,
	.newsBox,
	.downloadinfobox {
		width: 55%;
		height: 100%;
		float: left;
	}
	.piTitle,
	.siTitle {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #333333;
		margin-top: 30px;
		margin-bottom: 24px;
	}
	.pdownBtn,
	.downBtn {
		height: 100%;
		/*width: 14.4%;*/
		width: 16.4%;
		line-height: 210px;
		float: right;
	}
	.pdown,
	.downapp,
	.uptime {
		width: 100%;
		height: 40px;
		line-height: 30px;
		display: inline-block;
		float: left;
		text-align: center;
	}
	.pdown>span,
	.downapp>span {
		color: #41a32b;
		font-size: 20px;
		cursor: pointer;
	}
	.pdown>span:hover,
	.downapp>span:hover {
		border-bottom: 1px solid #41a32b;
	}
	.uptime {
		color: #666666;
		font-size: 16px;
	}
	.introdetail {
		width: 700px;
		padding: 15px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 21%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	.introdeT {
		width: 748px;
		padding: 10px;
		-webkit-box-shadow: 0 0 15px #D3D3D3;
		-moz-box-shadow: 0 0 15px #ddd;
		box-shadow: 0 0 15px #ddd;
		position: absolute;
		left: 28%;
		background: #fff;
		z-index: 1000;
		word-wrap: break-word;
		display: none;
	}
	/****************upgraed****************/
	.gonggao {
		width: 41%;
		margin: 0 auto;
		margin-top: 60px;
		/*border: 1px solid lightgrey;*/
		border-top: none;
		height: 700px;
		font-size: 20px !important;
		/*background: #DFDFDF;*/
		overflow-y: scroll;
	}
	.pname {
		height: 20px;
		color: #666666;
		width: 280px;
		text-align: left;
		font-size: 20px;
	}
	.fdetail {
		height: 20px;
		color: #666666;
		width: 410px;
		text-align: center;
		font-size: 20px;
	}
	.ptime {
		font-size: 20px;
		height: 20px;
		color: #666666;
		width: 110px;
		text-align: right;
	}
	.gonggao::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}
}

.gonggao::-webkit-scrollbar-button {
	/*background: #FF5900;*/
}

.gonggao::-webkit-scrollbar-track {
	background: #dfdfdf;
	border-radius: 5px;
}

.gonggao::-webkit-scrollbar-track-piece {}

.gonggao::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

.gonggao::-webkit-scrollbar-corner {
	/*background:#82AFFF;*/
}

.gonggao::-webkit-scrollbar-resizer {
	background: #dfdfdf;
}

.umanual:hover,
.sdown:hover {
	cursor: pointer;
}