* {
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    min-width: 1200px;
    color: #303133;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    text-align: inherit;
}

.ml-8 {
    margin-left: 8px;
}

.ml-16 {
    margin-left: 16px;
}

a {
    text-decoration: none;
}

.yIcon {
    position: relative;
}

svg.iconfont {
    width: 100%;
    position: relative;
    flex-shrink: 0;
}

.white-btn {
    border: 1px solid #fff;
    color: #2B85FB !important;
    background: #fff !important;
}

.white-btn.plain {
    background: transparent !important;
    color: #fff !important;
}

.plain-button {
    border: 1px solid #2B85FB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #fff;
    border-radius: 4px;
    color: #2B85FB;
    cursor: pointer;
    font-weight: 500 !important;
}

.module-title {
    font-size: 28px;
    text-align: center;
    position: relative;
    color: #292D33;
    line-height: 1;
    margin-bottom: 64px;
}

.module-title > div {
    font-size: 14px;
    color: #7A8799;
    padding-top: 24px;
    line-height: 24px;
}

.module-title.line:before,
.module-title.line:after {
    content: '';
    position: absolute;
    width: 35%;
    height: 1px;
    background: #ddd;
    top: 50%
}

.module-title.line:before {
    left: 0;
}

.module-title.line:after {
    right: 0;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.page-main {
    min-height: calc(100vh - 332px);
}

.tooltip {
    position: relative;
}

.tooltip .panel {
    background-color: #505255;
    position: absolute;
    color: #fff;
    padding: 8px;
    border-radius: 2px;
    left: calc(100% + 6px);
    top: -6px;
    display: none;
    z-index: 2020;
}

.tooltip:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #505255 transparent transparent;
    bottom: calc(50% - 6px);
    left: 100%;
    display: none;
}

.tooltip:hover .panel,
.tooltip:hover:before {
    display: block;
}

.connect {
    display: flex !important;
}

.connect .input[inner] {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex-grow: 1;
}

.connect a[yui-button] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-shrink: 0;
}

.layui-slider-wrap-btn {
    width: 6px;
    height: 16px;
    border-radius: 0;
    background-color: #2B85FB;
}

.num-input input[inner] {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.num-input a[prepend], .num-input a[suffix] {
    position: absolute;
    width: 25%;
    max-width: 30px;
    height: 100%;
    top: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.num-input a[prepend] {
    left: 0;
    border-right: 1px solid #dcdfe6;
}

.num-input a[suffix] {
    border-left: 1px solid #dcdfe6;
    right: 0;
}

.layui-slider-input {
    width: 80px !important;
    height: 34px !important;
    border: 1px solid #dcdfe6;
}

.layui-slider-input .layui-slider-input-txt {
    margin-right: 30px;
}

.layui-slider-input input {
    padding: 0;
}

.swiper-pagination-bullet {
    width: 24px !important;
    height: 3px !important;
    border-radius: 0 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-container {
    --swiper-navigation-color: #C0C4CC;
    --swiper-navigation-size: 26px;
}

.swiper-button-prev, .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    display: none !important;
}

.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
    display: flex !important;
}

.right-top-tip {
    position: relative;
}

.right-top-tip:before {
    content: '优惠';
    position: absolute;
    padding: 2px;
    background-color: #f03131;
    font-size: 12px;
    color: #fff;
    bottom: calc(100% + 3px);
    border-radius: 2px;
    left: 70%;
}

.right-top-tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-color: #f03131 transparent transparent;
    border-style: solid;
    bottom: 100%;
    border-radius: 2px;
    right: 10%;
}

.right-top-ribbon {
    position: relative;
    overflow: hidden;
}

.right-top-ribbon:after {
    content: '优惠';
    position: absolute;
    background-color: #f03131;
    color: #fff;
    transform: rotate(45deg);
    padding: 4px 0;
    width: 120px;
    text-align: center;
    right: -55px;
    top: -20px;
    transform-origin: 0 0;
    font-size: 12px;
}

.phone-pre {
    display: flex;
}

.phone-pre .pre {
    width: 120px;
}

