@import url(../fonts/stylesheet.css);
    .block {
    display: block;
}
.iblock {
    display: inline-block;
}
.inline {
    display: inline;
}
.none {
    display: none;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.tcenter {
    text-align: center !important;
}
.tleft {
    text-align: left !important;
}
.tright {
    text-align: right !important;
}
.w100 {
    width: 100%}
a {
    text-decoration: none !important;
}
.w-light {
    font-weight: 300 !important;
}
.w-bold {
    font-weight: bold !important;
}
.w-normal {
    font-weight: normal !important;
}
.w-medium {
    font-weight: 600 !important;
}
input[type="text"], input[type="password"], textarea {
    -webkit-appearance: none;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
}
input {
    -webkit-appearance: none;
}
p {
    margin: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
form {
    margin: 0;
}
.t-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}
.pointer {
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1;
}
.row {
    margin: 0 -15px;
}
.row>* {
    padding: 0 15px;
}
.rows:before, .rows:after {
    content: "";
    display: table;
    clear: both;
}
a {
    color: inherit;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
a:hover {
    color: #0077FF;
}
img {
    max-width: 100%;
    object-fit: cover;
}
.container {
    width: auto;
    max-width: 1270px;
    padding: 0 15px;
}
.btn {
    display: inline-block;
    color: #fff;
    border-radius: 16px;
    background: #0077FF;
    font-size: 16px;
    padding: 15px 24px;
    border: 1px solid #0077FF;
    text-align: center !important;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.btn>span {
    position: relative;
    padding-right: 28px;
}
.btn>span i {
    position: absolute;
    righT: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
}
.btn.btn-sm {
    font-size: 14px;
    line-height: 20px;
    padding: 13px 20px;
}
.btn:hover {
    color: #0077FF;
    background: transparent;
}
.btn.white {
    color: #0077FF;
    background: #fff;
    border-color: #fff;
}
.btn.white:hover {
    color: #fff;
    background: transparent;
}
.btn.green {
    background: #05CB9F;
    border-color: #05CB9F;
}
.btn.green:hover {
    color: #05CB9F;
    background: transparent;
}
.btn2 {
    position: relative;
    color: #0077FF;
    border-radius: 16px;
    font-size: 16px;
    padding: 16px 24px;
    text-align: center !important;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.btn2>span {
    position: relative;
}
.btn2>span span {
    position: relative;
    display: block;
    padding-right: 28px;
}
.btn2>span span i {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 20px;
    line-height: 0;
}
.btn2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    background: #0077FF;
    opacity: .1;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.btn2:hover {
    color: #fff;
}
.btn2:hover:before {
    opacity: 1;
}
.btn3 {
    display: inline-block;
    color:  #ffffff;
    border-radius: 16px;
    background-color:  #0077ff;
    font-size: 16px;
    padding: 15px 24px;
    text-align: center !important;
    border: 1px solid rgba(68, 91, 120, 0.2);
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.btn3.btn-sm {
    font-size: 14px;
    line-height: 20px;
    padding: 13px 20px;
}
.btn3:hover {
    color: #fff;
    background: #0077FF;
}
.tag {
    position: relative;
    color: #0077FF;
    font-style: normal;
    font-size: 12px;
    padding: 3px 4px;
    display: inline-block;
    font-weight: 600 !important;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.tag span {
    display: block;
    position: relative;
    padding-left: 22px;
    z-index: 2;
}
.tag span i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
}
.tag:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #0077FF;
    opacity: .1;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.tag.red {
    color: #FB1427;
}
.tag.red:before {
    background: #FB1427;
}
.tag.green {
    color: #05CB9F;
}
.tag.green:before {
    background: #05CB9F;
}
.tag.orange {
    color: #FFBC00;
}
.tag.orange:before {
    background: #FFBC00;
}
.tag.purple {
    color: #6F2FFA;
}
.tag.purple:before {
    background: #6F2FFA;
}
.headContent {
    margin: 0 auto;
}
.headContent>strong {
    position: relative;
    display: inline-block;
    letter-spacing: .04em;
    font-weight: 600;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    line-height: 20px;
    padding: 10px 12px 10px 44px;
}
.headContent>strong i {
    position: absolute;
    left: 4px;
    top: 50%;
    line-height: 0;
    color: #0077FF;
    font-size: 24px;
    width: 40px;
    text-align: center !important;
}
.headContent>strong i.icon-cpanel {
    font-size: 18px;
}
.headContent>strong.r {
    padding: 10px 44px 10px 12px;
}
.headContent>strong.r i {
    left: auto;
    right: 4px;
}
.headContent h1, .headContent h2, .headContent h3, .headContent h4, .headContent h5, .headContent h6, .headContent>em {
    color: #0B254B;
    font-weight: 600;
    font-size: 32px;
    display: block;
    padding: 16px 0;
    font-style: normal;
}
.headContent h1.sm, .headContent h2.sm, .headContent h3.sm, .headContent h4.sm, .headContent h5.sm, .headContent h6.sm, .headContent>em.sm {
    font-size: 24px;
}
.headContent p {
    font-size: 16px;
    line-height: 28px;
}
.headContent .btn, .headContent .btn2 {
    margin-top: 32px;
}
.topContent {
    background: #3E45EB;
    overflow: hidden;
    padding-bottom: 100px;
    color: #fff;
}
.topContent .container {
    position: relative;
}
.topContent .container>div {
    position: relative;
    z-index: 2;
}
.topContent .container>div>ul {
    margin-bottom: 60px;
    display: inline-block;
    background: rgba(11, 37, 75, 0.1);
    backdrop-filter: blur(24px);
    border-radius: 0px 0px 16px 16px;
    font-size: 0;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%}
.topContent .container>div>ul li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
}
.topContent .container>div>ul li a {
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}
.topContent .container>div>ul li a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
}
.topContent .container>div>ul li a:hover {
    color: #fff;
}
.topContent .container>div>ul li>i {
    position: absolute;
    right: -8px;
    top: 50%;
    line-height: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.topContent .container>div>ul li:first-child a {
    padding-left: 22px;
}
.topContent .container>div>ul li:last-child a {
    color: #fff;
}
.topContent .container>div .headContent {
    max-width: 800px;
    margin: 0 auto;
}
.topContent .container>div .headContent>strong {
    background: none;
    color: #fff;
    padding: 9px 12px 9px 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    filter: drop-shadow(0 10px 48px rgba(0, 0, 0, 0.04));
}
.topContent .container>div .headContent>strong i {
    color: #fff;
}
.topContent .container>div .headContent h1 {
    color: #fff;
}
.topContent .container>div .headContent p {
    color: rgba(255, 255, 255, 0.7);
}
.topContent .container>div .headContent ul {
    font-size: 0;
    padding-top: 16px;
}
.topContent .container>div .headContent ul li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 16px 30px 0;
}
.topContent .container>div .headContent ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    margin-top: 8px;
}
.topContent .container>div .search div {
    text-align: center !important;
    padding-top: 32px;
}
.topContent .container>div .search div>ul {
    font-size: 0;
    padding: 8px;
    display: inline-block;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
}
.topContent .container>div .search div>ul li {
    display: inline-block;
}
.topContent .container>div .search div>ul li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    color: #fff;
    border-radius: 12px;
    font-weight: 600 !important;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.topContent .container>div .search div>ul li a.active {
    color: #0B254B;
    background: #fff;
}
.topContent .container>div .search div>div {
    max-width: 1030px;
    margin: 0 auto;
    /* margin-top: 32px */}
.topContent .container>div .search div>ol {
    font-size: 0;
    padding-top: 28px;
}
.topContent .container>div .search div>ol li {
    display: inline-block;
    padding: 5px 28px;
}
.topContent .container>div .search div>ol li a {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 32px;
}
.topContent .container>div .search div>ol li a i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
.topContent .container>div .search div>ol li a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.topContent .container:before {
    position: absolute;
    content: "";
    width: 848px;
    height: 848px;
    background: url(../img/dotsSpin.png);
    top: 50%;
    left: 100%;
    transform: translate(-50%,  -50%);
}
.topContent.blue {
    background: linear-gradient(83.66deg,  #148EF7 0%,  #1B5BFF 100%);
}
.topContent.blue .container:before {
    background: url(../img/dotsSpinBlue.png);
}
.topContent.purple {
    background: linear-gradient(83.66deg,  #2B46BE 0%,  #0C0A9B 100%);
}
[data-currency] {
    display: none;
}
[data-currency].active {
    display: block;
}
[data-tab-content] {
    display: none;
}
[data-tab-content].active {
    display: block;
}
.searchForm {
    position: relative;
}
.searchForm>i {
    position: absolute;
    lefT: 12px;
    top:  64%;
    display: block;
    line-height: 56px;
    margin-top: -28px;
    width: 56px;
    background: rgba(0, 119, 255, 0.08);
    border-radius: 16px;
    color: #0077FF;
    font-size: 24px;
    text-align: center !important;
}
.searchForm>input {
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    display: block;
    padding: 0;
    border: none;
    font-size: 16px;
    width: 100%;
    padding: 28px 240px 28px 92px;
    color: #0B254B;
}
.searchForm>input::-webkit-input-placeholder {
    color: #445B78;
}
.searchForm>input:-ms-input-placeholder {
    color: #445B78;
}
.searchForm>input::placeholder {
    color: #445B78;
}
.searchForm button {
    position: absolute;
    right: 12px;
    top:  63%;
    transform: translateY(-50%);
}
.domainItem {
    display: block;
    padding: 16px;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
    text-align: left !important;
}
.domainItem img {
    display: block;
    height: 20px;
    margin: 16px 0;
}
.domainItem>strong {
    display: block;
    line-height: 1;
}
.domainItem>span {
    line-height: 1;
    padding-top: 8px;
}
.domainItem>span u {
    text-decoration: line-through;
    padding-right: 28px;
    position: relative;
}
.domainItem>span u:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 50%;
    widtH: 12px;
    height: 1px;
    background: #445B78;
    opacity: .5;
}
.domainItem>span strong {
    color: #0077FF;
    font-weight: 600 !important;
}
.domainItem:hover {
    color: #445B78;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.domainItem:hover>em {
    color: #fff;
}
.domainItem:hover>em:before {
    opacity: 1;
}
.tab {
    font-size: 0;
    white-space: nowrap;
    background: rgba(68, 91, 120, 0.08);
    border-radius: 16px;
    padding: 8px;
    overflow: auto;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.tab li {
    display: inline-block;
}
.tab li a {
    display: block;
    font-size: 14px;
    padding: 10px 16px;
    line-height: 20px;
    border-radius: 12px;
}
.tab li a:hover {
    color: #0B254B;
}
.tab li a.active {
    background: #fff;
    color: #0B254B;
}
.tab2 {
    font-size: 0;
    border-radius: 16px;
    padding: 8px;
    background: rgba(0, 119, 255, 0.08);
    overflow: auto;
    max-width: 100%;
    display: inline-block;
}
.tab2 li {
    display: inline-block;
}
.tab2 li a {
    display: block;
    font-size: 14px;
    color: #0077FF;
    border-radius: 12px;
    line-height: 40px;
    padding: 0 16px;
    text-align: center !important;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.tab2 li a.active {
    color: #fff;
    background: #0077FF;
}
.list li {
    font-size: 16px;
    line-height: 28px;
    padding: 15px;
    text-align: center !important;
}
.list li i {
    display: block;
    font-size: 64px;
    color: #0077FF;
}
.list li strong {
    display: block;
    padding: 20px 0 8px;
    font-size: 20px;
    color: #0B254B;
    font-weight: 600 !important;
}
.list2 {
    padding-top: 16px;
}
.list2>li {
    padding-top: 24px;
}
.list2>li>div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.list2>li>div>strong {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
    color: #0B254B;
    padding: 5px 0 5px 52px;
    line-height: 30px;
}
.list2>li>div>strong i {
    position: absolute;
    left: 0;
    top: 20px;
    line-height: 0;
    font-size: 40px;
    color: #0077FF;
}
.list2>li>div>p {
    padding: 16px 0 24px;
    line-height: 28px;
}
.list2>li>div>img {
    width: 100%}
.list2>li>div:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.list3 {
    padding-top: 8px;
}
.list3 li {
    text-align: left !important;
    padding-top: 32px;
}
.list3 li strong {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: normal !important;
    color: #0B254B;
    padding-left: 36px;
}
.list3 li strong i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #0077FF;
}
.tbl {
    overflow: auto;
    border-radius: 16px;
}
.tbl table {
    width: 100%;
    text-align: center;
}
.tbl table thead {
    background: #788CA0;
    color: #fff;
}
.tbl table thead th {
    line-height: 20px;
    padding: 14px 16px;
    font-weight: normal !important;
}
.tbl table tbody tr td {
    font-size: 16px;
    padding: 12px 16px;
    height: 56px;
    line-height: 1;
}
.tbl table tbody tr:nth-child(odd) {
    background: #F4F9FF;
}
.toggle li {
    border-radius: 16px;
    margin-top: 16px;
    border: 1px solid rgba(68, 91, 120, 0.15);
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.toggle li>strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 14px 59px;
    font-weight: 600 !important;
    cursor: pointer;
    position: relative;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.toggle li>strong i {
    position: absolute;
    lefT: 12px;
    top: 50%;
    line-height: 0;
    width: 48px;
    text-align: center !important;
    font-size: 24px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.toggle li>strong b {
    position: absolute;
    right: 24px;
    font-size: 24px;
    top: 50%;
    line-height: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.toggle li>strong b:last-child {
    opacity: 0;
}
.toggle li>div {
    padding: 0 24px 16px;
    line-height: 24px;
    display: none;
}
.toggle li>div.open {
    display: block;
}
.toggle li.open {
    background: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.toggle li.open>strong {
    color: #0B254B;
}
.toggle li.open>strong i {
    color: #0077FF;
}
.toggle li.open>strong b {
    opacity: 0;
    color: #0077FF;
}
.toggle li.open>strong b:last-child {
    opacity: 1;
}
.productItem {
    position: relative;
    border-radius: 16px;
    padding: 28px 16px 16px;
    text-align: center !important;
    border: 1px solid rgba(68, 91, 120, 0.15);
}
.productItem>i {
    position: absolute;
    left: 50%;
    top: -28px;
    margin-left: -28px;
    width: 56px;
    line-height: 56px;
    font-size: 28px;
    color: #0B254B;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.productItem>i.icon-cpanel {
    font-size: 20px;
}
.productItem>strong {
    display: block;
    font-size: 20px;
    color: #0B254B;
    font-weight: 600 !important;
    padding: 10px 0;
}
.productItem p {
    line-height: 24px;
}
.productItem p u {
    text-decoration: line-through;
}
.productItem p strong {
    display: block;
    font-size: 36px;
    line-height: 1;
    padding: 8px 0 4px;
}
.productItem a {
    display: block;
    margin: 16px 0 8px;
}
.productItem>span {
    display: block;
    font-size: 13px;
    background: rgba(68, 91, 120, 0.05);
    padding: 12px 8px;
    border-radius: 16px;
}
.blogContent {
    background: linear-gradient(180deg,  #FAFCFF 0%,  #FFFFFF 100%);
    padding: 88px 0;
}
.blogContent .container {
    padding: 0;
}
.blogContent .owl-carousel {
    margin: 10px 0 0;
}
.blogContent .owl-carousel .item {
    padding: 30px 15px;
}
.blogContent .owl-carousel .item a {
    display: block;
    background: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
.blogContent .owl-carousel .item a img {
    width: 100%}
.blogContent .owl-carousel .item a>span {
    display: block;
    padding: 16px;
    color: #445B78;
}
.blogContent .owl-carousel .item a>span>b {
    display: table;
    width: 100%}
.blogContent .owl-carousel .item a>span>b span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal !important;
}
.blogContent .owl-carousel .item a>span>b span:last-child {
    text-align: right !important;
}
.blogContent .owl-carousel .item a>span>b em {
    font-style: normal;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 4px;
    padding: 4px 8px;
}
.blogContent .owl-carousel .item a>span>strong {
    display: block;
    font-size: 18px;
    padding: 12px 0 8px;
    font-weight: 600 !important;
    color: #0B254B;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.blogContent .owl-carousel .item a>span>span {
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 48px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blogContent .owl-carousel .item a:hover>span strong {
    color: #0077FF;
}
.blogContent .btn {
    width: 254px;
    max-width: 100%}
.faq {
    max-width: 870px;
    padding-bottom: 88px;
}
.faq ul {
    padding-top: 32px;
}
.faq ul li {
    margin-top: 8px;
}
.faq ul li>strong {
    padding-left: 16px;
}
.faq ul li>div {
    padding: 0 16px 16px;
}
.extensionContent {
    padding-top: 24px;
}
.extensionContent>.row {
    padding: 24px 0;
}
.extensionContent .tbl tbody td strong {
    font-weight: 600 !important;
    color: #0B254B;
}
.extensionContent .tbl tbody td>span {
    font-size: 0;
}
.extensionContent .tbl tbody td>span * {
    font-size: 18px;
    padding: 0 15px;
}
.extensionContent .tbl tbody td>span u {
    text-decoration: line-through;
    position: relative;
}
.extensionContent .tbl tbody td>span u:before {
    position: absolute;
    content: "";
    right: -7px;
    top: 50%;
    width: 14px;
    height: 1px;
    background: rgba(68, 91, 120, 0.5);
}
.extensionContent .tbl tbody td:first-child {
    text-align: left !important;
    font-size: 0;
}
.extensionContent .tbl tbody td:first-child strong {
    font-size: 16px;
    padding-right: 32px;
}
.extensionContent .tbl tbody td:first-child em {
    margin-right: 8px;
    color: #fff !important;
}
.extensionContent .tbl tbody td:first-child em span {
    padding-left: 0;
}
.extensionContent .tbl tbody td:first-child em:before {
    opacity: 1;
}
.extensionContent .tbl tbody td:first-child em:last-child {
    margin-right: 0;
}
.rangeInput .ui-slider {
    background: rgba(68, 91, 120, 0.15);
    bordeR: none;
    heighT: 8px;
    border-radius: 4px;
}
.rangeInput .ui-slider .ui-slider-range {
    background: #0077FF;
    border-radius: 4px;
}
.rangeInput .ui-slider .ui-slider-handle {
    width: 22px;
    height: 22px;
    border: 4px solid #fff;
    background: #0077FF;
    border-radius: 100%;
    top: -7px;
}
.rangeInput>ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 22px;
}
.rangeInput>ul li {
    display: table-cell;
    text-align: center !important;
}
.rangeInput>ul li>span {
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.rangeInput>ul li.active {
    color: #0B254B;
}
.otherProductContent {
    position: relative;
    text-align: center !important;
    padding-top: 88px;
}
.otherProductContent .container {
    position: relative;
    z-index: 3;
}
.otherProductContent .headContent>strong {
    background: none;
    color: #fff;
    padding: 9px 12px 9px 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    filter: drop-shadow(0 10px 48px rgba(0, 0, 0, 0.04));
}
.otherProductContent .headContent>strong i {
    color: #fff;
}
.otherProductContent .headContent h1, .otherProductContent .headContent h2, .otherProductContent .headContent h3, .otherProductContent .headContent h4, .otherProductContent .headContent h5, .otherProductContent .headContent h6 {
    color: #fff;
}
.otherProductContent .headContent p {
    color: rgba(255, 255, 255, 0.7);
}
.otherProductContent ul {
    padding-top: 16px;
}
.otherProductContent ul li {
    padding-top: 24px;
}
.otherProductContent ul li div {
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    text-align: center !important;
    padding: 32px;
}
.otherProductContent ul li div i {
    display: block;
    font-size: 64px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.otherProductContent ul li div strong {
    display: block;
    font-size: 20px;
    color: #0B254B;
    font-weight: 600 !important;
    padding: 20px 0 4px;
}
.otherProductContent ul li div span {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
}
.otherProductContent ul li div a {
    widtH: 254px;
    max-width: 100%}
.otherProductContent ul li div:hover i {
    color: #0077FF;
}
.otherProductContent:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    righT: 0;
    bottom: 120px;
    background: url(../img/dotsSpin.png) no-repeat center, #3E45EB;
}
.mm-wrapper__blocker.mm-slideout {
    background: rgba(0, 0, 0, 0.8);
}
.mm-listitem .tag {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 0 4px;
}
.mm-listitem .tag span {
    font-weight: normal !important;
    padding: 0;
}
.mm-listitem .tag:before {
    opacity: 1;
}
.mm-listitem:after {
    left: 0;
}
.subBoxMenu.mm-listitem {
    padding: 12px 12px 0;
}
.subBoxMenu.mm-listitem a {
    display: block;
    font-size: 14px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    text-align: left !important;
    border-radius: 16px;
}
.subBoxMenu.mm-listitem a strong {
    display: block;
    color: #0B254B;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0 8px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.subBoxMenu.mm-listitem a i {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center !important;
    line-height: 48px;
    width: 48px;
    background: #0077FF;
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.subBoxMenu.mm-listitem a:hover {
    color: #445B78;
    box-shadow: 0 10px 72px rgba(0, 0, 0, 0.08);
}
.subBoxMenu.mm-listitem:after {
    display: none;
}
.mm-page {
    padding-top: 128px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
body {
    position: relative;
    font-family: 'Euclid Circular B';
    opacity: 0;
    font-size: 14px;
    background: #fff;
    color: #445B78;
    padding-right: 0 !important;
    line-height: 1.5;
    overflow: auto !important;
    overflow-x: hidden !important;
}
body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
    font-family: 'Euclid Circular B'}
body.active {
    opacity: 1;
}
body.no-scroll {
    overflow: hidden !important;
}
body.hillOpen .mm-page {
    padding-top: 184px;
}
body.hillOpen #header.fix {
    top: -96px;
}
#header2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    background: #FFFFFF;
}
#header2 .top {
    padding: 10px 0;
    background: #F4F9FF;
}
#header2 .top ul {
    font-size: 0;
}
#header2 .top ul li {
    display: inline-block;
    padding-right: 24px;
}
#header2 .top ul li a, #header2 .top ul li strong {
    position: relative;
    display: block;
    font-size: 13px;
    padding-lefT: 24px;
    font-weight: normal !important;
    line-height: 20px;
}
#header2 .top ul li a b, #header2 .top ul li strong b {
    font-weight: normal !important;
    color: #0077FF;
}
#header2 .top ul li a i, #header2 .top ul li strong i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
    color: #0077FF;
}
#header2 .top ul li:last-child {
    padding-right: 0;
}
#header2 .top .right li {
    padding-left: 8px;
}
#header2 .top .right li a i {
    color: #445B78;
}
#header2 .top .right li a:hover i {
    color: #0077FF;
}
#header2 .top .right li strong {
    display: none;
    padding-right: 20px;
    cursor: pointer;
}
#header2 .top .right li strong span {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
}
#header2 .top .right li strong i {
    color: #445B78;
}
#header2 .top .right li strong.active {
    display: block;
}
#header2 .bottom {
    position: relative;
    padding: 0 295px 0 55px;
}
#header2 .bottom>a {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 50%;
    margin-top: -28px;
    heighT: 56px;
}
#header2 .bottom>ul {
    position: relative;
    padding: 20px 0 20px 135px;
    font-size: 0;
    text-align: center !important;
}
#header2 .bottom>ul>li {
    display: inline-block;
}
#header2 .bottom>ul>li>a {
    display: block;
    padding: 12px 20px;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>ul>li>a span {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}
