@charset "UTF-8";
@font-face {
  font-family: "hostify";
  src:url("hostify.eot");
  src:url("hostify.eot?#iefix") format("embedded-opentype"),
    url("hostify.woff") format("woff"),
    url("hostify.ttf") format("truetype"),
    url("hostify.svg#hostify") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "hostify" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="htfy-"]:before,
[class*=" htfy-"]:before {
  font-family: "hostify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.htfy{
    display: inline-block;
    font-family: "hostify" !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.htfy-arrow-down:before {
  content: "\61";
}
.htfy-tick:before {
  content: "\62";
}
.htfy-computer:before {
  content: "\63";
}
.htfy-cloud:before {
  content: "\64";
}
.htfy-technology:before {
  content: "\65";
}
.htfy-worldwide:before {
  content: "\66";
}
.htfy-cogwheel:before {
  content: "\67";
}
.htfy-download:before {
  content: "\68";
}
.htfy-like:before {
  content: "\69";
}
.htfy-location:before {
  content: "\6a";
}
.htfy-s-arrow:before {
  content: "\6b";
}
.htfy-padlock:before {
  content: "\6c";
}
.htfy-speedometer:before {
  content: "\6d";
}
.htfy-trophy:before {
  content: "\6e";
}
.htfy-box:before {
  content: "\6f";
}
.htfy-invoice:before {
  content: "\70";
}
.htfy-tickets:before {
  content: "\71";
}
.htfy-world-wide-web:before {
  content: "\72";
}

body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,simsun,sans-serif !important;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #637283;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-primary {
	color: #0c7aff;
	font-size: 12px;
}
.text-primary:hover {
	color: #273044;
	text-decoration: none
}
.bg-white {
	background-color: #FFF;
}
.space {
	padding-top: 40px;
	padding-bottom: 40px;
}
.space2x {
	padding-top: 80px;
	padding-bottom: 80px;
}
.preloader-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    width: 26px;
    height: 26px;
    border: 3px solid rgba(0,0,0,.1);
    border-top: 2px solid #fff;
    border-radius: 100%;
    content: '';
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.form-control {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.input-sm {
	line-height: 1;
	height: 30px;
}
.dataTables_wrapper {
	width: 100%;
}
.btn {
	border-radius: 3px;
	padding: 6px 15px;
}
.btn-primary {
    color: #fff;
    border: 1px solid #4b79e3;
    background-color: #4b79e3;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #4b79e3;
    background-color: #4b79e3;
}
.header {
	width: 100%;
	min-height: 70px;
	transition: all .3s ease-in-out;
	background-color: transparent;
	position: absolute;
	z-index: 10;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}
body.index .header.fixed {
	background-color: #151c2c;
	box-shadow: 3px 2px 14px 0 rgba(0,0,0,.2);
}
body.index.modules_transfer .header,
body.index.modules_authentication .header,
body.index.modules_invoiceManager .header {
	min-height: 60px;
	transition: all .3s ease-in-out;
	background-color: #151c2c;
	position: relative;
}
.header .navbar-header {
	margin-right: 40px;
}
.header .navbar-brand {
	color: #FFF;
	margin: 17px 0;
	text-indent: -999em;
	width: 130px;
	height: 35px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../img/logo_white.svg');
}
.header .navbar-nav>li>a {
    color: hsla(0,0%,100%,.8);
    transition: all .3s ease-in-out;
    padding: 5px 15px;
    margin-right: 10px;
    color: rgba(255,255,255,.9);
    font-weight: 500;
    font-size: 16px;
}
.header .navbar-nav>li.bell>a,
.header .navbar-nav>li.shopping>a {
	margin-right: 0;
	padding: 5px 10px;
}
.header .navbar-nav>li.shopping {
	margin-right: 10px;
	position: relative;
}
.header .navbar-nav>li.bell .label,
.header .navbar-nav>li.shopping .label {
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    text-indent: -999em;
    height: 8px;
    width: 8px;
}
.header .navbar-nav>li.active>a,
.header .nav .open>a,
.header .nav .open>a:focus,
.header .nav .open>a:hover,
.header .navbar-nav>li>a:hover,
.header .navbar-nav>li>a:focus,
.header .navbar-nav>li>a:active {
	color: #FFF;
	border: 0 none;
	background-color: transparent;
}
.header .navbar-nav>li>a .caret {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNC4zNjUgMTUuNjA5YTEuMzk2IDEuMzk2IDAgMCAxIDAtMS44ODVMOS43MTggOCA0LjM2NSAyLjI3NmExLjM5NiAxLjM5NiAwIDAgMSAwLTEuODg1IDEuMTg4IDEuMTg4IDAgMCAxIDEuNzYzIDBsNi4yMzYgNi42NjZhMS4zOTYgMS4zOTYgMCAwIDEgMCAxLjg4Nkw2LjEzIDE1LjYwOWMtLjIyNy4yNDgtLjU0Ny4zOS0uODgzLjM5MWExLjIwMyAxLjIwMyAwIDAgMS0uODgyLS4zOTF6Ij48L3BhdGg+PC9zdmc+');
}
.header .navbar-nav>li>.dropdown-menu {
    top: 80px;
    left: 0;
    border-radius: 4px;
    border: 0 none;
    transition: all .3s ease-in-out;
}
.noLeft{
    left: auto !important;
    right: auto !important;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.noLeft li {
    clear: both;
    width: 100%;
    padding: 0px 20px;
}
.noLeft li:hover{
    color: #4c525b;   
}

.header .dropdown-menu>li>a:hover {
	color: #FFF;
	border: 0 none;
	font-weight: 600;
	background-color: transparent;
}
.header .navbar-right .btn-primary {
	margin-left: 10px;
	border-radius: 2px;
	border: 1px solid #4b79e3;
	background-color: #4b79e3;
}
.header .navbar-right .btn-primary:active,
.header .navbar-right .btn-primary:focus,
.header .navbar-right .btn-primary:hover {
	border: 1px solid #4b79e3;
	background-color: #4b79e3;
}

section#main-menu {
	background-color: transparent;
}
.navbar-main {
	font-size: 14px;
	border-radius: 0;
	background-color: #FFF;
	border-bottom: 1px solid #dee2e6;
}
.navbar-main .navbar-nav>li {
	margin-right: 0
}
.navbar-main .navbar-nav>li>a {
	color: #273045;
	line-height: 26px;
	padding: 15px;
}
.navbar-main li.account {
	background-color: transparent;
}
.navbar-main .navbar-nav>li>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:active,
.navbar-main .navbar-nav>li.open>a,
.navbar-main .navbar-nav>li.open>a:focus,
.navbar-main .navbar-nav>li.open>a:active {
	color: #273045;
	background-color: #f5f5f5;
}
.navbar-main .navbar-nav>li>.dropdown-menu {
	border-radius: 0 0 3px 3px;
	border-color: #dee2e6;
	box-shadow: none;
}
.navbar-main .navbar-nav>li>.dropdown-menu>li>a {
	line-height: 30px;
}
.avatar img {
	border-radius: 50px;
	margin-right: 5px;
}
.avatar.avatar-sm img {
	max-width: 26px;
}
.navbar-main .navbar-nav>li>a .user-name {
	font-weight: 600;
}
.login-body {
	padding: 12px 22px 22px;
}
.pwreset .login-body {
	margin-left: 0;
	margin-right: 0;
}
.login-body .form-group {
	margin-bottom: 18px;
}
.login-body .form-group:last-child {
	margin-bottom: 0;
}
.login-body .form-group a {
	margin-right: 10px;
}
.login-body .form-group a:last-child {
	margin-right: 0;
}
.login-body label {
	display: none;
}
.login-body .header-lined h1,
.register-body .header-lined h1 {
	font-size: 20px;
	font-weight: 500;
}
.register-body {
	padding: 12px 22px 22px;
}
.register-body .marketing-email-optin h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0
}
.register-body .marketing-email-optin p {
	display: none;
	font-size: 12px;
	margin-bottom: 0
}
.register-body #registration {
	padding-bottom: 0;
}

section#main-body {
	background-color: transparent;
}
div.header-lined {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0 24px;
}
div.header-lined h1 {
	border-bottom: 0 none;
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 500;
    color: #333;
}
.header-todo .item-todo {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding: 4px 4px 4px 70px;
    text-decoration: none;
    color: #262626;
    text-align: center;
}
.header-todo .item-todo:last-child {
	margin-right: 0;
}
.header-todo .item-todo .icon-wrap {
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 2;
    font-size: 20px;
    text-align: center;
    color: #555;
}
.header-todo .item-todo .icon-wrap i {
	vertical-align: middle;
}
.header-todo .item-todo .count {
    display: block;
    font-size: 1.75em;
    line-height: 1;
    color: #333;
}
.header-todo .item-todo .what {
    color: #555;
    font-size: 12px;
}

.item-main {
	margin: 20px 0;
	border-radius: 3px;
    padding: 12px 16px 16px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.13);
}
.item-main:first-child {
	margin-top: 0;
}
.item-main .item-main {
	box-shadow: none;
	padding: 0;
}
.item-main .item-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.item-main .item-hd h3 {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-boxs {
	margin-right: -16px;
    margin-left: -16px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-boxs > .item-box {
	padding: 12px 16px;
    border-right: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-boxs > .item-box:last-child {
    border-right: 0 none;
}
.balance-amount {
    font-size: 2em;
    color: #333;
    margin-right: 24px;
    vertical-align: middle;
}
.home-balance ul.others {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 12px;
}
.home-balance ul.others li {
    flex: 0 0 31%;
    border-right: 1px solid #ebebeb;
    margin-right: 10px;
}
.home-balance ul.others li:last-child {
    border-right: 0 none;
    margin-right: 0;
}
.home-balance ul.others li div {
    display: block;
    padding: 8px 0 0;
    text-decoration: none;
}
.home-balance ul.others li div .count,
.home-balance ul.others li div .what {
    display: block;
}
.home-balance ul.others li div .what {
	color: #333;
}
.home-balance ul.others li div .count {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
}
.home-balance ul.others li div .count a.label {
	width: 50px;
}
.home-balance ul.others li div .count .label {
	border-radius: 3px;
}
.home-balance ul.others li div .count .label.label-danger {
	background-color: #777;
}
.home-invoice > li {
    margin-bottom: 8px;
    padding: 8px 12px;
    background-color: #f9f9f9;
}
.home-invoice > li .title {
    margin-bottom: 8px;
    font-size: 12px;
    color: #333;
}
.home-rc-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25;
}
.home-rc-flex .flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.home-rc-flex .rc-text {
	font-size: 12px;
}
.item-sidebar .nav-tabs {
	margin-top: -8px;
	border-bottom: 1px solid #d8d8d8;
}
.item-sidebar .nav-tabs > li {
	position: relative;
}
.item-sidebar .nav-tabs > li > a {
	color: #333;
	padding: 8px 12px;
	line-height: 1.28571;
	background-color: transparent;
}
.item-sidebar .nav-tabs>li>a:focus,
.item-sidebar .nav-tabs>li>a:hover {
    color: #0c7aff;
    border-color: transparent;
}
.item-sidebar .nav-tabs>li.active>a,
.item-sidebar .nav-tabs>li.active>a:focus,
.item-sidebar .nav-tabs>li.active>a:hover {
    color: #0c7aff;
    border-color: transparent;
    background-color: transparent;
}

.item-sidebar .nav-tabs>li:before {
    border-radius: 0;
    width: 0;
    border-bottom: 2px solid transparent;
    left: 50%;
    bottom: 0;
	content: "";
    position: absolute;
    transition: all .4s cubic-bezier(.23,1,.32,1);
}
.item-sidebar .nav-tabs>li.active:before {
	left: 0;
	width: 100%;
	border-bottom: 2px solid #0c7aff;
}
.item-sidebar .tab-content {
	padding: 0;
}
.item-custom .btn-success {
	color: #5dba00;
	border-color: #5dba00;
	transition: all .3s ease-out;
	background-color: transparent;
}
.item-custom .btn-success:hover,
.item-custom .btn-success:focus {
	color: #FFF;
	border-color: #4b9400;
	background-color: #4b9400;
}
.item-custom .btn-default {
	color: #495057;
	border-color: rgba(0, 40, 100, 0.12);
	background-color: #FFF;
	transition: all .3s ease-out;
}
.item-custom .btn-default:hover,
.item-custom .btn-default:focus {
	color: #495057;
	border-color: rgba(0, 20, 49, 0.12);
	background-color: #f6f6f6;
}
.item-custom .btn-primary {
	border-radius: 3px;
	color: #0c7aff;
	border-color: #0c7aff;
	background-color: transparent;
	transition: all .3s ease-out;
}
.item-custom .btn-primary:hover,
.item-custom .btn-primary:focus {
	color: #FFF;
	background-color: #0c7aff;
}

ul.reward-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
ul.reward-primary > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    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: 2em;
}
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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 24px;
    font-size: 12px;
}
ul.reward-secondary>li .money-label {
    color: #333;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    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: -16px;
    margin-left: -16px;
    padding: 12px 16px;
    color: #555;
	background-color: #ebf4fb;
}
.item-aff .share-links {

}
.home-products ul.product-list {
    margin-bottom: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}
.home-products ul.product-list>li {
    padding: 0 4px 8px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}
