@charset "utf-8";
/* CSS Document */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	font-family: sans-serif;
}
html{background-color: #eaeaea;}
a{text-decoration: none;}
.sidebar {
	background: #b28850;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 35%;
}
.content{
	position: fixed;
	width: 65%;
	top: 0;
	bottom: 0;
	right: 0;
	overflow-y: scroll;
}
ul{list-style-type: none;}
.first a {
	text-decoration: none;
	font-size: 1.15rem;
	font-weight: 100;
	color: white;
	display: block;
	padding: 0.3rem 0 2vh 0;
	letter-spacing: 0.1rem;
}
.logo_container{display: inline-block;}
.logo{
    width: 5.5vw;
    height: 5.5vw;
    border-radius: 100%;
    overflow: hidden;
}
.head{
	margin: 5vh 0 0 3vw ;
	position: relative;
}
.title{
	display: inline-block;
	font-size: 1.75rem;
	height: 2rem;
	width: 500px;
	position: absolute;
	top: 50%;
	margin-top: -1rem;
}
.zhname{
	display: inline-block;
	margin-left: 2rem;
	letter-spacing: 0.2rem;
	color: white;
}
.enname{
	display: inline-block;
	margin-left: 0.5rem;
	letter-spacing: 0.1rem;
	color: white;
}
.menu, .menu_b{margin: 6vh 0 0 calc(8.5vw + 2rem);}
.menu-txt{
	font-size: 1.15rem;
	display: inline-block;
	width: 12vw;
	letter-spacing: 0.2rem;
	padding-bottom: 2vh;
	margin-right: 2vw;
}
.menu-work{
	color: white;
	border-bottom: 1.25px solid white;
}
.menu_b{margin-top: 3vh;}
.cover{
	position: relative;
	width: 80%;
	height: 35%;
	margin: 3vh auto 0;
}
.picture_title{
	position: absolute;
	font-weight: bold;
	bottom: 0;
	padding: 0 0 1.5vh 1.5vw;
}
.jx{margin-bottom: 2vh;}
.txt, .date, .jingxuan{color: white;}
.jingxuan{
	font-size: 2rem;
	letter-spacing: 0.5rem;
}
.txt{
	font-size: 1.75rem;
	letter-spacing: 0.25rem;
}
.date{
	font-size: 1rem;
	letter-spacing: 0.25rem;
}
a{color: #393939;}
.full{margin-top: 8vh;}
.size-14{
	display: inline-block;
	height: 100%;
	width: 35%;
}
.size-34{
	display: inline-block;
	height: 100%;
	width: 62%;
}
.size-12{
	display: inline-block;
	height: 100%;
	width: 48.5%;
}
.right{
	position: relative;
	left: 3%
}
.round:hover, .round:active{  
	transform: scale(1.1);  
}  
.round{border-radius: 10px;}
.backtoindex{
	color: white;
	position: absolute;
	bottom: 5vh;
}
.backtotop{
	width: 4vw;
	height: 4vw;
	position: fixed;
	bottom: 5vh;
	right: 2vw;
}
@media screen and (max-width: 1280px){
	.title{
		display: inline-block;
		font-size: 1.25rem;
		height: 2.5rem;
		width: 500px;
		position: absolute;
		top: 50%;
		margin-top: -1.5rem;
	}
	.enname{
		display: block;
		margin-left: 1rem;
		letter-spacing: 0.1rem;
		color: white;
	}
	.zhname{
		display: inline-block;
		margin-left: 1rem;
		letter-spacing: 0.2rem;
		color: white;
	}
	.picture_title{font-size: 1.5rem;}
}
@media screen and (max-width: 600px){
	html{background-color: #b28850;}
	.backtotop{display: none;}
	.logo{
		width: 10vw;
		height: 10vw;
		border-radius: 100%;
		overflow: hidden;
	}
	.head{margin: 3vh 0 0 5vw;}
	.sidebar {
		padding: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
        margin-bottom: 0;
        left: 0;
        right: 0;
	}
	.content{
		position: fixed;
		width: 100%;
		top: 150px;
		bottom: 0;
		right: 0;
		overflow-y: scroll;
	}
	.menu-txt{
		font-size: 1rem;
		display: block;
		letter-spacing: 0.2rem;
		padding-bottom: 2vh;
		margin-top: -3vh;
		margin-left:-4vw;
		width: 10rem;
	}
	.cover{width: 80%;}
	.picture_title{font-size: 1.5rem;}
	.detail{
		margin-bottom: 4vh;
		text-align: justify;
		line-height: 1.5rem;
	}
	.title{
		display: inline-block;
		font-size: 1.25rem;
		height: 2rem;
		width: 500px;
		position: absolute;
		top: 50%;
		margin-top: -1rem;
	}
	.zhname{
		display: inline-block;
		margin-left: 1rem;
		letter-spacing: 0.2rem;
		color: white;
	}
	.enname{
		display: inline-block;
		margin-left: 0.5rem;
		letter-spacing: 0.1rem;
		color: white;
	}
	.menu_b{display: none;}
	.size-14{
		display: block;
		height: calc(50% - 1.5vh);
		width: 100%;
	}
	.size-34{
		display: block;
		height: calc(50% - 1.5vh);
		width: 100%;
	}
	.size-12{
		display: block;
		height: calc(50% - 1.5vh);
		width: 100%;
	}
	.right{
		position: relative;
		left: 0;
		top: 3vh;
	}
	.left{position: relative;}
	.mobile_cover{
		position: relative;
		width: 80%;
		height: calc(70% + 3vh);
		margin: 3vh auto 0;
	}
	.round:hover, .round:active{  
		transform: scale(0.9);  
	}  
}
