:root {
	--primary: #0453d9;
	--primary-hover: #06f;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 85%;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-family: Rubik, -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif !important;
	font-weight: 400;
	background-color: #f2f3f9;
	/* -webkit-font-smoothing: antialiased; */
}
/* body.homepage {
	filter: grayscale(90%);
} */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 12px;
	padding-right: 12px;
}
.row {
	margin-right: -12px;
	margin-left: -12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
}
body, button, input, select, textarea {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif !important;
}
a {
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {

}
textarea.form-control {
	height: auto !important;
}
.text-primary {
	color: var(--primary) !important;
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:hover {
	border-color: var(--primary);
	background-color: var(--primary);
}
.page-item.active .page-link {
	background-color: var(--primary);
}
:focus {
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
input[type='checkbox'], input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	flex-shrink: 0;
	margin: 0 0 3px;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	color: #2563eb;
	background-color: #fff;
	border-color: rgb(229 231 235 / 1);
	border-width: 1px;
	border-style: solid;
	border-radius: 0.25rem;
}
input[type='radio'] {
	border-radius: 5rem;
}
input[type='checkbox']:checked, input[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
input[type='checkbox']:focus, input[type='radio']:focus {
	outline: none !important;
}
input[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
input[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
input[type='checkbox']:disabled, input[type='radio']:disabled {
	background-color: #f8f8f9;
}
.text-white {
	color: #FFF;
}
.form-control-plaintext,
.form-control {
    box-shadow: none !important;
    border: 1px solid #edefef;
    transition: all .3s;
	height: 36px;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
}
.btn-default {
	color: #4e5969;
    background-color: #fff;
    border-color: #c9cdd5;
	box-shadow: 0 1px 1px rgba(0,0,0,.08);
}
.btn-default:hover {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.btn-primary {
	background-color: #1564ff;
	border-color: #0055ff;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
}
.btn-primary:hover,
.btn-primary:active {
	background-color: #4281fe;
	border-color: #1564ff;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.space {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}
.navbar-brand {

    width: 140px;
    margin: 0;
    padding: 0;
}

/* Header */
header#header {
	z-index: 101;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #FFF;
}
.homepage .wrap-main-swiper {
	padding-top: 70px;
}
.homepage header#header {
	z-index: 101;
	width: 100%;
	position: fixed;
	background-color: rgba(255,255,255,.75);
	backdrop-filter: blur(20px);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
	transition: background-color .3s ease;
}
header#header.header-dark {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #1d2129;
}
header#header.header-white {
	box-shadow: inset 0px -1px 0px #f0f1f3;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

.header-dark .dropdown-menu {
	margin: 0;
	border: 0;
}
.nav-item.billing .dropdown-menu {
	width: 240px;
	top: 105%;
}
.header-dark .dropdown-menu {
	background-color: #1d212b;
}
.header-dark .dropdown-menu .dropdown-divider {
	border-color: #262f3e;
}
.header-dark .dropdown-item:hover {
	background-color: transparent;
}
.header-dark .dropdown-item .dropdown-link {
	display: flex;
	align-items: center;
	color: #c1c6c8 !important;
}
.header-dark .dropdown-item .dropdown-link:hover {
	background-color: #344258;
}
.header-dark .dropdown-item .dropdown-link:hover i {
	color: #EEE;
}
.dropdown-menu .panel-amount {
	padding: 0 1.5rem;
}
.dropdown-menu .panel-amount-head {
	font-size: 12px;
	color: #888;
	padding: .5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-menu .panel-amount-head .panel-amount-head-btn a {
	font-size: 12px !important;
	color: #e6c979;
}
.dropdown-menu .panel-amount-number {
	color: #333;
	font-style: normal;
	margin: 1rem 0;
	display: flex;
	align-items: flex-end;
}
.header-dark .dropdown-menu .panel-amount-number {
	color: #FFF;
}
.dropdown-menu .panel-amount-number em {
	font-style: normal;
}
.dropdown-menu .panel-amount-number .amount-number {
	font-size: 28px;
	line-height: 1;
	margin-right: 2px;
}
header .navbar {
	height: 70px;
}
header .navbar-nav .nav-item > a {
	font-size: 14px;
	display: block;
}
header .navbar-dark .navbar-nav .show > .nav-link {
	color: #5e6166;
}
header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #5e6166;
	line-height: 69px;
	padding: 0 1rem;
}
header .navbar-nav .nav-item .nav-link .bi {
	font-size: 12px;
	transition: all 0.3s ease;
}
header .navbar-nav .nav-item .nav-link.show,
header .navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
}
header .navbar-nav.navbar-nav-right .nav-item .btn {
	border-radius: 2px;
	color: #FFF;
}

header .navbar-nav.navbar-nav-right .nav-item.account {
	display: flex;
}
header .navbar-nav.navbar-nav-right .nav-item.account .nav-link {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.header-dark .navbar-nav .nav-item .nav-link {
	/* font-size: 13px; */
	color: #c1c6c8;
}
.header-dark .navbar-nav .nav-item .nav-link:hover {
	color: rgba(255,255,255,.9);
}
.dropdown-menu {
	border: 0 none;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgb(64 64 64 / 15%);
}
.account .dropdown-menu {
	width: 240px;
}
.dropdown-item {
	padding: 0 8px;
}
.dropdown-item:hover {
	background-color: transparent;
}
.dropdown-item:active {
	background-color: transparent;
}
.dropdown-item .dropdown-link {
	color: #3b3c43;
	display: block;
	padding: 8px;
	text-decoration: none;
}
.dropdown-item .dropdown-link i {
	color: #8a8c94;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 0.5rem;
}
.dropdown-item .dropdown-link:hover {
	border-radius: 6px;
	background-color: #f2f3f7;
}
.dropdown-item .dropdown-link:hover i {
	color: #3b3c43;
}
.dropdown-wrap {
	position: relative;
}
.dropdown-wrap-fluid {
	position: unset;
}
.dropdown-container {
	overflow: hidden;
	opacity: 0;
	height: 0;
	max-height: 0;
	position: absolute;
	top: 70px;
	left: 0;
	width: 150px;
	z-index: -1;
	transition: max-height .25s ease-in-out, opacity .25s ease-in-out;
}
.dropdown-wrap-fluid .dropdown-container {
	width: 100%;
}
.dropdown-container.show {
	padding-bottom: 20px;
	z-index: 100;
	height: auto;
	opacity: 1;
	max-height: 600px;
}
.dropdown-body {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
	position: relative;
}
.dropdown-body ul > li > a {
	color: #444;
	display: block;
	line-height: 40px;
	text-decoration: none;
	padding: 0 1rem;
}
.dropdown-body ul > li > a:hover {
	color:  var(--primary-hover);
	background-color: #f9faff;
}
.dropdown-body .list-items h5 {

}
.dropdown-body .list-items .list-item-link {
	margin-bottom: 1rem;
}
.dropdown-body .list-items .list-item-link a {
	padding: 0;
	line-height: 1.5;
}
.dropdown-body .list-items .list-item-link a:hover {
	background-color: transparent;
}
.dropdown-body .card .card-title {
	color: #444;
}
.dropdown-wrap-fluid .dropdown-body {
	width: 100%;
	display: flex;
	align-items: stretch;
}
.dropdown-body-menu {
	width: 280px;
	padding: 2rem 3rem;
	background-color: #f7f9fd;
	background-image: url("../images/left_backend_new_ba6a747.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 236px auto;
}
.body-menu-title {
	font-weight: 400;
	font-size: 1.215rem;
	margin-bottom: 1.5rem;
}
.body-menu-desc {
	color: rgba(34, 34, 34, 0.7);
	line-height: 28px;
}
.dropdown-bd {
	width: 100%;
	padding: 2rem 3rem;
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(3, auto);
}
.dropdown-bd .body-main {

}
.dropdown-bd .body-main-title {
	color: #1664FF;
	font-weight: 500;
	margin-bottom: 1rem;
	position: relative;
	font-size: 16px;
}
.dropdown-bd .body-main-bd {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}
.body-main-bd-item {
	line-height: 22px;
	margin-bottom: .8rem;
	letter-spacing: .2px;
}
/* .body-main-bd-item:last-child {
	margin-bottom: 0;
} */
.body-main-bd-item h4 {
	color: #444;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: .25rem;
	display: flex;
	align-items: center;
}
.body-main-bd-item h4 .badge {
	font-weight: 400;
	margin-left: .5rem;
	transform: scale(.7);
	text-transform: uppercase;
	border: 1px solid transparent;
}
.body-main-bd-item h4 .badge-hot {
	color: #dc3545;
	border-color: #dc3545;
}
.body-main-bd-item h4 .badge-new {
	color: var(--primary);
	border-color: var(--primary);
}
.body-main-bd-item p {
	font-size: .815rem;
	color: rgba(34, 34, 34, 0.5);
	margin-bottom: 0;
}
.body-main-bd-item:hover {
	text-decoration: none;
	/* background-color: #f4f4f8; */
	transition: .25s;
}
.body-main-bd-item:hover h4 {
	color: var(--primary);
}
.dropdown-body-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropdown-body-menu-list li {
	cursor: pointer;
	line-height: 50px;
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-right: 30px;
	border-bottom: 1px solid #ebf0fc;
}
.dropdown-body-menu-list li.active {
	color:  var(--primary-hover);
	background-color: #f9faff;
	box-shadow: inset -2px 0px 0px 0px  var(--primary-hover);
}
.dropdown-body-main {
	width: 650px;
	padding: 0 1.5rem;
	border-right: 1px solid #ebf0fc;
}
.dropdown-body-main .tabs-content {
	display: none;
}
.dropdown-body-main .tabs-content.active {
	display: block;
}
.dropdown-body .card {
	border-color: #ebf0fc;
}
.dropdown-body .card:hover {
	background-color: #f9faff;
	text-decoration: none;
	border-color:  var(--primary-hover);
	color:  var(--primary-hover);
}
.dropdown-body .card .card-text {
	color: #444;
}
.dropdown-body .card:hover .card-text {
	color: #444;
}
.dropdown-body-box {
	flex: 1;
	padding: 0 1.5rem;
}
.btn-thememode > a > div {
	display: flex;
	align-items: center;
	font-size: 12px;
	overflow: hidden;
	border-radius: .25rem;
	border: 1px solid #9ba0a4;
	vertical-align: middle;
	transform: scale(.9);
}
.btn-thememode > a > div > div {
	padding: 0px 5px;
}
.btn-thememode > a > div .active {
	color: #FFF;
	background-color: var(--primary);
}

/* swiper */
.wrap-main-swiper {
	overflow: hidden;
	position: relative;
	/* background: linear-gradient(360deg,#062bca 3.55%,#295dff 99.56%); */
	background-position: center;
	background-size: auto 610px;
	/* background-image: url("../images/ywwh7.jpeg"); */
}
.wrap-main-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 550px;
	height: 550px;
	position: relative;
	overflow: hidden;

	display: flex;
	align-items: center;
}
.wrap-main-swiper .swiper-slide-mp4 video {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
}
.wrap-main-swiper .content-slide {
	padding: 0;
	font-size: 18px;
	max-width: 560px;
	position: relative;
	z-index: 20;
}
.wrap-main-swiper .content-slide .slogan {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 120%;
	margin-bottom: 1.5rem;
}
.wrap-main-swiper .content-slide .sub-slogan {
	opacity: .8;
	margin-bottom: 3rem;
	padding-right: 50px;
}
.wrap-main-swiper .content-slide .btn {
	padding: 0;
	line-height: 48px;
	min-width: 180px;
	border-radius: 3px;
}
.wrap-main-swiper .content-slide img {
	position: absolute;
	left: 50px;
	top: -70px;
	max-height: 700px;
	z-index: -1;
}
.swiper-pagination-bullets {
	text-align: left !important;
	top: -120px;
}
.swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 3px;
	border-radius: .5rem !important;
	opacity: 1 !important;
	width: 40px !important;
	height: 5px !important;
	background-color: #FFF !important;
}
.swiper-pagination-bullet-active {
	background-color:  var(--primary) !important;
}
.swiper-media {
	margin: -55px 0;
	z-index: 100;
	position: relative;
}
.swiper-media-items {
	overflow: hidden;border-radius: 10px;
	backdrop-filter: blur(20px);
	border: 1.5px solid #fff;
	background-color: rgba(255,255,255,.6);
	box-shadow: 0 4px 33px rgb(190 196 207 / 28%);
	display: flex;
	align-items: center;
}
.swiper-media-item {
	flex: 1;
	color: #4a5072;
	height: 110px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 1.3rem;
}
.swiper-media-item:after {
	content: '';
	right: 0px;
	top: 50%;
	width: 1px;
	height: 50px;
	background-color: #ebf0fc;
	position: absolute;
	margin-top: -25px;
}
.swiper-media-item:hover {
	color: #4a5072;
	text-decoration: none;
}
.swiper-media-item img {
	max-width: 43px;
}
.swiper-media-item .media-body {
	margin-left: 1.3rem;
}
.swiper-media-item .media-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #282c33;
	margin-bottom: 5px;
}
.swiper-media-item .media-text {
	line-height: 24px;
	color: #9599a8;
	font-size: 14px;
}
.swiper-media-item:last-child:after {
	display: none;
}
.main-header {
	text-align: center;
	margin-bottom: 5rem;
}
.main-title {
	font-size: 40px;
}
.main-header p {
	font-size: 16px;
}
.main-products-menu {
	border-bottom: 2px solid #e7e8ef;
}
.main-products-menu .nav .nav-link {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: -2px;
}
.main-products-menu .nav .nav-link.active {
	color: #096eff;
	border-radius: 0;
	box-shadow: inset 0 -2px 0 0 #096eff;
	background-color: transparent;
}
.main-products {
	padding-top: 120px !important;
	background: #f5f7fc;
	background-image: linear-gradient(0deg,#f5f7fc,#f0f1f7);
}
.main-products-body {
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
}
.main-products-body.style2 {
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
.product-detail {
	display: flex;
}
.product-detail-side {
	width: 350px;
	padding-right: 32px;
	margin-bottom: 0;
}
.product-detail-main {
	flex: 1;
}
.product-detail-wrap {
	display: flex;
}
.product-detail-column {
	width: calc(33.33333% - 5.33333px);
	background: #fff no-repeat;
	background-size: 100% 160px;
	border-radius: 8px;
	flex: 1 1 auto;
	padding: 25px 0 34px;
	position: relative;
	margin-right: 16px;
	border: 1.5px solid #fff;
	box-shadow: 0 4px 60px 0 rgba(0,28,85,.04);
}
.product-detail-column:first-child {
	background-image: linear-gradient(0deg,rgba(209,227,255,0),#d1e3ff);
}
.product-detail-column:first-child .column-bg {
	background-image: url(../images/tos_41aea0d23743cdc0093a2b54378eb2ed.png);
}
.product-detail-column:first-child .column-wrap {
	border-bottom-color: #ddedff;
}
.product-detail-column:first-child .column-title {
	color: #1357bd;
}
.product-detail-column:first-child .column-subtitle {
	color: #1357bdcc;
}
.product-detail-column:nth-child(2) {
	background-image: linear-gradient(0deg,rgba(202,240,248,0),#caeff8);
}
.product-detail-column:nth-child(2) .column-bg {
	background-image: url(../images/tos_7fe1c3decf58fca69936928ac762d675.png);
}
.product-detail-column:nth-child(2) .column-wrap {
	border-bottom-color: #d5f1f2;
}
.product-detail-column:nth-child(2) .column-title {
	color: #0d72aa;
}
.product-detail-column:nth-child(2) .column-subtitle {
	color: rgba(13,114,170,.8);
}
.product-detail-column:nth-child(3) {
	margin-right: 0;
	background-image: linear-gradient(0deg,hsla(0,0%,100%,0),#e6e1fa);
}
.product-detail-column:nth-child(3) .column-bg {
	background-image: url(../images/tos_863f2fa36883229c29fcf407db6faa66.png);
}
.product-detail-column:nth-child(3) .column-wrap {
	border-bottom-color: #e9e6f2;
}
.product-detail-column:nth-child(3) .column-title {
	color: #5c43a4;
}
.product-detail-column:nth-child(3) .column-subtitle {
	color: rgba(92,67,164,.8);
}
.product-detail-column .column-bg {
	background-position: right 12px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 102px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.column-wrap {
	border-bottom: 1px solid;
	border-radius: 8px 8px 0 0;
	margin: 0 32px 22px;
	padding-bottom: 25px;
}
.column-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}
.column-subtitle {
	color: rgba(19,87,189,.8);
	font-size: 14px;
	line-height: 22px;
}
.column-link {
	display: block;
	padding: 16px 32px;
}
.column-link:hover {
	text-decoration: none;
}
.column-link-hd {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #000;
}
.column-link:hover .column-link-title {
	color: #0052d9;
}
.column-link-title {
	font-weight: 500;
	font-size: 18px;
	color: inherit;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.column-link-desc {
	margin-bottom: 8px;
	font-size: 14px;
	color: #3d485d;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.column-link-tags {

}
.column-link-tag {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 26px;
	color: #41464f;
	border: 1px solid #dde2e9;
	border-radius: 4px;
	margin-right: 8px;
}
.column-link-marks {
	margin-left: 8px;
	white-space: nowrap;
}
.column-link-bubble {
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
}
.column-link-bubble:last-child {
	margin-right: 0;
}
.column-link-bubble-inner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 8px;
	height: 22px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: #f64041;
	border-radius: 2px;
	border-bottom-left-radius: 0;
}
.column-link-bubble-inner:after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	border-color: transparent #f64041 #f64041 transparent;
	border-style: solid;
	border-width: 2px 3px;
}

.product-recommend {
	background-color: #f3f5f8;
	background-image: url("../images/w45wr.webp"),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
	background-size: 340px auto,auto;
	background-position: 100% 0;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
	border-radius: 8px;
	padding: 18px;
	box-sizing: border-box;
	height: 150px;
	position: relative;
	margin-bottom: 2.2rem;
}
.product-recommend:last-child {
	margin-bottom: 0;
}
.product-recommend-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.product-recommend-hd {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #000;
}
.product-recommend-title {
	font-weight: 500;
	font-size: 20px;
	color: inherit;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.product-recommend:hover .product-recommend-title {
	color: #0052d9;
}
.product-recommend-desc {
	font-size: 14px;
	color: #3d485d;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-recommend-btns {
	margin-top: 16px;
	display: flex;
	position: relative;
	z-index: 2;
}
.product-recommend-btns .btn:first-child {
	margin-left: 0;
	position: relative;
}
.product-recommend-btns .btn {
	flex: 1;
	margin-left: 12px;
	min-width: 0;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
}
.product-detail-lists {
	display: grid;
	grid-gap: 2.5rem;
	grid-template-columns: repeat(3, auto);
}
.clientarea-body .product-detail-lists {
	grid-gap: 2rem;
}
.product-detail-lists .column-link {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.page-product-aside {
	padding-right: 0;
}
.page-product-body-aside {
	height: 483px;
	padding: 28px 32px;
	background-color: #077cff;
	background-image: url("../images/bg-product-aside.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
}
.page-product-body-title {
	line-height: 32px;
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 16px;
}
.page-product-body-data {
	color: #FFF;
	margin: 0 0;
	padding: 0;
	list-style: none;
}
.page-product-body-data li {
	line-height: 24px;
	font-size: 14px;
}
.page-product-body-data li + li {
	margin-top: 16px;
}
.page-product-body-foot {
	margin-top: 46px;
}
.page-product-body-foot .btn {
	width: 100px;
}
.page-product-list [class*=col-] {
	padding: 0;
	border-right: 1px solid #E5E8ED;
	border-bottom: 1px solid #E5E8ED;
}
.page-product-list [class*=col-]:nth-child(2n) {
	padding-right: 15px;
	border-right: none;
}
.page-product-list [class*=col-]:nth-child(5n),
.page-product-list [class*=col-]:nth-child(6n) {
	border-bottom: none;
}
.page-product-card {
	padding: 25px;
	display: block;
}
.page-product-card:hover {
	color: inherit;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgb(0 110 255 / 12%);
}
.page-product-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .5rem;
}
.page-product-card-title {
	color: #333;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.page-product-card-price {
	color: #ff7900;
	font-weight: 500;
	font-size: 16px;
}
.page-product-card-desc {
	color: #999;
}
.page-product-card-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.page-product-card-body ul li {
	flex: 1;
	color: #000;
}
.page-product-card-body ul li span {
	display: block;
	color: #999;
	line-height: 24px;
	font-size: 12px;
}
.products-list-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-list-header button {
	border: 0 none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 18px;
}
.left-tools,
.right-tools {
	display: flex;
	align-items: center;
}
.changeViews {
	margin-left: 1.5rem;
}
.changeViews {
	display: flex;
	overflow: hidden;
	border-radius: .25rem;
}
.grid-list {
	width: auto !important;
}
.grid-list {
	padding: 6px 12px 6px 8px;
	margin: 0;
	display: flex;
	outline: none;
	position: relative;
	cursor: pointer;
	-webkit-appearence: none;
	-webkit-tap-highlight-color: transparent;
	transform: scale(var(--scale, 1)) translateZ(0);
	transition: transform 0.15s, background 0.4s;
}
.grid-list.without-text {
	--background: #275EFE;
	--background-hover: #1548DB;
	--icon-color: #FFFFFF;
	padding: 6px;
}
.grid-list .icon {
	width: 24px;
	height: 24px;
	position: relative;
}
.grid-list .icon i {
	position: absolute;
	left: var(--left, 4px);
	top: var(--top, 4px);
	display: block;
	border-radius: 2px;
	width: var(--width, 7px);
	height: var(--height, 7px);
	background: #2B3044;
	-webkit-animation: var(--name, var(--dots-name, none)) var(--duration, var(--dots-duration, 0.5s)) var(--easing, var(--dots-easing, linear)) forwards var(--delay, var(--dots-delay, 0s));
	animation: var(--name, var(--dots-name, none)) var(--duration, var(--dots-duration, 0.5s)) var(--easing, var(--dots-easing, linear)) forwards var(--delay, var(--dots-delay, 0s));
}
.grid-list .icon .dots i:nth-child(1) {
	--x-middle: -8px;
	--y-middle: 10px;
	--x-end: -2px;
	--y-end: 12px;
	--x-back: 10px;
	--y-back: 7px;
	--x-back-end: 9px;
	--y-back-end: 0;
}
.grid-list .icon .dots i:nth-child(2) {
	--left: 13px;
	--x-middle: -12px;
	--y-middle: 5px;
	--x-end: -11px;
	--y-end: 7px;
	--x-back: -3px;
	--y-back: 1px;
	--x-back-end: -9px;
	--y-back-end: 0;
}
.grid-list .icon .dots i:nth-child(3) {
	--top: 13px;
	--x-middle: 4px;
	--y-middle: -5px;
	--x-end: -2px;
	--y-end: -7px;
	--x-back: -5px;
	--y-back: 0px;
	--x-back-end: 9px;
	--y-back-end: 0;
}
.grid-list .icon .dots i:nth-child(4) {
	--left: 13px;
	--top: 13px;
	--x-middle: 0;
	--y-middle: -10px;
	--x-end: -11px;
	--y-end: -12px;
	--x-back: -14px;
	--y-back: -8px;
	--x-back-end: -9px;
	--y-back-end: 0;
}
.grid-list .icon .lines {
	--name: var(--lines-name, none);
	--duration: var(--lines-duration, .15s);
	--easing: var(--lines-easing, linear);
	--delay: var(--lines-delay, 0s);
}
.grid-list .icon .lines i {
	--left: 9px;
	--top: 3px;
	--height: 2px;
	--width: 11px;
	transform: translateY(20%) translateZ(0) scaleX(0);
}
.grid-list .icon .lines i:nth-child(2) {
	--top: 8px;
}
.grid-list .icon .lines i:nth-child(3) {
	--top: 13px;
}
.grid-list .icon .lines i:nth-child(4) {
	--top: 18px;
}
.grid-list .text {
	margin-left: 4px;
	position: relative;
	line-height: 24px;
	font-weight: 600;
	font-size: 14px;
	min-width: 28px;
	color: var(--color);
}
.grid-list .text span {
	display: block;
	transform: translateY(var(--y-default)) translateZ(0);
	-webkit-animation: var(--span-name, none) 0.4s ease forwards;
			animation: var(--span-name, none) 0.4s ease forwards;
}
.grid-list.animation {
	--span-name: text;
	--dots-name: back;
	--lines-name: scale-down;
}
.grid-list.animation .lines i {
	transform-origin: 0 50%;
}
.grid-list.animation .lines i:nth-child(3), .grid-list.animation .lines i:nth-child(4) {
	transform-origin: 100% 50%;
}
.grid-list.animation.active {
	--span-name: text-active;
	--dots-name: move;
	--lines-name: scale;
	--lines-duration: .15s;
	--lines-delay: .3s;
}
.grid-list.animation.active .lines i {
	transform-origin: 100% 50%;
}
.grid-list.animation.active .lines i:nth-child(3),
.grid-list.animation.active .lines i:nth-child(4) {
	transform-origin: 0 50%;
}

@-webkit-keyframes text {
  0% {
	opacity: var(--o-active);
	transform: translateY(var(--y-active)) translateZ(0);
  }
  100% {
	opacity: var(--o-default);
	transform: translateY(var(--y-default)) translateZ(0);
  }
}

@keyframes text {
  0% {
	opacity: var(--o-active);
	transform: translateY(var(--y-active)) translateZ(0);
  }
  100% {
	opacity: var(--o-default);
	transform: translateY(var(--y-default)) translateZ(0);
  }
}
@-webkit-keyframes text-active {
  0% {
	opacity: var(--o-default);
	transform: translateY(var(--y-default)) translateZ(0);
  }
  100% {
	opacity: var(--o-active);
	transform: translateY(var(--y-active)) translateZ(0);
  }
}
@keyframes text-active {
  0% {
	opacity: var(--o-default);
	transform: translateY(var(--y-default)) translateZ(0);
  }
  100% {
	opacity: var(--o-active);
	transform: translateY(var(--y-active)) translateZ(0);
  }
}
@-webkit-keyframes move {
  50% {
	transform: translate(var(--x-middle, 0), var(--y-middle, 0)) scale(0.4);
  }
  100% {
	transform: translate(var(--x-end, 0), var(--y-end, 0)) scale(0.4);
  }
}
@keyframes move {
  50% {
	transform: translate(var(--x-middle, 0), var(--y-middle, 0)) scale(0.4);
  }
  100% {
	transform: translate(var(--x-end, 0), var(--y-end, 0)) scale(0.4);
  }
}
@-webkit-keyframes back {
  0%, 15% {
	transform: translate(var(--x-end, 0), var(--y-end, 0)) scale(0.4);
  }
  50% {
	transform: translate(var(--x-back, 0), var(--y-back, 0)) scale(0.5);
  }
  100% {
	transform: translate(var(--x-back-end, 0), var(--y-back-end, 0)) scale(1);
  }
}
@keyframes back {
  0%, 15% {
	transform: translate(var(--x-end, 0), var(--y-end, 0)) scale(0.4);
  }
  50% {
	transform: translate(var(--x-back, 0), var(--y-back, 0)) scale(0.5);
  }
  100% {
	transform: translate(var(--x-back-end, 0), var(--y-back-end, 0)) scale(1);
  }
}
@-webkit-keyframes scale {
  100% {
	transform: translateY(20%) translateZ(0) scaleX(1);
  }
}
@keyframes scale {
  100% {
	transform: translateY(20%) translateZ(0) scaleX(1);
  }
}
@-webkit-keyframes scale-down {
  0% {
	transform: translateY(20%) translateZ(0) scaleX(1);
  }
  100% {
	transform: translateY(20%) translateZ(0) scaleX(0);
  }
}
@keyframes scale-down {
  0% {
	transform: translateY(20%) translateZ(0) scaleX(1);
  }
  100% {
	transform: translateY(20%) translateZ(0) scaleX(0);
  }
}

.main-solution {
	background-size: cover;
	background-image: url("../images/9r9c9.png");
}
.main-solution-body .main-solution-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 180px;
	padding: 0 16px 0 26px;
	position: relative;
	margin-bottom: 3rem;
	border-radius: .5rem;
	background-color: #fbfcfd;
	transition: all .3s ease-in-out;
	box-shadow: 0 12px 18px 2px rgb(204 204 204 / 17%);
}
.main-solution-body .main-solution-item:hover {
	background-color: #fff;
	transform: translateY(-20px);
}
.main-solution-body .main-solution-item img {
	width: 110px;
}
.main-solution-body .main-solution-item h4 {
	margin-bottom: 16px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
}
.main-solution-body .main-solution-item p {
	line-height: 22px;
	color: #848b99;
	margin-bottom: 0;
}
.main-services-item {
	padding: 50px 28px;
	height: 400px;
	overflow: hidden;
	border-radius: .8rem;
	box-sizing: border-box;
	background-size: 110%;
	transition: all .3s ease-in-out;
	background-position: bottom;
	background-color: #e5eaf6;
}
.main-services-item:hover {
	transform: translateY(-20px);
}
.main-services-item-1 {
	background-image: url("../images/simple_bg.png");
}
.main-services-item-1:hover {
	background-image: url("../images/simple_hover_bg.png");
}
.main-services-item-2 {
	background-image: url("../images/data_bg.png");
}
.main-services-item-2:hover {
	background-image: url("../images/data_hover_bg.png");
}
.main-services-item-3 {
	background-image: url("../images/intelligence_bg.png");
}
.main-services-item-3:hover {
	background-image: url("../images/intelligence_hover_bg.png");
}
.main-services-item-4 {
	background-image: url("../images/export_bg.png");
}
.main-services-item-4:hover {
	background-image: url("../images/export_hover_bg.png");
}

/* main-intelligent */
.main-intelligent {
	background-color: #2c73f2;
	overflow: hidden;
	position: relative;
	height: 234px;
}
.main-intelligent:after,
.main-intelligent:before {
	display: block;
	content: "";
	width: 0;
	position: absolute;
	bottom: -1px;
	z-index: 2;
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 0 0 1.6vw 50vw;
}
.main-intelligent:before {
	right: 50%;
	transform: scaleX(-1);
	filter: FlipH;
}
.main-intelligent:after {
	left: 50%;
}
.main-intelligent-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-intelligent-video video {
	position: relative;
	margin: auto;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.main-intelligent-content {
	text-align: center;
	position: relative;
}
.main-intelligent-content h2 {
	font-family: PingFangSC-Semibold;
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 24px;
}
.main-intelligent-content p {
	font-size: 20px;
	font-family: PingFangSC-Regular;
	text-align: center;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 24px;
}
/* maps */
.intl-map {
	position: relative;
}
.intl-map-object {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 92.2882%;
	box-sizing: border-box;
	z-index: 2;
}
.intl-map-bg-pc {
	position: relative;
	padding-top: 48.944%;
	width: 100%;
	height: 0;
	font-size: 0;
	box-sizing: border-box;
}
.intl-map-bg-pc img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.intl-map-bg-mb {
	display: none;
}
.intl-map-dot-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.intl-map-dot-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box
}
.intl-map-dot {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	cursor: pointer
}
.intl-map-dot::after {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	visibility: hidden;
	opacity: 0
}
.intl-map-dot-layer,
.intl-map-dot::after {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.intl-map-dot-group.anim .intl-map-dot-layer {
	animation: fadeIn .3s ease-out forwards
}
.intl-map-dot.active .intl-map-dot-layer,
.intl-map-dot:hover .intl-map-dot-layer {
	opacity: 0;
	visibility: hidden
}
.intl-map-dot.active::after,
.intl-map-dot:hover::after {
	opacity: 1;
	visibility: visible;
	animation: fadeInLarger .5s ease-out forwards
}

@keyframes fadeIn2 {
	0% {
		opacity: 0;
		width: 6px;
		height: 6px
	}
	100% {
		opacity: 1;
		width: 22px;
		height: 22px
	}
}
@keyframes fadeInLarger {
	0% {
		width: 22px;
		height: 22px
	}
	100% {
		width: 36px;
		height: 36px
	}
}
.intl-map-dot.style-1 {
	background: #006EFF
}
.intl-map-dot.style-1 .intl-map-dot-layer,
.intl-map-dot.style-1::after {
	background: rgba(0, 110, 255, .1);
	border-color: rgba(0, 110, 255, .2)
}
.intl-map-dot.style-2 {
	background: #FF7800
}
.intl-map-dot.style-2 .intl-map-dot-layer,
.intl-map-dot.style-2::after {
	background: rgba(255, 120, 0, .1);
	border-color: rgba(255, 120, 0, .2)
}
.intl-map-dot-tit {
	position: absolute;
	top: 50%;
	line-height: 1;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	transform: translateY(-50%);
}
.intl-map-dot-tit.pos-left {
	margin-right: 4px;
	right: 100%
}
.intl-map-dot-tit.pos-right {
	margin-left: 4px;
	left: 100%
}
.intl-map-bubble {
	position: absolute;
	z-index: 6;
	left: 50%;
	bottom: 100%;
	margin-left: -100px;
	margin-bottom: 12px;
	width: 200px;
	text-align: center;
	transition: .3s all ease-out;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	cursor: default;
	pointer-events: none;
	box-sizing: border-box
}
.intl-map-bubble-inner {
	position: static !important;
	left: 50%;
	top: 50%;
	min-width: 196px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #006EFF;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .12);
	box-sizing: border-box
}
.intl-map-bubble-tit {
	line-height: 24px;
	font-size: 14px;
	color: #006EFF;
	background: #EBF4FF;
	border-radius: 4px 4px 0 0;
	padding: 8px 16px;
	font-weight: 500
}
.intl-map-bubble-detail {
	margin-top: 4px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	padding: 8px 16px
}
.intl-map-bubble-detail-item {
	margin-bottom: 4px
}
.intl-map-bubble-detail-item::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.intl-map-bubble-detail-tip {
	float: right;
	margin-left: 16px
}
.intl-map-bubble-detail-main {
	overflow: hidden
}
.intl-map-bubble-inner::after,
.intl-map-bubble-inner:before {
	content: "";
	position: absolute;
	top: 100%;
	left: inherit;
	right: inherit;
	margin-top: -1px;
	margin-left: -8px;
	width: 0;
	height: 0;
	font-size: 0;
	border: 8px dashed transparent;
	border-top-style: solid;
	box-sizing: border-box
}
.intl-map-bubble-inner::before {
	border-top-color: #006EFF
}
.intl-map-bubble-inner::after {
	margin-top: -2px;
	border-top-color: #fff
}
.intl-map-dot.activ,
.intl-map-dot:hover {
	z-index: 3
}
.intl-map-dot.active .intl-map-bubble,
.intl-map-dot:hover .intl-map-bubble {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.intl-map-main {
	position: absolute;
	left: 0;
	bottom: 20px
}
.intl-map-data-item + .intl-map-data-item {
	margin-top: 20px
}
.intl-map-data-tit {
	line-height: 32px;
	font-size: 32px;
	color: #000;
	font-weight: 700
}
.intl-map-data-desc {
	margin-top: 4px;
	line-height: 20px;
	font-size: 14px;
	color: #000
}
.intl-map-explain {
	margin-top: 40px
}
.intl-map-explain-item + .intl-map-explain-item {
	margin-top: 12px
}
.intl-map-explain-item {
	position: relative;
	padding-left: 32px
}
.intl-map-explain-item .intl-map-dot {
	position: absolute;
	top: 9px;
	left: 9px
}
.intl-map-explain-item .intl-map-dot-layer {
	width: 24px;
	height: 24px
}
.intl-map-explain-text {
	line-height: 24px;
	font-size: 14px;
	color: #000
}
.intl-map-annotations2 {
	display: none
}
.intl-map-annotations {
	margin-top: 40px
}
.intl-map-annotations-text {
	max-width: 266px;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 18px
}
body.login header#header,
body.clientregister header#header {
	background-color: transparent !important;
}
.login-container {
	width: 100%;
	padding: 60px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100vh;

	background-image: url("../images/z0cryz.jpg");
	background-color: #eaebef;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 100%;

	min-height: 100vh;
}
.login-wrapper {
	display: flex;
}
.login-bg {
	width: 600px;
	padding: 4rem;
	order: 2;
	display: flex;
	align-items: center;
}
.login-body {
	flex: 1;
	order: 1;
	width: 460px;
	max-width: 460px;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
.login-btm {
	display: flex;
	align-items: center;
	padding: 1rem 0 0;
	border-top: 1px dashed #EEE;
}
.login-btm .login-split {
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
	width: 1px;
	height: 10px;
	background-color: rgba(0,0,0,.4);
}
.login-loading {
	position: relative;
	overflow: hidden;
}
.login-loading:before {
	background-color: rgba(255,255,255,.6);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .1s linear;
	width: 100%;
	z-index: 1;
}
.arco-spin-icon {
	color: var(--primary);
	font-size: 20px;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate(-50%,-50%);
}
.arco-icon-loading {
	display: inline-block;
	color: inherit;
	font-style: normal;
	width: 1em;
	height: 1em;
	vertical-align: -2px;
	animation: arco-loading-circle 1s linear infinite;
}
@keyframes arco-loading-circle {
	to {
		transform:rotate(1turn)
	}
}
.login-body .form-control {
	height: 42px;
}
.login-body .agreement {
	font-size: 12px;
	color: #7f8792;
}
.login-body .agreement a {
	color: #000;
	margin: 0 2px;
}

.login-body .login-or {
	position: relative;
    margin-bottom: 4px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.login-body .login-or:after,
.login-body .login-or:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44%;
    height: 1px;
    background-color: #e8eaec;
    content: "";
    transform: translateY(-50%);
}
.login-body .login-or:before {
	left: 0;
}
.login-body .social-login .btn:hover {
	color: #007bff;
    border-color: #007bff;
    background-color: transparent;
}

/* Sidebar */
.sidebar-sticky {
	height: 100%;
	padding-top: 1.5rem;
	background-color: #1e222d;
}
.sidebar-sticky .nav-title {
	padding: 18px 0 5px 20px;
	color: #7c878e;
	font-size: 12px;
}
.sidebar-sticky .nav-link {
	color: #c1c6c8;
	padding: 9px 0 9px 20px;
	display: flex;
	align-items: center;
}
.sidebar-sticky .nav-link i {
	color: #7c878e;
	margin-right: 8px;
	font-size: 20px;
	text-align: center;
}
.sidebar-sticky .nav-link span:first-child {
	flex: 1;
}
.sidebar-sticky .nav-link:hover {
	background-color: #262f3e;
}
.sidebar-sticky .nav-link.active {
	color: #FFF;
	background-color: var(--primary);
}
.sidebar-sticky .nav-link.active i {
	color: #FFF;
}

.side-white .sidebar-sticky {
	background-color: #f7f8fa;
	border-right: 1px solid #f0f1f3;
}
.side-white .sidebar-sticky .nav-link {
	color: #020814;
}
.side-white .sidebar-sticky .nav-link:not(.active):hover {
	background-color: #f0f1f3;
}
.side-white .sidebar-sticky .nav-link.active {
	color: #FFF;
}

/* WHMCS ClientArea */
.page-container {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
}
.page-body {
	transition: all cubic-bezier(.4,0,.2,1) .2s;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	min-width: auto;
	display: flex;
	flex: 1 1;
	flex-direction: column;
}
.page-body .card {
	border-color: #eef0f8;
}
.page-body .card-header {
	background-color: transparent;
	border-color: #f2f3f9;
}
.page-body .card-title {
	color: #020814;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 28px;
}
.page-side {
	display: flex;
	flex-direction: column;
	width: 200px;
	height: 100%;
	vertical-align: top;
}
/* .clientareahome .page-side {
	transform: translateX(-200px);
}
.clientareahome .page-body {
	left: 0;
} */

/* Subtop */
.subtop {
	padding: 70px 0;
	background-color: #1971ff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* background-image: url("../images/k97nc.png"); */
	background-image: url("../images/3bate.png");
}
.subtop .subtop-info {
	color: #FFF;
	font-size: 16px;
}
.subtop .subtop-title {
	color: #FFF;
	font-size: 40px;
	line-height: 60px;
}
.subtop .subtop-title small {
	font-size: 20px;
	margin-left: 1rem;
}
.subtop.ec {
	height: 300px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: 50%;
	background-image: url("../images/0gp2v.jpg");
	background-color: #edeff8;
}
.subtop.ec .subtop-info {
	color: unset;
}
.subtop.ec .subtop-title {
	color: unset;
}
.subtop.ec .subtop-info p {
	color: rgba(34,34,34, .7);
}
/* ACT */
.pages-actindex {
	background-color: #FFF;
}
.act-hd {
	margin-bottom: 4rem;
}
.act-title {
	font-size: 28px;
	color: #16181A;
	line-height: 48px;
	font-weight: 500;
}
.act-tit-dazzing {
	color: #0052D9;
	position: relative;
	display: inline-block;
}
.act-tit-routine::before {
	content: "·";
}
.act-desc {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}
.actindex-hd {
	margin-top: -70px;
}
.act-selllist-item {
	height: 180px;
	border: 1px solid #E5E8ED;
	box-shadow: 0 2px 4px 0 rgb(178 178 178 / 20%);
	box-sizing: border-box;
	padding: 16px 20px;
	position: relative;
	margin-bottom: 2rem;
	background-color: #FFF;
	cursor: pointer;
}
.act-selllist-item:hover {
	padding-top: 15px;
	transform: translate(0,-1px);
	border: 1px solid #0052D9;
}
.act-selllist-item-first {
	color: #FFF;
	padding: 2rem 20px;
	background-size: cover;
	background-image: url("../images/k97nc.png");
}
.act-selllist-item-first:hover {
	padding-top: 2rem;
}
.act-selllist-item-first .act-selllist-tit {
	color: #FFF;
	border-bottom: 0 none;
}
.act-selllist-item-first .act-selllist-subtit {
	color: rgba(255,255,255,.8);
}
.act-selllist-link {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: auto;
}
.act-selllist-tit-tag {
	margin-left: -46px;
	display: inline-block;
	padding-left: 8px;
	width: 38px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	background-image: url("../images/hot.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 18px;
}
.act-selllist-tit-tag-con {
	background-color: #FF6000;
	height: 18px;
	line-height: 18px;
	width: 100%;
	display: none;
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.act-selllist-icon {
	position: absolute;
	width: 158px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/5wjtu.png");
}
.act-selllist-con {
	height: 100%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-bottom: 56px;
	pointer-events: none;
}
.act-selllist-tit {
	white-space: nowrap;
	white-space: nowrap;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #EAEDF4;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	transition: color .2s linear;
}
.act-selllist-tit-txt {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	padding-right: 46px;
}
.act-selllist-subtit {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.act-selllist-code {
	position: absolute;
	left: 0;
	bottom: 0;
}
.act-selllist-promocode {
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.act-selllist-promocode .act-selllist-warm-txt {
	font-size: 14px;
}
.act-selllist-price {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
}
.act-selllist-warm-txt {
	color: #FF6000;
}
/* WHMCS */
section#main-body {
	overflow: auto;
	height: calc(100vh - 70px) !important;
	padding: 0;
	margin-top: 70px;
	width: 100%;
	height: 100%;
}
.main-content {
	margin-bottom: 0;
}
.main-content .card {
	margin-bottom: 1.5rem;
}
.main-content h3.card-title  {
    font-size: 1.25rem;
    font-weight: 400;
}
.main-content .form-check {
	padding-left: 0;
}
.bootstrap-switch.bootstrap-switch-small,
.bootstrap-switch.bootstrap-switch-mini {
	min-width: 55px;
	line-height: auto;
}
.marketing-email-optin {
	padding: 20px;
	margin: 0 0 20px 0;
    background-color: #f8f8f8;
    border-radius: 3px;
}
#registration .checkbox {
	margin-top: 0;
	margin-bottom: 20px;
}
.checkbox label, .radio label {
	padding-left: 0;
}


/* clientarea-home */
.main-container {
	padding: 1.5rem 1rem;
	height: calc(100% - 48px);
	overflow-y: auto;
}
.clientarea-home .card {
	margin-bottom: 24px;
	border: 0px solid #f1f2f3;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.clientarea-home .card .card-header {
	border-bottom: 0 none;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #020814;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 20px;
}
.clientarea-home .card .card-header .btn:hover {
	color: #FFF;
}
.clientarea-home .card .card-title {
	color: #020814;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clientarea-home .card .card-body {
    padding: 1.5rem;
    position: relative;
    max-height: inherit;
}
.clientarea-home .card .card-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clientarea-home .card .card-body ul li.list-group-item {
	padding: 10px 0;
	border: 0 none;
    border-bottom: 1px solid #f1f2f3;
}
.clientarea-home .card .card-body ul li.list-group-item:last-child {
	border-bottom: 0 none;
}
.clientarea-home .card .card-body li.list-group-item .cell-metas {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clientarea-home .card .card-body li.list-group-item .date {
	color: #AAA;
}
.clientarea-home .card .card-body li h5 {
	color: #333;
	font-size: 1rem;
	margin-bottom: 0;
}
.clientarea-home .card .card-body li a {
	display: flex;
	justify-content: space-between;
}
.clientarea-home .card .card-body a,
.clientarea-home .card .card-body a:hover {
	text-decoration: none;
}
.clientarea-home .card-item {
	display: flex;
	align-items: center;
	margin: .5rem 0 .75rem;
}
.clientarea-home .card-item .card-item-icon {
	height: 48px;
	width: 48px;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f6fc;
	color: var(--primary);
	font-size: 24px;
	line-height: 1;
	border-radius: 4px;
}
.clientarea-home .card-item .card-item-title {
	color: #444;
	margin-bottom: 4px;
}
.clientarea-home .card-item:hover .card-item-title {
	color: #076dff;
}
.clientarea-home .card-item .card-item-info {
	font-size: 12px;
	color: #888;
	display: flex;
	align-items: flex-start;
	word-break: break-word;
}
.home-billing-recent {
	display: flex;
}
.consumption-infos {
	flex: 0 0 28.57143%;
	min-width: 200px;
	width: 28.57143%;
	display: flex;
	flex-direction: column;
}
.consumption-info {
	background-color: #f6f8fa;
	border-radius: 8px;
	box-sizing: border-box;
	display: block;
	height: 88px;
	margin-top: 16px;
	padding: 16px 20px;
}
.consumption-info:first-child {
	margin-top: 0;
	height: auto;
	background-color: rgba(209,227,255,.45);
	border: 1px solid rgba(162,193,255,.1);
}
.consumption-chart {
	margin-left: 24px;
	flex: 0 0 71.42857%;
	max-width: calc(100% - 200px);
	width: 71.42857%;
}
.consumption-info {
	color: #888;
}
.current-month-label {
	color: #80838a;
	font-size: 12px;
	font-weight: 500;
	height: 20px;
	margin-bottom: 4px;
}
.current-month-number {
	font-size: 24px;
	color: #020814;
	font-family: TCloudNumber;
}
.last-month-number {
	margin-top: 10px;
	font-size: 14px;
}
ul.reward-primary {
	display: flex;
}
ul.reward-primary > li {
	flex: 1;
	border-right: 1px solid #ebebeb;
	text-align: center;
}
ul.reward-primary > li:last-child {
	border-right: 0;
}
ul.reward-primary > li .money {
	color: #333;
	font-size: 22px;
	font-family: TCloudNumber;
}
ul.reward-primary > li .symbol {
	font-size: 14px;
}
ul.reward-primary > li .money-label {
	font-size: 12px;
	color: rgba(85,85,85,.5);
}
ul.reward-secondary {
	margin-top: 20px;
}
ul.reward-secondary>li {
	display: flex;
	position: relative;
	line-height: 24px;
	font-size: 12px;
}
ul.reward-secondary>li .money-label {
	color: #333;
	flex: 1;
	color: #888;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-aff .links {
	margin-top: 16px;
	text-align: center;
}
.item-aff .inner {
	font-size: 12px;
	margin-top: 16px;
	padding: 12px 16px;
	color: #555;
	border-radius: 4px;
	background-color: #ebf4fb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-aff .share-links {
	border: 1px solid var(--primary);
	border-radius: 4px;
	padding: 0.125rem 0.5rem;
}
.no-data {
	min-height: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.no-data .icon-holder {
	background-image: url("../images/icon-no-openorder.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
}
.avatar {
	border-radius: 50%;
	overflow: hidden;
}
.avatar-sm {
	width: 24px;
	height: 24px;
}
.avatar-md {
	width: 48px;
	height: 48px;
}
.avatar-lg {
	width: 64px;
	height: 64px;
}
.avatar img {
	max-width: 100%;
}
.card-body-info {
	display: flex;
	align-items: center;
	background-image: url("../fonts/avatar-bg.svg");
	background-position: 110px 14px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 1.5rem;
}
.funds-item-info {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.funds-item-labels {

}
.funds-item-label {
	color: #4e5969;
	padding: 1px 8px;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #dde2e9, 0 2px 1px rgba(0,0,0,.08);
	border: 0 none;
	background-color: #f6f8fa;
	margin-right: 8px;
}
.funds-item-text {

}
.funds-item-top {
	display: flex;
	align-items: center;
}
.funds-item-top small {
	margin-left: 1rem;
}
.funds-item-other {
	display: flex;
	margin: 0 -20px;
}
.funds-item {
	flex: 1;
	padding: 0px 20px;
	cursor: pointer;
	text-decoration: none;
}
.funds-item:last-child {
	margin-right: 0;
}
.funds-item:hover {
	text-decoration: none;
}
.funds-item-header {
	font-size: 13px;
	color: #888;
	line-height: 1.5;
}
.funds-item .funds-num {
	color: #000;
	font-size: 20px;
	font-family: TCloudNumber;
}
.funds-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.funds-header h5 {
	font-size: 12px;
}

/*
* Main-top
*/
.main-top {
	background-color: #FFF;
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 1.25rem 1.5rem;
}
.main-top > div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-top h1 {
	color: #2a2e36;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0;
}
.main-top h1 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
	margin-left: 10px;
	font-size: 1rem;
}
.main-top .breadcrumb {
	color: #4d5460;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.main-top .breadcrumb a {
	color: #a6abaf;
}

/* INVOICE */
@media (min-width: 992px) and (max-width: 1199px) {
    .invoice-container > div:last-child:not(.col-md-3) {
        width: 242px!important;
    }
}
.status-label {
    float: right;
    font-weight: 500;
    background-color: rgba(255, 255, 255, .1);
}
.invoice-logo img {
    max-width: 280px;
}
.invoice-top ul > li {
    position: relative;
    margin: 0 0 8px 0;
    text-align: right;
}
.invoice-top ul .list-label {
    display: inline-block;
    padding: 0 15px 0 0;
    color: #a1a6b2;
}
.invoice-status {
    color: #fff;
}
.invoice-status .status-id {
    padding-left: 44px!important;
}
.invoice-status.status-md .status-id {
    padding-right: 30px;
    text-align: right;
}
.invoice-status.status-md .status-label {
    font-weight: 700;
}
.panel-invoice .list-address,
.panel-invoice address {
    font-size: 13px;
}
.invoice-info h5 {
	font-size: 14px;
	font-weight: bold;
}
.form-actions table,
.form-actions table > tbody,
.form-actions table > tbody > tr,
.form-actions table > tbody > tr > td,
.form-actions table > tbody > tr > td > form {
    display: block;
    width: 100%;
}
.form-actions table > tbody > tr > td:first-child {
    margin-bottom: 8px;
}
.invoice-table .table>tbody>tr>td,
.invoice-table .table>tbody>tr>th,
.invoice-table .table>thead>tr>td,
.invoice-table .table>thead>tr>th,
.invoice-table .table>tfoot>tr>td,
.invoice-table .table>tfoot>tr>th {
    padding-left: 0;
}
.invoice-table .table>tfoot>tr:last-child>td {
    border-bottom: 0 none;
}
.table .table-summary > tr > td:first-child {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
}
@media (min-width: 768px) {
    .panel-invoice .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .panel-invoice [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .panel-invoice .table > tbody > tr > td,
    .panel-invoice .table > thead > tr > th,
    .panel-invoice .table > tfoot > tr > td {
        padding: 10px 25px;
    }
    .panel-invoice .table > tbody > tr > td:first-child,
    .panel-invoice .table > thead > tr > th:first-child,
    .panel-invoice .table > tfoot > tr > td:first-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-left: 0;
    }
    .panel-invoice .table > tbody > tr > td:last-child,
    .panel-invoice .table > thead > tr > th:last-child,
    .panel-invoice .table > tfoot > tr > td:last-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-right: 0;
    }
    .status-label {
        padding: 0 20px;
    }
    .invoice-top,
    .invoice-status {
        margin-bottom: 40px;
    }
    .invoice-info {
        margin-bottom: 20px;
    }
    .invoice-status.status-lg {
        height: 80px;
        font-size: 32px;
        font-weight: 100;
        line-height: 80px;
    }
    .invoice-status.status-md {
        height: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }
    .invoice-taxitem {
        margin: -30px 0 40px;
    }
}
@media (max-width: 767px) {
    .invoice-status {
        padding-left: 54px;
        margin: 0 0 20px -40px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
    .invoice-payto,
    .invoice-invoicedto {
        margin-bottom: 20px!important;
    }
    .invoice-top {
        margin-bottom: 32px!important;
    }
    .invoice-taxitem {
        margin: -10px 0 20px;
    }
    .invoice-status.status-lg {
        height: 50px;
        font-size: 24px;
        font-weight: 100;
        line-height: 50px;
    }
    .invoice-status.status-md {
        height: 32px;
        font-size: 14px;
        font-weight: 100;
        line-height: 32px;
    }
    .panel-invoice h4 {
        margin-bottom: 10px;
    }
    .invoice-table .table > tbody > tr,
    .invoice-table .table > thead > tr th {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .invoice-table .table > tbody > tr .amount-col {
        line-height: 32px;
    }
    .table-summary tr {
        width: 100%;
        padding: 10px 0;
    }
    .table-summary tr:after {
        display: block;
        content: "";
        clear: both;
    }
    .table-summary tr td {
        float: left;
        width: 50%;
        padding: 0 10px !important;
    }
}
@media (max-width: 579px) {
    .panel-invoice .panel-body {
        padding: 24px;
    }
    .invoice-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .invoice-logo img {
        max-width: 200px;
    }
    .invoice-top ul > li {
        float: left;
        width: 50%;
        margin: 0;
        text-align: left;
    }
    .invoice-top ul > li .list-label {
        display: block;
    }
    .invoice-status {
        padding-left: 20px;
        margin: 0 0 20px -24px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
	.main-top {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
}
/* Product List */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0003;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	transition: opacity .15s cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	visibility: hidden;
	backdrop-filter: blur(6px)
}
.overlay.open {
	opacity: 1;
	visibility: visible;
}
.search-body {
	background: white;
	border-radius: 8px;
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
	width: 80%;
	max-width: 600px;
	z-index: 100;
	display: flex;
	flex-flow: column;
	min-height: 63px;
	position: relative;
	overflow: hidden;
}
.search-box {
	display: flex;
	align-items: center;
	position: sticky;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / .05);
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #FFF;
}
.search-box .icon-search {
	width: 2rem;
	height: 2rem;
	position: absolute;
	color: #64748b;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath vector-effect='non-scaling-stroke' d='m19 19-3.5-3.5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle vector-effect='non-scaling-stroke' cx='11' cy='11' r='6' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	left: 13px;
	top: 18px;
	background-size: cover;
}
.loadings {
	position: absolute;
	right: 20px;
	top: 20px;
}
.search-box input {
	width: 100%;
	padding: 1rem;
	padding-left: 3.5rem;
	border: none;
	outline: none;
	font-size: 16px;
	min-height: 63px;
}
.search-box button {
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
}
.search-results {
	overflow: auto;
	max-height: 400px;
	background-color: #f9fafc;
	border-top: 1px solid #f3f4f6;
}
.search-results .products-row {
	align-items: center;
	justify-content: space-between;
}
.search-results .products-row:hover {
	background-color: #FFF;
}
.search-results .products-cell {
	flex: 1;
	width: 25% !important;
}
.products-lists {
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}
.products-row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e8eaf0;
	transition: background-color .1s linear;
}
.products-row:hover {
	background-color: #eceef2;
}
.products-row.products-head {
	border-bottom: 1px solid #e5e7eb;
	background-color: #f9fafb;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.products-row.products-foot {
	align-items: center;
	justify-content: space-between;
}
.products-row.products-head:hover,
.products-row.products-foot:hover {
	background-color: transparent;
}
.products-row.products-head .products-cell {
	font-weight: 600;
	padding: 1.25rem;
	color: rgba(0,0,0,.5);
}
.products-row.products-foot .products-cell {
	width: 100%;
	padding: 1rem;
	flex-direction: unset;
}
.products-row.products-foot .products-cell:nth-child(2) {
	justify-content: end;
}
.products-row.products-foot .products-cell .page-link {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 24px;
}
.products-row.products-foot .products-cell .page-link.prev {
	border-radius: 2px 0 0 2px;
	padding: 0 .5rem;
}
.products-row.products-foot .products-cell .page-link.next {
	border-radius: 0 2px 2px 0;
	padding: 0 .5rem;
}

.products-row.products-foot .products-cell .dropdown-item {
	line-height: 2.125rem;
}
.products-row.products-foot .products-cell .dropdown-item:hover {
	background-color: var(--bs-dropdown-link-hover-bg);
}
.products-cell {
	font-size: 12px;
	width: 18%;
	padding: 1.15rem 1.125rem;
	color: rgba(0,0,0,.7);
	display: flex;
	position: relative;
}
.ip-div {
	display: flex;
	align-items: center;
}
.ip-div .bi-clipboard {
	display: none;
}
.products-row:hover .ip-div .bi-clipboard {
	display: inline-block;
}
.ip-tag {
	height: 18px;
	min-width: 35px;
	display: block;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #dbdee3;
	border-radius: 2px;
	background-color: #fbfbfc;
	color: #AAA;
	transform: scale(.8);
	margin-right: 2px;
	padding: 0 4px;
	text-transform: uppercase;
}
.products-cell:nth-child(1) {
	flex-direction: column;
}
.products-cell:nth-child(2) {
	width: 100px;
}
.products-cell:nth-child(3) {
	width: 130px;
}
.products-cell:nth-child(4),
.products-cell:nth-child(5) {
	width: 140px;
}
.products-cell.traffic {
	width: 20%;
}
.products-cell.traffic .traffic-flow {
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
	width: 100%;
}
.products-cell.traffic .progress-text {
	color: #6f7277;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.products-cell.traffic .progress {
	height: 6px;
	width: 100%;
	position: relative;
	margin: 0;
	margin-top: 4px;
	border-radius: .25rem;
	box-shadow: none;
	overflow: hidden;
	background-color: #f1f2f5;
}
.products-cell.traffic .progress .progress-bar {
	min-width: 2% !important;
}
.products-cell .fa-os {
	width: 16px;
	height: 16px;
	background-size: 100%;
}
.products-cell .iti-flag {
	margin-top: 2px;
}
.products-grid {
	background-color: transparent;
	box-shadow: none;
	overflow: unset;
}
.products-grid .products-lists-bd {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(3, auto);
}
.products-grid .products-row.products-head {
	display: none;
}
.products-grid .products-row.products-foot {
	background-color: transparent;
	height: 50px;
	box-shadow: none;
	width: 100%;
	display: flex !important;
	border-bottom: 0 none;
}
.products-grid .products-row {
	overflow: hidden;
	background-color: #FFF;
	display: unset;
	position: relative;
	height: 150px;
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(#404040, 0.15);
}
.products-grid .products-cell {
	position: absolute;
	padding: 1rem 1rem;
	width: auto;
}
.products-grid .products-cell .ip-div.PrivateIP {
	display: none;
}
.products-grid .products-cell:nth-child(2) {
	right: 0;
}
.products-grid .products-cell:nth-child(3) {
	bottom: 0;
	left: 0;
}
.products-grid .products-cell:nth-child(4) {
	bottom: 50px;
	left: 0px;
}
.products-grid .products-cell:nth-child(6) {
	bottom: 50px;
	right: 0;
}
.products-grid .products-cell:nth-child(7) {
	bottom: 0;
	right: 0;
	width: 50%;
}
.products-grid .products-cell:nth-child(5),
.products-grid .products-cell:nth-child(8) {
	display: none;
}
.products-grid .products-cell:nth-child(8) > div {
	margin-right: .5rem;
}
.products-grid .products-cell:nth-child(9) {
	display: none;
}
@media (max-width: 800px) {
	.products-grid .products-lists-bd {
		width: 100%;
		grid-template-columns: repeat(1, auto);
	}
	.products-grid .products-row {
		height: 100px;
	}
	.products-row.products-foot .products-cell {
		width: 50%;
		position: unset;
	}
	.products-grid .products-cell:nth-child(4) {
		bottom: 0;
		left: 100px;
	}
	.products-grid .products-cell:nth-child(7) span {
		display: inline-block;
	}
}

/* All Table */
.table-container {
	position: relative;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}
.table-container .listtable {

}
div.dataTables_wrapper div.dataTables_info {
    padding: 1rem !important;
    color: #333;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_filter label {
	padding: 0;
	margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length {
	height: 55px;
}
.dataTables_wrapper .dataTables_length label {
	padding: 0 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
	padding: 10px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
	margin: 7px 10px 0 0;
	background-position: left 10px center;
	background-size: auto 15px;
	padding-left: 40px !important;
}
.dataTables_wrapper table.table-list{
	border: 0;
	border-top: 0 none;
	border-bottom: 1px solid #f0f2f2;
	border-radius: 0;
	margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
	color: #34474d;
    font-weight: 600;
    background-color: #f8f8f9;
    border: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    text-align: left;
    border-radius: 0 !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
	bottom: 15px !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	top: auto !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after {
	content: "\f0dd" !important;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc:before {
	content: "\f0de" !important;
}
.dataTables_wrapper table.table-list thead th:first-child,
.dataTables_wrapper table.table-list tbody td:first-child {
	padding-left: 1.5rem;
}
.dataTables_wrapper table.table-list tbody tr:first-child td {
	border-top: 0 none;
}
.table-list>tbody>tr>td {
    color: #666;
    padding: 1rem;
    border-top: 1px solid #f1f2f2;
	border-bottom: 0 none;
}
.table-container .dataTables_empty {
	height: 100px;
	vertical-align: middle;
	background-position: top 30px center;
	background-repeat: no-repeat;
	background-size: 80px;
	padding-top: 80px;
	background-image: url('../fonts/dccbac25629b47f9b01b64c4f254d7e8.woff');
}
.table-list>tbody>tr>td .fa-os {
	height: 18px;
	width: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
.table-list>tbody>tr>td a:not([class]) {
	color: #999;
	font-weight: 400;
	text-decoration: none;
}
.iti-flag {
	display: inline-block;
}

/* products */
.visible-xs {
	display: none;
}
.table-header {
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #edeeee;
}
.table-footer {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
}
.table-header .btn {
	box-shadow: none;
	background-image: none;
}
.table-header .btn-group .btn.active {
	color: #36dba1;
	font-weight: 500;
	background-color: #f8fcfd;
	border-color: #36dba1;
}
.table-paginate,
.table-pages {
	color: #8e9595;
	font-size: 13px;
}
.table-status {
	display: flex;
}
.table-status .dropdown {
	margin-right: 10px;
}
.table-paginate {
	display: flex;
	align-items: center;
}
.table-paginate .dropdown {
	margin-right: 10px;
}
.table-paginate .dropdown .btn {
	padding: 5px 25px 5px 10px;
	background-image: none;
	height: 31px;
}
.table-paginate .dropdown .btn:after {
    position: absolute;
    top: 7px;
    right: 7px;
	font-family: "Font Awesome 5 Pro";
    content: "\f078";
    border: 0 none;
    transform: scale(.8);
}
.table-paginate .dropdown .c-dropdown__menu {
	width: 60px;
	min-width: 60px;
}
.table-paginate .pagination {
	margin: 0;
}
.table-paginate .pagination .form-control {
    max-width: 40px;
    text-align: center;
    border: 1px solid #edefef;
    border-radius: 4px !important;
    min-height: 28px;
    padding: 0 .25rem;
    font-size: .8em;
    margin-right: 1px;
}
.table-paginate .pagination .page-link {
	border: 0 none;
	cursor: pointer;
}
.table-paginate .pagination .page-link i {
	font-weight: 600;
	color: #36d29b;
}
.table-paginate .pagination .page-link:hover {
	color: #333;
	font-weight: 600;
	background-color: transparent;
}
.table-search {
	min-width: 25%;
	position: relative;
	margin-right: 1rem;
	padding-right: 1rem;
}
.table-search:after {
	position: absolute;
	content: '';
	border-right: 1px solid #edefef;
	height: 16px;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.table-search i {
	position: absolute;
	color: #3bdba2;
	font-size: 16px;
	font-weight: 600;
	width: 24px;
	height: 24px;
	top: 6px;
	left: 12px;
}
.table-search .form-control {
	padding-left: 40px;
	max-height: 32px;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.table-search .form-control::-webkit-input-placeholder{
	color: #b4bebc;
}
.table-search .table-search-val {
	z-index: 100;
	width: 400px;
	position: absolute;
	top: 100%;
	margin-top: 10px;
	border: 1px solid #dfe3ea;
	border-radius: 4px;
	background-color: #FFF;
	overflow-y: auto;
	max-height: 410px;
}
.table-search .table-search-val ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.table-search .table-search-val li {
	border-bottom: 1px solid #dfe3ea;
}
.table-search .table-search-val li:last-child {
	border-bottom: 0;
}
.table-search .table-search-val li.no-data {
	height: auto;
	margin: 0;
	padding: 15px;
}
.table-search .table-search-val li a {
	padding: 10px 15px;
	color: #7f8fa4;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: space-between;
}
.table-search .table-search-val li a:hover {
	background-color: #f8fcfd;
}
.btn-createHost {
	padding: .215rem 1.125rem;
    border-radius: 6px;
	border-color: #55b291;
	background-color: #36dba1;
}
.btn-createHost:hover,
.btn-createHost:focus,
.btn-createHost:active {
	border-color: #55b291;
	background-color: #55b291;
}
.security-title-box {
	padding: 24px;
	background-color: #d0e3ff;
	display: flex;
	justify-content: flex-start;
}
.security-title-box .icon-box {
	margin-right: 16px;
}
.security-title-box .icon-box .bi {
	color: #084298;
	font-size: 40px;
	line-height: 1;
}
.security-title-box .title-info .title {
	color: #1f2533;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 4px;
}
.security-title-box .title-info .sub-title {
	color: #7c8294;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0;
}
.security-list {
	padding: 0;
}
.security-content {
	min-height: 24px;
	padding: 20px 0;
	border-bottom: 1px solid #eef0f8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.security-line {
	padding: 0 24px;
}
.security-line:hover {
	background-color: #fafbfc;
}
.security-line:last-child .security-content {
	border-bottom: 0 none;
}
.security-line .security-content .icon-title-box {
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.security-line .security-content .icon-title-box .icon-box {
	margin-right: 12px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.security-line .security-content .icon-title-box .icon-box .bi {
	color: var(--primary);
	font-size: 24px;
	line-height: 1;
	vertical-align: text-top;
}

.security-line .security-content .icon-title-box .title-box .line-title {
	color: #40475b;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
}
.security-line .security-content .icon-title-box .title-box .line-desc {
	color: #9ba1b1;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0;
}
.security-line .security-content .right-content {
	width: 340px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.security-line .security-content .right-content span {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
}
.security-line .security-content .right-content span:last-child {
	margin-right: 0;
}
.security-line .security-content .right-content .info-text {
	color: #9aa1b1;
	line-height: 16px;
}

.announcement-items {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}
.announcement-item {
	flex: 1;
	position: relative;
	border-radius: .35rem;
	border: 1px solid #f0f1f3;
	overflow: hidden;
}
.announcement-items {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
}
.announcement-item a {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-decoration: none;
	position: relative;
	z-index: 3;
	width: 100%;
	min-height: 200px;
	height: 100%;
}
.announcement-item h4 {
	height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.announcement-body {
	font-size: 1.25rem;
}
.announcement-item:hover {
	transform: translateY(-2px) scale(1.02);
	transition: all .3s ease-in-out;
}
.announcement-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.announcement-item:after {
	position: absolute;
	z-index: 2;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.announcement-item:first-child {
	grid-column: 1/span 2;
	grid-row: 1/span 2;
}

.main-news .main-news-body {
	padding: 27px 28px 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f5), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -o-linear-gradient(top, #f0f2f5 0%, #fff 100%), -o-linear-gradient(#fff, #fff);
	background-image: linear-gradient(180deg, #f0f2f5 0%, #fff 100%), linear-gradient(#fff, #fff);
	background-blend-mode: normal, normal;
	box-shadow: 0px 4px 20px 0px rgba(0, 53, 128, 0.1);
	border-radius: 2px;
	border: solid 2px #fff;
}
.main-news .other-system-item {
	padding: 10px 0;
}
.main-news .other-system-item:first-child {
	width: 100%;
}
.main-news .icon-system-item {
	width: 38px;
	height: 38px;
	background-color: #ddd;
	margin-right: 10px;
}
.main-news .icon-system-item1 {
	background: url("../images/news1.png") no-repeat center;
	background-size: cover;
}
.main-news .icon-system-item2 {
	background: url(../images/news2.png) no-repeat center;
	background-size: cover;
}
.main-news .icon-system-item3 {
	background: url(../images/news3.png) no-repeat center;
	background-size: cover;
}
.main-news .main-news-list {
	margin: 30px 0;
	list-style: none;
	padding: 0px;
}
.main-news .main-news-list a {
	color: #666;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-news .main-news-list a:hover {
	color: #006aff;
	text-decoration: none;
}
.main-news .main-news-list time {
	color: #999;
	width: 85px;
}
.main-news .system-desc {
	margin: 22px 0;
}
.main-news .other-system-item {
	padding-left: 10px;
	padding-right: 20px;
}
.other-system-item h3 {
	line-height: 38px;
}
.main-news .main-news-list h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
	font-weight: 400;
	flex: 1;
	margin-bottom: 0;
}

.main-partner-items {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.main-partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.main-partner-item img {
	width: 100%;
	max-height: 40px;
	max-width: 200px;
	opacity: .6;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.main-partner-item:hover img {
	opacity: 1;
	transform: translateY(-2px) scale(1.02);
}
.develop-speed {
	background: url("../images/iufexb.png") no-repeat 50%;
	background-color: #1e57f0;
	background-size: auto 100%;
}
.speed-content {

}
.speed-text {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 2rem;
}


.pageError {
	display: flex;
	align-items: center;
	justify-items: center;
	padding: calc( (100vh - 861px) / 2) 0;
}
.pageError .display-1 {
	font-size: 12rem;
	background-image: linear-gradient(to right,#FFCF02, #FF7352);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.pageError lottie-player {
	max-width: 720px;
	max-height: 400px;
	margin: 0 auto;
}
.notes .layui-layer-content {
	padding: 25px;
}
.notes.layui-layer {
	border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.notes .layui-layer-title {
	padding: 0 25px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 0 none;
	background-color: transparent;
}
.layui-layer-content .form-item-title {
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: -20px;
}
.notes .layui-layer-setwin {
	top: 10px;
	right: 15px;
}
.notes .layui-layer-setwin .layui-layer-close1 {
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAA;
}
.notes .layui-layer-setwin .layui-layer-close1:before {
	content: "\f00d";
}
.notes .layui-layer-btn {
	display: flex;
	padding: 0 25px 25px;
}
.notes .layui-layer-btn > a {
	display: flex;
    flex: 1;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600;
    margin: 0;
}
.notes .layui-layer-btn .layui-layer-btn0 {
	border-color: #087fdf;
	background-color: #087fdf;
}
.notes .layui-layer-btn .layui-layer-btn1 {
	margin-left: 20px;
	color: #087fdf;
	border-color: #087fdf;
}
.layui-layer-loading .layui-layer-loading2 {
    width: 48px;
    height: 48px;
    background: none;
	border: 3px solid rgba(0, 0, 0, .15);
	border-top: 3px solid #2d9df3;
	border-radius: 100%;
	vertical-align: text-bottom;
	animation: rotation .6s infinite linear;
	background-image: none !important;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
@media (max-width: 576px) {
	.table-header, .table-footer {
		display: block;
	}
	.table-status,
	.table-pages {
		margin-bottom: 1rem;
	}
	.table-status .btn-group {
		display: flex;
	}
	.table-status .btn-group .btn {
		flex: 1;
	}
	.table-search .table-search-val {
		width: 100%;
	}
}

/* 'Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed' */
.status.status-pending .status-icon {
    color: #fd7e14;
}
.status.status-open .status-icon,
.status.status-paid .status-icon,
.status.status-completed .status-icon,
.status.status-active .status-icon {
    color: #28a745;
}
.status.status-unpaid .status-icon,
.status.status-close .status-icon,
.status.status-Fraud .status-icon,
.status.status-terminated .status-icon {
	color: #dc3545;
}
.status.status-cancelled .status-icon,
.status.status-suspended .status-icon{
	color: #6c757d;
}
.status.status-customer-reply {
	color: #f60;
}

/* article */
.article section#main-body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: transparent;
}

.xs-title h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.terms-wraper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.647;
	color: #444;
}
.terms-wraper:not(:last-child) {
  margin-bottom: 30px; }

.order-list {
	padding-left: 0px;
	margin-bottom: 0px;
}
.order-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.647;
	color: #666;
	list-style: decimal;
	list-style-position: inside;
}
.order-list li:not(:last-child) {
	margin-bottom: 10px;
}

.tickets-main {
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 20px;
	display: block;
}
.tickets-main:focus,
.tickets-main:hover {
	text-decoration: none;
	background-color: #FAFAFA;
}
.tickets-main h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 15px;
}
.tickets-main p {
	color: #666;
	margin-bottom: 0;
}

#popup-backdrop .main-content {
	padding: 0;
}

/* SiteMap */
.sitemap h4 {
	margin: 0;
	font-weight: 400;
	padding-bottom: 18px;
}
.sitemap li {
    padding-bottom: 5px;
}
.sitemap li a {
	color: #333;
    font-size: 1rem;
    line-height: 1.5;
}
.sitemap li .label {
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0 .6em .1em;
}
.label-update {
	background-color: #3ca6ff;
}
.label-new {
	background-color: #cf4f2e;
}

.submit-item a {
	display: flex;
	align-items: center;
	border-radius: .5rem;
	border: 1px solid #f0f1f3;
	padding: 1rem 1.5rem;
	text-decoration: none;
}
.submit-item a:hover {
	background-color: #f0f1f3;
}
.common-tool-icon {
	margin-right: 1.5rem;
}
.common-tool-icon i {
	color:  var(--primary);
	font-size: 48px
}
.common-tool-msg-cont {

}
.submit-item-title {
	color: #333;
	font-size: 16px;
}
.submit-item-text {
	margin-bottom: 0;
	color: #6c757d;
}

/* Footer */
footer.footer {
	padding: 60px 0;
	background-color: #282f3c;
	border: 0 none;
	font-size: 14px;
    color: #FFF;
    position: relative;
    border-top: 0 none;
}
footer.footer h5 {
	font-size: 16px;
	margin-bottom: 1rem;
}
footer.footer a {
	line-height: 26px;
	color: #939699;
}
footer.footer .copyright {
	margin: 0;
	font-size: 1rem;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer.footer .privacy a {
	color: #FFF;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
footer.footer .privacy a:after {
	height: 14px;
	position: absolute;
	content: '';
	right: 8px;
	top: 6px;
	width: 1px;
	background-color: #444;
}
footer.footer .privacy a:last-child::after {
	display: none;
}
footer.footer .footer-logo img {
	max-width: 150px;
}

/* header-lined */
div.header-lined h1 {
    margin: 0px 0px 0px -2px;
    border-bottom: none;
    font-weight: 400;
    color: #2a2e36;
    font-size: 28px;
    line-height: 40px;
    line-height: 1.5;
}
div.header-lined h1 small {
	color: #777;
	font-size: 1.25rem;
	margin-left: 1rem;
}
div.header-lined .breadcrumb {
	font-size: 14px;
}
div.header-lined .breadcrumb>.active {
    color: #666;
}
div.header-lined .breadcrumb > .breadcrumb-item > a {
	color: #888;
}
div.dataTables_wrapper div.dataTables_length label {
	margin-top: 15px;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #ddd;
    min-width: 50px;
    height: 27px !important;
    line-height: 27px;
    padding: 0 0 0 10px;
}
select.form-control {
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNCOUJEQzU7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS41LDFoLTVDMC4yMiwxLDAsMS4yMiwwLDEuNVYyYzAsMC4xMywwLjA1LDAuMjYsMC4xNSwwLjM1bDIuNSwyLjVDMi43NCw0Ljk1LDIuODcsNSwzLDVzMC4yNi0wLjA1LDAuMzUtMC4xNQoJbDIuNS0yLjVDNS45NSwyLjI2LDYsMi4xMyw2LDJWMS41QzYsMS4yMiw1Ljc4LDEsNS41LDF6Ii8+Cjwvc3ZnPgo=);
    background-position-y: 50%;
    background-position-x: calc(100% - 11px);
    background-repeat: no-repeat;
    padding-right: 24px;
    -webkit-appearance: none;
}
.tickets-main {
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 20px;
	display: block;
}
.tickets-main:focus,
.tickets-main:hover {
	text-decoration: none;
	background-color: #FAFAFA;
}
.tickets-main h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 15px;
}
.tickets-main p {
	color: #666;
	margin-bottom: 0;
}
.ticket-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ticket-action {
	display: flex;
	align-items: center;
}
.ticket-cell {
	margin-left: 1.5rem;
	color: #a2a2a2;
}
.ticket-cell strong {
	color: #333;
	margin-left: 15px;
}
.ticket-detail {
	display: flex;
	padding: 1.5rem 0;
	border-bottom: 1px dashed #d3d3d3;
}
.ticket-detail:last-child {
	border-bottom: 0 none;
}
.ticket-detail-icon {
	margin-right: 1rem;
}
.ticket-detail-icon img {
	width: 40px;
	height: 40px;
}
.ticket-detail-title {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
	justify-content: space-between;
}
.ticket-detail-title > span {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.ticket-detail-main {
	width: 100%;
}
.ticket-detail-message {

}
.ticket-detail-message ul,
.ticket-detail-message ol {
	margin: 0 0 1rem;
	padding-left: 25px;
}
.ticket-detail-message pre {
	padding: .7rem 1rem;
	margin: 0 0 1rem;
	font-size: .75rem;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f8f8f8;
	border-radius: .25rem;
}
.ticket-detail-message blockquote {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	padding: .7rem 1rem;
	font-size: .75rem;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	border-left: 4px solid var(--primary);
}
.ticket-detail-message blockquote p:last-child {
	margin-bottom: 0;
}
.ticket-detail-message hr {
	opacity: .05;
}
.ticket-reply .rating,
.ticket-reply .rating-done {
	font-size: 18px;
}

.mobileMenus {
	display: none;
}
@font-face {
	font-display: swap;
	font-family: MiSans;
	font-style: normal;
	font-weight: 600;
	src:url("../fonts/misans-semibold.ttf") format("truetype") // FuckNels0n
}
@font-face {
	font-display: swap;
	font-family: teNsi0nBeautiful;
	font-style: normal;
	font-weight: 400;
	src:url("https://public-1255768847.cos.accelerate.myqcloud.com/resource/yvjhw0.otf") format("truetype")
}
@media (min-width: 768px) {
	.container {
		max-width: 98%;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}
@media (max-width: 960px) {
	.nav-item.language {
		display: none;
	}
}
@media (max-width: 1080px) {
	.product-detail-list-tag:nth-child(3) {
		display: none;
	}
	.dropdown-bd {
		display: flex;
		flex-direction: column;
	}
	.dropdown-bd .body-main-bd {
		grid-template-columns: repeat(4, 1fr);
	}
	.product-detail-list-desc {
		overflow: hidden;
		height: 22px;
	}
	.funds-item-top {
		display: flex;
		align-items: normal;
		flex-direction: column;
	}
	.funds-item-top small {
		margin-left: 0;
	}
	.home-billing-recent {
		justify-content: normal;
		flex-direction: column;
	}
	.consumption-infos {
		width: 100%;
		flex: 0 0 100%;
		/* display: grid;
		grid-gap: 1rem;
		grid-template-columns: repeat(3, auto); */
	}
	.consumption-chart {
		margin-left: 0;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.consumption-info {
		height: auto !important;
		margin-bottom: 16px;
		margin-top: 0;
	}
	.products-cell.traffic,
	.products-cell.network_type {
		display: none;
	}
	.clientarea-home .card .card-body li a {
		flex-direction: column;
	}
	.ticket-header {

	}
	.ticket-cell {
		display: flex;
		flex-direction: column;
	}
	.ticket-cell strong {
		margin-left: 0;
	}
}
@media (max-width: 800px) {
	.space {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.px100 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.navbar-collapse {
		background-color: #FFF;
	    border-top: 1px solid #efefef;
	    border-bottom: 1px solid #efefef;
	    margin-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.footer.footer .back-to-top {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	div.dataTables_wrapper div.dataTables_length label {
		float: left;
	}
	div.dataTables_wrapper div.dataTables_paginate {
		padding: 5px 0 0;
	}
	.navbar-toggle {
		margin: 0;
	    position: absolute;
	    right: 15px;
	}
	.navbar-brand {
		margin: 0;
	}
	.navbar-toggler {
		display: block !important;
		color: #333;
		min-height: 36px;
		border: 1px solid #999;
	}
	.header .navbar-collapse {
		display: block !important;
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 12;
	    height: 100%;
	    width: 240px;
	    transition: transform .24s ease;
	    transform: translateX(-240px);
	    overflow-y: auto;
	    overflow-x: hidden;
	    margin: 0;
	    height: 100%;
	    border: 0;
	}
	.header .navbar-collapse.show {
	    transform: translateX(0px);
	}
	.header .navbar-nav>li>a,
	.header .navbar-nav.navbar-right>li>a {
    	color: #FFF;
    	text-align: center;
	}
	.header .navbar-nav>li>a:hover {
		color: #EEE;
	}
	.header .navbar-collapse.in {
	    transform: translateX(0);
	}
	.product-table td .ip-tag,
	.product-table td .ip-div,
	.product-table td .info,
	.reload .status {
		display: inline-block;
	}
	.product-wrap .boxe-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.product-wrap .boxe-title .name,
	.product-wrap .boxe-title .cost {
		margin: 0;
	}
	.product-wrap .boxe .btn {
		display: block;
	}
	.product-wrap  .boxe dl dt {
		float: inherit;
	}
	.product-wrap  .boxe dl dt,
	.product-wrap  .boxe dl dd {
		width: 24%;
		min-width: auto;
		display: inline-block;
	}
	.product-wrap  .boxe dl dd:last-child {
		width: 60%;
	}
	.notice .item-list li a {
		height: 24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.item-list li .time {
		display: block;
		float: inherit;
	}
	.language {
		display: block;
		border-left: 0 none;
		padding-left: 0;
		margin-top: 15px;
	}
	.login-bg {
		display: none;
	}
	.login-container {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 40%;
	}
	.login-body {
		width: 90%;
		padding: 2rem;
	}
	.login-wrapper {
		min-height: 500px;
	}
	.page-side {
		display: none;
		transform: translateX(-300px);
	}
	.page-side.show {
		top: 59px;
		z-index: 100;
		display: unset;
		position: fixed;
		transform: translateX(0);
		transition: transform .2s;
	}
	.page-body {
		left: 0;
	}
	.home-billing-recent {
		flex-direction: column;
	}
	.current-month-label {
		margin-bottom: 0;
	}
	.consumption-chart {
		display: none;
	}
	.last-month-number,
	.current-month-number {
		margin: 0;
		font-size: 1.125rem;
	}
	.consumption-info {
		display: flex;
		align-items: center;
		width: 100%;
		flex: 1;
		max-width: 100%;
	}
	.consumption-info:first-child {
		display: block;
	}
	.consumption-info:first-child .d-inline-flex {
		width: 100%;
	}
	.consumption-info:first-child .btn-block+.btn-block {
		margin-top: 0;
	}
	.consumption-info > * {
		flex: 1;
	}
	.consumption-chart {
		width: 100%;
		flex: 1;
		max-width: 100%;
		margin: 0;
	}
	.footer-logo,
	.page-product-aside,
	.wrap-main-swiper .content-slide img {
		display: none;
	}
	.page-product-list [class*=col-] {
		padding-right: 15px;
		padding-left: 15px;
		border: 0 none;
	}
	.main-maps {
		overflow: hidden;
	}
	.page-product-card {
		border-radius: 3px;
		background-color: #FFF;
		box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
		margin-bottom: 2rem;
	}
	.main-solution-body .card {
		margin-bottom: 2rem
	}
	.main-products-body {
		border-radius: 0;
		box-shadow: none;
		background-color: transparent;
	}
	.wrap-main-swiper .swiper-slide {
		height: 450px;
		background-size: auto 450px;
	}
	.wrap-main-swiper .content-slide {
		height: 450px;
		max-height: 450px;
		padding-top: 80px;
	}
	.swiper-pagination-bullets {
		top: -50px;
	}
	.wrap-main-swiper .content-slide .slogan {
		font-size: 2rem;
	}
	.navbar-collapse {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 12;
		width: 240px;
		transition: transform .24s ease;
		transform: translateX(-240px);
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
		height: 100vh;
		border: 0;
		box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
	}
	.navbar-collapse.show {
		transform: translateX(0px);
	}
	header .navbar-nav .nav-item .nav-link {
		text-align: center;
	}
	.navbar-toggler {
		position: relative;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	.navbar-toggler {
		border: 1px solid #dfe1e7;
	}
	.navbar-toggler > i {
		color: #dfe1e7;
	}
	header .navbar-nav.navbar-nav-right .nav-item .btn {
		margin-top: 1rem;
		line-height: 40px;
	}
	header .navbar-nav.navbar-nav-right .nav-item .nav-link {
		line-height: 60px !important;
	}
	.nav-item.billing .dropdown-menu {
		width: 100%;
	}
	.dropdown-container.show {
		top: 110px;
		max-height: 100vh;
	}
	.dropdown-body-menu {
		display: none;
	}
	.dropdown-bd {
		padding: 1rem;
		grid-gap: 1rem;
		grid-template-columns: repeat(1, 1fr);
	}
	.dropdown-bd .body-main-bd {
		display: flex;
		flex-direction: column;
	}
	.body-main-bd-item p {
		display: none;
	}
	.card-body-info {
		background-image: none;
	}
	.funds-items {
		flex-direction: column;
	}
	.funds-item-info {
		width: 100%;
		display: flex;
		padding-bottom: 1.5rem;
		margin-bottom: 0;
		border-bottom: 1px solid #e8e9f0;
	}
	.funds-item-other {
		width: 100%;
		display: grid;
		grid-gap: 0;
		margin: 0;
		grid-template-columns: repeat(3, auto);
	}
	.funds-item {
		width: 100%;
		font-size: 18px;
		padding: 1rem 1.5rem 1rem 0;
		border-left: none;
		border-bottom: 1px solid #e8e9f0;

		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.funds-item .funds-num {
		margin: 0;
	}
	.main-top h1 {
		font-size: 1.25rem;
	}
	.announcement-items {
		display: flex;
		flex-direction: column;
	}
	.main-partner-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-header {
		margin-bottom: 2rem;
	}
	.main-title {
		font-size: 1.5rem;
	}
	.product-detail {
		flex-direction: column;
	}
	.product-detail-side {
		width: 100%;
		padding-right: 0;
	}
	.product-detail-main {
		margin-top: 1.5rem;
	}
	.product-detail-lists {
		grid-gap: 1.5rem;
		grid-template-columns: repeat(1, auto);
	}
	.product-detail-wrap {
		flex-direction: column;
	}
	.product-detail-column {
		margin-right: 0;
		margin-top: 16px;
		width: 100%;
	}
	.product-detail-column:first-child {
		margin-top: 0;
	}
	.intl-map-main {
		bottom: -10px;
	}
	.swiper-media {
		margin: 2rem 0 0;
	}
	.main-services-item {
		height: 300px;
		margin-bottom: 1.5rem;
	}
	.swiper-media-items {
		align-items: unset;
		flex-direction: column;
	}
	.swiper-media-item {
		padding: 1.5rem;
	}
	.swiper-media-item:after {
		right: 0;
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-left: 50%;
	}
	.dataTables_wrapper table.table-list thead {
		display: none;
	}
	.dataTables_wrapper table.table-list tbody tr {
		border-top: 1px solid #f1f2f2;
	}
	.dataTables_wrapper table.table-list tbody tr td {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		vertical-align: unset;
		white-space: nowrap;
		padding: 1rem !important;
		min-width: 300px;
		border: none !important;
	}
	.dataTables_wrapper table.table-list tbody tr td .w-hidden {
		display: inline-block;
	}
	.products-list {
		padding: 0 !important;
		border: 0 none !important;
		background-color: transparent !important;
	}
	.product-row {
		flex-flow: column;
		align-items: unset;
		justify-content: unset;
		background-color: #fff;
		transition: all .5s ease;
		border: 1px solid #e6eaee;
		border-radius: 0.5rem;
		padding: 1.5rem !important;
		margin-bottom: 1rem;
	}
	.product-row .product-cell {
		display: flex;
		width: 100% !important;
	}
	.product-row .product-cell:first-child {
		width: 100% !important;
		margin-bottom: 1rem;
	}
	.product-cell .w-hidden {
		margin-bottom: 0.5rem;
		min-width: 100px;
	}
	.product-row .product-cell:last-child {
		width: 100% !important;
		margin-top: 1rem;
	}
	.mobileMenus {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: #FFF;
		padding: 0 1.6rem;
		box-shadow: 0 2px 6px rgba(0,0,0,.05);
	}
	.mobileMenu-items {
		color: #999;
		text-align: center;
		display: grid;
		grid-gap: 2rem;
		grid-template-columns: repeat(5, auto);
	}
	.mobileMenu-item {
		padding: .5rem;
		position: relative;
		text-align: center;
	}
	.mobileMenu-item > a {
		color: #999;
		text-decoration: none;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	.mobileMenu-item.active > a {
		color: var(--primary);
	}
	.mobileMenu-item > a:after {
		display: none;
	}
	.mobileMenu-item-icon {
		font-size: 18px;
	}
	.mobileMenu-item .dropdown-divider {
		margin: .2rem 0;
		border-top: 1px solid #e9ecef;
	}
}
.anniversary {
	background-image: url(../images/59kwgb.png);
	background-size: cover;
	color: #FFF;
}
.anniversary-header {
	display: flex;
	margin-bottom: .75rem;
}
.anniversary-header img {
	margin-right: .5rem;
	max-width: 120px;
}
.anniversary-header h2 {
	font-family: teNsi0nBeautiful;
	font-size: 22px;
}
.anniversary-body h3 {
	font-size: 16px;
	font-style: normal;
}

.anniversary-body p {
	opacity: .6;
	line-height: 1.85rem;
}