html{
	height: 100%;
}
body{
	min-height: 100vh;
	font-size: 14px;
	background-image: url('../image/4819.png');
	background-repeat: repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
.new-logo {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 100;
	max-width: 216px; /* 270px * 0.8 = 216px */
}
.new-logo img {
	width: 100%;
	height: auto;
	transform: scale(1.5);
	transform-origin: top left;
}
.wrapper{
	width: 100%;
	max-width: 960px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.container,.footer{
	text-align: center;
}
.container{
	padding: 120px 20px 78px;
	box-sizing: border-box;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(-150px);
}
.container p{
	line-height: 26px;
}
.container p span{
	margin: 0 10px;
}
.footer{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.mod-search .hd{
	padding-top: 20px;
}
.mod-search .bd{
	margin-bottom: 35px;
}
.mod-search .bd .search{
	position: relative;
	max-width: 640px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(114, 227, 235, 0.753);
}
.mod-search .bd .search input{
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	background: #ffffff;
	box-sizing: border-box;
	border: medium none;
	outline: none;
}
.mod-search .bd .search button{
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 40px;
	padding-right: 12px;
	background: #1b66e6;
	border: medium none;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	outline: none;
	cursor: pointer;
}
.mod-search .search .clear {
    display: none;
    position: absolute;
    top: 5px;
    right: 100px;
    text-align: center;
    vertical-align: middle;
}
.mod-search .search .clear span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #dbdbdb;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: #333;
}
.mod-search .ft{
	max-width: 600px;
	margin: 0 auto;
}
.mod-search .ft table{
	width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}
.mod-search .ft table td{
	padding: 6px 10px;
	border: 1px solid #dbdbdb;
	line-height: 24px;
}
.mod-search .ft table td.th{
	width: 25%;
	background: #f5f5f5;
}
.mod-search .ft table a{
	color: #2095f2;
}
.mod-search .text-red{
	color: #fd7474;
}


/* 本机IP信息样式 */
.local-ip-info {
	margin: 20px auto;
	max-width: 600px;
	padding: 15px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-color: #f9f9f9;
	box-shadow: 0 0 15px rgba(114, 227, 235, 0.753);
}

.local-ip-info h3 {
	margin-bottom: 10px;
	color: #333;
}

#local-ip-result {
	padding: 10px;
	min-height: 20px;
	font-size: 18px;
	color: red;
}

.mod-foot{
	padding: 20px 0;
	line-height: 22px;
	color: #666;
}
.mod-foot p{
	margin-bottom: 5px;
}
.mod-foot span,.mod-foot a{
	margin:  0 5px;
	white-space: nowrap;
	color: #666;
}

.copyright-bar {
	background-color: #000;
	height: 58px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
}

.copyright-bar p {
	color: #fff;
	margin: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.copyright-bar a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}

.copyright-bar span {
	margin: 0 5px;
	color: #fff;
}

@media screen and (max-width: 800px) {
	.new-logo {
		max-width: 160px; /* 200px * 0.8 = 160px */
	}
	
	.container{
		padding: 60px 12px 78px;
	}

	.mod-search .hd{
		padding-top: 20px;
	}
	.mod-search .hd img{
		zoom: 0.75;
	}
	.mod-search .bd .search{
		height: 36px;
	}
	.mod-search .bd .search input{
		height: 36px;
		padding: 8px 12px;
	}
	.mod-search .bd .search button{
		height: 36px;
		line-height: 32px;
	}

	.mod-foot{
		line-height: 18px;
		font-size: 13px;
	}
	.mod-foot span,.mod-foot a{
		margin:  0 3px;
	}
	
	.local-ip-info {
		margin: 20px 10px;
		padding: 10px;
	}
}