html {
	font-size: 85%;
}
body, th, td, input, select, textarea, button {
    font-family: 'Spoqa Han Sans','Malgun Gothic', 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
    color: #333;
    line-height: 1.5;
    letter-spacing: -1px;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, th, td, input, select, textarea, button {
    font-family: 'Spoqa Han Sans','Malgun Gothic', 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
input, select, textarea {
    letter-spacing: 0;
}
:focus {
	outline: none;
	box-shadow: none !important;
}
.hidden {
	display: none;
}
select.form-control,
#order-standard_cart select.form-control {
    padding-top: 0;
    padding-bottom: 0;
    appearance: none;
    background-image: url('../fonts/8af84f39cea94788b8d2f754f4219c7c.woff');
    background-position-y: 50%;
    background-position-x: calc(100% - 11px);
    background-repeat: no-repeat;
    padding-right: 24px;
    -webkit-appearance: none;
}
.form-control {
	min-height: 38px;
	font-size: 1rem;
    border-radius: 4px;
}
.space {
	padding-top: 35px;
	padding-bottom: 35px;
}
.space2x {
	padding-top: 70px;
	padding-bottom: 70px;
}
.header {
	border-bottom: 0;
	background-color: #26292f;
}
.header.fixed {
    width: 100%;
    height: 90px;
    z-index: 1010;
	position: fixed;
	border-bottom: 1px solid #535861;
	transition: all .15s ease-in-out;
}
.header .navbar-brand {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 26px;
	text-indent: -999em;
	width: 170px;
	height: 36px;
	padding: 0;
}
.header .navbar {
	height: 60px;
}
.header .navbar-nav .dropdown-menu .dropdown-link {
	line-height: 24px;
	display: block;
	text-decoration: none;
	color: #555;
    font-size: 14px;
}
.header .navbar-nav .dropdown-menu .dropdown-item:active .dropdown-link {
	color: #FFF;
}
.header .navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
    padding: 0 1rem;
    line-height: 59px;
    font-size: 16px;
}
.header .navbar .navbar-nav .nav-link:hover {
	color: rgba(255,255,255, .6);
}
.header .navbar .navbar-nav .btn-primary {
	color: #FFF;
	padding: 2px 15px 3px;
    border-radius: 2px;
    background-color: #535861;
    font-size: 0.875rem;
    font-weight: 400;
    border: 0 none;
    font-size: 13px;
}
.navbar-top {
	font-size: 14px;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #535861;
}
.navbar-top .nav-item {
	display: flex;
	align-items: center;
}
.navbar-top a:link,
.navbar-top .nav-link {
	padding: 0;
	color: #ccc;
	line-height: 29px;
}
.navbar-top .fa {
    margin-right: 2px;
    font-size: 12px;
    color: #ccc;
}
.navbar-top .bar {
	height: 14px;
	width: 1px;
	background-color: #CCC;
}
.home-notices {
	height: 60px;
	background-color: #e1e2e9;
}
.home-notices .splide--ttb>.splide__pagination {
	display: none;
}
.home-notices .splide__arrows {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 100;
    display: inline-block;
}
.home-notices .splide__arrow {
    display: block;
    height: 16px;
    width: 16px;
    font-size: 1.5rem;
    outline: none;
    background-color: transparent;
    position: relative;
}
.home-notices .splide__arrow svg {
	max-height: 16px;
	max-width: 16px;
}
.home-notices .splide--ttb>.splide__arrows .splide__arrow--prev {
	top: 0;
    margin-bottom: 15px;
}
.home-notices .splide--ttb>.splide__arrows .splide__arrow--next {
	bottom: 10px;
}
.home-notices .splide__slide {
	display: flex;
	align-items: center;
}
.home-notices .splide__slide .badge-cell {
	margin-right: 15px;
    padding: 3px 11px;
    border-radius: 13px;
    background: #333;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 600;
}
.home-notices .splide__slide .text {
    padding-left: 10px;
}
.home-notices .splide__slide .text a {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}
.header-lined {
	background-color: #f1f2f7;
}
.header-lined h1 {
    margin: 0;
    border-bottom: none;
    font-weight: 400;
    color: #2a2e36;
    font-size: 2.4rem;
    line-height: 40px;
    line-height: 1.5;
}
.header-lined h1 small {
	font-weight: 400;
    line-height: 1;
    color: #777;
    margin-left: 10px;
    font-size: 1.2rem;
}
.header-lined .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
	line-height: 24px;
}
.header-lined .breadcrumb a {
	color: #888;
}
.header-lined .breadcrumb .breadcrumb-item.active {
	color: #333;
}
.content-warp {
	min-height: 550px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f1f2f7;
}
.sidebar .card {
	overflow: hidden;
}
.sidebar .card-title,
.sidebar .list-group-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar .card-title {
	font-weight: 400;
	font-size: 14px;
}
.card-header {
    padding: .75rem 1rem;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	padding: 150px 0;
}
.home-swiper {
	margin-top: -1px;
	height: 521px;
    padding: 130px 15px;
    background-position: center;
    background-size: cover;
    background-image: url("../fonts/bg-cloudidx-banner-1.svg");
    background-color: #272930;
}
.home-swiper .slogan {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.5;
}
.home-swiper .slogan .bold {
	font-weight: 600;
}
.home-swiper .btn {
	color: #f8f9fa;
    width: 156px;
    margin-top: 55px;
    line-height: 22px;
    padding: 10px 0;
}
.home-swiper .btn:hover {
	color: #333;
}
.home-notice {
	background-color: #e1e2e9;
}
.home-service {
	background-color: #f1f2f7;
}
.title-main {
	text-align: center;	
}
.title-head {
	font-size: 2.5em;
	font-weight: 400;
    letter-spacing: -0.7px;
}
.sub-head {
    margin: 10px 0 40px;
    font-size: 1.2rem;
    letter-spacing: -0.49px;
    color: #666;
}
.service-items {
	border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
    text-align: left;
    margin-bottom: 30px;
}
.service-items .item-img {
	height: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.service-items .item-img-1 {
	background-image: url("../fonts/ico-cloudidx-service-1.svg");
}
.service-items .item-img-2 {
	background-image: url("../fonts/ico-cloudidx-service-2.svg");
}
.service-items .item-img-3 {
	background-image: url("../fonts/ico-cloudidx-service-3.svg");
}
.service-items .item-img-4 {
	background-image: url("../fonts/ico-cloudidx-service-4.svg");
}
.service-items .item-img-5 {
	background-image: url("../fonts/img-security-service-1.svg");
}
.service-items .item-img-6 {
	background-image: url("../fonts/img-security-service-2.svg");
}
.service-items .item-img-7 {
	background-image: url("../fonts/img-security-service-3.svg");
}
.service-items .item-img-8 {
	background-image: url("../fonts/img-security-service-4.svg");
}
.service-items .item-info {
    padding: 20px;
}
.service-items .item-info .item-title {
    font-size: 1.6rem;
}
.service-items-nonimg {
	margin-bottom: 0;
	min-height: 85px;
}
.service-items-nonimg .item-info {
	display: flex;
}
.service-items-nonimg .item-info .item-title {
	width: 100px;
	font-size: 1.6rem;
	margin-bottom: 0;
	display: inline-table;
}
.service-items .item-info .item-desc {
    font-size: 1.1rem;
    color: #888;
    margin-bottom: 0;
}

.home-reason {
	background: #26292f url("../fonts/bg-cloudidx-reason.svg");
    background-position: center;
    background-size: cover;
}
.reason-line {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.reason-line img {
	max-width: 72px;
    margin-bottom: 10px;
}
.reason-title {
	color: #FFF;
	font-size: 2rem;
	display: block;
	margin: 0;
	font-weight: 400;
}
.reason-desc {
    margin-top: 20px;
    font-size: 1.2rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}
.home-notice {
	background-color: #f1f2f7;
}
.home-notice .notice-item-title h3 {
	border-bottom: 2px solid #404856;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.notice-item p {
    padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.home-notice .notice-item-list li {
	border-bottom: 1px solid #e5e5e5;
    color: #333;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-notice .notice-item-list li a {
	color: #333;
}
.home-notice .notice-item-list li .time {
    color: #999;
}
.home-support {
	background-color: #272930;
	background-image: url("../fonts/img-cloudidx-consult.svg");
	background-position: right center;
	background-repeat: no-repeat;
}
.home-support .title-main {
	display: inline-block;
	color: #fff;
    letter-spacing: -0.36px;
    vertical-align: top;
    margin: 0 18% 0 0;
    text-align: left;
}
.home-support .title-main .title-head {
    font-size: 3rem;
	color: #fff;
}
.home-support .info-lists {
    display: inline-block;
    margin: 0 45px 0 0;
    vertical-align: top;
    list-style: none;
    padding: 0;
}
.home-support .info-lists .item {
    display: table;
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.9);
}
.home-support .info-lists .item::before {
    width: 20px;
    display: table-cell;
    content: '\2022';
}
.home-support .info-lists .desc {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.home-support .info-lists .number {
    margin: 20px 45px 0 0;
    font-size: 1.6rem;
    display: inline-block;
}
.home-consult {
	padding: 35px 0;
    background-image: linear-gradient(to bottom, #0094e9, #0962c8);
    text-align: center;
}
.consult-main {
	display: flex;
	align-items: center;
	justify-content: center;
}
.consult-main h1 {
	margin: 0 20px 0 0;
	font-size: 2.4rem;
    color: #fff;
    letter-spacing: -0.36px;
}
.consult-main .btn {
	color: #f8f9fa;
	width: 140px;
	padding: 10px 0;
	border-radius: 3px;
	transition: background-color .15s ease-in-out;
}
.consult-main .btn:hover {
	color: #333;
}

.home-contact {
	background-color: #2d3138;
}
.contact-title {
	color: #FFF;
}
.contact-item {
	background-color: #272930;
	border-radius: 5px;
    padding: 22px 28px;
    min-height: 100px;
}
.contact-item.contact-items {
	display: flex;
	align-items: center;
}
.contact-item.contact-items .nav-link {
	flex: 1;
    text-align: center;
    color: #eee;
    line-height: 18px;
    padding: 0;
}
.contact-item.contact-items .nav-link:not(:first-child) {
    border-left: 1px solid #eee;
}
.contact-item-body {
	display: flex;
	align-items: center;
}
.contact-item-body:first-child {
	padding-bottom: 5px;
}
.contact-item-body-title {
	color: #FFF;
	width: 170px;
}
.contact-item-body-phone {
	color: #ccc;
	font-size: 16px;
}
.contact-item-body-phone .tablet-block {
	padding-left: 10px;
}
footer.footer {
    color: #ccc;
    font-size: 14px;
    padding: 40px 10px;
	background-color: #26292f;
}
footer.footer p:first-child {
	padding-top: 9px;
}
footer.footer p {
    padding-top: 10px;
	margin-bottom: 0;
}
footer.footer .btn {
    border: 0 none;
    font-size: 14px;
}
footer.footer .policy-area {
    display: flex;
    margin-bottom: 15px;
}
footer.footer .policy-area li:first-child {
    padding-left: 0;
}
footer.footer .policy-area li {
    padding: 0 15px;
}
footer.footer .policy-area li a {
    color: #CCC;
    font-weight: 400;
    text-decoration: none;
}

/* Cart CSS */
.header-top {
	background: #043E89;
    background: linear-gradient(#26292F, #043E89);
}
.header-top .bg-img-wrap {
    background-image: url("../fonts/bg-idcindex-pc.svg");
    background-position: top center;
    background-size: auto 280px;
}
.header-top.pages .bg-img-wrap {
    background-image: url("../fonts/bg-cloudindex-pc.svg");
}
.header-top.pages .slogan h1 {
	font-size: 42px;
    font-weight: 600;
}
.header-top .slogan {
	padding: 60px 0;
}
.header-top .slogan h1 {
    font-size: 36px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 500;
}
.header-top .slogan h1 small {
	color: rgba(255,255,255,.6);
	font-size: 65%;
	margin-left: 10px;
}
.header-top .slogan p {
	color: rgba(255,255,255,.9);
	margin-bottom: 0;
}

/* vps */
.boxe {
	position: relative;
	top: 0;
    padding: 30px;
	border: 1px solid #f9fafc;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: top .3s;
    margin-bottom: 30px;
}
.boxe .new {
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    background-color: #ff9803;
    border: 1px solid #ff9803;
    font-size: 14px;
}
.boxe .new.unvisible {
    visibility: hidden;
}
.boxe .percent {
    display: inline-block;
    margin-right: 5px;
    padding: 0 6px;
    border: 1px solid #f66b05;
    color: #f66b05;
    font-size: 14px;
}
.boxe .name {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}
.boxe .badge.deeporange {
	position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    border-radius: 6px 0 0;
    color: #fff;
	padding: 8px 10px;
    background-color: #ff6f00;
}
.boxe .badge.qty {
	position: absolute;
    top: -1px;
    right: -1px;
    display: inline-block;
    border-radius: 0 6px 0 0;
    color: #fff;
	padding: 8px 10px;
    background-color: #007dc2;
}
.boxe dl,
.boxe dl dd,
.boxe dl dt {
    line-height: 2.2;
    margin-bottom: 0;
}
.boxe dl dt {
    float: left;
    min-width: 90px;
    color: #999;
}
.boxe dl dd {
	color: #333;
	font-weight: 500;
}
.boxe .cost {
    font-size: 18px;
    margin-bottom: 10px;
}
.boxe .cost s {
    display: block;
    text-decoration: line-through;
    font-size: 16px;
}
.boxe .cost .big {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Spoqa Han Sans','Malgun Gothic','Apple SD Gothic Neo', dotum, sans-serif;
}
.boxe .cost .won {
	font-size: 14px;
	color: #b7b7b7;
	vertical-align: text-top;
}
.boxe .btn:link,
.boxe .btn:focus,
.boxe .btn:active {
	margin-bottom: 20px;
	border-width: 0px;
    padding: 12px 0;
    min-width: 140px;
    font-size: 14px;
}
.boxe .btn-primary {
    background-color: #3090d6;
}
.boxe .btn-outofstock {
	color: #FFF;
	cursor: no-drop;
    background-color: #9ca0a7;
}
.bottom-border {
    border-bottom: 1px solid #f3f3f3;
}
.product-os {
	padding-bottom: 60px;
}
.product-os .os.centos {
	background-image: url('../images/centos.png');
}
.product-os .os.ubuntu {
	background-image: url('../images/ubuntu.png');
}
.product-os .os.fedora {
	background-image: url('../images/fedora.png');
}
.product-os .os.debian {
	background-image: url('../images/debian.png');
}
.product-os .os.suse {
	background-image: url('../images/opensuse.png');
}
.product-os .os.win {
	background-image: url('../images/windows.png');
}
.product-os .os {
    position: relative;
    height: 70px;
    border: 1px solid #ccc;
    margin-top: 30px;
    color: #666;
    border-radius: 5px;
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 40px;
}
.product-os .os > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 80px;
}
.functions h1.sub-title {
	margin: 0 0 60px;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -2px;
    text-align: center;
}
.functions .item {
    color: #666;
    font-size: 16px;
}
.functions .item .img-thumb {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.functions .item .title {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 18px;
}
.functions .item .img-thumb.use {
    background-image: url('../images/ico-addition-i2.1.svg');
}
.functions .item .img-thumb.no-agreement {
    background-image: url('../fonts/ico-addition-i3.1.svg');
}
.functions .item .img-thumb.vps-freefw {
    background-image: url('../fonts/icon-reason-i1.svg');
}
.functions .item .img-thumb.vps-remote-power {
    background-image: url('../fonts/icon-reason-i2.svg');
}
.functions-2 {
	padding-top: 50px;
}
.functions-2 .sub-title {
	margin: 0 0 50px;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -2px;
    text-align: center;
}
.functions-2 .item {
    color: #666;
    font-size: 16px;
	min-height: 130px;
    padding: 30px 54px 0 98px;
    background-size: 72px;
    background-repeat: no-repeat;
    background-position: left center;
}
.functions-2 .item.icon-1 {
    background-image: url('../fonts/ico_addition_1.svg');
}
.functions-2 .item.icon-2 {
    background-image: url('../fonts/ico_addition_2.svg');
}
.functions-2 .item.icon-3 {
    background-image: url('../fonts/ico_addition_3.svg');
}
.functions-2 .item.icon-4 {
    background-image: url('../fonts/ico_addition_4.svg');
}
.functions-2 .item.icon-5 {
    background-image: url('../fonts/ico_addition_5.svg');
}
.functions-2 .item.icon-6 {
    background-image: url('../fonts/ico_addition_6.svg');
}
.functions-2 .item .title {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 18px;
}

.recommend {
	padding-bottom: 40px !important;
    background-color: #1b70b8;
}
.recommend .title-s {
    color: #fff;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: -2px;
    margin: 0;
}
.recommend .item {
	min-height: 145px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #2886ca;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.orange.recommend .item {
    background-color: #ec8d33;
}
.orange.recommend .item p {
    color: #FFF;
}
.recommend .item a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
}
.recommend .item p {
    color: #d2f0ff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.faq-area h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 32px;
    color: #141414;
}
.faq-area .item-collapse {
    font-size: 18px;
    color: #676767;
    margin-top: 22px;
    border-top: 2px solid #6f6f6f;
}
.faq-area .item-collapse > li {
    border-bottom: 1px solid #e5e5e5;
}
.faq-area .item-collapse .collapse-item {
    position: relative;
}
.faq-area .item-collapse .collapse-header {
    padding: 22px;
    cursor: pointer;
    color: #141414;
}
.faq-area .item-collapse .collapsed.collapse-header {
    background-color: transparent;
}
.faq-area .item-collapse .collapse-header {
    background-color: #f6fafd;
}
.gt-active .gt-collapse-content {
    background-color: #f6fafd;
}
.faq-area .item-collapse .icon.q {
    background-color: #1d7abc;
}
.faq-area .item-collapse .icon.a {
    background-color: #6c737d;
}
.faq-area .item-collapse .icon {
    position: absolute;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.faq-area .item-collapse .text {
    margin-left: 46px;
}
.faq-area .item-collapse .collapse-content {
    padding: 0 22px 30px;
    background-color: #f6fafd;
}
@media (min-width: 992px) {
    .page-content {
        display: flex;
        flex-wrap: wrap;
    }
    .item-content {
        flex: 1;
        width: 100%;
    }
    .item-sidebar {
        width: 360px;
        padding-left: 4rem;
    }
}
#order-standard_cart {
    letter-spacing: 0;
}
#orderSummary {
    position: sticky;
    top: 120px;
}
#order-standard_cart .order-summary {
    border: 1px solid #d2d6dd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fafbff;
}
#order-standard_cart .order-summary h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-align: left;
    border-bottom: 1px #e4e4e4 solid;
    padding: 10px 15px;
}
#order-standard_cart .summary-container {
    background-color: transparent;
    padding: 0;
}
#order-standard_cart .btn-success {
    padding: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#order-standard_cart .order-summary .product-name,
