/* CSS Document */
body {
				background-color: #0d112d;
                background-image: url("https://www.soship.com/file/upload/202104/08/xingkong.png") ;
                backgroutd-size:300px 100px;
				margin: 0px;
				overflow: hidden;
				font-family:Monospace;
				font-size:10px;
				text-align:center;
				font-weight: bold;
				text-align:center;
			}
			a {
				color:#0078ff;
			}



*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
.clearfix{*zoom:1}
.fl{float:left}
.fr{float:right}
.fl,.fr{_display:inline}
.top-banner {
	position:absolute;
	z-index: 999;
	left:0;
	top:0;
	height:40px;
	line-height:40px;
	padding:0 30px;
	width:100%;
	font-size: 13px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	/*text-shadow: 1px 1px 3px #333;*/
	/*box-shadow: 0 1px 0 #999;*/
}
.top-banner a {
	color: #fff;
	text-decoration: none;
}




        /*手机*/
        @media screen and (max-width:600px){
.top{
    position:absolute;z-index: 99999;text-align: center;top: 18%;left: 25%;right: 25%;background-color:#fff;border-radius:50px;
    -moz-border-radius:50px; /* 老的 Firefox */
}
.top img{
    width:100%;
}
.top h1{font-size: 18px;}              
.bottom{
    position:absolute;z-index: 99999;text-align: center;top: 90%; left: 40%;right: 40%;
}
.bottom img{
    width: 3rem;
}
        }
        /*平板*/
        @media screen and (min-width:600px) and (max-width:960px){
.top{
    position:absolute;z-index: 99999;text-align: center;top: 18%;left: 25%;right: 25%;background-color:#fff;border-radius:50px;
    -moz-border-radius:50px; /* 老的 Firefox */
}
.top img{
    width:100%;
}
.bottom{
    position:absolute;z-index: 99999;text-align: center;top: 90%; left: 40%;right: 40%;
}
.bottom img{
    width: 3rem;
}
        }
        /*PC*/
        @media screen and (min-width:960px){
                       
.top{
    position:absolute;z-index: 99999;text-align: center;top: 18%;left: 25%;right: 25%;background-color:#fff;border-radius:50px;
    -moz-border-radius:50px; /* 老的 Firefox */
}
.top img{
    width:100%;
}
.top h2{font-size: 28px;}  
.top h1{font-size: 32px;}             
.bottom{
    position:absolute;z-index: 99999;text-align: center;top: 90%; left: 40%;right: 40%;
}
.bottom img{
    width: 3rem;
}
        }

        @media screen and (min-width:1024px){
            
.top{
    position:absolute;z-index: 99999;text-align: center;top: 18%;left: 40%;right: 40%;background-color:#fff;border-radius:50px;
    -moz-border-radius:50px; /* 老的 Firefox */
}
.top img{
    width:100%;
}
.top h2{font-size: 28px;}  
.top h1{font-size: 32px;}              
.bottom{
    position:absolute;z-index: 99999;text-align: center;top: 90%; left: 40%;right: 40%;
}
.bottom img{
    width: 3rem;
}
        }