* {
	margin: 0;
	padding: 0;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2000;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.5);
}

#loading img {
	width: 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2001;
}

#root {
	display: block;
}

#fail,
#succeed,
#search {
	display: none;
}

.top-bg {
	width: 100%;
	height: 10.40625rem;
	background-color: #5C2D8B;
	padding: 1.25rem 4% 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 2.5rem;
}

.top-title {
	font-size: 1.03125rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5625rem;
	margin-left: 1.34375rem;
}

.top-msg {
	width: 92%;
	height: 7.1875rem;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	box-shadow: 0 0.15625rem 0.46875rem #cbd6fc;
	position: absolute;
	bottom: -1.5625rem;
	padding: 1.25rem 4%;
	box-sizing: border-box;
}

.top-msg-phone,
.top-msg-name {
	font-size: 0.9375rem;
	font-family: Helvetica;
	color: #1E1E26;
	line-height: 40px;
}

.main-bg {
	width: 92%;
	/* height: 515px; */
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	box-shadow: 0 0.15625rem 0.46875rem #cbd6fc;
	margin: auto;
	padding: 1.25rem 0;
	box-sizing: border-box;
}

.main-up {
	width: 90%;
	margin: auto;
}

.main-up-up {
	height: 100%;
	height: 8.125rem;
	display: flex;
	justify-content: space-between;
}

.main-up-date,
.main-up-amount {
	height: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}

.main-up-date-title,
.main-up-amount-title {
	font-size: 0.90625rem;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: rgba(106, 109, 113, 0.75);
	line-height: 1.0625rem;
}

.main-up-date-content,
.main-up-amount-content {
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 0.625rem;
}

.main-up-amount-new {
	font-size: 1.8125rem;
	font-family: DIN-Bold, DIN;
	font-weight: bold;
	color: #F36A06;
	line-height: 2.25rem;
	background: linear-gradient(312deg, #FF424E 0%, #FD9B65 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-up-amount-old {
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 1.25rem;
	text-decoration: line-through;
}

.circle-wire {
	display: inline-block;
	border-left: 0.125rem solid #aaa;
	width: 0.03125rem;
	height: 6rem;
	margin-top: 1.5rem;
}

.main-up-date-time {
	font-size: 1.5625rem;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #F36A06;
	line-height: 1.84375rem;
	background: linear-gradient(145deg, #69F080 0%, #3CD780 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-up-down {
	width: 90%;
	margin: auto;
	padding-bottom: 0.625rem;
	box-sizing: border-box;
	border-bottom: 0.125rem dashed rgba(203, 203, 203, 0.5);
}

.main-up-down-content {
	display: flex;
	justify-content: space-between;
}

.main-up-down-title {
	font-size: 0.84375rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #F36A06;
	line-height: 1.875rem;
	background: linear-gradient(117deg, #808894 0%, #383C43 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-up-down-text {
	font-size: 1.03125rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #000000;
	line-height: 1.875rem;
	background: linear-gradient(312deg, #FF424E 0%, #FD9B65 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-down {
	width: 90%;
	margin: auto;
}

.main-down-box {
	width: 90%;
	margin: auto;
	padding: 0.625rem 0;
	box-sizing: border-box;
}

.main-down-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-down-title {
	font-size: 0.78125rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 1.875rem;
}

.main-down-text {
	font-size: 0.78125rem;
	font-family: Helvetica;
	color: #1E1E26;
	line-height: 1.875rem;
}

.agreement {
	width: 92%;
	margin: 0.9375rem auto 6.25rem;
}

.agreement p {
	font-size: 0.71875rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #999999;
	line-height: 1.3125rem;
}

.agreement p a {
	color: #5C2D8B;
	text-decoration: none;
}

.btn {
	width: 100%;
	padding: 0 10% 20px;
	box-sizing: border-box;
	min-height: 80px;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.btn button {
	display: block;
	width: 94%;
	background: #5C2D8B;
	border-radius: 0.53125rem;
	margin: 20px auto 0;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.09375rem;
	font-family: Helvetica;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.btn .download-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.download-box .corner-mark {
	width: 100px;
	background-color: red;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	color: white;
	zoom: 0.8;
	position: absolute;
	top:0;
}
.corner-mark .arrow{
	width: 0;
	height: 0;
	border-top: 8px solid red;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid transparent;
	position: absolute;
	bottom: -15px;
	left: 20%;
}

.download-box .download {
	width: 94%;
	border-radius: 0.53125rem;
	margin: 20px auto 0;
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.09375rem;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background:#5C2D8B;
}
.download-box .tips {
	font-size: 12px;
	color: red;
	margin-top: 5px;
}

.top {
	width: 100%;
	height: 3.65625rem;
	background: #5C2D8B;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top p,
.top span {
	font-size: 1.03125rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5625rem;
	margin-left: 1.5625rem;
}

.top span {
	display: inline-block;
	margin-right: 1.5625rem;
}

.state {
	width: 100%;
	height: calc(100vh - 3.65625rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.state i {
	width: 7.8125rem;
	height: 7.8125rem;
	display: inline-block;
	margin-bottom: 0.6875rem;
}

.state i img {
	width: 100%;
}

.state p {
	font-size: 0.96875rem;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #1E1E26;
	line-height: 0.78125rem;
	margin: 0.9375rem 0;
}

.state span {
	width: 65%;
	text-align: center;
	display: block;
	font-size: 0.78125rem;
	font-family: Roboto-Regular, Roboto;
	font-weight: 400;
	color: #999999;
	line-height: 1.25rem;
}
