header{
	z-index: 100;
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: 96px;
	top: 0;
	padding: 0 24px;
	background-color: #06141f;
}

header div{
	margin: 24px 0;
}

header div p{
	position: relative;
}

header div p a{
	z-index: 10;
	position: absolute;
	top: 2px;
	left: 0;
}

header div p a i{
	font-size: 20px;
}

header div p button{
	z-index: 10;
	position: absolute;
	top: 2px;
	right: 0;
}

header div p button i{
	font-size: 20px;
}

header div p strong{
	display: block;
	overflow: hidden;
	padding: 0 96px;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

header div p span{
	display: block;
	overflow: hidden;
	margin: 6px 0;
	padding: 0 96px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

article{
	position: relative;
	margin: 24px;
	padding-top: 72px;
}

article label{
	z-index: 10;
	position: absolute;
	width: 96px;
	height: 48px;
	top: 72px;
	right: 0;
	border-radius: 0 6px 0 6px;
	background-color: #d84f59;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
}

article figure{
	position: relative;
	border-radius: 6px 6px 0 0;
	background-color: #17232f;
}

article figure ul li img{
	width: 100%;
	aspect-ratio: 4 / 3;
}

article figure .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 12px;
}

article figure .swiper-pagination-bullet{
	background-color: #ffffff;
	opacity: 0.5;
}

article figure .swiper-pagination-bullet-active{
	background-color: #ffffff;
	opacity: 1;
}

article figure figcaption{
	z-index: 10;
	position: absolute;
	width: 100%;
	aspect-ratio: 4 / 3;
	top: 0;
	left: 0;
	border-radius: 6px 6px 0 0;
	background-color: rgba(0, 0, 0, 0.5);
}

article figure figcaption u{
	position: absolute;
	width: 144px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(50% - 72px);
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

article div{
	padding: 36px 24px;
	border-radius: 0 0 6px 6px;
	background-color: #17232f;
}

article div p strong{
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}

article div p strong i{
	color: #ffffff;
	font-size: 12px;
	vertical-align: super;
}

article div ul{
	margin-top: 24px;
}

article div ul li:after{
	display: block;
	clear: both;
	content: "";
}

article div ul li strong{
	float: left;
	font-size: 18px;
}

article div ul li dl{
	float: right;
}

article div ul li dl dd{
	margin-top: 6px;
	font-size: 18px;
}

article div ul li dl dd:first-child{
	margin-top: 0;
}

article div ul li dl dd sup{
	margin-right: 3px;
	font-size: 10px;
	vertical-align: 5px;
}

article div ul li span{
	display: block;
	margin-top: 12px;
	padding-left: 14px;
	color: #9aa4ae;
	font-size: 14px;
}

article div hr{
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px solid #4e5864;
}

section{
	margin: 48px 24px;
}

section label{
	color: #ffffff;
	font-size: 18px;
}

section div{
	margin-top: 12px;
	padding: 24px;
	border-radius: 6px;
	background-color: #17232f;
}

section div p{
	margin-top: 12px;
	font-size: 14px;
}

section div p:first-child{
	margin-top: 0;
}

aside{
	margin: 48px 24px;
}

aside figure{
	margin-bottom: 24px;
	border-radius: 6px;
	background-color: #17232f;
}

aside figure div{
	width: 100%;
	border-radius: 6px 6px 0 0;
	aspect-ratio: 4 / 3;
}

aside figure figcaption{
	position: relative;
	padding: 24px;
}

aside figure figcaption p{
	margin-top: 12px;
	font-size: 14px;
}

aside figure figcaption p:first-child{
	margin-top: 0;
}

aside button{
	position: relative;
	width: 100%;
	padding: 18px 24px;
	border-radius: 6px;
	background-color: #17232f;
	text-align: left;
}

aside button strong{
	display: block;
	margin: 6px 0;
	color: #ffffff;
	font-size: 18px;
}

aside button span{
	display: block;
	margin: 6px 0;
	font-size: 14px;
}

aside button u{
	display: block;
	z-index: 10;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 18px;
	right: 24px;
	border-radius: 100%;
	background-color: #ffffff;
	color: #06141f;
	font-weight: 600;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
}

nav{
	z-index: 100;
	position: fixed;
	width: 100%;
	max-width: 500px;
	bottom: 0;
	padding: 0 24px;
}

nav menu{
	border-radius: 6px 6px 0 0;
	background-color: #77b138;
}

nav menu:after{
	display: block;
	clear: both;
	content: "";
}

nav menu li{
	float: left;
	width: calc((100% - 36px) / 2);
}

nav menu li:nth-child(2){
	width: 36px;
}

nav menu li a{
	display: block;
	height: 60px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}

nav menu li a.inactive{
	color: #afdc89;
}

nav menu li span{
	display: block;
	position: relative;
	height: 36px;
}

nav menu li span button{
	z-index: 10;
	position: absolute;
	top: 12px;
}

nav menu li span button i{
	color: #ffffff;
	font-size: 36px;
}

dialog{
	display: none;
	overflow-y: auto;
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #06141f;
}

dialog.step-dialog{
	background-color: transparent;
}

dialog::-webkit-scrollbar{
	display: none;
}

dialog form{
	max-width: 500px;
	margin: 0 auto;
}

dialog.step-dialog form{
	position: relative;
	height: 100%;
	background-color: rgba(6, 20, 31, 0.7);
}

dialog form div{
	z-index: 10;
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: 72px;
	top: 0;
	background-color: #06141f;
}

dialog form div p{
	position: relative;
	margin: 24px;
}

dialog form div p button{
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
}

dialog form div p button i{
	font-size: 24px;
}

dialog form div p strong{
	display: block;
	overflow: hidden;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

dialog form hr{
	height: 48px;
}

dialog form dl{
	margin: 24px;
	padding: 24px;
	border-radius: 6px;
	background-color: #303c48;
}

dialog form dl dt strong{
	display: block;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
}

dialog form dl dt span{
	display: block;
	margin-top: 6px;
	color: #ffffff;
	font-weight: 600;
}

dialog form dl dd{
	position: relative;
	margin-top: 48px;
	font-weight: 600;
	font-size: 20px;
	text-align: right;
}

dialog form dl dd u{
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 0;
	color: #9aa4ae;
	font-size: 14px;
}

dialog form ul{
	margin: 48px 24px;
}

dialog form ul li{
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px solid #303c48;
}

dialog form ul li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

dialog form ul li p{
	position: relative;
	margin-top: 12px;
	padding-left: 60px;
	font-size: 14px;
}

dialog form ul li p:first-child{
	margin-top: 0;
}

dialog form ul li p i{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	color: #9aa4ae;
	font-size: 36px;
}

dialog form ul li p strong{
	display: block;
	color: #9aa4ae;
	font-size: 18px;
}

dialog form ul li p span{
	display: block;
	margin-top: 6px;
	color: #9aa4ae;
	font-size: 12px;
}

dialog form ol{
	position: absolute;
	width: 288px;
	height: 216px;
	top: calc(50% - 108px);
	left: calc(50% - 144px);
}

dialog form ol li{
	margin: 48px 0;
	text-align: center;
}

dialog form ol li strong{
	display: block;
	margin: 12px 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
}

dialog form ol li span{
	display: block;
	margin: 12px 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
}

dialog form ol li a{
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	background-color: #d84f59;
	color: #ffffff;
}

footer{
	padding-bottom: 48px;
}