#order-standard_cart .order-summary .product-group,
#order-standard_cart .order-summary .product-desc {
    padding: 10px 10px 0;
    margin: 0;
}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .recurring-totals,
#order-standard_cart .order-summary .total-due-today-padded {
    padding: 10px;
    margin: 0;
}
.cart-content {
    margin-bottom: 2rem;
}
#frmConfigureProduct .cart-content h3 {
    font-family: PingFangSC-Medium, hiragino sans gb, helvetica neue, helvetica, arial, microsoft yahei ui, microsoft yahei, simsun, "sans-serif";
    font-size: 16px;
    margin-top: 0;
    line-height: 22px;
}
.panel {	
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}
.panel-form {
	padding: 25px;
	background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin: 10px 0 20px;
}
.panel-check {
    margin: 10px 0 20px;
    cursor: pointer;
    background-color: #fff;
}
.panel-check.checked {
    border-color: #2898e7;
}
.panel-check label {
    cursor: pointer;
    display: flex;
    margin: 0 !important;
}
.panel-check > .check {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}
.check {
    position: relative;
}
#order-standard_cart .apply-credit-container .radio {
    padding-left: 0;
    font-weight: 400;
    display: block;
}
.apply-credit-container .iradio_square-blue {
    position: relative;
}
.iradio_square-blue {
    position: relative;
    transform: scale(.8);
}
.icheckbox_square-blue {
    position: relative;
    transform: scale(.7);
    top: -1px;
    left: 2px;
}
.check-content {
    margin-left: 12px;
}
.check-title {
    margin: 0 0 5px;
    color: #212529;
    font-weight: 500;
    font-size: 15px;
}
.check-subtitle {
    color: #7c8088;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
#order-standard_cart .panel-form {
    background-color: #f3f3f3;
}
#order-standard_cart .panel-form label {
    font-weight: 500;
    color: #666;
}
.check-system {
    text-align: center;
}
.check-system .iradio_square-blue {
    top: 10px;
    left: 10px;
    display: none;
}
.check-system .check-content {
    margin-left: 0;
}
.check-system .fa-os {
    color: #9ca0a8;
    font-size: 60px;
    margin-bottom: 10px;
}
.fa-debian:before {
	content: "\f17c";
}
.checked .check-system .fa-os {
    color: #2898e7;
}
#order-standard_cart .panel-infos {
    background-color: #fafbff;
    border: 1px solid #d2d6dd;
    margin-bottom: 20px;
}
#order-standard_cart .panel-infos .panel-body {
    padding: 0;
}
.domain-information-title h2 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-align: left;
    border-bottom: 1px #e4e4e4 solid;
    padding: 10px 15px;
}
#order-standard_cart .product-info {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    padding: 15px;
}
.package-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.package-features li {
    display: flex;
    line-height: 1.4;
    padding: 6px 0;
}
.package-features li b {
    flex-basis: 110px;
    padding-right: 14px;
    color: #666;
    font-weight: 500;
}
.summary-conter {
    padding: 15px;
}
.summary-footer {
    padding: 15px;
    background-color: hsla(0, 0%, 100%, .95);
}
.checklist-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    line-height: 1.4;
    color: #333;
    font-size: 1rem;
}
.checklist-title {
	color: #999;
}
.checklist-item-title {
    padding: 0 14px 0 0;
    text-align: left;
    color: #666;
    flex-shrink: 0;
    font-weight: 600;
    width: 50%;
}
.checklist-item-desc {
    padding-right: 10px;
}
#order-standard_cart .order-summary .summary-totals {
    padding: 5px 0 0;
    border-top-color: #d2d6dd;
    border-bottom: 0 none;
}
#order-standard_cart .order-summary .total-due-today {
    background-color: hsla(0, 0%, 100%, .95);
    padding: 15px 15px 0;
    position: relative;
}
#order-standard_cart .order-summary .total-due-today:before {
    display: block;
    content: "";
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .03));
    position: absolute;
    left: 0;
    width: 100%;
    top: -10px;
    height: 10px;
}
#order-standard_cart .view-cart-tabs .promo .form-group {
    margin-bottom: 20px;
}
#order-standard_cart .view-cart-tabs .promo .btn-success {
    text-align: center;
}
#order-standard_cart .prepend-icon .field-icon {
    height: 40px;
    line-height: 42px;
    margin-bottom: 0;
}
#order-standard_cart .field,
#order-standard_cart .form-control {
    height: 40px;
    font-size: 1em;
}
#order-standard_cart .field[disabled], #order-standard_cart .field[readonly], #order-standard_cart .form-control[disabled], #order-standard_cart .form-control[readonly] {
	background-color: #fafbff;
}
#scrollingPanelContainer {
    position: relative;
}
.list-payment-method {}
.list-payment-method .iradio_square-blue {
    display: none;
}
.list-payment-method a {
    display: block;
    border-radius: 3px;
    border: 2px solid #EEE;
}
.list-payment-method a.active,
.list-payment-method a:hover {
    border-color: #2598e7;
}
.list-payment-method .payment-method-selector-content .icon {
    height: 90px;
    background-position: center center;
    background-size: auto 50%;
    background-repeat: no-repeat;
}
.list-payment-method .payment-method-selector-content.PayJS .icon,
.list-payment-method .payment-method-selector-content.WePay .icon,
.list-payment-method .payment-method-selector-content.WeChatPay .icon {
    background-size: auto 40px;
}
#order-standard_cart label {
	font-weight: 400;
}

