@charset 'UTF-8';
* {
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.imgcontainer {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-bottom: 50px;
}

.imgcontainer .image {
    cursor: pointer;
    margin: 10px;
    background: #444;
    /*margin: 10px;*/
    width: 30%;
    height: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.lg-image {
    position: fixed;
    top: 0;
    left: 0;
    /* padding: 20px; */
    background: #00000094;
    width: 100%;
    /* max-width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    /*overflow: hidden;*/
}

.lg-image img {
    border: 1px solid #333;
    padding: 10px;
    max-width: 100%;
    max-height: 100vh;
}

.imgcontainer .image img {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    /*top: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#loading {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}
.night {
    background: #2f2f2f;
    color: #cecece;
}
.bg-container {
    opacity: 0.05;
    position: absolute;
    z-index: -5;
}
ul {
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0;
}
li {
    padding: 0 15px 0 0;
}
.bg {
    /*background-image: url('yangqian.jpg');*/
    position:fixed;
    top: 0;
    left: 0;
    min-width:100%;
    min-height:100%;
    /*min-width: 1000px;*/
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    /*opacity: 0.05;*/
}
.bg2 {
    /*background-image: url('yangqian.jpg');*/
    position:fixed;
    top: 0;
    left: 0;
    min-width:100%;
    min-height:100%;
    /*min-width: 1000px;*/
    z-index:-11;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    /*opacity: 0.05;*/
}
.container {
    position: relative;
}
.bottom:before {
    clear: both;
}
.bottom {
	background: #111;
	width: 100%;
	padding: 15px;
	position: fixed;
	bottom: 0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
pre{
	color: #cecece;
    font-size: 1em;
    border: 1px solid #888888ab;
    /*font-family: 微软雅黑;*/
    background: #3c3c3cc4;
    /*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: rgb(0, 0, 0) 1px 1px 1px;font-size: 39px;color: #00CEFF;position: absolute;top: 3px;left: 61px;
}
.title2{
	font-size:24px;color: #F100FF;position: absolute;top: 18px;left: 220px;
} 
.container{
	/*position: relative;*/
	top: 20px;
	margin: 0 auto;
}
.well{
	background: #2d2d2d94;
    /* text-shadow: #000 1px 1px 1px; */
    color: #d0d0d0;
    font-size: 1.2em;
    border: 1px solid #8c8c8c;
}
.well a{
	color: #00F1FF;font-size: 20px;
}
.demo {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}