@charset "UTF-8";

html ::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
}

html ::-webkit-scrollbar-thumb {
	border-radius: .625rem;
	box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
	background: #ccc;
}

html ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
	border-radius: .625rem;
	background: #ededed;
}

.col-2 {
	flex: 11%;
	max-width: 11%;
	padding: 0;
}

.col-8 {
	flex: 78%;
	max-width: 78%;
	padding: 0;
}

.container-fluid {
	opacity: 0;
}

.text-ellipsis-more {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.container-header {
	position: sticky;
	top: 0;
	z-index: 999;
}

.component-header {
	background: #fff;
	padding: .625rem 0;
}

.component-header .header-logo {
	text-align: center;
	margin-right: 1rem;
	min-width: 18.375rem;
}

.component-header .header-logo .logo {
	width: auto;
	height: 4.25rem;
	margin-right: .75rem;
}

.component-header .header-logo .title {
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	margin-bottom: 0;
}

.component-header .header-normal .header-nav .nav-item {
	cursor: pointer;
}

.component-header .header-normal .header-nav .nav-item a {
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #333;
	transition: color .3s;
}

.component-header .header-normal .header-nav .nav-item:hover a {
	color: #4481EB;
}

.component-header .header-normal .header-user {
	display: flex;
	justify-content: flex-end;
	min-width: 18.375rem;
	cursor: pointer;
}

.component-header .header-normal .header-user .user-login {
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: .5rem 1.5rem;
	border-radius: .5rem;
	background: #4481EB;
}

.component-header .header-normal .header-user .user-info {
	display: none;
}

.component-header .header-normal .header-user .user-info .info-avatar {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
}

.component-header .header-normal .header-user .user-info .info-account {
	margin-left: .5rem;
	color: #5A5B6E;
	font-size: 1rem;
	line-height: 2.5rem;
}

.component-header .header-normal .header-user .user-logout {
	margin-left: .5rem;
	color: #FF5252;
	font-size: 1rem;
	line-height: 2.5rem;
	cursor: pointer;
}

.component-header .header-mobile {
	display: none;
	position: relative;
}

.component-header .header-mobile .header-button {
	background: transparent;
	border: none;
	transition: all .3s;
}

.component-header .header-mobile .header-button .icon-bar {
	margin: auto;
	display: block;
	width: 1.625rem;
	height: .1875rem;
	border-radius: .125rem;
	background: #5A5B6E;
	margin-top: .375rem;
}

.component-header .header-mobile .header-button .icon-bar:first-child {
	margin-top: 0;
}

.component-header .header-mobile .header-nav {
	display: none;
	position: absolute;
	top: 90%;
	right: 0;
	background: #fff;
	width: 10rem;
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.18);
	border-radius: .3125rem .3125rem 0 0;
	margin: 0;
	padding: .375rem 0;
}

.component-header .header-mobile .header-nav li {
	text-align: center;
}

.component-header .header-mobile .header-nav li a {
	text-decoration: none;
	background: #fff;
	font-size: .875rem;
	color: #5A5B6E;
	transition: color 0.3s;
	display: block;
	padding: .625rem 1rem;
}

.component-header .header-mobile .header-nav li.active a {
	color: var(--main-color);
}

.component-header .header-mobile .header-nav li.user-logout {
	color: #FF5252;
	text-decoration: none;
	background: #fff;
	font-size: .875rem;
	transition: color 0.3s;
	display: block;
	padding: .625rem 1rem;
}

.component-header .header-mobile .header-nav li.user-info {
	flex-direction: column;
}

.component-header .header-mobile .header-nav li.user-info .user-title {
	background: #fff;
	font-size: .875rem;
	color: #5A5B6E;
	transition: color 0.3s;
	display: block;
	padding: .625rem 1rem;
}

.container-footer.hide-tabbar .footer-tabbar {
	display: none;
}

.component-footer {
	margin: 0 -15px;
	padding: 0 15px;
	background: #FFFFFF;
}

.component-footer .footer-nav {
	padding: 3.5rem 0;
}

.component-footer .footer-nav .nav-item .item-title {
	font-size: 1.5rem;
	line-height: 2.125rem;
	font-weight: 600;
	color: #5A5B6E;
	transition: color .3s;
}

.component-footer .footer-nav .nav-item a.item-title:hover {
	color: #4481EB;
}

.component-footer .footer-nav .nav-item .item-list a {
	display: block;
	margin-top: 1.5rem;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #8D929C;
	transition: color .3s;
	cursor: pointer;
}

