: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;
}
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: Roboto,"San Francisco","pingfang SC","Hiragina Sans GB","Helvetica Neue",Helvetica,"microsoft yahei ui","microsoft yahei",simsun,arial,sans-serif !important;
    font-weight: 400;
    background-color: #eef3f7;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
}
body, button, input, select, textarea {
    font-family: Roboto,"San Francisco","pingfang SC","Hiragina Sans GB","Helvetica Neue",Helvetica,"microsoft yahei ui","microsoft yahei",simsun,arial,sans-serif !important;
}
a {
    transition: all 0.3s ease-in-out 0s;
}
textarea.form-control {
	height: auto !important;
}
.text-white {
	color: #FFF;
}
.hidden {
	display: none !important;
}
.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: #333;
    background-color: #fff;
    border-color: #edefef;
}
.space {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.navbar-brand {
	text-indent: -999rem;
	background-image: url("../img/logo-dark.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    height: 25px;
    width: 90px;
    margin: 0;
    padding: 0;
}

/* Header */
header#header {
	z-index: 101;
	position: relative;
	background-color: #FFF;
}
header#header.header-dark {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #2b303b;
}
.header-dark .navbar-brand {
	background-image: url("../img/logo.svg");
}
.header-dark .dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
}
.nav-item.billing .dropdown-menu {
	width: 240px;
}
.header-dark .dropdown-menu {
	background-color: #1d212b;
}
.header-dark .dropdown-menu .dropdown-divider {
	border-color: #262f3e;
}
.header-dark .dropdown-item:hover {
	background-color: #344258;
}
.header-dark .dropdown-item .dropdown-link {
	color: #c1c6c8 !important;
}
.header-dark .dropdown-item .dropdown-link i {
	margin-right: 6px;
}
.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: 60px;
}
header .navbar-nav .nav-item > a {
	font-size: 14px;
	display: block;
}
header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #5e6166;
	line-height: 59px;
	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:hover {
	color: var(--primary);
}
header .navbar-nav.navbar-nav-right .nav-item .btn {
	border-radius: 2px;
}

