@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.both {
	clear: both;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
    width: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
}
body {
    font-size: .24rem;
	font-family: "microsoft Yahei";
	-webkit-text-size-adjust: none;
	color: #fff;
    position: relative;
    background: #000;
}
body a {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.main {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	max-width: 750px;
	min-width: 320px;
}
.wrap{
    /* transition: all .8s ease; */
    position: relative;
    width: 7.5rem;
    margin: 0 auto;
}
.content{
    margin-bottom: .4rem;
    padding: 0 .1rem;
}
.text{
    margin: 0 auto;
    width: 6.8rem;
    border-bottom: 1px solid #dcc788;
    padding: .2rem .2rem;
}
h3{
    color: red;
    text-align: center;
    font-size: .3rem;
}
p{
    /* text-indent: 2em; */
    text-align: center;
}
p a{
    color: red;
    text-decoration: underline;
}
.footer{
    margin-bottom: .4rem;
}