.component-footer .footer-nav .nav-item .item-list a:hover {
	color: #4481EB;
}

.component-footer .footer-nav .nav-item .item-code {
	width: 8.75rem;
	height: 8.75rem;
}

.component-footer .footer-nav .nav-item .item-text {
	padding-top: 0.625rem;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 600;
	text-align: center;
	color: #5A5B6E;
}

.component-footer .footer-nav .nav-item.nav-contact {
	margin-top: -1.5rem;
}

.component-footer .footer-nav .nav-item.nav-contact .item-box {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.component-footer .footer-nav .nav-item.nav-contact .item-box .box-icon {
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.component-footer .footer-nav .nav-item.nav-contact .item-box .box-info .info-title {
	color: #5A5B6E;
	font-size: .875rem;
	line-height: 1.25rem;
}

.component-footer .footer-nav .nav-item.nav-contact .item-box .box-info .info-value {
	margin-top: 0.5rem;
	color: #5A5B6E;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.75rem;
}

.component-footer .footer-link {
	border-top: 1px solid rgba(141, 146, 156, 0.15);
	padding: .25rem 0 1rem;
}

.component-footer .footer-link .link-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
	color: #5A5B6E;
	margin-top: .75rem;
}

.component-footer .footer-link .link-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.component-footer .footer-link .link-list a {
	margin-top: .75rem;
	padding-left: 2rem;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #8D929C;
	transition: color .3s;
}

.component-footer .footer-link .link-list a:hover {
	color: #4481EB;
}

.component-footer .footer-info {
	border-top: 1px solid rgba(141, 146, 156, 0.15);
	padding: 1.5rem 0 1rem;
}

.component-footer .footer-info .info-copyright .copyright {
	font-size: 1rem;
	line-height: 1.375rem;
	color: #5A5B6E;
}

.component-footer .footer-info .info-copyright .link {
	margin-left: 1rem;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #5A5B6E;
	transition: color .3s;
}

.component-footer .footer-info .info-copyright .link .icon {
	margin-right: 0.5rem;
	width: 1.25rem;
	height: 1.25rem;
}

.component-footer .footer-info .info-copyright .link:hover {
	color: #4481EB;
}

.component-footer .footer-info .info-statistics .statistics-item {
	margin-left: 2.5rem;
}

.component-footer .footer-info .info-statistics .statistics-item .item-icon {
	width: 1rem;
	height: 1rem;
}

.component-footer .footer-info .info-statistics .statistics-item .item-text {
	margin-left: 0.5rem;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #5A5B6E;
}

.component-footer .footer-tabbar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: space-between;
	padding: .625rem;
	background: #FFF;
}

.component-footer .footer-tabbar .tabbar-item {
	width: 49%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: .5rem;
	background: #F1F7FF;
	padding: 1rem;
}

.component-footer .footer-tabbar .tabbar-item .item-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.component-footer .footer-tabbar .tabbar-item .item-text {
	margin-left: .5rem;
	color: #4481EB;
	font-size: 1rem;
	line-height: 1.25rem;
}

.component-footer .footer-tabbar .tabbar-item:last-child {
	background: #4481EB;
}

.component-footer .footer-tabbar .tabbar-item:last-child .item-text {
	color: #FFF;
}

.component-footer .modal-agreement {
	overflow-x: auto;
	padding: 1rem 0 !important;
}

.component-footer .modal-agreement .modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 100%;
	min-height: 100%;
}

