body {
	width:100%;
	padding:0px;
	margin:0px;
	font-size: 13px;
	background: #FAFCFF;
}

header {
	padding-top: 5px;
}
header .btn {
	height:35px;
	color: #F34336;
	--tblr-btn-border-color: #F34336;
}

header .btn:hover {
	color: var(--tblr-btn-hover-color);
	text-decoration: none;
	background-color: #F34336;
	border-color: var(--tblr-btn-hover-border-color);
}
.btn-primary {
	background-color: #F34336 !important;
}
.btn-outline-promotion {
	--tblr-btn-color: #999;
	--tblr-btn-bg: transparent;
	--tblr-btn-border-color: #ddd;
	--tblr-btn-hover-color: #fff;
	--tblr-btn-hover-border-color: transparent;
	--tblr-btn-hover-bg: #F34336;
	--tblr-btn-active-color: #F34336;
	--tblr-btn-active-bg: #F34336;
}
.text-primary {
	color: #F34336 !important;
}

.form-control {
	font-size: 13px;
	line-height: 1.8;
}

.btn {
	font-size: 13px;
}

button.submit {
	font-size: 14px;
	width: 100%;
}

form .block {
	display: block;
}

form label.error {
	color: red;
	display: none;
}

.form-panel {
	background: linear-gradient(180deg, #eff5ff 0%, #ffffff 100%);
	/*transform: translateY(5%);*/
	box-shadow: 5px 12px 22px 0px #edf2fb;
	border-radius: 6px;
	border: 3px solid #ffffff;
	font-size: 14px;
	width: 100%;
	max-width: 470px;
}

@media only screen and (min-width: 0px) and (max-width: 767.98px) {
	.page-wrapper {
		background: white;
	}

	.form-panel {
		background: white;
		box-shadow: 0px 0px 0px 0px white;
		border-radius: 0px;
	}
	#go-dashboard {
		display: none;
	}
}


.form-panel .aggree {
	font-size: 12px;
}

.form-panel .aggree a {
	color: #F34336;
}

#navLoginTabs .nav-link {
	font-size: 16px;
	color: #657086;
}

#navLoginTabs .nav-link.active span {
	border-bottom: 3px solid;
	font-weight: bold;
	color: #F34336;
}

.tool-qr {
	font-size: 13px;
}

.tool-other {
	width: 100%;
	padding: 0px;
}

.tool-other col {
	padding: 0px;
}

.tool-other a {
	color: #657086;
	text-decoration: none;
	font-size: 13px;
}
#btnGetMobileCode{
	color: #F34336;
	width: 30%;
}
.tip-txt{
	color: #657086;
}
.footer-txt{
	color: #bfc5d0;
}

#banner-swiper {
	width:100%;
	height:100%;
}
#banner-swiper .swiper-content {
	width:100%;
	height:100%;
}
#banner-swiper .swiper-content .col{
	width:100%;
	height:100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%,100%;
}
#banner-swiper h5{
	font-size: 42px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	padding:0px 0px 30px 0px;
}
#banner-swiper p{
	font-size: 36px;
	font-weight: 400;
	color: #F34336;
	line-height: 50px;
	letter-spacing: 4px;
}
#banner-swiper p .action{
	font-size: 20px;
	color: #F34336;
}

#banner-swiper .swiper-button-prev:after{
	display: none;
}
#banner-swiper .swiper-button-next:after{
	display: none;
}
#banner-swiper .swiper-button-prev{
	width: 35px;
	height: 35px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ccc' class='bi bi-arrow-left-circle-fill' viewBox='0 0 16 16'%3E %3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z'/%3E %3C/svg%3E") no-repeat;
	bottom: 15px;
}
#banner-swiper .swiper-button-next{
	width: 35px;
	height: 35px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23ccc' class='bi bi-arrow-right-circle-fill' viewBox='0 0 16 16'%3E %3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E %3C/svg%3E") no-repeat;
	bottom: 15px;
}
.bg-change {
}
.bg-change:hover {
	background:#eff5ff;
}
footer {
	font-size: 14px;
	padding-top:10px;
}
footer h5{
	font-size: 16px;
	font-weight:bold;
}
footer .figure-caption{
	color:#aab2c2;
}
footer .back {
	position: fixed;
	bottom: 20%;
	right:10px;
	z-index: 0;
	width: 74px;
	height: 60px;
	border: 3px solid #fff;
	border-radius: 10px;
	margin-top: 10px;
	box-shadow: 5px 12px 22px 0 #edf2fb;
	cursor: pointer;
	background: -webkit-gradient(linear,left top,left bottom,from(#eff5ff),to(#fff));
	background: linear-gradient(180deg,#eff5ff,#fff);
	-webkit-box-shadow: 5px 12px 22px 0 #edf2fb;

}
footer .back img {
	border-style: none;
	width: 30px;
	height: 30px;
	margin: 14px auto;
	display: block;
}
footer .back:hover, footer .back:active {
	background: #ddd !important;
	color: #fff;
	text-decoration: none;
}
.foot-menu {
	margin:0 auto;
}
.foot-menu a {
	font-size:12px;
	color:#F34336;
}
.foot-menu .active a {
	color:#F34336;
}