#header2 .bottom>ul>li>a i {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>ul>li>div {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>ul>li>div>div {
    background: #FFFFFF;
    box-shadow: 0 10px 88px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 8px 16px;
}
#header2 .bottom>ul>li>div>div ul {
    margin: 0;
}
#header2 .bottom>ul>li>div>div ul li {
    padding: 8px;
}
#header2 .bottom>ul>li>div>div ul li a {
    display: block;
    font-size: 14px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    text-align: left !important;
    border-radius: 16px;
}
#header2 .bottom>ul>li>div>div ul li a strong {
    display: block;
    color: #0B254B;
    font-weight: normal !important;
    font-size: 16px;
    padding: 8px 0 4px;
}
#header2 .bottom>ul>li>div>div ul li a i {
    display: block;
    font-size: 24px;
    color: #0077FF;
    text-align: center !important;
    line-height: 48px;
    width: 48px;
    background: rgba(0, 119, 255, 0.1);
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>ul>li>div>div ul li a:hover {
    background: rgba(0, 119, 255, 0.1);
}
#header2 .bottom>ul>li>div>div ul li a:hover i {
    color: #fff;
    background: #0077FF;
}
#header2 .bottom>ul>li:hover>a {
    background: rgba(0, 119, 255, 0.1);
}
#header2 .bottom>ul>li:hover>a i {
    transform: rotateX(180deg);
}
#header2 .bottom>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
}
#header2 .bottom>div {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
}
#header2 .bottom>div .basket {
    position: relative;
    border: 1px solid rgba(68, 91, 120, 0.2);
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 40px 12px 48px;
    vertical-align: middle;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>div .basket i {
    position: absolute;
    lefT: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#header2 .bottom>div .basket b {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    background: #0077FF;
    color: #fff;
    text-align: center !important;
    font-size: 13px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>div .basket:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#header2 .bottom>div .basket:hover b {
    color: #0077FF;
    background: #fff;
}
#header2 .bottom>div .account {
    position: relative;
    border: 1px solid #0077FF;
    background: #0077FF;
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 24px 12px 48px;
    margin-left: 12px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>div .account i {
    position: absolute;
    lefT: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#header2 .bottom>div .account b {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    background: #0077FF;
    color: #fff;
    text-align: center !important;
    font-size: 13px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>div .account:hover {
    color: #0077FF;
    background: #fff;
    border-color: rgba(68, 91, 120, 0.2);
}
#header2 .bottom>div .mmenu {
    position: relative;
    border: 1px solid rgba(68, 91, 120, 0.2);
    border-radius: 16px;
    margin-left: 6px;
    vertical-align: middle;
    display: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header2 .bottom>div .mmenu i {
    display: block;
    widtH: 46px;
    text-align: center !important;
    line-height: 46px;
    font-size: 24px;
}
#header2 .bottom>div .mmenu:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#header2.fix {
    position: fixed;
    top: -40px;
}
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    background: #FFFFFF;
}
#header .hill {
    background: #2930C7;
    padding: 12px 0;
}
#header .hill .left .tag {
    font-weight: normal !important;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    padding: 7px 8px;
    border-radius: 12px;
}
#header .hill .center {
    text-align: center !important;
    color: #fff;
}
#header .hill .center>div {
    display: table;
    margin: 0 auto;
}
#header .hill .center>div>* {
    display: table-cell;
    vertical-align: middle;
}
#header .hill .center>div>strong {
    font-size: 15px;
    font-weight: normal !important;
    white-space: nowrap;
}
#header .hill .center>div>div ul {
    font-size: 0;
    height: 32px;
    overflow: hidden;
}
#header .hill .center>div>div ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
}
#header .hill .center>div>div ul li a {
    display: block;
}
#header .hill .center>div>div ul li a strong {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding-right: 8px;
}
#header .hill .center>div>div ul li a>span {
    line-height: 30px;
    padding: 0 9px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}
#header .hill .center>div>div ul li a>span u {
    opacity: .5;
    text-decoration: line-through;
}
#header .hill .center>div>div ul li a>span.active {
    display: inline-block;
}
#header .hill .center>div>div ul li a:hover {
    color: #fff;
}
#header .hill .center>div>div ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    margin-top: -12px;
    background: rgba(255, 255, 255, 0.2);
}
#header .hill .center>div>div ul li:first-child:before {
    display: none;
}
#header .hill .center>div>span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}
#header .hill .center>div>span a {
    color: #fff;
    text-decoration: underline !important;
}
#header .hill .right a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
#header .top {
    padding: 10px 0;
    background: #0B254B;
}
#header .top ul {
    font-size: 0;
}
#header .top ul li {
    position: relative;
    display: inline-block;
    padding-right: 33px;
}
#header .top ul li a, #header .top ul li strong {
    position: relative;
    display: block;
    font-size: 13px;
    padding-lefT: 24px;
    font-weight: normal !important;
    line-height: 20px;
    color: #FFFFFF;
}
#header .top ul li a b, #header .top ul li strong b {
    font-weight: normal !important;
}
#header .top ul li a i, #header .top ul li strong i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
    opacity: .5;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .top ul li a:hover i, #header .top ul li strong:hover i {
    opacity: 1;
}
#header .top ul li:before {
    position: absolute;
    content: "";
    right: 16px;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: rgba(255, 255, 255, 0.2);
}
#header .top ul li:last-child {
    padding-right: 0;
}
#header .top ul li:last-child:before {
    display: none;
}
#header .top .right li {
    padding-left: 8px;
}
#header .top .right li a {
    color: #05CB9F;
}
#header .top .right li a i {
    opacity: 1;
}
#header .top .right li strong {
    display: none;
    padding-right: 20px;
    cursor: pointer;
}
#header .top .right li strong span {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 16px;
}
#header .top .right li strong i {
    opacity: 1;
}
#header .top .right li strong.active {
    display: block;
}
#header .bottom {
    position: relative;
    padding: 0 265px 0 220px;
}
#header .bottom>a {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 50%;
    margin-top: -28px;
    heighT: 56px;
}
#header .bottom>ul {
    position: relative;
    padding: 20px;
    font-size: 0;
}
#header .bottom>ul>li {
    position: relative;
    display: inline-block;
}
#header .bottom>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>a>span {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
}
#header .bottom>ul>li>a i {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>a b {
    position: absolute;
    left: 18px;
    top: -6px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 0 4px;
}
#header .bottom>ul>li>a b span {
    font-weight: normal !important;
    padding: 0;
}
#header .bottom>ul>li>a b:before {
    opacity: 1;
}
#header .bottom>ul>li>div {
    position: absolute;
    left: 50%;
    top: 100%;
    padding-top: 8px;
    opacity: 0;
    width: 600px;
    margin-left: -300px;
    visibility: hidden;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div {
    background: #FFFFFF;
    box-shadow: 0 10px 88px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 16px;
}
#header .bottom>ul>li>div>div ul {
    margin: 0;
}
#header .bottom>ul>li>div>div ul li {
    padding: 0;
    flex: 0 0 50%;
    width: 50%}