.header-dark .navbar-nav .nav-item .nav-link {
	font-size: 13px;
	color: rgba(255,255,255,.9);
}
.header-dark .navbar-nav .nav-item .nav-link:hover {
	color: rgba(255,255,255,.5);
}
.dropdown-item {
	padding: .5rem 1.5rem;
}
.dropdown-item:active {
	background-color: transparent;
}
.dropdown-item .dropdown-link {
	color: #5e6166;
	display: block;
	text-decoration: none;
}
.dropdown-wrap {
	position: relative;
}
.dropdown-wrap-fluid {
	position: unset;
}
.dropdown-container {
	overflow: hidden;
	opacity: 0;
	height: 0;
	max-height: 0;
	position: absolute;
	top: 60px;
	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: 450px;
}
.dropdown-body {
	width: 100%;
	border-radius: 0 0 3px 3px;
	background-color: #FFF;
	border-top: 2px solid #06f;
	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: #06f;
	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%;
	height: 360px;
	display: flex;
	align-items: flex-start;
	border-radius: 0 0 3px 3px;
	background-color: #FFF;
	padding-top: 1.5rem;
}
.dropdown-body-menu {
	width: 200px;
	height: 100%;
	border-right: 1px solid #ebf0fc;
}
.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: #06f;
	background-color: #f9faff;
	box-shadow: inset -2px 0px 0px 0px #06f;
}
.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: #06f;
	color: #06f;
}
.dropdown-body .card .card-text {
	color: #444;
}
.dropdown-body .card:hover .card-text {
	color: #444;
}
.dropdown-body-box {
	flex: 1;
	padding: 0 1.5rem;
}
/* swiper */
.wrap-main-swiper {
	overflow: hidden;
	position: relative;
	background: linear-gradient(359.57deg,#24c 3.55%,#08269d 99.56%);
	background-position: center;
	background-size: auto 610px;
	/* background-image: url("https://public-1255768847.file.myqcloud.com/resource/ywwh7.jpeg"); */
}
.wrap-main-circle {
	position: absolute;
	background: radial-gradient(bottom center,ellipse,rgba(230,228,224,0),rgba(95,95,173,.39));
	background: -webkit-radial-gradient(bottom center,ellipse,rgba(230,228,224,0),rgba(95,95,173,.39));
	width: 638px;
	height: 541px;
	top: -373px;
	border-radius: 50%;
	left: -390px;
}
.wrap-main-circle:before {
	content: "";
	position: absolute;
	width: 482px;
	height: 482px;
	border-radius: 50%;
	background: radial-gradient(center,circle,rgba(92,92,214,.25),rgba(230,228,224,0));
	background: -webkit-radial-gradient(center,circle,rgba(92,92,214,.25),rgba(230,228,224,0));
	bottom: 100px;
	right: -283px;
}
.wrap-main-circle-right {
	bottom: -380px;
	right: -241px;
	background: radial-gradient(left center,ellipse,rgba(163,163,241,.17),rgba(0,34,154,.12));
	background: -webkit-radial-gradient(left center,ellipse,rgba(163,163,241,.17),rgba(0,34,154,.12));
	content: "";
	position: absolute;
	width: 482px;
	height: 482px;
	border-radius: 50%;
}
.wrap-main-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 500px;
	height: 550px;
}
.wrap-main-swiper .content-slide {
	height: 550px;
	padding: 110px 0 0;
	font-size: 18px;
	max-width: 560px;
	position: relative;
}
.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: 670px;
	z-index: -1;
}
.swiper-pagination-bullets {
	text-align: left !important;
	top: -120px;
}
.swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 3px;
	opacity: 1 !important;
	width: 40px !important;
	height: 5px !important;
	border-radius: 0 !important;
	background-color: rgba(255, 255, 255, .3) !important;
}
.swiper-pagination-bullet-active {
	background-color: #FFF !important;
}
.swiper-media {
	margin-top: -55px;
	z-index: 100;
	position: relative;
}
.swiper-media-items {
	overflow: hidden;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 1px 10px 0px rgb(172 172 172 / 40%);
	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: 16px;
	line-height: 24px;
	font-weight: 600;
}
.swiper-media-item .media-text {
	line-height: 24px;
	color: #9599a8;
	font-size: 12px;
}
.swiper-media-item:first-child {
	color: #FFF;
	background-color: #0856ff;
}
.swiper-media-item:first-child .media-text {
	color: #FFF;
}
.swiper-media-item:first-child:after,
.swiper-media-item:last-child:after {
	display: none;
}
.main-header {
	text-align: center;
	margin-bottom: 4rem;
}
.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-body {
	margin-top: 3rem;
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
}
.page-product-aside {
	padding-right: 0;
}
.page-product-body-aside {
	height: 483px;
	padding: 28px 32px;
	background-color: #077cff;
	background-image: url("../img/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;
}


.main-solution {
	background-size: cover;
	background-image: url("https://public-1255768847.file.myqcloud.com/resource/9r9c9.png");
}
.main-solution-body .card {
	min-height: 370px;
	position: relative;
	background-image: linear-gradient(224deg, #f0f5ff 0, #fff 34%);
}
.main-solution-body .card img {
	max-width: 88px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.main-solution-body .card .scene-bg-img {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}
.main-solution-body .card h4 {
	text-align: center;
}
.main-solution-body .card p {
	line-height: 24px;
}
.main-services-body .card {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.main-services-body .card img {
	max-height: 88px;
}
.main-services-body .card-info {
	margin-left: 1.5rem;
}
.main-services-body .card-info h4 {
	font-size: 18px;
}
.main-news-body h3 {
	font-size: 18px;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 3px solid #e4eeff;
}
.main-news-body h6 {
	font-size: 15px;
	margin-bottom: 0;
}
.main-news-body a {
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



/* 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
}
.login-container {
	width: 100%;
	padding: 70px 0 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 60px;
}
.login-wrapper {
	width: 1000px;
	background-color: #FFF;
	border-radius: 4px;
	min-height: 550px;
	display: flex;
	overflow: hidden;
}
.login-bg {
	width: 480px;
	padding: 4rem;
	background-color: #146eff;
	background-image: url("https://public-1255768847.file.myqcloud.com/resource/ynhjs.png");
	background-position: right -540px bottom 10px;
	background-repeat: no-repeat;
	background-size: auto 380px;
}
.login-body {
	flex: 1;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-body .form-control {
	height: 42px;
}
.login-body .agreement {
	text-align: center;
	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: flex-start;
}
.sidebar-sticky .nav-link i {
	color: #7c878e;
	margin-right: 8px;
}
.sidebar-sticky .nav-link i:not(.bi) {
	margin-top: 3px;
}
.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;
}

/* WHMCS ClientArea */
.page-container {
	height: 100%;
	position: relative;
}
.page-body {
	position: absolute;
	left: 200px;
	top: 0;
	right: 0;
	bottom: 0;
}
.page-side {
	position: fixed;
	top: 60px;
	width: 200px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

/* Subtop */
.subtop {
	padding: 70px 0;
	background-color: #1971ff;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	/* background-image: url("https://public-1255768847.file.myqcloud.com/resource/k97nc.png"); */
	background-image: url("https://public-1255768847.file.myqcloud.com/resource/3bate.png");
}
.subtop .subtop-info {
	color: #FFF;
	font-size: 16px;
}
.subtop .subtop-title {
	color: #FFF;
	font-size: 40px;
	line-height: 60px;
}


/* WHMCS */
section#main-body {
	padding: 0;
	position: absolute;
	width: 100%;
	top: 60px;
	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 label {
	font-weight: 400;
	font-size: 16px;
}
#registration .checkbox {
	margin-top: 0;
	margin-bottom: 20px;
}
.checkbox label, .radio label {
	padding-left: 0;
}


/* clientarea-home */
.main-container {
	padding: 1.5rem 0;
}
.clientarea-home .card {
	margin-bottom: 22px;
	border: 0px solid #f1f2f3;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}
.clientarea-home .card .card-header {
	border-bottom: 1px solid #f1f2f3;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clientarea-home .card .card-header .btn:hover {
	color: #FFF;
}
.clientarea-home .card .card-header .card-title {
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clientarea-home .card .card-body {
    padding: 1rem 1.25rem;
    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 1.25rem;
	border: 0 none;
    border-bottom: 1px solid #f1f2f3;
}
.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: block;
}
.clientarea-home .card .card-body a,
.clientarea-home .card .card-body a:hover {
	text-decoration: none;
}
.clientarea-home .card-item {
	display: flex;
	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: #7d848e;
	font-size: 24px;
	line-height: 1;
}
.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-info {
	flex: 0 0 20.83333%;
	width: 20.83333%;
	max-width: 20.83333%;
}
.consumption-chart {
	margin-left: 4.16667%;
	flex: 0 0 75%;
	width: 75%;
	max-width: 75%;
}
.consumption-info {
	color: #888;
}
.consumption-info span {
	color: #333;
}
.current-month-number {
	margin: 16px 0 24px 0;
	font-size: 28px;
	color: #333;
}
.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: 2rem;
}
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;
	margin-right: -17px;
	margin-left: -17px;
	padding: 12px 16px;
	color: #555;
	background-color: #ebf4fb;
}
.item-aff .share-links {

}
.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("../img/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 img {
	max-width: 100%;
}
.card-body-info {
	display: flex;
	align-items: center;
	background-image: url("../img/avatar-bg.svg");
	background-position: 110px 14px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 1.5rem;
}
.funds-item-info {
	width: 30%;
}
.funds-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.funds-item {
	flex: 1;
	padding: 0px 20px;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	border-left: 1px solid #e6e8ee;
}
.funds-item:last-child {
	margin-right: 0;
}
.funds-item:hover {
	text-decoration: none;
}
.funds-item-header {
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}
.funds-item .funds-num {
	font-family: DINCondensed-Bold;
	margin-top: 8px;
}
.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;
	padding: 1.25rem 1.5rem;
}
.main-top > .container {
	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;
    }
}
/* 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_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: 8px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	right: 10px;
}
table.dataTable > thead .sorting:before {
	content: "\f0dc";
}
table.dataTable >thead .sorting:after {
	display: none;
}
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after {
	content: "\f0dd";
}
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc:before {
	content: "\f0de";
}
.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;
	vertical-align: top;
    border-top: 1px solid #f1f2f2;
}

.table-container .dataTables_empty {
	height: 100px;
	vertical-align: middle;
}
.table-list>tbody>tr>td .fa-os {
	color: #0a7bff;
	height: 16px;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}
.table-list>tbody>tr>td a:not([class]) {
	color: #999;
	font-weight: 400;
	text-decoration: none;
}

/* 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;
}


.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%;
	}
}

.status {
	font-weight: 600;
	padding: 0;
	font-size: 100%;
	color: #6c757d;
	display: inline-block;
	margin-bottom: 0;
	background-color: transparent;
}
/* 'Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed' */
.status.status-pending {
    color: #fd7e14;
}
.status.status-open,
.status.status-paid,
.status.status-completed,
.status.status-active {
    color: #28a745;
}
.status.status-unpaid,
.status.status-close,
.status.status-Fraud,
.status.status-terminated {
	color: #dc3545;
}
.status.status-cancelled,
.status.status-suspended {
	color: #6c757d;
}

/* 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;
}

/* 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: 16px;
	position: absolute;
	content: '';
	right: 8px;
	top: 6px;
	width: 1px;
	background-color: #AAA;
}
footer.footer .privacy a:last-child::after {
	display: none;
}

@font-face {
	font-family: element-icons;
	src: url("./fonts/element-icons.017b197.ttf") format("truetype"), url("./fonts/element-icons.324e214.woff") format("woff"), url("./fonts/element-icons.deb6466.svg") format("svg");
	font-weight: 400;
	font-style: normal
}
i[class*=el-icon-] {
	font-family: element-icons !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga"1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.el-icon-arrow-down:before {
	content: "\E600"
}
.el-icon-arrow-left:before {
	content: "\E601"
}
.el-icon-arrow-right:before {
	content: "\E602"
}
.el-icon-arrow-up:before {
	content: "\E603"
}
.el-icon-caret-bottom:before {
	content: "\E604"
}
.el-icon-caret-left:before {
	content: "\E605"
}
.el-icon-caret-right:before {
	content: "\E606"
}
.el-icon-caret-top:before {
	content: "\E607"
}
.el-icon-check:before {
	content: "\E608"
}
.el-icon-circle-check:before {
	content: "\E609"
}
.el-icon-circle-close:before {
	content: "\E60A"
}
.el-icon-circle-cross:before {
	content: "\E60B"
}
.el-icon-close:before {
	content: "\E60C"
}
.el-icon-upload:before {
	content: "\E60D"
}
.el-icon-d-arrow-left:before {
	content: "\E60E"
}
.el-icon-d-arrow-right:before {
	content: "\E60F"
}
.el-icon-d-caret:before {
	content: "\E610"
}
.el-icon-date:before {
	content: "\E611"
}
.el-icon-delete-2:before {
	content: "\E612"
}
.el-icon-document:before {
	content: "\E613"
}
.el-icon-edit:before {
	content: "\E614"
}
.el-icon-information:before {
	content: "\E615"
}
.el-icon-loading:before {
	content: "\E616"
}
.el-icon-menu:before {
	content: "\E617"
}
.el-icon-memcache:before {
	content: "\E618"
}
.el-icon-minus:before {
	content: "\E619"
}
.el-icon-more:before {
	content: "\E61A"
}
.el-icon-picture:before {
	content: "\E61B"
}
.el-icon-plus:before {
	content: "\E61C"
}
.el-icon-search:before {
	content: "\E61D"
}
.el-icon-setting:before {
	content: "\E61E"
}
.el-icon-share:before {
	content: "\E61F"
}
.el-icon-star-off:before {
	content: "\E620"
}
.el-icon-star-on:before {
	content: "\E621"
}
.el-icon-time:before {
	content: "\E622"
}
.el-icon-warning:before {
	content: "\E623"
}
.el-icon-delete:before {
	content: "\E624"
}
.el-icon-upload2:before {
	content: "\E625"
}
.el-icon-view:before {
	content: "\E626"
}
.el-icon-eye:before {
	content: "\E627"
}
.el-icon-sign-user:before {
	content: "\E628"
}
.el-icon-account-circle:before {
	content: "\E629"
}
.el-icon-ubuntu:before {
	content: "\E62A"
}
.el-icon-server-hl:before {
	content: "\E62B"
}
.el-icon-credit-card:before {
	content: "\E62C"
}
.el-icon-help:before,
.el-icon-lifebuoy:before,
.el-icon-support:before {
	content: "\E62D"
}
.el-icon-auth-pass:before {
	content: "\E62E"
}
.el-icon-info:before {
	content: "\E62F"
}
.el-icon-checkmark:before {
	content: "\E630"
}
.el-icon-circle-cross-white:before {
	content: "\E631"
}
.el-icon-plus-white:before {
	content: "\E632"
}
.el-icon-cycle:before {
	content: "\E633"
}
.el-icon-centos:before {
	content: "\E634"
}
.el-icon-ghost:before {
	content: "\E635"
}
.el-icon-gitlab:before {
	content: "\E636"
}
.el-icon-magento:before {
	content: "\E637"
}
.el-icon-drupal:before {
	content: "\E638"
}
.el-icon-wordpress:before {
	content: "\E639"
}
.el-icon-freebsd:before {
	content: "\E63A"
}
.el-icon-sshkey:before {
	content: "\E63B"
}
.el-icon-snapshot:before {
	content: "\E63C"
}
.el-icon-dedicated:before,
.el-icon-server:before {
	content: "\E63D"
}
.el-icon-bell:before {
	content: "\E63E"
}
.el-icon-horn:before {
	content: "\E63F"
}
.el-icon-terminal:before {
	content: "\E640"
}
.el-icon-shift:before {
	content: "\E641"
}
.el-icon-wechat:before {
	content: "\E642"
}
.el-icon-alipay:before {
	content: "\E643"
}
.el-icon-sms-vcode:before {
	content: "\E644"
}
.el-icon-phone:before {
	content: "\E645"
}
.el-icon-toast-fail:before {
	content: "\E646"
}
.el-icon-email:before {
	content: "\E647"
}
.el-icon-invoice:before {
	content: "\E648"
}
.el-icon-firewall:before {
	content: "\E649"
}
.el-icon-coreos:before {
	content: "\E64A"
}
.el-icon-lock:before {
	content: "\E64B"
}
.el-icon-sign-key:before {
	content: "\E64C"
}
.el-icon-minus-white:before {
	content: "\E64D"
}
.el-icon-plus-circle:before {
	content: "\E64E"
}
.el-icon-minus-circle:before {
	content: "\E64F"
}
.el-icon-notice-white:before {
	content: "\E650"
}
.el-icon-cog:before {
	content: "\E651"
}
.el-icon-cogs:before {
	content: "\E652"
}
.el-icon-chart:before {
	content: "\E653"
}
.el-icon-open:before {
	content: "\E654"
}
.el-icon-sale:before {
	content: "\E655"
}
.el-icon-bookmark:before {
	content: "\E656"
}
.el-icon-medal:before {
	content: "\E657"
}
.el-icon-locked:before {
	content: "\E658"
}
.el-icon-unlocked:before {
	content: "\E659"
}
.el-icon-zoomin:before {
	content: "\E65A"
}
.el-icon-zoomout:before {
	content: "\E65B"
}
.el-icon-email-open:before {
	content: "\E65C"
}
.el-icon-male:before {
	content: "\E65D"
}
.el-icon-female:before {
	content: "\E65E"
}
.el-icon-arrow-left2:before {
	content: "\E65F"
}
.el-icon-bind:before {
	content: "\E660"
}
.el-icon-Unbundled:before {
	content: "\E661"
}
.el-icon-edit2:before {
	content: "\E662"
}
.el-icon-add-user:before {
	content: "\E663"
}
.el-icon-eip:before {
	content: "\E664"
}
.el-icon-slb:before {
	content: "\E665"
}
.el-icon-slb-monitor:before {
	content: "\E666"
}
.el-icon-direction:before {
	content: "\E667"
}
.el-icon-collapse:before,
.el-icon-expand:before {
	content: "\E668"
}
.el-icon-replace:before {
	content: "\E669"
}
.el-icon-waf:before {
	content: "\E66A"
}
.el-icon-copy:before {
	content: "\E66B"
}
.el-icon-back:before {
	content: "\E66C"
}
.el-icon-reset:before {
	content: "\E66D"
}
.el-icon-cbs:before,
.el-icon-ebs:before {
	content: "\E66E"
}
.el-icon-danger:before {
	content: "\E66F"
}
.el-icon-bucket:before {
	content: "\E670"
}
.el-icon-clear:before {
	content: "\E671"
}
.el-icon-enter:before {
	content: "\E672"
}
.el-icon-pie:before {
	content: "\E673"
}
.el-icon-upload-delete:before {
	content: "\E674"
}
.el-icon-upload-done:before {
	content: "\E675"
}
.el-icon-windows:before {
	content: "\E676"
}
.el-icon-pie-active .path1:before {
	content: "\E677"
}
.el-icon-pie-active .path2:before {
	content: "\E678"
}
.el-icon-combined:before {
	content: "\E679"
}
.el-icon-snapshot-chain:before {
	content: "\E67A"
}
.el-icon-rename:before {
	content: "\E67B"
}
.el-icon-back-2:before {
	content: "\E67C"
}
.el-icon-checkbox:before {
	content: "\E67D"
}
.el-icon-close-2:before {
	content: "\E67E"
}
.el-icon-down:before {
	content: "\E67F"
}
.el-icon-delete-3:before {
	content: "\E680"
}
.el-icon-expand-2:before {
	content: "\E681"
}
.el-icon-folder:before {
	content: "\E682"
}
.el-icon-list:before {
	content: "\E683"
}
.el-icon-next:before {
	content: "\E684"
}
.el-icon-plus-2:before {
	content: "\E685"
}
.el-icon-previous:before {
	content: "\E686"
}
.el-icon-question:before {
	content: "\E687"
}
.el-icon-refresh:before {
	content: "\E688"
}
.el-icon-up:before {
	content: "\E689"
}
.el-icon-vpc:before {
	content: "\E68A"
}
.el-icon-vpc-child:before {
	content: "\E68B"
}
.el-icon-vpc-p2p:before {
	content: "\E68C"
}
.el-icon-filter:before {
	content: "\E68D"
}
.el-icon-rds:before {
	content: "\E68E"
}
.el-icon-tip:before {
	content: "\E68F"
}
.el-icon-database:before {
	content: "\E690"
}
.el-icon-bill:before {
	content: "\E691"
}
.el-icon-expand-3:before {
	content: "\E692"
}
.el-icon-chat-1:before {
	content: "\E693"
}
.el-icon-chat-2:before {
	content: "\E694"
}
.el-icon-switch:before {
	content: "\E695"
}
.el-icon-download:before {
	content: "\E696"
}
.el-icon-add:before {
	content: "\E697"
}
.el-icon-java:before {
	content: "\E698"
}
.el-icon-docker:before {
	content: "\E699"
}
.el-icon-php:before {
	content: "\E69A"
}
.el-icon-python:before {
	content: "\E69B"
}
.el-icon-setting-2:before {
	content: "\E69C"
}
.el-icon-delete-4:before {
	content: "\E69D"
}
.el-icon-reset-2:before {
	content: "\E69E"
}
.el-icon-danger-2:before {
	content: "\E69F"
}
.el-icon-copy-2:before {
	content: "\E6A0"
}
.el-icon-extend:before {
	content: "\E6A1"
}
.el-icon-gift:before {
	content: "\E6A2"
}
.el-icon-pause:before {
	content: "\E6A3"
}
.el-icon-play:before {
	content: "\E6A4"
}
.el-icon-invoice-2:before {
	content: "\E6A5"
}
.el-icon-cart:before {
	content: "\E6A6"
}
.el-icon-arrow-right-2:before {
	content: "\E6A7"
}
.el-icon-eye-close:before {
	content: "\E6A8"
}
.el-icon-eye-open:before {
	content: "\E6A9"
}
.el-icon-menu-list:before {
	content: "\E6AA"
}
.el-icon-suggestion:before {
	content: "\E6AB"
}
.el-icon-dingtalk:before {
	content: "\E6AC"
}
.el-icon-wechat-2:before {
	content: "\E6AD"
}
.el-icon-qq:before {
	content: "\E6AE"
}
.el-icon-diamond:before {
	content: "\E6AF"
}
.el-icon-pull:before {
	content: "\E6B0"
}
.el-icon-reasoning:before {
	content: "\E6B1"
}
.el-icon-model:before {
	content: "\E6B2"
}
.el-icon-namespace:before {
	content: "\E6B3"
}
.el-icon-repository:before {
	content: "\E6B4"
}
.el-icon-nas:before {
	content: "\E6B5"
}
.el-icon-account:before {
	content: "\E6B6"
}
.el-icon-add-menu:before {
	content: "\E6B7"
}
.el-icon-create-team:before {
	content: "\E6B8"
}
.el-icon-envoy:before {
	content: "\E6B9"
}
.el-icon-help:before {
	content: "\E6BA"
}
.el-icon-icp:before {
	content: "\E6BB"
}
.el-icon-logout:before {
	content: "\E6BC"
}
.el-icon-message:before {
	content: "\E6BD"
}
.el-icon-mini:before {
	content: "\E6BE"
}
.el-icon-org:before {
	content: "\E6BF"
}
.el-icon-permission:before {
	content: "\E6C0"
}
.el-icon-settings:before {
	content: "\E6C1"
}
.el-icon-switch-team:before {
	content: "\E6C2"
}
.el-icon-cert:before {
	content: "\E6C3"
}
.el-icon-monitor:before {
	content: "\E6C4"
}
.el-icon-ddos:before {
	content: "\E6C5"
}
.el-icon-docker:before {
	content: "\E6C6"
}
.el-icon-ebs-1:before {
	content: "\E6C7"
}
.el-icon-cdn:before,
.el-icon-eip-1:before {
	content: "\E6C8"
}
.el-icon-eis:before {
	content: "\E6C9"
}
.el-icon-mysql:before {
	content: "\E6CA"
}
.el-icon-host:before,
.el-icon-redis:before {
	content: "\E6CB"
}
.el-icon-s3:before {
	content: "\E6CC"
}
.el-icon-security:before {
	content: "\E6CD"
}
.el-icon-slb-1:before {
	content: "\E6CE"
}
.el-icon-snapshot1:before {
	content: "\E6CF"
}
.el-icon-vpc-1:before {
	content: "\E6D0"
}
.el-icon-waf-1:before {
	content: "\E6D1"
}
.el-icon-ec:before,
.el-icon-dc2:before {
	content: "\E6D2"
}
.el-icon-min:before {
	content: "\E6D3"
}
.el-icon-max:before {
	content: "\E6D4"
}
.el-icon-minus-1:before {
	content: "\E6D5"
}
.el-icon-minus-2:before {
	content: "\E6D6"
}
.el-icon-plus-3:before {
	content: "\E6D7"
}
.el-icon-notepad:before {
	content: "\E6D8"
}
.el-icon-refresh-2:before {
	content: "\E6D9"
}
.el-icon-clear-2:before {
	content: "\E6DA"
}
.el-icon-linux:before {
	content: "\E6DB"
}
.el-icon-refresh-3:before {
	content: "\E6DC"
}
.el-icon-download-2:before {
	content: "\E6DD"
}
.el-icon-warning-light:before {
	content: "\E6DE"
}
.el-icon-grid-2:before {
	content: "\E6DF"
}
.el-icon-grid-3:before {
	content: "\E6E0"
}
.el-icon-plus-4:before {
	content: "\E6E1"
}
.el-icon-expand-hollow:before {
	content: "\E6E2"
}
.el-icon-expand-solid:before {
	content: "\E6E3"
}
.el-icon-more-hollow:before {
	content: "\E6E4"
}
.el-icon-more-solid:before {
	content: "\E6E5"
}
.el-icon-excel-hollow:before {
	content: "\E6E6"
}
.el-icon-excel-solid:before {
	content: "\E6E7"
}
.el-icon-image-hollow:before {
	content: "\E6E8"
}
.el-icon-image-solid:before {
	content: "\E6E9"
}
.el-icon-location:before {
	content: "\E6EA"
}
.el-icon-menu-2:before {
	content: "\E6EB"
}
.el-icon-email-2:before {
	content: "\E6EC"
}
.el-icon-top:before {
	content: "\E6ED"
}
.el-icon-save:before {
	content: "\E6EE"
}
.el-icon-kf:before {
	content: "\E6EF"
}
.el-icon-plus-5:before {
	content: "\E6F0"
}
.el-icon-open-2:before {
	content: "\E6F1"
}
.el-icon-pause-2:before {
	content: "\E6F2"
}
.el-icon-resume:before {
	content: "\E6F3"
}
.el-icon-folder-active:before {
	content: "\E6F4"
}
.el-icon-folder-normal:before {
	content: "\E6F5"
}
.el-icon-bucket-active:before {
	content: "\E6F6"
}
.el-icon-bucket-normal:before {
	content: "\E6F7"
}
.el-icon-restart:before {
	content: "\E6F8"
}
.el-icon-nightingale:before {
	content: "\E6F9"
}
.el-icon-mount:before {
	content: "\E6FA"
}
.el-icon-bill:before {
	content: "\E900"
}
.el-icon-to-top:before {
	content: "\E901"
}
.el-icon-contact:before {
	content: "\E902"
}
.el-icon-form:before {
	content: "\E903"
}
.el-icon-tool:before {
	content: "\E904"
}
.el-icon-mail-open:before {
	content: "\E905"
}
.el-icon-jump:before,
.el-icon-bms:before {
	content: "\E906"
}
.el-icon-income:before {
	content: "\E907"
}
.el-icon-renewal-manage:before {
	content: "\E908"
}
.el-icon-resource-manage:before {
	content: "\E909"
}
.el-icon-switch-team-2:before {
	content: "\E90A"
}
.el-icon-permission-2:before {
	content: "\E90B"
}
.el-icon-enovy-2:before {
	content: "\E90C"
}
.el-icon-logout-2:before {
	content: "\E90D"
}
.el-icon-personal-user:before {
	content: "\E90E"
}
.el-icon-create-team-2:before {
	content: "\E90F"
}
.el-icon-team-user:before {
	content: "\E910"
}
.el-icon-sub-personal-user:before {
	content: "\E911"
}
.el-icon-check-1:before {
	content: "\E912"
}
.el-icon-search-2:before {
	content: "\E913"
}
.el-icon-arrow-top:before {
	content: "\E914"
}
.el-icon-link:before {
	content: "\E915"
}
.el-icon-wechat-help:before {
	content: "\E916"
}
.el-icon-account-2:before {
	content: "\E917"
}
.el-icon-order-manage:before {
	content: "\E918"
}
.el-icon-arrow-left-2:before {
	content: "\E919"
}
.el-icon-drupal {
	color: #10a7db
}
.el-icon-ghost {
	color: #999
}
.el-icon-gitlab {
	color: #775ed1
}
.el-icon-magento {
	color: #f5926f
}
.el-icon-wordpress {
	color: #3886be
}
.el-icon-wechat {
	color: #0bae0f
}
.el-icon-alipay {
	color: #00a0e9
}
.el-icon-toast-fail {
	color: #fe4f27
}
.el-icon-circle-check {
	color: #09d274
}
.el-icon-collapse:before {
	display: inline-block;
	transform: rotate(180deg)
}
.el-icon-pie-active .path1:before {
	color: #2d77ee
}
.el-icon-pie-active .path2:before {
	margin-left: -1em;
	color: #659aef
}
.el-icon-loading {
	animation: rotating 1s linear infinite
}
.el-icon--right {
	margin-left: 5px
}
.el-icon--left {
	margin-right: 5px
}
[class*=" el-icon-"],
[class^=el-icon-] {
	display: inline-block
}
@keyframes rotating {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(1turn)
	}
}

/* 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;
	justify-content: space-between;
	margin-bottom: .2rem;
}
.ticket-detail-main {
	width: 100%;
}
.ticket-detail-message {
	font-size: 12px;
}
.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-reply .rating,
.ticket-reply .rating-done {
	font-size: 18px;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}
@media (max-width: 991px) {
	.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;
	}
	.header .navbar {
		min-height: 90px;
	}
	.header .navbar-toggler {
		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;
	    background-color: #1b70b8;
	    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;
	}
}


.dashboard_toggle {
	width: 60px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	background: #272e3b;
	color: #c9cdd4;
	margin-right: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .2s;
}

.dashboard_toggle:hover,body.homepage.menu-open .dashboard_toggle {
	background: #1664ff
}

.dashboard_toggle:hover svg path,body.homepage.menu-open .dashboard_toggle svg path {
	fill: #fff
}

.nav-main {
	position: fixed;
	top: 60px;
	left: -240px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
	background-color: rgb(255, 255, 255);
	width: 200px;
	height: 100%;
	transition: all 0.25s ease-in-out 0s;
	padding-top: 24px;
	overflow-y: auto;
	flex: 1;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	background-color: #1d2129;
	bottom: 0;
	color: #86909c;
}
.menu-open .nav-main {
	left: 0;
}
.ScBackdrop {
	position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100vw;
    height: 100%;
    transition: opacity 0.25s ease-in-out 0s;
    visibility: visible;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
}
.menu-open .ScBackdrop {
    display: block;
}
.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-list .li-h4 {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 22px;
}
.nav-list .li-h4 span {
    font-size: 12px;
    color: #aa9a96;
    font-weight: 400;
    text-transform: uppercase;
}
.nav-list .item-link {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 18px;
    position: relative;
    font-size: 1rem;
    text-decoration: none;
}
.nav-list .item-link .menu-text {
    color: #ffffff;
    font-weight: 500;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.nav-list .item-link i {
    color: #ffffff;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
}
.is-selected > .item-link {
    background-color: #a0c2fa38;
}
.is-selected > .item-link > i,
.is-selected > .item-link > .menu-text,
.nav-list .item-link:hover > .menu-text,
.nav-list .item-link:hover > i {
    color: #2672f2;
}
.nav-list > li .dropdown-menu {
    display: none;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    border-radius: 0;
}
.nav-list > li .dropdown-menu.show {
	display: block;
	transform: none !important;
	position: relative !important;
}
.nav-list > li .dropdown-menu .item-link {
	padding-left: 56px;
	justify-content: flex-start;
}

@media (max-width: 768px)  {
.page-side {
    display: none;
}

.page-body {
    left: 0;
}
.funds-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}

.funds-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.funds-item-info {
    width: auto;
    margin-bottom: 20px;
}

.funds-items .avatar {
    margin-bottom: 20px;
}

.card-body-info {
    background-size: 200px;
    background-position: bottom right;
}
}

li.dropdown.show .item-link .zmdi-chevron-right {transform: rotate(90deg);-ms-transform:rotate(90deg);}


.el-icon-nat:before {content: "\E618";}

.el-icon-vps:before {content: "\E6CF";}

.el-icon-game:before {content: "\E68E";}