.phone-pre .pre [inner] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.phone-pre .input {
    flex-grow: 1;
}

.phone-pre .input input[inner] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.crumbs {
    padding: 16px 0;
}

.crumbs > .icon-arrow-left {
    font-size: 12px;
    margin: 0 2px;
}

.crumbs > a {
    color: #7a8799 !important;
}

.crumbs > a:last-child {
    color: #292d33 !important;
    cursor: text;
}

.crumbs > a.only-text {
    color: #7a8799 !important;
    cursor: text;
}

.first-show-g {
    transition: 1s;
}

.layui-slider-step.first, .layui-slider-step.last {
    background-color: transparent;
}

.layui-slider-step > div {
    font-size: 12px;
    color: #999;
    top: 9px;
    position: absolute;
    transform: translateX(-50%);
}

.image-preview-g {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    z-index: 2021;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.image-preview-g.show {
    display: flex;
}

.image-preview-g .yui-icon.closed {
    font-size: 28px;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    font-weight: 600;
}

/* =========================== 公共模块 =========================== */

.banner {
    height: 460px;
    width: 100%;
    background: #3860f4;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.banner .link {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.banner .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.banner .left {
    width: 40%;
    flex-shrink: 0;
}

.banner .right {
    width: 40%;
    flex-shrink: 0;
}

.banner .right-img {
    max-width: 50%;
    flex-shrink: 0;
    position: relative;
}

.banner .title {
    font-size: 45px;
}

.banner .title > div {
    font-size: 15px;
    line-height: 28px;
    padding-top: 20px;
    opacity: .7;
}

.banner .btn {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.banner .btn > a[yui-button] {
    background-color: #fff;
    color: #2B85FB;
    border-color: rgba(255, 255, 255, .5);
}

.banner .btn > a[yui-button]:not(.plain):hover {
    background-color: #fff;
    color: #2B85FB;
    border-color: transparent;;
}

.banner .right-button, .banner .right-button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fff;
    height: auto;
    padding: 0 18px;
}

.banner .right-button.yellow {
    color: #ffdb49 !important;
    font-weight: 600;
}

.banner .tip {
    color: rgb(35, 231, 169);
    font-weight: 600;
    margin-left: 18px;
    font-size: 14px;
}

.banner .tip a {
    color: rgb(35, 231, 169);
    font-weight: 600;
}

.banner.plain .title {
    text-align: center;
    color: #FEFEFF;
    font-size: 28px;
}

.banner.plain .title > div {
    font-size: 18px;
    opacity: 1;
}

.public-anchor {
    height: 60px;
    position: relative;
}

.public-anchor .anchor {
    background-color: #fff;
    z-index: 2020;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.public-anchor .anchor.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #1f2533;
}

.public-anchor .anchor .w1200 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.public-anchor .anchor .w1200 .logo {
    margin-right: 40px;
}

.public-anchor .anchor .anchor-item {
    padding: 0 2%;
    color: #303133;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 40px;
}

.public-anchor .anchor.fixed .anchor-item {
    color: #fff;
}

.public-anchor .anchor .anchor-item:last-child {
    margin-right: 0;
}

.public-anchor .anchor .anchor-item:hover,
.public-anchor .anchor .anchor-item.checked {
    color: #2B85FB;
}

.public-anchor .anchor .anchor-item.checked:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -1px;
    color: #2B85FB;
    height: 3px;
    background-color: #2B85FB;
    left: 0;
}

.public-anchor .anchor .w1200 .btn {
    margin-left: auto;
    height: 40px;
    color: #fff;
}

.public-article {
    padding: 64px 0;
}

.public-article > .w1200 {
    display: flex;
    justify-content: space-around
}

.public-article > .w1200 > div {
    width: 0;
    flex-grow: 1;
}

.public-article .title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e4e7ed;
    color: #333;
}

.public-article .row {
    display: flex;
    align-items: center;
    color: #555;
    line-height: 40px;
}

.public-article .row .article-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    margin-right: 16px;
}

.public-article .row .time {
    flex-shrink: 0;
}

.public-article .row:hover,
.public-article .row:hover .time {
    color: #2B85FB;
}