/* ClientArea Home */
.show-panel {
    background: #fff;
    /* box-shadow: 0 0 6px 0 rgba(31,50,82,.1); */
    border-radius: 4px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.125);
}
.show-panel h2 {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 0 0 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show-panel .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 120px;
    overflow-y: scroll;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.show-panel .article-list li {
    line-height: 28px;
	display: flex;
	justify-content: space-between;
}
.show-panel .article-list .link {
    max-width: 285px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.show-panel .article-list span {
	color: #999;
}
.show-panel .article-list .link:hover {
    color: #2d77ee;
}
.account-list-item {
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.account-list-item > a {
	text-decoration: none;
}
.account-list-item .account-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: 0;
}
.account-list-item .item-type {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item {
    flex: 1 1 48%;
    height: 48px;
    background: #f6f7f8;
    border-radius: 4px;
}
.warning-list-item:first-child {
    margin-bottom: 12px;
}
.warning-list-item .link {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    text-decoration: none;
}
.warning-list-item .item-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.warning-list-item .item-count {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    color: #333;
    padding-top: 5px;
}
.alarm-list-item {
    flex: 1 1 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    background: rgba(31, 50, 82, .04);
    border-radius: 4px;
}
.alarm-list-item > a {
	text-decoration: none;
}
.alarm-list-item .alarm-detail {
    font-family: DINCondensed-Bold;
    font-size: 20px;
    text-align: center;
}
.alarm-list-item .item-type {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.remain-items .wrap {
    padding: 0;
    margin: 0;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.remain-items .wrap .item:first-child {
    margin-top: 0;
}
.remain-items .wrap .item {
	cursor: pointer;
    margin-top: 12px;
    height: 72px;
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    justify-content: space-between;
    padding: 0 18px;
}
.remain-items .wrap .item:hover {
    background: #f3f7fe;
    border: 2px solid #6c9ff3;
}
.remain-items .wrap .item .item-left,
.remain-items .wrap .item {
    display: flex;
    align-items: center;
}
.remain-items .wrap .item .count {
    margin-top: 8px;
    font-family: DINCondensed-Bold;
    color: #333;
    font-size: 20px;
}
.my-resource .source-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my-resource .source-empty .empty-img {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url('../images/empty.png') 100% 100%/cover;
}
.my-resource .source-empty .empty-prompt {
    font-size: 14px;
    margin-top: 15px;
}
.my-resource .source-empty .create-prompt {
    font-size: 14px;
    margin-top: 8px;
}
.my-resource .wrap {
	padding: 0;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -12px;
}
.my-resource .item {
    position: relative;
    margin-bottom: 12px;
}
.my-resource .item .create {
	font-family: PingFangSC-Medium,hiragino sans gb,helvetica neue,helvetica,arial,microsoft yahei ui,microsoft yahei,simsun,"sans-serif";
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.my-resource .item .create .item-data {
	color: #d2d6dc;
}
.my-resource .item .count-oper {
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 15px;
    line-height: 1.3;
}
.my-resource .item .name-quota-part {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.my-resource .item .item-name {
}
.my-resource .item .count-oper {
	
}
.introduce {
    line-height: 17px;
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}
.envo {
    margin-top: 15px;
}
.envo-item {
    height: 90px;
    background: #fff;
    border: 1px solid rgba(45, 119, 238, .1);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.envo-item .content {
    padding-left: 60px;
}
.envo-item .content h2 {
    white-space: nowrap;
    opacity: .85;
    color: #2d77ee;
    line-height: 24px;
    margin: 0;
}
.envo-item .description {
    white-space: nowrap;
    margin-top: 7px;
    opacity: .5;
    font-size: 12px;
    color: #2d77ee;
}
.envo-item.item-1 {
    background-size: auto 50px;
    background-image: url('../images/30off.42bb49e.png');
}
.envo-item.item-2 {
    background-size: auto 50px;
    background-image: url('../images/30days.721c9a3.png');
}
.envo-item.item-3 {
    background-size: auto 50px;
    background-position: left center;
    background-image: url('../images/redenvelopes.7ec32cb.png');
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1180px;
	}
}
.submit-item a {
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #f2f2f2;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
.submit-item a:hover {
    background-color: #e5e5e5;
}
.submit-item .common-tool-icon {
    padding: 10px 20px 10px 0;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}
.submit-item .common-tool-icon > img {
    max-width: 32px;
}
.submit-item .common-tool-msg-cont {
    display: inline-block;
    padding: 5px 0;
}
.submit-item .submit-item-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    vertical-align: middle;
    width: 72%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.submit-item .submit-item-text {
    display: inline-block;
    color: #888;
    line-height: 24px;
    width: 100%;
    min-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.bootstrap-switch.bootstrap-switch-small {
	min-width: auto;
}
.invoice-header img {
	max-height: 52px;
}
.invoice-header ul li {
	text-align: right;
	line-height: 26px;
}
.invoice-header ul li .list-label {
	display: inline-block;
    padding: 0 15px 0 0;
    color: #a1a6b2;
}
.invoice-status {
	margin: 25px 0;
}
.invoice-status.status-lg {
    height: 80px;
    font-size: 32px;
    font-weight: 100;
    line-height: 80px;
}
.invoice-status .status-id {
    font-weight: 600;
    padding-left: 44px!important;
}
.invoice-status .status-label {
	padding: 0 20px;
    float: right;
    font-weight: 500;
    background-color: rgba(255, 255, 255, .1);
}
.invoice-main .card-title {
	font-size: 16px;
}
.invoice-main .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar .card-footer {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.sidebar .card-footer .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    
}
.sidebar .card-footer .btn-default {
	border: 1px solid #DDD;
}

/* dataTables */
.dataTables_wrapper {
    position: relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 4px;
}
div.dataTables_wrapper div.dataTables_filter label {
    padding: 0;
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #dfe3e7;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    font-weight: 400;
    color: #7c8088;
    background: #f6f7f8;
    padding: 0 16px !important;
    line-height: 45px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
}
.dataTables_wrapper div.dataTables_filter {
    display: none;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0px 0;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination {
	margin-bottom: 0;
}
.dataTables_wrapper table.table-list {
    color: #666;
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #dfe3e7;
    width: 60px;
    line-height: 1;
    padding: 0 0px 0 10px;
    min-height: 25px;
    margin: 0 5px;
}
.table-top .dropdown-toggle::after {
	display: none;
}
.dataTables_wrapper .dataTables_length {
    padding: 0 16px;
    height: 45px;
    border-top: 1px solid #e6e8ec;
    border-radius: 0 0 4px 4px;
    background-color: #f6f7f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dataTables_wrapper table.table-list {
	border: 0 none;
	border-radius: 0;
	margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
    color: #999;
    border: 0 none !important;
    font-weight: 600;
    text-align: left;
    background-color: #FFF !important;
}
table.table-list thead th,
table.table-list tbody td {
	padding: 12px 0 12px 15px;
}
.table-container {
    position: relative;
    padding: 0;
}
.table-container .view-filter-btns {
	position: absolute;
    top: 11px;
    right: 15px;
    z-index: 1;
}
.table-container .view-filter-btns .btn {
	color: #7c8088;
	min-width: 60px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.table-container .view-filter-btns .btn.active,
.table-container .view-filter-btns .btn:hover {
	color: #007bff;
	border: 1px solid #007bff;
}
.table-container .view-filter-btns .dropdown-menu {
	padding: 0;
	left: unset;
	right: 0;
}
.table-container .view-filter-btns .dropdown-menu .dropdown-item {
	line-height: 40px;
	padding: 0 15px;
}
.table-container .view-filter-btns .dropdown-menu .dropdown-item .dropdown-link {
	color: #666;
	display: block;
}
.table-container .view-filter-btns .dropdown-menu .dropdown-item .dropdown-link.active {
	color: #007bff;
	font-weight: 600;
}
.table-container .table td {
	vertical-align: middle;
}
.label.status {
	color: #999;
	padding: 0;
	background-color: transparent;
}
.label.status:before {
	content: '';
	width: 8px;
    height: 8px;
    border: 0 none;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    background-color: #999;
}
.label.status-active,
.label.status-completed,
.label.status-paid,
.label.status-open {
    color: #62ac32;
}
.label.status-active:before,
.label.status-completed:before,
.label.status-paid:before,
.label.status-open:before {
    background-color: #62ac32;
}
.label.status-pending {
    color: #ff7327;
}
.label.status-pending:before {
    background-color: #ff7327;
}
.label.status-unpaid,
.label.status-terminated {
    color: #dc3545;
}
.label.status-unpaid:before,
.label.status-terminated:before {
    background-color: #dc3545;
}
.label.status-cancelled {
    color: #87939f;
}
.label.status-cancelled:before {
    background-color: #87939f;
}
.label.status-fraud {
    color: #000;
}
.label.status-fraud:before {
    background-color: #000;
}

.w-table {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 2px solid #6f6f6f;
    border-bottom: 1px solid #9a9a9a;
}
.w-table th, .w-table td {
    display: table-cell;
    text-align: left;
    padding: 30px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
}
.w-table th {
    background-color: #f9fafc;
    font-weight: normal;
}
.product-table th {
    padding: 48px 0 45px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.product-table th:first-child {
    vertical-align: top;
    padding-top: 40px;
}
.product-table th:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.product-table tr:last-child th,
.product-table tr:last-child td {
    border-bottom: 1px solid #ccc;
}
.product-table.type2 th {
    padding: 20px 0;
}
.product-table.type2 th:first-child {
    padding-left: 30px;
}
.product-table.type2 .product-logo {
	display: none
}
.product-name {
    font-size: 28px;
}
.product-table.type2 .product-name {
    color: #333;
    line-height: 1.2;
    margin-bottom: 0;
}
.event-label, .event-label-green {
    display: inline-block;
    margin-left: 5px;
    padding: 0 6px;
    background: #ff9900;
    color: #fff;
    font-size: 14px;
}
.product-table td {
    font-weight: 400;
    color: #666;
    padding: 20px;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
}
.product-table td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    color: #333;
    font-weight: 400;
}
.product-table td .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-table td .desc {
	font-size: 12px;
	color: #AAA;
}
.product-table td .fab {
	font-size: 22px;
	color: #AAA;
}
.product-table td .ip-div {
	display: flex;
	align-items: center;
} 
.product-table td .ip-tag {
	height: 18px;
    min-width: 35px;
    display: block;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dbdee3;
    border-radius: 2px;
    background-color: #fbfbfc;
    color: #AAA;
    transform: scale(.8);
    margin-right: 2px;
    padding: 0 4px;
}
.product-table.type2 td {
    padding: 20px;
}
.product-table.type2 td.left {
    text-align: left;
}
.product-table .spec {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.product-table .spec .title {
    color: #333;
}
.product-table.type2 .product-apply {
    margin-bottom: 5px;
}
.product-table.type2 .product-apply .price {
    font-size: 18px;
    color: #333;
    vertical-align: middle;
    margin-bottom: 0;
}
.gt-medium, .term-price {
    font-size: 14px;
}

.product-table .btn {
	color: #FFF;
	padding: 0;
	border: 0 none;
	padding: 10px 32px;
	border-radius: 2px;
	background-color: #3090d6;
}
.product-table .btn:focus,
.product-table .btn:active {
	color: #FFF;
	box-shadow: none;
	background-color: #1479c2;
}
.product-table .btn:hover {
	color: #FFF;
	background-color: #34a0ef;
}
.color-picker-container.orange {
    background-color: #eb8423;
}

@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;
	}
	.header .navbar-nav.navbar-right>li {
		margin: 0;
	}
	.header .navbar-nav.navbar-right>li>a,
	.header .navbar-nav>li>a {
		padding: 15px;
		font-size: 18px;
		line-height: 1.5;
	}
	.header .navbar-nav.navbar-right>li .btn-link {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header .navbar-nav.navbar-right {
		margin-top: 0;
	}
	section.login .join-container {
		padding: 30px 15px;
	}
	.functions .item,
	.boxe {
		margin-bottom: 30px;
	}
	.wrap-main-swiper .content-slide .slogan {
		font-size: 23px;
		letter-spacing: -1px;
	}
	.advantage .items {
		margin-bottom: 30px;
	}
	.advantage .items dl {
	    min-height: 80px;
	    padding-right: 100px;
	    padding-bottom: 0;
	}
	.clientarea-home .nav-tabs, .section-server .nav-tabs {
	    border: 0 none;
	    height: 55px;
	    overflow: hidden;
	    overflow-x: scroll;
	    width: 100%;
	}
	.table-list thead,
	.product-table.type2 thead {
		display: none;
	}
	.w-table th, .w-table td {
		border-right: 0;
	}
	.table-list td,
	.product-table.type2 td {
		display: block;
	}
	.product-table td {
		text-align: left;
	}
	.product-table.type2 .product-apply {
		display: inline-block;
		margin-bottom: 0;
	}
	.product-table .btn {
		display: block;
		margin-top: 15px;
	}
	.table-list .spec,
	.product-table .spec {
		padding-left: 18px;
	}
	.table-list td:last-child,
	.product-table.type2 td:last-child {
		border-bottom: 2px solid #6f6f6f;
	}
	.table-list td > .status,
	.table-list td > div.visible-xs,
	.product-table.type2 td > div.visible-xs {
		display: inline-block !important;
		width: 40%;
		font-weight: 400;
	}
	footer.footer .policy-area li {
		padding: 0 10px;
	}
	.footer.footer .back-to-top {
		
	}
	div.dataTables_wrapper div.dataTables_length label {
		float: left;
	}
	div.dataTables_wrapper div.dataTables_paginate {
		padding: 5px 0 0;
	}
	.navbar-header {
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.navbar-toggle {
		margin: 0;
	    position: absolute;
	    right: 15px;
	}
	.navbar-brand {
		margin: 0;
	}
	.header .navbar-collapse {
		display: block !important;
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 12;
	    height: 100%;
	    width: 240px;
	    background-color: #26292f;
	    transition: transform .24s ease;
	    transform: translateX(-240px);
	    overflow-y: auto;
	    overflow-x: hidden;
	    margin: 0;
	    height: 100%;
	    border: 0;
	}
	.navbar-expand-lg>.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.header .navbar-nav + .navbar-nav {
		margin-top: 15px;
	}
	.header .navbar .navbar-nav .nav-link {
		line-height: 40px;
		padding: 0;
	}
	.header .navbar-collapse.show {
	    transform: translateX(0px);
	}
	.header .navbar-nav>li>a,
	.header .navbar-nav.navbar-right>li>a {
    	color: #FFF;
	}
	.header .navbar-nav>li>a:hover {
		color: #EEE;
	}
	.header .navbar-collapse.in {
	    transform: translateX(0);
	}
	.header .navbar-nav.navbar-right>li.acount {
		margin-left: 0;
	}
	.header .navbar-nav.navbar-right>li.notices,
	.header .navbar-nav.navbar-right>li.shopbag {
		display: none;
	}
	.childmenu-wrap {
		display: block !important;
		position: relative !important;
		top: 0 !important;
		right: 0 !important;
	}
	.childmenu-wrap .childmenu {
		min-height: inherit !important;
		background-color: rgba(0,0,0,.5);
	}
	.childmenu-title {
		display: none !important;
	}
	.brick-gnb__depth2 {
		padding: 10px !important;
	}
	.brick-gnb__depth2 .sub-menu-title {
		font-size: 16px !important;
		margin-top: 0 !important;
	}
	.brick-gnb__depth2 > li {
		padding: 0 !important;
		float: inherit !important;
		width: 100% !important;
	}
	.brick-gnb__depth3 {
		margin-bottom: 15px !important;
	}
	.brick-gnb__depth3 li {
		margin: 0 !important;
		line-height: 28px;
	}
	.brick-gnb__depth3 li > a {
		color: #EEE;
	}
	.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%;
	}
	.advantage .tit-main {
		font-size: 36px;
	}
	.wrap-main-swiper .swiper-slide {
		height: 360px;
	}
	.wrap-main-swiper .content-slide {
		height: 360px;
		padding-top: 60px;
	}
	.advantage .items dl.secutiry,
	.advantage .items dl.server-admin,
	.advantage .items dl.professionalism {
		background-position: right center;
	}
	.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;
	}
}
