@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.bd{
	width: 100%;
}

header {
    width: 7.5rem;
    height: 6.24rem;
    background-image: url(../images/head-bg.png);
    background-size: 7.5rem;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 1rem;
    box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
header .fh{
	position: absolute;
	top: .3rem;
	left: .3rem;
	width: 1.66rem;
	height: .47rem;
	text-align: center;
	line-height: .47rem;
	border-radius: .16rem;
	border: none;
	font-size: .3rem;
	color: rgb(248,196,112);
	font-weight: bold;
	cursor: pointer;
}

header p:nth-of-type(1) {
    font-size: .9rem;
    font-weight: bold;
    color: rgb(141, 25, 20);
    -webkit-text-stroke: .01rem #ffffff;
}

header p:nth-of-type(2) {
    font-size: .62rem;
    font-weight: bold;
    color: rgb(141, 25, 20);
    margin: .1rem 0 .2rem 0;
    -webkit-text-stroke: .01rem #ffffff;
}

header p:nth-of-type(3) {
    font-size: .36rem;
    font-weight: bold;
    color: #fefefe;
}

header p:nth-of-type(4) {
    font-size: .24rem;
    font-weight: bold;
    line-height: .49rem;
    color: #ffffff;
}

header div {
    margin: .2rem 0;
}

header div button {
    width: 1.66rem;
    height: .47rem;
    background-image: linear-gradient(45deg, rgba(247, 203, 107, 1) 0%, #fba980 100%);
    border-radius: .16rem;
    border: none;
    font-size: .29rem;
    color: #67130e;
    font-weight: bold;
}

header p:nth-of-type(5) {
    font-size: .2rem;
    font-weight: bold;
    line-height: .49rem;
    color: #ffffff;
    margin-top: .2rem;
}

section {
	width: 7.5rem;
    padding: .6rem 0 1rem;
    box-sizing: border-box;
    text-align: center;
	margin: 0 auto;
}

section input {
    width: 5.73rem;
    height: .6rem;
    background-color: #ffffff;
    border-radius: .3rem;
    border: solid .03rem #da271e;
    margin-bottom: .26rem;
    padding-left: .2rem;
    box-sizing: border-box;
    font-size: .35rem;
}

section input::placeholder {
    font-size: .35rem;
    color: #de3c34;
    opacity: 0.2;
    text-align: center;
}

section button {
    width: 5.73rem;
    height: .6rem;
    background-color: #da271e;
    border-radius: .3rem;
    opacity: 0.9;
    border: none;
    font-size: .35rem;
    color: #ffffff;
	margin-bottom: .1rem;
}
section a {
    width: 5.73rem;
    height: .6rem;
    background-color: #da271e;
    border-radius: .3rem;
    opacity: 0.9;
    border: none;
    font-size: .35rem;
    color: #ffffff;
	margin-bottom: .1rem;
}
footer {
	width: 7.5rem;
	margin: 0 auto;
}
footer div {
    position: relative;
    width: 6.36rem;
    height: .39rem;
    background-color: rgb(229, 230, 237);
    border-radius: .19rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 .4rem;
    box-sizing: border-box;
    line-height: .39rem;
}

footer div span {
    font-size: .18rem;
    color: #da271e;
}

footer div img {
    width: .92rem;
    height: .91rem;
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border-radius: 50%;
    margin: 0;
}

footer img {
    width: 7.5rem;
    margin-top: .82rem;
}