#header .bottom>ul>li>div>div ul li a {
    display: block;
    font-size: 14px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    text-align: left !important;
    border-radius: 16px;
}
#header .bottom>ul>li>div>div ul li a strong {
    display: block;
    color: #0B254B;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0 8px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ul li a i {
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center !important;
    line-height: 48px;
    width: 48px;
    background: #0077FF;
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ul li a:hover {
    color: #445B78;
    box-shadow: 0 10px 72px rgba(0, 0, 0, 0.08);
}
#header .bottom>ul>li>div>div ol {
    margin: 0;
    overflow: hidden;
}
#header .bottom>ul>li>div>div ol li {
    position: relative;
    margin: -1px 0 0 -1px;
    padding: 0;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
    flex: 0 0 50%;
    width: 50%}
#header .bottom>ul>li>div>div ol li a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 16px 16px 16px 72px;
    text-align: left !important;
}
#header .bottom>ul>li>div>div ol li a strong {
    display: block;
    color: #0B254B;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 8px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ol li a i {
    position: absolute;
    left: 0;
    top: 16px;
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center !important;
    line-height: 56px;
    width: 56px;
    color: #0077FF;
    background: rgba(0, 119, 255, 0.06);
    border-radius: 100%;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>ul>li>div>div ol li a:hover {
    color: #445B78;
}
#header .bottom>ul>li>div>div ol li a:hover i {
    color: #fff;
    background: #0077FF;
}
#header .bottom>ul>li>div>div ol li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: rgba(68, 91, 120, 0.15);
}
#header .bottom>ul>li>div>div ol li:nth-child(even) a {
    padding: 16px 0 16px 88px;
}
#header .bottom>ul>li>div>div ol li:nth-child(even) a i {
    left: 16px;
}
#header .bottom>ul>li>div>div>p {
    margin: 0 -15px;
    margin: 0 -16px;
    padding: 32px 24px 16px;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#header .bottom>ul>li>div>div>p>* {
    padding: 0 15px;
}
#header .bottom>ul>li>div>div>p>span {
    font-size: 14px;
    color: #0B254B;
    display: table;
    width: 100%;
    padding: 0;
}
#header .bottom>ul>li>div>div>p>span>* {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}
#header .bottom>ul>li>div>div>p>span strong {
    font-weight: 600;
}
#header .bottom>ul>li>div>div>p>span>i {
    width: 64px;
}
#header .bottom>ul>li>div>div>p>span>i:before {
    font-size: 24px;
    color: #445B78;
    line-height: 46px;
    display: block;
    width: 48px;
    border-radius: 100%;
    text-align: center !important;
    border: 1px solid rgba(68, 91, 120, 0.15);
}
#header .bottom>ul>li>div>div>p>span>b {
    text-align: right !important;
}
#header .bottom>ul>li>div>div>p>span>b a {
    font-weight: 600;
    color: #0077FF;
    position: relative;
    padding-right: 24px;
}
#header .bottom>ul>li>div>div>p>span>b a i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 20px;
}
#header .bottom>ul>li>div:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -6px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    margin-left: -7px;
}
#header .bottom>ul>li.hover>a i, #header .bottom>ul>li:hover>a i {
    transform: rotateX(180deg);
}
#header .bottom>ul>li.hover>div, #header .bottom>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
}
#header .bottom>ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    heighT: 32px;
    margin-top: -16px;
    background: rgba(68, 91, 120, 0.2);
}
#header .bottom>div {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
}
#header .bottom>div .basket {
    position: relative;
    border: 1px solid rgba(68, 91, 120, 0.2);
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    padding: 11px 16px 11px 48px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .basket i {
    position: absolute;
    lefT: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#header .bottom>div .basket b {
    display: block;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 3px;
    min-width: 24px;
    color: #0077FF;
    background: rgba(0, 119, 255, 0.15);
    text-align: center !important;
    font-size: 13px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .basket:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#header .bottom>div .basket:hover b {
    color: #0077FF;
    background: #fff;
}
#header .bottom>div .account {
    position: relative;
    border: 1px solid #0077FF;
    background: #0077FF;
    border-radius: 16px;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 24px 12px 48px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .account i {
    position: absolute;
    lefT: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#header .bottom>div .account b {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    border-radius: 100%;
    width: 20px;
    background: #0077FF;
    color: #fff;
    text-align: center !important;
    font-size: 13px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .account:hover {
    color: #0077FF;
    background: #fff;
    border-color: rgba(68, 91, 120, 0.2);
}
#header .bottom>div .mmenu {
    position: relative;
    border: 1px solid rgba(68, 91, 120, 0.2);
    border-radius: 16px;
    margin-left: 6px;
    vertical-align: middle;
    display: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#header .bottom>div .mmenu i {
    display: block;
    widtH: 46px;
    text-align: center !important;
    line-height: 46px;
    font-size: 24px;
}
#header .bottom>div .mmenu:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#header.fix {
    position: fixed;
    top: -40px;
}
#home .top {
    background: url(../img/homeTop.png) no-repeat center / cover;
    padding: 114px 0 162px;
}
#home .top .text .item {
    color: #fff;
}
#home .top .text .item>em {
    display: inline-block;
    letter-spacing: .14em;
    font-style: normal;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    line-height: 36px;
    padding: 0 16px;
}
#home .top .text .item>strong {
    display: block;
    font-size: 40px;
    padding: 6px 0;
}
#home .top .text .item p {
    font-size: 18px;
    opacity: .7;
    font-weight: normal !important;
    padding-bottom: 24px;
}
#home .top .text .item>a {
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    font-size: 15px;
    color: #0B254B;
    font-weight: 600 !important;
    line-height: 26px;
    padding: 15px 16px 15px 48px;
    border-radius: 16px;
}
#home .top .text .item>a i {
    position: absolute;
    left: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#home .top .text .item>a:hover {
    color: #0077FF;
}
#home .top .text .owl-dots {
    font-size: 0;
    padding-top: 48px;
}
#home .top .text .owl-dots button {
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-right: 8px;
    opacity: .2;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .top .text .owl-dots button.active {
    width: 40px;
    opacity: 1;
}
#home .top .text .owl-dots button:last-child {
    margin-right: 0;
}
#home .top .img .item img {
    width: auto;
    display: block;
    margin: 0 auto;
}
#home .domain form {
    margin-top: -48px;
}
#home .domain form>i {
    left: 24px;
}
#home .domain form input {
    padding: 36px 250px 36px 104px;
}
#home .domain form button {
    right: 24px;
}
#home .domain ul li {
    padding-top: 24px;
}
#home .hosting {
    padding: 96px 15px 64px;
}
#home .hosting .headContent {
    text-align: center !important;
    max-width: 820px;
    margin: 0 auto;
}
#home .hosting>ul {
    padding-top: 10px;
}
#home .hosting>ul>li {
    padding-top: 30px;
}
#home .hosting>ul>li>div {
    padding: 16px;
    text-align: center !important;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .hosting>ul>li>div>i {
    display: block;
    line-height: 56px;
    width: 56px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 28px;
    margin: 12px auto 10px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .hosting>ul>li>div>strong {
    display: block;
    font-size: 24px;
    color: #0B254B;
    font-weight: 600;
}
#home .hosting>ul>li>div>p {
    padding: 6px 0 16px;
    line-height: 24px;
}
#home .hosting>ul>li>div>div {
    padding: 16px 0;
    border-top: 1px solid rgba(68, 91, 120, 0.2);
}
#home .hosting>ul>li>div>div>p {
    line-height: 24px;
}
#home .hosting>ul>li>div>div>p>u {
    text-decoration: line-through;
}
#home .hosting>ul>li>div>div>p>span {
    display: block;
    padding: 8px 0 4px;
}
#home .hosting>ul>li>div>div>p>span em {
    vertical-align: middle;
    background: #FB1427;
    border-radius: 4px;
    font-style: normal;
    color: #fff;
    margin-right: 4px;
    line-height: 20px;
    padding: 0 4px;
    display: inline-block;
}
#home .hosting>ul>li>div>div>p>span strong {
    color: #0B254B;
    font-size: 36px;
    vertical-align: middle;
}
#home .hosting>ul>li>div>div>p>span strong.active {
    display: inline-block;
}
#home .hosting>ul>li>div>div>a {
    display: block;
    margin: 12px 0 8px;
}
#home .hosting>ul>li>div>div>span {
    display: block;
    font-size: 13px;
    color: #0B254B;
    padding: 12px 8px;
    background: rgba(68, 91, 120, 0.08);
    border-radius: 16px;
}
#home .hosting>ul>li>div>b {
    display: block;
    position: relative;
    font-size: 16px;
    color: #0B254B;
    font-weight: 600 !important;
    text-align: left !important;
    padding-left: 36px;
}
#home .hosting>ul>li>div>b:before {
    position: absolute;
    content: "";
    lefT: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: rgba(68, 91, 120, 0.5);
}
#home .hosting>ul>li>div ul {
    padding-top: 10px;
}
#home .hosting>ul>li>div ul li {
    position: relative;
    padding: 5px 0 5px 36px;
    text-align: left !important;
}
#home .hosting>ul>li>div ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #0B254B;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .hosting>ul>li>div ul li b {
    font-weight: 600;
}
#home .hosting>ul>li>div:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
#home .hosting>ul>li>div:hover>em {
    color: #fff;
}
#home .hosting>ul>li>div:hover>em:before {
    opacity: 1;
}
#home .hosting>ul>li>div:hover>i {
    color: #fff;
    background: #0077FF;
}
#home .hosting>ul>li>div:hover ul li i {
    color: #0077FF;
}
#home .campaign {
    position: relative;
    z-index: 2;
    text-align: center !important;
    padding: 102px 0;
    overflow: hidden;
}
#home .campaign>div {
    background: url(../img/homeCampain.png) no-repeat center, #3E45EB;
    padding: 50px 0;
}
#home .campaign>div .headContent>strong {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
#home .campaign>div .headContent>strong i {
    color: #fff;
}
#home .campaign>div .headContent h2 {
    color: #fff;
}
#home .campaign>div .headContent p {
    color: rgba(255, 255, 255, 0.7);
}
#home .campaign>div .owl-carousel {
    position: relative;
    margin-top: 28px;
}
#home .campaign>div .owl-carousel .item div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
}
#home .campaign>div .owl-carousel .item div>i {
    display: block;
    widtH: 56px;
    line-height: 56px;
    margin: 0 auto;
    font-size: 28px;
    color: #0077FF;
    border-radius: 20px;
    background: rgba(0, 119, 255, 0.08);
}
#home .campaign>div .owl-carousel .item div>strong {
    font-size: 18px;
    color: #0B254B;
    display: block;
    font-weight: 600 !important;
    padding: 12px 0 8px;
}
#home .campaign>div .owl-carousel .item div b {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #FB1427;
    border-radius: 4px;
    padding: 0 4px;
    font-weight: normal !important;
}
#home .campaign>div .owl-carousel .item div span {
    line-height: 1;
    padding: 16px 0 12px;
}
#home .campaign>div .owl-carousel .item div span u {
    text-decoration: line-through;
}
#home .campaign>div .owl-carousel .item div span strong {
    display: block;
    font-size: 36px;
    color: #0B254B;
    padding-top: 8px;
}
#home .campaign>div .owl-carousel .item div>a {
    display: block;
}
#home .campaign>div .owl-carousel .owl-nav {
    position: relative;
    padding: 0 94px;
    margin-top: 32px;
    text-align: left !important;
}
#home .campaign>div .owl-carousel .owl-nav button {
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    widtH: 48px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .campaign>div .owl-carousel .owl-nav button:hover {
    color: #0077FF;
    background: #fff;
    border-color: #fff;
}
#home .campaign>div .owl-carousel .owl-nav button:last-child {
    position: absolute;
    right: 94px;
    top: 0;
}
#home .campaign>div .owl-carousel .owl-dots {
    position: absolute;
    bottom: 19px;
    left: 164px;
    right: 164px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}
#home .campaign>div .owl-carousel .owl-dots button {
    flex: 1 0 0;
    height: 10px;
    padding: 0;
    border-radius: 9px;
    background: #fff;
    opacity: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .campaign>div .owl-carousel .owl-dots button.active {
    opacity: 1;
}
#home .campaign:before, #home .campaign:after {
    position: absolute;
    content: "";
    background: #3E45EB;
    left: 50%;
    widtH: 700px;
    height: 400px;
    margin-left: -350px;
    border-radius: 100%;
    border: 50px solid #ECECFD;
    z-index: -1;
}
#home .campaign:before {
    top: 0;
}
#home .campaign:after {
    bottom: 0;
}
#home .success {
    padding: 166px 0 72px;
    margin-top: -102px;
    text-align: center !important;
    background: linear-gradient(180deg,  #FAFCFF 0%,  #FFFFFF 100%);
}
#home .success .headContent {
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 25px;
}
#home .dynamic {
    padding: 88px 15px;
}
#home .dynamic .t div {
    padding-top: 24px;
}
#home .dynamic .t div>a {
    width: 254px;
    max-width: 100%}
