@charset "utf-8";
@import url(normalize.css); 
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; }
button { cursor: pointer; }
body { background: #fff; color: #363636; line-height: 1.2; }
a, a:link { color: #222; text-decoration: none; }
a:visited {  }
/* a:active, a:hover { text-decoration: underline; } */
a:focus { outline: none; }

body{
	min-width : 1200px
}

.container { margin: 0 auto; }
/*清除浮动*/
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }
.fl { float: left; }
.fr { float: right; }

/*返回顶部*/
/*toolBackTop*/
.back-to {
    bottom: 35px;
    overflow:hidden;
    position:fixed;
    right:10px;
    width:50px;
    z-index:999;
}
.back-to .back-top {
    width: 50px;
    height:50px;
    float: right;
    display: block;
    margin-left: 10px;
    *+margin-left: 0;
    background: url("../img/back-top.png") no-repeat scroll 0 0 transparent;
    outline: 0 none;
    text-indent: -9999em;
}
.back-to .back-top:hover {
    background-position: -50px 0;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
}
.flex{
	display: flex;
}
.content{
	width: 1184px;
	margin: 0 auto;
}
header{
	height: 60px;
}
.logo{
	font-size: 20px;
	line-height: 60px;
	font-weight: 500;
	font-family:"Microsoft YaHei";
}
header .flex{
	justify-content: space-between;
}
header img{
	/* width: 97.62px; */
	height: 32px;
	margin-top: 14px;
}
header nav{
	height: 60px;
	line-height: 60px;
	position: relative;
	/* padding-right: 120px; */
}
header nav a{
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #141414;
	display: inline-block;
	margin: 0 25px;
	box-sizing: border-box;
}
header nav a:hover,
header nav a.on{
	border-bottom: 2px solid #FF5F19;
	color: #FF5F19;
	z-index: 20;
	position: relative;
}
header nav a:last-of-type{
	margin-right: 0;
}
header nav a.goback{
	position: absolute;
	right: 0;
	top: 10px;
	width: 96px;
	height: 40px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	line-height: 38px;
	text-align: center;
	margin: 0;
	font-size: 16px;
}
header nav a.goback:hover{
	border: 1px solid #EB5757;
}
footer{
	height: 80px;
	line-height: 80px;
	font-size: 12px;
	color: #666;
}
footer a{
	color: #666!important;
}
footer span a{
	color: #666!important;
	margin: 0 0 0 15px;
	display: inline-block;
}
footer.footer span a:nth-of-type(2){
	padding: 0 15px;
	margin: 0 -15px 0 0;
	position: relative;
}
footer.footer span a:nth-of-type(2):before{
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
footer.footer span a:nth-of-type(2):after{
	content: '|';
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
footer.downloadFooter span a:nth-of-type(3){
	padding: 0 15px;
	margin: 0 -15px 0 0;
	position: relative;
}
footer.downloadFooter span a:nth-of-type(3):before{
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
footer.downloadFooter span a:nth-of-type(3):after{
	content: '|';
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
footer span a:hover{
	color: #F95006;
	background-color: none!important;
}

footer a.more{
	width: 72px;
	height: 28px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	position: relative;
	top: 2px;
	margin-right: 0;
}

footer a.more:hover{
	border-color: #FF5F19;
	color: #FF5F19!important;
}

.layui-layer{
	height: 80%!important;
}
.layui-layer-tips{
	height: auto!important
}

.layui-layer-page .layui-layer-content{
	height: 100%;
}

.layer_content{
	padding: 100px;
	width: 845px;
	max-height: 670px;
	overflow-y: auto;
}

.layer_content .title{
	font-size: 32px;
	text-align: center;
	color: #141414;
	margin-bottom: 40px;
}

.layer_content table{
	width: 100%;
}

.layer_content table th{
	background: #F6F6F6;
	height: 66px;
	font-size: 18px;
	color: #141414;
	text-align: left;
	padding-left: 20px;
}

.layer_content table td{
	padding: 24px 0 24px 20px;
	border-bottom: 1px solid #ccc;
}
.layer_content table tr td:first-of-type{
	/* text-align: center; */
}

.layer_content table a{
	color: #FF5F19;
	margin: 0 26px 0 0;
	display: inline-block;
	line-height: 24px;
	text-decoration: underline;
	position: relative;
	width: 80px;
}

.layer_content table a:hover{
	color: #141414;
}

.windows,.Linux{
	display: none;
}

.Linux{
	padding: 60px 100px;
}
.layer_content .tips{
	position: absolute;
	left: 0;
	top: -40px;
	width: 138px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px 5px 5px 0;
	box-shadow: 0 1px 8px #ddd;
	background: #fff;
}
.layer_content .tips i{
	position: absolute;
	left: -4px;
	top: 34px;
	width: 24px;
	height: 10px;
	background: url('../img/tip.png') no-repeat center;
	background-size: 100% 100%;
}
.win_download:after{
	content: '';
	position: absolute;
	right: 18px;
	top: 22px;
	width: 8px;
	height: 5px;
	background: url(../img/open.png) no-repeat center;
	background-size: 100%;
}