html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
	/* font-family: 微软雅黑; */
	/*background-image: url(https://img.pupp.top/bing);*/
	background-color: #fff;background-repeat:no-repeat;background-attachment:fixed;background-position: center center;background-size: cover;
}
::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb{
    border-radius: 15px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f1ccb8),color-stop(.1,#f1f1b8),color-stop(.2,#b8f1ed),color-stop(.3,#b8f1cc),color-stop(.4,#cddc39),color-stop(.5,#e7dac9),color-stop(.6,#ffc107),color-stop(.7,#dcff93),color-stop(.8,#b7d28d),color-stop(.9,#f2debd));
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    border-radius: 15px;
}
.bottom{
	position: fixed;
	height: 30px;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-size: 14px;
	color: #2196F3;
	text-shadow: #000 1px 1px 1px;
	margin-bottom: 10px;
}
pre{
	color: #2196F3;
	font-size: 15px;
	font-family: 微软雅黑;
	background: rgba(255, 255, 255, 0.55);
	line-height: 30px;
}
.json_note{
	color: #004CFF;
	font-weight:bold;
}
.json_key{ 
	color: #92278f;
	font-weight:bold;
}
.json_null{
	color: #f1592a;
	font-weight:bold;
}
.json_string{ 
	color: #3ab54a;
	font-weight:bold;
}
.json_number{ 
	color: #25aae2;
	font-weight:bold;
}
.title{
	text-shadow: -1px -1px 0 #73c9e5, 1px -1px 0 #73c9e5, -1px 1px 0 #73c9e5, 1px 1px 0 #73c9e5;font-size: 20px;color: #2196f3;text-align: center;letter-spacing: 5px;
}
.title2{
	font-size:24px;color: #fb7299;position: absolute;top: 18px;left: 220px;
} 
.container{
	position: relative;top: 10px;margin: 0 auto;height: 83%;overflow: hidden;
}
.well{
	background: rgba(255, 255, 255, 0.66);height: 100%;overflow-y: auto;text-shadow: #000 1px 1px 1px;color: #2196f3;font-size: 16px;
}
.well a{
	color: #fb7299;font-size: 16px;
}