@media screen and (max-width: 1344px) {
	.home-products ul.product-list>li {
	    width: 33.3333%;
	}
}
.home-products ul.product-list.thm-uglier a {
    line-height: 56px;
}
.home-products ul.product-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    background-color: #f9f9f9;
    width: 100%;
    line-height: 36px;
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-products ul.product-list a {
	line-height: 56px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    background-color: #f9f9f9;
    width: 100%;
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-products ul.product-list a:hover {
    background-color: #f2f2f2;
}
.home-products ul.product-list a i {
    display: inline-block;
    border: 1px solid #dedede;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    text-align: center;
}
.home-products ul.product-list a i:before {
	line-height: 27px;
}
.home-products ul.product-list a .product-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-list {
	max-height: 160px;
	overflow: hidden;
}
ul.sidebar-list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.sidebar-list li a {
    text-align: left;
    color: #555;
    font-size: 12px;
}
ul.sidebar-list li a:hover {
    color: #286090;
    text-decoration: none;
}




.caret {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url('../img/caret_2.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2px;
    vertical-align: middle;
    border: 0 none;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    opacity: .3;
}
.wrap-main-swiper .swiper-slide {
    height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
    background-color: rgb(31, 37, 49);
}
.wrap-main-swiper .content-slide {
    height: 500px;
    padding: 150px 50px 0;
    font-size: 18px;
    color: #EEE;
}
.wrap-main-swiper .content-slide .slogan {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 120%;
    margin-bottom: 20px;
}
.wrap-main-swiper .content-slide .sub-slogan {
    margin-bottom: 15px;
}
.wrap-main-swiper .content-slide .event-title {
    font-size: 18px;
    color: #007aff;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 0;
}
.wrap-main-swiper .content-slide .btn {
    border-radius: 3px;
}
.wrap-main-swiper .content-slide .btn-outline-success {
    color: #4cae4c !important;
    border-color: #4cae4c !important;
}
.swiper-pagination-bullet {
	background-color: #FFF !important;
}

.home-event-mod {
	background: #f7f9fb;
}
.home-event-mod .c-grid {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}
.home-event-mod .c-grid [class*=c-g-] {
    position: relative;
    display: table-cell;
    padding: 0;
    border-right: 2px solid #fff;
    transition: all .2s;
}
.home-event-mod [class*=c-g-]:first-child {
    border-left: 2px solid #fff;
}
.home-event-mod .c-g-4 {
    width: 25%;
}
.home-event-mod .c-g-5 {
    width: 20%;
}
.home-event-mod .item {
    color: #1e232f;
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.home-event-mod .item:hover {
	background: #f4f5f9;
}
.home-event-mod .item .item-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 0;
}
.home-event-mod .item .item-text {
    padding-top: 15px;
    line-height: 1.6;
    color: #848995;
}

.section-title {
    line-height: 44px;
    font-size: 32px;
    color: #333;
    margin: 0;
    font-weight: 400;
}
.section-subtitle {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.fill-primary-500 {
    fill: #6392ff!important;
}
.fill-primary-300 {
    fill: #c9d9ff!important;
}
.stroke-primary {
    stroke: #306eff!important;
}
.pt-5, .py-5 {
    padding-top: 2rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 2rem!important;
}
.pl-4, .px-4 {
    padding-left: 2rem!important;
}
.pr-4, .px-4 {
    padding-right: 2rem!important;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.bg-holder.overlay:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fs-3 {
    font-size: 26px;
}
@media (min-width: 576px) {
	.fs-sm-4 {
	    font-size: 32px;
	}
}
.text-light {
    color: #f9fafd!important;
    font-family: "Ubuntu",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.8rem!important;
}
.btn-outline-light {
    color: #f9fafd;
    border-color: #f9fafd;
	background-color: transparent;
}
.btn-outline-light:hover {
    color: #4d5969;
    background-color: #f9fafd;
    border-color: #f9fafd;
}
.rounded-pill {
    border-radius: 50rem!important;
}


.news-main {
	border-radius: 4px;
	border: 1px solid #EEE;
	background: rgba(246,248,255,1);
	border-radius:10px;
	height: 300px;
}
.news-title {
	/*margin-top: 15px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px 4px 0 0;
	padding: 0 15px;
	color:rgba(246,248,255,1);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.news-title1{
	height:100px;
	background-image: url("../img/1.png")
}
.news-title2{
	height:100px;
	background-image: url("../img/2.png")
}
.news-title3{
	height:100px;
	background-image: url("../img/3.png")
}
.news-title h4 {
    font-size: 18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(246,248,255,1);
    margin-bottom: 0px;
}
.news-title > a {
	text-decoration: none;
	color: #fff;
}
.news-list {
	padding: 10px 15px;
	margin: 0;
}
.news-list > li {
	display: flex;
	justify-content: space-between;
}
.news-list > li > a {
	color: #333;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space:nowrap;
}
.news-list > li > a:hover {
	color: #ef2a3a;
}
.news-list > li > span {
	color: #AAA;
}
.news-list li  a {width: 240px;}

.particle-tabs nav {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #DAE1E7;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px 4px 0 0;
}
.particle-tabs nav a {
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    line-height: 49px;
    padding: 0 3rem;
    transition: color 0.3s cubic-bezier(1, 0, 0, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.particle-tabs nav a.active {
    font-weight: 700;
    color: #22292F;
}
.particle-tabs nav a:after {
    height: 4px;
    bottom: -1px;
}
.particle-tabs nav a:after {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    content: '';
    transition: background-color .2s, transform .3s;
    transition-timing-function: ease,cubic-bezier(1, 0, 0, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 0, 0);
}
.particle-tabs nav a.active:after {
    transform: translate3d(0, 0, 0);
    background-color: #151c2c;
}
.particle-tabs nav a:not(.active) {
    color: #8795A1;
}
.particle-tabs nav a:not(.active):hover {
    color: #22292F;
}
.particle-tabs nav a:not(.active):hover:after {
    background-color: rgba(40, 49, 69, .8);
    transform: translate3d(0, 0, 0);
}
.table-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-container .table-row {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #DAE1E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    padding: 20px;
}
.table-container .table-row.table-header {
    background-color: #22292F;
    color: #fff;
    border-bottom: 0px !important;
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 0px !important;
    padding: 0 20px;
}
.table-container .table-row:not(.table-header):hover {
    box-shadow: 0 0 40px -10px rgba(34,41,47,0.2);
    z-index: 10;
    background-color: #fff;
}
.table-container .table-row .table-cell {
    text-align: left;
    width: 12.5%;
}
.table-container .table-row .table-cell span {
	display: block;
	color: #606F7B;
	font-size: 12px;
}
.table-container .table-row:not(.table-header) .table-cell {
    color: #22292F;
}
.table-container .table-row:not(.table-header) {
    transition: all .2s ease;
    border-left: 1px solid #DAE1E7;
    border-right: 1px solid #DAE1E7;
}
.table-container .table-row .table-cell.table-cell-first {
    width: 30%;
    padding: 0;
}
.table-container .table-row .table-cell-price {
    text-align: right;
    padding-right: 1rem;
}

.page-feature {
	border-top: 1px solid #dae1e7;
	border-bottom: 1px solid #dae1e7;
	background-color: #f7fafc;
}

.x-card {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 15px 20px -15px rgba(34,41,47,0.1);
    background-color: #fff;
    margin-bottom: 30px;
}
.x-card figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #DAE1E7;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    margin: 0;
    min-width: 90px;
}
.x-card .x-card-main {
    border: 1px solid #DAE1E7;
    width: calc(100% - 60px);
    padding: 20px;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.x-card h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #22292F;
}
.x-card p {
    color: rgba(34,41,47,0.6);
    line-height: 1.45;
    max-width: 80%;
    margin-top: 5px;
    margin-bottom: 0;
}

.page-image .item {
    position: relative;
    text-align: left;
    margin-top: 30px;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
}
.datacenter-img-bg {
    height: 230px;
    background-size: 100%;
    width: 100%;
}
.page-image .item .cover {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .2)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .2));
    background: linear-gradient(transparent, rgba(0, 0, 0, .2));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
}
.page-image .item .content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    overflow: hidden;
}
.page-image .item .content .title {
    color: #FFF;
    padding: 0;
    opacity: 1;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.page-image .item .content .subtitle {
    font-size: 14px;
    overflow: hidden;
    height: 22px;
    color: rgba(255, 255, 255, .8);
}
.datacenter-img-bg {
    height: 230px;
    background-size: 100%;
    width: 100%;
}
.datacenter-img-bg.us.one {
    background-image: url(../img/datacenter/us1.png.jpeg);
}
.datacenter-img-bg.us.two {
    background-image: url(../img/datacenter/us2.png.jpeg);
}
.datacenter-img-bg.us.three {
    background-image: url(../img/datacenter/us3.png.jpeg);
}
.datacenter-img-bg.us.four {
    background-image: url(../img/datacenter/us4.png.jpeg);
}
.datacenter-img-bg.us.five {
    background-image: url(../img/datacenter/us5.png.jpeg);
}
.datacenter-img-bg.us.six {
    background-image: url(../img/datacenter/us6.png.jpeg);
}

.datacenter-img-bg.hk.one {
    background-image: url(../img/datacenter/hk1.jpg);
}
.datacenter-img-bg.hk.two {
    background-image: url(../img/datacenter/hk2.jpg);
}
.datacenter-img-bg.hk.three {
    background-image: url(../img/datacenter/hk3.jpg);
}
.datacenter-img-bg.hk.four {
    background-image: url(../img/datacenter/hk4.jpg);
}
.datacenter-img-bg.hk.five {
    background-image: url(../img/datacenter/hk5.jpg);
}
.datacenter-img-bg.hk.six {
    background-image: url(../img/datacenter/hk6.jpg);
}

.datacenter-img-bg.cn.one {
    background-image: url(../img/datacenter/cn1.jpg);
}
.datacenter-img-bg.cn.two {
    background-image: url(../img/datacenter/cn2.jpg);
}
.datacenter-img-bg.cn.three {
    background-image: url(../img/datacenter/cn3.jpg);
}
.datacenter-img-bg.cn.four {
    background-image: url(../img/datacenter/cn4.jpg);
}
.datacenter-img-bg.cn.five {
    background-image: url(../img/datacenter/cn5.jpg);
}
.datacenter-img-bg.cn.six {
    background-image: url(../img/datacenter/cn6.jpg);
}

.datacenter-img-bg.kr.one {
    background-image: url(../img/datacenter/kr1.png.jpeg);
}
.datacenter-img-bg.kr.two {
    background-image: url(../img/datacenter/kr2.png.jpeg);
}
.datacenter-img-bg.kr.three {
    background-image: url(../img/datacenter/kr3.png.jpeg);
}
.datacenter-img-bg.kr.four {
    background-image: url(../img/datacenter/kr4.png.jpeg);
}
.datacenter-img-bg.kr.five {
    background-image: url(../img/datacenter/kr5.png.jpeg);
}
.datacenter-img-bg.kr.six {
    background-image: url(../img/datacenter/kr6.png.jpeg);
}

.pt_head,
.pt_body .pt_content a {
	display: flex;
	text-decoration: none;
}
.pt_head {
	border-bottom: 1px solid #d8d8d8;
}
.pt_head .pt_cell {
	color: #a1a5b2;
	font-weight: 500;
}
.pt_cell {
	color: #142149;
	padding: 10px 0;
	display: flex;
    align-items: center;
	width: 15%;
}
.pt_cell:first-child {
	width: 20%;
}
.pt_cell:nth-child(2) {
	width: 20%;
}

.status {
	width: 8px;
	height: 8px;
	border: 0 none;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	background-color: #EEE;
}
.status-custom {
    background-color: #000;
}
.status-pending {
    background-color: #d9534f
}
.status-pending.transfer {
    background-color: #a68500
}
.status-active,
.status-completed,
.status-open {
    background-color: #3fad46
}
.status-suspended {
    background-color: #f0ad4e
}
.status-customer-reply {
    background-color: #f60
}
.status-answered,
.status-fraud {
    background-color: #000
}
.status-expired,
.status-transferred.away {
    background-color: #004258
}
.status-cancelled {
    background-color: #9fa29a
}
.status-terminated {
    background-color: #666
}
.status-onhold {
    background-color: #248
}
.status-inprogress {
    background-color: #c00
}
.status-closed {
    background-color: #888
}
.status-paid {
    background-color: #498302
}
.status-unpaid {
    background-color: #ed3e48
}
.status-cancelled {
    background-color: #87939f
}
.status-collections {
    background-color: #9a141e
}
.status-refunded {
    background-color: #319fc3
}
.status-customer-reply {
    background-color: #f60
}
.status-delivered {
    background-color: #248
}
.status-accepted {
    background-color: #498302
}
.status-dead,
.status-lost {
    background-color: #000
}
.submit-item a {
	display: block;
	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 {
    float: left;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}
.submit-item .common-tool-icon>img {
    height: 32px;
    width: 32px;
}
.submit-item .common-tool-msg-cont {
    width: 74%;
    display: inline-block;
    padding: 5px 0;
}
.submit-item .submit-item-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    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;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    min-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	color: hsla(0,0%,100%,.6);
	background: #1f2533;
}
.footer-center {
	margin-bottom: 20px;
}
.footer-main h4 {
	cursor: auto;
    color: hsla(0,0%,100%,.6);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-main div.footer-body {

}
.footer-main div.footer-body .mains:first-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid hsla(0,0%,100%,.15);
}
.footer-main div.footer-body .main {
	line-height: 24px;
}
.footer-main div.footer-body .main .icon {
	width: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    opacity: .5;
}
.footer-main div.footer-body .main .icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff;
}
.footer-main div.footer-body .main .title {
	color: hsla(0,0%,100%,.6);
    padding-right: 4px;
}
.footer-main div.footer-body .main a:link,
.footer-main div.footer-body .main a:hover,
.footer-main div.footer-body .main a:focus {
	color: #FFF;
	text-decoration: none;
}
.footer-main ul.footer-body {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-main ul.footer-body li {
	line-height: 26px;
	padding: 5px 0;
}
.footer-main ul.footer-body li a {
	color: hsla(0,0%,100%,.8);
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.dataTables_filter,
.dataTables_info {
	display: none;
}
table.table-list thead th,
.dataTables_wrapper table.table-list thead th,
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc,
.dataTables_wrapper table.table-list thead th:nth-child(even) {
	color: #22292F;
	font-weight: 500;
	text-align: left;
	background-color: #FAFAFA;
	border-bottom: 0 none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dataTables_wrapper table.table-list thead th:first-child {
	max-width: 50px;
	padding-right: 15px;
}
.dataTables_wrapper .dataTables_length label {
	padding-left: 15px;
}
table.table-list tbody td {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	top: 10px !important;
	right: 15px !important;
}
.dataTables_wrapper table.table-list {
	margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length {
	border-top: 1px solid #dee2e6;
	background-color: #FFF !important;
}
.footer-btm p {
	margin-bottom: 0;
	line-height: 30px;
	font-size: 12px;
}
.footer-btm .navbar-brand {
    color: #FFF;
    padding: 0;
    margin-right: 15px;
    text-indent: -999em;
    width: 90px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/logo_white.svg);
}
.footer-btm a {
	color: hsla(0,0%,100%,.85);
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.footer-btm .text-right a {
	color: hsla(0,0%,100%,.6);
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-right: 1px solid #637283;
    transition: all .3s ease-in-out;
}
.footer-btm .text-right a:last-child {
    border-right: 0 none;
}

/* 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;
    }
}
.invoice-sidebar .heading-title {
    font-size: 14px;
}
.show-panel,
.show-product,
.show-ticket {
	background: #fff;
    box-shadow: 0 0 6px 0 rgba(31,50,82,.1);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.show-ticket .ticket-reply {
	margin: 0;
	border: 0 none;
	padding-top: 20px;
	border-top: 1px dashed #d3d3d3;
}
.show-ticket .ticket-reply:first-child {
	border-top: 0 none;
	padding-top: 0px;
}
.show-ticket .ticket-reply .user {
	height: 60px;
	background-color: transparent;
}
.show-ticket .ticket-reply .user .head-icon {
    background-color: #e5e5e5;
    height: 48px;
    width: 48px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.show-ticket .ticket-reply.staff .user .head-icon {
	background-color: #006eff;
}
.show-ticket .ticket-reply.staff .user i {
	color: #FFF;
}
.show-ticket .ticket-reply .user i {
    color: #bbb;
    padding: 0;
    float: none;
    line-height: 48px;
    font-size: 44px;
    position: absolute;
    bottom: -8px;
    left: 10%;
}
.show-ticket .ticket-reply .message {
	padding: 15px 0;
}
.a-upload {
    padding: 0 10px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.product-details-tab-container .tab-pane > .row {
	line-height: 30px;
}
.show-product {
	min-height: 335px;
}
.show-product h5 {
	font-weight: 500;
}
.product-status {
	border-radius: 4px;
	box-shadow: 0 0 6px 0 rgba(31,50,82,.1);
}
div.product-details div.product-icon {
	border-radius: 4px;
	background-color: #fafafa;
}
.product-status h3 {
	margin-top: 15px;
}
.product-status h4 {
	margin-bottom: 0;
}
div.product-details-tab-container {
	border: 0 none;
	padding: 0;
}
.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0 none;
}
.nav-tabs > li {
    margin: 0 20px 0 0;
}
.nav-tabs > li > a {
    color: #666;
    padding: 0;
    line-height: 36px;
    border: 0 none;
    border-bottom: 2px solid transparent;
}
.nav-tabs > li > a:hover {
    border: 0 none;
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #2d77ee;
    border: 0 none;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 2px solid #2d77ee;
}
.home-rcc-wd-billing-recent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.home-rcc-wd-billing-recent .consumption-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    color: #888;
}
.home-rcc-wd-billing-recent .consumption-info .current-month-number {
    margin: 8px 0 16px;
    font-size: 28px;
    color: #333;
}
.home-rcc-wd-billing-recent .consumption-info .last-month-number {
    font-size: 14px;
}
.home-rcc-wd-billing-recent .ops {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    padding: 10px;
    background-color: #f9f9f9;
    width: 100%;
    height: 32px;
}
.next-btn-text.next-btn-primary,
.next-btn-text.next-btn-primary.visited,
.next-btn-text.next-btn-primary:link,
.next-btn-text.next-btn-primary:visited {
    color: #4b79e3;
}
.home-rcc-wd-billing-recent .consumption-chart {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
@media (max-width: 991px) {
	.header .navbar-header {
		margin: 0;
	}
	.navbar-toggle {
		margin-top: 17px;
		margin-right: 0;
	}
	.navbar-toggle .icon-bar {
	    background-color: #FFF;
	}
	.table-container .table-row.table-header {
		display: none;
	}
	.table-container .table-row .table-cell {
		width: 100% !important;
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.table-container .table-row {
		display: block;
	}
	.table-container .table-row .table-cell:last-child {
		margin-top: 10px;
	}
}

#topcontrol{background:#4b79e3; height:35px; width:35px; border-radius:4px;}
.links-title {
    font-size: 14px;
    font-weight: normal;
    display: inline;
    margin: 0 0 0 .5em;
}
.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: inline;
}
.links-list li {
    color: #637283;
    display: inline;
    margin: 0 .5em 0 0;
}
.links-list li a {
	color: hsla(0,0%,100%,.6);
	text-decoration: none;
}
.footer-btm {
	margin-top: 20px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px!important;
    background: #4b79e3!important;
}

span.swiper-pagination-bullet {
    width:5px;
    height: 5px;
    border-radius: 10px;
    background: rgba(226,235,241,.5);
    margin: 0 5.001px;
    cursor: pointer;
}

.wrap-main-swiper .swiper-slide {
    background: #192041;
}

.swiper-slide.banner1 {
    background-image: url(../img/banner/banner1.png);
    background-position: center;
    background-size: cover;
}

.swiper-slide.banner2 {
    background-image: url(../img/banner/banner2.png);
    background-position: center;
    background-size: cover;
}

.swiper-slide.banner3 {
    background-image: url(../img/banner/banner3.png);
    background-position: center;
    background-size: cover;
}

.item-title::before {
    width: 20px;
    height: 3px;
    top: 130%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
}

.home-event-mod .item:hover .item-title::before {
    background: #ffb200;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
@keyframes imgChan {
	0%,to {
		opacity: 0
	}

	30% {
		opacity: .7
	}

	70% {
		opacity: 1
	}

	75% {
		opacity: .6
	}
}

@keyframes moveItem {
	0%,to {
		top: 16%
	}

	50% {
		top: 13%
	}
}

@keyframes upDown {
	0%,to {
		top: 0
	}

	50% {
		top: -12px
	}
}

@keyframes rototeU {
	0% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.productions-brife-item-can {
    position: relative;
    *
    zoom: 1;
    width: 100%;
}

.productions-brife-item-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}

.productions-brife-item-img-move {
    	position: absolute;
    	top: 0;
    	left: 0;
    	-webkit-animation: 3s upDown linear infinite;
    	-moz-animation: 3s upDown linear infinite;
    	-o-animation: 3s upDown linear infinite;
    	animation: 3s upDown linear infinite;
}

.productions-brife-item-can img {
    width: 150px;
    height: 150px;
}
.cabernet-show-run-can {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cabernet-show-run-can img {
    position: absolute;
    top: 0;
    left: 0;
}
.cabernet-show-run-can .top-of-cabe {
	z-index: 3
}

.cabernet-show-run-can .bottom-of-cabe {
	top: -.5rem;
	opacity: .6
}

.cabernet-show-run {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 1.1rem;
	z-index: 0
}

.cabernet-show-run img {
	height: auto;
	display: block;
	-webkit-animation: 3s rototeU linear infinite;
	-moz-animation: 3s rototeU linear infinite;
	-o-animation: 3s rototeU linear infinite;
	animation: 3s rototeU linear infinite
}

.cabernet-show-run .cabe-1 {
	width: 30px;
	margin-left: 69px
}

.cabernet-show-run .cabe-2 {
	width: 15px;
	margin-left: 60px
}

.cabernet-show-run .cabe-3 {
	width: 20px;
	margin-left: 66px
}


.foot {
	background-position: center;
	background-repeat: no-repeat;
	height: 252px;
	/* background-image: linear-gradient(90deg,#2b313e 10%,#283c6d 43%,#2b57bf 75%,#4b79e3 98%); */
    background: #F6F7FA;
}
.foot-item {
	height: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot-text {
	color: #333333;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.foot-text-two{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin:20px 0px;
}
.foot-info {
    text-align: center;
}
.foot-info .btn {
	opacity: .9;
    background-color: #2B5FEC;
    border-radius: 4px;
    border: 0 none;
    width: 108px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    /* margin-left: 32px; */
    transition: background .35s;
}
.foot-info .btn:hover {
	text-decoration: none;
	background: #fff;
	color: #2B5FEC;
    border:1px solid #2B5FEC;
}



@media (max-width: 991px) {
	.foot {
	}
	.foot-info {
		text-align: center;
	}
	.foot-info .btn {
		font-size: 16px !important;
		margin-top: 10px;
		margin-left: 0 !important;
	}
	.foot-text {
		font-size: 20px !important;
	}
}

.page-hero.vps {min-height: 480px;background: #192041;background-image: url("../img/banner/banner8.png");background-position: center;background-size: cover;}


.page-hero.cart {background: #192041;background-image: url("../img/banner/banner7.png");background-position: center;background-size: cover;}


.page-hero-text {
    padding-top: 70px;
}

.space3x {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-pages.about,
.section-pages.develop,
.section-pages.contact {
	padding-top: 56px;
	background-color: #000;
	background-image: url(../../../../../../img/aboutus_banner.jpg.html);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-pages.develop {
	background-image: url(../../../../../../img/aboutus_banner2.jpg.html);
}
.section-pages.servers,
.section-pages.lease{
	padding-top: 56px;
    background: #10083b url(../../../../../../img/container_banner.jpg.html) no-repeat center top;
	background-image: -webkit-image-set(url(../../../../../../img/container_banner.jpg.html) 1x,url(../../../../../../img/container_banner_2x.jpg.html) 2x,url(../../../../../../img/container_banner_2x.jpg.html) 3x);
}
.section-pages.vps,
.section-pages.bgp,
.section-pages.ecs{
	padding-top: 56px;
    background: #10083b url(../../../../../../img/edgestorage_banner.jpg.html) no-repeat center top;
	background-image: -webkit-image-set(url(../../../../../../img/edgestorage_banner.jpg.html) 1x,url(../../../../../../img/edgestorage_banner_2x.jpg.html) 2x,url(../../../../../../img/edgestorage_banner_2x.jpg.html) 3x);
}
.section-pages.tuoguan {
	padding-top: 56px;
    background: #10083b url(../../../../../../img/tuoguan_banner.jpg.html) no-repeat center top;
	background-image: -webkit-image-set(url(../../../../../../img/tuoguan_banner.jpg.html) 1x,url(../../../../../../img/tuoguan_banner_2x.jpg.html) 2x,url(../../../../../../img/tuoguan_banner_2x.jpg.html) 3x);
}
.section-pages .container {
	height: 290px;
	display: flex;
	align-items: center;
}
.section-pages.server .container {
	height: 400px;
	display: inherit;
	position: relative;
}
.section-pages.server .pages-main {
	margin-top: 100px;
}
.section-pages.server .pages-main h3 {
	margin: 0 0 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
}
.section-pages.server .pages-main h4 {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}
.section-pages.server .pages-main .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: 0 none;
}
.wrap-title {
	margin-bottom: 40px;
}
.wrap-title h3 {
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    font-weight: normal;
}
.wrap-title h3:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    display: block;
    height: 24px;
    width: 4px;
    background-color: #4585f6;
}
.wrap-title p {
	color: #666;
}
.wrap-main h4 {
	font-size: 20px;
	margin: 0 0 0;
	line-height: 1.4;
}
.wrap-main h5 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.wrap-image {
	overflow: hidden;
	border-radius: 4px;
}
.wrap-image img {
	width: 100%;
	cursor: pointer;
	max-width: 100%;
    transition: all 2s ease;
}
.wrap-image:hover img {
	border-radius: 4px;
	transform: scale(1.3);
}
.wrap-main p {
    margin-bottom: 10px;
    color: #999;
}
.hardware-panel {
	border: 1px solid #000;
}
.hardware-panel .row {
	margin: 0;
}
.hardware-panel [class*=col-] {
	padding: 0;
}
.hardware-main {
	text-align: center;
	line-height: 60px;
}
.hardware-title {
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	background-color: #000;
}
.kf-main .hardware-title {
	background-color: #4585f6;
}
.hardware-panel [class*=col-]:first-child .hardware-list-item {
	font-weight: 600;
	border-left: 0 none;
}
.hardware-list-item {
	border-left: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}
.kf-main .hardware-list-item:nth-of-type(odd) {
	background-color: #e0ecf5;
}
.hardware-list-item:nth-of-type(odd) {
	background-color: #FFF;
}
.hardware-list-item:nth-of-type(even) {
	background-color: #f8f8f8;
}
.pages-main h3 {
	margin: 0 0 20px;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.2;
}
.pages-main h4 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}
.pages-tabs {
	height: 60px;
}
.pages-tabsFix {
	background-color: #e9effd;
}
.pages-tabsFix.fixed {
	position: fixed;
	top: 56px;
	width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
	z-index: 100;
}
.pages-tabs .container {
	display: flex;
}
.tabs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	flex: 1;
}
.tabs-item.active {
	background-color: #FFF;
}
.tabs-item > a {
    color: #666;
    font-size: 16px;
}
.tabs-item.active a {
    color: #4b79e3;
}
.tabs-item > a:hover {
    color: #0984e3;
    text-decoration: none;
}
.pages-content {
	color: #333;
}
.section-subtitle {
	color: #666;
}
.pages-company-main {
	display: flex;
}
.company-main-item {
	flex: 1;
	text-align: center;
}
.company-main-item-icon {
	width: 100px;
	margin: 0 auto 20px;
}
.company-main-item-icon img {
	max-width: 100%;
}
.company-main-item h4 {
	font-size: 14px;
	margin: 0;
}
.question-main {
	padding: 20px 40px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.question-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.question-title h5 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.question-title h5 i {
	color: #4585f6;
	margin-right: 5px;
}
.contact-main {
	padding: 50px;
	margin-bottom: 100px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.border-right {
	border-right: 1px solid #eee;
}
.contact-item h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 70px;
    color: #000;
}
.contact-item h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    content: "";
    background-color: #333;
}
.contact-list a.btn {
	margin-bottom: 15px;
}
.contact-list p {
	color: #999;
}
.contact-maps > div {
	height: 400px;
	width: 100%;
}
@media (max-width: 991px) {
	.pages-tabs .container {
		overflow-x: auto;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}
	.tabs-item {
		display: inline-block;
	    line-height: 60px;
	    flex: auto;
	    text-align: center;
	    padding: 0 15px;
	}
}


.navbar-collapse.collapse.in {
    background: #16171a;
}


.productions-brife-item-sec {
	width: 95%;
	margin: -60px auto 0;
	padding: 60px 30px 30px;
	background: 0 0;
	text-align: center;
}

.productions-brife-item-sec .the-script-of-detail {
	margin-bottom: 15px;
	font-size: 14px;
	color: #848995;
	text-align: center;
	display: block;
	min-height: 100px;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}

.productions-brife-item-sec h1 {
	font-size: 14px;
	color: #1e232f;
	text-align: center;
	line-height: .8rem;
	margin-bottom: .2667rem;
}

.productions-brife-item-sec .the-script-of-title {
	font-weight: 400;
	color: #1e232f;
	text-align: center;
	font-size: 20px;
}

.productions-brife-item-sec .btn-one {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	width: 4.3333rem;
	height: 1.1667rem;
	line-height: 1.1667rem;
	font-size: .5rem
}

.productions-brife-can .productions-brife .productions-brife-item.has-hover .productions-brife-item-sec {
	box-shadow: 0 0 0 0 rgba(0,0,0,.1);
	-moz-transition: .25s all linear;
	-webkit-transition: .25s all linear;
	-o-transition: .25s all linear;
	transition: .25s all linear;
	background: 0 0;
	min-height: 12.3334rem
}

.productions-brife-can .productions-brife .productions-brife-item.has-hover .btn-one {
	position: relative;
	z-index: 1;
	-moz-transition: .15s all linear;
	-webkit-transition: .15s all linear;
	-o-transition: .15s all linear;
	transition: .15s all linear;
	opacity: 0
}
.productions-brife-item-sec:hover {box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);background: #fff;border-radius: .0667rem;-moz-transition: .25s all linear;-webkit-transition: .25s all linear;-o-transition: .25s all linear;transition: .25s all linear;}


.productions-brife-item-sec .btn {
    visibility: hidden;
}

.productions-brife-item-sec:hover .btn {
    visibility: visible;
    display: block;
}


.solutions-brife-item {
	float: left;
	width: 100%;
	height: 156px;
	position: relative;
	overflow: hidden;
}

.solutions-brife-item .solutions-brife-item-img {
	width: 80px;
	height: 80px;
	margin: 27px auto 0;
	opacity: 1;
	transform: translateY(0);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.friends-show .friends-show-can .friends-show-can-inner img,.solutions-brife-item .solutions-brife-item-img img {
	width: 100%
}

.solutions-brife-item .solutions-brife-item-sec {
	position: absolute;
	top: 100px;
	left: 0;
	padding: 1px;
	z-index: 2;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.solutions-brife-item .solutions-brife-item-sec h3 {
	font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	font-size: 18px;
	text-align: center;
	color: #555;
	line-height: 30px;
}

.solutions-brife-item .solutions-brife-item-sec a,.solutions-brife-item .solutions-brife-item-sec p {
	text-align: center;
	font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	font-size: 12px;
	color: #666;
	line-height: 21.999px;
	margin-top: .1667rem;
	opacity: 0;
}

.solutions-brife-item .solutions-brife-item-sec a {
	display: block;
	width: 100%;
	margin-top: .1333rem;
	font-size: 14px;
	color: #3490ff
}

.solutions-brife-item .solutions-brife-item-sec a:hover {
	color: #2e5bc3
}

.solutions-brife-item .solutions-brife-item-sec a:active {
	color: #2c58c0
}


.solutions-brife-item:hover .solutions-brife-item-sec {
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    top: .4333rem;
}

.solutions-brife-item:hover .solutions-brife-item-img {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	transform: translateY(10px)
}

.solutions-brife-item:hover .solutions-brife-item-sec {
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	top: .4333rem
}


.solutions-brife-item:hover .solutions-brife-item-sec p {
    opacity: 1;
}

.solutions-brife-item:hover .solutions-brife-item-sec a {
    opacity: 1;
}
body.clientarea .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}
body.register .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}


.pt {
    font-weight: 400;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 8px;
    box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
    border-radius: 4px;
    background: #fff;
}
.pt__header {
    padding: 0 28px;
    display: flex
}
.pt__header .pt__cell {
    height: 64px;
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    color: #a1a5b2;
    cursor: pointer
}
.pt__header .pt__cell.pt__cell-price {
    min-width: 300px
}
.pt__header [data-sort-order=asc],
.pt__header [data-sort-order=desc] {
    color: #007bfc
}
.pt__header [data-sort-order=asc]:after,
.pt__header [data-sort-order=desc]:after {
    content: "";
    transform-origin: center center;
    margin-left: 16px;
    height: 14px;
    width: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjA2NiIgaGVpZ2h0PSIxMy45NzQiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGRhdGEtbmFtZT0iS3N6dGHFgnQgMTUxMCBrb3BpYSA5IiBkPSJNLjM2MiA0LjU5N2wzLjY3LTMuODcgMy42NyAzLjg3IiBzdHJva2U9IiMwMDdiZmMiLz48cGF0aCBkYXRhLW5hbWU9IktzenRhxYJ0IDE1MTAga29waWEgMTAiIGQ9Ik0uMzYyIDkuMzc3bDMuNjcgMy44NyAzLjY3LTMuODciIHN0cm9rZT0iI2I0YjZiOCIvPjwvZz48L3N2Zz4=) no-repeat
}
.pt__header [data-sort-order=desc]:after {
    transform: rotate(180deg)
}
.pt__row-content {
    display: flex;
    cursor: pointer;
    border-top: 1px solid #edeef2;
    transition: border-top .3s
}
.pt__header .pt__cell,
.pt__row-content .pt__cell {
    display: flex;
    align-items: center
}
.pt__header .pt__cell:first-child,
.pt__row-content .pt__cell:first-child {
    padding-left: 0;
    min-width: 20%;
}
.pt__header .pt__cell:nth-child(2),
.pt__row-content .pt__cell:nth-child(2) {
    min-width: 12%;
}
.pt__header .pt__cell:nth-child(3),
.pt__row-content .pt__cell:nth-child(3) {
    min-width: 12%;
}
.pt__header .pt__cell:nth-child(4),
.pt__row-content .pt__cell:nth-child(4) {
    min-width: 10%;
}
.pt__header .pt__cell:nth-child(5),
.pt__row-content .pt__cell:nth-child(5) {
    min-width: 10%;
}
.pt__header .pt__cell:nth-child(6),
.pt__row-content .pt__cell:nth-child(6) {
    min-width: 15%;
}
.pt__header .pt__cell:nth-child(7),
.pt__row-content .pt__cell:nth-child(7) {
    min-width: 12%
}
.pt__header .pt__cell:last-child,
.pt__row-content .pt__cell:last-child {
    padding-right: 0
}
.pt__row {
    padding: 0 28px;
    position: relative;
    display: block;
}
.pt__row:hover {
    text-decoration: none;
}
.pt__row:last-child {
    padding-bottom: 16px
}
.pt__row:before {
    will-change: opacity;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(90deg, #021048, #1e38a3)
}
.pt__row.is-open {
    border-top: 0
}
.pt__row.is-open:before {
    opacity: 1;
    visibility: visible
}
.pt__row.is-open .pt__cell,
.pt__row.is-open .pt__score.pt__score--faded {
    color: #e5ebff
}
.pt__row.is-open .pt__row-content {
    border-top: 1px solid transparent
}
.pt__row.is-open .pt__cell.pt__cell-price .pt__btn {
    background: #007bfc url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjQyNCIgaGVpZ2h0PSI5LjQyNCI+PGcgZGF0YS1uYW1lPSJHcm91cCA1MSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTllYmY1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0iYmV2ZWwiPjxwYXRoIGRhdGEtbmFtZT0iS3N6dGHFgnQgMTgxOSIgZD0iTS43MDcuNzA3bDggOCIvPjxwYXRoIGRhdGEtbmFtZT0iS3N6dGHFgnQgMTgxOSBrb3BpYSIgZD0iTTguNzE3LjcwN2wtOC4wMSA4LjAxIi8+PC9nPjwvc3ZnPg==) no-repeat 50%
}
.pt__row.is-open .pt__cell-price-monthly {
    color: #e5ebff
}
.pt__cell {
    transition: color .3s;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 12px;
    color: #142149
}
.pt__cell span div {
	color: #a1a5b2;
}
.pt__cell.pt__cell-price {
    display: flex;
    align-items: center;
    flex: 1
}
.pt__cell.pt__cell-price .pt__btn {
    cursor: pointer;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    min-width: 28px;
    border: 1px solid #007bfc;
    border-radius: 100px;
    margin-left: auto;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjcwNyIgaGVpZ2h0PSI1LjA2MSI+PHBhdGggZGF0YS1uYW1lPSJLc3p0YcWCdCAxNTEwIGtvcGlhIDIiIGQ9Ik0uMzU0LjM1NWw0IDQgNC00IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDdiZmMiLz48L3N2Zz4=) no-repeat 50%
}
.pt__row-collapse {
    margin-left: -5px;
    padding: 16px 5px 30px;
    width: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(229, 235, 255, .08);
    display: none
}
.pt__benchmark-name {
    color: #e5ebff;
    margin-bottom: 10px
}
.pt__score {
    font-weight: 500
}
.pt__score.pt__score--faded {
    color: #a1a5b2;
    font-weight: 400
}
.pt__score-container {
    flex: 1 0 auto;
    border: 1px solid rgba(229, 235, 255, .16);
    color: #e5ebff;
    padding: 12px;
    border-radius: 3px
}
.pt__speedometer + .pt__score {
    margin-left: 0
}
.pt__score-value {
    margin: 0;
    color: #fff;
    font-weight: 400
}
.pt__score-heading {
    color: rgba(229, 235, 255, .56)
}
.pt__actions {
    color: #fff;
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: center
}
.pt__actions.pt__actions--skylake {
    justify-content: space-between
}
.pt__actions.pt__actions--skylake .pt__deoploy {
    max-width: 170px
}
.pt__deoploy {
    max-width: 210px;
    width: 100%;
    display: flex
}
.pt__cell-price-monthly {
    padding-right: 8px;
    min-width: 110px;
    color: #007bfc
}
.pt__cell-price-hourly {
    margin-right: 16px
}
.pt__show-more {
    background: #fff;
    color: #007bfc;
    text-transform: lowercase;
    font-weight: 400;
    margin: 18px auto 0;
    box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
    font-size: 15px;
    line-height: 24px;
    border-radius: 0
}
@media (max-width:1011px) {
    .pt__show-more {
        box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
    }
}
.pt--version-comparison {
    max-width: 520px;
    margin: 0 auto
}
.pt--version-comparison .pt__cell {
    height: 62px
}
.pt--version-comparison .pt__row-content {
    cursor: auto
}
.pt__remark {
	padding: 0 15px;
	color: #354052;
	line-height: 40px;
	border-radius: 3px;
	background-color: #f5f5f5;
}
.pt__remark strong {
	color: #ec3c00;
}
@media (max-width: 579px) {
	.navbar-item .link {
		padding: 0;
	}
	.navbar-item {
		margin: 0 15px;
	}
	.productgroups .btn {
		margin-bottom: 15px;
	}
    .main-content {
        padding: 30px 0;
    }
    .pt__remark > span {
        display: block;
    }
}
@media (max-width:1011px) {
    .pt {
        box-shadow: none
    }
    .pt__header {
        display: none
    }
    .pt__score {
        display: flex;
        flex-direction: column
    }
    .pt__score span {
        display: block;
        height: 26px;
        line-height: 24px;
        white-space: nowrap
    }
    .pt__score.pt__score--faded span:last-child {
        font-weight: 500;
        color: #142149
    }
    .pt.show-more .pt__row:nth-child( + n + 4) {
        display: block
    }
    .pt__row {
        position: relative;
        min-height: 192px;
        margin-bottom: 16px;
        padding: 0;
        background: #fff;
        border-radius: 3px
    }
    .pt__row-collapse,
    .pt__row-content {
        position: relative;
        z-index: 2
    }
    .pt__row-content {
        height: 272px;
        padding: 0 16px 54px;
        border: none
    }
    .pt__row-content .pt__cell {
        position: absolute
    }
    .pt__row-content .pt__cell:not(.pt__cell-price) {
        display: inline-block
    }
    .pt__row-collapse {
        margin-left: 0;
        width: 100%;
        padding: 16px
    }
    .pt__row:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06);
        border-radius: 3px;
        transition: box-shadow .3s ease
    }
}
@media (max-width:1011px) {
    .pt__row:nth-child( + n + 5) {
        display: none
    }
    .pt__row:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .pt__row:before {
        z-index: 1;
        top: 138px;
        height: calc(100% - 138px);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .pt__row.is-open .pt__cell:not(.pt__cell-price),
    .pt__row.is-open .pt__score.pt__score--faded {
        color: #142149
    }
    .pt__actions.pt__actions--skylake {
        flex-direction: column
    }
    .pt__actions.pt__actions--skylake .pt__deoploy {
        margin-top: 16px;
        max-width: 100%;
        width: 100%
    }
    .pt__deoploy {
        max-width: 100%;
        margin-top: 0
    }
    .pt__cell {
        position: absolute;
        top: 0;
        height: 24px;
        left: 16px;
        right: 16px;
        width: 50%;
        padding: 0
    }
    .pt__cell.pt__cell-price {
        top: 220px;
        left: 0;
        right: 0;
        height: 54px;
        width: 100%;
        padding: 0 16px!important;
        border-top: 1px solid #edeef2
    }
    .pt__cell.pt__cell-price .pt__btn {
        margin-left: auto
    }
    .pt__cell .pt__cell-price-monthly {
        min-width: 0;
        margin-right: 8px
    }
    .pt__cell:first-child {
        height: 50px;
        top: 20px;
        width: 100%;
    }
    .pt__cell:nth-child(2) {
        top: 68px
    }
    .pt__cell:nth-child(3) {
        top: 116px
    }
    .pt__cell:nth-child(4) {
        left: calc(50% + 16px);
        top: 68px
    }
    .pt__cell:nth-child(5) {
        left: calc(50% + 16px);
        top: 116px
    }
    .pt__cell:nth-child(6) {
        top: 166px
    }
    .pt__cell:nth-child(7) {
        left: calc(50% + 16px);
        top: 166px
    }
    .pt__score-container {
        margin-bottom: 16px
    }
    .pt__cell-price-hourly {
        color: #a1a5b2
    }
}
body.pages {
    background-color: #f2f4f8;
}

.lead-icon img {
    width: 100px;
}

body.affiliates .header,body.submitticket .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}

.noti-holder a:hover .noti, .noti-holder a:focus .noti {
    background-color: rgba(0, 0, 0, 0.14);
}

.noti-holder .noti {
    position: relative;
    display: inline-block;
    padding: 4px 6px;
    padding-right: 30px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    color: #fff;
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -moz-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -ms-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 10px;
}
.noti-holder .noti .badge {
    font-size: 16px;
    margin-right: 20px;
    background: #4b79e3;
}
.noti-holder a {
    display: inline-block;
    outline: none;
}

.bg-gray {
    background: #F9FAFD!important;
}


/* 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:hover,
.boxe.active {
	top: -10px;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border: 1px solid #4b79e3;
}
.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: 20px;
    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;
	left: -1px;
	display: inline-block;
	border-radius: 6px 0 0;
	color: #fff;
	padding: 8px 10px;
	background-color: #4b79e3;
	display: none;
}
.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: 30px;
	border-width: 0px;
    padding: 12px 0;
    min-width: 140px;
    font-weight: 600;
}
.boxe .btn-primary {
    background-color: #4b79e3;
}
.boxe .btn-outofstock {
	color: #FFF;
	cursor: no-drop;
    background-color: #9ca0a7;
}
.page-hero.transfer {
    min-height: 400px;
    background: #192041;
    background-image: url(../img/banner/banner9.png);
    background-position: center;
    background-size: cover;
}
.page-hero.colocation {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/colocation.jpg);
    background-position: center;
    background-size: cover;
}

 .login-slider {
        height: 293px;
        background-repeat: no-repeat;
        background-size: 397px;
        background-image: url('../img/login.png');
        border-radius: 4px;
        background-position: bottom right;
    }
    .login-slider-content {
    	padding-top: 20px;
    }
    .login-slider h1 {
    	margin: 0 0 15px;
        color: #222;
        font-weight: 500;
    }
    .login-slider h3 {
    	font-size: 18px;
        margin: 0;
        color: #999;
        font-weight: 500;
    }
    .label {
    	border-radius: 3px;
    }
    .label-qq {
    	background-color: #3aafeb;
    }
    .label-qq[href]:hover {
    	background-color: #2292ca;
    }
    .label-weixin {
    	background-color: #23ac38;
    }
    .label-weixin[href]:hover {
    	background-color: #58D78C;
    }

    body.pwreset header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}

a {
    text-decoration: none!important;
}

body.cart .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}


.page-hero.company {
    min-height: 400px;
    background: #192041;
    background-image: url(../img/banner/banner6.png);
    background-position: center;
    background-size: cover;
}

.navbar-toggle{border:none;background:transparent !important}.navbar-toggle:hover{background:transparent !important}.navbar-toggle .icon-bar{width:22px;transition:all .2s}.navbar-toggle .icon-bar:nth-of-type(1){transform:rotate(45deg);transform-origin:10% 10%}.navbar-toggle .icon-bar:nth-of-type(2){opacity:0}.navbar-toggle .icon-bar:nth-of-type(3){transform:rotate(-45deg);transform-origin:10% 90%}.navbar-toggle.collapsed .icon-bar:nth-of-type(1){transform:rotate(0)}.navbar-toggle.collapsed .icon-bar:nth-of-type(2){opacity:1}.navbar-toggle.collapsed .icon-bar:nth-of-type(3){transform:rotate(0)}


footer.footer-mobile .collapse-wrapper {
	margin-left: -15px;
	margin-right: -15px
}

footer.footer-mobile .collapse-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0
}

footer.footer-mobile .collapse-wrapper ul li.panel {
	border: 0;
	border-radius: 0;
	background-color: #03021A;
	position: relative;
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort {
	color: #fff;
	background-color: #1e212c;
	border: 0;
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort a {
	display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort .sort-name {
	color: #fff;
	font-size: 14px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort::after {
	content: '';
	border: 2px solid #667180;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none;
	right: 20px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort.actived::after {
	top: 15px;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid #667180;
	border-top: 2px solid #667180
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu {
	padding: 0;
	border-top-color: #03021A;
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu .menu-unit {
	padding-left: 15px;
	border-bottom: 1px solid rgba(229,229,229,0.07);
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a {
	display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.github,footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.weibo {
	display: inline-block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu h4 {
	font-size: 12px;
	color: #777;
}

@media (max-width: 425px) {
	footer.form-footer .links.career-footer-links,footer.form-footer footer.form-footer .links.blog-footer-links {
		padding: 0
	}

	footer.form-footer .contact-links {
		float: none;
		text-align: center
	}

	footer {
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 12px
	}

	footer .sns {
		padding: 20px 0 5px
	}

	footer .container dl dd {
		line-height: 24px
	}

	footer .links {
		text-align: center
	}

	footer .links .cloud-verify {
		float: none;
		text-align: center
	}

	footer .links .cloud-verify .verify-logo,footer .links .cloud-verify .iso-logo,footer .links .cloud-verify .cncf-logo,footer .links .cloud-verify .report-logo,footer .links .cloud-verify .cmmi3-logo {
		display: inline-block;
		float: none;
		margin: 0
	}

	footer .links ul {
		width: 100%;
		padding-top: 20px
	}

	footer .links ul li {
		padding: 0 8px
	}
}

@media (max-width: 767px) {
	footer .cloud-verify .cmmi3-logo,footer .cloud-verify .report-logo,footer .cloud-verify .verify-logo,footer .cloud-verify .iso-logo,footer .cloud-verify .cncf-logo {
		width: 50px;
		height: 40px;
		margin-right: 10px;
		background-size: auto 50px
	}

	footer .cloud-verify .verify-logo {
		margin-right: 0;
		background-size: auto 40px
	}

	footer .cloud-verify .iso-logo {
		background-size: auto 40px
	}

	footer .cloud-verify .cncf-logo {
		background-size: auto 60px
	}
}

.footer-mobile {
    padding: 50px 0;
    background-color: #1e212c;
    color: #FFF;
    vertical-align: baseline;
    transition: left .4s ease-in;
    font-weight: 300;
    padding-bottom: 10px;
}


.grey-darker-color {
	color: #6F6F74
}

footer .sns {
	position: relative;
	padding: 50px 0 5px
}

footer .sns a {
	display: inline-block;
	width: 18px;
	height: auto;
	background-size: 18px auto !important;
	padding: 10px;
	margin: 0 10px;
	cursor: pointer
}
footer .links {
	margin: 35px 0 20px;
	border-top: 1px solid #4C5461;
	font-size: 12px
}

footer .links ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0
}

footer .links ul li {
	display: inline-block;
	padding: 0 14px;
	margin: 7px 0;
	height: 14px;
	line-height: 14px;
	border-left: 1px solid #adaeb3
}

footer .links ul li:first-child {
	border-left: none !important;
	padding-left: 0px
}

footer .links ul li a {
	color: #FFF
}

footer .links.grey-darker-link ul li {
	border-left: 1px solid #6F6F74
}

footer .icp span,footer .report-call span,footer .net-compn span {
	line-height: 24px;
	white-space: nowrap
}

footer .container .grey-link a,footer .container .grey-link .grey-tip {
	color: #adaeb3
}

footer .container .grey-darker-link a {
	color: #6F6F74
}

.grey-color {
	color: #adaeb3
}

.grey-darker-color {
	color: #6F6F74
}

.footer-menu-holder h4 {
    cursor: auto;
    color: hsla(0,0%,100%,.6);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    /* margin-bottom: 37px; */
    display: inline-block;
    height: 40px;
}

ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-menu li {
    line-height: 26px;
    padding: 5px 0;
}

ul.footer-menu li a {
    color: hsla(0,0%,100%,.8);
    transition: all .3s ease-in-out;
    text-decoration: none;
}

div#company-logo-wrapper {
    padding-top: 10px;
    padding-bottom: 4px;
}

.phone {
    line-height: 26px;
    padding: 5px 0;
}

.email {
    line-height: 26px;
    padding: 5px 0;
}

.address {
    line-height: 26px;
    padding: 5px 0;
}
.beianNumber {
    color: rgba(255,255,255,.3);
    /* margin-top: 35px; */
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
}
.helpMenu .col-md-4:nth-child(1)  .news-title {background-image: url(../img/bg/1.png);}
.helpMenu .col-md-4:nth-child(2)  .news-title {background-image: url(../img/bg/2.png);}
.helpMenu .col-md-4:nth-child(3)  .news-title {background-image: url(../img/bg/3.png);}
.helpMenu .col-md-4:nth-child(4) {display:none!important;}
.helpMenu .col-md-4:nth-child(5) {display:none!important;}
.helpMenu .col-md-4:nth-child(6) {display:none!important;}
.helpMenu .col-md-4:nth-child(7) {display:none!important;}


li.login-button a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}


.header .navbar-nav> li.login-button>a:hover {
    border: 1px solid #4b79e3;
    background-color: #4b79e3;
}


.citron-like .production-title-bg {
	margin-top: 2.3333rem;
	padding-bottom: 4.1rem
}

.citron-like .production-title-bg .title-with-bottom-line {
	color: #fff
}