#home .dynamic>ul {
    padding-top: 8px;
}
#home .dynamic>ul li {
    padding: 60px 15px 0;
}
#home .leader {
    padding-top: 88px;
}
#home .leader .text {
    flex: 0 0 530px;
    widtH: 530px;
    padding: 0 15px;
}
#home .leader .text ul {
    padding-top: 16px;
}
#home .leader .img img {
    float: right;
}
#home .happy {
    padding-top: 88px;
}
#home .happy .container {
    padding: 0;
}
#home .happy .headContent {
    text-align: center !important;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px 8px;
}
#home .happy .owl-carousel .item {
    padding: 32px 15px;
}
#home .happy .owl-carousel .item>div {
    position: relative;
    background: #fff;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
    padding: 24px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .happy .owl-carousel .item>div img {
    width: 56px;
    heighT: 56px;
    border-radius: 100%;
    object-fit: cover;
}
#home .happy .owl-carousel .item>div>i, #home .happy .owl-carousel .item>div>b {
    position: absolute;
    righT: 24px;
    top: 32px;
    font-size: 40px;
    color: #0077FF;
    line-height: 40px;
    width: 40px;
    text-align: center !important;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .happy .owl-carousel .item>div>b {
    font-size: 24px;
    border-radius: 100%;
    background: #0077FF;
    color: #fff;
    opacity: 0;
}
#home .happy .owl-carousel .item>div>p {
    line-height: 24px;
    padding: 16px 0;
}
#home .happy .owl-carousel .item>div>strong {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #0B254B;
    font-weight: 600 !important;
}
#home .happy .owl-carousel .item>div>span {
    line-height: 1;
    padding-top: 12px;
    display: block;
}
#home .happy .owl-carousel .item>div:hover {
    border-color: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#home .happy .owl-carousel .item>div:hover>i {
    opacity: 0;
}
#home .happy .owl-carousel .item>div:hover b {
    opacity: 1;
}
#home .happy .owl-carousel .owl-nav {
    text-align: center !important;
}
#home .happy .owl-carousel .owl-nav button {
    font-size: 24px;
    line-height: 46px;
    width: 48px;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
    margin: 0 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .happy .owl-carousel .owl-nav button:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#home .panels {
    padding: 0;
}
#home .panels .item {
    padding: 88px 15px;
}
#home .panels .item i {
    text-align: center !important;
    display: block;
    font-size: 24px;
    color: rgba(68, 91, 120, 0.5);
    line-height: 64px;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    position: relative;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .panels .item i:after {
    position: absolute;
    content: "";
    left: 32px;
    bottom: 0;
    right: 32px;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background: #FF6C2C;
    opacity: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#home .panels .item i:hover {
    color: #FF6C2C;
}
#home .panels .item i:hover:after {
    opacity: 1;
}
#domain .popular {
    padding: 88px 0;
    background: #FAFCFF;
}
#domain .popular .headContent {
    max-width: 770px;
    margin: 0 auto;
    text-align: center !important;
}
#domain .popular ul {
    padding-top: 8px;
}
#domain .popular ul li {
    padding-top: 24px;
}
#domain .advantages {
    padding-top: 88px;
}
#domain .advantages>div {
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 25px;
}
#domain .textContent {
    padding: 24px 15px 64px;
}
#domain .textContent>div {
    padding-top: 64px;
}
#domain .textContent .toggle {
    padding-top: 16px;
}
#domain .perfect {
    background: #FAFCFF;
    padding: 64px 0;
}
#domain .perfect ul {
    padding-top: 8px;
}
#domain .perfect ul li {
    padding-top: 26px;
}
#domain .perfect ul li>strong {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #0B254B;
    padding-left: 40px;
    font-weight: 600 !important;
}
#domain .perfect ul li>strong i {
    position: absolute;
    lefT: 0;
    top: 15px;
    line-height: 0;
    font-size: 32px;
    color: #0077FF;
}
#domain .perfect ul li>p {
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
}
#domain .featured {
    padding: 24px 15px 88px;
}
#domain .featured>ul {
    padding-top: 8px;
}
#domain .featured>ul li {
    padding-top: 60px;
}
#whois .popular {
    text-align: center !important;
    padding: 88px 0;
    background: #FAFCFF;
}
#whois .popular .headContent {
    max-width: 770px;
    margin: 0 auto;
    text-align: center !important;
}
#whois .popular ul {
    padding-top: 8px;
}
#whois .popular ul li {
    padding-top: 24px;
}
#whois .popular .btn {
    margin-top: 32px;
}
#whois .whois {
    background: #FAFCFF;
}
#whois .faq {
    padding: 88px 15px 0;
}
#whois .advantages {
    padding: 88px 15px;
}
#whois .advantages>div {
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 25px;
}
#transfer .topContent .searchForm>input {
    padding-right: 480px;
}
#transfer .topContent .searchForm>div {
    position: absolute;
    right: 222px;
    top:  37%;
    margin-top: -28px;
}
#transfer .topContent .searchForm>div input {
    line-height:  35px;
    border: 1px solid rgba(68, 91, 120, 0.2);
    height: 56px;
    border-radius: 16px;
    padding:  0 48px 0 16px;
    color: #0B254B;
    font-size: 16px;
    width: 244px;
}
#transfer .topContent .searchForm>div input::-webkit-input-placeholder {
    color: #0B254B;
    opacity: 1;
}
#transfer .topContent .searchForm>div input:-ms-input-placeholder {
    color: #0B254B;
    opacity: 1;
}
#transfer .topContent .searchForm>div input::placeholder {
    color: #0B254B;
    opacity: 1;
}
#transfer .topContent .searchForm>div a {
    position: absolute;
    righT: 10px;
    top:  67%;
    margin-top: -16px;
    line-height: 32px;
    width: 32px;
    text-align: center !important;
    display: block;
    background: rgba(68, 91, 120, 0.1);
    border-radius: 100%;
    font-size: 16px;
    color: #445B78;
}
#transfer .how {
    padding: 88px 0;
    background: #FAFCFF;
}
#transfer .why {
    padding-top: 88px;
}
#transfer .advantages {
    padding: 88px 15px 0;
}
#transfer .advantages>div {
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 25px;
}
#transfer .extensionContent {
    padding-top: 72px;
}
#hosting .plan {
    background: #FAFCFF;
    padding-top: 64px;
}
#hosting .plan .container {
    padding-top: 64px 15px;
}
#hosting .plan .container .headContent {
    text-align: center !important;
    max-width: 1030px;
}
#hosting .plan .container .headContent:last-child {
    padding-top: 48px;
    max-width: 100%;
    font-size: 0;
}
#hosting .plan .container .headContent:last-child h2 {
    font-size: 24px;
}
#hosting .plan .container .headContent:last-child>a {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600 !important;
    color: #0B254B;
    padding: 24px 55px 24px 72px;
    margin: 24px 0 -36px;
    text-align: left !important;
}
#hosting .plan .container .headContent:last-child>a b {
    position: absolute;
    top: 50%;
    left: 16px;
    line-height: 40px;
    width: 40px;
    text-align: center !important;
    border-radius: 12px;
    background: #0077FF;
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
}
#hosting .plan .container .headContent:last-child>a i {
    position: absolute;
    right: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #0077FF;
}
#hosting .plan .container>.row {
    padding: 40px 0 0;
}
#hosting .plan .container>ol {
    padding-top: 0 !important;
}
#hosting .plan .container>ol>li {
    padding-top: 40px;
}
#hosting .plan .container>ol>li>div {
    padding: 24px 16px;
    background: #FFFFFF;
    position: relative;
    border-radius: 16px;
    text-align: center !important;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#hosting .plan .container>ol>li>div>em {
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    background: #0077FF;
    height: 50px;
    border-radius: 16px 16px 0 0;
    z-index: -1;
    line-height: 30px;
    padding: 0 16px;
}
#hosting .plan .container>ol>li>div>em span {
    display: block;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600 !important;
}
#hosting .plan .container>ol>li>div>strong {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-weight: 600 !important;
    color: #0B254B;
}
#hosting .plan .container>ol>li>div>p {
    padding: 12px 0 16px;
    font-size: 14px;
    line-height: 24px;
}
#hosting .plan .container>ol>li>div>div {
    border-top: 1px solid rgba(68, 91, 120, 0.15);
    padding: 16px 0;
}
#hosting .plan .container>ol>li>div>div p {
    padding-bottom: 16px;
}
#hosting .plan .container>ol>li>div>div p>span {
    display: block;
}
#hosting .plan .container>ol>li>div>div p>span u {
    text-decoration: line-through;
}
#hosting .plan .container>ol>li>div>div p>span strong {
    font-size: 36px;
    line-height: 1;
    color: #0B254B;
    padding: 8px 0;
    display: inline-block;
}
#hosting .plan .container>ol>li>div>div p>span sub {
    bottom: 0;
}
#hosting .plan .container>ol>li>div>div p>span .tag {
    color: #fff;
}
#hosting .plan .container>ol>li>div>div p>span .tag span {
    padding: 0;
}
#hosting .plan .container>ol>li>div>div p>span .tag:before {
    opacity: 1;
}
#hosting .plan .container>ol>li>div>div p>span:last-child {
    font-size: 12px;
    padding-top: 12px;
}
#hosting .plan .container>ol>li>div>div>.btn3 {
    display: block;
}
#hosting .plan .container>ol>li>div ul {
    margin: -5px 0;
}
#hosting .plan .container>ol>li>div ul li {
    text-align: left !important;
    position: relative;
    padding: 5px 0 5px 36px;
}
#hosting .plan .container>ol>li>div ul li strong {
    font-weight: 600 !important;
}
#hosting .plan .container>ol>li>div ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
}
#hosting .plan .container>ol>li>div ul li i.icon-cpanel {
    font-size: 16px;
}
#hosting .plan .container>ol>li>div ul li:first-child {
    font-size: 16px;
    font-weight: 600 !important;
}
#hosting .plan .container>ol>li>div ul li:first-child:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: rgba(68, 91, 120, 0.5);
}
#hosting .plan .container>ol>li>div:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#hosting .advantages {
    padding: 124px 15px 0;
}
#hosting .advantages>div {
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 25px;
}
#hosting .textContent {
    padding: 24px 15px 64px;
}
#hosting .textContent>div {
    padding-top: 64px;
}
#hosting .other {
    text-align: center !important;
    padding: 24px 15px 88px;
}
#hosting .other>ul {
    padding-top: 8px;
}
#hosting .other>ul li {
    padding-top: 60px;
}
#office .why {
    text-align: center !important;
    padding-top: 64px;
}
#office .why ul {
    padding: 15px 0;
}
#office .why ul li {
    font-size: 14px;
    line-height: 24px;
}
#office .why ul li i {
    font-size: 56px;
    padding-bottom: 16px;
}
#office .why .btn {
    width: 254px;
}
#office .advantages {
    padding: 88px 15px 64px;
}
#office .advantages ul {
    padding-top: 12px;
}
#office .advantages ul li {
    padding-top: 28px;
    line-height: 24px;
}
#office .advantages ul li>strong {
    display: block;
    position: relative;
    font-size: 20px;
    color: #0B254B;
    font-weight: 600 !important;
    padding-left: 36px;
    margin-bottom: 16px;
}
#office .advantages ul li>strong i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #0077FF;
}
#office .plan {
    background: #FAFCFF;
    padding: 64px 0;
    margin-bottom: 88px;
}
#office .plan .container {
    max-width: 1060px;
}
#office .plan .center {
    padding-top: 16px;
}
#office .plan .center .left {
    padding-top: 24px;
}
#office .plan .center .left .rangeInput>ul li>span {
    line-height: 1;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#office .plan .center .left .rangeInput>ul li>span span {
    display: block;
    font-size: 16px;
}
#office .plan .center .left .rangeInput>ul li>span strong {
    font-size: 24px;
    font-weight: 600 !important;
    display: block;
    padding: 12px 0 4px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#office .plan .center .left .rangeInput>ul li.active {
    color: #0B254B;
}
#office .plan .center .left .rangeInput>ul li.active strong {
    color: #0077FF;
}
#office .plan .center .left .package {
    margin-top: 48px;
    background: url(../img/dotsSpin.png) no-repeat center / 100% auto, #3E45EB;
    border-radius: 16px;
}
#office .plan .center .left .package>div {
    text-align: center !important;
    padding: 32px 16px;
    color: #fff;
    line-height: 1;
    display: none;
}
#office .plan .center .left .package>div>strong {
    display: block;
    font-size: 20px;
    font-weight: normal !important;
}
#office .plan .center .left .package>div p {
    padding: 24px 0;
    color: rgba(255, 255, 255, 0.7);
}
#office .plan .center .left .package>div p>b {
    font-weight: normal !important;
}
#office .plan .center .left .package>div p>b u {
    text-decoration: line-through;
}
#office .plan .center .left .package>div p strong {
    display: block;
    padding: 8px 0;
    font-size: 36px;
    color: #fff;
}
#office .plan .center .left .package>div p .tag {
    color: #fff;
}
#office .plan .center .left .package>div p .tag span {
    padding: 0;
}
#office .plan .center .left .package>div p .tag:before {
    opacity: 1;
}
#office .plan .center .left .package>div p>span {
    font-size: 12px;
    display: block;
    padding-top: 12px;
}
#office .plan .center .left .package>div>.btn {
    width: 254px;
    max-width: 100%}
#office .plan .center .left .package>div.active {
    display: block;
}
#office .plan .center .right {
    padding-top: 24px;
}
#office .plan .center .right>div {
    display: none;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 16px 24px;
}
#office .plan .center .right>div>div {
    position: relative;
    font-size: 0;
    padding-left: 36px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(68, 91, 120, 0.2);
}
#office .plan .center .right>div>div>* {
    display: inline-block;
    margin-right: 36px;
    vertical-align: middle;
    margin-bottom: 10px;
}
#office .plan .center .right>div>div>*:last-child {
    margin-right: 0;
}
#office .plan .center .right>div>div strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600 !important;
    color: #0B254B;
}
#office .plan .center .right>div>div .tag {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px;
}
#office .plan .center .right>div>div .tag span {
    padding-left: 32px;
}
#office .plan .center .right>div>div .tag span i {
    font-size: 24px;
}
#office .plan .center .right>div>div .tag:before {
    opacity: 1;
    border-radius: 16px;
}
#office .plan .center .right>div>div:before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 24px;
    height: 1px;
    background: rgba(68, 91, 120, 0.5);
}
#office .plan .center .right>div>ul {
    display: table;
    width: 100%;
    padding-top: 8px;
}
#office .plan .center .right>div>ul li {
    display: table-row;
    font-size: 16px;
}
#office .plan .center .right>div>ul li>* {
    padding-top: 16px;
    display: table-cell;
    vertical-align: middle;
}
#office .plan .center .right>div>ul li>strong {
    width: 10px;
    white-space: nowrap;
    text-align: center !important;
    font-weight: 600 !important;
    color: #0B254B;
}
#office .plan .center .right>div>ul li>i {
    font-size: 24px;
    width: 10px;
    white-space: nowrap;
    text-align: center !important;
    color: #0077FF;
}
#office .plan .center .right>div.active {
    display: block;
}
#office .plan .bottom {
    max-width: 820px;
    padding-top: 64px;
    text-align: center !important;
}
#office .plan .bottom h3 {
    font-size: 24px;
}
#ssl .package {
    text-align: center !important;
    background: #FAFCFF;
    padding: 64px 0 88px;
}
#ssl .package .headContent {
    max-width: 1030px;
}
#ssl .package .tab2 {
    margin: 32px 0 16px;
}
#ssl .package ol>li {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    margin: 16px 0 0;
    text-align: left !important;
    padding: 12px 0;
}
#ssl .package ol>li>* {
    padding: 12px 24px;
}
#ssl .package ol>li p img {
    display: block;
    padding-bottom: 16px;
}
#ssl .package ol>li p strong {
    font-size: 20px;
    color: #0B254B;
    font-weight: 600 !important;
    display: inline-block;
    vertical-align: middle;
    padding-right: 16px;
}
#ssl .package ol>li p .tag {
    color: #fff;
    vertical-align: middle;
}
#ssl .package ol>li p .tag span {
    padding: 0;
}
#ssl .package ol>li p .tag:before {
    opacity: 1;
}
#ssl .package ol>li p>span {
    display: block;
    padding-top: 16px;
    line-height: 24px;
}
#ssl .package ol>li ul {
    margin: 0;
    padding: 0;
    flex: 0 0 540px;
    width: 540px;
}
#ssl .package ol>li ul li {
    float: left;
    width: 50%}
#ssl .package ol>li ul li>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #0B254B;
    font-weight: 600 !important;
    padding: 15px 15px 15px 42px;
}
#ssl .package ol>li ul li>span i {
    position: absolute;
    left: 15px;
    top: 50%;
    line-height: 0;
    font-size: 20px;
    color: #0077FF;
}
#ssl .package ol>li ul li>span i.iconsax-minus-cirlce {
    color: #445B78;
}
#ssl .package ol>li ul li>span .green {
    color: #05CB9F;
}
#ssl .package ol>li ul li>span .blue {
    color: #0077FF;
}
#ssl .package ol>li ul li>span .red {
    color: #FB1427;
}
#ssl .package ol>li div {
    flex: 0 0 250px;
    width: 250px;
}
#ssl .package ol>li div select {
    background: #FFFFFF;
    width: 100%;
    border: 1px solid rgba(68, 91, 120, 0.2);
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    padding: 16px;
}
#ssl .package ol>li div .btn {
    width: 100%}
