*,p {
    padding: 0px;
    margin: 0px;
	box-sizing: border-box;
}
body {
    background-size: 100%;
    background-attachment: fixed;
    background: none;
    margin: 0;
    padding: 0;
}
header,main,footer {
    max-width: 900px;
    margin: 10px auto;
	margin-top:0;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
}
header a{
	display: block;
}
header .ad-main div{
	width:49%
}
.ad-main img, .ad-footer img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: none;
}
.ad-main, .ad-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
	justify-content: space-between;
}

.ad-main {
    box-shadow: none;
    border: none;
}



.ad-footer {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 16px;
    align-items: center;
	justify-content: space-between;
}
.ad-footer div{
	width:49%
}










input {
	width: 100%;
	line-height: 35px;
}



li span {
	font-weight: 800;
	word-break: break-all;
	width: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
}

input {
	min-width: 100%;
	line-height: 35px;
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, .4)
}

input:focus {
	border-radius: 5px;
	border: 2px solid rgba(0, 0, 0, .1)
}

li p {
	display: inline-block;
	margin-left: 10px !important;
	line-height: 36px;
	position: relative;

}



main li {
	width: 100%;
	padding: 8px 0;
	line-height: 36px;
	position: relative;
}

main ul {
	padding: 0px;
}

main hr {
	margin: 20px 0;
}

main h2 {
	margin: 10px 0px;
}

#updatekey {
	font-weight: 800;
	height: 2.35rem;
	padding: 5px 8px;
	border: 0px;
	border-radius: 6px;
	color: white;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	background: #2b8dff;
}



.conul {
	list-style-type: none;
}

.boldfont {
	font-weight: 800;
}

.green {
	color: rgb(81 255 137);
}















@media (max-width: 900px) {
    .ad-main, .ad-footer {
        justify-content: center;
    }
    .ad-main img, .ad-footer img {
        max-width: 98vw;
    }
	header .ad-main div{
		width: 100%;
	}
	.ad-footer div{
		width: 100%;
	}
}

@media (max-width: 600px) {
    .ad-main, .ad-footer {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
	header .ad-main div{
		width: 100%;
	}
	.ad-footer div{
		width: 100%;
	}
}



/* a {
	    text-decoration: none;
	    color: #2b8dff;
	}

	*,
	p {
	    padding: 0px;
	    margin: 0px;
	}


	header {
	    max-width: 900px;
	    margin: 0 auto;
	    background: #fff;
	    border-radius: 10px;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	    padding: 30px 20px 10px 20px;
	}


	main {
	    max-width: 900px;
	    margin: 0 auto;
	    background: #fff;
	    border-radius: 10px;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	    padding: 30px 20px 10px 20px;
	}



	footer {
	    max-width: 900px;
	    margin: 0 auto;
	    background: #fff;
	    border-radius: 10px;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	    padding: 30px 20px 10px 20px;
	}

	.ad-main {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 24px;
	    margin-bottom: 32px;
	}

	.ad-main img {
	    max-width: 300px;
	    width: 100%;
	    height: auto;
	    border-radius: 12px;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	}

	.ad-footer {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 24px;
	    justify-content: center;
	    max-width: 900px;
	    margin: 0 auto;
	}

	.ad-footer img {
	    max-width: 220px;
	    width: 100%;
	    height: auto;
	    border-radius: 12px;
	    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	}

	@media (max-width: 900px) {

	    main,
	    .ad-footer {
	        max-width: 98vw;
	    }

	    .ad-main img,
	    .ad-footer img {
	        max-width: 98vw;
	    }
	}

	@media (max-width: 600px) {

	    .ad-main,
	    .ad-footer {
	        flex-direction: column;
	        gap: 0;
	        align-items: center;
	    }

	    .ad-main img,
	    .ad-footer img {
	        margin: 16px 0;
	    }
	}

	input {
	    width: 100%;
	    line-height: 35px;
	}

	button {
	    padding: 5px 5px;
	    position: relative;
	    float: left;
	}

	li span {
	    font-weight: 800;
	    word-break: break-all;
	    width: auto;
	    white-space: pre-wrap;
	    word-wrap: break-word;
	    overflow: hidden;
	}

	input {
	    min-width: 100%;
	    line-height: 35px;
	    border-radius: 5px;
	    border: 2px solid rgba(0, 0, 0, .4)
	}

	input:focus {
	    border-radius: 5px;
	    border: 2px solid rgba(0, 0, 0, .1)
	}

	li p {
	    max-width: 50%;
	    margin-left: 10px !important;
	    line-height: 36px;
	    position: relative;
	    float: left;
	}

	main {
	    margin: 20px 20px 0 20px;
	    position: relative;
	    float: left;
	}

	main li {
	    width: 100%;
	    padding: 8px 0;
	    line-height: 36px;
	    position: relative;
	    float: left;
	}

	main ul {
	    margin: 20px;
	    padding: 0px;
	}

	main hr {
	    margin: 20px 0;
	}

	main h2 {
	    margin: 10px 0px;
	}

	#updatekey {
	    font-weight: 800;
	    height: 2.35rem;
	    padding: 5px 8px;
	    border: 0px;
	    border-radius: 6px;
	    color: white;
	    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	    background: #2b8dff;
	}

	

	.conul {
	    list-style-type: none;
	}

	.boldfont {
	    font-weight: 800;
	}

	.green {
	    color: rgb(81 255 137);
	}

	#main dl.alt dt {
	    width: 6em !important
	}

	@media screen and (max-width: 360px) {
	    #main {
	        border-radius: 5px;
	        margin: 10px 10px 0 10px;
	    }
	} */