.ready-start {
    display: none;
    height: 60px;
    position: fixed;
    cursor: pointer;
    background: rgb(35, 91, 240) url("../images/footer/guide-bar-bg.jpg") no-repeat center center;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2021;
}

.ready-start-close {
    background: #fff;
    position: absolute;
    border-radius: 50%;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ready-start-close .icon-close {
    color: #909399;
}

.hover-bg-cards {
    padding: 64px 0;
}

.hover-bg-cards > .module-title {
    margin-bottom: 64px;
}

.hover-bg-cards > .w1200 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.hover-bg-cards > .w1200:last-child {
    margin-bottom: 0;
}

.hover-bg-cards .card {
    width: 0;
    flex-grow: 1;
    margin-right: 24px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    border-color: transparent;
    border-top: 3px solid transparent;
    background-color: transparent;
}

.hover-bg-cards .card:hover {
    border-top-color: #2B85FB;
    background: url("../images/HKServerRent/advantage-bg.png") center no-repeat;
    background-size: cover;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.hover-bg-cards .card:last-child {
    margin-right: 0;
}

.hover-bg-cards .card .right {
    margin-left: 24px;
}

.hover-bg-cards .card .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #292d33;
}

.hover-bg-cards .card .desc {
    color: #8590a1;
}

.common-question {
    padding: 64px 0;
    background: url("../images/hireServer/qa-bg.png") center center no-repeat;
    background-size: cover;
}

.common-question .card {
    padding: 16px 24px;
    margin-bottom: 24px;
}

.common-question .card:last-child {
    margin-bottom: 0;
}

.common-question .card:hover {
    border: 1px solid #2B85FB;
}

.common-question .card .top {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.common-question .card .top > div {
    flex-grow: 1;
    margin: 0 24px;
    font-size: 16px;
    position: relative;
}

.common-question .card .top > div:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    left: -24px;
    top: 10px;
    background-color: #292d33;
}

.common-question .card .yIcon {
    background-color: #2B85FB;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    padding: 2px;
}

.common-question .card .yIcon.icon-reduce-plain {
    display: none;
}

.common-question .card .bottom {
    border-top: 1px solid #ebeef5;
    margin-top: 16px;
    padding: 16px 0 0 24px;
    line-height: 26px;
    color: #555;
    display: none;
}

.common-question .card .bottom > span {
    color: #2B85FB;
}

.common-question .card.checked {
    border: 1px solid #2B85FB;
    background-color: #2B85FB;
    color: #fff;
}

.common-question .card.checked .top > div:before {
    background-color: #fff;
}

.common-question .card.checked .bottom {
    color: rgba(255, 255, 255, .8);
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.common-question .card.checked .icon-add-plain {
    display: none;
}

.common-question .card.checked .icon-reduce-plain {
    display: block;
    color: #2B85FB;
    background-color: #fff;
}

.common-question .card a[yui-link] {
    color: #fff !important;
    position: relative;
}

.common-question .card a[yui-link]:hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 5px;
}

.hover-cards {
    display: flex;
}

.hover-cards .card {
    width: 0;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
    padding: 32px 24px;
    text-align: center;
    border-left: 1px solid #e3e4e5;
    transition: .3s;
}

.hover-cards .card:first-child {
    border-left: 1px solid transparent;
}

.hover-cards .card:hover {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(6, 38, 78, 0.1);
    z-index: 1;
    border-left-color: transparent;
}

.hover-cards .card:hover + .card {
    border-left-color: transparent;
}

.hover-cards .card:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: -1px;
    left: 0;
    background-color: #2b85fb;
}

.hover-cards .card:hover .btn {
    background-color: #2b85fb;
    color: #fff;
}

.common-radio-part .common-radio-group {
    display: flex;
}

.common-radio-part .common-radio-group .common-radio {
    cursor: pointer;
}

.common-radio-part .common-radio-group .common-radio.disabled {
    cursor: not-allowed;
}

.common-radio-part .common-radio-panel-group {
    margin-top: 24px;
}

.common-radio-part .common-radio-panel:not(.checked) {
    display: none;
}

/* =========================== 公共模块 =========================== */