* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
}

body {
	max-width: 600px;
	margin: 0 auto;
	background-color: #111111;
	min-height: 100vh;
	position: relative;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.tip-box {
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	background-color: #292929;
	padding: 5px 10px;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
}

.t-item {
	display: flex;
	align-items: center;
}

.t-item1 {
	padding-right: 10px;
}

.t-item .phone {
	margin-right: 3px;
	width: 14px;
}

.logo {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}

.kefu {
	position: absolute;
    right: 20px;
    top: 60px;
}

.kefu img {
	width: 40px;
}

.banner {
	display: block;
	width: 100%;
	margin: 5px 0;
}

.moeny {
	width: 40%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}

.text {
	font-size: 24px;
	color: #ffff;
	font-weight: bold;
	text-align: center;
	font-family: 'DIN Alternate';
}

.text-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.buttom-box {
	margin-top: 40px;
}

.buttom {
	height: 46px;
	width: 80%;
	margin: 0 auto;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 13px;
	color: #fff;

}

.buttom img {
	width: 16px;
	margin-left: 10px;
}

.b-bg1-1 {
	background: linear-gradient(90deg, #F6742C 0%, #B042DB 100%);
}

.b-bg1-2 {
	background: #FE7A19;
}

.t {
	text-align: center;
	color: #fff;
	margin: auto auto 1rem auto;
}

.t a {
    font-size: 1.5rem;
    color: #fff005;
    font-weight: 600;
}