@media only screen and (max-width: 767.98px) {
    body{
        font-weight: 500;
        font-size:14px;
    }
    .hidden-xs{
        display: none;
    }
}

/*导航上通知弹出框*/
.notification-list .noti-icon-badge {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 22px;
    font-size: 10px;
}
.notification-list > a > i{
    font-size: 20px;
}

.notification-list .dropdown-menu-lg {
    width: 300px;
}
.notification-list .dropdown-menu {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgb(64 64 64 / 15%);
}
.dropdown-item.notify-item{
    background-color: #f0f4f7;
    color: #354558;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.notify-item .notify-icon{
    float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
}
.notify-item .notify-details{
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.notify-item i{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px;
    margin-top: 2px;
    color: #ffffff;
    font-size: 16px;
}

/*标准模块 标题与描述*/
.section-top h2 {
    font-size: 28px;
    color: #242D4E;
    line-height: 64px;
    font-weight: 700;
    margin: 0;
}
.section-top p{
    font-size: 16px;
    color: #8B9DB6;
    line-height: 32px;
    margin-bottom: 30px;
}
@media(max-width:767px){
    .section-top h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-top p{
        font-size: 14px;
        line-height: inherit;
        margin-bottom: 0;
    }
}



.table td, .table th {
    padding: .5rem;
}
.btn-default {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.primary-content .card{
    margin-bottom: 1rem;
}
.theme-navbar .nav-bottom .links .link .dropdown-menu{
    min-width: 100%;
    padding: 20px;
}
.theme-navbar .nav-bottom{
    padding: 0;
}
.theme-navbar .nav-bottom .links .link .dropdown-menu{
    top: auto;
    left: 0;
}

.dropdown-menu {width: 100%;padding: 2rem 3rem;}
.dropdown-menu .body-main-title {font-weight: 400;font-size: 1.2rem;position: relative;padding-left: 18px;margin-bottom:1rem}
.dropdown-menu .body-main-title:before {content: " ";position: absolute;left: 0;top: 50%;margin-top: -10px;display: block;height: 20px;width: 4px;background-color: #39499d;}
.dropdown-menu .body-main-bd {display: grid;grid-gap: .2rem;grid-template-columns: repeat(5, 1fr);}
.body-main-bd-item {line-height: 22px;margin-bottom: .2rem;letter-spacing: .2px;padding:10px;background-color:#f4f4f8}
.body-main-bd-item:hover {text-decoration: none;background-color: #f4f4f8;transition: .25s;}
.body-main-bd-item h4 {color: #444;font-weight: 400;font-size: 1rem;margin: 0 0 5px 0;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: .8rem;color: rgba(34, 34, 34, 0.5);margin-bottom: 0;overflow: hidden;display: inline-block;white-space: nowrap;width: 100%;text-overflow: ellipsis;}
.body-main-bd-item:hover {text-decoration: none;transition: .25s;}
.body-main-bd-item:hover h4 {color: var(--primary);}


.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*注册验证码*/
#default-captcha-domainchecker{
    background: #eee;
    padding: 16px;
    border-radius: 8px;
}
.alert-dismissible .close{
    padding: 0 .5rem;
}

.clientarea-title, .clientarea-nav{
    padding: 10px;
}
.primary-content .container-fluid{
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 767.98px) {
    .clientarea-title h2{
        font-size: 18px;
    } 
    .clientarea-nav li, .clientarea-nav a{
        font-size: 12px;
    }
    .email-verification p{
        font-size: 14px;
    }
}


.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 {
    font-size: 1.2rem;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    border-left: 3px solid #006eff;
    font-weight: 700;
    padding-left: 14px;
}

.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;
}
.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: 1rem;
}
.funds-item-info {
	width: 30%;
	display: flex;
}
.funds-item-other {
	display: flex;
	width: 70%;
}
.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: TCloudNumber;
}
.funds-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.funds-header h5 {
	font-size: 12px;
}
@media (max-width: 800px) {
    .funds-items {
		flex-direction: column;
	}
	.funds-item-info {
		width: 100%;
		display: flex;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #e8e9f0;
	}
	.funds-item-other {
		width: 100%;
		display: grid;
		grid-gap: 0rem;
		grid-template-columns: repeat(1, auto);
	}
	.funds-item {
		width: 100%;
		font-size: 18px;
		padding: 10px;
		border-left: none;
		border-bottom: 1px solid #e8e9f0;
		
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.funds-item .funds-num {
		margin: 0;
	}
}


.table-container {
	background-color: #fff;
	border: 1px solid #d5dce5;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 4px;
	border-radius: 10px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
	border-radius: 2px;
}


.table-container .listtable .table {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.table-container .listtable .table thead th {
	font-weight: normal;
	/*font-size: 80%;*/
	border-bottom: 2px solid #d5dce5
}

.table-container .listtable .table thead th[class*=sorting_] {
	background-color: #fff;
	border-bottom: 2px solid #3461ff;
}

.table-container .listtable .table tbody .col-small {
	width: 45px;
	min-width: 45px
}

.table-container .listtable .table tbody .col-small.center {
	text-align: center
}

.table-container .listtable .table tbody tr {
	cursor: pointer
}

.table-container .listtable .table tbody tr.row-detail ul {
	padding: 0
}

.table-container .listtable .table tbody tr.row-detail ul li {
	list-style-type: none;
	margin-bottom: 5px;
    font-size: 14px;
}

.table-container .listtable .table tbody tr td {
	outline: none !important
}

.table-container .listtable .table tbody tr td a {
	text-decoration: none
}

.table-container .listtable .table tbody tr td .text-small {
	display: inline-block;
	font-size: 85%
}

.table-container .listtable .table tbody tr td .ssl-info {
	display: inline-block
}

.table-container .listtable .table tbody tr td .ssl-info img {
	height: 12px;
	width: 12px;
	max-width: 12px
}

.table-container .listtable .table tbody tr td .btn-link {
	color: #0273d4;
	background-color: transparent !important;
	text-decoration: none
}

@media (min-width:1041px) {
	.table-container .listtable .table tbody tr td .cycle-text {
		display: block
	}
}

.table-container .listtable .table thead tr th, .table-container .listtable .table tbody tr th, .table-container .listtable .table tfoot tr th, .table-container .listtable .table thead tr td, .table-container .listtable .table tbody tr td, .table-container .listtable .table tfoot tr td {
	position: relative;
	vertical-align: middle
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td a {
	-ms-word-break: break-all;
	word-break: break-all
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td span.responsiveExpander {
	top: 0 !important;
	left: 0;
	bottom: 0;
	border: 0;
	border-radius: 0;
	height: 100%;
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	text-align: center;
	text-indent: 0 !important;
	outline: 0;
	background-color: #edf0f5
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td span.responsiveExpander:before {
	font-weight: 500
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td:first-child {
	padding-left: 50px
}

.table-container .dataTables_filter, .table-container .dataTables_info {
	display: none
}

.table-container .table-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #d5dce5
}

.table-container .table-header label {
	font-weight: normal;
	margin: 0;
	margin-right: 10px
}

.table-container .table-header .btn {
	background-color: #fff !important;
	border: 1px solid #d5dce5 !important;
	padding: 3px 6px
}

.table-container .dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	padding: 10px 15px
}

.table-container .dataTables_paginate .pagination {
	margin: 0
}

.table-container .dataTables_length {
	border-top: 1px solid #d5dce5
}

.table-container .dataTables_length label {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	white-space: nowrap;
	padding: 10px 15px;
	margin: 0
}

.table-container .dataTables_length:after {
	display: block;
	content: "";
	clear: both
}

.table-container.domain-pricing-table {
	box-shadow: none !important;
	border: 0 none
}

.table-container.domain-pricing-table table {
	box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, .1);
	border: 1px solid #d5dce5
}

.table-container.domain-pricing-table .dataTables_filter {
	display: block
}

.dataTable.table.has-columns-hidden > tbody > tr > td > span.responsiveExpander::before {
    font-style: normal;
    font-weight: 900;
        content: "\2b";
    padding-right: 5px;
    font-size: 19px;
    color: rgb(136, 136, 136);
    font-family: "Font Awesome 5 Pro" !important;
}


.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.pagination li a{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0273d4;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination li:hover {
	z-index: 2;
	color: #0c8efd;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.pagination li:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(2, 115, 212, .25)
}

.pagination li:first-child a {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination li.active  a{
	z-index: 3;
	color: #fff;
	background-color: #0273d4;
	border-color: #0273d4
}

.pagination li.disabled a {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
form[name='hiddenProduct']{
    display: flex;
    margin-bottom: 10px;
    margin-left: -20px;
}
form[name='hiddenInvoice'] {
    display: flex;
    margin-bottom: 10px;
    margin-left: -10px;
}
@media (max-width: 768px) {
    .hideChecks {
        left: 10px;
    }
    .btn-group > a{
        font-size: 12px;
        padding: 10px;
    }
}

.no-data .text {
    margin-top: 10px;
    margin-bottom: 20px;
}


.service-tab a{
    line-height: 65px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
}
.service-mod {
    position: relative;
    padding: 40px 0 20px;
    background: #F5F5F5;
    overflow: hidden;
}
.service-tab {
    background: #FFF;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%);
}
.status {
	font-weight: 400;
	padding: 0;
	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;
}
.status.status-customer-reply {
	color: #f60;
}

div.product-details div.product-icon {
    margin: 0;
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    line-height: 1em;
    font-size: 60px;
}

.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;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.ticket-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ticket-cell {
	margin-left: 1.5rem;
	color: #a2a2a2;
}
@media (max-width: 576px) {
    .ticket-cell {
    	margin-left: 0;
    	margin-bottom: 5px;
    }
}
.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;
}

.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;
}
.main-news-body .announcement-items {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, auto);
}
.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);
}
.main-news-body .announcement-item a {
	min-height: 180px;
}
.announcement-item:first-child {
	grid-column: 1/span 2;
	grid-row: 1/span 2;
}
.main-partner-items {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(6, 1fr);
}
.main-partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-partner-item img {
	max-height: 100px;
	max-width: 90%;
	opacity: .6;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.main-partner-item:hover img {
	opacity: 1;
	transform: translateY(-2px) scale(1.02);
}

@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;
	}
}


.index-service {
    border-bottom: 1px solid #e7e9ee;
}
.index-service .item {
    color: #EEE;
    height: 100px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.index-service .item:hover {
    box-shadow: 0 4px 20px 0 rgba(0,22,100,.2);
}
.index-service .item .item-image {
    margin-right: 15px;
}
.index-service .item .item-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 0 0 5px;
    color: #242D4E;
}
.index-service .item .item-text {
    line-height: 1.6;
    color: #8B9DB6;
}

/*首页产品tab*/
.tabs{
    background: #f4f4f8;
    background-size: 1920px 610px;
    background-position: center;
    background-image: url(../img/joker/index-tabs.jpg);
}
.tabs .nav-tabs{
    margin-bottom: 0;
}
.tabs .tab-content {
	margin-top: 35px;
}
.tabs .text {
	padding-right: 50px;
}
.tabs .tab-lists .host-feature {
	margin-bottom: 20px;
}
.tabs .tab-lists .host-feature:last-child {
	margin-bottom: 0;
}
.tabs img {
	border-radius: 10px;
	width: 600px;
}
.tabs .hosting-tabs ul {
	text-align: center;
}
.tabs .tab-title h3 {
	font-size: 30px;
	display: inline-block;
	padding-top: 10px;
	font-weight: 900;
	color: #5e58aa;
}
.tabs .tab-title p {
	font-size: 15px;
}
.tabs .tab-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaebfd;
}
.tabs h4 {
	font-size: 20px;
	font-weight: 400;
}

.tabs ul.nav.nav-tabs {
	margin-top: 0 !important;
	text-align: center;
}
.tabs .nav-tabs>li {
	display: inline-block;
	float: none;
}
.tabs .nav-tabs>li>a {
	padding: 15px 50px;
	font-size: 18px;
	font-weight: 400;
	display: block;
	color: #333;
	text-decoration: none;
}
@media(max-width: 720px){
    .tabs .nav-tabs>li>a{
        padding: 2px;
        font-size: 14px;
    }
    
}



.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li > a.active, 
.tabs .nav-tabs > li > a.active:focus, 
.tabs .nav-tabs > li > a.active:hover {
    color: #f38002;
    border: 0 none;
    background-color: transparent;
    border-bottom: 3px solid #f38002;
    
}
.tabs .text {
	overflow: hidden !important;
}
.tabs .tab-lists {
	display: grid;
}
.tabs .tab-lists i {
	width: 40px;
	height: 40px;
	background: #14d468;
	border-radius: 100%;
	border: 3px solid #ffffff;
	color: #ffffff;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 37px;
	font-size: 15px;
}
.tabs .boxes {
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 15px 10px 10px;
}
.tabs .boxes i {
	color: #14d468;
	margin: 10px 0 17px;
	font-size: 35px;
}
.tab-pane-left .box-container{
    margin-bottom: 15px;
    background-color: #f3f5f8;
    background-image: url(../img/joker/box-container.webp),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
    background-size: 340px auto,auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.boxes-two .tab-pane-left .box-title{
    border: none;
    margin: 0;
}
.boxes-two .tab-pane-left .box-desc{
    line-height: 30px;
    margin-bottom: 5px;
}
.tab-pane-left .box-tag span{
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 13px;
    color: #999;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
}
.tab-pane-left .price-btn{
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.tab-pane-left .price-btn .price{
    color: red;
    font-weight: 400;
    font-size: 12px;
}
.tab-pane-left .price-btn .price b{
    font-size: 28px;
    font-weight: 700;
    margin: 0 2px;
}
.tab-pane-center-top{
    height: 405px;
    box-shadow: 0 5px 30px rgb(73 61 94 / 7%);
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 15px;
    background-size: cover;
}
.tab-pane-center-top .tab-text{
    padding: 30px;
    color: #fff;
    letter-spacing: 3px;
    -webkit-animation: mymove 3s infinite;
    animation: mymove 3s infinite;
}
@-webkit-keyframes mymove {
    50% {opacity: 0;}
}

/* Standard syntax */
@keyframes mymove {
    50% {opacity: 1;}
}
.tab-pane-center-top .tab-text h2{
    margin-top: 0;
}
.tab-pane-center-top .tab-text button{
    margin-top: 30px;
    margin-top: 30px;
    padding: 10px 40px;
    font-size: 14px;
}

.tab-pane-center-bottom{
    background: url('https://www.hopeidc.com/assets/img/aff.png') center no-repeat;
    height: 200px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}
@media(max-width: 720px){
    /*.tab-pane-left{*/
    /*    margin-right: -15px;*/
    /*}*/
    /*.tab-pane-right.tab-pane-left{*/
    /*    margin-right: 0;*/
    /*    margin-left: -15px;*/
    /*}*/
    .tab-pane-left .price-btn{
        display: block;
    }
    .solution-icon{
        height: auto;
    }
}
/*首页 解决方案*/
.main-solution-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    position: relative;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    background-color: #fbfcfd;
    transition: all .3s ease-in-out;
    box-shadow: 0 12px 18px 2px rgb(204 204 204 / 17%)
}
.main-solution-item:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.main-solution-item h4{
    font-size: 1.2rem;
    font-weight: 700;
}
.main-solution-item img{
    width: 110px;
}

.boxes-two .box-container {
    padding: 20px;
    /*background: #ffffff;*/
    border: 1px dashed rgba(75, 55, 189, 0.1);
    box-shadow: 0  5px 30px rgba(73, 61, 94, 0.07);
    border-radius: 10px;
    transition: .2s linear;
}
.boxes-two .box-container:hover {
    border: 1px solid rgba(75, 55, 189, 0.05);
}
.boxes-two .box-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.boxes-two .box-title h4 {
    font-weight: 700;
    font-family: 'Open Sans';
    font-size: 18px;
    text-transform: uppercase;
}
.boxes-two .box-title i {
    font-size: 17px;
    padding-right: 5px;
    color: #14d468;
}
.boxes-two .buttons i {
    font-size: 12px;
}
.boxes-two ul{
    padding: 0;
}
.boxes-two li {
    line-height: 30px;
    display: flex;
    font-size: 13px;
}
.boxes-two li::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    font-size: 10px;
    padding-right: 5px;
    color: #f38002;
}
.boxes-two .buttons {
    margin-top: 20px;
    text-align: center;
}
.boxes-two .box-container .btn {
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 3px;
    margin-right: 10px;
}
@media(max-width: 1023px){
    .main-solution-item{
        padding: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .main-solution-item p{
        font-size: 15px;
    }
    .main-solution-item img{
        width: 100px;
    }
}

/*首页 文章列表*/
.news-main{
    border-radius: 4px;
    border: 1px solid #EEE;
}
.news-title {
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px 4px 0 0;
    padding: 0 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news-title h4 {    
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}
.news-title > a {
    color: #FFF;
    text-decoration: none;
}
.index-news [class*=col-]:nth-child(1) .news-title {
    background-image: url('/img/news01.jpg');
}
.index-news [class*=col-]:nth-child(2) .news-title {
    background-image: url('/img/news02.jpg');
}
.index-news [class*=col-]:nth-child(3) .news-title {
    background-image: url('/img/news03.jpg');
}
.news-list {
    padding: 10px;
    margin: 0;
}
.news-list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list > li > a {
    color: #333;
    text-decoration: none;
}
.news-list > li > a:hover {
    color: #ef2a3a;
}
.news-list > li > span {
    color: #AAA;
    font-size: 12px;
}
/*服务器参数样式*/
.price-main {
	background-color: #FFF;
	border: 1px solid #e9eef1;
	margin-bottom: 30px;
}
.price-title {
	color: #FFF;
	font-size: 22px;
	line-height: 60px;
	text-align: center;
	background-color: #4385f5;
}
.price-subtitle {
	padding: 20px ;
}
.price-config {
	padding: 10px 0;
	margin: 0 20px;
	display: flex;
	background-color: #f2f4f6;
}
.price-config-item {
	flex: 1;
	text-align: center;
}
.price-config-item-main {
	font-size: 20px;
	line-height: 1.5;
}
.price-config-item-sub {
	font-size: 12px;
	line-height: 1.5;
}
.price-config-price {
	text-align: center;
	margin: 15px 0;
}
.price-config-price span {
	color: #fe6e84;
	font-size: 24px;
	font-weight: 600;
}
.price-config-btn {
	padding: 0 20px 20px;
}
.price-table {
	background-color: #FFF;
}
.price-row {
    display: flex;
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dae1e8;
}
.price-row:not(.table-header):hover {
    box-shadow: 0 0 40px -10px rgba(34,41,47,0.2);
    z-index: 10;
    transition: all .3s ease-in-out;
}
.price-header {
	color: #FFF;
    height: 40px;
    line-height: 40px;
	padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
	background-color: #4685f6;
	border-bottom: 0 none;
}
.price-cell:first-child {
	width: 30%;
}
.price-cell {
	line-height: 1.5;
	width: 12.5%;
}
.price-cell-price {
	text-align: right;
	padding-right: 20px;
}
.price-cell span {
	display: block;
    color: #606F7B;
    font-size: 12px;
}
.price-cell{width: 10%;}
.price-cell:first-child,
.price-cell:nth-child(3),
.price-cell:nth-child(4){
    width: 20%;
}
.price-cell:last-child{
    width: 5%;
}
@media (max-width: 991px){
    .price-row {
		display: block;
	}
	.price-header {
		display: none;
	}
	.price-cell {
		width: 100% !important;
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	    line-height: 1.9;
	}
	.price-cell-price {
		padding-right: 0;
		font-weight: 600;
		margin-bottom: 10px;
	}
	.price-cell-price span {
		font-size: 14px;
	}
}

/*产品分类 切换卡*/
.pages-tabs {
    height: 60px;
    box-shadow: 0px 0px 15px 0px rgb(45 154 250 / 22%);
    background: #FFFFFF!important;
    overflow: hidden;
    position: relative;
}
.swiper {
    position: initial !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.pages-tabs .swiper-button-next, 
.pages-tabs .swiper-button-prev{
    top: 52%;
}
.pages-tabs .swiper-button-next{
    right: 18%;
}
.pages-tabs .swiper-button-prev{
    left: 18%;
}
.tabs-item {
    float: left;
    height: 60px;
    width: 18%;
}
.pages-tabs.pages .tabs-item{
    width: 25%;
}
@media (max-width: 768px){
    .tabs-item {width: 50%;}
    .pages-tabs.pages .tabs-item{width: 25%;}
    .pages-tabs .swiper-button-next, 
    .pages-tabs .swiper-button-prev{
        top: 50%;
    }
    .pages-tabs .swiper-button-next{
        right: 0;
    }
    .pages-tabs .swiper-button-prev{
        left: 0;
    }
}

.tabs-item.active {
    background-color: #ffffff!important;
}
.tabs-item > a {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 60px;
    font-weight: 500;
    height: 60px;
    color: #68717a;
}
.tabs-item > a:hover {
    color: #0984e3;
    text-decoration: none;
    background-color: #f2f4f8!important;
}

/*首页 友情链接*/
.footer-main .mains > a > i{
    font-size: 28px;
    padding: 10px;
    background: #23304c;
    border-radius: 50%;
    margin-top: 15px;
}
.footer-links{
    display: flex;
    margin-top: 10px;
    border-top: 1px solid #1e2540;
    padding-top: 10px;
}
.footer-links .links-title{
    font-size: 14px;
    margin-right: 30px;
    white-space: nowrap;
}

.footer-btm{
    margin-top: 10px;
    border-top: 1px solid #1e2540;
    padding-top: 10px;
}
.footer-btm p{
    margin-bottom: 0;
}
@media(max-width: 767px){
    .footer-links{
        display: none;
    }
    .footer-btm{
        margin-top: 0;
        border-top: none;
        
    }
} 




/*产品优势 */
.section-cpys .cpys-box{
    display: flex;
    padding: 20px;
}
.section-cpys .cpys-box .left i{
    font-size: 50px;
    padding: 10px;
    width: 80px;
    text-align: center;
}


/*全局 侧边栏 联系方式 社交平台*/
.left-sidebar {
    width: 45px;
    height: 350px;
    position: fixed;
    background: #fff;
    top: 45%;
    right: 0;
    border-radius: 5px 0 0 5px;
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
    z-index: 999;
}

.left-sidebar .sidebar-socials {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}

.left-sidebar .contact-links {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}

.left-sidebar .contact-links a:hover {
    cursor: pointer;
}

.left-sidebar .notification {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    font-size: 9px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 27%;
    text-align: center;
    background: #f38002;
    line-height: 10px;
}

.left-sidebar .link-style i {
    display: grid;
    text-align: center;
    color: #0c092b;
    opacity: 0.7;
    margin-bottom: 25px;
    font-size: 14px;
    transition: .2s linear;
}

.fadeInOut {
    animation-duration: .1s !important;
}

.left-sidebar .link-style i:hover {
    opacity: 0.8;
}
@media(max-width:767px){
    .left-sidebar{
        bottom: 0;
        width: 100%;
        box-shadow: 0 -1px 3px 0 rgb(26 26 26 / 10%);
        padding: 15px;
        z-index: 5;
        flex-flow: nowrap;
        display: flex;
        justify-content: space-between;
        height: auto;
        top: auto;
        border-radius: 0;
    }
    .left-sidebar .contact-links{
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex: 1;
        position: initial;
    }
    .left-sidebar .link-style i{
        margin-bottom: 0;
    }
    .left-sidebar .notification{
        left: 78px;
        top: 15%;
    }
}

/* home page modal */
.modal-contact {
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: inline-block;
    background: #f3800214;
    text-align: center;
    padding: 15px;
}
.modal-contact a{
    color: #242D4E;
}
.modal-contact a:hover{
    color: #f38002;
}
.modal-contact h4{
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
}
.modal-contact i {
    color: #0c092bc9;
    font-size: 30px;
    margin-bottom: 15px;
}

#myModal .modal-footer button {
    display: block;
    width: 100%;
}