#ssl .advantages {
    padding: 88px 15px 63px;
}
#ssl .advantages .headContent {
    text-align: center !important;
    max-width: 800px;
    padding-bottom: 24px;
}
#ssl .document {
    background: #FAFCFF;
    padding: 88px 0;
    margin-bottom: 88px;
}
#ssl .document .container {
    padding: 0;
}
#ssl .document .container>ul {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px 0;
}
#ssl .document .container>ul li {
    text-align: center !important;
    font-size: 16px;
    line-height: 28px;
    padding: 12px;
    margin-top: 20px;
    border-radius: 16px;
}
#ssl .document .container>ul li.blue {
    color: #0077FF;
    background: rgba(0, 119, 255, 0.08);
}
#ssl .document .headContent {
    max-width: 830px;
    text-align: center !important;
    padding: 0 15px;
}
#ssl .document .owl-carousel .item {
    padding: 40px 15px;
}
#ssl .document .owl-carousel .item>div {
    position: relative;
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
#ssl .document .owl-carousel .item>div>i {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 40px;
    color: #0077FF;
}
#ssl .document .owl-carousel .item>div>strong {
    display: block;
    font-size: 18px;
    padding: 5px 50px 12px 0;
    font-weight: 600 !important;
    color: #0B254B;
    line-height: 30px;
}
#ssl .document .owl-carousel .item>div ul li {
    position: relative;
    font-size: 16px;
    padding: 4px 0 4px 32px;
}
#ssl .document .owl-carousel .item>div ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 24px;
    color: #05CB9F;
}
#ssl .document .owl-carousel .item>div .more {
    display: inline-block;
    font-size: 16px;
    color: #0077FF;
    margin: 8px 0 12px;
}
#ssl .document .owl-carousel .item>div .btn {
    width: 100%}
#ssl .document .owl-carousel .item>div .btn span {
    padding: 0 0 0 28px;
}
#ssl .document .owl-carousel .item>div .btn span i {
    right: auto;
    lefT: 0;
}
#ssl .document .owl-carousel .owl-dots {
    text-align: center !important;
}
#ssl .document .owl-carousel .owl-dots button {
    background: #445B78;
    opacity: .2;
    width: 24px;
    height: 6px;
    border-radius: 4px;
    margin: 0 4px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#ssl .document .owl-carousel .owl-dots button.active {
    opacity: 1;
    width: 40px;
}
#mail .what {
    text-align: center !important;
    background: #FAFCFF;
    padding: 64px 0;
}
#mail .what .headContent {
    max-width: 1060px;
}
#mail .what img {
    margin: 40px 0 20px;
}
#mail .textContent {
    padding-top: 88px;
}
#mail .why {
    padding: 88px 15px 0;
}
#mail .why .headContent {
    text-align: center !important;
    max-width: 1030px;
    padding-bottom: 24px;
}
#mail .plan {
    padding: 64px 0;
    background: #FAFCFF;
    margin-top: 64px;
}
#mail .plan .headContent {
    max-width: 1030px;
    text-align: center !important;
}
#mail .plan ol {
    padding-top: 16px;
}
#mail .plan ol>li {
    padding-top: 24px;
}
#mail .plan ol>li div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#mail .plan ol>li div>em {
    display: block;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    color: #0B254B;
    font-weight: 600 !important;
}
#mail .plan ol>li div>span {
    display: block;
    padding: 14px 0;
}
#mail .plan ol>li div>strong {
    font-size: 36px;
    line-height: 1;
    color: #0077FF;
}
#mail .plan ol>li div>strong sub {
    font-weight: normal !important;
    color: #445B78;
    font-size: 14px;
    bottom: 0;
}
#mail .plan ol>li div ul {
    margin: 16px 0;
    background: #F4F9FF;
    border-radius: 16px;
    padding: 10px 16px;
}
#mail .plan ol>li div ul li {
    position: relative;
    font-size: 16px;
    padding: 6px 0 6px 36px;
}
#mail .plan ol>li div ul li i {
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 24px;
    color: #0077FF;
}
#mail .plan ol>li div>a {
    width: 100%;
    color:  #fafcff;
}
#mail .plan ol>li div>a:hover {
    color: #fff;
}
#mail .plan ol>li div:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#mail .choice {
    padding: 88px 0;
}
#mail .choice .headContent {
    padding: 0 15px;
}
#mail .choice .owl-carousel .item {
    padding: 32px 15px;
}
#mail .choice .owl-carousel .item>div {
    padding: 20px 30px;
    background: #FFFFFF;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#mail .choice .owl-carousel .item>div img {
    width: auto;
    margin: 0 auto;
    opacity: .3;
    filter: grayscale(1);
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#mail .choice .owl-carousel .item>div:hover {
    border-color: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#mail .choice .owl-carousel .item>div:hover img {
    opacity: 1;
    filter: grayscale(0);
}
#mail .choice .owl-carousel .owl-nav {
    text-align: center !important;
}
#mail .choice .owl-carousel .owl-nav button {
    font-size: 24px;
    line-height: 46px;
    width: 48px;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
    margin: 0 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#mail .choice .owl-carousel .owl-nav button:hover {
    color: #fff;
    background: #0077FF;
    border-color: #0077FF;
}
#tag .topContent .searchForm input {
    padding-right: 350px;
}
#tag .topContent .searchForm>span {
    position: absolute;
    right: 230px;
    top: 12px;
    text-align: center !important;
    line-height: 56px;
    color: #445B78;
    font-weight: 600 !important;
    font-size: 16px;
    width: 110px;
    background: rgba(68, 91, 120, 0.08);
    border-radius: 16px;
}
#tag .suitable {
    padding: 88px 15px 0;
    text-align: center !important;
}
#tag .suitable>.row {
    padding-top: 16px;
}
#tag .suitable>.row>div {
    padding-top: 24px;
}
#tag .suitable>.row>div a {
    position: relative;
    text-align: left !important;
    display: block;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    color: #445B78;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#tag .suitable>.row>div a>strong {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600 !important;
    color: #0B254B;
    padding: 5px 40px 5px 52px;
}
#tag .suitable>.row>div a>strong i {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 40px;
    line-height: 0;
    color: #445B78;
}
#tag .suitable>.row>div a>i {
    position: absolute;
    right: 16px;
    top: 24px;
    font-size: 24px;
}
#tag .suitable>.row>div a>span {
    display: block;
    padding: 12px 0 8px;
    line-height: 24px;
}
#tag .suitable>.row>div a em {
    font-style: normal;
    font-size: 0;
    margin: 0 -20px;
}
#tag .suitable>.row>div a em u {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    text-decoration: line-through;
    padding: 0 20px;
    font-weight: 600 !important;
}
#tag .suitable>.row>div a em strong {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #0077FF;
    padding: 0 20px;
}
#tag .suitable>.row>div a em strong sub {
    bottom: 0;
    font-size: 14px;
    font-weight: 600 !important;
    color: #445B78;
}
#tag .suitable>.row>div a em strong:before {
    position: absolute;
    content: "";
    left: -12px;
    top: 50%;
    width: 24px;
    heighT: 1px;
    background: rgba(68, 91, 120, 0.5);
}
#tag .suitable>.row>div a:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#tag .why {
    padding: 88px 15px;
}
#tag .why .headContent {
    text-align: center !important;
    padding-bottom: 16px;
}
#tag .why h3 {
    font-size: 24px;
    color: #0B254B;
    font-weight: 600 !important;
    padding-right: 36px;
    line-height: 1.5;
    padding-bottom: 18px;
    position: relative;
}
#tag .why h3 i {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 24px;
    color: #0077FF;
}
#tag .why .left {
    padding-top: 24px;
}
#tag .why .left div {
    padding: 18px 24px 24px;
    border: 1px solid rgba(68, 91, 120, 0.15);
    border-radius: 16px;
}
#tag .why .left div ul {
    margin: 0;
}
#tag .why .left div ul li {
    padding: 20px 0 24px;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#tag .why .left div ul li strong {
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
    color: #0B254B;
    padding-bottom: 8px;
}
#tag .why .right {
    padding-top: 24px;
}
#tag .why .right div {
    padding: 18px 24px 24px;
}
#tag .why .right div ul li {
    border-top: 1px solid rgba(68, 91, 120, 0.15);
    position: relative;
    padding: 24px 0 24px 72px;
    font-size: 16px;
}
#tag .why .right div ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    font-size: 48px;
    color: #0077FF;
}
#tag .why .right div ul li strong {
    display: block;
    font-size: 20px;
    color: #0B254B;
    font-weight: 600 !important;
    padding-bottom: 7px;
}
#tag .popular {
    padding: 88px 0;
    text-align: center !important;
    background: #FAFCFF;
}
#tag .popular .headContent {
    max-width: 770px;
    margin: 0 auto;
    text-align: center !important;
}
#tag .popular ul {
    padding-top: 8px;
    padding-bottom: 32px;
}
#tag .popular ul li {
    padding-top: 24px;
}
#tag .blogContent {
    padding-top: 208px;
    margin: -120px 0 88px;
}
#server .plan {
    background: #FAFCFF;
    padding: 64px 0;
}
#server .plan .container .headContent {
    text-align: center !important;
    max-width: 750px;
    padding-bottom: 40px;
}
#server .plan .container .headContent:last-child {
    padding-top: 48px;
    max-width: 100%;
    font-size: 0;
}
#server .plan .container .headContent:last-child h2 {
    font-size: 24px;
}
#server .plan .container .headContent:last-child>a {
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600 !important;
    color: #0B254B;
    padding: 24px 55px 24px 72px;
    margin: 24px 0 -36px;
    text-align: left !important;
}
#server .plan .container .headContent:last-child>a b {
    position: absolute;
    top: 50%;
    left: 16px;
    line-height: 40px;
    width: 40px;
    text-align: center !important;
    border-radius: 12px;
    background: #0077FF;
    color: #fff;
    font-size: 24px;
    margin-top: -20px;
}
#server .plan .container .headContent:last-child>a i {
    position: absolute;
    right: 16px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #0077FF;
}
#server .plan .container>ul>li {
    padding: 40px 15px 0;
}
#server .plan .container>ul>li>div {
    padding: 24px;
    background: #FFFFFF;
    position: relative;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#server .plan .container>ul>li>div>strong {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600 !important;
    color: #0B254B;
    padding-right: 60px;
}
#server .plan .container>ul>li>div>strong span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    color: #0077FF;
}
#server .plan .container>ul>li>div>strong span i {
    display: inline-block;
    font-size: 24px;
    padding-left: 12px;
}
#server .plan .container>ul>li>div>span {
    display: block;
    position: relative;
    font-size: 12px;
    padding: 16px 40px 16px 0;
    margin-top: 16px;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#server .plan .container>ul>li>div>span strong {
    display: block;
    font-size: 14px;
    font-weight: 600 !important;
    color: #0B254B;
}
#server .plan .container>ul>li>div>span img {
    position: absolute;
    right: 0;
    top: 16px;
    width: auto;
}
#server .plan .container>ul>li>div>ul {
    margin: 0;
    background: #F9FBFF;
    border-radius: 12px;
    padding: 10px;
}
#server .plan .container>ul>li>div>ul li {
    padding: 6px;
    text-align: center !important;
    font-size: 12px;
}
#server .plan .container>ul>li>div>ul li i {
    display: block;
    color: #0077FF;
    font-size: 24px;
    padding-bottom: 5px;
}
#server .plan .container>ul>li>div>ul li strong {
    display: block;
    font-size: 14px;
    color: #0B254B;
    font-weight: 600 !important;
}
#server .plan .container>ul>li>div p {
    padding-bottom: 8px;
    text-align: center !important;
}
#server .plan .container>ul>li>div p>span {
    display: block;
}
#server .plan .container>ul>li>div p>span u {
    text-decoration: line-through;
}
#server .plan .container>ul>li>div p>span strong {
    font-size: 36px;
    line-height: 1;
    color: #0B254B;
    padding: 8px 0;
    display: inline-block;
}
#server .plan .container>ul>li>div p>span sub {
    bottom: 0;
}
#server .plan .container>ul>li>div p>span .tag {
    color: #fff;
    width: 100%}
#server .plan .container>ul>li>div p>span .tag span {
    padding: 0;
}
#server .plan .container>ul>li>div p>span .tag:before {
    opacity: 1;
    border-radius: 8px;
}
#server .plan .container>ul>li>div>.btn3 {
    display: block;
}
#server .plan .container>ul>li>div ol {
    margin: -4px 0;
    padding-top: 16px;
}
#server .plan .container>ul>li>div ol li {
    text-align: left !important;
    position: relative;
    padding: 4px 0 4px 28px;
    line-height: 20px;
}
#server .plan .container>ul>li>div ol li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    color: #0077FF;
    font-size: 20px;
}
#server .plan .container>ul>li>div ol li:first-child {
    font-size: 16px;
    font-weight: 600 !important;
    color: #0B254B;
    padding-left: 34px;
}
#server .plan .container>ul>li>div ol li:first-child:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: rgba(68, 91, 120, 0.5);
}
#server .plan .container>ul>li>div:hover {
    box-shadow: 0 10px 72px rgba(0, 0, 0, 0.06);
}
#server .textContent {
    padding-top: 24px;
}
#server .textContent .row {
    padding-top: 64px;
}
#server .advantages {
    padding: 88px 15px 0;
}
#server .advantages>div {
    max-width: 800px;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 25px;
}
#server .property {
    padding: 88px 0;
    background: #FAFCFF;
    margin-top: 88px;
}
#server .property .c {
    position: relative;
    margin-top: 48px;
}
#server .property .c .tab2 {
    position: absolute;
    left: 0;
    top: 101px;
    transform: translateY(-50%);
}
#server .property .c .row {
    margin: 0;
    padding-left: 390px;
}
#server .property .c .row>div {
    padding: 0;
}
#server .property .c .row>div>div {
    background: #F4F9FF;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#server .property .c .row>div>div>div {
    position: relative;
    z-index: 2;
    max-width: 182px;
    padding: 16px;
    margin: 0 auto;
}
#server .property .c .row>div>div>div>strong {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #0B254B;
    padding-right: 40px;
}
#server .property .c .row>div>div>div>strong span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    color: #0077FF;
}
#server .property .c .row>div>div>div>strong span i {
    display: inline-block;
    font-size: 20px;
}
#server .property .c .row>div>div>div p {
    padding: 16px 0 8px;
    font-size: 12px;
}
#server .property .c .row>div>div>div p>span {
    display: block;
}
#server .property .c .row>div>div>div p>span u {
    text-decoration: line-through;
}
#server .property .c .row>div>div>div p>span strong {
    font-size: 24px;
    line-height: 1;
    color: #0B254B;
    padding: 4px 0 8px;
    display: inline-block;
}
#server .property .c .row>div>div>div p>span sub {
    bottom: 0;
    font-size: 12px;
}
#server .property .c .row>div>div>div p>span .tag {
    color: #fff;
    text-align: center !important;
    width: 100%}