.citron-like ul {
	*zoom: 1;
	min-height: 8.2667rem;
	border-radius: 2px;
	overflow: hidden;
	background: linear-gradient(-136deg,#4b79e3 0%,#2b57bf 100%);
	position: relative;
	z-index: 2
}

.citron-like ul::after,.scences-spring .scences-spring-items::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.citron-like ul li {
	float: left;
	width: 25%;
	height: 248px;
	border-right: 1px solid #171e2f;
}

.citron-like ul li .li-inner-can {
	width: 100%;
	height: 100%;
	padding-left: 1rem;
	background-size: auto 170px!important
}

.citron-like ul li div.li-img {
	width: 70px;
	height: 70px;
	margin: 25px 0 5px;
}

.citron-like ul,.citron-like ul li div.li-img img,.citron-like ul li div.li-img svg {
	height: 100%;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.citron-like ul li div.li-img.li-img-small img,.citron-like ul li div.li-img.li-img-small svg {
	margin-top: .3333rem;
	height: 50px;
	width: 50px;
}

.citron-like ul li div.li-img .after-hover-show {
	display: block
}

.citron-like ul li div.li-img .before-hover-show,.products-advanage-can .products-advanage .products-advanage-item .products-advanage-item-inner.no-before-atention::after,.products-advanage-can .products-advanage .products-advanage-item .products-advanage-item-inner.no-before-atention::before {
	display: none
}

.citron-like ul li h1 {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 10px;
	opacity: .85;
}

.citron-like ul li p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	opacity: .6;
	display: block;
	margin: 0 auto;
	padding: 0 1rem .8333rem 0;
}

.citron-like ul li.has-hover:hover {
	background: #2b57bf
}

.citron-like ul li h1,.citron-like ul li p,.products-advanage-can .products-advanage .products-advanage-item.has-hover:hover .products-advanage-item-inner h2 {
	font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	color: #fff
}



@media (max-width:960px) and (min-width:550px) {
	.width-719 {
		width: 75%
	}

	.banner-more-can .banner-more-can-inner-con,.banner-will-move .products-banner-word {
		padding-left: 1.6667rem
	}

	.details-show-can .details-show-list .details-show-list-item {
		padding: 1.3333rem 0
	}

	.width-666-stable {
		width: 90%
	}

	.blog-can .blog-can-inner .blog-inner-item {
		width: 49%;
		margin-bottom: .3333rem
	}

	.blog-can .blog-can-inner .blog-inner-item:nth-child(odd) {
		margin-right: 1%!important
	}

	.blog-can .blog-can-inner .blog-inner-item.blog-inner-item-between {
		margin: unset;
		margin-bottom: .3333rem
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item {
		width: 50%;
		margin-right: 0;
		min-height: 21.5rem
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item .exports-sec-inner-item-img {
		height: 15rem
	}

	.citron-like ul {
		height: auto
	}

	.citron-like ul li {
		height: unset;
		width: 50%;
		min-height: 9.3333rem
	}

	.citron-like ul li:nth-child(1),.citron-like ul li:nth-child(2) {
		border-bottom: 1px solid #171e2f
	}

	.citron-like ul li p {
		margin: 0
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item {
		width: 50%;
		height: 10.0001rem
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item .solutions-brife-item-sec p {
		min-height: 2.6667rem;
		max-width: 13rem;
		margin: .1667rem auto;
		display: block
	}

	.friends-show .friends-show-can .friends-show-can-inner {
		height: 2rem
	}

	.width-708 {
		max-width: unset;
		width: 91%
	}
}


@media (max-width:550px) and (min-width:50px) {
	.opensource-about-top .mtop-left h2 {
		font-size: 1.1667rem
	}

	.width-719,.width-841 {
		width: 95%
	}

	.production-time .production-time-can .production-time-can-in .production-time-can-inner .production-time-inner-item div {
		width: 100%
	}

	.very-detail-of-pro-can .very-detail-of-pro-top {
		padding-left: 0;
		padding-right: 0
	}

	.title-so-big-p,.title-so-big-p-long {
		font-size: 14px
	}

	.le-vain-rose .le-vain-rose-left,.le-vain-rose .le-vain-rose-right {
		width: 100%;
		float: unset
	}

	.le-vain-rose .le-vain-rose-right {
		margin-top: 2rem
	}

	.le-vain-rose .le-vain-rose-right ul {
		border: 0;
		padding-left: 2%
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con a,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con h1,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		display: block
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con h1,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		text-align: center
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con a,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con div,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		margin-right: auto;
		margin-left: auto
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		margin-top: .3333rem;
		margin-bottom: .6667rem
	}

	.banner-bg-run,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-picture .banner-box-inner-picture-pc {
		display: none
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-picture .banner-box-inner-picture-phone,.banner-of-bg-can .banner-title-p span {
		display: block
	}

	.banner-of-bg-can .banner-of-bg {
		background: url(../img/banner/phone/bannercl.png) no-repeat top center!important;
		background-size: auto 100%!important
	}

	.banner-of-bg-can .banner-of-bg .banner-of-bg-sec {
		padding-top: 1rem;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex-direction: column
	}

	.banner-of-bg-can .banner-title-h1-small,.banner-of-bg-can .banner-title-p,.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec h2 {
		text-align: center
	}

	.banner-of-bg-can .banner-title-h1-small {
		width: 100%;
		margin-bottom: .3333rem
	}

	.banner-of-bg-can .banner-title-p {
		margin-right: auto;
		margin-left: auto
	}

	.banner-will-move {
		height: unset;
		padding-bottom: 1.6667rem
	}

	.banner-will-move .banner-bg-all .banner-bg-run-not-on-phone {
		display: block
	}

	.banner-will-move .products-banner-word {
		padding-top: 5.5rem
	}

	.banner-will-move .products-banner-word a,.banner-will-move .products-banner-word h1,.banner-will-move .products-banner-word p {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		display: block
	}

	.banner-will-move .products-banner-word.cabe-banner-word .banner-title-p {
		width: 90%
	}

	.banner-more-can .banner-more-can-inner .banner-bg-pic-pc {
		display: none
	}

	.banner-more-can .banner-more-can-inner .banner-bg-pic-phone {
		display: block
	}

	.banner-more-can .banner-more-can-inner-con {
		padding-top: 5.6667rem
	}

	.banner-more-can .banner-more-can-inner-con .banner-more-title-h1,.banner-more-can .banner-more-can-inner-con .banner-title-p,.banner-more-can .banner-more-can-inner-con a {
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center
	}

	.banner-more-can .banner-more-can-inner-con .banner-more-title-h1 {
		font-size: 1rem;
		margin-bottom: .3334rem
	}

	.train-right-can-five .train-right-can-five-can {
		display: none
	}

	.train-right-can-five .train-teacher-can {
		display: block
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-img,.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec {
		float: unset
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec,.width-666-stable {
		width: 100%
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec h2::before {
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-img {
		margin-right: auto;
		margin-left: auto
	}

	.show-future-can div li h1 {
		margin-top: .5rem
	}

	.welfare-can ul li {
		width: 33.3333%;
		margin-bottom: 1.1667rem!important
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li {
		height: unset
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a {
		display: flex;
		height: unset;
		padding-top: .6667rem;
		padding-bottom: .6667rem;
		align-items: center
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a div,.job-show-stage-can .job-show-entry .job-show-entry-item li a span {
		float: unset;
		line-height: unset
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a h2,.job-show-stage-can .job-show-entry .job-show-entry-item li a p {
		width: 100%;
		line-height: unset;
		text-align: left
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a div {
		width: 60%
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a span {
		width: 40%
	}

	.width-756 {
		width: 90%
	}

	.medal-wall .medal-wall-can .medal-wall-can-left {
		width: 100%;
		padding-left: 0;
		margin: 0 auto
	}

	.awards-want .awards-want-tell li img {
		width: 55%
	}

	.blog-can .blog-can-inner .blog-inner-item {
		height: unset;
		width: 100%;
		margin-bottom: .3333rem
	}

	.blog-can .blog-can-inner .blog-inner-item .blog-inner-item-sec p {
		min-height: unset;
		font-size: .63rem;
		line-height: 1rem
	}

	.blog-can .blog-can-inner .blog-inner-item.blog-inner-item-between {
		margin: unset;
		margin-bottom: .3333rem
	}

	.blog-can .blog-can-inner .only-when-page-one .only-when-page-one-inner {
		height: unset
	}

	.blog-can .blog-can-inner .only-when-page-one .only-when-page-one-img,.blog-can .blog-can-inner .only-when-page-one .only-when-page-one-sec {
		width: 100%;
		float: unset
	}

	.train-right-can-two ul li {
		display: flex;
		align-items: center
	}

	.train-right-can-two ul li img {
		flex-shrink: 0
	}

	.train-right-can-two ul li p {
		padding: 0
	}

	.train-right-can-six .train-six-can h1,.train-right-can-six .train-six-can ul {
		padding-left: .6667rem
	}

	.train-right-can-six .train-six-can h1 span,.train-right-can-six .train-six-can ul span {
		display: inline-block
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item {
		width: 100%;
		margin-right: 0;
		min-height: unset;
		margin-bottom: .6667rem;
		padding-bottom: .6667rem
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item .exports-sec-inner-item-img {
		height: 13.3333rem
	}

	.solution-features-can .solution-features-can-items .solution-features-can-item .solution-features-can-item-sec {
		padding: .8333rem .8333rem .8333rem 1.1667rem
	}

	.citron-like ul {
		height: auto
	}

	.citron-like ul li {
		height: unset;
		width: 100%;
		border-right: none
	}

	.citron-like ul li:nth-child(1),.citron-like ul li:nth-child(2),.citron-like ul li:nth-child(3) {
		border-bottom: 1px solid #171e2f
	}

	.citron-like ul li .li-inner-can {
		padding-left: 0;
		display: flex;
		align-items: center;
		flex-direction: column
	}

	.citron-like ul li p {
		padding: 0 1rem .8333rem
	}

	.citron-like ul li div.li-img img {
		display: block;
		margin: 0 auto
	}

	.width-708 {
		max-width: unset;
		width: 68%
	}

	.friends-show .friends-show-can .friends-show-can-inner {
		height: 1rem
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item {
		width: 100%;
		height: unset
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item .solutions-brife-item-sec p {
		max-width: 13rem;
		margin: .1667rem auto;
		display: block
	}

	.trust-indeed .trust-indeed-can .title-so-big-p {
		width: 80%
	}

	.trust-indeed .trust-indeed-can .title-so-big-p span {
		display: inline
	}
}


.wrap-main-swiper .swiper-btn-prev,
.wrap-main-swiper .swiper-btn-next {
	position: absolute;
	font-size: 3rem;
	padding: 0 15px;
	color: #FFF;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -30px;
}

.wrap-main-swiper .swiper-btn-next {
    right: 0;
    left: inherit;
}

img#company-logo {
    height: 36px;
}

.footer-contact-list span {
    margin-left: 10px;
}


			.free-use-btn a {
				text-decoration: none;

			}

			.free-use-btn {
				color: #4F60BF;
				margin-top: 15px;
				padding: 0 40px;
				line-height: 38px;
				border-radius: 3px;
				font-size: 14px;
				background: #fff;
				color: rgba(10, 18, 32, .64);
				box-shadow: 0 4px 8px 0 rgba(30, 62, 124, .15);
				display: inline-block;
				font-weight: 700;
				cursor: pointer;
				transition: all .2s ease-in-out;
				border: 1px rgba(255, 255, 255, 0.5) solid;
			}


#pricing {
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

#pricing .bg-color {
	background-color: #eaeff9;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transform: skewY(-10deg) scaleY(0.7);
	-moz-transform: skewY(-10deg) scaleY(0.7);
	-ms-transform: skewY(-10deg) scaleY(0.7);
	transform: skewY(-10deg) scaleY(0.7);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	z-index: -1;
}

.pricing-box {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 340px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.no-icon {
	padding: 40px 27px 27px 27px;
}

.pricing-box .pricing-content {
	border: 1px solid rgba(224, 224, 232, 0);
	background-color: #fcfcfd;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	position: relative;
	padding: 65px 27px 27px 27px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-icon {
	position: absolute;
	width: 88px;
	height: 88px;
	left: 50%;
	margin-left: -44px;
	top: -44px;
	border-radius: 200px;
	overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 0 0 rgba(141, 171, 234, 0);
	box-shadow: 0 0 0 rgba(141, 171, 234, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-icon .htfy {
	color: #ffffff;
	font-size: 45px;
	margin-top: 21px;
}

.pricing-box .pricing-content .pricing-icon .htfy-technology {
	margin-top: 26px;
}

.pricing-box .pricing-content .pricing-icon [class*="fa"] {
	color: #ffffff;
	font-size: 40px;
	margin-top: 25px;
}

.pricing-box .pricing-content .pricing-icon img {
	position: absolute;
	width: 50px;
	height: 43px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -22px;
}

.pricing-box .pricing-content .pricing-title {
	font-size: 17px;
	font-weight: 600;
	/* text-transform: uppercase; */
	background-color: #f3f5fd;
	display: inline-block;
	padding: 7px 18px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.pricing-box .pricing-content .price-title {
	font-size: 14px;
	font-weight: 700;
	color: #a5b8df;
	/* text-transform: uppercase; */
}

.pricing-box .pricing-content .pricing-price {
	font-size: 35px;
	color: #a3a3a3;
}

.pricing-box .pricing-content .pricing-details {
	text-align: center;
}

.pricing-box .pricing-content .pricing-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing-box .pricing-content .pricing-details ul li {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 50px;
	font-size: 14px;
	color: #777493;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.pricing-box .pricing-content .pricing-details ul li.not-included {
	color: #bbbac1 !important;
	-webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0) !important;
}

.pricing-box .pricing-content .pricing-details ul li:hover {
	color: #3f3d59;
	-webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
}

.pricing-box .pricing-content .pricing-details ul li[id^="product"] {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.pricing-box .pricing-content .pricing-details p {
	font-size: 14px;
	color: #777493;
	padding: 25px 0;
	line-height: 28px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-link {
	position: relative;
	z-index: 1;
}

.pricing-box .pricing-content .pricing-link a {
	position: relative;
	color: #66556b;
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-link a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box.pricing-color1:before {
	color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-icon {
	background-color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-title {
	color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-price {
	color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-details ul li:before {
	background-color: #756de7;
	-webkit-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
	box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #756de7;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:before {
	background-color: #231aa1;
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color1 .pricing-content .pricing-link a:focus {
	color: #ffffff;
	background-color: #6057e3;
}

.pricing-box.pricing-color2:before {
	color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-icon {
	background-color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-title {
	color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-price {
	color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-details ul li:before {
	background-color: #5d9cec;
	-webkit-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
	box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #5d9cec;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:before {
	background-color: #12509e;
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color2 .pricing-content .pricing-link a:focus {
	color: #ffffff;
	background-color: #468ee9;
}

.pricing-box.pricing-color3:before {
	color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-icon {
	background-color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-title {
	color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-price {
	color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-details ul li:before {
	background-color: #65d692;
	-webkit-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
	box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #65d692;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:before {
	background-color: #228047;
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color3 .pricing-content .pricing-link a:focus {
	color: #ffffff;
	background-color: #51d184;
}

.pricing-box.featured {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.featured .pricing-content:after {
	position: absolute;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	top: 0;
	left: 20px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 2px 5px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing-box.featured:hover .pricing-content:after {
	padding: 4px 5px;
}

.pricing-box:hover .pricing-content,
.pricing-box:focus .pricing-content {
	background-color: #fdfdfd;
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.pricing-box:hover .pricing-content .pricing-icon,
.pricing-box:focus .pricing-content .pricing-icon {
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.pricing-box:hover .pricing-content .pricing-details p,
.pricing-box:focus .pricing-content .pricing-details p {
	color: #3f3d59;
}

.pricing-box:hover .pricing-content .pricing-link a,
.pricing-box:focus .pricing-content .pricing-link a {
	margin-top: -4px;
	margin-bottom: 4px;
}

.pricing-box:hover .pricing-content .pricing-link a:before,
.pricing-box:focus .pricing-content .pricing-link a:before {
	bottom: -4px;
}

.pricing-box.pricing-box-simple {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-box-simple .pricing-content {
	background-color: #fcfcfd;
	/*padding: 35px 27px 27px 27px;*/
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon {
	width: 76px;
	height: 76px;
	margin-left: -38px;
	top: -38px;
	border: 0px solid #e0e0e8;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 9px rgba(141, 171, 234, 0.5);
	box-shadow: 0 5px 9px rgba(141, 171, 234, 0.5);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy {
	font-size: 33px;
	color: #a1a1a1;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy-technology {
	margin-top: 23px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon [class*="fa"] {
	font-size: 28px;
	color: #a1a1a1;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon img {
	width: 44px;
	margin-left: -22px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head {
	position: relative;
	padding: 27px;
	z-index: 10;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 35px;
	padding-bottom: 45px;
	overflow: hidden;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: -o-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: linear-gradient(90deg, #9c8df1, #7f29f0);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-title {
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 10px 25px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features {
	margin-top: 10px;
	margin-bottom: 30px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li {
	padding: inherit !important;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	display: block !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li:before {
	content: "\62";
	font-family: "hostify" !important;
	font-size: 12px;
	margin-right: 5px;
	color: #00ff66;
}

.pricing-box.pricing-box-simple .pricing-content .display-price {
	color: #ffffff;
	font-size: 18px;
}

.pricing-box.pricing-box-simple .pricing-content .free-plan {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .one-time {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-price {
	color: #ffffff;
	font-size: 25px !important;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}

.pricing-box.pricing-box-simple .pricing-content .billing-cycle {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee:before {
	content: "+";
	font-size: 16px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav {
	border-bottom: 0 !important;
	text-align: center;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li {
	display: inline-block !important;
	float: inherit;
	margin: 0 5px !important;
	padding: 4px !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li a {
	padding: 3px 10px 4px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	background-color: rgba(0, 0, 0, 0.1) !important;
	border-radius: 6px;
	border: 0;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li.active a {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.16) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content {
	padding-top: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .pricing-price {
	color: #ffffff;
	font-size: 25px !important;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .billing-cycle {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee:before {
	content: "+";
	font-size: 16px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details {
	padding: 0 27px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li {
	display: inline-block !important;
	padding: 2px 20px !important;
	width: inherit !important;
	border-radius: 50px;
	font-size: 14px;
	color: #777493;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	position: relative;
	min-width: 150px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li.not-included {
	color: #bbbac1 !important;
	-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li:hover {
	color: #3f3d59;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li[id^="product"] {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details>ul>li {
	padding: 6px 4px !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link {
	position: relative;
	z-index: 1;
	padding: 27px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a {
	padding: 12px 20px;
	color: #ffffff;
	background-color: #3c3c3c;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a:before {
	display: none;
}

.pricing-box.pricing-box-simple.bestbuy .pricing-content:after {
	content: "";
	position: absolute;
	top: -17px;
	left: 100%;
	margin-left: -98px;
	width: 24px;
	height: 22px;
	z-index: 12;
	background-image: url("../images/star.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.bestbuy:before {
	content: "";
	position: absolute;
	top: -28px;
	right: -5px;
	width: 125px;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #efeff8;
	border-radius: 50px;
	z-index: 11;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.bestbuy:after {
	content: "Best Buy!";
	position: absolute;
	top: -20px;
	right: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #ff9c04;
	z-index: 12;
	/* text-transform: uppercase; */
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-head:before {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #2ebaf2, #2b8cf2);
	background-image: -o-linear-gradient(90deg, #2ebaf2, #2b8cf2);
	background-image: linear-gradient(90deg, #2ebaf2, #2b8cf2);
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-details ul li:hover {
	color: #2c94f2;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #2c94f2;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:focus {
	background-color: #0e7bdd !important;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-head:before {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: -o-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: linear-gradient(90deg, #9c8df1, #7f29f0);
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-details ul li:hover {
	color: #8336f0;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #8336f0;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:focus {
	background-color: #6811e2 !important;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-head:before {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #47f48f, #0dcf77);
	background-image: -o-linear-gradient(90deg, #47f48f, #0dcf77);
	background-image: linear-gradient(90deg, #47f48f, #0dcf77);
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-features ul li:before {
	color: #ffffff;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-details ul li:hover {
	color: #14d37a;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #14d37a;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:focus {
	background-color: #10a45f !important;
}

.pricing-box.pricing-box-simple:hover .pricing-content,
.pricing-box.pricing-box-simple:focus .pricing-content {
	-webkit-box-shadow: -1px 8px 24px rgba(0, 0, 0, 0.11);
	box-shadow: -1px 8px 24px rgba(0, 0, 0, 0.11);
}

.pricing-box.pricing-box-horizontal {
	margin-top: 0;
	max-width: 100%;
	margin-bottom: 60px;
}

.pricing-box.pricing-box-horizontal .pricing-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
	-webkit-box-flex: 0.8;
	-moz-box-flex: 0.8;
	-webkit-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 27px;
	border-top-right-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head:before {
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	transform: skewY(0deg);
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head .pricing-title {
	margin-bottom: 0;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f9f9fc;
	padding: 25px;
	color: #303030;
	font-size: 16px;
	font-weight: 200;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 74px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features:before {
	font-family: "hostify" !important;
	content: "\62";
	position: absolute;
	display: inline-block;
	background-color: #d9faee;
	color: #21ba82;
	font-size: 26px;
	padding-top: 24px;
	width: 48px;
	height: 48px;
	top: -74px;
	left: 50%;
	margin-left: -24px;
	border-radius: 100px;
	line-height: 0;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 7px !important;
	line-height: 23px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li:before {
	display: none !important;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features P {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: center;
	align-content: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details ul li {
	width: 100% !important;
	text-align: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 2.3;
	-moz-box-flex: 2.3;
	-webkit-flex: 2.3;
	-ms-flex: 2.3;
	flex: 2.3;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
	-webkit-box-flex: 1.3;
	-moz-box-flex: 1.3;
	-webkit-flex: 1.3;
	-ms-flex: 1.3;
	flex: 1.3;
	padding: 30px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	background-color: #f9f9fc;
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder>div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li {
	margin: 0 !important;
	padding: 2px !important;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li a {
	background-color: #f0f0f5 !important;
	color: #787593;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li.active a {
	background-color: #deefff !important;
	color: #3496ef;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content {
	-webkit-box-flex: 1 0 auto;
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .pricing-price {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .billing-cycle {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .setup-fee {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .fix-space {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-price {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .billing-cycle {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .setup-fee {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .display-price {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .free-plan {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-price-holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link {
	-webkit-box-flex: 0.7;
	-moz-box-flex: 0.7;
	-webkit-flex: 0.7;
	-ms-flex: 0.7;
	flex: 0.7;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link a {
	padding: 10px;
}

.pricing-box.pricing-box-horizontal:hover .pricing-content .pricing-link a,
.pricing-box.pricing-box-horizontal:focus .pricing-content .pricing-link a {
	margin-top: 0;
	margin-bottom: 0;
}

.pricing-box.pricing-unity .pricing-content .pricing-icon {
	background-color: transparent !important;
}

.pricing-box.pricing-unity .pricing-content .pricing-icon img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
}

.pricing-box.pricing-unity .pricing-content .pricing-title {
	font-size: 16px;
	font-weight: 600;
	color: #2A4968;
	background-color: #EBF2F9;
	border-radius: 10px;
	padding: 3px 15px;
	/* text-transform: uppercase; */
	position: relative;
	display: inline-block;
}

.pricing-box.pricing-unity .pricing-content .price-title {
	color: #aec1d4;
}

.pricing-box.pricing-unity .pricing-content .pricing-price {
	color: #2A4968;
}

.pricing-box.pricing-unity .pricing-content .pricing-link {
	position: relative;
	z-index: 1;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a {
	position: relative;
	color: #fff;
	background-color: #3195ff;
	width: 100%;
	margin: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a:before {
	display: none;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a:hover,
.pricing-box.pricing-unity .pricing-content .pricing-link a:focus {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	background-color: #1888ff;
}

.pricing-box-horizontal-holder {
	width: 100%;
}

.pricing-header {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -moz-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	font-size: 12px;
	color: #191919;
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	margin-bottom: -14px !important;
	margin-top: 30px !important;
}

.pricing-header .th-title {
	-webkit-box-flex: 0.8;
	-moz-box-flex: 0.8;
	-webkit-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8;
	padding: 0 27px;
}

.pricing-header .th-features {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 25px;
}

.pricing-header .th-details {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 27px;
}

.pricing-header .th-price {
	-webkit-box-flex: 1.2;
	-moz-box-flex: 1.2;
	-webkit-flex: 1.2;
	-ms-flex: 1.2;
	flex: 1.2;
	padding: 0 20px;
}

.pricing-header .th-link {
	-webkit-box-flex: 0.7;
	-moz-box-flex: 0.7;
	-webkit-flex: 0.7;
	-ms-flex: 0.7;
	flex: 0.7;
	padding: 0 27px;
}

@media (max-width: 1200px) {
	.pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
		-webkit-box-flex: 1.2;
		-moz-box-flex: 1.2;
		-webkit-flex: 1.2;
		-ms-flex: 1.2;
		flex: 1.2;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
		border-top-right-radius: 10px;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .fix-space {
		display: none;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
		-webkit-box-flex: 1.5;
		-moz-box-flex: 1.5;
		-webkit-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5;
		-webkit-flex-direction: column;
		flex-direction: column;
		background-color: #f9f9fc;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder .pricing-link a {
		width: inherit;
	}

	.pricing-header .th-link {
		display: none;
	}
}

@media (max-width: 992px) {
	.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
		display: none;
	}

	.pricing-header .th-features {
		display: none;
	}
}

@media (max-width: 768px) {
	.pricing-box.pricing-box-horizontal .pricing-content {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 0;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
		border-top-right-radius: 0;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
		background-color: transparent;
	}
}

#page-icon {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#page-icon .pricing-icon {
	position: absolute;
	width: 88px;
	height: 88px;
	left: 50%;
	margin-left: -44px;
	bottom: -120px;
	border-radius: 200px;
	overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

#page-icon .pricing-icon .htfy {
	color: #ffffff;
	font-size: 45px;
	margin-top: 21px;
}

#page-icon .pricing-icon .htfy-technology {
	margin-top: 26px;
}

#page-icon .pricing-icon [class*="fa"] {
	color: #ffffff;
	font-size: 40px;
	margin-top: 25px;
}

#page-icon .pricing-icon.pricing-color1 {
	background-color: #756de7;
}

#page-icon .pricing-icon.pricing-color2 {
	background-color: #5d9cec;
}

#page-icon .pricing-icon.pricing-color3 {
	background-color: #65d692;
}

#page-icon .pricing-icon img {
	width: 100%;
}

#page-icon:hover .pricing-icon .special-gradiant {
	animation-name: little-move;
}


.price-list .price-row {
    background-color: #fff;
    transition: all .5s ease;
    box-shadow: 0 0px 5px rgba(17,26,104,.15);
    border-radius: 8px;
    padding: 35px 25px;
    margin-bottom: 30px;
	cursor: pointer;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.price-list .price-row:hover {
    box-shadow: 0 6px 20px rgba(17,26,104,.15);
}
.price-list .price-row.price-head {
	cursor: default;
	margin-bottom: 0;
	box-shadow: none;
	background-color: transparent;
}
.price-list .price-row .price-title {
    font-size: 16px;
	width: 13%;
}
.price-list .price-row.price-head .price-title {
	font-weight: 600;
}
.price-list .price-row .price-title .price .big {
	font-size: 22px;
}
.price-list .price-row .price-title .price .won {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.price-list .price-row .price-title:first-child {
	width: 18%;
}

.price-list .price-row .price-title p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	
	.price-list .price-row.price-head {
		display: none;
	}
	.price-list .price-row {
		display: block;
	}
	.price-row .price-title {
		display: flex;
	    width: 100% !important;
		margin-bottom: 15px;
	}
	.price-row .price-title:last-child {
		margin-bottom: 0;
	}
	.price-row .price-title > small {
		margin-right: 5px;
	}
	.price-title > span {
		color: #999;
		width: 80px;
		text-align: left;
	}
	.boxe {
		margin-bottom: 1.5rem;
	}
}


.news-box {
	padding: 30px;
    min-height: 170px;
	background-color: #f7f8fb;
}
.news-title {
	font-size: 18px;
    color: #4c525b;
    margin: 0 0 15px;
}
.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-list > li {
	width: 48%;
	display: inline-block;
	line-height: 26px;
}
.news-list > li > a {
	color: #89919b;
	text-decoration: none;
}
.news-title {
    font-size: 18px;
    margin: 0 0 15px;
    padding-left: 10px;
    border-left: 3px solid #0b7dc7;
}


.head-top {
    margin-bottom: 70px;
}

.news-list li {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.vps-contrast {
    background-color: #161a1d;
}

.text-white {
    color: #fff!important;
}

.hardware-list-item img {
    margin: 0 auto;
    width: 50px;
}



.home-cases .info-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-cases .info-box .info-item {
	flex: 1;
	padding: 0 20px;
}
.home-cases .info-box .info-item img {
	max-width: 100%;
}

body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,simsun,sans-serif !important;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #637283;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-primary {
	color: #0c7aff;
	font-size: 12px;
}
.text-primary:hover {
	color: #273044;
	text-decoration: none
}
.bg-white {
	background-color: #FFF;
}
.space {
	padding-top: 40px;
	padding-bottom: 40px;
}
.space2x {
	padding-top: 80px;
	padding-bottom: 80px;
}
.preloader-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    width: 26px;
    height: 26px;
    border: 3px solid rgba(0,0,0,.1);
    border-top: 2px solid #fff;
    border-radius: 100%;
    content: '';
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.form-control {
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.input-sm {
	line-height: 1;
	height: 30px;
}
.dataTables_wrapper {
	width: 100%;
}
.btn {
	border-radius: 3px;
	padding: 6px 15px;
}
.btn-primary {
    color: #fff;
    border: 1px solid #4b79e3;
    background-color: #4b79e3;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #4b79e3;
    background-color: #4b79e3;
}
.header {
	width: 100%;
	min-height: 70px;
	transition: all .3s ease-in-out;
	background-color: transparent;
	position: absolute;
	z-index: 10;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}



body.index .header.fixed {
	background-color: #151c2c;
	box-shadow: 3px 2px 14px 0 rgba(0,0,0,.2);
}
body.index.modules_transfer .header,
body.index.modules_authentication .header,
body.index.modules_invoiceManager .header {
	min-height: 60px;
	transition: all .3s ease-in-out;
	background-color: #151c2c;
	position: relative;
}
.header .navbar-header {
	margin-right: 40px;
}

.header .navbar-nav>li>a {
    color: hsla(0,0%,100%,.8);
    transition: all .3s ease-in-out;
    padding: 5px 15px;
    margin-right: 10px;
    color: rgba(255,255,255,.9);
    font-weight: 500;
    font-size: 16px;
}
.header .navbar-nav>li.bell>a,
.header .navbar-nav>li.shopping>a {
	margin-right: 0;
	padding: 5px 10px;
}
.header .navbar-nav>li.shopping {
	margin-right: 10px;
	position: relative;
}
.header .navbar-nav>li.bell .label,
.header .navbar-nav>li.shopping .label {
    border-radius: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    text-indent: -999em;
    height: 8px;
    width: 8px;
}
.header .navbar-nav>li.active>a,
.header .nav .open>a,
.header .nav .open>a:focus,
.header .nav .open>a:hover,
.header .navbar-nav>li>a:hover,
.header .navbar-nav>li>a:focus,
.header .navbar-nav>li>a:active {
	color: #FFF;
	border: 0 none;
	background-color: transparent;
}
.header .navbar-nav>li>a .caret {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNC4zNjUgMTUuNjA5YTEuMzk2IDEuMzk2IDAgMCAxIDAtMS44ODVMOS43MTggOCA0LjM2NSAyLjI3NmExLjM5NiAxLjM5NiAwIDAgMSAwLTEuODg1IDEuMTg4IDEuMTg4IDAgMCAxIDEuNzYzIDBsNi4yMzYgNi42NjZhMS4zOTYgMS4zOTYgMCAwIDEgMCAxLjg4Nkw2LjEzIDE1LjYwOWMtLjIyNy4yNDgtLjU0Ny4zOS0uODgzLjM5MWExLjIwMyAxLjIwMyAwIDAgMS0uODgyLS4zOTF6Ij48L3BhdGg+PC9zdmc+');
}

body.homepage .header .navbar-nav>li>.dropdown-menu {
	top: 40px;
}
body.homepage .header.fixed .navbar-nav>li>.dropdown-menu {
	top: 60px;
}
.header .dropdown-menu>li>a {
	padding: 0 20px;
	line-height: 37px;
	color: #4c525b;
	transition: all .3s ease-in-out;
}
.header .dropdown-menu>li>a:hover {
	color: #FFF;
	border: 0 none;
	font-weight: 600;
	background-color: transparent;
}
.header .navbar-right .btn-primary {
	margin-left: 10px;
	border-radius: 2px;
	border: 1px solid #4b79e3;
	background-color: #4b79e3;
}
.header .navbar-right .btn-primary:active,
.header .navbar-right .btn-primary:focus,
.header .navbar-right .btn-primary:hover {
	border: 1px solid #4b79e3;
	background-color: #4b79e3;
}

section#main-menu {
	background-color: transparent;
}
.navbar-main {
	font-size: 14px;
	border-radius: 0;
	background-color: #FFF;
	border-bottom: 1px solid #dee2e6;
}
.navbar-main .navbar-nav>li {
	margin-right: 0
}
.navbar-main .navbar-nav>li>a {
	color: #273045;
	line-height: 26px;
	padding: 15px;
}
.navbar-main li.account {
	background-color: transparent;
}
.navbar-main .navbar-nav>li>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:active,
.navbar-main .navbar-nav>li.open>a,
.navbar-main .navbar-nav>li.open>a:focus,
.navbar-main .navbar-nav>li.open>a:active {
	color: #273045;
	background-color: #f5f5f5;
}
.navbar-main .navbar-nav>li>.dropdown-menu {
	border-radius: 0 0 3px 3px;
	border-color: #dee2e6;
	box-shadow: none;
}
.navbar-main .navbar-nav>li>.dropdown-menu>li>a {
	line-height: 30px;
}
.avatar img {
	border-radius: 50px;
	margin-right: 5px;
}
.avatar.avatar-sm img {
	max-width: 26px;
}
.navbar-main .navbar-nav>li>a .user-name {
	font-weight: 600;
}
.login-body {
	padding: 12px 22px 22px;
}
.pwreset .login-body {
	margin-left: 0;
	margin-right: 0;
}
.login-body .form-group {
	margin-bottom: 18px;
}
.login-body .form-group:last-child {
	margin-bottom: 0;
}
.login-body .form-group a {
	margin-right: 10px;
}
.login-body .form-group a:last-child {
	margin-right: 0;
}
.login-body label {
	display: none;
}
.login-body .header-lined h1,
.register-body .header-lined h1 {
	font-size: 20px;
	font-weight: 500;
}
.register-body {
	padding: 12px 22px 22px;
}
.register-body .marketing-email-optin h4 {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0
}
.register-body .marketing-email-optin p {
	display: none;
	font-size: 12px;
	margin-bottom: 0
}
.register-body #registration {
	padding-bottom: 0;
}

section#main-body {
	background-color: transparent;
}
div.header-lined {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0 24px;
}
div.header-lined h1 {
	border-bottom: 0 none;
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 500;
    color: #333;
}
.header-todo .item-todo {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding: 4px 4px 4px 70px;
    text-decoration: none;
    color: #262626;
    text-align: center;
}
.header-todo .item-todo:last-child {
	margin-right: 0;
}
.header-todo .item-todo .icon-wrap {
    position: absolute;
    top: 4px;
    left: 4px;
    border: 1px solid #dedede;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 2;
    font-size: 20px;
    text-align: center;
    color: #555;
}
.header-todo .item-todo .icon-wrap i {
	vertical-align: middle;
}
.header-todo .item-todo .count {
    display: block;
    font-size: 1.75em;
    line-height: 1;
    color: #333;
}
.header-todo .item-todo .what {
    color: #555;
    font-size: 12px;
}

.item-main {
	margin: 20px 0;
	border-radius: 3px;
    padding: 12px 16px 16px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.13);
}
.item-main:first-child {
	margin-top: 0;
}
.item-main .item-main {
	box-shadow: none;
	padding: 0;
}
.item-main .item-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.item-main .item-hd h3 {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-boxs {
	margin-right: -16px;
    margin-left: -16px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item-boxs > .item-box {
	padding: 12px 16px;
    border-right: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item-boxs > .item-box:last-child {
    border-right: 0 none;
}
.balance-amount {
    font-size: 2em;
    color: #333;
    margin-right: 24px;
    vertical-align: middle;
}
.home-balance ul.others {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 12px;
}
.home-balance ul.others li {
    flex: 0 0 31%;
    border-right: 1px solid #ebebeb;
    margin-right: 10px;
}
.home-balance ul.others li:last-child {
    border-right: 0 none;
    margin-right: 0;
}
.home-balance ul.others li div {
    display: block;
    padding: 8px 0 0;
    text-decoration: none;
}
.home-balance ul.others li div .count,
.home-balance ul.others li div .what {
    display: block;
}
.home-balance ul.others li div .what {
	color: #333;
}
.home-balance ul.others li div .count {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
}
.home-balance ul.others li div .count a.label {
	width: 50px;
}
.home-balance ul.others li div .count .label {
	border-radius: 3px;
}
.home-balance ul.others li div .count .label.label-danger {
	background-color: #777;
}
.home-invoice > li {
    margin-bottom: 8px;
    padding: 8px 12px;
    background-color: #f9f9f9;
}
.home-invoice > li .title {
    margin-bottom: 8px;
    font-size: 12px;
    color: #333;
}
.home-rc-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25;
}
.home-rc-flex .flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.home-rc-flex .rc-text {
	font-size: 12px;
}
.item-sidebar .nav-tabs {
	margin-top: -8px;
	border-bottom: 1px solid #d8d8d8;
}
.item-sidebar .nav-tabs > li {
	position: relative;
}
.item-sidebar .nav-tabs > li > a {
	color: #333;
	padding: 8px 12px;
	line-height: 1.28571;
	background-color: transparent;
}
.item-sidebar .nav-tabs>li>a:focus,
.item-sidebar .nav-tabs>li>a:hover {
    color: #0c7aff;
    border-color: transparent;
}
.item-sidebar .nav-tabs>li.active>a,
.item-sidebar .nav-tabs>li.active>a:focus,
.item-sidebar .nav-tabs>li.active>a:hover {
    color: #0c7aff;
    border-color: transparent;
    background-color: transparent;
}

.item-sidebar .nav-tabs>li:before {
    border-radius: 0;
    width: 0;
    border-bottom: 2px solid transparent;
    left: 50%;
    bottom: 0;
	content: "";
    position: absolute;
    transition: all .4s cubic-bezier(.23,1,.32,1);
}
.item-sidebar .nav-tabs>li.active:before {
	left: 0;
	width: 100%;
	border-bottom: 2px solid #0c7aff;
}
.item-sidebar .tab-content {
	padding: 0;
}
.item-custom .btn-success {
	color: #5dba00;
	border-color: #5dba00;
	transition: all .3s ease-out;
	background-color: transparent;
}
.item-custom .btn-success:hover,
.item-custom .btn-success:focus {
	color: #FFF;
	border-color: #4b9400;
	background-color: #4b9400;
}
.item-custom .btn-default {
	color: #495057;
	border-color: rgba(0, 40, 100, 0.12);
	background-color: #FFF;
	transition: all .3s ease-out;
}
.item-custom .btn-default:hover,
.item-custom .btn-default:focus {
	color: #495057;
	border-color: rgba(0, 20, 49, 0.12);
	background-color: #f6f6f6;
}
.item-custom .btn-primary {
	border-radius: 3px;
	color: #0c7aff;
	border-color: #0c7aff;
	background-color: transparent;
	transition: all .3s ease-out;
}
.item-custom .btn-primary:hover,
.item-custom .btn-primary:focus {
	color: #FFF;
	background-color: #0c7aff;
}

ul.reward-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
ul.reward-primary > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    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: 2em;
}
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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 24px;
    font-size: 12px;
}
ul.reward-secondary>li .money-label {
    color: #333;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    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: -16px;
    margin-left: -16px;
    padding: 12px 16px;
    color: #555;
	background-color: #ebf4fb;
}
.item-aff .share-links {

}
.home-products ul.product-list {
    margin-bottom: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}
.home-products ul.product-list>li {
    padding: 0 4px 8px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
}
@media screen and (max-width: 1344px) {
	.home-products ul.product-list>li {
	    width: 33.3333%;
	}
}
.home-products ul.product-list.thm-uglier a {
    line-height: 56px;
}
.home-products ul.product-list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    background-color: #f9f9f9;
    width: 100%;
    line-height: 36px;
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-products ul.product-list a {
	line-height: 56px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    background-color: #f9f9f9;
    width: 100%;
    text-decoration: none;
    color: #333;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    -moz-transition: all .25s linear;
    transition: all .25s linear;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-products ul.product-list a:hover {
    background-color: #f2f2f2;
}
.home-products ul.product-list a i {
    display: inline-block;
    border: 1px solid #dedede;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    text-align: center;
}
.home-products ul.product-list a i:before {
	line-height: 27px;
}
.home-products ul.product-list a .product-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-list {
	max-height: 160px;
	overflow: hidden;
}
ul.sidebar-list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.sidebar-list li a {
    text-align: left;
    color: #555;
    font-size: 12px;
}
ul.sidebar-list li a:hover {
    color: #286090;
    text-decoration: none;
}




.caret {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url('../img/caret_2.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 2px;
    vertical-align: middle;
    border: 0 none;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    opacity: .3;
}
.wrap-main-swiper .swiper-slide {
    height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px 500px;
    background-color: rgb(31, 37, 49);
}
.wrap-main-swiper .content-slide {
    height: 500px;
    padding: 150px 50px 0;
    font-size: 18px;
    color: #EEE;
}
.wrap-main-swiper .content-slide .slogan {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -3px;
    line-height: 120%;
    margin-bottom: 20px;
}
.wrap-main-swiper .content-slide .sub-slogan {
    margin-bottom: 15px;
}
.wrap-main-swiper .content-slide .event-title {
    font-size: 18px;
    color: #007aff;
    letter-spacing: -1px;
    font-weight: 300;
    margin-bottom: 0;
}
.wrap-main-swiper .content-slide .btn {
    border-radius: 3px;
}
.wrap-main-swiper .content-slide .btn-outline-success {
    color: #4cae4c !important;
    border-color: #4cae4c !important;
}
.swiper-pagination-bullet {
	background-color: #FFF !important;
}

.home-event-mod {
	background: #f7f9fb;
}
.home-event-mod .c-grid {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    table-layout: fixed;
}
.home-event-mod .c-grid [class*=c-g-] {
    position: relative;
    display: table-cell;
    padding: 0;
    border-right: 2px solid #fff;
    transition: all .2s;
}
.home-event-mod [class*=c-g-]:first-child {
    border-left: 2px solid #fff;
}
.home-event-mod .c-g-4 {
    width: 25%;
}
.home-event-mod .c-g-5 {
    width: 20%;
}
.home-event-mod .item {
    color: #1e232f;
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.home-event-mod .item:hover {
	background: #f4f5f9;
}
.home-event-mod .item .item-title {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 0;
}
.home-event-mod .item .item-text {
    padding-top: 15px;
    line-height: 1.6;
    color: #848995;
}

.section-title {
    line-height: 44px;
    font-size: 32px;
    color: #333;
    margin: 0;
    font-weight: 400;
}
.section-subtitle {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.fill-primary-500 {
    fill: #6392ff!important;
}
.fill-primary-300 {
    fill: #c9d9ff!important;
}
.stroke-primary {
    stroke: #306eff!important;
}
.pt-5, .py-5 {
    padding-top: 2rem!important;
}
.pb-5, .py-5 {
    padding-bottom: 2rem!important;
}
.pl-4, .px-4 {
    padding-left: 2rem!important;
}
.pr-4, .px-4 {
    padding-right: 2rem!important;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.bg-holder.overlay:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.fs-3 {
    font-size: 26px;
}
@media (min-width: 576px) {
	.fs-sm-4 {
	    font-size: 32px;
	}
}
.text-light {
    color: #f9fafd!important;
    font-family: "Ubuntu",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.8rem!important;
}
.btn-outline-light {
    color: #f9fafd;
    border-color: #f9fafd;
	background-color: transparent;
}
.btn-outline-light:hover {
    color: #4d5969;
    background-color: #f9fafd;
    border-color: #f9fafd;
}
.rounded-pill {
    border-radius: 50rem!important;
}


.news-main {
	border-radius: 4px;
	border: 1px solid #EEE;
	background: rgba(246,248,255,1);
	border-radius:10px;
	height: 300px;
}
.news-title {
	/*margin-top: 15px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px 4px 0 0;
	padding: 0 15px;
	color:rgba(246,248,255,1);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.news-title1{
	height:100px;
	background-image: url("../img/1.png")
}
.news-title2{
	height:100px;
	background-image: url("../img/2.png")
}
.news-title3{
	height:100px;
	background-image: url("../img/3.png")
}
.news-title h4 {
    font-size: 18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(246,248,255,1);
    margin-bottom: 0px;
}
.news-title > a {
	text-decoration: none;
	color: #fff;
}
.news-list {
	padding: 10px 15px;
	margin: 0;
}
.news-list > li {
	display: flex;
	justify-content: space-between;
}
.news-list > li > a {
	color: #333;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space:nowrap;
}
.news-list > li > a:hover {
	color: #ef2a3a;
}
.news-list > li > span {
	color: #AAA;
}
.news-list li  a {width: 240px;}


.page-hero {
	background-color: #151c2c;
}
.page-hero h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 20px;
	letter-spacing: 2px;
}
.page-hero .hero-slogan {
	color: #fff;
	margin: 0;
	font-size: 18px;
}

.page-hero .hero-slogan-small {
    /* 722 */
	color: #fff;
	margin: 0;
	font-size: 14px;
    color: #BCBBBB;
    line-height: 30px;
	margin-bottom: 30px;
}
.pages .page-hero:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page-hero.management {
    background: #192041;
    background-image: url(../img/banner/management.jpg);
    background-position: center;
    background-size: cover;
}
.particle-tabs nav {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid #DAE1E7;
    align-items: center;
    justify-content: flex-start;
    border-radius: 4px 4px 0 0;
}
.particle-tabs nav a {
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
    line-height: 49px;
    padding: 0 3rem;
    transition: color 0.3s cubic-bezier(1, 0, 0, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.particle-tabs nav a.active {
    font-weight: 700;
    color: #22292F;
}
.particle-tabs nav a:after {
    height: 4px;
    bottom: -1px;
}
.particle-tabs nav a:after {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    content: '';
    transition: background-color .2s, transform .3s;
    transition-timing-function: ease,cubic-bezier(1, 0, 0, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 0, 0);
}
.particle-tabs nav a.active:after {
    transform: translate3d(0, 0, 0);
    background-color: #151c2c;
}
.particle-tabs nav a:not(.active) {
    color: #8795A1;
}
.particle-tabs nav a:not(.active):hover {
    color: #22292F;
}
.particle-tabs nav a:not(.active):hover:after {
    background-color: rgba(40, 49, 69, .8);
    transform: translate3d(0, 0, 0);
}
.table-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-container .table-row {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #DAE1E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
    padding: 20px;
}
.table-container .table-row.table-header {
    background-color: #22292F;
    color: #fff;
    border-bottom: 0px !important;
    font-size: 15px;
    font-weight: bold;
    min-height: 40px;
    line-height: 40px;
    border-bottom: 0px !important;
    padding: 0 20px;
}
.table-container .table-row:not(.table-header):hover {
    box-shadow: 0 0 40px -10px rgba(34,41,47,0.2);
    z-index: 10;
    background-color: #fff;
}
.table-container .table-row .table-cell {
    text-align: left;
    width: 12.5%;
}
.table-container .table-row .table-cell span {
	display: block;
	color: #606F7B;
	font-size: 12px;
}
.table-container .table-row:not(.table-header) .table-cell {
    color: #22292F;
}
.table-container .table-row:not(.table-header) {
    transition: all .2s ease;
    border-left: 1px solid #DAE1E7;
    border-right: 1px solid #DAE1E7;
}
.table-container .table-row .table-cell.table-cell-first {
    width: 30%;
    padding: 0;
}
.table-container .table-row .table-cell-price {
    text-align: right;
    padding-right: 1rem;
}

.page-feature {
	border-top: 1px solid #dae1e7;
	border-bottom: 1px solid #dae1e7;
	background-color: #f7fafc;
}

.x-card {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 15px 20px -15px rgba(34,41,47,0.1);
    background-color: #fff;
    margin-bottom: 30px;
}
.x-card figure {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #DAE1E7;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    margin: 0;
    min-width: 90px;
}
.x-card .x-card-main {
    border: 1px solid #DAE1E7;
    width: calc(100% - 60px);
    padding: 20px;
    border-radius: 0 4px 4px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.x-card h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    color: #22292F;
}
.x-card p {
    color: rgba(34,41,47,0.6);
    line-height: 1.45;
    max-width: 80%;
    margin-top: 5px;
    margin-bottom: 0;
}

.page-image .item {
    position: relative;
    text-align: left;
    margin-top: 30px;
    background-color: transparent;
    border-radius: 3px;
    overflow: hidden;
}
.datacenter-img-bg {
    height: 230px;
    background-size: 100%;
    width: 100%;
}
.page-image .item .cover {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .2)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .2));
    background: linear-gradient(transparent, rgba(0, 0, 0, .2));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
}
.page-image .item .content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    overflow: hidden;
}
.page-image .item .content .title {
    color: #FFF;
    padding: 0;
    opacity: 1;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.page-image .item .content .subtitle {
    font-size: 14px;
    overflow: hidden;
    height: 22px;
    color: rgba(255, 255, 255, .8);
}
.datacenter-img-bg {
    height: 230px;
    background-size: 100%;
    width: 100%;
}
.datacenter-img-bg.us.one {
    background-image: url(../img/datacenter/us1.png.jpeg);
}
.datacenter-img-bg.us.two {
    background-image: url(../img/datacenter/us2.png.jpeg);
}
.datacenter-img-bg.us.three {
    background-image: url(../img/datacenter/us3.png.jpeg);
}
.datacenter-img-bg.us.four {
    background-image: url(../img/datacenter/us4.png.jpeg);
}
.datacenter-img-bg.us.five {
    background-image: url(../img/datacenter/us5.png.jpeg);
}
.datacenter-img-bg.us.six {
    background-image: url(../img/datacenter/us6.png.jpeg);
}

.datacenter-img-bg.hk.one {
    background-image: url(../img/datacenter/hk1.jpg);
}
.datacenter-img-bg.hk.two {
    background-image: url(../img/datacenter/hk2.jpg);
}
.datacenter-img-bg.hk.three {
    background-image: url(../img/datacenter/hk3.jpg);
}
.datacenter-img-bg.hk.four {
    background-image: url(../img/datacenter/hk4.jpg);
}
.datacenter-img-bg.hk.five {
    background-image: url(../img/datacenter/hk5.jpg);
}
.datacenter-img-bg.hk.six {
    background-image: url(../img/datacenter/hk6.jpg);
}

.datacenter-img-bg.cn.one {
    background-image: url(../img/datacenter/cn1.jpg);
}
.datacenter-img-bg.cn.two {
    background-image: url(../img/datacenter/cn2.jpg);
}
.datacenter-img-bg.cn.three {
    background-image: url(../img/datacenter/cn3.jpg);
}
.datacenter-img-bg.cn.four {
    background-image: url(../img/datacenter/cn4.jpg);
}
.datacenter-img-bg.cn.five {
    background-image: url(../img/datacenter/cn5.jpg);
}
.datacenter-img-bg.cn.six {
    background-image: url(../img/datacenter/cn6.jpg);
}

.datacenter-img-bg.kr.one {
    background-image: url(../img/datacenter/kr1.png.jpeg);
}
.datacenter-img-bg.kr.two {
    background-image: url(../img/datacenter/kr2.png.jpeg);
}
.datacenter-img-bg.kr.three {
    background-image: url(../img/datacenter/kr3.png.jpeg);
}
.datacenter-img-bg.kr.four {
    background-image: url(../img/datacenter/kr4.png.jpeg);
}
.datacenter-img-bg.kr.five {
    background-image: url(../img/datacenter/kr5.png.jpeg);
}
.datacenter-img-bg.kr.six {
    background-image: url(../img/datacenter/kr6.png.jpeg);
}

.pt_head,
.pt_body .pt_content a {
	display: flex;
	text-decoration: none;
}
.pt_head {
	border-bottom: 1px solid #d8d8d8;
}
.pt_head .pt_cell {
	color: #a1a5b2;
	font-weight: 500;
}
.pt_cell {
	color: #142149;
	padding: 10px 0;
	display: flex;
    align-items: center;
	width: 15%;
}
.pt_cell:first-child {
	width: 20%;
}
.pt_cell:nth-child(2) {
	width: 20%;
}

.status {
	width: 8px;
	height: 8px;
	border: 0 none;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	background-color: #EEE;
}
.status-custom {
    background-color: #000;
}
.status-pending {
    background-color: #d9534f
}
.status-pending.transfer {
    background-color: #a68500
}
.status-active,
.status-completed,
.status-open {
    background-color: #3fad46
}
.status-suspended {
    background-color: #f0ad4e
}
.status-customer-reply {
    background-color: #f60
}
.status-answered,
.status-fraud {
    background-color: #000
}
.status-expired,
.status-transferred.away {
    background-color: #004258
}
.status-cancelled {
    background-color: #9fa29a
}
.status-terminated {
    background-color: #666
}
.status-onhold {
    background-color: #248
}
.status-inprogress {
    background-color: #c00
}
.status-closed {
    background-color: #888
}
.status-paid {
    background-color: #498302
}
.status-unpaid {
    background-color: #ed3e48
}
.status-cancelled {
    background-color: #87939f
}
.status-collections {
    background-color: #9a141e
}
.status-refunded {
    background-color: #319fc3
}
.status-customer-reply {
    background-color: #f60
}
.status-delivered {
    background-color: #248
}
.status-accepted {
    background-color: #498302
}
.status-dead,
.status-lost {
    background-color: #000
}
.submit-item a {
	display: block;
	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 {
    float: left;
    padding: 10px 20px 10px 0;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}
.submit-item .common-tool-icon>img {
    height: 32px;
    width: 32px;
}
.submit-item .common-tool-msg-cont {
    width: 74%;
    display: inline-block;
    padding: 5px 0;
}
.submit-item .submit-item-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    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;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    min-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.footer {
	padding-top: 50px;
	padding-bottom: 20px;
	color: hsla(0,0%,100%,.6);
	background: #1f2533;
}
.footer-center {
	margin-bottom: 20px;
}
.footer-main h4 {
	cursor: auto;
    color: hsla(0,0%,100%,.6);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-main div.footer-body {

}
.footer-main div.footer-body .mains:first-child {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid hsla(0,0%,100%,.15);
}
.footer-main div.footer-body .main {
	line-height: 24px;
}
.footer-main div.footer-body .main .icon {
	width: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    opacity: .5;
}
.footer-main div.footer-body .main .icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff;
}
.footer-main div.footer-body .main .title {
	color: hsla(0,0%,100%,.6);
    padding-right: 4px;
}
.footer-main div.footer-body .main a:link,
.footer-main div.footer-body .main a:hover,
.footer-main div.footer-body .main a:focus {
	color: #FFF;
	text-decoration: none;
}
.footer-main ul.footer-body {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-main ul.footer-body li {
	line-height: 26px;
	padding: 5px 0;
}
.footer-main ul.footer-body li a {
	color: hsla(0,0%,100%,.8);
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.dataTables_filter,
.dataTables_info {
	display: none;
}
table.table-list thead th,
.dataTables_wrapper table.table-list thead th,
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc,
.dataTables_wrapper table.table-list thead th:nth-child(even) {
	color: #22292F;
	font-weight: 500;
	text-align: left;
	background-color: #FAFAFA;
	border-bottom: 0 none;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dataTables_wrapper table.table-list thead th:first-child {
	max-width: 50px;
	padding-right: 15px;
}
.dataTables_wrapper .dataTables_length label {
	padding-left: 15px;
}
table.table-list tbody td {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	top: 10px !important;
	right: 15px !important;
}
.dataTables_wrapper table.table-list {
	margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length {
	border-top: 1px solid #dee2e6;
	background-color: #FFF !important;
}
.footer-btm p {
	margin-bottom: 0;
	line-height: 30px;
	font-size: 12px;
}
.footer-btm .navbar-brand {
    color: #FFF;
    padding: 0;
    margin-right: 15px;
    text-indent: -999em;
    width: 90px;
    height: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/logo_white.svg);
}
.footer-btm a {
	color: hsla(0,0%,100%,.85);
    transition: all .3s ease-in-out;
    text-decoration: none;
}
.footer-btm .text-right a {
	color: hsla(0,0%,100%,.6);
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border-right: 1px solid #637283;
    transition: all .3s ease-in-out;
}
.footer-btm .text-right a:last-child {
    border-right: 0 none;
}

/* 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;
    }
}
.invoice-sidebar .heading-title {
    font-size: 14px;
}
.show-panel,
.show-product,
.show-ticket {
	background: #fff;
    box-shadow: 0 0 6px 0 rgba(31,50,82,.1);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.show-ticket .ticket-reply {
	margin: 0;
	border: 0 none;
	padding-top: 20px;
	border-top: 1px dashed #d3d3d3;
}
.show-ticket .ticket-reply:first-child {
	border-top: 0 none;
	padding-top: 0px;
}
.show-ticket .ticket-reply .user {
	height: 60px;
	background-color: transparent;
}
.show-ticket .ticket-reply .user .head-icon {
    background-color: #e5e5e5;
    height: 48px;
    width: 48px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.show-ticket .ticket-reply.staff .user .head-icon {
	background-color: #006eff;
}
.show-ticket .ticket-reply.staff .user i {
	color: #FFF;
}
.show-ticket .ticket-reply .user i {
    color: #bbb;
    padding: 0;
    float: none;
    line-height: 48px;
    font-size: 44px;
    position: absolute;
    bottom: -8px;
    left: 10%;
}
.show-ticket .ticket-reply .message {
	padding: 15px 0;
}
.a-upload {
    padding: 0 10px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    color: #888;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}
.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.product-details-tab-container .tab-pane > .row {
	line-height: 30px;
}
.show-product {
	min-height: 335px;
}
.show-product h5 {
	font-weight: 500;
}
.product-status {
	border-radius: 4px;
	box-shadow: 0 0 6px 0 rgba(31,50,82,.1);
}
div.product-details div.product-icon {
	border-radius: 4px;
	background-color: #fafafa;
}
.product-status h3 {
	margin-top: 15px;
}
.product-status h4 {
	margin-bottom: 0;
}
div.product-details-tab-container {
	border: 0 none;
	padding: 0;
}
.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 0 none;
}
.nav-tabs > li {
    margin: 0 20px 0 0;
}
.nav-tabs > li > a {
    color: #666;
    padding: 0;
    line-height: 36px;
    border: 0 none;
    border-bottom: 2px solid transparent;
}
.nav-tabs > li > a:hover {
    border: 0 none;
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #2d77ee;
    border: 0 none;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 2px solid #2d77ee;
}
.home-rcc-wd-billing-recent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.home-rcc-wd-billing-recent .consumption-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    color: #888;
}
.home-rcc-wd-billing-recent .consumption-info .current-month-number {
    margin: 8px 0 16px;
    font-size: 28px;
    color: #333;
}
.home-rcc-wd-billing-recent .consumption-info .last-month-number {
    font-size: 14px;
}
.home-rcc-wd-billing-recent .ops {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
    padding: 10px;
    background-color: #f9f9f9;
    width: 100%;
    height: 32px;
}
.next-btn-text.next-btn-primary,
.next-btn-text.next-btn-primary.visited,
.next-btn-text.next-btn-primary:link,
.next-btn-text.next-btn-primary:visited {
    color: #4b79e3;
}
.home-rcc-wd-billing-recent .consumption-chart {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
@media (max-width: 991px) {
	.header .navbar-header {
		margin: 0;
	}
	.navbar-toggle {
		margin-top: 17px;
		margin-right: 0;
	}
	.navbar-toggle .icon-bar {
	    background-color: #FFF;
	}
	.table-container .table-row.table-header {
		display: none;
	}
	.table-container .table-row .table-cell {
		width: 100% !important;
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	.table-container .table-row {
		display: block;
	}
	.table-container .table-row .table-cell:last-child {
		margin-top: 10px;
	}
}

#topcontrol{background:#4b79e3; height:35px; width:35px; border-radius:4px;}
.links-title {
    font-size: 14px;
    font-weight: normal;
    display: inline;
    margin: 0 0 0 .5em;
}
.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: inline;
}
.links-list li {
    color: #637283;
    display: inline;
    margin: 0 .5em 0 0;
}
.links-list li a {
	color: hsla(0,0%,100%,.6);
	text-decoration: none;
}
.footer-btm {
	margin-top: 20px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px!important;
    background: #4b79e3!important;
}

span.swiper-pagination-bullet {
    width:5px;
    height: 5px;
    border-radius: 10px;
    background: rgba(226,235,241,.5);
    margin: 0 5.001px;
    cursor: pointer;
}

.wrap-main-swiper .swiper-slide {
    background: #192041;
}

.swiper-slide.banner1 {
    background-image: url(../img/banner/banner1.png);
    background-position: center;
    background-size: cover;
}

.swiper-slide.banner2 {
    background-image: url(../img/banner/banner2.png);
    background-position: center;
    background-size: cover;
}

.swiper-slide.banner3 {
    background-image: url(../img/banner/banner3.png);
    background-position: center;
    background-size: cover;
}

.item-title::before {
    width: 20px;
    height: 3px;
    top: 130%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
}

.home-event-mod .item:hover .item-title::before {
    background: #ffb200;
}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
@keyframes imgChan {
	0%,to {
		opacity: 0
	}

	30% {
		opacity: .7
	}

	70% {
		opacity: 1
	}

	75% {
		opacity: .6
	}
}

@keyframes moveItem {
	0%,to {
		top: 16%
	}

	50% {
		top: 13%
	}
}

@keyframes upDown {
	0%,to {
		top: 0
	}

	50% {
		top: -12px
	}
}

@keyframes rototeU {
	0% {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.productions-brife-item-can {
    position: relative;
    *
    zoom: 1;
    width: 100%;
}

.productions-brife-item-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: .2s all linear;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}

.productions-brife-item-img-move {
    	position: absolute;
    	top: 0;
    	left: 0;
    	-webkit-animation: 3s upDown linear infinite;
    	-moz-animation: 3s upDown linear infinite;
    	-o-animation: 3s upDown linear infinite;
    	animation: 3s upDown linear infinite;
}

.productions-brife-item-can img {
    width: 150px;
    height: 150px;
}
.cabernet-show-run-can {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cabernet-show-run-can img {
    position: absolute;
    top: 0;
    left: 0;
}
.cabernet-show-run-can .top-of-cabe {
	z-index: 3
}

.cabernet-show-run-can .bottom-of-cabe {
	top: -.5rem;
	opacity: .6
}

.cabernet-show-run {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 1.1rem;
	z-index: 0
}

.cabernet-show-run img {
	height: auto;
	display: block;
	-webkit-animation: 3s rototeU linear infinite;
	-moz-animation: 3s rototeU linear infinite;
	-o-animation: 3s rototeU linear infinite;
	animation: 3s rototeU linear infinite
}

.cabernet-show-run .cabe-1 {
	width: 30px;
	margin-left: 69px
}

.cabernet-show-run .cabe-2 {
	width: 15px;
	margin-left: 60px
}

.cabernet-show-run .cabe-3 {
	width: 20px;
	margin-left: 66px
}


.foot {
	background-position: center;
	background-repeat: no-repeat;
	height: 252px;
	/* background-image: linear-gradient(90deg,#2b313e 10%,#283c6d 43%,#2b57bf 75%,#4b79e3 98%); */
    background: #F6F7FA;
}
.foot-item {
	height: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot-text {
	color: #333333;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
/* .foot-info .btn {
	opacity: .9;
    background-color: #FFF;
    border-radius: 4px;
    border: 0 none;;
    width: 140px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    color: #1439A7;
    margin-left: 32px;
    transition: background .35s;
}
.foot-info .btn:hover {
	text-decoration: none;
	background: #2b57bf;
	color: #fff;
} */



@media (max-width: 991px) {
	.foot {
	}
	.foot-info {
		text-align: center;
	}
	.foot-info .btn {
		font-size: 16px !important;
		margin-top: 10px;
		margin-left: 0 !important;
	}
	.foot-text {
		font-size: 20px !important;
	}
}

.page-hero.vps {min-height: 480px;background: #192041;background-image: url("../img/banner/banner8.png");background-position: center;background-size: cover;}



.page-hero-text {
    padding-top: 70px;
}

.space3x {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-pages.about,
.section-pages.develop,
.section-pages.contact {
	padding-top: 56px;
	background-color: #000;
	background-image: url(../../../../../../img/aboutus_banner.jpg.html);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-pages.develop {
	background-image: url(../../../../../../img/aboutus_banner2.jpg.html);
}
.section-pages.servers,
.section-pages.lease{
	padding-top: 56px;
    background: #10083b url(../../../../../../img/container_banner.jpg.html) no-repeat center top;
	background-image: -webkit-image-set(url(../../../../../../img/container_banner.jpg.html) 1x,url(../../../../../../img/container_banner_2x.jpg.html) 2x,url(../../../../../../img/container_banner_2x.jpg.html) 3x);
}
.section-pages.vps,
.section-pages.bgp,
.section-pages.ecs{
	padding-top: 56px;
    background: #10083b url(../../../../../../img/edgestorage_banner.jpg.html) no-repeat center top;
	background-image: -webkit-image-set(url(../../../../../../img/edgestorage_banner.jpg.html) 1x,url(../../../../../../img/edgestorage_banner_2x.jpg.html) 2x,url(../../../../../../img/edgestorage_banner_2x.jpg.html) 3x);
}
.section-pages.tuoguan {
	padding-top: 56px;
    background: #10083b url(../../../../../../img/tuoguan_banner.jpg.html) no-repeat center top;
	background-image: -webkit-image-set(url(../../../../../../img/tuoguan_banner.jpg.html) 1x,url(../../../../../../img/tuoguan_banner_2x.jpg.html) 2x,url(../../../../../../img/tuoguan_banner_2x.jpg.html) 3x);
}
.section-pages .container {
	height: 290px;
	display: flex;
	align-items: center;
}
.section-pages.server .container {
	height: 400px;
	display: inherit;
	position: relative;
}
.section-pages.server .pages-main {
	margin-top: 100px;
}
.section-pages.server .pages-main h3 {
	margin: 0 0 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
}
.section-pages.server .pages-main h4 {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}
.section-pages.server .pages-main .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: 0 none;
}
.wrap-title {
	margin-bottom: 40px;
}
.wrap-title h3 {
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    font-weight: normal;
}
.wrap-title h3:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    display: block;
    height: 24px;
    width: 4px;
    background-color: #4585f6;
}
.wrap-title p {
	color: #666;
}
.wrap-main h4 {
	font-size: 20px;
	margin: 0 0 0;
	line-height: 1.4;
}
.wrap-main h5 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
.wrap-image {
	overflow: hidden;
	border-radius: 4px;
}
.wrap-image img {
	width: 100%;
	cursor: pointer;
	max-width: 100%;
    transition: all 2s ease;
}
.wrap-image:hover img {
	border-radius: 4px;
	transform: scale(1.3);
}
.wrap-main p {
    margin-bottom: 10px;
    color: #999;
}
.hardware-panel {
	border: 1px solid #000;
}
.hardware-panel .row {
	margin: 0;
}
.hardware-panel [class*=col-] {
	padding: 0;
}
.hardware-main {
	text-align: center;
	line-height: 60px;
}
.hardware-title {
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	background-color: #000;
}
.kf-main .hardware-title {
	background-color: #4585f6;
}
.hardware-panel [class*=col-]:first-child .hardware-list-item {
	font-weight: 600;
	border-left: 0 none;
}
.hardware-list-item {
	border-left: 1px solid #a1a1a1;
	border-bottom: 1px solid #a1a1a1;
}
.kf-main .hardware-list-item:nth-of-type(odd) {
	background-color: #e0ecf5;
}
.hardware-list-item:nth-of-type(odd) {
	background-color: #FFF;
}
.hardware-list-item:nth-of-type(even) {
	background-color: #f8f8f8;
}
.pages-main h3 {
	margin: 0 0 20px;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.2;
}
.pages-main h4 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}
.pages-tabs {
	height: 60px;
}
.pages-tabsFix.fixed {
	position: fixed;
	top: 56px;
	width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
	z-index: 100;
}
.pages-tabs .container {
	display: flex;
}
.tabs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	flex: 1;
}
.tabs-item.active {
	background-color: #FFF;
}
.tabs-item > a {
    color: #666;
    font-size: 16px;
}
.tabs-item.active a {
    color: #4b79e3;
}
.tabs-item > a:hover {
    color: #0984e3;
    text-decoration: none;
}
.pages-content {
	color: #333;
}
.section-subtitle {
	color: #666;
}
.pages-company-main {
	display: flex;
}
.company-main-item {
	flex: 1;
	text-align: center;
}
.company-main-item-icon {
	width: 100px;
	margin: 0 auto 20px;
}
.company-main-item-icon img {
	max-width: 100%;
}
.company-main-item h4 {
	font-size: 14px;
	margin: 0;
}
.question-main {
	padding: 20px 40px;
	border-radius: 4px;
	margin-bottom: 15px;
}
.question-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.question-title h5 {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}
.question-title h5 i {
	color: #4585f6;
	margin-right: 5px;
}
.contact-main {
	padding: 50px;
	margin-bottom: 100px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.border-right {
	border-right: 1px solid #eee;
}
.contact-item h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 70px;
    color: #000;
}
.contact-item h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    content: "";
    background-color: #333;
}
.contact-list a.btn {
	margin-bottom: 15px;
}
.contact-list p {
	color: #999;
}
.contact-maps > div {
	height: 400px;
	width: 100%;
}
@media (max-width: 991px) {
	.pages-tabs .container {
		overflow-x: auto;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}
	.tabs-item {
		display: inline-block;
	    line-height: 60px;
	    flex: auto;
	    text-align: center;
	    padding: 0 15px;
	}
}


.navbar-collapse.collapse.in {
    background: #16171a;
}


.productions-brife-item-sec {
	width: 95%;
	margin: -60px auto 0;
	padding: 60px 30px 30px;
	background: 0 0;
	text-align: center;
}

.productions-brife-item-sec .the-script-of-detail {
	margin-bottom: 15px;
	font-size: 14px;
	color: #848995;
	text-align: center;
	display: block;
	min-height: 100px;
	-moz-transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
}

.productions-brife-item-sec h1 {
	font-size: 14px;
	color: #1e232f;
	text-align: center;
	line-height: .8rem;
	margin-bottom: .2667rem;
}

.productions-brife-item-sec .the-script-of-title {
	font-weight: 400;
	color: #1e232f;
	text-align: center;
	font-size: 20px;
}

.productions-brife-item-sec .btn-one {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	width: 4.3333rem;
	height: 1.1667rem;
	line-height: 1.1667rem;
	font-size: .5rem
}

.productions-brife-can .productions-brife .productions-brife-item.has-hover .productions-brife-item-sec {
	box-shadow: 0 0 0 0 rgba(0,0,0,.1);
	-moz-transition: .25s all linear;
	-webkit-transition: .25s all linear;
	-o-transition: .25s all linear;
	transition: .25s all linear;
	background: 0 0;
	min-height: 12.3334rem
}

.productions-brife-can .productions-brife .productions-brife-item.has-hover .btn-one {
	position: relative;
	z-index: 1;
	-moz-transition: .15s all linear;
	-webkit-transition: .15s all linear;
	-o-transition: .15s all linear;
	transition: .15s all linear;
	opacity: 0
}
.productions-brife-item-sec:hover {box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);background: #fff;border-radius: .0667rem;-moz-transition: .25s all linear;-webkit-transition: .25s all linear;-o-transition: .25s all linear;transition: .25s all linear;}


.productions-brife-item-sec .btn {
    visibility: hidden;
}

.productions-brife-item-sec:hover .btn {
    visibility: visible;
    display: block;
}
.page-hero.article {min-height: 420px;background: #192041;background-image: url(../img/banner/banner8.png);    background-position: center;
    background-size: cover;}


.solutions-brife-item {
	float: left;
	width: 100%;
	height: 156px;
	position: relative;
	overflow: hidden;
}

.solutions-brife-item .solutions-brife-item-img {
	width: 80px;
	height: 80px;
	margin: 27px auto 0;
	opacity: 1;
	transform: translateY(0);
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.friends-show .friends-show-can .friends-show-can-inner img,.solutions-brife-item .solutions-brife-item-img img {
	width: 100%
}

.solutions-brife-item .solutions-brife-item-sec {
	position: absolute;
	top: 100px;
	left: 0;
	padding: 1px;
	z-index: 2;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.solutions-brife-item .solutions-brife-item-sec h3 {
	font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	font-size: 18px;
	text-align: center;
	color: #555;
	line-height: 30px;
}

.solutions-brife-item .solutions-brife-item-sec a,.solutions-brife-item .solutions-brife-item-sec p {
	text-align: center;
	font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	font-size: 12px;
	color: #666;
	line-height: 21.999px;
	margin-top: .1667rem;
	opacity: 0;
}

.solutions-brife-item .solutions-brife-item-sec a {
	display: block;
	width: 100%;
	margin-top: .1333rem;
	font-size: 14px;
	color: #3490ff
}

.solutions-brife-item .solutions-brife-item-sec a:hover {
	color: #2e5bc3
}

.solutions-brife-item .solutions-brife-item-sec a:active {
	color: #2c58c0
}


.solutions-brife-item:hover .solutions-brife-item-sec {
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    top: .4333rem;
}

.solutions-brife-item:hover .solutions-brife-item-img {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
	transform: translateY(10px)
}

.solutions-brife-item:hover .solutions-brife-item-sec {
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	top: .4333rem
}


.solutions-brife-item:hover .solutions-brife-item-sec p {
    opacity: 1;
}

.solutions-brife-item:hover .solutions-brife-item-sec a {
    opacity: 1;
}
body.clientarea .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}
body.register .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}


.pt {
    font-weight: 400;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 8px;
    box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
    border-radius: 4px;
    background: #fff;
}
.pt__header {
    padding: 0 28px;
    display: flex
}
.pt__header .pt__cell {
    height: 64px;
    font-size: 14px;
    line-height: 32px;
    padding: 0 12px;
    color: #a1a5b2;
    cursor: pointer
}
.pt__header .pt__cell.pt__cell-price {
    min-width: 300px
}
.pt__header [data-sort-order=asc],
.pt__header [data-sort-order=desc] {
    color: #007bfc
}
.pt__header [data-sort-order=asc]:after,
.pt__header [data-sort-order=desc]:after {
    content: "";
    transform-origin: center center;
    margin-left: 16px;
    height: 14px;
    width: 8px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjA2NiIgaGVpZ2h0PSIxMy45NzQiPjxnIGZpbGw9Im5vbmUiPjxwYXRoIGRhdGEtbmFtZT0iS3N6dGHFgnQgMTUxMCBrb3BpYSA5IiBkPSJNLjM2MiA0LjU5N2wzLjY3LTMuODcgMy42NyAzLjg3IiBzdHJva2U9IiMwMDdiZmMiLz48cGF0aCBkYXRhLW5hbWU9IktzenRhxYJ0IDE1MTAga29waWEgMTAiIGQ9Ik0uMzYyIDkuMzc3bDMuNjcgMy44NyAzLjY3LTMuODciIHN0cm9rZT0iI2I0YjZiOCIvPjwvZz48L3N2Zz4=) no-repeat
}
.pt__header [data-sort-order=desc]:after {
    transform: rotate(180deg)
}
.pt__row-content {
    display: flex;
    cursor: pointer;
    border-top: 1px solid #edeef2;
    transition: border-top .3s
}
.pt__header .pt__cell,
.pt__row-content .pt__cell {
    display: flex;
    align-items: center
}
.pt__header .pt__cell:first-child,
.pt__row-content .pt__cell:first-child {
    padding-left: 0;
    min-width: 20%;
}
.pt__header .pt__cell:nth-child(2),
.pt__row-content .pt__cell:nth-child(2) {
    min-width: 12%;
}
.pt__header .pt__cell:nth-child(3),
.pt__row-content .pt__cell:nth-child(3) {
    min-width: 12%;
}
.pt__header .pt__cell:nth-child(4),
.pt__row-content .pt__cell:nth-child(4) {
    min-width: 10%;
}
.pt__header .pt__cell:nth-child(5),
.pt__row-content .pt__cell:nth-child(5) {
    min-width: 10%;
}
.pt__header .pt__cell:nth-child(6),
.pt__row-content .pt__cell:nth-child(6) {
    min-width: 15%;
}
.pt__header .pt__cell:nth-child(7),
.pt__row-content .pt__cell:nth-child(7) {
    min-width: 12%
}
.pt__header .pt__cell:last-child,
.pt__row-content .pt__cell:last-child {
    padding-right: 0
}
.pt__row {
    padding: 0 28px;
    position: relative;
    display: block;
}
.pt__row:hover {
    text-decoration: none;
}
.pt__row:last-child {
    padding-bottom: 16px
}
.pt__row:before {
    will-change: opacity;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(90deg, #021048, #1e38a3)
}
.pt__row.is-open {
    border-top: 0
}
.pt__row.is-open:before {
    opacity: 1;
    visibility: visible
}
.pt__row.is-open .pt__cell,
.pt__row.is-open .pt__score.pt__score--faded {
    color: #e5ebff
}
.pt__row.is-open .pt__row-content {
    border-top: 1px solid transparent
}
.pt__row.is-open .pt__cell.pt__cell-price .pt__btn {
    background: #007bfc url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjQyNCIgaGVpZ2h0PSI5LjQyNCI+PGcgZGF0YS1uYW1lPSJHcm91cCA1MSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZTllYmY1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0iYmV2ZWwiPjxwYXRoIGRhdGEtbmFtZT0iS3N6dGHFgnQgMTgxOSIgZD0iTS43MDcuNzA3bDggOCIvPjxwYXRoIGRhdGEtbmFtZT0iS3N6dGHFgnQgMTgxOSBrb3BpYSIgZD0iTTguNzE3LjcwN2wtOC4wMSA4LjAxIi8+PC9nPjwvc3ZnPg==) no-repeat 50%
}
.pt__row.is-open .pt__cell-price-monthly {
    color: #e5ebff
}
.pt__cell {
    transition: color .3s;
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 12px;
    color: #142149
}
.pt__cell span div {
	color: #a1a5b2;
}
.pt__cell.pt__cell-price {
    display: flex;
    align-items: center;
    flex: 1
}
.pt__cell.pt__cell-price .pt__btn {
    cursor: pointer;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 28px;
    min-width: 28px;
    border: 1px solid #007bfc;
    border-radius: 100px;
    margin-left: auto;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjcwNyIgaGVpZ2h0PSI1LjA2MSI+PHBhdGggZGF0YS1uYW1lPSJLc3p0YcWCdCAxNTEwIGtvcGlhIDIiIGQ9Ik0uMzU0LjM1NWw0IDQgNC00IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDdiZmMiLz48L3N2Zz4=) no-repeat 50%
}
.pt__row-collapse {
    margin-left: -5px;
    padding: 16px 5px 30px;
    width: calc(100% + 10px);
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(229, 235, 255, .08);
    display: none
}
.pt__benchmark-name {
    color: #e5ebff;
    margin-bottom: 10px
}
.pt__score {
    font-weight: 500
}
.pt__score.pt__score--faded {
    color: #a1a5b2;
    font-weight: 400
}
.pt__score-container {
    flex: 1 0 auto;
    border: 1px solid rgba(229, 235, 255, .16);
    color: #e5ebff;
    padding: 12px;
    border-radius: 3px
}
.pt__speedometer + .pt__score {
    margin-left: 0
}
.pt__score-value {
    margin: 0;
    color: #fff;
    font-weight: 400
}
.pt__score-heading {
    color: rgba(229, 235, 255, .56)
}
.pt__actions {
    color: #fff;
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: center
}
.pt__actions.pt__actions--skylake {
    justify-content: space-between
}
.pt__actions.pt__actions--skylake .pt__deoploy {
    max-width: 170px
}
.pt__deoploy {
    max-width: 210px;
    width: 100%;
    display: flex
}
.pt__cell-price-monthly {
    padding-right: 8px;
    min-width: 110px;
    color: #007bfc
}
.pt__cell-price-hourly {
    margin-right: 16px
}
.pt__show-more {
    background: #fff;
    color: #007bfc;
    text-transform: lowercase;
    font-weight: 400;
    margin: 18px auto 0;
    box-shadow: 0 4px 32px 0 rgba(10, 14, 29, .02), 0 8px 64px 0 rgba(10, 14, 29, .08);
    font-size: 15px;
    line-height: 24px;
    border-radius: 0
}
@media (max-width:1011px) {
    .pt__show-more {
        box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06)
    }
}
.pt--version-comparison {
    max-width: 520px;
    margin: 0 auto
}
.pt--version-comparison .pt__cell {
    height: 62px
}
.pt--version-comparison .pt__row-content {
    cursor: auto
}
.pt__remark {
	padding: 0 15px;
	color: #354052;
	line-height: 40px;
	border-radius: 3px;
	background-color: #f5f5f5;
}
.pt__remark strong {
	color: #ec3c00;
}
@media (max-width: 579px) {
	.navbar-item .link {
		padding: 0;
	}
	.navbar-item {
		margin: 0 15px;
	}
	.productgroups .btn {
		margin-bottom: 15px;
	}
    .main-content {
        padding: 30px 0;
    }
    .pt__remark > span {
        display: block;
    }
}
@media (max-width:1011px) {
    .pt {
        box-shadow: none
    }
    .pt__header {
        display: none
    }
    .pt__score {
        display: flex;
        flex-direction: column
    }
    .pt__score span {
        display: block;
        height: 26px;
        line-height: 24px;
        white-space: nowrap
    }
    .pt__score.pt__score--faded span:last-child {
        font-weight: 500;
        color: #142149
    }
    .pt.show-more .pt__row:nth-child( + n + 4) {
        display: block
    }
    .pt__row {
        position: relative;
        min-height: 192px;
        margin-bottom: 16px;
        padding: 0;
        background: #fff;
        border-radius: 3px
    }
    .pt__row-collapse,
    .pt__row-content {
        position: relative;
        z-index: 2
    }
    .pt__row-content {
        height: 272px;
        padding: 0 16px 54px;
        border: none
    }
    .pt__row-content .pt__cell {
        position: absolute
    }
    .pt__row-content .pt__cell:not(.pt__cell-price) {
        display: inline-block
    }
    .pt__row-collapse {
        margin-left: 0;
        width: 100%;
        padding: 16px
    }
    .pt__row:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        box-shadow: 0 8px 16px 0 rgba(10, 14, 29, .02), 0 8px 40px 0 rgba(10, 14, 29, .06);
        border-radius: 3px;
        transition: box-shadow .3s ease
    }
}
@media (max-width:1011px) {
    .pt__row:nth-child( + n + 5) {
        display: none
    }
    .pt__row:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .pt__row:before {
        z-index: 1;
        top: 138px;
        height: calc(100% - 138px);
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .pt__row.is-open .pt__cell:not(.pt__cell-price),
    .pt__row.is-open .pt__score.pt__score--faded {
        color: #142149
    }
    .pt__actions.pt__actions--skylake {
        flex-direction: column
    }
    .pt__actions.pt__actions--skylake .pt__deoploy {
        margin-top: 16px;
        max-width: 100%;
        width: 100%
    }
    .pt__deoploy {
        max-width: 100%;
        margin-top: 0
    }
    .pt__cell {
        position: absolute;
        top: 0;
        height: 24px;
        left: 16px;
        right: 16px;
        width: 50%;
        padding: 0
    }
    .pt__cell.pt__cell-price {
        top: 220px;
        left: 0;
        right: 0;
        height: 54px;
        width: 100%;
        padding: 0 16px!important;
        border-top: 1px solid #edeef2
    }
    .pt__cell.pt__cell-price .pt__btn {
        margin-left: auto
    }
    .pt__cell .pt__cell-price-monthly {
        min-width: 0;
        margin-right: 8px
    }
    .pt__cell:first-child {
        height: 50px;
        top: 20px;
        width: 100%;
    }
    .pt__cell:nth-child(2) {
        top: 68px
    }
    .pt__cell:nth-child(3) {
        top: 116px
    }
    .pt__cell:nth-child(4) {
        left: calc(50% + 16px);
        top: 68px
    }
    .pt__cell:nth-child(5) {
        left: calc(50% + 16px);
        top: 116px
    }
    .pt__cell:nth-child(6) {
        top: 166px
    }
    .pt__cell:nth-child(7) {
        left: calc(50% + 16px);
        top: 166px
    }
    .pt__score-container {
        margin-bottom: 16px
    }
    .pt__cell-price-hourly {
        color: #a1a5b2
    }
}
body.pages {
    background-color: #f2f4f8;
}

.lead-icon img {
    width: 100px;
}

body.affiliates .header,body.submitticket .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}

.noti-holder a:hover .noti, .noti-holder a:focus .noti {
    background-color: rgba(0, 0, 0, 0.14);
}

.noti-holder .noti {
    position: relative;
    display: inline-block;
    padding: 4px 6px;
    padding-right: 30px;
    padding-left: 0px;
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    color: #fff;
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -moz-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -ms-animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    animation: fade-animation 0.5s cubic-bezier(0.34, 1.61, 0.7, 1) 0.5s forwards;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    margin-bottom: 10px;
}
.noti-holder .noti .badge {
    font-size: 16px;
    margin-right: 20px;
    background: #4b79e3;
}
.noti-holder a {
    display: inline-block;
    outline: none;
}

.bg-gray {
    background: #F9FAFD!important;
}


/* 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:hover,
.boxe.active {
	top: -10px;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border: 1px solid #4b79e3;
}
.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: 20px;
    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;
	left: -1px;
	display: inline-block;
	border-radius: 6px 0 0;
	color: #fff;
	padding: 8px 10px;
	background-color: #4b79e3;
	display: none;
}
.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: 30px;
	border-width: 0px;
    padding: 12px 0;
    min-width: 140px;
    font-weight: 600;
}
.boxe .btn-primary {
    background-color: #4b79e3;
}
.boxe .btn-outofstock {
	color: #FFF;
	cursor: no-drop;
    background-color: #9ca0a7;
}

.page-hero.vds {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/banner3.svg);
    background-position: center;
    background-size: cover;
}

.page-hero.ssl {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/ssl.png);
    /* background-position: center; */
    background-size: cover;
}
.page-hero.hosting {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/banner1.svg);
    background-position: center;
    background-size: cover;
}
.page-hero.cdn {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/banner5.svg);
    background-position: center;
    background-size: cover;
}
.page-hero.dedi {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/banner2.svg);
    background-position: center;
    background-size: cover;
}
.page-hero.dediserver {
    min-height: 480px;
    background: #192041;
    background-image: url(../img/banner/banner4.svg);
    background-position: center;
    background-size: cover;
}

 .login-slider {
        height: 293px;
        background-repeat: no-repeat;
        background-size: 397px;
        background-image: url('../img/login.png');
        border-radius: 4px;
        background-position: bottom right;
    }
    .login-slider-content {
    	padding-top: 20px;
    }
    .login-slider h1 {
    	margin: 0 0 15px;
        color: #222;
        font-weight: 500;
    }
    .login-slider h3 {
    	font-size: 18px;
        margin: 0;
        color: #999;
        font-weight: 500;
    }
    .label {
    	border-radius: 3px;
    }
    .label-qq {
    	background-color: #3aafeb;
    }
    .label-qq[href]:hover {
    	background-color: #2292ca;
    }
    .label-weixin {
    	background-color: #23ac38;
    }
    .label-weixin[href]:hover {
    	background-color: #58D78C;
    }

    body.pwreset header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}

a {
    text-decoration: none!important;
}

body.cart .header {
    min-height: 60px!important;
    position: inherit!important;
    background: #1f2533!important;
}


.page-hero.tos {
    min-height: 400px;
    /* background: url(../img/contactus.jpg) center center / cover no-repeat; */
    background: #192041;
    background-image: url(../img/banner/banner6.png);
    background-position: center;
    background-size: cover;
}

.page-hero.company {
    min-height: 400px;
    background: #192041;
    background-image: url(../img/banner/banner6.png);
    background-position: center;
    background-size: cover;
}



footer.footer-mobile .collapse-wrapper {
	margin-left: -15px;
	margin-right: -15px
}

footer.footer-mobile .collapse-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0
}

footer.footer-mobile .collapse-wrapper ul li.panel {
	border: 0;
	border-radius: 0;
	background-color: #03021A;
	position: relative;
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort {
	color: #fff;
	background-color: #1e212c;
	border: 0;
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort a {
	display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort .sort-name {
	color: #fff;
	font-size: 14px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort::after {
	content: '';
	border: 2px solid #667180;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none;
	right: 20px
}

footer.footer-mobile .collapse-wrapper ul li.panel .panel-sort.actived::after {
	top: 15px;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid #667180;
	border-top: 2px solid #667180
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu {
	padding: 0;
	border-top-color: #03021A;
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu .menu-unit {
	padding-left: 15px;
	border-bottom: 1px solid rgba(229,229,229,0.07);
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a {
	display: block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.github,footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu a.weibo {
	display: inline-block
}

footer.footer-mobile .collapse-wrapper ul li.panel .collapse-menu .panel-menu h4 {
	font-size: 12px;
	color: #777;
}

@media (max-width: 425px) {
	footer.form-footer .links.career-footer-links,footer.form-footer footer.form-footer .links.blog-footer-links {
		padding: 0
	}

	footer.form-footer .contact-links {
		float: none;
		text-align: center
	}

	footer {
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 12px
	}

	footer .sns {
		padding: 20px 0 5px
	}

	footer .container dl dd {
		line-height: 24px
	}

	footer .links {
		text-align: center
	}

	footer .links .cloud-verify {
		float: none;
		text-align: center
	}

	footer .links .cloud-verify .verify-logo,footer .links .cloud-verify .iso-logo,footer .links .cloud-verify .cncf-logo,footer .links .cloud-verify .report-logo,footer .links .cloud-verify .cmmi3-logo {
		display: inline-block;
		float: none;
		margin: 0
	}

	footer .links ul {
		width: 100%;
		padding-top: 20px
	}

	footer .links ul li {
		padding: 0 8px
	}
}

@media (max-width: 767px) {
	footer .cloud-verify .cmmi3-logo,footer .cloud-verify .report-logo,footer .cloud-verify .verify-logo,footer .cloud-verify .iso-logo,footer .cloud-verify .cncf-logo {
		width: 50px;
		height: 40px;
		margin-right: 10px;
		background-size: auto 50px
	}

	footer .cloud-verify .verify-logo {
		margin-right: 0;
		background-size: auto 40px
	}

	footer .cloud-verify .iso-logo {
		background-size: auto 40px
	}

	footer .cloud-verify .cncf-logo {
		background-size: auto 60px
	}
}

.footer-mobile {
    padding: 50px 0;
    background-color: #1e212c;
    color: #FFF;
    vertical-align: baseline;
    transition: left .4s ease-in;
    font-weight: 300;
    padding-bottom: 10px;
}


.grey-darker-color {
	color: #6F6F74
}

footer .sns {
	position: relative;
	padding: 50px 0 5px
}

footer .sns a {
	display: inline-block;
	width: 18px;
	height: auto;
	background-size: 18px auto !important;
	padding: 10px;
	margin: 0 10px;
	cursor: pointer
}
footer .links {
	margin: 35px 0 20px;
	border-top: 1px solid #4C5461;
	font-size: 12px
}

footer .links ul {
	list-style: none;
	margin: 0;
	padding: 20px 0 0
}

footer .links ul li {
	display: inline-block;
	padding: 0 14px;
	margin: 7px 0;
	height: 14px;
	line-height: 14px;
	border-left: 1px solid #adaeb3
}

footer .links ul li:first-child {
	border-left: none !important;
	padding-left: 0px
}

footer .links ul li a {
	color: #FFF
}

footer .links.grey-darker-link ul li {
	border-left: 1px solid #6F6F74
}

footer .icp span,footer .report-call span,footer .net-compn span {
	line-height: 24px;
	white-space: nowrap
}

footer .container .grey-link a,footer .container .grey-link .grey-tip {
	color: #adaeb3
}

footer .container .grey-darker-link a {
	color: #6F6F74
}

.grey-color {
	color: #adaeb3
}

.grey-darker-color {
	color: #6F6F74
}

/* .footer-menu-holder h4 {
    cursor: auto;
    color: hsla(0,0%,100%,.6);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
} */

ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-menu li {
    line-height: 26px;
    padding: 5px 0;
}

ul.footer-menu li a {
    color: hsla(0,0%,100%,.8);
    transition: all .3s ease-in-out;
    text-decoration: none;
}

/* div#company-logo-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
} */

.phone {
    line-height: 26px;
    padding: 5px 0;
}

.email {
    line-height: 26px;
    padding: 5px 0;
}

.address {
    line-height: 26px;
    padding: 5px 0;
}
.beianNumber {
    color: rgba(255,255,255,.3);
    /* margin-top: 35px; */
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
}
.helpMenu .col-md-4:nth-child(1)  .news-title {background-image: url(../img/bg/1.png);}
.helpMenu .col-md-4:nth-child(2)  .news-title {background-image: url(../img/bg/2.png);}
.helpMenu .col-md-4:nth-child(3)  .news-title {background-image: url(../img/bg/3.png);}
.helpMenu .col-md-4:nth-child(4) {display:none!important;}
.helpMenu .col-md-4:nth-child(5) {display:none!important;}
.helpMenu .col-md-4:nth-child(6) {display:none!important;}
.helpMenu .col-md-4:nth-child(7) {display:none!important;}


li.login-button a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
}


.header .navbar-nav> li.login-button>a:hover {
    border: 1px solid #4b79e3;
    background-color: #4b79e3;
}


.citron-like .production-title-bg {
	margin-top: 2.3333rem;
	padding-bottom: 4.1rem
}

.citron-like .production-title-bg .title-with-bottom-line {
	color: #fff
}

.citron-like ul {
	*zoom: 1;
	min-height: 8.2667rem;
	border-radius: 2px;
	overflow: hidden;
	background: linear-gradient(-136deg,#4b79e3 0%,#2b57bf 100%);
	position: relative;
	z-index: 2
}

.citron-like ul::after,.scences-spring .scences-spring-items::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.citron-like ul li {
	float: left;
	width: 25%;
	height: 248px;
	border-right: 1px solid #fff;
}

.citron-like ul li .li-inner-can {
	width: 100%;
	height: 100%;
	padding-left: 1rem;
	background-size: auto 170px!important
}

.citron-like ul li div.li-img {
	width: 70px;
	height: 70px;
	margin: 25px 0 5px;
}

.citron-like ul,.citron-like ul li div.li-img img,.citron-like ul li div.li-img svg {
	height: 100%;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.citron-like ul li div.li-img.li-img-small img,.citron-like ul li div.li-img.li-img-small svg {
	margin-top: .3333rem;
	height: 50px;
	width: 50px;
}

.citron-like ul li div.li-img .after-hover-show {
	display: block
}

.citron-like ul li div.li-img .before-hover-show,.products-advanage-can .products-advanage .products-advanage-item .products-advanage-item-inner.no-before-atention::after,.products-advanage-can .products-advanage .products-advanage-item .products-advanage-item-inner.no-before-atention::before {
	display: none
}

.citron-like ul li h1 {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 10px;
	opacity: .85;
}

.citron-like ul li p {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	opacity: .6;
	display: block;
	margin: 0 auto;
	padding: 0 1rem .8333rem 0;
}

.citron-like ul li.has-hover:hover {
	background: #2b57bf
}

.citron-like ul li h1,.citron-like ul li p,.products-advanage-can .products-advanage .products-advanage-item.has-hover:hover .products-advanage-item-inner h2 {
	font-family: 'PingFangSC','helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	color: #fff
}



@media (max-width:960px) and (min-width:550px) {
	.width-719 {
		width: 75%
	}

	.banner-more-can .banner-more-can-inner-con,.banner-will-move .products-banner-word {
		padding-left: 1.6667rem
	}

	.details-show-can .details-show-list .details-show-list-item {
		padding: 1.3333rem 0
	}

	.width-666-stable {
		width: 90%
	}

	.blog-can .blog-can-inner .blog-inner-item {
		width: 49%;
		margin-bottom: .3333rem
	}

	.blog-can .blog-can-inner .blog-inner-item:nth-child(odd) {
		margin-right: 1%!important
	}

	.blog-can .blog-can-inner .blog-inner-item.blog-inner-item-between {
		margin: unset;
		margin-bottom: .3333rem
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item {
		width: 50%;
		margin-right: 0;
		min-height: 21.5rem
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item .exports-sec-inner-item-img {
		height: 15rem
	}

	.citron-like ul {
		height: auto
	}

	.citron-like ul li {
		height: unset;
		width: 50%;
		min-height: 9.3333rem
	}

	.citron-like ul li:nth-child(1),.citron-like ul li:nth-child(2) {
		border-bottom: 1px solid #171e2f
	}

	.citron-like ul li p {
		margin: 0
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item {
		width: 50%;
		height: 10.0001rem
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item .solutions-brife-item-sec p {
		min-height: 2.6667rem;
		max-width: 13rem;
		margin: .1667rem auto;
		display: block
	}

	.friends-show .friends-show-can .friends-show-can-inner {
		height: 2rem
	}

	.width-708 {
		max-width: unset;
		width: 91%
	}
}


@media (max-width:550px) and (min-width:50px) {
	.opensource-about-top .mtop-left h2 {
		font-size: 1.1667rem
	}

	.width-719,.width-841 {
		width: 95%
	}

	.production-time .production-time-can .production-time-can-in .production-time-can-inner .production-time-inner-item div {
		width: 100%
	}

	.very-detail-of-pro-can .very-detail-of-pro-top {
		padding-left: 0;
		padding-right: 0
	}

	.title-so-big-p,.title-so-big-p-long {
		font-size: 14px
	}

	.le-vain-rose .le-vain-rose-left,.le-vain-rose .le-vain-rose-right {
		width: 100%;
		float: unset
	}

	.le-vain-rose .le-vain-rose-right {
		margin-top: 2rem
	}

	.le-vain-rose .le-vain-rose-right ul {
		border: 0;
		padding-left: 2%
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con a,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con h1,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		display: block
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con h1,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		text-align: center
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con a,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con div,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		margin-right: auto;
		margin-left: auto
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-con p {
		margin-top: .3333rem;
		margin-bottom: .6667rem
	}

	.banner-bg-run,.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-picture .banner-box-inner-picture-pc {
		display: none
	}

	.banner-can-run .banner-can-run-box .banner-box-inner .banner-box-inner-picture .banner-box-inner-picture-phone,.banner-of-bg-can .banner-title-p span {
		display: block
	}

	.banner-of-bg-can .banner-of-bg {
		background: url(../img/banner/phone/bannercl.png) no-repeat top center!important;
		background-size: auto 100%!important
	}

	.banner-of-bg-can .banner-of-bg .banner-of-bg-sec {
		padding-top: 1rem;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex-direction: column
	}

	.banner-of-bg-can .banner-title-h1-small,.banner-of-bg-can .banner-title-p,.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec h2 {
		text-align: center
	}

	.banner-of-bg-can .banner-title-h1-small {
		width: 100%;
		margin-bottom: .3333rem
	}

	.banner-of-bg-can .banner-title-p {
		margin-right: auto;
		margin-left: auto
	}

	.banner-will-move {
		height: unset;
		padding-bottom: 1.6667rem
	}

	.banner-will-move .banner-bg-all .banner-bg-run-not-on-phone {
		display: block
	}

	.banner-will-move .products-banner-word {
		padding-top: 5.5rem
	}

	.banner-will-move .products-banner-word a,.banner-will-move .products-banner-word h1,.banner-will-move .products-banner-word p {
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		display: block
	}

	.banner-will-move .products-banner-word.cabe-banner-word .banner-title-p {
		width: 90%
	}

	.banner-more-can .banner-more-can-inner .banner-bg-pic-pc {
		display: none
	}

	.banner-more-can .banner-more-can-inner .banner-bg-pic-phone {
		display: block
	}

	.banner-more-can .banner-more-can-inner-con {
		padding-top: 5.6667rem
	}

	.banner-more-can .banner-more-can-inner-con .banner-more-title-h1,.banner-more-can .banner-more-can-inner-con .banner-title-p,.banner-more-can .banner-more-can-inner-con a {
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center
	}

	.banner-more-can .banner-more-can-inner-con .banner-more-title-h1 {
		font-size: 1rem;
		margin-bottom: .3334rem
	}

	.train-right-can-five .train-right-can-five-can {
		display: none
	}

	.train-right-can-five .train-teacher-can {
		display: block
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-img,.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec {
		float: unset
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec,.width-666-stable {
		width: 100%
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-sec h2::before {
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.details-show-can .details-show-list .details-show-list-item .details-show-list-item-img {
		margin-right: auto;
		margin-left: auto
	}

	.show-future-can div li h1 {
		margin-top: .5rem
	}

	.welfare-can ul li {
		width: 33.3333%;
		margin-bottom: 1.1667rem!important
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li {
		height: unset
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a {
		display: flex;
		height: unset;
		padding-top: .6667rem;
		padding-bottom: .6667rem;
		align-items: center
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a div,.job-show-stage-can .job-show-entry .job-show-entry-item li a span {
		float: unset;
		line-height: unset
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a h2,.job-show-stage-can .job-show-entry .job-show-entry-item li a p {
		width: 100%;
		line-height: unset;
		text-align: left
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a div {
		width: 60%
	}

	.job-show-stage-can .job-show-entry .job-show-entry-item li a span {
		width: 40%
	}

	.width-756 {
		width: 90%
	}

	.medal-wall .medal-wall-can .medal-wall-can-left {
		width: 100%;
		padding-left: 0;
		margin: 0 auto
	}

	.awards-want .awards-want-tell li img {
		width: 55%
	}

	.blog-can .blog-can-inner .blog-inner-item {
		height: unset;
		width: 100%;
		margin-bottom: .3333rem
	}

	.blog-can .blog-can-inner .blog-inner-item .blog-inner-item-sec p {
		min-height: unset;
		font-size: .63rem;
		line-height: 1rem
	}

	.blog-can .blog-can-inner .blog-inner-item.blog-inner-item-between {
		margin: unset;
		margin-bottom: .3333rem
	}

	.blog-can .blog-can-inner .only-when-page-one .only-when-page-one-inner {
		height: unset
	}

	.blog-can .blog-can-inner .only-when-page-one .only-when-page-one-img,.blog-can .blog-can-inner .only-when-page-one .only-when-page-one-sec {
		width: 100%;
		float: unset
	}

	.train-right-can-two ul li {
		display: flex;
		align-items: center
	}

	.train-right-can-two ul li img {
		flex-shrink: 0
	}

	.train-right-can-two ul li p {
		padding: 0
	}

	.train-right-can-six .train-six-can h1,.train-right-can-six .train-six-can ul {
		padding-left: .6667rem
	}

	.train-right-can-six .train-six-can h1 span,.train-right-can-six .train-six-can ul span {
		display: inline-block
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item {
		width: 100%;
		margin-right: 0;
		min-height: unset;
		margin-bottom: .6667rem;
		padding-bottom: .6667rem
	}

	.exports-sec-can .exports-sec-inner .exports-sec-inner-item .exports-sec-inner-item-img {
		height: 13.3333rem
	}

	.solution-features-can .solution-features-can-items .solution-features-can-item .solution-features-can-item-sec {
		padding: .8333rem .8333rem .8333rem 1.1667rem
	}

	.citron-like ul {
		height: auto
	}

	.citron-like ul li {
		height: unset;
		width: 100%;
		border-right: none
	}

	.citron-like ul li:nth-child(1),.citron-like ul li:nth-child(2),.citron-like ul li:nth-child(3) {
		border-bottom: 1px solid #171e2f
	}

	.citron-like ul li .li-inner-can {
		padding-left: 0;
		display: flex;
		align-items: center;
		flex-direction: column
	}

	.citron-like ul li p {
		padding: 0 1rem .8333rem
	}

	.citron-like ul li div.li-img img {
		display: block;
		margin: 0 auto
	}

	.width-708 {
		max-width: unset;
		width: 68%
	}

	.friends-show .friends-show-can .friends-show-can-inner {
		height: 1rem
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item {
		width: 100%;
		height: unset
	}

	.solutions-brife .solutions-brife-items .solutions-brife-item .solutions-brife-item-sec p {
		max-width: 13rem;
		margin: .1667rem auto;
		display: block
	}

	.trust-indeed .trust-indeed-can .title-so-big-p {
		width: 80%
	}

	.trust-indeed .trust-indeed-can .title-so-big-p span {
		display: inline
	}
}


.wrap-main-swiper .swiper-btn-prev,
.wrap-main-swiper .swiper-btn-next {
	position: absolute;
	font-size: 3rem;
	padding: 0 15px;
	color: #FFF;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	margin-top: -30px;
}

.wrap-main-swiper .swiper-btn-next {
    right: 0;
    left: inherit;
}

img#company-logo {
    height: 36px;
}

.footer-contact-list span {
    margin-left: 10px;
}


			.free-use-btn a {
				text-decoration: none;

			}

			.free-use-btn {
				color: #4F60BF;
				margin-top: 15px;
				padding: 0 40px;
				line-height: 38px;
				border-radius: 3px;
				font-size: 14px;
				background: #fff;
				color: rgba(10, 18, 32, .64);
				box-shadow: 0 4px 8px 0 rgba(30, 62, 124, .15);
				display: inline-block;
				font-weight: 700;
				cursor: pointer;
				transition: all .2s ease-in-out;
				border: 1px rgba(255, 255, 255, 0.5) solid;
			}


#pricing {
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

#pricing .bg-color {
	background-color: #eaeff9;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transform: skewY(-10deg) scaleY(0.7);
	-moz-transform: skewY(-10deg) scaleY(0.7);
	-ms-transform: skewY(-10deg) scaleY(0.7);
	transform: skewY(-10deg) scaleY(0.7);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	z-index: -1;
}

.pricing-box {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 340px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.no-icon {
	padding: 40px 27px 27px 27px;
}

.pricing-box .pricing-content {
	border: 1px solid rgba(224, 224, 232, 0);
	background-color: #fcfcfd;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	position: relative;
	padding: 65px 27px 27px 27px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-icon {
	position: absolute;
	width: 88px;
	height: 88px;
	left: 50%;
	margin-left: -44px;
	top: -44px;
	border-radius: 200px;
	overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 0 0 rgba(141, 171, 234, 0);
	box-shadow: 0 0 0 rgba(141, 171, 234, 0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-icon .htfy {
	color: #ffffff;
	font-size: 45px;
	margin-top: 21px;
}

.pricing-box .pricing-content .pricing-icon .htfy-technology {
	margin-top: 26px;
}

.pricing-box .pricing-content .pricing-icon [class*="fa"] {
	color: #ffffff;
	font-size: 40px;
	margin-top: 25px;
}

.pricing-box .pricing-content .pricing-icon img {
	position: absolute;
	width: 50px;
	height: 43px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -22px;
}

.pricing-box .pricing-content .pricing-title {
	font-size: 17px;
	font-weight: 600;
	/* text-transform: uppercase; */
	background-color: #f3f5fd;
	display: inline-block;
	padding: 7px 18px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.pricing-box .pricing-content .price-title {
	font-size: 14px;
	font-weight: 700;
	color: #a5b8df;
	/* text-transform: uppercase; */
}

.pricing-box .pricing-content .pricing-price {
	font-size: 35px;
	color: #a3a3a3;
}

.pricing-box .pricing-content .pricing-details {
	text-align: center;
}

.pricing-box .pricing-content .pricing-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing-box .pricing-content .pricing-details ul li {
	display: inline-block;
	padding: 2px 30px;
	border-radius: 50px;
	font-size: 14px;
	color: #777493;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.pricing-box .pricing-content .pricing-details ul li.not-included {
	color: #bbbac1 !important;
	-webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0) !important;
}

.pricing-box .pricing-content .pricing-details ul li:hover {
	color: #3f3d59;
	-webkit-box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.08);
}

.pricing-box .pricing-content .pricing-details ul li[id^="product"] {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.pricing-box .pricing-content .pricing-details p {
	font-size: 14px;
	color: #777493;
	padding: 25px 0;
	line-height: 28px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-link {
	position: relative;
	z-index: 1;
}

.pricing-box .pricing-content .pricing-link a {
	position: relative;
	color: #66556b;
	background-color: #ffffff;
	width: 100%;
	margin: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box .pricing-content .pricing-link a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: -1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box.pricing-color1:before {
	color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-icon {
	background-color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-title {
	color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-price {
	color: #756de7;
}

.pricing-box.pricing-color1 .pricing-content .pricing-details ul li:before {
	background-color: #756de7;
	-webkit-box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
	box-shadow: 0 3px 8px rgba(117, 109, 231, 0.5);
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #756de7;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:before {
	background-color: #231aa1;
}

.pricing-box.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color1 .pricing-content .pricing-link a:focus {
	color: #ffffff;
	background-color: #6057e3;
}

.pricing-box.pricing-color2:before {
	color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-icon {
	background-color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-title {
	color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-price {
	color: #5d9cec;
}

.pricing-box.pricing-color2 .pricing-content .pricing-details ul li:before {
	background-color: #5d9cec;
	-webkit-box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
	box-shadow: 0 3px 8px rgba(93, 156, 236, 0.5);
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #5d9cec;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:before {
	background-color: #12509e;
}

.pricing-box.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color2 .pricing-content .pricing-link a:focus {
	color: #ffffff;
	background-color: #468ee9;
}

.pricing-box.pricing-color3:before {
	color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-icon {
	background-color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-title {
	color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-price {
	color: #65d692;
}

.pricing-box.pricing-color3 .pricing-content .pricing-details ul li:before {
	background-color: #65d692;
	-webkit-box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
	box-shadow: 0 3px 8px rgba(101, 214, 146, 0.5);
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #65d692;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:before {
	background-color: #228047;
}

.pricing-box.pricing-color3 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-color3 .pricing-content .pricing-link a:focus {
	color: #ffffff;
	background-color: #51d184;
}

.pricing-box.featured {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.featured .pricing-content:after {
	position: absolute;
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	top: 0;
	left: 20px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 2px 5px;
	color: #ffffff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing-box.featured:hover .pricing-content:after {
	padding: 4px 5px;
}

.pricing-box:hover .pricing-content,
.pricing-box:focus .pricing-content {
	background-color: #fdfdfd;
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.pricing-box:hover .pricing-content .pricing-icon,
.pricing-box:focus .pricing-content .pricing-icon {
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.pricing-box:hover .pricing-content .pricing-details p,
.pricing-box:focus .pricing-content .pricing-details p {
	color: #3f3d59;
}

.pricing-box:hover .pricing-content .pricing-link a,
.pricing-box:focus .pricing-content .pricing-link a {
	margin-top: -4px;
	margin-bottom: 4px;
}

.pricing-box:hover .pricing-content .pricing-link a:before,
.pricing-box:focus .pricing-content .pricing-link a:before {
	bottom: -4px;
}

.pricing-box.pricing-box-simple {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.pricing-box.pricing-box-simple .pricing-content {
	background-color: #fcfcfd;
	/*padding: 35px 27px 27px 27px;*/
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon {
	width: 76px;
	height: 76px;
	margin-left: -38px;
	top: -38px;
	border: 0px solid #e0e0e8;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 9px rgba(141, 171, 234, 0.5);
	box-shadow: 0 5px 9px rgba(141, 171, 234, 0.5);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy {
	font-size: 33px;
	color: #a1a1a1;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon .htfy-technology {
	margin-top: 23px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon [class*="fa"] {
	font-size: 28px;
	color: #a1a1a1;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-icon img {
	width: 44px;
	margin-left: -22px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head {
	position: relative;
	padding: 27px;
	z-index: 10;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 35px;
	padding-bottom: 45px;
	overflow: hidden;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-head:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: -o-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: linear-gradient(90deg, #9c8df1, #7f29f0);
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: skewY(-7deg);
	-moz-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-title {
	margin-bottom: 15px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 10px 25px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features {
	margin-top: 10px;
	margin-bottom: 30px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li {
	padding: inherit !important;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	display: block !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-features ul li:before {
	content: "\62";
	font-family: "hostify" !important;
	font-size: 12px;
	margin-right: 5px;
	color: #00ff66;
}

.pricing-box.pricing-box-simple .pricing-content .display-price {
	color: #ffffff;
	font-size: 18px;
}

.pricing-box.pricing-box-simple .pricing-content .free-plan {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .one-time {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-price {
	color: #ffffff;
	font-size: 25px !important;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}

.pricing-box.pricing-box-simple .pricing-content .billing-cycle {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .setup-fee:before {
	content: "+";
	font-size: 16px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav {
	border-bottom: 0 !important;
	text-align: center;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li {
	display: inline-block !important;
	float: inherit;
	margin: 0 5px !important;
	padding: 4px !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li a {
	padding: 3px 10px 4px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
	background-color: rgba(0, 0, 0, 0.1) !important;
	border-radius: 6px;
	border: 0;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .nav li.active a {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.16) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content {
	padding-top: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .pricing-price {
	color: #ffffff;
	font-size: 25px !important;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin-bottom: 3px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .billing-cycle {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-options .tab-content .tab-pane .setup-fee:before {
	content: "+";
	font-size: 16px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details {
	padding: 0 27px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li {
	display: inline-block !important;
	padding: 2px 20px !important;
	width: inherit !important;
	border-radius: 50px;
	font-size: 14px;
	color: #777493;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	position: relative;
	min-width: 150px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li.not-included {
	color: #bbbac1 !important;
	-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li:hover {
	color: #3f3d59;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details ul li[id^="product"] {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-details>ul>li {
	padding: 6px 4px !important;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link {
	position: relative;
	z-index: 1;
	padding: 27px;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a {
	padding: 12px 20px;
	color: #ffffff;
	background-color: #3c3c3c;
}

.pricing-box.pricing-box-simple .pricing-content .pricing-link a:before {
	display: none;
}

.pricing-box.pricing-box-simple.bestbuy .pricing-content:after {
	content: "";
	position: absolute;
	top: -17px;
	left: 100%;
	margin-left: -98px;
	width: 24px;
	height: 22px;
	z-index: 12;
	background-image: url("../images/star.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.bestbuy:before {
	content: "";
	position: absolute;
	top: -28px;
	right: -5px;
	width: 125px;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #efeff8;
	border-radius: 50px;
	z-index: 11;
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.bestbuy:after {
	content: "Best Buy!";
	position: absolute;
	top: -20px;
	right: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #ff9c04;
	z-index: 12;
	/* text-transform: uppercase; */
	-webkit-transform: rotate(-7deg);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-head:before {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #2ebaf2, #2b8cf2);
	background-image: -o-linear-gradient(90deg, #2ebaf2, #2b8cf2);
	background-image: linear-gradient(90deg, #2ebaf2, #2b8cf2);
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-details ul li:hover {
	color: #2c94f2;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #2c94f2;
}

.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color1 .pricing-content .pricing-link a:focus {
	background-color: #0e7bdd !important;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-head:before {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: -o-linear-gradient(90deg, #9c8df1, #7f29f0);
	background-image: linear-gradient(90deg, #9c8df1, #7f29f0);
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-details ul li:hover {
	color: #8336f0;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #8336f0;
}

.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color2 .pricing-content .pricing-link a:focus {
	background-color: #6811e2 !important;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-head:before {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(90deg, #47f48f, #0dcf77);
	background-image: -o-linear-gradient(90deg, #47f48f, #0dcf77);
	background-image: linear-gradient(90deg, #47f48f, #0dcf77);
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-features ul li:before {
	color: #ffffff;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-details ul li:hover {
	color: #14d37a;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a {
	color: #ffffff;
	background-color: #14d37a;
}

.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:hover,
.pricing-box.pricing-box-simple.pricing-color3 .pricing-content .pricing-link a:focus {
	background-color: #10a45f !important;
}

.pricing-box.pricing-box-simple:hover .pricing-content,
.pricing-box.pricing-box-simple:focus .pricing-content {
	-webkit-box-shadow: -1px 8px 24px rgba(0, 0, 0, 0.11);
	box-shadow: -1px 8px 24px rgba(0, 0, 0, 0.11);
}

.pricing-box.pricing-box-horizontal {
	margin-top: 0;
	max-width: 100%;
	margin-bottom: 60px;
}

.pricing-box.pricing-box-horizontal .pricing-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
	-webkit-box-flex: 0.8;
	-moz-box-flex: 0.8;
	-webkit-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 27px;
	border-top-right-radius: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head:before {
	-webkit-transform: skewY(0deg);
	-moz-transform: skewY(0deg);
	-ms-transform: skewY(0deg);
	transform: skewY(0deg);
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-head .pricing-title {
	margin-bottom: 0;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #f9f9fc;
	padding: 25px;
	color: #303030;
	font-size: 16px;
	font-weight: 200;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-top: 74px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features:before {
	font-family: "hostify" !important;
	content: "\62";
	position: absolute;
	display: inline-block;
	background-color: #d9faee;
	color: #21ba82;
	font-size: 26px;
	padding-top: 24px;
	width: 48px;
	height: 48px;
	top: -74px;
	left: 50%;
	margin-left: -24px;
	border-radius: 100px;
	line-height: 0;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 7px !important;
	line-height: 23px;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features ul li:before {
	display: none !important;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder .pricing-features P {
	color: #303030;
	font-size: 16px;
	font-weight: 200;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: center;
	align-content: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-details ul li {
	width: 100% !important;
	text-align: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 2.3;
	-moz-box-flex: 2.3;
	-webkit-flex: 2.3;
	-ms-flex: 2.3;
	flex: 2.3;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
	-webkit-box-flex: 1.3;
	-moz-box-flex: 1.3;
	-webkit-flex: 1.3;
	-ms-flex: 1.3;
	flex: 1.3;
	padding: 30px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	background-color: #f9f9fc;
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder>div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li {
	margin: 0 !important;
	padding: 2px !important;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li a {
	background-color: #f0f0f5 !important;
	color: #787593;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .nav li.active a {
	background-color: #deefff !important;
	color: #3496ef;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content {
	-webkit-box-flex: 1 0 auto;
	-moz-box-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .pricing-price {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .billing-cycle {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .tab-content .tab-pane .setup-fee {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .fix-space {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-price {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .billing-cycle {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .setup-fee {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .display-price {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .free-plan {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-time {
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .one-price-holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #777392;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link {
	-webkit-box-flex: 0.7;
	-moz-box-flex: 0.7;
	-webkit-flex: 0.7;
	-ms-flex: 0.7;
	flex: 0.7;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-align-content: center;
	align-content: center;
}

.pricing-box.pricing-box-horizontal .pricing-content .pricing-link a {
	padding: 10px;
}

.pricing-box.pricing-box-horizontal:hover .pricing-content .pricing-link a,
.pricing-box.pricing-box-horizontal:focus .pricing-content .pricing-link a {
	margin-top: 0;
	margin-bottom: 0;
}

.pricing-box.pricing-unity .pricing-content .pricing-icon {
	background-color: transparent !important;
}

.pricing-box.pricing-unity .pricing-content .pricing-icon img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
}

.pricing-box.pricing-unity .pricing-content .pricing-title {
	font-size: 16px;
	font-weight: 600;
	color: #2A4968;
	background-color: #EBF2F9;
	border-radius: 10px;
	padding: 3px 15px;
	/* text-transform: uppercase; */
	position: relative;
	display: inline-block;
}

.pricing-box.pricing-unity .pricing-content .price-title {
	color: #aec1d4;
}

.pricing-box.pricing-unity .pricing-content .pricing-price {
	color: #2A4968;
}

.pricing-box.pricing-unity .pricing-content .pricing-link {
	position: relative;
	z-index: 1;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a {
	position: relative;
	color: #fff;
	background-color: #3195ff;
	width: 100%;
	margin: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a:before {
	display: none;
}

.pricing-box.pricing-unity .pricing-content .pricing-link a:hover,
.pricing-box.pricing-unity .pricing-content .pricing-link a:focus {
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	background-color: #1888ff;
}

.pricing-box-horizontal-holder {
	width: 100%;
}

.pricing-header {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -moz-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	font-size: 12px;
	color: #191919;
	/* text-transform: uppercase; */
	letter-spacing: 2px;
	margin-bottom: -14px !important;
	margin-top: 30px !important;
}

.pricing-header .th-title {
	-webkit-box-flex: 0.8;
	-moz-box-flex: 0.8;
	-webkit-flex: 0.8;
	-ms-flex: 0.8;
	flex: 0.8;
	padding: 0 27px;
}

.pricing-header .th-features {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 25px;
}

.pricing-header .th-details {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 27px;
}

.pricing-header .th-price {
	-webkit-box-flex: 1.2;
	-moz-box-flex: 1.2;
	-webkit-flex: 1.2;
	-ms-flex: 1.2;
	flex: 1.2;
	padding: 0 20px;
}

.pricing-header .th-link {
	-webkit-box-flex: 0.7;
	-moz-box-flex: 0.7;
	-webkit-flex: 0.7;
	-ms-flex: 0.7;
	flex: 0.7;
	padding: 0 27px;
}

@media (max-width: 1200px) {
	.pricing-box.pricing-box-horizontal .pricing-content .pricing-details {
		-webkit-box-flex: 1.2;
		-moz-box-flex: 1.2;
		-webkit-flex: 1.2;
		-ms-flex: 1.2;
		flex: 1.2;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
		border-top-right-radius: 10px;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder .pricing-options .fix-space {
		display: none;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
		-webkit-box-flex: 1.5;
		-moz-box-flex: 1.5;
		-webkit-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5;
		-webkit-flex-direction: column;
		flex-direction: column;
		background-color: #f9f9fc;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder .pricing-link a {
		width: inherit;
	}

	.pricing-header .th-link {
		display: none;
	}
}

@media (max-width: 992px) {
	.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
		display: none;
	}

	.pricing-header .th-features {
		display: none;
	}
}

@media (max-width: 768px) {
	.pricing-box.pricing-box-horizontal .pricing-content {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-head {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 0;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-features-holder {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .pricing-price-holder {
		border-top-right-radius: 0;
	}

	.pricing-box.pricing-box-horizontal .pricing-content .price-link-holder {
		background-color: transparent;
	}
}

#page-icon {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#page-icon .pricing-icon {
	position: absolute;
	width: 88px;
	height: 88px;
	left: 50%;
	margin-left: -44px;
	bottom: -120px;
	border-radius: 200px;
	overflow: hidden;
	z-index: 100;
	-webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

#page-icon .pricing-icon .htfy {
	color: #ffffff;
	font-size: 45px;
	margin-top: 21px;
}

#page-icon .pricing-icon .htfy-technology {
	margin-top: 26px;
}

#page-icon .pricing-icon [class*="fa"] {
	color: #ffffff;
	font-size: 40px;
	margin-top: 25px;
}

#page-icon .pricing-icon.pricing-color1 {
	background-color: #756de7;
}

#page-icon .pricing-icon.pricing-color2 {
	background-color: #5d9cec;
}

#page-icon .pricing-icon.pricing-color3 {
	background-color: #65d692;
}

#page-icon .pricing-icon img {
	width: 100%;
}

#page-icon:hover .pricing-icon .special-gradiant {
	animation-name: little-move;
}


.price-list .price-row {
    background-color: #fff;
    transition: all .5s ease;
    box-shadow: 0 0px 5px rgba(17,26,104,.15);
    border-radius: 8px;
    padding: 35px 25px;
    margin-bottom: 30px;
	cursor: pointer;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.price-list .price-row:hover {
    box-shadow: 0 6px 20px rgba(17,26,104,.15);
}
.price-list .price-row.price-head {
	cursor: default;
	margin-bottom: 0;
	box-shadow: none;
	background-color: transparent;
}
.price-list .price-row .price-title {
    font-size: 16px;
	width: 13%;
}
.price-list .price-row.price-head .price-title {
	font-weight: 600;
}
.price-list .price-row .price-title .price .big {
	font-size: 22px;
	color: #FF5107;
}
.price-list .price-row .price-title .price .won {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.price-list .price-row .price-title:first-child {
	width: 18%;
}

.price-list .price-row .price-title p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	
	.price-list .price-row.price-head {
		display: none;
	}
	.price-list .price-row {
		display: block;
	}
	.price-row .price-title {
		display: flex;
	    width: 100% !important;
		margin-bottom: 15px;
	}
	.price-row .price-title:last-child {
		margin-bottom: 0;
	}
	.price-row .price-title > small {
		margin-right: 5px;
	}
	.price-title > span {
		color: #999;
		width: 80px;
		text-align: left;
	}
	.boxe {
		margin-bottom: 1.5rem;
	}
}


.news-box {
	padding: 30px;
    min-height: 170px;
	background-color: #f7f8fb;
}
.news-title {
	font-size: 18px;
    color: #4c525b;
    margin: 0 0 15px;
}
.news-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-list > li {
	width: 48%;
	display: inline-block;
	line-height: 26px;
}
.news-list > li > a {
	color: #89919b;
	text-decoration: none;
}
.news-title {
    font-size: 18px;
    margin: 0 0 15px;
    padding-left: 10px;
    border-left: 3px solid #0b7dc7;
}


.head-top {
    margin-bottom: 70px;
}

.news-list li {
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.vps-contrast {
    background-color: #161a1d;
}

.text-white {
    color: #fff!important;
}

.hardware-list-item img {
    margin: 0 auto;
    width: 50px;
}



.home-cases .info-box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-cases .info-box .info-item {
	flex: 1;
	padding: 0 20px;
}
.home-cases .info-box .info-item img {
	max-width: 100%;
}


.head-title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #333;
}



#more-features {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#more-features .mfeature-box {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(238, 238, 244, 0);
	border-radius: 10px;
	padding: 40px 20px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#more-features .mfeature-box .mfeature-icon {
	margin-bottom: 15px;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#more-features .mfeature-box .mfeature-icon .htfy {
	color: #4b79e3;
	font-size: 50px;
	text-shadow: 0 5px 25px rgba(49, 149, 255, 0.5);
}

#more-features .mfeature-box .mfeature-icon [class*="fa"] {
	color: #3195ff;
	font-size: 50px;
	text-shadow: 0 5px 25px rgba(49, 149, 255, 0.5);
}

#more-features .mfeature-box .mfeature-title {
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#more-features .mfeature-box .mfeature-details {
	color: #7a7896;
	font-size: 14px;
	font-weight: 300;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#more-features .mfeature-box:hover {
	background-color: #4b79e3;
	border: 1px solid #eeeef4;
	-webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#more-features .mfeature-box:hover .mfeature-icon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#more-features .mfeature-box:hover .mfeature-icon .htfy {
	color: #fff;
	text-shadow: 0 0 0 #3195ff;
}

#more-features .mfeature-box:hover .mfeature-icon [class*="fa"] {
	color: #fff;
	text-shadow: 0 0 0 #3195ff;
}

#more-features .mfeature-box:hover .mfeature-title {
	color: #fff;
}

#more-features .mfeature-box:hover .mfeature-details {
	color: #fff;
}


#ifeatures {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#ifeatures .feature-box {
	background-color: #ffffff;
	padding: 40px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ifeatures .feature-box .feature-icon {
	margin-bottom: 25px;
}

#ifeatures .feature-box .feature-icon img {
	width: 104px;
}

#ifeatures .feature-box .feature-title {
	color: #4b79e3;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
}

#ifeatures .feature-box .feature-details {
	color: #7f7f94;
	font-size: 14px;
	font-weight: 400;
}

#ifeatures.sfeatures {
	background-color: #f9fbff;
	padding-bottom: 40px;
}

#ifeatures.sfeatures .feature-box {
	background-color: transparent;
}

#ifeatures.sfeatures .feature-box .feature-title {
	margin-bottom: 20px;
}




/* -- :: Sections */
.sections {
  margin-top: 40px;
  padding-bottom: 70px;
}
/* content */
.sections .content {
  background: #fff;
  padding: 30px;
  border: 1px solid #EDEDED;
}
/* search form */
.sections form {
  position: relative;
  margin-bottom: 40px;
}
.sections form input {
  padding: 15px 44px 15px 20px;
  background: #fff;
  color: var(--typeColor);
  position: relative;
  font-size: 18px;
  width: 100%;
}
.sections form input::-webkit-input-placeholder {
  font-size: 18px;
  color: var(--thDarBorderColor);
}
.sections form input::-moz-placeholder {
  font-size: 18px;
  color: var(--thDarBorderColor);
}
.sections form input:-ms-input-placeholder {
  font-size: 18px;
  color: var(--thDarBorderColor);
}
.sections form input::-ms-input-placeholder {
  font-size: 18px;
  color: var(--thDarBorderColor);
}
.sections form input::placeholder {
  font-size: 18px;
  color: var(--thDarBorderColor);
}
.sections form button {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  color: var(--pColor);
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  top: 20px;
}
.sections form button:hover {
  color: var(--thBlue);
}
/* box */
.sections .boxes .box {
  position: relative;
  border: 1px solid var(--thBorderColor);
  padding: 25px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.sections .boxes .box img {
  min-width: 80px;
  width: 80px;
}
.sections .boxes .box:hover {
  box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
  border-color: var(--thDarBorderColor);
}
.sections .boxes .box h5.name {
  font-size: 18px;
  font-weight: 500;
  color: var(--typeColor);
}
/* ------------------------------- */

/* -- :: Contact */
.contact {
  margin: 40px auto;
}
/* content */
.contact .content {
  background: #fff;
  padding: 30px;
  border: 1px solid var(--thBorderColor);
  border-radius: 4px;
}
.contact .content h4 {
  font-size: 28px;
  color: var(--typeColor);
  font-weight: 500;
}
.contact .content p {
  font-size: 17px;
  color: var(--pColor);
}
.contact .content p.com {
  font-weight: 500;
}
.contact .content p.com b {
  color: var(--thGreen);
}
/* ------------------------------- */

/* -- :: Media Query */


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* -- :: Contact */
  .contact .content h4 {
    font-size: 22px;
  }
  .contact .content p {
    font-size: 16px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  /* -- :: Sections */
  .sections form input {
    padding: 11px 44px 11px 20px;
  }
  /* box */
  .sections .boxes .box img {
    width: 60px;
  }
  .sections .boxes .box h5.name {
    font-size: 16px;
  }
}

.section-service .service-main {
    padding: 0 20px 0 30px;
    border-radius: 5px;
    height: 120px;
    background-size: 72px;
    margin-bottom: 20px;
    background-color: #F1F2F7;
    background-repeat: no-repeat;
    background-position: right 30px top 22px;
}

.service-card.sc1{
	background-image: url(../img/card-service-02.svg);
}

.service-card.sc2 {
	background-image: url(../img/card-service-03.svg);
}

.service-card.sc3 {
	background-image: url(../img/card-service-04.svg);
	background-position: 60% 100%;
}

.service-card {
	box-sizing: border-box;
	padding: 22px;
	background-color: #FFF;
	border: 1px solid #EDEDED;
	background-repeat: no-repeat;
	background-position: 95% 100%;
	margin-bottom: 20px;
}

.service-card-title {
	padding-left: 8px;
	border-left: solid 4px #0E62F1;
	line-height: 18px;
	height: 18px;
	font-size: 20px;
	color: #000;
	margin-bottom: 16px;
}

.service-card-info {
	font-size: 14px;
	color: #666
}

.service-card-number {
	font-size: 20px;
	color: #FF7800;
	margin-bottom: 2px
}

.service-card .phone-btn {
	font-size: 0;
	color: #FF7800
}

.service-card .phone-btn span,.service-card .phone-btn::before {
	display: inline-block;
	vertical-align: middle
}

.service-card .phone-btn span {
	font-size: 20px
}

.service-card .phone-btn::before {
	content: '';
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background-image: url(../img/contact-202007151112.svg);
	background-position: 49.830000000000005% 83.17%;
	background-size: 2120% 1446.6666666666667%;
	background-repeat: no-repeat;
}
a.c-btn.c-btn-small {
    padding: 0 20px;
    background-color: #0E62F1;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    line-height: 28px;
    min-width: 100px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    min-width: 100px;
    font-size: 14px;
    margin-top: 10px;
}
.service-only-list {padding-top: 70px;}


/* -- :: Inputs */
select.th-input,
textarea.th-input,
input.th-input {
  background: #fff;
  border: 1px solid var(--thBorderColor);
  border-radius: 4px;
  padding: 0 16px;
  color: var(--typeColor);
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

textarea.th-input::-webkit-input-placeholder, input.th-input::-webkit-input-placeholder {
  font-weight: 400;
  color: var(--thDarBorderColor);
}

textarea.th-input::-moz-placeholder, input.th-input::-moz-placeholder {
  font-weight: 400;
  color: var(--thDarBorderColor);
}

textarea.th-input:-ms-input-placeholder, input.th-input:-ms-input-placeholder {
  font-weight: 400;
  color: var(--thDarBorderColor);
}

textarea.th-input::-ms-input-placeholder, input.th-input::-ms-input-placeholder {
  font-weight: 400;
  color: var(--thDarBorderColor);
}

textarea.th-input::placeholder,
input.th-input::placeholder {
  font-weight: 400;
  color: var(--thDarBorderColor);
}

select.th-input:hover,
select.th-input:focus,
textarea.th-input:hover,
textarea.th-input:focus,
input.th-input:hover,
input.th-input:focus {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border-color: var(--thDarBorderColor);
}

/* --------------------------------- */


.boxes .icon {
    width: 200px;
    height: 200px;
}

.feature-card img {
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 26px;
    line-height: 1.7;
    font-weight: 500;
}

.feature-card p {
    font-size: 16px;
    line-height: 1.7;
}

.feature-card {
    text-align: center;
    margin-top: 20px;
}




#contact-info .info-box {
	padding: 50px 40px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	z-index: 1000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 67px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contact-info .info-box:hover {
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
	box-shadow: 0 12px 67px rgba(0, 0, 0, 0.07);
}

#contact-info .info-box:hover .info-title:before {
	background-color: #3195ff;
}

#contact-info .info-box .info-title {
	color: #3195ff;
	font-size: 16px;
	font-weight: 600;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}

#contact-info .info-box .info-title:before {
	display: inline-block;
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	text-align: center;
	font-size: 23px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 18px;
	border-radius: 50px;
	width: 48px;
	height: 48px;
	background-color: #332f5c;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contact-info .info-box .info-title.phone-icon:before {
	padding-top: 8px;
	content: "\f095";
}

#contact-info .info-box .info-title.chat-icon:before {
	padding-top: 8px;
	content: "\f075";
}

#contact-info .info-box .info-title.location-icon:before {
	padding-top: 9px;
	content: "\f041";
}

#contact-info .info-box .info-details {
	font-size: 14px;
	color: #332f5c;
}

#contact-info .info-box .info-details a {
	font-size: 15px;
	color: #3195ff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#contact-info .info-box .info-details a:hover,
#contact-info .info-box .info-details a:focus {
	color: #007bfd;
}

#contact-info .info-box .info-details p {
	margin-bottom: 18px;
}

#contact-info .info-box .info-details p:last-child {
	margin-bottom: 0;
}

#extra-info {
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(120deg, #24a7ff, #0a5dd3);
	background-image: -o-linear-gradient(120deg, #24a7ff, #0a5dd3);
	background-image: linear-gradient(120deg, #24a7ff, #0a5dd3);
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

#extra-info .text-holder {
	display: inline-block;
	text-align: left;
}

#extra-info h1 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	line-height: 50px;
}

#extra-info p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: 0.7;
	line-height: 30px;
}

#extra-info .link-holder {
	padding-top: 80px;
}

#extra-info .tld-graphic {
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#extra-info .tld-graphic div {
	display: inline-block;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
	background-image: -o-linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.01));
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	width: 100px;
	height: 100px;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding-top: 35px;
	-webkit-transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
	transition: all 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
}

#extra-info .tld-graphic div:nth-child(1) {
	-webkit-transform: scale(1) translateY(-10px) translateX(-30px);
	-moz-transform: scale(1) translateY(-10px) translateX(-30px);
	-ms-transform: scale(1) translateY(-10px) translateX(-30px);
	transform: scale(1) translateY(-10px) translateX(-30px);
}

#extra-info .tld-graphic div:nth-child(2) {
	-webkit-transform: scale(1) translateY(-50px);
	-moz-transform: scale(1) translateY(-50px);
	-ms-transform: scale(1) translateY(-50px);
	transform: scale(1) translateY(-50px);
}

#extra-info .tld-graphic div:nth-child(3) {
	-webkit-transform: scale(1) translateY(-10px) translateX(30px);
	-moz-transform: scale(1) translateY(-10px) translateX(30px);
	-ms-transform: scale(1) translateY(-10px) translateX(30px);
	transform: scale(1) translateY(-10px) translateX(30px);
}

#extra-info .tld-graphic div:hover:nth-child(1) {
	-webkit-transform: scale(1.1) translateY(-10px) translateX(-30px);
	-moz-transform: scale(1.1) translateY(-10px) translateX(-30px);
	-ms-transform: scale(1.1) translateY(-10px) translateX(-30px);
	transform: scale(1.1) translateY(-10px) translateX(-30px);
}

#extra-info .tld-graphic div:hover:nth-child(2) {
	-webkit-transform: scale(1.1) translateY(-50px);
	-moz-transform: scale(1.1) translateY(-50px);
	-ms-transform: scale(1.1) translateY(-50px);
	transform: scale(1.1) translateY(-50px);
}

#extra-info .tld-graphic div:hover:nth-child(3) {
	-webkit-transform: scale(1.1) translateY(-10px) translateX(30px);
	-moz-transform: scale(1.1) translateY(-10px) translateX(30px);
	-ms-transform: scale(1.1) translateY(-10px) translateX(30px);
	transform: scale(1.1) translateY(-10px) translateX(30px);
}

html.open,
body.open {
  height: 100%;
  overflow: hidden;
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2222;
  transition: all 300ms ease 0s;
}
.header .navbar-nav {
    margin-top: 8px;
}
.header.hasBottom {
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.header:hover {
  background: #1e212c;
}
.zjmf.navbar {
  min-height: 55px;
  padding-top: 5px;
  margin-bottom: 0;
}
.zjmf.navbar-default {
  background: none;
  border: none;
}
.zjmf.navbar-default .navbar-toggle,
.zjmf.navbar-default .navbar-toggle:hover,
.zjmf.navbar-default .navbar-toggle:focus {
  border: none;
  background: none;
}
.zjmf.navbar-default .navbar-toggle span {
  background: #fff;
  transform-origin: 20px;
  transition: all 300ms ease 0s;
}
.zjmf.navbar-default .navbar-toggle span:nth-last-child(3) {
  transform: rotate(-45deg);
}
.zjmf.navbar-default .navbar-toggle span:nth-last-child(1) {
  transform: rotate(45deg);
}
.zjmf.navbar-default .navbar-toggle span:nth-last-child(2) {
  width: 0;
}
.zjmf.navbar-default .navbar-toggle.collapsed span {
  transform: rotate(0deg);
}
.zjmf.navbar-default .navbar-toggle.collapsed span:nth-last-child(2) {
  width: 100%;
}
.zjmf.navbar-default .navbar-collapse,
.zjmf.navbar-default .navbar-form {
  border-color: #999;
  height: calc(100vh - 50px);
}
.zjmf.navbar-default .navbar-nav > .open > a {
  display: block;
}
.zjmf.navbar-default .navbar-nav > .open > a:before {
  background: #fff;  /* 722 */
  width: 38px;
  height: 3px;
  content: '';
  left: 50%;
  margin-left: -19px;
  top: 60px;
  position: absolute;
  z-index: 2019;
}
.zjmf.navbar-default .navbar-nav > .open > a,
.zjmf.navbar-default .navbar-nav > .open > a:hover,
.zjmf.navbar-default .navbar-nav > .open > a:focus {
  /* color: #2d81ff; */  /* 722 */
  background: none;
}
.zjmf.navbar-default .navbar-nav > li.static {
  position: static;
}
.zjmf.navbar-default .navbar-nav > li > a {
  padding: 15px 12px;
  color: rgba(255,255,255,.9);
  font-weight: 500;
  font-size: 16px;
}
.zjmf.navbar-default .navbar-nav > li > a:hover {
  color: #2d81ff;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.w-auto {
  left: -35px;
  text-align: center;
  padding-bottom: 20px;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth {
  left: 0;
  right: 0;
  background: #fff;
  padding-bottom: 30px;
  margin-right: -15px;
  float: left;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth.lf90 {
  left: 90px;
  right: 55%;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth li {
  float: left;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth li.w25 {
  width: 25%;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth li.w33 {
  width: 33.3333%;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl {
  padding: 0 45px;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl dt {
  margin-top: 20px;
  font-size: 16px;
  color: #333840;
  border-bottom: #eee solid 1px;
  line-height: 40px;
  margin-bottom: 10px;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl dd {
  line-height: 36px;
  font-size: 13px;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl dd a em {
  color: #fe510f;
  text-transform: uppercase;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  padding: 9px 20px;
}
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.zjmf.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #2d81ff;
}

.zjmf.navbar-default .navbar-nav.navbar-right > li {
  padding: 8px 0;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.register > a {
  background: #2d81ff;
  color: #fff;
  border-radius: 4px;
  padding: 7px 24px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.register > a:hover {
  background: #428eff;
  color: #fff;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li > a {
  padding: 7px 9px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li > a:hover {
  color: #2d81ff;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user {
  position: relative;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user:hover dl {
  display: block;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user > a {
  color: #ffffff;
  position: relative;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user > a img {
  margin-right: 5px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user > a:after {
  content: '';
  margin-left: 10px;
  float: left;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  right: -3px;
  position: absolute;
  top: 15px;
  transition: all 300ms ease 0s;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user > a:hover {
  color: #2d81ff;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user > a:hover:after {
  border-color: #2d81ff transparent transparent transparent;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl {
  position: absolute;
  width: 242px;
  background: #ffffff;
  right: -10px;
  top: 100%;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dt {
  border-bottom: #eee solid 1px;
  height: 84px;
  padding: 10px 16px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dt p {
  color: #4c525b;
  padding-top: 5px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dt .m {
  margin-top: 10px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dt .m span {
  float: left;
  color: #333840;
  font-size: 20px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dt .m span small {
  font-size: 12px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dt .m a {
  float: right;
  background: #2d81ff;
  width: 48px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dd.t1 {
  padding: 10px 0;
  border-bottom: #eee solid 1px;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dd.t1 a {
  line-height: 32px;
  display: block;
  padding-left: 24px;
  color: #4c525b;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dd.t1 a:hover {
  background: #f8f8f8;
  color: #2d81ff;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dd.t2 {
  padding: 10px 0;
}
.zjmf.navbar-default .navbar-nav.navbar-right > li.user dl dd.t2 a {
  line-height: 32px;
  display: block;
  color: #4c525b;
  padding-left: 24px;
}
.zjmf.navbar-default a.navbar-brand {
  margin-right: 36px;
  padding: 13px 15px;
}
.login li {
  line-height: 50px;
  padding-right: 14px;
}
.login li a {
  color: #fff;
}
.login li.user {
  position: relative;
}
.login li.user > a {
  color: #ffffff;
  position: relative;
}
.login li.user > a img {
  margin-right: 5px;
}
.login li.user > a:after {
  content: '';
  margin-left: 10px;
  float: left;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  right: -12px;
  position: absolute;
  top: 7px;
  transition: all 300ms ease 0s;
}
.login li.user > a:hover {
  color: #2d81ff;
}
.login li.user > a:hover:after {
  border-color: #2d81ff transparent transparent transparent;
}
.login li.user dl {
  position: absolute;
  width: 242px;
  background: #ffffff;
  right: -10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top: 100%;
  display: none;
}
.login li.user dl dt {
  border-bottom: #eee solid 1px;
  height: 84px;
  padding: 10px 16px;
}
.login li.user dl dt p {
  color: #4c525b;
  padding-top: 5px;
}
.login li.user dl dt .m {
  margin-top: 10px;
}
.login li.user dl dt .m span {
  float: left;
  color: #333840;
  font-size: 20px;
}
.login li.user dl dt .m span small {
  font-size: 12px;
}
.login li.user dl dt .m a {
  float: right;
  background: #2d81ff;
  width: 48px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
}
.login li.user dl dd.t1 {
  padding: 10px 0;
  border-bottom: #eee solid 1px;
}
.login li.user dl dd.t1 a {
  line-height: 32px;
  display: block;
  padding-left: 24px;
  color: #4c525b;
}
.login li.user dl dd.t1 a:hover {
  background: #f8f8f8;
  color: #2d81ff;
}
.login li.user dl dd.t2 {
  padding: 10px 0;
}
.login li.user dl dd.t2 a {
  line-height: 32px;
  display: block;
  color: #4c525b;
  padding-left: 24px;
}
.i-title span {
  font-size: 0.32rem;
  color: #1e212c;
  display: block;
  margin-bottom: 10px;
}
.i-title span.small {
  color: #4c525b;
  font-size: 0.26rem;
}
.i-title small {
  color: #89919b;
  font-size: 0.18rem;
}
.i-title.cfff span {
  color: #fff;
}


@media (max-width: 1200px) {
  .zjmf.navbar {
    min-height: 50px;
    padding-top: 0;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu {
    width: 100%;
    overflow: hidden;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth {
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth li.w25,
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth li.w33 {
    width: 50%;
  }
  .zjmf.navbar-default .navbar-nav > .open a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header {
    background: #1e212c;
  }
  .header .caret {
    width: 9px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    transition: all 300ms ease 0s;
  }
  .header .open .caret {
    transform: rotate(-45deg);
  }
  .zjmf.navbar-default .nav > li > a {
    color: #333840;
    border-bottom: #eeeeee solid 1px;
  }
  .zjmf.navbar-default .navbar-nav > .open > a,
  .zjmf.navbar-default .navbar-nav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zjmf.navbar-default .navbar-nav > .open > a,
  .zjmf.navbar-default .navbar-nav > .open > a:hover,
  .zjmf.navbar-default .navbar-nav > .open > a:focus {
    color: #333840;
    background: none;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu {
    background: #f6f8fb;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth {
    background: #f6f8fb;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl {
    padding: 0 15px;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl dt {
    color: #4c525b;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu.fullwidth dl dd a {
    color: #4c525b;
  }
  .zjmf.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #4c525b;
  }
  .zjmf.navbar-default a.navbar-brand {
    margin-right: 0;
    margin-left: 20px;
  }
  button.navbar-toggle {
    margin-right: 15px;
}
  .zjmf.navbar-default .navbar-collapse {
    background: #fff;
  }
  .i-title span {
    font-size: 0.4rem;
  }
  .i-title span.small {
    color: #4c525b;
    font-size: 0.36rem;
  }
  .pbanner {
    height: 420px;
    background-size: auto 100%;
    background-image: none;
  }
  .pbanner.h355 {
    height: 4rem;
  }
  .pbanner h1 {
    margin-top: 1.6rem;
  }
  .pbanner .banner-btn a.primary {
    width: 100px;
    margin-right: 10px;
    height: 30px;
    line-height: 28px;
  }
  .pbanner .banner-btn a.button {
    width: 100px;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
  }
  .pbanner .banner-btn a.default {
    line-height: 28px;
  }
}

a {
    color: #4c525b;
    text-decoration: none;
}

.login ul {
    padding: 0;
    list-style: none;
    margin-top: 8px;
}

.Pro_Anchor {
  height: 60px;
  background: #fff;
  box-shadow: 0 4px 12px #ddd;
  width: 100%;
  z-index: 22;
  overflow: hidden;
}
.Pro_Anchor ul li {
  line-height: 58px;
  float: left;
  margin-right: 40px;
  border-bottom: #fff solid 2px;
}
.Pro_Anchor ul li:last-child {
  margin-right: 0;
}
.Pro_Anchor ul li a {
  color: #333840;
  font-size: 14px;
}
.Pro_Anchor ul li.active {
  border-bottom: #2d81ff solid 2px;
}
.Pro_Anchor ul li.active a {
  color: #2d81ff;
}
.Pro_Anchor .buy-now {
  float: right;
  padding: 12px 0;
  display: none;
}
.Pro_Anchor .buy-now a {
  width: 104px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  background: #2d81ff;
  border-radius: 4px;
}
.Pro_Anchor .buy-now a:hover {
  background: #428eff;
}
.Pro_Anchor.isStuck .buy-now {
  display: block;
}
.product-nav {
  float: left;
}

.product-nav ul {
    list-style: none;
    padding: 0;
}


.Pro_Anchor {
  height: 60px;
  background: #fff;
  box-shadow: 0 4px 12px #ddd;
  width: 100%;
  z-index: 22;
  overflow: hidden;
}
.Pro_Anchor ul li {
  line-height: 58px;
  float: left;
  margin-right: 40px;
  border-bottom: #fff solid 2px;
}
.Pro_Anchor ul li:last-child {
  margin-right: 0;
}
.Pro_Anchor ul li a {
  color: #333840;
  font-size: 14px;
}
.Pro_Anchor ul li.active {
  border-bottom: #2d81ff solid 2px;
}
.Pro_Anchor ul li.active a {
  color: #2d81ff;
}
.Pro_Anchor .buy-now {
  float: right;
  padding: 12px 0;
  display: none;
}
.Pro_Anchor .buy-now a {
  width: 104px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  display: inline-block;
  background: #2d81ff;
  border-radius: 4px;
}
.Pro_Anchor .buy-now a:hover {
  background: #428eff;
}
.Pro_Anchor.isStuck .buy-now {
  display: block;
}
.product-nav {
  float: left;
}
.host-model {
  width: 100%;
  float: left;
}
.host-model .model-list {
  margin-top: 0.45rem;
}
.host-model .model-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.host-model .model-list li .item {
  border: #eee solid 1px;
  box-shadow: 0 4px 9px #e1e1e1;
  padding: 20px 20px 60px;
}
.host-model .model-list li .item h1 {
  font-size: 22px;
  color: #333840;
  line-height: 0.6rem;
}
.host-model .model-list li .item .desc {
  font-size: 12px;
  color: #4c525b;
  padding-bottom: 0.32rem;
  border-bottom: #eee solid 1px;
}
.host-model .model-list li .item .desc.p0 {
  padding: 0;
}
.host-model .model-list li .item .attr {
  margin-top: 28px;
}
.host-model .model-list li .item .attr span {
  width: 50%;
  display: inline-block;
  color: #89919b;
}
.host-model .model-list li .item .attr em {
  width: 50%;
  color: #333840;
  display: inline-block;
}
.host-model .model-list li .item .money {
  font-size: 26px;
  color: #ff7e00;
  margin-top: 20px;
}
.host-model .model-list li .item .money small {
  font-size: 20px;
}
.host-model .model-list li .item .buy-btn {
  margin-top: 20px;
}
.host-model .model-list li .item .buy-btn a {
  display: block;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  background: #2d81ff;
  border-radius: 4px;
}
.host-model .model-list li .item .buy-btn a:hover {
  background: #428eff;
}
.series {
  background: url(../img/ssl/series-bg.jpg) no-repeat center top;
  height: 401px;
}
.series .pd7 {
  padding: 0 7px;
}
.series .item {
  background: #fff;
  text-align: center;
  border: #e4e4e4 solid 1px;
  margin-top: 0.22rem;
  padding: 0.2rem 0.2rem 0.25rem;
}
.series .item h2 {
  font-size: 16px;
  color: #1e212c;
  font-weight: bold;
  margin-top: 0.22rem;
}
.series .item p {
  font-size: 12px;
  margin: 12px 0;
  color: #89919b;
}
.series .item .button {
  text-align: center;
}
.series .item .button a {
  width: 105px;
  line-height: 34px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.series .item .button a:hover,
.series .item .button a.active {
  color: #fff;
  background: #2d81ff;
}
.series .item .button a.active:hover {
  background: #428eff;
}
.series .item dl {
  display: flex;
  text-align: left;
  padding: 0.2rem;
}
.series .item dl dt {
  margin-right: 0.2rem;
  width: 64px;
  height: 64px;
}
.series .item dl dd {
  flex: 1;
  font-size: 14px;
  color: #89919b;
}
.series .item dl dd span {
  color: #1e212c;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.series .item dl dd a {
  color: #2d81ff;
  text-underline: #2e2f39;
}
.advantage {
  padding-bottom: 0.8rem;
}
.advantage .item {
  margin-top: 0.5rem;
}
.advantage .item dl {
  display: flex;
}
.advantage .item dl dt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 0.52rem;
  height: 0.52rem;
}
.advantage .item dl dt img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.advantage .item dl dd {
  padding-left: 15px;
  flex: 1;
  color: #828282;
}
.advantage .item dl dd.h87 {
  min-height: 87px;
}
.advantage .item dl dd span {
  color: #1e212c;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.advantage .item dl dd p {
  color: #828282;
}
.advantage .item dl dd p.doc {
  padding-left: 12px;
  position: relative;
  color: #828282;
  font-size: 14px;
}
.advantage .item dl dd p.doc:before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #828282;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
}
.pro-func {
  background: #f6f8fb;
  padding-bottom: 0.6rem;
}
.pro-func.func2 .item dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro-func.func2 .item dl dd {
  font-size: 14px;
  color: #89919b;
}
.pro-func .func-type {
  font-size: 16px;
  color: #333840;
  font-weight: bold;
  margin-top: 0.4rem;
  position: relative;
  padding-left: 18px;
}
.pro-func .func-type:before {
  position: absolute;
  left: 0px;
  width: 5px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  content: "";
  background: #2d81ff;
}
.pro-func .item {
  margin-top: 0.4rem;
}
.pro-func .item dl dt {
  color: #333840;
  font-size: 16px;
  height: 28px;
  display: flex;
  align-items: center;
}
.pro-func .item dl dt i.icon {
  font-size: 32px;
  margin-right: 10px;
  font-weight: normal;
}
.pro-func .item dl dd {
  font-size: 14px;
  color: #333840;
  line-height: 24px;
  overflow: hidden;
}
.pro-func .item dl dd.row6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: auto;
}
.pro-func .item dl dd.row7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: auto;
}
.pro-func .item dl dd.row5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: auto;
}
.pro-func .item dl dd.row4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: auto;
}
.contrast {
  padding-top: 30px;
  padding-bottom: 51px;
  background: url(../img/ssl/contrast-bg.jpg) no-repeat center top;
}
.contrast .contrast-box {
  width: 1170px;
  float: left;
  margin-top: 50px;
}
.contrast .contrast-box .contrast-name {
  width: 130px;
  float: left;
  background: #fff;
}
.contrast .contrast-box .contrast-name dl dt {
  height: 84px;
  background: #89919b;
}
.contrast .contrast-box .contrast-name dl dd {
  min-height: 120px;
  border-bottom: #eee solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contrast .contrast-box .contrast-name dl dd span {
  font-size: 14px;
  color: #333840;
  line-height: 40px;
}
.contrast .contrast-box .contrast-name dl dd.h75 {
  min-height: 75px;
}
.contrast .contrast-box .contrast-name dl dd.h144 {
  min-height: 144px;
}
.contrast .contrast-box .contrast-name dl dd.h161 {
  min-height: 161px;
}
.contrast .contrast-box .cloud-serve {
  float: left;
  background: #fff;
  width: 575px;
  margin-top: -12px;
}
.contrast .contrast-box .cloud-serve dl dt {
  height: 96px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 96px;
  background: url(../img/ssl/cloud-bg.jpg) no-repeat;
}
.contrast .contrast-box .cloud-serve dl dd {
  border-right: #ddd solid 1px;
  border-left: #ddd solid 1px;
  min-height: 120px;
  padding: 20px 34px;
  border-bottom: #eee solid 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contrast .contrast-box .cloud-serve dl dd p {
  padding-left: 15px;
  line-height: 24px;
  color: #4c525b;
  position: relative;
}
.contrast .contrast-box .cloud-serve dl dd p:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 3px;
  height: 3px;
  background: #2d81ff;
  border-radius: 50%;
}
.contrast .contrast-box .cloud-serve dl dd.h75 {
  min-height: 75px;
}
.contrast .contrast-box .cloud-serve dl dd.h144 {
  min-height: 144px;
}
.contrast .contrast-box .cloud-serve dl dd.h161 {
  min-height: 161px;
}
.contrast .contrast-box .tradition-serve {
  float: left;
  background: #fff;
  width: 460px;
}
.contrast .contrast-box .tradition-serve dl dt {
  height: 84px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 84px;
  background: #89919b;
}
.contrast .contrast-box .tradition-serve dl dd {
  min-height: 120px;
  padding: 20px 34px;
  border-bottom: #eee solid 1px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contrast .contrast-box .tradition-serve dl dd p {
  padding-left: 15px;
  line-height: 24px;
  color: #4c525b;
  position: relative;
}
.contrast .contrast-box .tradition-serve dl dd p:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 3px;
  height: 3px;
  background: #4c525b;
  border-radius: 50%;
}
.contrast .contrast-box .tradition-serve dl dd.h75 {
  min-height: 75px;
}
.contrast .contrast-box .tradition-serve dl dd.h144 {
  min-height: 144px;
}
.contrast .contrast-box .tradition-serve dl dd.h161 {
  min-height: 161px;
}
.configure {
  background: #f6f8fb;
  overflow: hidden;
  padding-bottom: 0.65rem;
}
.configure.bg-img {
  background: url("../img/ssl/pro-bg.png") no-repeat bottom center;
}
.configure .config-box {
  margin-top: 35px;
  display: flex;
}
.configure .config-box .config-tab {
  min-height: 460px;
  float: left;
  border-right: #d9d9d9 solid 1px;
  padding-left: 50px;
}
.configure .config-box .config-tab span {
  display: block;
  padding-right: 20px;
  font-size: 16px;
  color: #4c525b;
  margin-top: 28px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 22px;
  border-right: transparent solid 2px;
}
.configure .config-box .config-tab span.active,
.configure .config-box .config-tab span:hover {
  color: #2d81ff;
  border-right: #2d81ff solid 2px;
}
.configure .config-box .con {
  color: #89919b;
  font-size: 14px;
  line-height: 23px;
  padding: 0 15px;
}
.configure .config-box .con > h2 {
  font-size: 16px;
  color: #1e212c;
  height: 30px;
}
.configure .config-box .con p {
  padding-left: 17px;
  position: relative;
}
.configure .config-box .con p:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d81ff;
  content: "";
  left: 2px;
  top: 8px;
}
.configure .config-box .config-detail {
  display: none;
  float: left;
  padding-left: 35px;
  width: 100%;
  color: #89919b;
}
.configure .config-box .config-detail > h2 {
  font-size: 16px;
  color: #1e212c;
  height: 30px;
}
.configure .config-box .config-detail > p {
  font-size: 14px;
  color: #89919b;
}
.configure .config-box .config-detail > p.doc {
  padding-left: 17px;
  position: relative;
}
.configure .config-box .config-detail > p.doc:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2d81ff;
  content: "";
  left: 2px;
  top: 8px;
}
.configure .config-box .config-detail dl {
  border: #e7e8ea solid 1px;
  background: #fff;
  display: flex;
  margin: 5px 0;
  padding: 30px 0.2rem;
}
.configure .config-box .config-detail dl dt {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 14px;
  border-left: #ebebeb solid 1px;
  align-items: center;
}
.configure .config-box .config-detail dl dt:first-child {
  border-left: none;
}
.configure .config-box .config-detail dl dt span {
  color: #333840;
  white-space: nowrap;
}
.configure .config-box .config-detail dl dt em {
  color: #4c525b;
  font-weight: bold;
}
.configure .config-box .config-detail dl dd {
  width: 1.04rem;
  min-width: 80px;
}
.configure .config-box .config-detail dl dd a {
  display: block;
  text-align: center;
  background: #2d81ff;
  line-height: 42px;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
}
.configure .user {
  margin-top: 10px;
}
.configure .user a {
  color: #2d81ff;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.pro-service {
  overflow: hidden;
}
.pro-service .service-tab {
  text-align: center;
  border-bottom: #d9d9d9 solid 1px;
  line-height: 40px;
  margin-top: 30px;
  white-space: nowrap;
}
.pro-service .service-tab span {
  display: inline-block;
  margin: 0 0.4rem;
  color: #4c525b;
  font-size: 0.16rem;
  border-bottom: #fff solid 2px;
  cursor: pointer;
}
.pro-service .service-tab span.active,
.pro-service .service-tab span:hover {
  border-bottom: #2d81ff solid 2px;
}
.pro-service .service-con {
  padding-top: 0.45rem;
  font-size: 14px;
  display: none;
  color: #4c525b;
  line-height: 28px;
}
.pro-service .service-con p a {
  color: #2d81ff;
}
.pro-service .service-con h3 {
  font-size: 14px;
  color: #333840;
  font-weight: bold;
  margin: 0.3rem 0 0.1rem;
}
.pro-service .service-con .filing-process {
  box-shadow: 0 0 9px #ddd;
  margin-top: 0.2rem;
  padding: 0.3rem;
}
.pro-service .service-con .filing-process li {
  line-height: 50px;
}
.pro-service .service-con .filing-process i.icon {
  background: #2d81ff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}
.model-list2 .item {
  border: #e4e4e4 solid 1px;
  margin: 20px 0;
  padding: 30px 22px;
  float: left;
  width: 100%;
}
.model-list2 .item dl {
  display: flex;
  justify-content: space-between;
}
.model-list2 .item dl dt {
  display: flex;
  flex-direction: column;
}
.model-list2 .item dl dt span {
  color: #1e212c;
  font-size: 18px;
  margin-bottom: 5px;
}
.model-list2 .item dl dt em {
  color: #4c525b;
  line-height: 20px;
  width: 230px;
}
.model-list2 .item dl dt em.norap {
  white-space: nowrap;
}
.model-list2 .item dl dd.t1 {
  display: flex;
}
.model-list2 .item dl dd.t1 span {
  display: flex;
  flex-direction: column;
  padding: 0 0.35rem;
  justify-content: center;
  position: relative;
}
.model-list2 .item dl dd.t1 span.price {
  flex-direction: initial;
  align-items: center;
  color: #ff7e00;
  font-weight: bold;
  font-size: 24px;
}
.model-list2 .item dl dd.t1 span.price small {
  font-size: 60%;
  padding-left: 5px;
}
.model-list2 .item dl dd.t1 span:before {
  background: #f1f1f1;
  width: 1px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -21px;
  height: 42px;
}
.model-list2 .item dl dd.t1 span:first-child:before {
  display: none;
}
.model-list2 .item dl dd.t1 span em {
  color: #333840;
}
.model-list2 .item dl dd.t1 span i {
  color: #4c525b;
  font-weight: bold;
  text-align: center;
}
.model-list2 .item dl dd.t2 {
  display: flex;
  align-items: center;
}
.model-list2 .item dl dd.t2 a {
  width: 126px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  background: #2d81ff;
  border-radius: 4px;
}
.model-list2 .item dl dd.t2 a:hover {
  background: #428eff;
}
.modules {
  background: url(../images/cloudMobile/modules-bg.png) 0 bottom no-repeat;
  background-size: 100%;
}
.model-list3 .item {
  border: #e4e4e4 solid 1px;
  border-top: none;
  padding: 22px 22px;
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.model-list3 .item dl {
  display: flex;
  justify-content: space-between;
}
.model-list3 .item dl dt {
  display: flex;
  flex-direction: column;
}
.model-list3 .item dl dt span {
  color: #1e212c;
  font-size: 18px;
  margin-bottom: 5px;
}
.model-list3 .item dl dt em {
  color: #4c525b;
  line-height: 20px;
  width: 230px;
}
.model-list3 .item dl dt em.norap {
  white-space: nowrap;
}
.model-list3 .item dl dd.t1 {
  display: flex;
}
.model-list3 .item dl dd.t1 span {
  display: flex;
  flex-direction: column;
  padding: 0 0.35rem;
  justify-content: center;
  position: relative;
}
.model-list3 .item dl dd.t1 span.price {
  flex-direction: initial;
  align-items: center;
  color: #ff7e00;
  font-weight: bold;
  font-size: 24px;
}
.model-list3 .item dl dd.t1 span.price small {
  font-size: 60%;
  padding-left: 5px;
}
.model-list3 .item dl dd.t1 span:before {
  background: #d9d9d9;
  width: 1px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  opacity: 0.5;
}
.model-list3 .item dl dd.t1 span:first-child:before {
  display: none;
}
.model-list3 .item dl dd.t1 span em {
  margin-bottom: 7px;
  color: #333840;
}
.model-list3 .item dl dd.t1 span i {
  color: #4c525b;
  font-weight: bold;
}
.model-list3 .item dl dd.t2 {
  display: flex;
  align-items: center;
}
.model-list3 .item dl dd.t2 a {
  width: 126px;
  line-height: 42px;
  color: #2d81ff;
  border: 1px solid #2d81ff;
  text-align: center;
  display: block;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
}
.model-list3 .item dl dd.t2 a:hover {
  background: #428eff;
  color: #ffffff;
}
.model-list3 ul li:nth-child(1) .item {
  border-top: #e4e4e4 solid 1px;
}
.advantage-3num {
  padding-bottom: 70px;
  background: url(../img/ssl/pro-bg.png) no-repeat center bottom;
}
.advantage-3num .item {
  box-shadow: 0 0 9px #ddd;
  padding: 45px 16px;
  margin-top: 20px;
  height: 325px;
  background: #fff;
}
.advantage-3num .item.p16 {
  padding: 45px 16px;
}
.advantage-3num .item dl {
  text-align: center;
}
.advantage-3num .item dl dt {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 45px;
  height: 45px;
  margin: 0 auto 0.2rem;
}
.advantage-3num .item dl dt img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.advantage-3num .item dl dd {
  display: flex;
  flex-direction: column;
  color: #828282;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
}
.advantage-3num .item dl dd span {
  font-size: 18px;
  color: #1e212c;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  white-space: nowrap;
}
.advantage-3num .item dl dd span:before {
  position: absolute;
  background: #2d81ff;
  left: 50%;
  width: 28px;
  margin-left: -14px;
  bottom: -10px;
  height: 2px;
  content: "";
}
.advantage-3num .item dl dd .em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.advantage-3num .item.row2 {
  height: 235px;
}
.advantage-3num .item.row2 dl dd .em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advantage-3num .item.row3 {
  height: 270px;
}
.advantage-3num .item.row3 dl dd .em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advantage-3num .item.row5 {
  height: 353px;
}
.advantage-3num .item.row5 dl dd .em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.advantage-3num .item.row6 {
  height: 381px;
}
.advantage-3num .item.row6 dl dd .em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.advantage-3num .item.row7 {
  height: 400px;
}
.advantage-3num .item.row7 dl dd .em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.pro-services {
  background: url(../img/ssl/services-bg.jpg) no-repeat center top;
  min-height: 485px;
}
.pro-services.h394 {
  min-height: 394px;
}
.pro-services .services-list {
  margin-top: 15px;
}
.pro-services .services-list .item {
  height: 125px;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  margin-top: 20px;
}
.pro-services .services-list .item dl {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 30px 22px;
}
.pro-services .services-list .item dl dt {
  margin-right: 15px;
}
.pro-services .services-list .item dl dd.t1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 15px;
}
.pro-services .services-list .item dl dd.t1 span {
  color: #4c525b;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pro-services .services-list .item dl dd.t1 em {
  font-size: 14px;
  color: #89919b;
}
.pro-services .services-list .item dl dd.t2 a {
  width: 74px;
  line-height: 34px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}
.pro-services .services-list .item dl dd.t2 a:hover {
  background: #2d81ff;
  color: #fff;
}
.help-list {
  margin-top: 10px;
}
.help-list .item {
  margin-top: 20px;
  background: #f6f8fb;
  padding: 30px 0 30px 24px;
  float: left;
  width: 100%;
  min-height: 178px;
}
.help-list .item dl dt {
  font-size: 18px;
  color: #4c525b;
  line-height: 30px;
  height: 40px;
}
.help-list .item dl dd {
  line-height: 26px;
}
.help-list .item dl dd.w50 {
  width: 50%;
  float: left;
}
.help-list .item dl dd a {
  font-size: 14px;
  color: #89919b;
}
.help-list .item dl dd a:hover {
  color: #2d81ff;
}
.pro-storage {
  margin-top: 24px;
  width: 1200px;
}
.pro-storage .storage {
  float: left;
  width: 400px;
}
.pro-storage .storage dl {
  text-align: center;
}
.pro-storage .storage dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.pro-storage .storage dl dd {
  border-bottom: #eee solid 1px;
  color: #4c525b;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  line-height: 24px;
}
.pro-storage .storage dl dd p {
  display: block;
}
.pro-storage .storage dl dd.h84 {
  min-height: 84px;
}
.pro-storage .storage dl dd .money {
  font-size: 26px;
  color: #ff7e00;
}
.pro-storage .storage dl dd .money small {
  font-size: 14px;
}
.pro-storage .storage dl dd a.buy {
  width: 260px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  color: #2d81ff;
  text-align: center;
  border-radius: 4px;
  border: #2d81ff solid 1px;
}
.pro-storage .storage dl dd a.buy:hover,
.pro-storage .storage dl dd a.buy.active {
  background: #2d81ff;
  color: #fff;
}
.pro-storage .storage dl dd a.buy.active:hover {
  background: #428eff;
}
.pro-storage .storage01 {
  background: #f5f7fa;
  margin-top: 18px;
}
.pro-storage .storage01 dl {
  border: #ebecec solid 1px;
}
.pro-storage .storage01 dl dt {
  background: #ebecec;
  height: 60px;
}
.pro-storage .storage02 dl {
  border: #2d81ff solid 1px;
}
.pro-storage .storage02 dl dt {
  background: url(../img/ssl/storage-bg.jpg) no-repeat;
  height: 78px;
  color: #fff;
}
.pro-storage .storage03 {
  margin-top: 18px;
}
.pro-storage .storage03 dl {
  border: #ebecec solid 1px;
}
.pro-storage .storage03 dl dt {
  background: #f5f7fa;
  height: 60px;
  color: #4c525b;
}
.pro-quota {
  background: url(../img/ssl/pro-bg.png) no-repeat center 40px;
}
.pro-quota h6 {
  color: #4c525b;
  font-size: 14px;
  margin-top: 0.5rem;
}
.pro-quota .quota {
  border: #e4e4e4 solid 1px;
  margin-top: 28px;
  text-align: center;
  background: #fff;
  margin-bottom: 0.8rem;
}
.pro-quota .table > thead > tr > th {
  border-bottom: #e4e4e4 solid 1px;
  vertical-align: inherit;
  height: 54px;
  font-size: 14px;
  color: #4c525b;
  text-align: center;
  border-left: #e4e4e4 solid 1px;
  background: #ebeced;
}
.pro-quota .table > tbody > tr > td {
  height: 48px;
  vertical-align: inherit;
  font-size: 12px;
  color: #4c525b;
  border-left: #e4e4e4 solid 1px;
}
.blockstorage {
  width: 1170px;
  margin-top: 0.46rem;
  border: #e4e4e4 solid 1px;
}
.blockstorage.table > thead > tr > th {
  border-bottom: #e4e4e4 solid 1px;
  background: #ebecec;
  border-left: #e4e4e4 solid 1px;
  text-align: center;
  color: #4c525b;
  font-size: 14px;
  height: 60px;
  vertical-align: inherit;
}
.blockstorage.table > tbody > tr > td {
  border-bottom: #e4e4e4 solid 1px;
  border-left: #e4e4e4 solid 1px;
  text-align: center;
  color: #4c525b;
  font-size: 12px;
  padding: 12px 0;
  line-height: 24px;
  vertical-align: inherit;
}
.blockstorage.table > tbody > tr > td:first-child {
  background: #f5f7fa;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
}
.brand-list .item {
  padding: 0 0.3rem;
  width: 50%;
  margin-top: 0.5rem;
}
.brand-list .item dl dt {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.brand-list .item dl dt span {
  padding-left: 15px;
  font-size: 18px;
  color: #333840;
}
.brand-list .item dl dd {
  font-size: 14px;
  color: #5e636b;
  line-height: 24px;
}
.scene .scene-list {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.scene .scene-list li {
  text-align: left;
}
.scene .scene-list li img {
  display: inline-block;
}
.scene .bx-wrapper .bx-controls-direction a {
  width: 31px;
  height: 60px;
  margin-top: -30px;
  border-radius: 0;
}
.scene .bx-wrapper .bx-prev {
  background: url(../images/arrow-left.png) no-repeat;
  left: -60px;
}
.scene .bx-wrapper .bx-next {
  background: url(../images/arrow-right.png) no-repeat;
  right: -60px;
}
.scene-tab {
  width: 100%;
  float: left;
  margin-top: 0.3rem;
  text-align: center;
}
.scene-tab.scene-tab02 span {
  background: url(../images/scene02.jpg) no-repeat;
}
.scene-tab span {
  display: inline-block;
  width: 128px;
  color: #53565b;
  cursor: pointer;
  padding-top: 53px;
}
.scene-tab span.t1 {
  background-position: 48px 12px;
}
.scene-tab span.t1:hover,
.scene-tab span.t1.active {
  background-position: 48px -56px;
  color: #3c7ae6;
}
.scene-tab span.t2 {
  background-position: -82px 12px;
}
.scene-tab span.t2:hover,
.scene-tab span.t2.active {
  background-position: -82px -56px;
  color: #3c7ae6;
}
.scene-tab span.t3 {
  background-position: -208px 12px;
}
.scene-tab span.t3:hover,
.scene-tab span.t3.active {
  background-position: -208px -56px;
  color: #3c7ae6;
}
.scene-tab span.t4 {
  background-position: -344px 12px;
}
.scene-tab span.t4:hover,
.scene-tab span.t4.active {
  background-position: -344px -56px;
  color: #3c7ae6;
}
.advantage-list {
  padding: 0 0 55px 0;
  background: #f6f8fb;
  margin-top: 0.4rem;
}
.advantage-list .item {
  margin-top: 0.3rem;
}
.advantage-list .item dl {
  padding: 10px;
  height: 442px;
  background: #fff;
  box-shadow: 0px 0px 15px #ddd;
}
.advantage-list .item dl dt {
  text-align: center;
}
.advantage-list .item dl dt img {
  max-width: 100%;
}
.advantage-list .item dl dd.t1 {
  text-align: center;
  margin-top: 32px;
  color: #282c32;
  font-size: 18px;
}
.advantage-list .item dl dd.t2 {
  line-height: 22px;
  color: #999;
  margin-top: 10px;
  padding: 0 34px;
}
.pro-insert {
  height: 454px;
  background: url(../images/insert-bg.jpg) no-repeat top center;
  background-size: auto 100%;
}
.contact-us {
  text-align: center;
  margin-top: 0.7rem;
}
.contact-us a {
  display: inline-block;
  width: 240px;
  line-height: 42px;
  color: #2d81ff;
  font-size: 14px;
  border-radius: 3px;
  border: #2d81ff solid 1px;
}
.contact-us a:hover {
  color: #ffffff;
  background: #2d81ff;
}

.security-product {
  width: 1230px;
  position: absolute;
  left: 50%;
  margin-left: -615px;
  top: 50px;
}
.security-product dl {
  position: absolute;
}
.security-product dl.t1 {
  top: -33px;
  left: 310px;
}
.security-product dl.t2 {
  top: -33px;
  right: 314px;
}
.security-product dl.t3 {
  top: 150px;
  left: 310px;
}
.security-product dl.t4 {
  top: 150px;
  right: 314px;
}
.security-product dl.t5 {
  top: 150px;
  right: 168px;
}
.security-product dl dt {
  width: 114px;
  height: 116px;
  box-shadow: 0 0 9px #ddd;
  float: left;
}
.security-product dl dt img {
  display: block;
  margin: 20px auto 15px;
}
.security-product dl dt a {
  text-align: center;
  color: #2d81ff;
  font-size: 14px;
  display: block;
}
.security-product dl dt a i {
  font-size: 12px;
}
.security-product dl dd.tit {
  text-align: center;
  font-size: 14px;
  color: #4c525b;
  line-height: 35px;
  clear: both;
}
.security-product dl dd.info {
  font-size: 12px;
  width: 220px;
  min-height: 160px;
  position: absolute;
  top: -2px;
  background: #fff;
  padding: 10px 18px 10px 18px;
  left: 130px;
  border: #f5f5f5 solid 1px;
  display: none;
}
.security-product dl dd.info .pos h6 {
  font-size: 14px;
  color: #4c525b;
  margin: 5px 0;
  line-height: 26px;
}
.security-product dl dd.info .pos span {
  font-size: 12px;
  color: #89919b;
  margin-bottom: 10px;
  display: block;
}
.security-product dl dd.info i {
  display: block;
  color: #ffae00;
  font-size: 14px;
  margin: 5px 0 10px;
}
.security-product dl dd.info i em {
  font-size: 24px;
}
.security-product dl dd.info.right {
  left: -234px;
}
.security-product dl:hover dt {
  background: #fff;
}
.security-product dl:hover dd.info {
  display: block;
}
.security-product-mobile {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.security-product-mobile dl {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.security-product-mobile dl dt {
  width: 114px;
  height: 116px;
  box-shadow: 0 0 9px #ddd;
  margin: 0 auto;
  padding-top: 20px;
}
.security-product-mobile dl dt img {
  display: block;
  margin: 0px auto 15px;
}
.security-product-mobile dl dt a {
  text-align: center;
  color: #2d81ff;
  font-size: 14px;
  display: block;
}
.security-product-mobile dl dt a i {
  font-size: 12px;
}
.security-product-mobile dl dd {
  text-align: center;
  font-size: 14px;
  color: #4c525b;
  line-height: 35px;
}
.protects {
  margin-top: 10px;
}
.protects .p7 {
  padding: 0 7px;
}
.protects .tit {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  flex-direction: column;
}
.protects .tit em {
  width: 44px;
  height: 2px;
  background: #2d81ff;
  display: block;
  margin-top: 10px;
}
.serve-flow {
  text-align: center;
}
.serve-flow .row {
  max-width: 1005px;
  margin: 0 auto;
}
.serve-flow .row .col-xs-3 {
  padding: 0 5px;
}
.serve-flow .row ul {
  margin-top: 0.2rem;
}
.serve-flow .row ul li {
  line-height: 28px;
  font-size: 12px;
  position: relative;
  text-align: left;
  padding-left: 84px;
  white-space: nowrap;
}
.serve-flow .row ul li i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5995ff;
  margin-right: 10px;
}
.industry-list .p7 {
  padding: 0 7px;
}
.industry-list .item {
  width: 292px;
  margin: 20px auto 0;
  height: 308px;
}
.industry-list .item.t1 {
  background: url("../img/ssl/industry01.jpg") no-repeat;
}
.industry-list .item.t2 {
  background: url("../img/ssl/industry02.jpg") no-repeat;
}
.industry-list .item.t3 {
  background: url("../img/ssl/industry03.jpg") no-repeat;
}
.industry-list .item.t4 {
  background: url("../img/ssl/industry04.jpg") no-repeat;
}
.industry-list .item dl dt {
  height: 90px;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry-list .item dl dd {
  padding: 25px;
  line-height: 24px;
  color: #ffffff;
  font-size: 14px;
}
.pro-content {
  background: #f6f8fb;
}
.pro-content .scheme-content {
  background: #ffffff;
  margin-bottom: 88px;
  box-shadow: 0 3px 9px #ddd;
}
.scheme-tab {
  background: #f3f5f8;
}
.scheme-tab span {
  line-height: 65px;
  cursor: pointer;
  font-size: 16px;
  color: #333840;
  text-align: center;
  display: inline-block;
  border-right: #d9d9d9 solid 2px;
  width: 25%;
}
.scheme-tab span:last-child {
  border-right: none;
}
.scheme-tab span.active {
  background: #ffffff;
}
.scheme-con {
  padding: 0.3rem 0.48rem;
  display: none;
}
.scheme-con > h4 {
  color: #595b63;
  font-size: 16px;
  padding-left: 12px;
  position: relative;
  margin-top: 45px;
  line-height: 18px;
}
.scheme-con > h4:before {
  background: #2d81ff;
  width: 3px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.special dl {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.special dl dt {
  width: 77px;
}
.special dl dd {
  flex: 1;
  color: #8a8e94;
  font-size: 14px;
  padding-left: 33px;
}
.special dl dd > h6 {
  font-size: 14px;
  color: #4c525b;
  margin-bottom: 8px;
}
.special dl dd li {
  padding-left: 12px;
  position: relative;
  text-transform: uppercase;
}
.special dl dd li:before {
  content: "";
  background: #89919b;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
  position: absolute;
}
.education-list .item {
  margin-top: 30px;
}
.education-list .item dl dt {
  border: #eeeeee solid 1px;
  text-align: center;
}
.education-list .item dl dd.t1 {
  text-align: center;
  font-size: 16px;
  color: #4c525b;
  line-height: 40px;
  margin-top: 10px;
}
.education-list .item dl dd.t2 {
  color: #89919b;
  font-size: 14px;
  line-height: 22px;
}
.cloud-test {
  margin-top: 16px;
}
.cloud-test .row {
  margin: 0 -10px;
}
.cloud-test .row .col-md-3 {
  padding: 0 10px;
}
.cloud-test .row .col-md-3 .item {
  margin-top: 20px;
}
.cloud-test .row .col-md-3 .item dl {
  background: #fafbfd;
  height: 274px;
}
.cloud-test .row .col-md-3 .item dl dt {
  background: #eff5ff;
  padding: 15px 0 15px 20px;
  line-height: 24px;
  color: #1e212c;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cloud-test .row .col-md-3 .item dl dd {
  color: #89919b;
  font-size: 14px;
  padding-left: 32px;
  line-height: 25px;
  position: relative;
}
.cloud-test .row .col-md-3 .item dl dd:before {
  position: absolute;
  content: "";
  background: #89919b;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  margin-top: -3px;
  left: 18px;
}
.edu-online {
  padding-bottom: 100px;
  margin-top: 32px;
}
.edu-online dl dt img {
  border: #eeeeee solid 1px;
}
.edu-online dl dd {
  text-align: center;
  color: #4c525b;
  font-size: 16px;
  line-height: 50px;
}
.edu-online .bx-wrapper .bx-pager,
.edu-online .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
.edu-online .bx-wrapper .bx-pager.bx-default-pager a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c2c2ca;
}
.edu-online .bx-wrapper .bx-pager.bx-default-pager a:hover,
.edu-online .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #9a9aa6;
}
.education_case {
  margin: 5px 0 65px;
}
.education_case li {
  margin-top: 20px;
}
.education_case li dl {
  border: #ebebeb solid 1px;
  text-align: center;
}
.education_case li dl dt {
  background: #fafafa;
  width: 100%;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #ebebeb solid 1px;
}
.education_case li dl dd {
  background: #fff;
  padding: 24px 30px;
  min-height: 187px;
}
.education_case li dl dd h6 {
  font-size: 16px;
  margin-bottom: 16px;
}
.education_case li dl dd p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
}
.pro-use dl {
  text-align: center;
  height: 155px;
  padding-top: 35px;
  line-height: 26px;
}
.pro-use dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.pro-use dl dd.t1 {
  color: #4c525b;
  font-size: 16px;
  line-height: 30px;
}
.pro-use dl dd.t2 {
  color: #89919b;
  font-size: 14px;
  text-transform: uppercase;
}
.use-scene {
  margin-top: 10px;
  padding-bottom: 20px;
}
.use-scene .item {
  float: left;
  padding: 0 6px;
  margin-top: 18px;
}
.use-scene .item.li5 {
  width: 20%;
}
.use-scene .item.li4 {
  width: 25%;
}
.use-scene .item.li4 .box .box-img > img {
  height: 220px;
}
.use-scene .item.li3 {
  width: 33.3333%;
}
.use-scene .item.li3 .box .box-img > img {
  height: 200px;
}
.box {
  position: relative;
  perspective: 1000px;
}
.box .box-img {
  transform: rotateY(0);
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.box .box-img dl {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -50px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.box .box-img dl dd {
  color: #4c525b;
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
}
.box:hover .box-img {
  transform: rotateY(-90deg);
}
.box .box-img > img {
  width: 100%;
  height: auto;
}
.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 15px;
  text-align: left;
  background: #2d81ff;
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out 0s;
}
.box:hover .box-content {
  transform: rotateY(0);
  text-align: left;
}
.box .title {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 20px;
}
.box .description {
  font-size: 14px;
  line-height: 22px;
  color: #f3f5f8;
}
.box .title:after,
.box .description:after {
  content: "";
  width: 80%;
  display: block;
}
.box .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box .social-links li {
  display: inline-block;
  margin: 0 10px;
}
.box .social-links li a {
  font-size: 20px;
  color: #a6a6a6;
}
.box .social-links li a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1200px) {
  .Pro_Anchor .buy-now {
    display: none !important;
  }
  .host-model .model-list li {
    width: 100%;
  }
  .host-model .model-list li .item {
    border: none;
    box-shadow: none;
    padding: 20px;
  }
  .host-model .model-list li .item h1 {
    font-size: 0.32rem;
    text-align: center;
  }
  .host-model .model-list li .item .desc {
    text-align: center;
  }
  .host-model .model-list li .item .attr {
    width: 25%;
    float: left;
  }
  .host-model .model-list li .item .attr span {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
  }
  .host-model .model-list li .item .attr em {
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
  }
  .host-model .model-list li .item .money {
    font-size: 0.4rem;
    text-align: center;
    border-top: #eee solid 1px;
    padding-top: 0.4rem;
  }
  .host-model .model-list li .item .money small {
    font-size: 0.4rem;
  }
  .host-model .model-list .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .host-model .model-list .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .host-model .model-list .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .host-model .model-list .bx-wrapper .bx-pager,
  .host-model .model-list .bx-wrapper .bx-controls-auto {
    bottom: -25px;
  }
  .advantage {
    border-top: #f6f8fb solid 10px;
  }
  .advantage .item dl {
    display: block;
  }
  .advantage .item dl dt {
    margin: 0 auto 10px;
  }
  .advantage .item dl dd {
    padding-left: 0;
  }
  .advantage .item dl dd span {
    text-align: center;
  }
  .advantage .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .advantage .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .advantage .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .advantage .bx-wrapper .bx-pager,
  .advantage .bx-wrapper .bx-controls-auto {
    bottom: -25px;
  }
  .pro-func {
    background: none;
    border-top: #f6f8fb solid 10px;
  }
  .pro-func .item dl {
    text-align: left;
  }
  .pro-func .item dl dt {
    justify-content: flex-start;
  }
  .pro-func .item dl dd {
    height: auto;
  }
  .pro-func .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .pro-func .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .pro-func .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .pro-func .bx-wrapper .bx-pager,
  .pro-func .bx-wrapper .bx-controls-auto {
    bottom: -25px;
  }
  .configure .config-box {
    display: block;
  }
  .configure .config-box .config-tab {
    min-height: auto;
    border-right: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
    border-bottom: #d9d9d9 solid 1px;
    margin-bottom: 30px;
    overflow-x: auto;
  }
  .configure .config-box .config-tab .w-auto {
    margin: 0 auto;
    width: 450px;
  }
  .configure .config-box .config-tab .w-auto.w480 {
    width: 480px;
  }
  .configure .config-box .config-tab .w-auto.w582 {
    width: 582px;
  }
  .configure .config-box .config-tab span {
    display: inline-block;
    margin-top: 0;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .configure .config-box .config-tab span.active,
  .configure .config-box .config-tab span:hover {
    border-bottom: #2d81ff solid 2px;
    border-right: none;
    font-size: 14px;
  }
  .configure .config-box .config-detail {
    width: 100%;
    padding: 0 10px;
  }
  .model-list2 .item {
    border: none;
    padding: 0;
  }
  .model-list2 .item dl {
    flex-direction: column;
    padding: 0 15px;
  }
  .model-list2 .item dl dt {
    align-items: center;
    text-align: center;
  }
  .model-list2 .item dl dt em {
    color: #89919b;
    width: auto;
  }
  .model-list2 .item dl dd.t1 {
    margin: 10px 0;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
    justify-content: space-between;
  }
  .model-list2 .item dl dd.t1 span {
    font-size: 0.24rem;
    padding: 0 0.1rem;
    align-items: center;
  }
  .model-list2 .item dl dd.t1 span:before {
    display: none;
  }
  .model-list2 .item dl dd.t1 span.price {
    font-size: 0.3rem;
  }
  .model-list2 .item dl dd.t2 {
    justify-content: center;
  }
  .model-list2 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .model-list2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .model-list2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .model-list2 .bx-wrapper .bx-pager,
  .model-list2 .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }
  .model-list3 .item {
    border: none;
    padding: 0;
  }
  .model-list3 .item dl {
    flex-direction: column;
    padding: 0 15px;
  }
  .model-list3 .item dl dt {
    align-items: center;
    text-align: center;
  }
  .model-list3 .item dl dt em {
    color: #89919b;
    width: auto;
  }
  .model-list3 .item dl dd.t1 {
    margin: 10px 0;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    padding: 10px 0;
    justify-content: space-between;
  }
  .model-list3 .item dl dd.t1 span {
    font-size: 0.24rem;
    padding: 0 0.1rem;
    align-items: center;
  }
  .model-list3 .item dl dd.t1 span:before {
    display: none;
  }
  .model-list3 .item dl dd.t1 span.price {
    font-size: 0.3rem;
  }
  .model-list3 .item dl dd.t1 span em {
    margin-bottom: 0;
  }
  .model-list3 .item dl dd.t2 {
    justify-content: center;
  }
  .model-list3 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94979d;
  }
  .model-list3 .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .model-list3 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4c525b;
  }
  .model-list3 .bx-wrapper .bx-pager,
  .model-list3 .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }
  .serve-flow .row ul li {
    padding-left: 0;
    text-align: center;
  }
  .use-scene .item.li5 {
    width: 33.33% !important;
  }
  .use-scene .item.li4 {
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .series {
    background: none;
    border-top: #f6f8fb solid 10px;
    height: auto;
    padding-bottom: 0.6rem;
  }
  .series .i-title.cfff span {
    color: #1e212c;
  }
  .series .pd7 .item h2 {
    font-size: 13px;
    font-weight: normal;
  }
  .pro-services {
    height: auto !important;
    background: #d5d5d9;
    padding-bottom: 0.7rem;
  }
  .pro-storage {
    width: 960px;
  }
  .pro-storage .storage {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .brand-list .item {
    width: 100%;
  }
  .pro-service .service-tab span {
    margin: 0 0.1rem;
    font-size: 13px;
  }
  .advantage-3num {
    padding-bottom: 30px;
  }
  .advantage-3num .item {
    height: auto !important;
  }
  .advantage-3num .item dl dd span {
    font-size: 16px;
  }
  .scheme-tab span {
    font-size: 12px;
    white-space: nowrap;
  }
  .use-scene .item.li5,
  .use-scene .item.li4,
  .use-scene .item.li3 {
    width: 100% !important;
  }
}
.host-model .config-box {
  display: flex;
  flex-direction: column;
}
.host-model .config-box .config-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 34px 0;
}
.host-model .config-box .config-tab span {
  margin: 0 40px;
  padding-bottom: 10px;
  cursor: pointer;
}

.host-model .config-box .config-tab span.active,
.host-model .config-box .config-tab span:hover {
  color: #2d81ff;
  border-bottom: #2d81ff solid 2px;
}

.host-model .config-box .config-detail {
  display: none;
}

@media (max-width: 1200px) {
  .model-list3 .item dl {
    flex-direction: column;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .host-model .config-box .config-tab {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 25px 0 10px 0;
  }
  .host-model .config-box .config-detail {
    background-color: #f3f5f8;
  }
  .host-model .config-box .config-tab span {
    margin: 0 20px;
  }
  .model-list3 .item dl {
    flex-direction: column;
    padding: 15px;
  }
  .model-list3 .item {
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  .model-list3 .item dl dd.t1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .model-list3 .item .t1 .price {
    line-height: 60px;
  }
  .model-list3 ul li:last-child .item {
    margin-bottom: 0;
  }
}


.i-title span {
    line-height: 44px;
    font-size: 32px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.mt70 {
        margin-top: 70px;
}
.pb60 {
    padding-bottom: 60px;
}
.h70 {
    height:70px;
}
.tac {
    text-align: center;
}

.pt70 {
    padding-top: 70px;
}

section.page-hero.management .page-hero-text h2 {
    font-size: 60px;
}


section.page-hero.management .page-hero-text p {
    z-index: 2;
    width: 100%;
    text-align: center;
    left: 0;
    top: 265px;
    font-size: 20px;
    color: #bdbdbd;
}
@media (max-width: 1200px){
    section.page-hero.management .page-hero-text h2 {
    font-size: 30px;
}

section.page-hero.management .page-hero-text p {
    z-index: 2;
    width: 100%;
    text-align: center;
    left: 0;
    top: 265px;
    font-size: 16px;
    color: #bdbdbd;
}
}




.pbanner {
  height: 450px;
  background-color: #1a1c22;
  background-position: center top;
  background-repeat: no-repeat;
}
.pbanner.h355 {
  height: 355px;
}
.pbanner.h355 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #ffffff;
}
.pbanner h1 {
  font-size: 36px;
  color: #fff;
  margin-top: 130px;
}
.pbanner .info {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  max-width: 590px;
  margin-top: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.pbanner .info b {
  font-size: 28px;
  color: #fae631;
}
.pbanner .notice {
  font-size: 14px;
  color: #fa9e44;
  margin-top: 12px;
}
.pbanner .notice a {
  color: #fa9e44;
}
.pbanner .notice a i {
  font-size: 12px;
}
.pbanner small {
  vertical-align: super;
  transform: scale(0.7);
  display: inline-block;
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  /* Safari 和 Chrome */
  -o-transform: scale(0.7);
  color: #fff;
  /* Opera */
  -moz-transform: scale(0.7);
}
.pbanner .banner-btn {
  margin-top: 25px;
  margin-bottom: 50px;
}
.pbanner .banner-btn a.primary {
  width: 150px;
  height: 42px;
  line-height: 40px;
  border: #2d81ff solid 1px;
  background: #2d81ff;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 20px;
  font-size: 14px;
}
.pbanner .banner-btn a.primary:hover {
  border: #428eff solid 1px;
  background: #428eff;
}
.pbanner .banner-btn a.button {
  width: 150px;
  height: 42px;
  line-height: 40px;
  border: #2d81ff solid 1px;
  color: #2d81ff;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  margin-right: 40px;
  font-size: 14px;
}
.pbanner .banner-btn a.button:hover {
  color: #fff;
  background: #2d81ff;
}
.pbanner .banner-btn a.default {
  line-height: 40px;
  color: #2d81ff;
  font-size: 14px;
}
.pbanner .banner-btn a.default:hover {
  color: #428eff;
}


.security-system {
  min-height: 600px;
  background: #f6f8fb;
}
.security-product {
  width: 1230px;
  position: absolute;
  left: 50%;
  margin-left: -615px;
  top: 50px;
}
.security-product dl {
  position: absolute;
}
.security-product dl.t1 {
  top: -33px;
  left: 310px;
}
.security-product dl.t2 {
  top: -33px;
  right: 314px;
}
.security-product dl.t3 {
  top: 150px;
  left: 310px;
}
.security-product dl.t4 {
  top: 150px;
  right: 314px;
}
.security-product dl.t5 {
  top: 150px;
  right: 168px;
}
.security-product dl dt {
  width: 114px;
  height: 116px;
  box-shadow: 0 0 9px #ddd;
  float: left;
}
.security-product dl dt img {
  display: block;
  margin: 20px auto 15px;
}
.security-product dl dt a {
  text-align: center;
  color: #2d81ff;
  font-size: 14px;
  display: block;
}
.security-product dl dt a i {
  font-size: 12px;
}
.security-product dl dd.tit {
  text-align: center;
  font-size: 14px;
  color: #4c525b;
  line-height: 35px;
  clear: both;
}
.security-product dl dd.info {
  font-size: 12px;
  width: 220px;
  min-height: 160px;
  position: absolute;
  top: -2px;
  background: #fff;
  padding: 10px 18px 10px 18px;
  left: 130px;
  border: #f5f5f5 solid 1px;
  display: none;
}
.security-product dl dd.info .pos h6 {
  font-size: 14px;
  color: #4c525b;
  margin: 5px 0;
  line-height: 26px;
}
.security-product dl dd.info .pos span {
  font-size: 12px;
  color: #89919b;
  margin-bottom: 10px;
  display: block;
}
.security-product dl dd.info i {
  display: block;
  color: #ffae00;
  font-size: 14px;
  margin: 5px 0 10px;
}
.security-product dl dd.info i em {
  font-size: 24px;
}
.security-product dl dd.info.right {
  left: -234px;
}
.security-product dl:hover dt {
  background: #fff;
}
.security-product dl:hover dd.info {
  display: block;
}
.security-product-mobile {
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.security-product-mobile dl {
  width: 50%;
  float: left;
  margin-top: 20px;
}
.security-product-mobile dl dt {
  width: 114px;
  height: 116px;
  box-shadow: 0 0 9px #ddd;
  margin: 0 auto;
  padding-top: 20px;
}
.security-product-mobile dl dt img {
  display: block;
  margin: 0px auto 15px;
}
.security-product-mobile dl dt a {
  text-align: center;
  color: #2d81ff;
  font-size: 14px;
  display: block;
}
.security-product-mobile dl dt a i {
  font-size: 12px;
}
.security-product-mobile dl dd {
  text-align: center;
  font-size: 14px;
  color: #4c525b;
  line-height: 35px;
}

.rel {
    position: relative;
}

div#pro-framework {
    padding-bottom: 100px;
}
.mt60 {
    margin-top: 60px;
}




.about-wrap {
	background-image: url("../img/newImg/corporate_culture.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	/* background-size: cover; */
	/* position: relative; */
    height: 400px;
	background-size: 100% 100%;
}
.about-wrap:after {
    background: #121f3ac7;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    content: '';
}
.about-image {
    padding-top: 110%;
    position: relative;
    margin-left: 10%;
}
.about-image:before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    transform: translate(20px, 20px);
    width: 100%;
    height: 100%;
    background: rgba(49, 83, 212, 0.1);
}
.about-image:after {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/aboutbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}
.about-wrap .container {
	z-index: 1;
	position: relative;
}
.about-wrap h2 {
	font-size: 40px;
}
.datacenter-item {
    color: #fff;
}

.datacenter-item small {
    color: #fff;
}


.about-contact p {
    color: #AAA;
    font-size: 16px;
    line-height: 1.7;
}

.about-contact h2 {
    color: #212529;
    margin-bottom: 30px;
}

.cdn-features .item {
    color: #666;
    font-size: 16px;
    min-height: 130px;
    padding: 30px 34px 30px 158px;
    background-size: 72px;
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #e8e8e8;
}
.cdn-features .item.icon-1 {
    background: url(../img/cdn/pro_ex1.png)  no-repeat 32px 40px;
}

.cdn-features .item.icon-2 {
    background: url(../img/cdn/pro_ex2.png)  no-repeat 32px 40px;
}




.rt-single-icon-box.price3-box {
    padding-top: 55px;
    padding-right: 95px;
    padding-bottom: 50px;
    padding-left: 95px;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0 15px 27px 0 rgba(62, 97, 157, .3);
    box-shadow: 0 15px 27px 0 rgba(62, 97, 157, .3);
}
.rt-single-icon-box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.rt-mb-30 {
    margin-bottom: 30px;
}

.rt-single-icon-box.price3-box .iconbox-content h5 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #224fe7;
    text-shadow: 1.753px 3.595px 2px rgba(34, 79, 231, .22);
}

@media (max-width: 767.98px){
.rt-single-icon-box.price3-box {
    padding: 30px;
}
}
@media (max-width: 991.98px){
.rt-single-icon-box.price3-box {
    flex-direction: column;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
}

.rt-single-icon-box.price3-box .iconbox-content p {
    color: #526288;
}

.rt-single-icon-box.price3-box .iconbox-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 10px;
}

.primary-bg {
    background: #2c7be5 !important;
}
/* line 353, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > thead {
  background-color: transparent;
  border-radius: 4px;
  background: #ECEFF5;
  border-bottom: 1px solid #eee;
  height: 55px!important;
  color: #666;
}

/* line 358, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table.vps-hosting-pricing-table-two {
  border-collapse: collapse;
}

/* line 362, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > thead > tr > th {
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  color: #666!important;
}

/* line 371, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row {
  text-align: left;
  background-color: #fff;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

/* line 378, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:first-child {
  border-left: 2px solid transparent;
  border-radius: 2px 0 0 2px;
}

/* line 388, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:last-child {
  border-right: 2px solid transparent;
  border-radius: 0 2px 2px 0;
  text-align: right;
}

/* line 393, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table-two > thead {
  border: 2px solid rgba(93, 118, 174, 0.15);
  border-top: none;
  background: #e5e9f2;
}

/* line 398, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table-two .vps-pricing-row {
  border: 2px solid rgba(93, 118, 174, 0.15);
  border-left: 2px solid transparent;
}

/* line 402, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table-two .vps-pricing-row > td:last-child {
  border-right: initial;
}

/* line 406, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > tbody > tr > td {
  padding: 30px 20px;
  border-right: none;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  color: #444;
}

/* line 414, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table.domain-search-result-table > tbody > tr > td {
  font-size: 14px;
}

/* line 417, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td {
  border: none;
}

/* line 421, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .rate {
  font-size: 20px;
  font-weight: 700;
  color: #FF5107;
  font-family: "Roboto", sans-serif;
  display: inline;
}

/* line 428, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .rate span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
  opacity: 0.8;
  color: #8392a5;
}

/* line 436, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .score-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 447, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .geekbench-score {
  font-weight: 400;
  margin-right: 15px;
}

/* line 452, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .score-bar-wrap .score-bar-item {
  min-width: 40px;
  height: 14px;
  font-size: 55%;
  border-radius: 30px;
  font-weight: 400;
  background-color: #e5e9f2;
  position: relative;
}

/* line 462, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table .pricing-onsale, .vps-hosting-pricing-table .cpu-core {
  display: block;
  font-size: 14px;
  color: #8392a5;
  margin-top: 4px;
  font-weight: 400;
  margin: 0;
}

/* line 470, src/assets/scss/components/price-section/_price-1.scss */
.vps-hosting-pricing-table > tbody > tr > td:first-child::before {
  content: attr(data-value);
  display: none;
  width: initial;
  height: initial;
  background-color: transparent;
  position: relative;
  left: initial;
  top: initial;
  opacity: 1;
}

/* line 482, src/assets/scss/components/price-section/_price-1.scss */
.vps-pricing-row > td:before {
  content: attr(data-value);
  display: none;
}

/* line 487, src/assets/scss/components/price-section/_price-1.scss */
table > tbody > tr > td:first-child:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #1062fe;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 991px) {
  /* line 503, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > thead {
    display: none;
  }
  /* line 507, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
    width: 45%;
    float: left;
    margin: 0 15px 28px 15px;
  }
  /* line 523, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr {
    padding: 15px;
  }
  /* line 526, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
  }
  /* line 532, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row:hover.border-accent-primary > td:first-child {
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
  }
  /* line 538, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:first-child {
    border-left: none;
    border-radius: 0;
  }
  /* line 543, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr > td:first-child::before {
    display: block;
    width: 45%;
  }
  /* line 548, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:before {
    display: block;
    width: 45%;
  }
  /* line 553, src/assets/scss/components/price-section/_price-1.scss */
  .vps-hosting-pricing-table > tbody > tr > td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none;
  }
  /* line 564, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:last-child::before {
    display: none;
  }
  /* line 568, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row > td:last-child {
    text-align: center !important;
    margin: auto;
  }
}

@media (max-width: 768px) {
  /* line 576, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 584, src/assets/scss/components/price-section/_price-1.scss */
  .vps-pricing-row td a.primary-solid-btn {
    padding: 8px 12px !important;
  }
}

.gray-light-bg {
    background: #fafafa !important;
}
table.table.vps-hosting-pricing-table {
    border-collapse: unset!important;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
}

.vps-hosting-pricing-table .won {
    font-size: 12px;
}


/* line 141, src/assets/scss/components/_components.buttons.scss */
.btn-brand-01 {
  background-color: #2c7be5;
  border-color: #2c7be5;
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-brand-01:hover, .btn-brand-01:focus {
  background-color: #1b6ddb;
  border-color: #1b6ddb;
  color: #fff;
}

.gray-light-bg:hover {
    background: #f6f6f6!important;
}

.cloudserver-div {
    padding: 1rem 1rem 1rem .2rem;
    color: #1c2768;
    line-height: 1;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    align-items: center;
}
.d-block {
    display: block;
}

.mb-0 {
    margin-bottom: 0px;
}


.vps-pricing-row:hover {
    background: #f6f6f6;
}

.productgroup-nav {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap-reverse;
}


.server_pCon2{box-sizing: border-box;padding: 80px 0;background: #f9f9f9}
.server_pC2Con{margin-top: 54px;z-index:99999;}
.server_pC2Con td{border-right: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;color: #666;font-size: 14px;height: 60px;}
.server_pMeu th{font-size: 18px;color: #333;text-align: center;border-right: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;font-weight:500;height: 35px;}
.server_tab tr:hover td{background: #fff}
.server_tab tr td span{color: #4d8df9;font-size: 16px;}
.server_tab>tbody>tr:nth-child(2) td {background: #fff}
.server_gm{width: 110px;height: 36px;display: block;text-align: center;line-height: 36px;color: #fff;font-size: 14px;    background: #4d8df9;border-radius: 3px;}
.server_gm>img{margin-right: 5px;}
.server_pCon4{box-sizing: border-box;padding: 80px 0;background: #f9f9f9}
.server_pC4Con{box-sizing: border-box;padding: 31px 100px;background: #fff;}
.server_pC4Con>ul>li{float: left;font-size: 16px;color: #333;box-sizing: border-box;padding: 0 8px;line-height: 30px;margin-right: 132px;cursor: pointer}
.server_pC4Con>ul>li:last-child{margin-right: 0px;}
.server_pC4Con>ul>.server_pSjAct{color: #4d8df9;border-bottom: 4px solid #4d8df9;margin-bottom: 30px;}
.server_pTab{margin-top: 34px;}
.server_pTab_con{float: left;display: none}
.server_pTab_con p{line-height: 30px;height: 30px;}
.server_pTab_con>table{border: 1px solid #eeeeee}
.server_pTab_con th{font-size: 18px;color: #333;text-align: center;border-right: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;font-weight:500;height: 50px;}
.server_pTab_con td{border-right: 1px solid #eee;border-bottom: 1px solid #eee;color: #666;font-size: 14px;height: 60px;}

@media screen and (max-width: 768px) {
	.server_pC4Con {
    padding: 20px;
}
}

.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}
.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}
.input-group>.custom-file .custom-file-input:focus{z-index:4}
.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}
.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}
.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}
.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}
.input-group-prepend{margin-right:-1px}
.input-group-append{margin-left:-1px}
.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#fafafa;border:1px solid #ced4da;border-radius:.25rem}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}
.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}
.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}
.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}

.justify-content-center {
    justify-content: center;
    display: flex;
}

section.page-hero.domain {
    height: 460px;
    width: 100%;
    padding-top: 145px;
    background: #202124 url(../img/domain/banner.png) no-repeat center;
}

.rounded {
    border-radius: 0.25rem !important;
}
.border {
    border: 1px solid rgba(93, 118, 174, 0.15) !important;
}
.domain-search-list{position:relative;display:block}
.domain-search-list li:not(:last-child){margin-right:0!important}
.domain-search-list li a{display:inline-block;padding:0 6px;text-align:center;color:inherit}
.domain-search-list li a span{font-size:15px;line-height:15px;display:block;opacity:.7;margin-top: 5px;margin-bottom: 5px;}
@media (min-width:320px) and (max-width:768px){.domain-search-wrap{padding:20px;border-radius:10px}
}
@media (min-width:320px) and (max-width:575px){.domain-search-form{width:100%;height:auto}
.select-group select.form-control{height:calc(2.15em + .7rem)}
.domain-search-form .select-group,.domain-search-form input:not([type=submit]){width:100%;height:calc(2.15em + .7rem)}
.domain-search-form .select-group{position:relative;padding-top:15px;right:auto}
.domain-list-wrap{display:none}
}
.check-list-wrap{margin-top:-.5em;margin-bottom:-.5em}
.check-list-wrap li{position:relative;padding:.5rem 0 .5rem 1.875rem;line-height:inherit}
.check-list-wrap li span{font-weight:600;font-family:Roboto,sans-serif}
.check-list-wrap li:before{position:absolute;top:10px;left:0;font-family:"Font Awesome 5 Free";content:"\f058";font-weight:900;font-size:1.25rem;line-height:1.5rem;color:#0948b3}
.check-list-wrap.list-two-col{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
.check-list-wrap.list-two-col li{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;padding-right:15px}
.list-with-icon li .list-icon-box{height:65px;width:65px;color:#f67a3c;margin-bottom:0}
.dot-circle li{position:relative;list-style:none;padding-left:25px;margin-bottom:10px}
.dot-circle li:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;left:0;top:14px;background:#0948b3;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;transition:all .5s}
@media (min-width:320px) and (max-width:767px){.list-tow-col li{max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}
}
.features-single-wrap span{font-size:24px;color:#1062fe;background:#c2d7ff}
.features-box{position:relative;display:block;margin-top:30px}
.features-box-content p:last-child{margin-bottom:0}
ul.disc-style{list-style-type:disc;padding:0 0 0 18px}
ul.disc-style li{font-size:14px;margin-bottom:10px}
.single-popular-domain img{display:inline-block;max-width:100px;min-height:13px;max-height:34px}
.single-popular-domain span.badge{right:10%;top:10%}
.domain-price-list .domain-old-price{font-size:15px;font-weight:500;opacity:.7}
.domain-price-list .domain-new-price{font-size:22px;line-height:initial;font-weight:700}
.domain-list{position:relative;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-auto-flow:dense;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}
.custom-shadow{-webkit-box-shadow:0 3px 20px 0 rgba(0,0,0,.12);box-shadow:0 3px 20px 0 rgba(0,0,0,.12);-webkit-transition:all .3s ease-in;transition:all .3s ease-in;border-radius:1.5rem!important}
.custom-shadow:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.125)!important;box-shadow:0 1rem 3rem rgba(31,45,61,.125)!important}
.domain-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;text-align:center;margin:20px;border-radius:1rem;border:1px solid rgba(93,118,174,.15)}
.domain-list li a{padding:15px}
@media (min-width:320px) and (max-width:1199px){.domain-list li{margin-bottom:0!important}
}
.single-domain img{display:inline-block;max-width:100px;min-height:13px;max-height:34px}
.domain-price h6{font-size:18px;font-weight:700;margin-bottom:0}
.domain-price h6 span.badge{font-size:10px;padding:1px 4px}
.old-price{color:#757575;font-size:14px;font-weight:500;opacity:.7;text-decoration:line-through}
.single-service{margin-top:30px}
.single-service .service-header span.h5{font-size:14px;color:#7c9cc2}

.w-75 {
    width: 75% !important;
}

.d-block {
    display: block !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
form.domain-transfer-form .form-control {
    height: 45px;
}

.search-btn {
    background: #2d81ff;
    color: #fff;
}

.search-btn:hover, .search-btn:active, .search-btn:visited,.search-btn:focus {
    background: #428eff;
    color: #fff;
}
.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.single-popular-domain {
    padding: 20px;
    margin-bottom: 20px;
}
.single-popular-domain span.badge {
    right: 10%;
    top: 10%;
}
.position-absolute {
    position: absolute !important;
}
.btn-outline-brand-01{border-color: #2c7be5;color: #2c7be5;transition: all .3s;}
.btn-outline-brand-01:active,.btn-outline-brand-01:focus,.btn-outline-brand-01:hover{background-color:#2c7be5;border-color:#2c7be5;color:#fff}

.position-relative {
    position: relative !important;
}

.comparision-table {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    background: #fff;
}

.comparision-table th {
    background: #fafafa!important;
    border-bottom: 0px!important;
}



.comparision-table tr td:first-child {
    width: 219px;
    background: #fafafa;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
}

.comparision-table tr:first-child td {
    color: #999;
}


.comparision-price-title {
    color: #4c4c4c;
    font-weight: 400!important;
}

thead.comparision-table-head th {
    color: #999;
    font-weight: 400;
    text-align: center;
}

.text-left {
    text-align: left!important;
}
.comparision-table-body tr td {
    font-size: 14px;
    color: #4c4c4c!important;
}


.comparision-table-body tr td {
    text-align: center;
    border-top: 1px solid #eee;
    height: 50px;
    border-right: 1px solid #eee;
    vertical-align: inherit!important;
}

.colo-adv-box {
    transition: all .3s;
    display: flex;
    padding: 27px 20px;
    border: solid 1px #c6cedc;
    margin-bottom: 20px;
    background: #fff;
}

.colo-adv-box:hover {
    box-shadow: 0px 0px 18px 1px rgb(102 102 102 / 22%);
    border: solid 1px #2468f2;
}


.colo-adv-box .b1 {
    margin-bottom: 10px;
    font-size: 16px;
}

.colo-adv-box .b2 {
    line-height: 20px;
    color: #888e9a;
}


.colo-adv-box:hover .b1{
    color: #2468f2;

}
.colo-adv-box:hover .b2{
    color: #6e94e0;

}

.colo-adv-box .colo-img-2 {
    display: none;
}

.colo-adv-box:hover .colo-img-2 {
    display: block!important;
}

.colo-adv-box:hover .colo-img-1 {
    display: none;
}

.colo-adv-box .img {
    margin-right: 20px;
}


.card {
    background-color: #fff;
    /* padding: 15px; */
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgb(31 50 82 / 10%);
    border-radius: 4px;
    transition: all .1s ease-out;
    margin-bottom: 25px;
}
h4.card-title {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    border-left: 4px solid #007bfc;
    text-indent: 18px;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
	border-top: 0
}

.card-body {
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
	flex-shrink: 0;
	width: 100%
}

.card-img,.card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

	.card-deck .card {
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px
	}
}

.card-group>.card {
	margin-bottom: 15px
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0
	}

	.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0
	}

	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0
	}

	.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.registerphone {
    display: flex;
}



.addfunds-payment {
	padding: 1rem;
	margin-bottom: 1.5rem;
	border: 1px solid #eff2f7;
	text-align: center;
}

.addfunds-payment.active,
.addfunds-payment:hover {
	cursor: pointer;
	border-color: #007bfc;
}

.addfunds-payment img {
	height: 30px;
}
.align-items-center {
    align-items: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
}
.w-100 {
    width: 100%!important;
}
/* 722新增 */
.titleSpan{
    margin-bottom:30px;
}
.titleSpan span{
    font-size: 30px;
    color: #333333;
}
.newDiv{
    height: 300px;
    padding-top:30px;
}
.newDivTitle{
    height: 50px;
    display: flex;
    align-items: center;
}
.newDivTitle span{
    color: #333333;
    font-size:30px;
    margin-left: 20px;
}
.newDivborder{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.newDivborder .newDiv:first-child{
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.newDivborder .newDiv:nth-child(2){
    border-bottom: 1px solid #EEEEEE;
    padding-left: 50px;
}
.newDivborder .newDiv:nth-child(3){
    border-right: 1px solid #EEEEEE;
}
.newDivborder .newDiv:last-child{
    padding-left: 50px;
}
@media screen and (max-width: 750px) {
    .newDivborder .newDiv:first-child{
        border-right: none;
        border-bottom: none;
    }
    .newDivborder .newDiv:nth-child(2){
        border-bottom: none;
        padding-left: 0px;
    }
    .newDivborder .newDiv:nth-child(3){
        border-right: none;
    }
    .newDivborder .newDiv:last-child{
        padding-left: 0px;
    }
    .newlineone , .newlinetwo{
        height: 0px !important;
        width: 0px !important;
    }
}
.pro-solution {
    min-height: 349px;
    background-image: url(../img/banner/solution.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.solutionDiv{
    display: flex;
    align-items: center;
}
.solutionBtn{
    background: #2B5FEC;border-color: #2B5FEC;margin-top: 20px;
}
.solutionBtn a{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
}
.solutionBtn:hover{
    background: #fff;
    border-color: #fff;
}
.solutionBtn:hover a{
    color: #2B5FEC;
}
.newlineone{
    width: 207px;
    height: 1px;
    background: linear-gradient(-90deg, #FFFFFF, rgba(255, 255, 255, 0));
}
.newlinetwo{
    width: 207px;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
}
.newpackage{
    display: flex;
}
.newpackage div{
    width: 20%;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999999;
}
.newpackage div+div{
    border-left: 0px;
}
.selectpackage{
    margin-top: 50px;
}
.newpackageDiv{
    height: 365px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.09);
}
.newpackageDiv:hover{
    border:1px solid #2B5FEC;
}
.newpackageDiv:hover .newpackageDivTitle{
    background: #2B5FEC;
}
.newpackageDivTitle{
    height: 62px;
    text-align: center;
    background: #F5F5F5;
    font-size: 20px;
    line-height: 62px;
    color: #333333;
}
.newpackageDiv:hover .newpackageDivTitle{
    color: #fff;
}
.newpackageDivBody{
    height: 226px;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 15px;
}
.newpackageDivFooter{
    margin: 10px 10px 0px;
    border-top:1px dashed #E2E2E2;
}
.packageBtn{
    border: 1px solid #2B5FEC;
    width: 92px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    height: 32px;
    margin-top: 15px
}
.packageBtn a{
    color: #2B5FEC;font-size: 12px;font-weight: 400;
}
.newpackageDiv:hover .packageBtn{
    background: #2B5FEC;
}
.newpackageDiv:hover .packageBtn a{
    color: #fff;
}
.newpackageDivImg{
    margin: 19px 0px;
    text-align: center;
}
.newpackageDivimgBody{
    margin:0px 34px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    height: 220px;
}
.newpackageDivimgFooter{
    margin-left: 34px;
}
.newpackageDivimgFooter a{
    font-size: 12px;
    font-weight: 400;
    color: #2B5FEC;
}
.newpackageFlex{
    display: flex;
    /* justify-content: center; */
}
.newpackageFlex div{
    width:90px;
    text-align: right;
    color: #999999;
}
@media screen and (max-width: 750px) {
    .newpackage{
        display: block;
    }
    .newpackage div{
        width: 100%;
    }
    .newpackage div+div{
        border-left: 1px solid #999999;
        border-top: 0px;
    }
    .friendlyLink{
        display: flex;
        flex-direction: column;
        padding: 15px 0px !important;

    }
    .friendlyLink span{
        margin: 5px 0px;
    }
    .friendlyLinkDiv{
        flex-direction: column;
    }
    .friendlyLinkDiv span{
        margin:0px !important;
    }
}
.tagHover{
    transition: margin-bottom .3s;
}
.tagHover:hover{
    margin-bottom: 10px;
}
.friendlyLink{
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    color: rgba(255,255,255,.3);
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    margin-top: 35px;
    padding: 15px 100px;
}
.friendlyLink span{
    font-size: 12px;
}
.friendlyLink-title{
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.friendlyLinkDiv{
    display: flex;
    flex-wrap: wrap;
}
.friendlyLinkDiv span{
    margin:0px 30px;
}
.newTd{
    text-align: center;
}
.newbadge{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #2B5FEC;
    border-radius: 10px;
    margin-top: 5px;
}
.newTable > thead >tr >th:not(:last-child){
    text-align: center;
}
.newTable > tbody >tr >td:not(:nth-last-of-type(-n+2)){
    text-align: center;
}
.menu_down {
    position: relative;
}
.menu_down .caret {
    transform: rotate(0deg);
    margin-top: -1px;
    margin-left: 10px;
}
.menu_down ul {
    display: none;
    height: auto;
    position: absolute;
    left: 98%;
    background: #fff;
    border-radius: 4px;
    top: 0px;
    min-width: 160px;
    text-align: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.menu_down ul li {
    cursor: pointer;
    height: 55px;
    line-height: 55px;
}
.newHomePage{
    background: #222834;
    padding: 30px 0px;
}
.newHomePageBackground{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* padding: 30px 50px; */
}
.newHomebackground{
    display: flex;
    align-items: center;
    justify-content: center;
}
.newHomebackground>div:first-child{
    margin-right: 38px;
}
.hometitleSpan{
    margin-bottom:20px;
}
.hometitleSpan span{
    font-size: 30px;
    color: #333333;
}
.service-div-content{
    height: 382px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-align: center;
    padding: 40px 30px;
}
.service-div-content:hover .service-div-img>.sslImg{
    content: url('../img/newImg/ssl_home_t.png');
}
.service-div-content:hover .service-div-img>.cloudServerImg{
    content: url('../img/newImg/cloud_server_t.png');
}
.service-div-content:hover .service-div-img>.standAloneServerImg{
    content: url('../img/newImg/stand_alone_server_t.png');
}
.service-div-content:hover{
    background: #2d81ff;
}
.service-div-img{
    height: 70px;
}
.service-div-text{
    height: 180px;
}
.service-div-text>div:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin:20px 0px;
}
.service-div-text>div:last-child{
    line-height: 24px;
    text-align: left;
}
.service-div-content:hover .service-div-text>div{
    color: #fff;
}
.service-div-btn {
    display: flex;
    justify-content: center;
}
.service-div-btn >.understand-btn{
    width: 140px;
    height: 33px;
    border: 1px solid #D2D2D2;
    border-radius: 20px;
    line-height: 31px;
}
.service-div-btn >.understand-btn a{
    width: 100%;
    display: inline-block;
}
.service-div-content:hover .service-div-btn >.understand-btn{
    background: #2d81ff !important;
    border:1px solid #fff;
}
.service-div-content:hover .service-div-btn >.understand-btn a{
    color: #fff !important;
}

/*服务平台*/
.map-product {
    padding-bottom: 30px;
}
.module-title {
    font-size: 30px;
    color: #000;
    margin: 0 0 55px;
    text-align: center;
    padding-top: 40px;
}
.module-title p {
    font-size: 14px;
    margin: 13px 0 0;
    color: #666666;
}
.map-service-wrapper {
	padding: 0;
}
.map-service {
	position: relative;
	padding-bottom: 40px;
	background:#F6F7FA;
}
.map-service-left {
	margin: 0 auto 50px;
	width: 300px;
}
.data-list {
	width: 100%;
}
.data-list-li {
	float: left;
	margin-left: 20px;
}
.data-list-li a {
	display: block;
	text-decoration: none;
}
.map-product {
	padding-bottom: 30px;
}
.map-service-box{
	position: relative;
}
.world-map-wrapper {
	/*margin-top: 10px;*/
	width: 100%;
	height: 600px;
    background-size: 1200px 600px;
	background: url(../img/newImg/world-map-bg-two.png) no-repeat center;
}
.world-map {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}
.region-list {
	position: absolute;
	left: 0px;
	top: 0px;
}

@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0.0;
	}
}
@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}
}
@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}
	30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}
}

.area-box .dot {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 16px;
	height: 16px;
	/*background: url("img/area_min.png") no-repeat center;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #14cc45;
	opacity: 1;
	filter: alpha(opacity=100);
}
.area-box .pulse {
	display: inline-block;
	position: absolute;
	top: -66px;
    left: -68px;
    height: 150px;
    width: 150px;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 50%;
	background: #14cc45;
	opacity: 0.12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out;
	-moz-animation: warn 2s ease-out;
	animation: warn 2s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.region-list.active .area-box .dot {
	background: #059fff;
}
.region-list.active .area-box .pulse {
	background: #059fff;
}
.region-list.waite .area-box .dot {
	background: #ff9900;
}
.region-list.waite .area-box .pulse {
	background: #ff9900;
}
.show-regin {
	position: absolute;
	left: 2px;
	height: 0px;
	top: 0px;
	width: 11px;
	opacity:0;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.online-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.waite-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.underline-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.show-regin span {

	width: 80px;
	display: inline-block;
	position: absolute;
	left: -34px;
	top: -34px;
	padding: 6px 10px;
	font-size: 12px;
	color: #fff;
	background: #a2a9b4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
}
.postition-10 .show-regin span {
	left: -5px;
}
.postition-6 .show-regin span {
	left: -63px;
}
.area-box {
	z-index: 77;
}
.show-regin {
	z-index: 66;
}

.region-list.active .show-regin span {
	position: relative;
	color: #fff;
	background: #009fd9;
}
.region-list.active .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #009fd9;
}
.postition-10.region-list.active .show-regin span:before {
	left: 11px;
	margin-left: -6px;
}
.postition-6.region-list.active .show-regin span:before {
	left: 69px;
	margin-left: -6px;
}
.region-list.waite .show-regin span {
	color: #fff;
	background: #ff9900;
}
.region-list.waite .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #ff9900;
}
.region-list.underline-node .show-regin span:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	border: 6px solid transparent;
	border-top-color: #a2a9b4;
}
.region-position-introduce {
	position: absolute;
	font-size: 16px;
	color: #808080;
}
.postition-1 {
	left: 50px;
	top: 126px;
}
.postition-2 {
	left: 179px;
	top: 230px;
}
.postition-3 {
	left: 258px;
	top: 443px;
}
.postition-4 {
	left: 545px;
	top: 280px;
}
.postition-5 {
	left: 810px;
	top: 207px;
    display: none;
}
.postition-6 {
	left: 875px;
	top: 200px;
}
.postition-introduce-6 {
	left: 884px;
	top: 191px;
}
.postition-7 {
	left: 871px;
	top: 244px;
}
.postition-introduce-7 {
	left: 896px;
	top: 272px;
}
.postition-8 {
	left: 855px;
	top: 277px;
}
.postition-introduce-8 {
	left: 872px;
	top: 321px;
}
.postition-9 {
	left: 832px;
	top: 242px;
}
.postition-introduce-9 {
	left: 796px;
	top: 316px;
}
.douhao {
	display: inline-block;
	width: 0px;
}

@media screen and (max-width: 768px) {
    .map-service{
        display: none;
    }
}
.pro-server{
    min-height: 349px;
    background-image: url(../img/newImg/server.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.service-div-content-two{
    height: 350px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding: 40px 30px;
}
.service-div-text-two{
    height: 180px;
}
.service-div-text-two>div:first-child{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin:20px 0px;
}
.service-div-text-two>div:last-child{
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.cloud-introduce .cloud-introduce-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    width: 90%;
    line-height: 26px;
}

.cloud-introduce .cloud-introduce-title {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
    display: block;
}
/* .cloud-image {
    padding-top: 110%;
    position: relative;
    margin-left: 10%;
}
.cloud-image:after {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    transform: translate(20px, 20px);
    width: 100%;
    height: 100%;
    background: rgba(49, 83, 212, 0.1);
}
.cloud-image:before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../img/aboutbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
} */
.cloudBtn{
    width: 140px;
    height: 43px;
    text-align: center;
    line-height: 41px;
    margin-top: 70px;
    border: 1px solid #BFBFBF;
}
.cloudBtn:hover{
    border-color: #2B5FEC;
}
.cloudBtn:hover a{
    color: #2B5FEC;
}
.cloud-advantages{
    min-height: 190px;
    background-image: url(../img/newImg/cloud-advantages.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.cloud-div-content{
    height: 310px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding: 40px 30px;
}
.cloud-div-text{
    height: 180px;
}
.cloud-div-text>div:first-child{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin:30px 0px 20px;
}
.cloud-div-text>div:last-child{
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 0px 45px;
}
.pro-cloud{
    min-height: 349px;
    background-image: url(../img/newImg/cloud_two.png);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.cloud-div-content-two{
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    padding:30px 10px 0px;
}
.cloud-div-text-two{
    height: 180px;
}
.cloud-div-text-two>div:first-child{
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin:30px 0px;
    line-height: 27px;
    height: 27px;
}
.cloud-div-text-two>div:last-child{
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}