#wrapper{
	background-color: #FFF;
}

.logo-div{
	text-align: center;
	margin-top: 0.3rem;
}

.text-area1{
	color: #216f7c;
    font-weight: 600;
    padding-left: 0.4rem;
}

.text-area1>div{
    font-size: 0.5rem;
}

.text-sty1{
    color: #000;
    font-weight: 900;
}

.text-sty2{
	font-weight: 600;
    color: #000;
    margin-top: 0.1rem;
    margin-bottom: 0.05rem;
    font-size: 0.32rem !important;
}

.text-sty3{
	font-weight: 900;
	color: #ff0000;
}

.text-sty3>span{
    font-size: 0.8rem;
	font-style: italic;
	padding-right: .1rem;
}

.content .praise, .content .fire{
	height: 0.5rem;
	margin-left: 0.1rem;
}

.text-sty4{
    margin-top: 0.1rem;
    margin-bottom: 0.15rem;
	font-size: 0.4rem !important;
}

.text-sty4>span{
	font-size: 0.5rem !important;
    background-color: red;
    color: white;
    padding: 0.05rem;
    border-radius: 0.15rem;
}

.text-sty5{
    font-size: 0.4rem !important;
	margin-bottom: 0.1rem;
}

.text-sty6{
    font-size: 0.4rem !important;
}

.text-sty7{
    font-size: 0.3rem !important;
	color: #000;
}

.text-sty8{
	color: #216f7c;
    font-weight: 600;
    padding-left: 0.4rem;
    font-size: 0.45rem !important;
    margin-bottom: 0.1rem;
}

.img-area1{
	position: absolute;
	right: 0.1rem;
	top: -0.3rem;
}

.img-area1 img{
	height: 2.6rem;
}

.text-area2-1 .dot{	
    font-size: 0.5rem;
	margin-bottom: 0.35rem;
	color: #918b8a;
}

.text-area2-1{
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #216f7c;
    font-weight: 600;
    padding-left: 0.4rem;
    justify-content: space-between;
    align-items: center;
}

.text-area2-2{
    color: #216f7c;
    font-weight: 600;
    padding-left: 0.4rem;
    justify-content: space-between;
    align-items: center;
}

.img-area2,
.img-area3{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
	margin-top: 0.45rem;
	margin-bottom: 0.45rem;
}

.img-area2>div img,
.img-area3>div img{
	height: 3rem;
}

.img-area3{
	margin-bottom: 0.7rem;
}

.text-area3{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	text-align: center;
}

.text-area3 table td{
	padding: 0.1rem;
	font-size: 0.24rem !important;
}

.text-area3 table img{
	height: 0.6rem;
}

.text-area3 table {
    width: 100%;
}

.text-area3 table tr th {
    font-size: 0.35rem;
    font-weight: 900;
    border-bottom: 0.02rem solid black;
}

.text-area3 table tr .bc-title{
	color: red;
}

.text-area3 table tr .bc-title, .text-area3 table tr .cash-title {
    width: 35%;
}

.text-area3 table tr th, .text-area3 table tr td {
	border-top: 0.02rem solid black;
    border-bottom: 0.02rem solid black;
    border-right: 0.02rem solid black;
    vertical-align: middle;
    padding: 0.05rem 0;
}

.text-area3 table .cash-title, .text-area3 table .cash {
    border-right: none;
}

.text-area3 table tr td .flex {
    display: flex;
    align-items: center;
}

.text-area3 table tr td .flex img {
    width: 0.6rem;
    margin-left: 0.2rem;
}

.text-area3 table tr td .flex .txt {
    flex-grow: 1;
}
.text-area3 table .bc .txt {
    font-weight: 800;
}
.text-area3 table tr td .txt {
    text-align: center;
    font-weight: 600;
}

.bottom{
	position: sticky;
    bottom: 1.6rem;
    padding: 0.2rem 0.4rem;
    background: #f3f1d8;
    border-radius: 0.6rem;
    border: 0.08rem solid #d5d3b7;
	width: 7rem;
    margin: auto;
	box-shadow: inset 0px 3px 5px #aba897;
}

.bottom>div{
	display: flex;
	align-items: center;
    justify-content: center;
}

.text-area4{
	color: #216f7c;
	font-weight: 600;
    padding-left: 0.08rem;
}

.text-area4>div{
	font-size: 0.28rem;
}

.bottom .register-btn{
	cursor: pointer;
	background: #0d98ac;
	color: #FFF;
	font-size: 0.32rem;
    width: 100%;
    border: none;
    height: .9rem;
    border-radius: 0.45rem;
    font-weight: 600;
}

.bottom .register-btn::before{
	content: "";
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.45rem;
    box-shadow: 0 -0.15rem 0.1rem rgba(255, 255, 255, 0.5), 0 0.1rem 0.1rem #00000069;
    width: 84%;
    height: 26%;
    filter: blur(1.8px);
    pointer-events: none;
}

.bottom .register-btn span{
	font-size: 0.8rem;
    font-style: italic;
}

.m-t-45{
	margin-top: 0.45rem;
}

