@charset "utf-8";
/*
* @Louie
* Violet Lab
* https://violets.me
*/

a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	line-height: 1.8;
	color: #eee;
	background-color: #4F2F4F;
	font-family: 'Microsoft YaHei',Helvetica,Arial,sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga" on
}

ol,ul {
	list-style: none
}

a:active,a:hover {
	outline: 0
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

a {
	color: inherit;
	text-decoration: none
}

p {
	margin: 1em 0
}

* {
	transition: all .2s ease-in-out
}

#wrapper {
	position: relative;
	width: 100%;
	height: 64%;
	margin: 10em 0;
	text-align: center
}

.avatar {
	margin: 0 auto;
	width: 135px;
	height: 135px;
	border-radius: 100%
}

.name {
	font-size: 28px;
	margin: 1em 0
}

.cc {
	font-size: 14px;
	margin-left: 3px;
	vertical-align: super
}

.log {
	margin: 0 0 2em 0;
	color: #FFFFFF;
	cursor: context-menu
}

.msg-2 {
	display: none
}

.log:hover .msg-1 {
	display: none
}

.log:hover .msg-2 {
	display: block;
	color: #ffd205
}

.item {
	display: inline-block;
	margin: 1em 1em
}

.link {
	display: block;
	background-color: #eee;
	color: #4F2F4F;
	width: 105px;
	padding: .5em 0;
	border-radius: 4px
}

.link:hover {
	background-color: #ffd205;
	color: #FFFFFF
}

#listen {
	display: block;
	width: 26px;
	height: 26px;
	margin: 10px;
	cursor: pointer;
	background-image: url(music.png);
	background-size: cover
}