#server .property .c .row>div>div>div p>span .tag span {
    padding: 0;
}
#server .property .c .row>div>div>div p>span .tag:before {
    opacity: 1;
    border-radius: 8px;
}
#server .property .c .row>div>div>div>.btn3 {
    display: block;
}
#server .property .c .row>div>div ul {
    background: #fff;
}
#server .property .c .row>div>div ul li {
    position: relative;
    text-align: center !important;
    display: table;
    width: 100%;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#server .property .c .row>div>div ul li>span {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    height: 70px;
}
#server .property .c .row>div>div ul li>span img {
    display: block;
    margin: 0 auto 4px;
}
#server .property .c .row>div>div ul li>span>span {
    font-weight: 600 !important;
    color: #0B254B;
    display: none;
}
#server .property .c .row>div>div ul li>span>i {
    display: block;
    font-size: 24px;
}
#server .property .c .row>div>div ul li>span>i.icon-checkbox-circle-fill {
    color: #0077FF;
}
#server .property .c .row>div>div ul li:first-child {
    border-top: none;
    heighT: 100px;
}
#server .property .c .row>div>div:hover {
    background: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#server .property .c .row>div:first-child>div {
    border-radius: 16px 0 0 16px;
}
#server .property .c .row>div:first-child>div ul li>span>span {
    display: block;
    position: absolute;
    lefT: -390px;
    width: 390px;
    top: -1px;
    bottom: 0;
    background: #fff;
    text-align: left !important;
    font-size: 16px;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
    border-right: 1px solid rgba(68, 91, 120, 0.15);
}
#server .property .c .row>div:first-child>div ul li>span>span>span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 24px;
    vertical-align: middle;
    transform: translateY(-50%);
}
#server .property .c .row>div:first-child>div ul li:first-child>span>span {
    border-radius: 16px 0 0 0;
    border-top: none;
}
#server .property .c .row>div:first-child>div ul li:last-child>span>span {
    border-radius: 0 0 0 16px;
}
#server .property .c .row>div:last-child>div {
    border-radius: 0 16px 16px 0;
}
#server .other {
    padding: 88px 15px;
}
#server .other>ul {
    padding-top: 8px;
}
#server .other>ul li {
    padding-top: 60px;
}
#reseller .location>div {
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    overflow: auto;
    display: inline-block;
    vertical-align: middle;
}
#reseller .location>div>div {
    display: table;
    padding: 18px;
    line-height: 20px;
}
#reseller .location>div>div>* {
    display: table-cell;
    vertical-align: middle;
}
#reseller .location>div>div strong {
    font-size: 14px;
    font-weight: 600;
    color: #0B254B;
}
#reseller .location>div>div ul {
    font-size: 0;
    white-space: nowrap;
}
#reseller .location>div>div ul li {
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
}
#reseller .location>div>div ul li span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #445B78;
    opacity: .5;
    padding-left: 26px;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#reseller .location>div>div ul li span img {
    position: absolute;
    left: 0;
    top: 0;
    widtH: 20px;
    height: 20px;
    border-radius: 100%}
#reseller .location>div>div ul li div {
    position: relative;
    width: 34px;
    height: 20px;
    border-radius: 10px;
    background: #0077FF;
}
#reseller .location>div>div ul li div:before {
    position: absolute;
    content: "";
    left: 17px;
    top: 3px;
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: #fff;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#reseller .location>div>div ul li.active>span {
    opacity: 1;
    color: #0B254B;
}
#reseller .location>div>div ul li.active div:before {
    left: 3px;
}
#reseller .package {
    padding-top: 64px;
    background: #FAFCFF;
}
#reseller .package .headContent {
    max-width: 850px;
}
#reseller .package .options {
    margin: -8px;
    padding: 40px 0 32px;
}
#reseller .package .options>div {
    padding: 8px;
}
#reseller .package .items {
    display: table;
    width: 100%;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    overflow: hidden;
    line-height: 16px;
}
#reseller .package .items>ul {
    display: table-row;
    background: #f1f3f5;
    color: #445B78;
    font-weight: 600;
    height: 48px;
}
#reseller .package .items>ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    text-align: center !important;
}
#reseller .package .items>ul li:first-child, #reseller .package .items>ul li:nth-last-child(2) {
    text-align: left !important;
}
#reseller .package .items>div>ul {
    display: table-row;
    background: #fff;
}
#reseller .package .items>div>ul>li {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    heighT: 80px;
    text-align: center;
}
#reseller .package .items>div>ul>li>span {
    display: none;
    color: #0B254B;
    font-weight: 500;
}
#reseller .package .items>div>ul>li>strong {
    font-size: 18px;
    color: #0B254B;
    font-weight: 500;
}
#reseller .package .items>div>ul>li ul {
    font-size: 0;
}
#reseller .package .items>div>ul>li ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 6px;
    font-size: 24px;
    color: #0077FF;
}
#reseller .package .items>div>ul>li p {
    padding-bottom: 8px;
    font-weight: 500;
    color: #445B78;
    text-align: center !important;
}
#reseller .package .items>div>ul>li p u {
    text-decoration: line-through;
    vertical-align: middle;
}
#reseller .package .items>div>ul>li p strong {
    font-size: 24px;
    line-height: 1;
    color: #0B254B;
    padding-top: 4px;
    display: block;
}
#reseller .package .items>div>ul>li p strong sub {
    bottom: 0;
    font-size: 12px;
    color: #445B78;
    font-weight: 600;
}
#reseller .package .items>div>ul>li .btn3 {
    display: block;
}
#reseller .package .items>div>ul>li:first-child {
    text-align: left !important;
}
#reseller .package .items>div>ul:nth-child(odd) {
    background: #FAFCFF;
}
#reseller .package .items>div.active {
    display: table-row-group;
}
#reseller .package .bottom {
    padding: 58px 0 73px;
}
#reseller .package .bottom li {
    padding: 15px;
}
#reseller .package .bottom li>div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#reseller .package .bottom li>div>strong {
    display: block;
    position: relative;
    font-size: 18px;
    color: #0B254B;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 0 5px 52px;
}
#reseller .package .bottom li>div>strong i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    color: #0077FF;
}
#reseller .package .bottom li>div p {
    padding: 16px 0 24px;
}
#reseller .package .bottom li>div img {
    display: block;
    margin: 0 auto;
}
#reseller .package .bottom li>div:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#reseller .advantages {
    padding-top: 88px;
}
#reseller .advantages>ul {
    padding-top: 24px;
}
#reseller .textContent {
    padding-top: 24px;
}
#reseller .textContent .row {
    padding-top: 64px;
}
#reseller .property {
    background: #FAFCFF;
    padding: 88px 0;
    margin-top: 88px;
}
#reseller .property .content {
    position: relative;
    margin-top: 40px;
    padding-left: 425px;
}
#reseller .property .content .options {
    position: absolute;
    left: 0;
    top: 22px;
}
#reseller .property .content .options>ol {
    margin-top: 16px;
}
#reseller .property .content .row {
    margin: 0;
}
#reseller .property .content .row>div {
    padding: 0;
}
#reseller .property .content .row>div>div {
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#reseller .property .content .row>div>div .t {
    position: relative;
    z-index: 2;
    background: #F4F9FF;
    margin-bottom: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#reseller .property .content .row>div>div .t>div {
    max-width: 182px;
    padding: 16px;
    margin: 0 auto;
}
#reseller .property .content .row>div>div .t>div>strong {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600 !important;
    color: #0B254B;
    padding-right: 40px;
}
#reseller .property .content .row>div>div .t>div>strong span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    color: #0077FF;
}
#reseller .property .content .row>div>div .t>div>strong span i {
    display: inline-block;
    font-size: 20px;
}
#reseller .property .content .row>div>div .t>div p {
    padding: 16px 0 8px;
    font-size: 12px;
}
#reseller .property .content .row>div>div .t>div p>span {
    display: block;
}
#reseller .property .content .row>div>div .t>div p>span u {
    text-decoration: line-through;
}
#reseller .property .content .row>div>div .t>div p>span strong {
    font-size: 24px;
    line-height: 1;
    color: #0B254B;
    padding: 4px 0 8px;
    display: inline-block;
}
#reseller .property .content .row>div>div .t>div p>span sub {
    bottom: 0;
    font-size: 12px;
}
#reseller .property .content .row>div>div .t>div>.btn3 {
    display: block;
}
#reseller .property .content .row>div>div .t:last-child {
    margin: 16px 0 0;
}
#reseller .property .content .row>div>div .t:hover {
    background: #FFFFFF;
}
#reseller .property .content .row>div>div .c {
    position: relative;
    margin: 4px 0;
    padding-top: 56px;
}
#reseller .property .content .row>div>div .c>strong {
    position: absolute;
    left: -425px;
    top: 0;
    right: 0;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 60px 16px 24px;
    border-radius: 16px 0 0 16px;
    min-height: 56px;
    background: #f1f3f5;
    cursor: pointer;
}
#reseller .property .content .row>div>div .c>strong span {
    display: none;
}
#reseller .property .content .row>div>div .c>strong i {
    position: absolute;
    top: 50%;
    right: 16px;
    font-size: 24px;
    line-height: 0;
    display: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#reseller .property .content .row>div>div .c>ul {
    display: none;
    background: #fff;
}
#reseller .property .content .row>div>div .c>ul li {
    position: relative;
    text-align: center !important;
    display: table;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
    width: 100%}
#reseller .property .content .row>div>div .c>ul li>span {
    display: table-cell;
    height: 56px;
    padding: 10px;
    line-height: 1;
    vertical-align: middle;
}
#reseller .property .content .row>div>div .c>ul li>span>span {
    position: absolute;
    display: none;
    top: -1px;
    bottom: 0;
    width: 425px;
    text-align: left !important;
    left: -425px;
    background: #fff;
    color: #0B254B;
    font-weight: 600;
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#reseller .property .content .row>div>div .c>ul li>span>span span {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 24px;
    transform: translateY(-50%);
}
#reseller .property .content .row>div>div .c>ul li>span i {
    display: block;
    font-size: 24px;
    color: #0077FF;
}
#reseller .property .content .row>div>div .c>ul li:first-child {
    border-top: none;
}
#reseller .property .content .row>div>div .c>ul li:first-child>span>span {
    border-top: none;
    top: 0;
}
#reseller .property .content .row>div>div .c.open>strong {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#reseller .property .content .row>div>div .c.open>strong i {
    transform: rotateX(180deg);
}
#reseller .property .content .row>div>div .c.open>ul {
    display: block;
}
#reseller .property .content .row>div:first-child>div .t {
    border-radius: 16px 0 0 16px;
}
#reseller .property .content .row>div:first-child .c>strong span {
    display: block;
}
#reseller .property .content .row>div:first-child .c>ul li>span>span {
    display: block;
}
#reseller .property .content .row>div:first-child .c>ul li:last-child>span>span {
    border-bottom-left-radius: 16px;
}
#reseller .property .content .row>div:last-child>div .t {
    border-radius: 0 16px 16px 0;
}
#reseller .property .content .row>div:last-child .c>strong {
    border-radius: 0 16px 16px 0;
}
#reseller .property .content .row>div:last-child .c>strong i {
    display: block;
}
#reseller .property .content .row>div:last-child .c>ul {
    border-bottom-right-radius: 16px;
}
#reseller .property .content .row.active {
    display: flex;
}
#reseller .other {
    padding: 88px 15px;
}
#reseller .other>ul {
    padding-top: 8px;
}
#reseller .other>ul li {
    padding-top: 60px;
}
#reseller .faq {
    margin-top: 88px;
}
#cpanel .plan {
    padding: 64px 0;
    background: #FAFCFF;
}
#cpanel .plan .items {
    display: table;
    margin-top: 40px;
    width: 100%;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    overflow: hidden;
    line-height: 16px;
}
#cpanel .plan .items>ul {
    display: table-row;
    background: #f1f3f5;
    color: #445B78;
    font-weight: 600;
    height: 48px;
}
#cpanel .plan .items>ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    text-align: center !important;
}
#cpanel .plan .items>ul li:first-child, #cpanel .plan .items>ul li:nth-last-child(2) {
    text-align: left !important;
}
#cpanel .plan .items>div {
    display: table-row-group;
}
#cpanel .plan .items>div>ul {
    display: table-row;
    background: #fff;
}
#cpanel .plan .items>div>ul>li {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    heighT: 80px;
    text-align: center;
}
#cpanel .plan .items>div>ul>li>span {
    display: none;
    color: #0B254B;
    font-weight: 500;
}
#cpanel .plan .items>div>ul>li>strong {
    font-size: 18px;
    color: #0B254B;
    font-weight: 500;
}
#cpanel .plan .items>div>ul>li i {
    display: block;
    vertical-align: middle;
    padding: 6px;
    font-size: 24px;
    color: #0077FF;
}
#cpanel .plan .items>div>ul>li p {
    padding-bottom: 8px;
    font-weight: 500;
    color: #445B78;
    text-align: left !important;
}
#cpanel .plan .items>div>ul>li p u {
    text-decoration: line-through;
    vertical-align: middle;
}
#cpanel .plan .items>div>ul>li p strong {
    font-size: 24px;
    line-height: 1;
    color: #0B254B;
    padding-top: 4px;
    display: block;
}
#cpanel .plan .items>div>ul>li p strong sub {
    position: relative;
    bottom: 0;
    font-size: 12px;
    color: #445B78;
    font-weight: 600;
}
#cpanel .plan .items>div>ul>li .btn3 {
    display: block;
}
#cpanel .plan .items>div>ul>li:first-child {
    text-align: left !important;
}
#cpanel .plan .items>div>ul:nth-child(odd) {
    background: #FAFCFF;
}
#cpanel .plan .items>div.active {
    display: table-row-group;
}
#cpanel .textContent {
    padding: 24px 15px 88px;
}
#cpanel .textContent .row {
    padding-top: 64px;
}
#cpanel .textContent .toggle {
    padding-top: 16px;
}
#cpanel .advantages {
    padding: 88px 0;
    background: #FAFCFF;
}
#cpanel .advantages ul {
    padding-top: 8px;
}
#cpanel .advantages ul li {
    padding: 32px 15px 0;
}
#cpanel .advantages ul li>div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#cpanel .advantages ul li>div>strong {
    display: block;
    position: relative;
    font-size: 18px;
    color: #0B254B;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 52px 5px 0;
}
#cpanel .advantages ul li>div>strong i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    color: #0077FF;
}
#cpanel .advantages ul li>div p {
    padding: 16px 0;
    font-size: 16px;
}
#cpanel .advantages ul li>div .btn3 {
    display: block;
}
#cpanel .advantages ul li>div:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#plesk .plan {
    padding-top: 64px;
    background: #FAFCFF;
}
#plesk .plan ol {
    padding-top: 8px;
}
#plesk .plan ol>li {
    padding: 32px 15px 0;
}
#plesk .plan ol>li>div {
    padding: 24px;
    background: #FFFFFF;
    position: relative;
    border-radius: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#plesk .plan ol>li>div>div {
    display: table;
    background: #FAFCFF;
    border-radius: 16px;
    margin-bottom: 24px;
    width: 100%}
#plesk .plan ol>li>div>div>strong {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #0B254B;
    font-weight: 600;
    padding: 16px;
}
#plesk .plan ol>li>div>div div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 16px;
}
#plesk .plan ol>li>div>div div img {
    float: right;
    background: #FFFFFF;
    padding: 8px 24px;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
