body{
	/*background-color:#eeeeee;*/
	background-image:url('https://link.csdn.net/?target=https%3A%2F%2Fwww.dmoe.cc%2Frandom.php')
}
.fbg{
	background-color:#ffffff;
	display: block;
    margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	margin-bottom:50px;
	width:calc(100%*0.7px);
	padding:40px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow:  25px 25px 50px #d9d9d9,
             -25px -25px 50px #ffffff;
	opacity:0.9;
	
}
.clogo{
    display: block;
    margin: auto;
}
.url{
	text-align:center;
	margin-top:-1px;
	color:#c0c0c0;
	margin-bottom:50px;
}
li{
	padding:15px;
	background-color:#eeeeee;
	margin-bottom:10px;
	list-style-type:none;
	width:100%-10px;
	border-radius: 15px;
	display:flex;
	margin-left:-40px;
}
.applogo{
	width:100px;
	height:100px;
	border-radius: 25px;
}
.textbg{
	margin-left:10px;
	display: block;
    margin-top: auto;
	margin-bottom:auto;
}
.apptitle{
	font-size:25px;
}
.appdes{
	font-size:18px;
	margin-top:-25px;
	color:#919191;
}
.appsize{
	font-size:13px;
	margin-top:-1px;
	margin-left:36px;
	color:#919191;
}
button {
 outline: none;
 cursor: pointer;
 border: none;
 padding: 0;
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 700;
 font-size: 17px;
 border-radius: 500px;
 overflow: hidden;
 background: #ffffff;
 color: ghostwhite;
}

button span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
}

button:hover span {
 color: black;
}

button::before,
button::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

button::before {
 content: "";
 background: #000;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

button:hover::before {
 transform: translate3d(100%, 0, 0);
}
.banner{
	width:100%;
}