body{
	overflow-x: hidden;
}

.container{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.header{
	height: 80px;
	/*padding: 0 10px;*/
	border-bottom: 1px solid #eeeeee;
}

.header .logo{
	position: absolute;
	left: -100px;
	width: 39px;
	height: 25px;
	margin-top: 27px;
}

.header .nav-wrap{
	position: relative;
}

.header .nav{
	float: left;
	height: 80px;
	/* margin-left: 60px; */
}

.header .nav li{
	float: left;
	margin-right: 40px;
	height: 80px;
	line-height: 80px;
}

.header .nav li a{
	font-size: 14px;
	color: #666666;
	padding: 6px 0;
}

.header .nav li a:hover{
	color: #111111;
}

.header .nav li.cur a{
	color: #111111;
	border-bottom: 1px solid #111111;
}

.sub-header{
	position: absolute;
	top:80px;
	z-index: 999;
	height: 70px;
	background-color: #191919;
	width: 100%;
	display: none;
}

.sub-header .sub-nav{
	height: 70px;
	padding: 0 10px;
}

.sub-header.creative-work .sub-nav ul{
	margin-left: 145px;
}
.sub-header.apps .sub-nav ul{
	margin-left: 270px;
}

.sub-header .sub-nav li{
	float: left;
	margin-right: 40px;
	height: 70px;
	line-height: 70px;
}

.sub-header .sub-nav li a{
	font-size: 14px;
	color: #bbbbbb;
	padding: 6px 0;
}

.sub-header .sub-nav li a:hover{
	color: #ffffff;
}

.sub-header .sub-nav li.cur a{
	color: #ffffff;
}

.body{
    flex: 1 0 auto;
    /*padding: 0 10px;*/
}

.footer{
    padding: 0 10px;
    height: 70px;
}

.footer .social {
	display: none;
}

.footer .social li{
	float: left;
	width: 29px;
	height: 29px;
}

.footer .social li img{
	width: 100%;
	height: 100%;
}


.footer .copyright{
	font-size: 11px;
	color: #000000;
	line-height: 29px;
	/*margin-left: 60px;*/
	float: left;
}

.detail-frame {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.detail-frame .detail{
	height: calc(100vh - 80px - 20px);
	padding: 0 10px;
	margin-top: 80px;
	background-color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
}

.detail-frame .detail-close{
	height: 80px;
	background-color: #f5f5f5;
	position: absolute;
	z-index: 999;
	width: 960px;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

.detail-frame .detail-close img{
	height: 30px;
	width: 30px;
	float: right;
	margin-top: 30px;
}

.detail-frame .detail-content{
	padding: 60px 80px 0;
}

.detail-frame .detail-content h1{
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	width: 600px;
}

.detail-frame .detail-content h2{
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #333333;
	width: 600px;
}

.detail-frame .detail-content .separator{
	width: 30px;
	height: 1px;
	background-color: #666666;
	margin: 25px 0;
}

.detail-frame .detail-content .author{
	font-size: 12px;
	color: #333333;
}

.detail-frame .detail-content p {
	margin-bottom: 45px;
	width: 600px;
	line-height: 2;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}

.detail-frame .detail-content pre{
	margin-bottom: 45px;
	line-height: 2;
	text-align: justify;
	font-size: 14px;
	color: #666666;
	word-break: break-word;
    white-space: pre-wrap;
    margin-top: 100px;
}

.detail-frame .detail-content img{
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.detail-frame .detail-bottom-fix{
/*	height: 20px;
	background-color: #f5f5f5;
	position: relative;
	width: 960px;
	margin-top:35px;
	left: -90px;*/
	display: none;
}

.more_tag{
	display: block;
	color: #ffffff;
	border-color: #262626;
	width: 170px;
	/* float: right; */
	/* margin-left: 18%; */
	/* margin-right: 18%; */
	border-radius: 0px;
	background-color: #262626;
	text-align: center;
	text-indent: 0px;
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	font-size: 16px;
	margin-top: 50px;
	margin-bottom:50px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.more_tag span{
	margin-left:0;
	transition: margin 0.36s ease;
}
.more_tag:hover span{
	margin-left:-30px;
}

.more_tag .icon-right{
	position: absolute;
	width: 10px;
	left: 118px;
	visibility: hidden;
	color:#000;
	transition: all 0.36s ease;
}
.more_tag:hover .icon-right{
	/* float: right; */
	visibility:visible;
	color:#ffffff;
	left:130px;
	/* margin-right:50px; */
}