#plesk .plan ol>li>div p {
    text-align: center !important;
    margin-bottom: 24px;
}
#plesk .plan ol>li>div p>span {
    display: block;
}
#plesk .plan ol>li>div p>span u {
    text-decoration: line-through;
}
#plesk .plan ol>li>div p>span strong {
    font-size: 36px;
    line-height: 1;
    color: #0B254B;
    padding: 8px 0;
    display: inline-block;
}
#plesk .plan ol>li>div p>span sub {
    bottom: 0;
    font-size: 14px;
}
#plesk .plan ol>li>div>.btn3 {
    display: block;
}
#plesk .plan ol>li>div ul {
    margin: -4px 0;
    padding-top: 24px;
}
#plesk .plan ol>li>div ul li {
    text-align: left !important;
    position: relative;
    padding: 4px 0 4px 28px;
    line-height: 20px;
}
#plesk .plan ol>li>div ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 0;
    color: #0B254B;
    font-size: 20px;
}
#plesk .plan ol>li>div ul li i.iconsax-tick-circle {
    color: #0077FF;
}
#plesk .plan ol>li>div:hover {
    box-shadow: 0 10px 72px rgba(0, 0, 0, 0.06);
}
#plesk .canBeDone {
    padding: 64px 0;
    background: #FAFCFF;
}
#plesk .canBeDone .container {
    max-width: 950px;
}
#plesk .canBeDone .headContent {
    padding-bottom: 8px;
}
#plesk .canBeDone .headContent h2 {
    padding-top: 0;
    font-size: 24px;
}
#plesk .textContent {
    padding: 24px 15px 88px;
}
#plesk .textContent .row {
    padding-top: 64px;
}
#plesk .textContent .toggle {
    padding-top: 16px;
}
#plesk .advantages {
    padding: 88px 0;
    margin-bottom: 88px;
    background: #FAFCFF;
}
#plesk .advantages ul {
    padding-top: 8px;
}
#plesk .advantages ul li {
    padding: 32px 15px 0;
}
#plesk .advantages ul li>div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 16px;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#plesk .advantages ul li>div>strong {
    display: block;
    position: relative;
    font-size: 18px;
    color: #0B254B;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 52px 5px 0;
}
#plesk .advantages ul li>div>strong i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 40px;
    color: #0077FF;
}
#plesk .advantages ul li>div p {
    padding: 16px 0;
    font-size: 16px;
}
#plesk .advantages ul li>div .btn3 {
    display: block;
}
#plesk .advantages ul li>div:hover {
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#page {
    background: #FAFCFF;
    padding-bottom: 88px;
}
#page .topContent {
    padding-bottom: 130px;
}
#page .topContent h1 {
    padding-top: 50px;
    font-weight: 600;
    font-size: 40px;
    display: block;
}
#page .content {
    position: relative;
    z-index: 3;
}
#page .content .left {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding-top: 72px;
}
#page .content .left * {
    margin-top: 16px;
}
#page .content .left *:first-child {
    margin-top: 0;
}
#page .content .left h1, #page .content .left h2, #page .content .left h3, #page .content .left h4, #page .content .left h5, #page .content .left h6 {
    font-size: 24px;
    line-height: 28px;
    color: #0B254B;
    font-weight: 600 !important;
}
#page .content .left div {
    margin-top: 60px;
}
#page .content .left .bankList {
    margin-top: 0;
}
#page .content .left .bankList>li {
    margin-top: 32px;
}
#page .content .left .bankList>li>div {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px 16px;
}
#page .content .left .bankList>li>div p {
    display: table;
    font-size: 20px;
    font-weight: 600 !important;
    color: #0B254B;
    width: 100%}
#page .content .left .bankList>li>div p>* {
    display: table-cell;
    vertical-align: middle;
    margin-top: 12px;
}
#page .content .left .bankList>li>div p img {
    float: right;
}
#page .content .left .bankList>li>div ul li {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
    text-align: left;
}
#page .content .left .bankList>li>div ul li>* {
    display: block;
    font-size: 16px;
    color: #0B254B;
    margin-top: 8px;
    font-weight: 600 !important;
}
#page .content .left .bankList>li>div ul li a:hover {
    color: #0077FF;
}
#page .content .left .imprint>div>p {
    position: relative;
    font-size: 14px;
    padding-left: 41px;
    text-align: left !important;
}
#page .content .left .imprint>div>p:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 1px;
    width: 24px;
    height: 1px;
    background: #445B78;
}
#page .content .left .imprint ul li {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
    text-align: left;
}
#page .content .left .imprint ul li>* {
    display: block;
    font-size: 16px;
    color: #0B254B;
    margin-top: 8px;
    font-weight: 600 !important;
}
#page .content .left .imprint ul li a:hover {
    color: #0077FF;
}
#page .content .right {
    margin-top: -95px;
}
#page .content .right>div {
    padding: 24px 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}
#page .content .right>div h1, #page .content .right>div h2, #page .content .right>div h3, #page .content .right>div h4, #page .content .right>div h5, #page .content .right>div h6 {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #0B254B;
    font-weight: 600 !important;
    padding: 0 30px 16px 0;
    border-bottom: 1px solid rgba(68, 91, 120, 0.15);
}
#page .content .right>div h1 i, #page .content .right>div h2 i, #page .content .right>div h3 i, #page .content .right>div h4 i, #page .content .right>div h5 i, #page .content .right>div h6 i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #0077FF;
}
#page .content .right>div h1:before, #page .content .right>div h2:before, #page .content .right>div h3:before, #page .content .right>div h4:before, #page .content .right>div h5:before, #page .content .right>div h6:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 130px;
    height: 3px;
    background: #0077FF;
}
#page .content .right>div ul li {
    border-top: 1px solid rgba(68, 91, 120, 0.15);
}
#page .content .right>div ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 12px 32px 12px 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#page .content .right>div ul li a i {
    position: absolute;
    left: -24px;
    top: 50%;
    line-height: 0;
    font-size: 24px;
    color: #0077FF;
    opacity: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#page .content .right>div ul li a:hover {
    color: #0B254B;
}
#page .content .right>div ul li a.active {
    padding: 12px 0 12px 32px;
    color: #0B254B;
}
#page .content .right>div ul li a.active i {
    opacity: 1;
    left: 0;
}
#page .content .right>div ul li:first-child {
    border-top: none;
}
#footer {
    background: linear-gradient(180deg,  #1C1F29 0%,  #0E0E12 100%);
}
#footer .top {
    padding: 56px 0;
    background: url(../img/footerTop.png) no-repeat center, #3E45EB;
}
#footer .top .headContent {
    flex: 0 0 500px;
    widtH: 500px;
    padding: 0 15px;
}
#footer .top .headContent strong {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
#footer .top .headContent strong i {
    color: #fff;
}
#footer .top .headContent em {
    color: #fff;
    line-height: 1;
    padding: 24px 0 16px;
}
#footer .top .headContent p {
    color: rgba(255, 255, 255, 0.5);
}
#footer .top ul {
    font-size: 0;
    text-align: right !important;
}
#footer .top ul li {
    display: inline-block;
    text-align: center !important;
    color: #fff;
    padding: 0 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .top ul li i {
    font-size: 32px;
    display: block;
}
#footer .top ul li strong {
    display: block;
    font-size: 14px;
    font-weight: normal !important;
    opacity: .7;
    padding: 16px 0 12px;
}
#footer .top ul li a {
    font-size: 20px;
    line-height: 1;
}
#footer .top ul li:first-child {
    padding-left: 0;
    border-left: none;
}
#footer .top ul li:last-child {
    padding-right: 0;
}
#footer .menu {
    padding-top: 32px;
}
#footer .menu strong {
    display: block;
    font-size: 18px;
    font-weight: 600 !important;
    color: #fff;
    margin-top: 32px;
    position: relative;
    padding-right: 24px;
}
#footer .menu strong i {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    display: none;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
#footer .menu ul li {
    padding-top: 8px;
}
#footer .menu ul li a {
    color: #535C6C;
}
#footer .menu ul li a:hover {
    color: #fff;
}
#footer .bottom {
    padding-top: 60px;
}
#footer .bottom>div {
    padding-bottom: 20px;
}
#footer .bottom>div>* {
    padding: 5px 15px;
}
#footer .bottom>div p {
    padding-left: 40px;
    font-size: 18px;
    color: #7686A1;
    position: relative;
}
#footer .bottom>div p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 24px;
    height: 1px;
    background: #7686A1;
}
#footer .bottom>div ul {
    font-size: 0;
    padding: 0 7px;
}
#footer .bottom>div ul li {
    display: inline-block;
    vertical-align: middle;
}
#footer .bottom>div ul li a {
    display: block;
    font-size: 24px;
    color: #7686A1;
    padding: 8px;
}
#footer .bottom>div ul li a:hover {
    color: #fff;
}
#footer .bottom>p {
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid rgba(68, 91, 120, 0.5);
}
#footer .bottom>p>span {
    margin: 0 -24px;
}
#footer .bottom>p>span strong {
    padding: 5px 24px;
    font-weight: normal !important;
    color: #fff;
}
#footer .bottom>p>span span {
    color: #7686A2;
    padding: 5px 24px;
    position: relative;
}
#footer .bottom>p>span span:before {
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    width: 16px;
    heighT: 1px;
    background: #7686A2;
}
#footer .bottom>p>span span:last-child:before {
    display: none;
}
@media (max-width:1270px) {
    #header2 .bottom>ul li>a {
    padding: 12px;
}
#header2 .bottom>ul li>div {
    left: -40px;
    righT: -100px;
}
#header2 .bottom>a.blog {
    left: 200px;
}
#header2 .bottom>a.blog+ul {
    padding-left: 200px;
}
#header2 .bottom>a.blog+ul li>a {
    padding: 12px 6px;
}
#header2 .bottom>a.blog:before {
    display: none;
}
}@media (max-width:1199px) {
    #header .hill .center>div>span {
    display: none;
}
#header .bottom {
    padding-right: 134px;
}
#header .bottom>ul>li>a {
    padding: 12px 8px;
}
#header .bottom>ul>li>a b {
    left: 8px;
}
#header .bottom>div .account {
    font-size: 0;
    padding: 23px;
    line-height: 0;
}
#header .bottom>div .account i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header .bottom>div .basket {
    line-height: 0;
    padding: 23px;
}
#header .bottom>div .basket i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header .bottom>div .basket b {
    position: absolute;
    righT: 4px;
    top: 4px;
    line-height: 20px;
    min-width: 20px;
    color: #fff;
    background: #0077FF;
}
#ssl .package ol>li p {
    text-align: center !important;
}
#ssl .package ol>li p img {
    margin: 0 auto 16px;
}
#server .property .c .row {
    padding-left: 200px;
}
#server .property .c .row>div:first-child>div ul li>span>span {
    lefT: -200px;
    width: 200px;
}
#reseller .package .items {
    display: block;
    box-shadow: none;
}
#reseller .package .items>ul {
    display: none;
}
#reseller .package .items>div {
    margin: 0 -15px;
    flex-wrap: wrap;
}
#reseller .package .items>div>* {
    padding: 0 15px;
}
#reseller .package .items>div>ul {
    flex: 0 0 25%;
    width: 25px;
    padding: 15px;
    background: none;
    position: relative;
}
#reseller .package .items>div>ul>li {
    position: relative;
    display: block;
    z-index: 3;
    height: auto;
    padding: 8px 16px;
}
#reseller .package .items>div>ul>li>span {
    display: block;
    padding-bottom: 6px;
}
#reseller .package .items>div>ul>li:first-child {
    border-radius: 15px 15px 0 0;
    background: #788CA0;
    color: #fff;
    font-weight: 500;
    padding: 16px;
    margin-bottom: 8px;
    text-align: center !important;
}
#reseller .package .items>div>ul>li:first-child strong {
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
    display: block;
}
#reseller .package .items>div>ul>li:last-child {
    padding-bottom: 16px;
}
#reseller .package .items>div>ul:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#reseller .package .items>div.active {
    display: flex !important;
}
#reseller .property .content {
    padding-left: 345px;
}
#reseller .property .content .row>div>div .c>strong {
    left: -345px;
}
#reseller .property .content .row>div>div .c>ul li>span>span {
    left: -345px;
    width: 345px;
}
#blog .widget>div>div {
    margin-top: 0;
}
#footer .top {
    text-align: center !important;
}
#footer .top .headContent {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
}
#footer .top ul {
    text-align: center !important;
}
#footer .bottom>p>span strong {
    text-align: center !important;
}
}@media (max-width:991px) {
    .extensionContent .tbl tbody td>span * {
    padding: 0;
    display: block;
}
.extensionContent .tbl tbody td>span u:before {
    display: none;
}
.topContent {
    text-align: center !important;
}
.topContent .img {
    display: none;
}
.otherProductContent ul li div {
    padding: 32px 16px;
}
.otherProductContent ul li div a {
    padding: 15px;
}
#header2 .bottom {
    padding: 0 190px 0 15px;
}
#header2 .bottom>a {
    position: relative;
    display: inline-block;
    left: 0;
    padding: 15px 0;
    margin: 0;
    height: auto;
}
#header2 .bottom>a.blog {
    position: absolute;
    padding: 0;
}
#header2 .bottom>ul {
    display: none;
}
#header2 .bottom>div .basket {
    font-size: 0;
    width: 48px;
    heighT: 48px;
    padding: 0;
}
#header2 .bottom>div .basket i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header2 .bottom>div .basket b {
    right: 4px;
    margin-top: -20px;
}
#header2 .bottom>div .account {
    font-size: 0;
    width: 48px;
    heighT: 48px;
    padding: 0;
    margin-left: 6px;
}
#header2 .bottom>div .account i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header2 .bottom>div .mmenu {
    display: inline-block;
}
#header .hill .left, #header .hill .center>div>strong {
    display: none;
}
#header .bottom {
    padding: 0 190px 0 15px;
}
#header .bottom>a {
    position: relative;
    display: inline-block;
    left: 0;
    padding: 15px 0;
    margin: 0;
    height: auto;
}
#header .bottom>a.blog {
    position: absolute;
    padding: 0;
}
#header .bottom>ul {
    display: none;
}
#header .bottom>div .basket {
    font-size: 0;
    width: 48px;
    heighT: 48px;
    padding: 0;
}
#header .bottom>div .basket i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header .bottom>div .account {
    font-size: 0;
    width: 48px;
    heighT: 48px;
    padding: 0;
    margin-left: 6px;
}
#header .bottom>div .account i {
    left: 0;
    width: 100%;
    text-align: center !important;
}
#header .bottom>div .mmenu {
    display: inline-block;
}
#home .top .text {
    text-align: center !important;
}
#home .top .img {
    display: none;
}
#home .dynamic .t div>a {
    width: 100%}
#home .dynamic .t div:last-child {
    display: none;
}
#home .leader .text {
    flex: 0 0 100%;
    width: 100%}
