/*Reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* website */
html,body {
  width:100%;
  height:100%;
  overflow: hidden;
	font-family: PingFangSC-Regular, sans-serif;
}
.main-body{
  position: absolute;
  top: 2%;
  left: 2%;
  right:2%;
  bottom: 2%;
  border: 1px solid #000000;
}
.main-body-wrapper{
  width:100%;
  height:100%;
}
.main-body-content {
  width:50%;
  height:100%;
  position: relative;
}
.left-main-body-content {
  background: #ffffff;
  float: left;
}
.right-main-body-content {
  background: #000000;
  float: left;
}
.right-main-body-content-wrapper {
	position: absolute;
	top:0px;
	left: 0px;
	right:0px;
	bottom: 0px;
	width:100%;
	height:100%;
	z-index: 200;
}

.menu {
  width:31px;
  height:31px;
  position: absolute;
}
.left-menu {
  top:-1px;
  left:-1px;
  border: 1px solid #000000;
  background-image: url(./images/menu-black.png) ;
  background-size: cover;
}
.right-menu{
  top:-1px;
  right: -1px;
  background-image: url(./images/menu-white.png) ;
  background-size: cover;
}
.chart-content {
	width:80%;
  height: auto;
  margin:0 auto;
	margin-top: 3%;
}
.star-shape img{
	width:40%;
	display: block;
	margin: 0 auto;
	padding-top: 32px;
}

.chart-content canvas{
  /* width:80%; */
}
.portrait {
  width:96px;
  height:96px;
  margin:2% auto;

  border-radius: 53px;
  overflow: hidden;
}
.left-portrait {
	border: 5px solid black;
}
.right-portrait {
	border: 5px solid white;
}

#me-too {
	display: none;
}
.left-portrait img{
  width:128px;
}
.right-portrait img{
  width:128px;
}
.introduction{
  width:80%;
  margin:0 auto;
  margin-top:5%;
  line-height: 1.5;
	overflow: hidden;
}
.introduction p {
	float: left;
	width: 100%;
	/* font-weight: bold; */
}

.right-introduction {
	color: white;
}
.social-entry {
	display: block;
}
.social-entry li {
  float: left;
  display: block;
}
.social-entry a {
  display: block;
}
.social-entry img {
	width: 24px;
	height: 24px;
	/* opacity: 0.8; */
	margin-left:8px;
}
.social-entry img:hover {
	opacity: 0.3;
}
.left-social-footer {
	position: absolute;
	bottom: 2%;
	left: 2%;
}
.right-social-footer {
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.hat-footer {
	position: absolute;
	bottom: 2%;
	width: 10%;
	right: 2%;
}
.hat-footer img {
	width: 100%;
	height: auto;
}
.blog-entry {
	width: 150px;
	height: 48px;
	border: 2px solid #000000;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	margin: 0 auto;
	margin-top: 5%;
}
.blog-entry:hover{
	background-color: #000000;
	color:#ffffff;
}

.portfolio-entry {
	width: 150px;
	height: 48px;
	border: 2px solid #ffffff;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 48px;
	margin: 0 auto;
	color: white;
	margin-top: 5%;
}
.portfolio-entry:hover{
	background-color: #ffffff;
	color: black;
}

.left-side-bar {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background-color: black;
	z-index: 100;
	opacity: 0.95;
}
.left-side-bar-wrapper {
	width:100%;
	height:100%;
}
.right-close {
	position: absolute;
	top: 2%;
	right: 2%;
	width: 32px;
	height: 32px;
	background-image: url("./images/close.png");
	background-size: cover;
}
.show {
	visibility:visible !important;
}
.side-bar {
	visibility:hidden;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 500;
	opacity: 0.95;
}
.left-side-bar {
	background-color: black;
	/* display: block; */
}
.right-side-bar {
	/* visibility: visible; */
	background-color: white;
}

.side-bar-wrapper {
	width:100%;
	height:100%;
	overflow: scroll;
}
.left-close {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 32px;
	height: 32px;
	background-image: url("./images/close-black.png");
	background-size: cover;
}
.left-blog-list {
	width: 100%;
	height: 100%;
}
.left-blog-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	height: 100%;
	border-right: 1px solid white;
}
.left-blog-menu ul {
	margin-top: 30%;
	padding-left: 10%;
}
.left-blog-menu ul > li {
	display: block;
	padding: 8% 5px;
	text-align: left;
	font-size: 16px;
}

.left-blog-menu ul > li > a{
	color: #cfcfcf;
	text-decoration:none;
}

.left-blog-menu ul > li > a:hover{
	color:#ffffff;
}

.blog-list-content{
	width:100%;
	height: 100%;
	margin-top:5%;
}
.blog-list-item {
	width: 70%;
	margin: 0 auto;
	margin-left: 20%;
	/* border-bottom: 1px solid #cfcfcf; */
}

.blog-list-title {
	font-size: 18px;
	color:white;
	width:20%;
	margin: 0 auto;
	line-height: 24px;
	text-align: center;
	margin-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid white;
}
.blog-list-item-content {
	/* border-bottom: 1px solid white; */
	padding: 2% 0;
	position: relative;
}
.blog-list-item-content ul > li {
	display: block;
	line-height: 24px;
}
.blog-list-item-content ul > li >a {
	color:#cfcfcf;
	text-decoration:none;
	line-height: 18px;
}
.blog-list-item-content ul > li >a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.ninja{
	width: 10%;
	position: absolute;
	right: 48px;
	top: 60px;
}
.jenkins {
	width: 10%;
	position: absolute;
	right: 48px;
	top: 16px;
}
.influxdb {
	width: 20%;
	position: absolute;
	right: 32px;
	top: 80px;
}
.docker {
	width: 10%;
	position: absolute;
	right: 48px;
	top: 160px;
}
.share {
	width: 20%;
	position: absolute;
	right: 24px;
	top: 16px;
}
.derrick {
	width: 30%;
	position: absolute;
	right: 0px;
	top: 16px;
}
.video-bg{
	position: absolute;
	width:100%;
	object-fit:fill;
	height:100%;
	top:0px;
	left:0px;
	z-index: 0;
	opacity: 0.8;
}
.right-side-bar-content {
	margin: 20% auto;
	width:50%;
}
.right-side-bar-content img {
	width: 120px;
	display: block;
	float: left;
}
.right-side-bar-content p {
	font-size: 48px;
	font-weight: 900;
	line-height: 120px;
	text-align: center;
}