.component-footer .modal-agreement .modal-dialog .modal-content {
	max-width: 55rem;
	padding: 1.5rem;
	border-radius: .5rem;
	display: flex;
	flex-direction: column;
	min-height: 25rem;
	max-height: 90vh;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-header {
	display: flex;
	align-items: center;
	padding-left: 1.5rem;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-header .header-title {
	color: #5A5B6E;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
	text-align: center;
	flex: 1;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-header .header-close {
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body {
	flex: 1;
	overflow-y: auto;
	margin-top: 1.5rem;
	color: #333;
	font-size: 1rem;
	line-height: 2rem;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body::-webkit-scrollbar-thumb {
	border-radius: .625rem;
	box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
	background: #ccc;
}

.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
	border-radius: .625rem;
	background: #ededed;
}

.container-toast {
	z-index: 9999;
}

.container-toast .modal-toast .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-toast .modal-toast .modal-dialog .toast-box {
	border-radius: .5rem;
	background: rgba(0, 0, 0, 0.8);
	padding: 1.25rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container-toast .modal-toast .modal-dialog .toast-box .icon {
	width: 3rem;
	height: 3rem;
	margin-bottom: .75rem;
}

.container-toast .modal-toast .modal-dialog .toast-box .text {
	color: #FFF;
	font-size: 1rem;
	line-height: 1.375rem;
}

.modal-searchs {
	overflow-x: auto;
	padding: 1rem 0 !important;
}

.modal-searchs .modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 52rem;
	max-width: 100%;
	margin: 0;
	min-height: 100%;
}

.modal-searchs .modal-dialog .modal-content {
	padding: 1.5rem 2rem;
	border-radius: .5rem;
	width: 16rem;
}

.modal-searchs .modal-dialog .modal-content .modal-content-title {
	display: flex;
}

.modal-searchs .modal-dialog .modal-content .modal-content-title .content-title-txt {
	flex: 1;
	color: #5A5B6E;
	font-size: 1rem;
	font-weight: 600;
}

.modal-searchs .modal-dialog .modal-content .modal-content-title .content-title-img {
	width: 1.5rem;
	height: 1.5rem;
}

.modal-searchs .modal-dialog .modal-content .modal-content-code {
	margin-top: 1rem;
	width: 100%;
	height: 11.25rem;
}

.modal-searchs .modal-dialog .modal-content .modal-content-tap {
	text-align: center;
	margin-top: 1rem;
	color: #5A5B6E;
	font-size: 1rem;
	font-weight: 600;
}

.modal-feedback .modal-dialog {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 52rem;
	max-width: 100%;
	margin: 0;
	min-height: 100%;
}

.modal-feedback .modal-dialog .modal-content {
	padding: 1.5rem 2rem;
	border-radius: .5rem;
	width: 36rem;
}

.modal-feedback .modal-dialog .modal-content .modal-content-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1.5rem;
}

.modal-feedback .modal-dialog .modal-content .modal-content-header .header-title {
	color: #5A5B6E;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.modal-feedback .modal-dialog .modal-content .modal-content-header .header-close {
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}

.modal-feedback .modal-dialog .modal-content .modal-content-body {
	overflow-y: auto;
	display: block;
}

.modal-feedback .modal-dialog .modal-content .modal-content-footer {
	padding-top: 1.5rem;
	display: flex;
	justify-content: center;
}

.modal-feedback .modal-dialog .modal-content .modal-content-footer .footer-btn {
	color: #FFF;
	text-align: center;
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .5rem 1.5rem;
	border-radius: .25rem;
	background: #4481EB;
	cursor: pointer;
}

.modal-feedback .body-form {
	overflow-y: auto;
}

.modal-feedback .body-form .form-input {
	margin-top: 1rem;
}

.modal-feedback .body-form .form-input:first-child {
	margin-top: 0;
}

.modal-feedback .body-form .form-input .input-label {
	color: #5A5B6E;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375rem;
}

.modal-feedback .body-form .form-input .input-label span {
	color: #FF5252;
}

.modal-feedback .body-form .form-input .input-checkbox {
	padding-top: .5rem;
	flex-wrap: wrap;
	margin-left: -1.5rem;
}

.modal-feedback .body-form .form-input .input-checkbox .checkbox-box {
	margin-top: .5rem;
	margin-left: 1.5rem;
	cursor: pointer;
}

.modal-feedback .body-form .form-input .input-checkbox .checkbox-box .radio {
	width: 1rem;
	height: 1rem;
	border: 1px solid #DEDFE2;
	border-radius: 50%;
	padding: 1px;
}

.modal-feedback .body-form .form-input .input-checkbox .checkbox-box .radio::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
}

.modal-feedback .body-form .form-input .input-checkbox .checkbox-box .label {
	color: #5A5B6E;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-left: .5rem;
}

.modal-feedback .body-form .form-input .input-checkbox .checkbox-box.active .radio {
	border-color: #4481EB;
}

.modal-feedback .body-form .form-input .input-checkbox .checkbox-box.active .radio::after {
	background: #4481EB;
}

.modal-feedback .body-form .form-input .input-box {
	width: 100%;
	margin-top: 1rem;
	color: #5A5B6E;
	font-size: .875rem;
	line-height: 3rem;
	height: 3rem;
	padding: 0 1rem;
	border-radius: .25rem;
	border: 1px solid #DEDFE2;
	background: #FFF;
}

.modal-feedback .body-form .form-input .input-upload {
	margin-top: 1rem;
	border-radius: .25rem;
	border: 1px solid #DEDFE2;
	background: #FFF;
	width: 7.5rem;
	height: 7.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.modal-feedback .body-form .form-input .input-upload .upload {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.modal-feedback .body-form .form-input .input-upload .upload::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.modal-feedback .body-form .form-input .input-upload .icon {
	width: 3.25rem;
	height: 3.25rem;
}

.modal-feedback .body-form .form-input .input-textarea {
	width: 100%;
	margin-top: 1rem;
	color: #5A5B6E;
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .875rem 1rem;
	border-radius: .25rem;
	border: 1px solid #DEDFE2;
	background: #FFF;
}

.modal-feedback .body-form .form-input .input-textarea::placeholder {
	line-height: 1.25rem;
}

.modal-feedback .body-form::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
}

.modal-feedback .body-form::-webkit-scrollbar-thumb {
	border-radius: .625rem;
	box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
	background: #ccc;
}

.modal-feedback .body-form::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
	border-radius: .625rem;
	background: #ededed;
}

/* 分页设置 */
.page-pagination {
	display: block;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page-pagination ul {
	margin: 1.25rem 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.page-pagination ul li {
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-pagination ul li.xl-item {
	text-align: center;
	color: #333333;
	font-size: .875rem;
	line-height: 1.25rem;
	padding: .25rem .625rem;
	border-radius: .25rem;
	margin-left: .25rem;
	cursor: pointer;
	transition: all .3s;
	background: #fff;
}

.page-pagination ul li.xl-item:first-child {
	margin-left: 0;
}

.page-pagination ul li.xl-item.xl-active,
.page-pagination ul li.xl-item:hover {
	color: #4481EB;
}

.page-pagination ul li.xl-item.xl-disabled {
	color: #999999;
	cursor: no-drop;
}

.page-pagination ul li.xl-totalPage {
	margin-left: 1.5rem;
	color: #333;
	font-size: 1rem;
	line-height: 1.375rem;
}

.page-pagination ul li.xl-totalPage .active {
	color: #4481EB;
}

.page-pagination ul li.xl-jumpText {
	color: #666;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-left: 1.5rem;
}

.page-pagination ul li.xl-jumpText input {
	width: 2rem;
	height: 2rem;
	border-radius: .25rem;
	border: 1px solid #EAEAEA;
	background: #F6F7FB;
	color: #333;
	font-size: 1rem;
	line-height: 2rem;
	margin: 0 .75rem;
	text-align: center;
}

.page-pagination ul li.xl-jumpButton {
	color: #666;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: .25rem 1.25rem;
	border-radius: .25rem;
	border: 1px solid #EAEAEA;
	background: #F6F7FB;
	margin-left: 1.25rem;
	cursor: pointer;
	transition: all .3s;
}

.page-pagination ul li.xl-jumpButton:hover {
	border-color: #4481EB;
	color: #4481EB;
}

@media (max-width: 1900px) {
	html {
		font-size: 16px;
	}

	.col-2 {
		flex: 10%;
		max-width: 10%;
	}

	.col-8 {
		flex: 80%;
		max-width: 80%;
	}
}

@media (max-width: 1400px) {
	html {
		font-size: 14px;
	}

	.col-2 {
		flex: 8%;
		max-width: 8%;
	}

	.col-8 {
		flex: 84%;
		max-width: 84%;
	}
}

@media (max-width: 1160px) {
	html {
		font-size: 12px;
	}

	.col-2 {
		flex: 6%;
		max-width: 6%;
	}

	.col-8 {
		flex: 88%;
		max-width: 88%;
	}
}

@media (max-width: 967px) {
	html {
		font-size: 12px;
	}

	.col-2 {
		flex: 4%;
		max-width: 4%;
	}

	.col-8 {
		flex: 92%;
		max-width: 92%;
	}

	.component-footer .footer-info .col-8 {
		flex-wrap: wrap;
	}

	.component-footer .footer-info .col-8 .info-copyright {
		width: 100%;
	}

	.component-footer .footer-info .col-8 .info-statistics {
		width: 100%;
		margin-top: 1rem;
	}

	.component-footer .footer-info .col-8 .info-statistics .statistics-item:first-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.col-2 {
		width: 1rem;
		max-width: 1rem;
		flex: 0 0 1rem;
		padding: 0;
	}

	.col-8 {
		width: calc(100% - 2rem);
		max-width: calc(100% - 2rem);
		flex: 0 0 calc(100% - 2rem);
	}

	html {
		font-size: 16px;
	}

	.component-header .header-logo {
		min-width: 0;
	}

	.component-header .header-logo .logo {
		width: auto;
		height: 3.25rem;
		margin-right: .75rem;
	}

	.component-header .header-logo .title {
		color: #333;
		font-size: .875rem;
		font-weight: 600;
		line-height: 1.25rem;
	}

	.component-header .header-normal {
		display: none;
	}

	.component-header .header-mobile {
		display: flex;
	}

	.component-footer .footer-nav {
		padding: 1.75rem 0 2rem;
	}

	.component-footer .footer-nav .col-8 {
		flex-wrap: wrap;
	}

	.component-footer .footer-nav .nav-item .item-title {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.component-footer .footer-nav .nav-item .item-title:hover {
		color: #5A5B6E;
	}

	.component-footer .footer-nav .nav-item .item-list a {
		font-size: .875rem;
		line-height: 1.25rem;
	}

	.component-footer .footer-nav .nav-item .item-list a:hover {
		color: #8D929C;
	}

	.component-footer .footer-nav .nav-item.nav-contact {
		width: 100%;
		margin-bottom: 1.5rem;
		flex-direction: row !important;
		justify-content: space-between !important;
		flex-wrap: wrap;
		margin-top: -1rem;
	}

	.component-footer .footer-nav .nav-item.nav-contact .item-box {
		margin-top: 1rem;
		padding: 0 0.25rem;
	}

	.component-footer .footer-nav .nav-item.nav-contact .item-box .box-info .info-value {
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.25rem;
	}

	.component-footer .footer-nav .nav-item.nav-code {
		width: 100%;
		margin-top: 1.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.component-footer .footer-link .link-list {
		display: flex;
	}

	.component-footer .footer-link .link-list a {
		padding-left: 1rem;
	}

	.component-footer .footer-link .link-list a:hover {
		color: #8D929C;
	}

	.component-footer .footer-info .info-copyright {
		flex-wrap: wrap;
	}

	.component-footer .footer-info .info-copyright .copyright {
		width: 100%;
		text-align: center;
	}

	.component-footer .footer-info .info-copyright .link {
		margin-left: 0;
		width: 100%;
		justify-content: center;
		text-align: center;
		margin-top: .625rem;
	}

	.component-footer .footer-info .info-copyright .link:hover {
		color: #5A5B6E;
	}

	.component-footer .footer-info .info-statistics {
		justify-content: space-around;
	}

	.component-footer .footer-info .info-statistics .statistics-item {
		margin-left: 0;
	}

	.component-footer .footer-tabbar {
		display: flex;
	}

	.component-footer .modal-agreement {
		padding: 0 !important;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content {
		max-width: 100vw;
		min-height: 100vh;
		max-height: 100vh;
		width: 100vw;
		height: 100vh;
		padding: 1rem;
		border-radius: 0;
		border: none;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-header {
		display: flex;
		align-items: center;
		padding-left: 1.5rem;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-header .header-title {
		color: #5A5B6E;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.375rem;
		text-align: center;
		flex: 1;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-header .header-close {
		width: 1.5rem;
		height: 1.5rem;
		cursor: pointer;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body {
		flex: 1;
		overflow-y: auto;
		margin-top: 1.5rem;
		color: #333;
		font-size: 1rem;
		line-height: 2rem;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body::-webkit-scrollbar-thumb {
		border-radius: .625rem;
		box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
		background: #ccc;
	}

	.component-footer .modal-agreement .modal-dialog .modal-content .modal-content-body::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
		border-radius: .625rem;
		background: #ededed;
	}

	.container-footer {
		padding-bottom: 4.5rem;
	}

	.container-footer.hide-tabbar {
		padding-bottom: 0;
	}

	.modal-searchs {
		padding: 0 !important;
	}

	.modal-searchs .modal-dialog {
		min-width: 100vw;
		max-width: 100vw;
		min-height: 100vh;
		width: 100vw;
		height: 100vh;
	}

	.modal-searchs .modal-dialog .modal-content {
		padding: 1rem;
	}

	.modal-feedback .modal-dialog {
		min-width: 100vw;
		max-width: 100vw;
		min-height: 100vh;
		width: 100vw;
		height: 100vh;
	}

	.modal-feedback .modal-dialog .modal-content {
		padding: 1rem;
		border-radius: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
}