#home .leader .text .headContent {
    text-align: center !important;
}
#home .leader .img {
    display: none;
}
#domain .textContent>div {
    text-align: center !important;
}
#domain .textContent>div .img {
    display: none;
}
#domain .textContent>div .toggle {
    text-align: left !important;
}
#domain .perfect ul li {
    text-align: center !important;
}
#domain .perfect ul li>strong {
    padding-left: 0;
}
#domain .perfect ul li>strong i {
    display: none;
}
#transfer .topContent .searchForm>input {
    padding-right: 340px;
}
#transfer .topContent .searchForm>div {
    right: 84px;
}
#transfer .topContent .searchForm>button {
    font-size: 0;
    padding: 15px 0;
    width: 56px;
    text-align: center !important;
}
#transfer .topContent .searchForm>button span {
    display: block;
    padding: 0;
}
#transfer .topContent .searchForm>button span i {
    position: unset;
    line-height: 24px;
}
#hosting .textContent>div {
    text-align: center !important;
}
#hosting .textContent>div .img {
    display: none;
}
#server .textContent>div {
    text-align: center !important;
}
#server .textContent>div .img {
    display: none;
}
#office .advantages .img {
    display: none;
}
#ssl .package ol>li ul {
    flex: 1 0 0;
    width: unset;
}
#mail .textContent>div {
    text-align: center !important;
}
#mail .textContent>div .img {
    display: none;
}
#server .textContent>div {
    text-align: center !important;
}
#server .textContent>div .img {
    display: none;
}
#server .property .c .tab2 {
    display: none;
}
#server .property .c .row {
    padding-left: 0;
}
#server .property .c .row>div>div ul li>span>span {
    display: block;
}
#server .property .c .row>div>div ul li:first-child>span>span {
    display: none;
}
#server .property .c .row>div:first-child>div ul li>span>span {
    position: unset;
    width: 100%;
    border: none;
}
#server .property .c .row>div:first-child>div ul li>span>span>span {
    padding: 0;
    position: unset;
    text-align: center !important;
    font-size: 14px;
    display: block;
    transform: unset;
}
#reseller .package .items>div>ul {
    flex: 0 0 50%;
    width: 50%}
#reseller .property .content {
    padding-left: 0;
}
#reseller .property .content .options {
    position: unset;
    padding-bottom: 24px;
}
#reseller .property .content .options>ol {
    display: none;
}
#reseller .property .content .row {
    margin: -15px;
}
#reseller .property .content .row>div {
    padding: 15px;
}
#reseller .property .content .row>div>div .c {
    padding-top: 0;
    overflow: hidden;
    border-radius: 16px;
}
#reseller .property .content .row>div>div .c>strong {
    position: relative;
    left: auto;
    border-radius: 0 !important;
}
#reseller .property .content .row>div>div .c>strong span {
    display: block;
}
#reseller .property .content .row>div>div .c>strong i {
    display: block;
}
#reseller .property .content .row>div>div .c>ul li>span>span {
    position: unset;
    display: block;
    border-top: none;
}
#reseller .property .content .row>div>div .c>ul li>span>span span {
    position: unset;
    transform: unset;
    padding-bottom: 4px;
    display: block;
    text-align: center !important;
}
#reseller .property .content .row>div>div .t:last-child {
    display: none;
}
#reseller .textContent>div {
    text-align: center !important;
}
#reseller .textContent>div .img {
    display: none;
}
#cpanel .plan .items {
    display: block;
    margin-top: 25px;
    box-shadow: none;
}
#cpanel .plan .items>ul {
    display: none;
}
#cpanel .plan .items>div {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
#cpanel .plan .items>div>* {
    padding: 0 15px;
}
#cpanel .plan .items>div>ul {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 15px;
    background: none;
    position: relative;
}
#cpanel .plan .items>div>ul>li {
    position: relative;
    display: block;
    z-index: 3;
    height: auto;
    padding: 8px 16px;
}
#cpanel .plan .items>div>ul>li>span {
    display: block;
    padding-bottom: 6px;
}
#cpanel .plan .items>div>ul>li p {
    text-align: center !important;
}
#cpanel .plan .items>div>ul>li:first-child {
    border-radius: 15px 15px 0 0;
    background: #788CA0;
    color: #fff;
    font-weight: 500;
    padding: 16px;
    margin-bottom: 8px;
    text-align: center !important;
}
#cpanel .plan .items>div>ul>li:first-child strong {
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
    display: block;
}
#cpanel .plan .items>div>ul>li:last-child {
    padding-bottom: 16px;
}
#cpanel .plan .items>div>ul:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#cpanel .plan .items>div.active {
    display: flex !important;
}
#cpanel .textContent>div {
    text-align: center !important;
}
#cpanel .textContent>div .img {
    display: none;
}
#plesk .textContent>div {
    text-align: center !important;
}
#plesk .textContent>div .img {
    display: none;
}
#blog>.menu ul {
    white-space: nowrap;
    overflow: auto;
}
#blog>.menu .search>div label {
    position: relative;
    z-index: 3;
}
#blog>.menu .search>div input {
    position: absolute;
    righT: 0;
    top: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    padding: 8px 0;
    opacity: 0;
}
#blog>.menu .search>div input:focus {
    width: 220px;
    opacity: 1;
    padding: 8px 36px 8px 16px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
#page .content .right {
    margin-top: 64px;
}
#footer .bottom>div>div {
    text-align: center !important;
}
#footer .bottom>div p {
    padding-left: 15px;
}
#footer .bottom>div p:before {
    display: none;
}
#footer .bottom>p>span span {
    text-align: center !important;
}
#footer .bottom>p>span span:before {
    display: none;
}
}@media (max-width:767px) {
    .mm-page {
    padding-top: 155px;
}
.headContent h1, .headContent h2, .headContent h3, .headContent h4, .headContent h5, .headContent h6, .headContent>em {
    font-size: 24px;
}
.topContent {
    padding-bottom: 75px;
}
.searchForm>i {
    display: none;
}
.searchForm>input {
    padding-left: 24px;
    padding-right: 90px;
}
.searchForm button {
    font-size: 0;
    padding: 15px 0;
    width: 56px;
    text-align: center !important;
}
.searchForm button span {
    display: block;
    padding: 0;
}
.searchForm button span i {
    position: unset;
    line-height: 24px;
}
.tbl table thead tr th, .tbl table tbody tr td {
    padding: 12px;
    font-size: 14px;
}
.faq {
    padding-bottom: 66px;
}
.list3 li {
    text-align: center !important;
}
.extensionContent>.row>div:last-child {
    display: none;
}
.extensionContent .tbl tbody td>span * {
    font-size: 14px;
}
.extensionContent .tbl tbody td:first-child em {
    display: none;
}
.blogContent {
    padding: 66px 0;
}
.otherProductContent {
    padding-top: 66px;
}
.blogItem.horizontal {
    display: block;
}
.blogItem.horizontal>span {
    display: block;
}
.blogItem.horizontal>span:first-child {
    padding-top: 53%;
    max-width: 100%;
    width: 100%}
.blogItem.horizontal>span:last-child {
    padding: 16px;
}
.blogItem.horizontal>span:last-child>* {
    margin-top: 16px;
}
.blogItem.horizontal>span:last-child>strong {
    font-size: 20px;
    max-height: 60px;
}
.blogItem.horizontal>span:last-child>span {
    -webkit-line-clamp: 3;
    max-height: 72px;
}
.blogItem.horizontal>span:last-child>em {
    display: none;
}
body.hillOpen .mm-page {
    padding-top: 223px;
}
body.hillOpen #header.fix {
    top: -143px;
}
#header2 .top {
    text-align: center !important;
}
#header2 .top ul li {
    padding-right: 16px;
}
#header2 .top .right {
    padding-top: 10px;
}
#header2 .top .right li {
    padding-left: 0;
}
#header2.fix {
    top: -70px;
}
#header .hill .center {
    padding-right: 0;
}
#header .hill .center>div>div ul {
    height: 49px;
}
#header .hill .center>div>div ul li {
    padding: 0 4px;
}
#header .hill .center>div>div ul li a strong {
    display: block;
    font-size: 14px;
    padding-right: 0;
}
#header .hill .center>div>div ul li a span {
    font-size: 12px;
    line-height: 26px;
    padding: 0 6px;
}
#header .hill .center>div>div ul li:before {
    display: none;
}
#header .hill .right {
    padding-left: 4px;
}
#header .top {
    text-align: center !important;
}
#header .top ul li {
    padding-right: 16px;
}
#header .top ul li:before {
    right: 8px;
}
#header .top .right {
    padding-top: 10px;
}
#header .top .right li {
    padding-left: 0;
}
#header.fix {
    top: -70px;
}
#home .top .text .item>strong {
    font-size: 30px;
}
#home .top .text .item p {
    font-size: 15px;
}
#home .top .text .owl-dots {
    padding-top: 36px;
}
#home .domain form input {
    padding-left: 24px;
    padding-right: 90px;
}
#home .domain ul {
    margin: 0 -12px;
}
#home .domain ul li {
    padding: 24px 12px 0;
}
#home .hosting {
    padding: 64px 15px 42px;
}
#home .campaign>div .owl-carousel .owl-nav {
    padding: 0;
}
#home .campaign>div .owl-carousel .owl-nav button:last-child {
    right: 0;
}
#home .campaign>div .owl-carousel .owl-dots {
    left: 72px;
    right: 72px;
}
#home .dynamic {
    padding: 66px 15px;
}
#home .leader {
    padding-top: 66px;
}
#home .happy {
    padding-top: 66px;
}
#home .panels .items {
    padding: 66px 0;
}
#domain .popular {
    padding: 66px 0;
}
#domain .popular ul {
    margin: 0 -12px;
}
#domain .popular ul>li {
    padding: 24px 12px 0;
}
#domain .advantages {
    padding-top: 66px;
}
#domain .textContent {
    padding-top: 0;
}
#domain .featured {
    padding: 2px 15px 66px;
}
#whois .popular {
    padding: 66px 0;
}
#whois .popular ul {
    margin: 0 -12px;
}
#whois .popular ul>li {
    padding: 24px 12px 0;
}
#whois .faq {
    padding: 66px 15px 0;
}
#whois .advantages {
    padding: 66px 15px;
}
#transfer .topContent .searchForm>input {
    padding-right: 24px;
    padding-bottom: 92px;
}
#transfer .topContent .searchForm>div {
    left: 24px;
    top: 92px;
    width: auto;
    right: 80px;
}
#transfer .topContent .searchForm>div input {
    width: 100%}
#transfer .topContent .searchForm>button {
    top: auto;
    bottom: 22px;
    transform: unset;
}
#transfer .how {
    padding: 66px 0;
}
#transfer .why {
    padding-top: 66px;
}
#transfer .advantages {
    padding: 66px 15px 0;
}
#transfer .extensionContent {
    padding-top: 50px;
}
#hosting .plan .container>.row>div:last-child {
    display: none;
}
#hosting .advantages {
    padding: 100px 15px 0;
}
#hosting .textContent {
    padding-top: 0;
}
#hosting .other {
    padding: 2px 15px 66px;
}
#office .advantages {
    padding-top: 66px;
}
#office .plan {
    margin-bottom: 66px;
}
#office .plan .bottom ul li {
    text-align: center !important;
}
#office .plan .bottom ul li strong {
    display: inline-block;
}
#ssl .package {
    padding-bottom: 66px;
}
#ssl .package ol>li ul {
    flex: 0 0 100%;
    width: 100%}
#ssl .package ol>li ul li {
    width: 100%;
    text-align: center !important;
}
#ssl .advantages {
    padding: 66px 15px 40px;
}
#ssl .document {
    padding: 66px 0;
    margin-bottom: 66px;
}
#mail .what .list3 li {
    padding-top: 24px;
}
#mail .what .list3 li strong {
    padding: 0;
}
#mail .what .list3 li strong i {
    display: none;
}
#mail .textContent {
    padding-top: 66px;
}
#mail .advantages {
    padding: 66px 15px 0;
}
#mail .choice {
    padding: 66px 0;
}
#tag .topContent .searchForm input {
    padding-right: 170px;
}
#tag .topContent .searchForm>span {
    right: 80px;
    widtH: 80px;
}
#tag .suitable {
    padding-top: 66px;
}
#tag .why {
    padding: 66px 15px;
}
#tag .popular {
    padding: 66px 0;
}
#tag .popular ul {
    margin: 0 -12px;
}
#tag .popular ul>li {
    padding: 24px 12px 0;
}
#tag .blogContent {
    padding-top: 186px;
    margin: -120px 0 66px;
}
#server .plan .container>.row>.col-sm-auto {
    display: none;
}
#server .textContent {
    padding-top: 0;
}
#server .advantages {
    padding: 64px 15px 0;
}
#server .property {
    margin-top: 64px;
    padding: 64px 0;
}
#server .property .c .row {
    margin: -15px;
}
#server .property .c .row>div {
    padding: 15px;
}
#server .property .c .row>div>div {
    border-radius: 16px !important;
}
#server .other {
    padding: 64px 15px;
}
#reseller .package .options>div:last-child {
    display: none;
}
#reseller .package .bottom {
    padding: 34px 0 49px;
}
#reseller .advantages {
    padding-top: 64px;
}
#reseller .textContent {
    padding-top: 0;
}
#reseller .property {
    margin-top: 64px;
    padding: 64px 0;
}
#reseller .other {
    padding: 64px 15px;
}
#reseller .faq {
    margin-top: 64px;
}
#cpanel .plan .items>div>ul {
    flex: 50% 0 0;
    width: 50%}
#cpanel .textContent {
    padding: 0 15px 64px;
}
#cpanel .advantages {
    padding: 64px 0;
}
#plesk .textContent {
    padding: 0 15px 64px;
}
#plesk .advantages {
    padding: 64px 0;
    margin-bottom: 64px;
}
#page {
    padding-bottom: 64px;
}
#footer .top .headContent {
    padding-bottom: 0;
}
#footer .top ul li {
    display: block;
    border-left: none;
    padding: 30px 0 0;
}
#footer .menu {
    border-bottom: 1px solid rgba(68, 91, 120, 0.5);
}
#footer .menu>div>div {
    padding: 0;
}
#footer .menu strong {
    margin-top: 0;
    padding: 10px 40px 10px 15px;
    border-top: 1px solid rgba(68, 91, 120, 0.5);
}
#footer .menu strong i {
    display: block;
    righT: 15px;
}
#footer .menu strong.open i {
    transform: rotateX(180deg);
}
#footer .menu ul {
    display: none;
    padding: 0 15px 24px;
}
#footer .menu ul li:first-child {
    padding-top: 0;
}
#footer .bottom {
    text-align: center !important;
}
}@media (max-width:576px) {
    #header2 .bottom>a.blog {
    display: none;
}
#server .property .c .t .r ul li {
    min-width: 50vw;
}
#server .property .c .p>li>div>.row>div {
    min-width: 50vw;
}
#reseller .package .items>div>ul {
    flex: 0 0 100%;
    width: 100%}
#page .content .left .bankList>li>div p>*:first-child {
    display: none;
}
#page .content .left .bankList>li>div p img {
    float: left;
}
#page .content .left .imprint>div>p {
    padding-left: 15px;
}
#page .content .left .imprint>div>p:before {
    display: none;
}
#cpanel .plan .items>div {
    margin: -6px;
}
#cpanel .plan .items>div>ul {
    padding: 6px;
}
#cpanel .plan .items>div>ul:before {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
}
}