@font-face {
    font-family: 'Akrobat';/*这里是说明调用bai来的字体名du字*/
    src: url("../font/akrobatziti/Akrobat-Black.otf"); /*这里是字体文件路径*/
    src: url("../font/akrobatziti/Akrobat-Bold.otf"); /*这里是字体文件路径*/
}

.layui-fluid {
    padding: 0;
    font-weight: 400;
}

@media only screen and (max-width: 1230px) {
    .layui-fluid {
        width: 1230px;
    }
}

.layui-container {
    width: 1230px;
}

.common-clear {
    clear: both;
}

.common-flex {
    display: flex; /*将对象作为弹性伸缩盒显示*/
    display: -webkit-flex; /*在webkit内核的浏览器上使用要加前缀*/
}

.block-title {
    padding-top: 48px;
    color: #262626;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
}

.block-title p {
    padding-top: 12px;
    font-size: 14px;
    color: #989DA6;
}

/*顶部*/
.wkui-common-top {
    height: 30px;
    font-size: 12px;
    text-align: right;
    background: linear-gradient(-90deg, #F2F4F7, #FFFFFF);
    line-height: 30px;
}

.wkui-common-top a {
    color: #989DA6;
    position: relative;
    padding: 0 14px;
}

.wkui-common-top a:hover {
    color: #28B99F;
}

.wkui-common-top a:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #DADDE0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.wkui-common-top a:last-child {
    padding-right: 0px;
}

.wkui-common-top a:last-child:hover {
    color: #989DA6;
}

.wkui-common-top a:last-child:after {
    width: 0px;
}

.wkui-common-top .top-wechat {
    position: absolute;
    top: 10px;
    left: -30px;
    z-index: 999;
    display: none;
}

.wkui-common-top a:hover {
    color: #28B99F;
}

.wkui-common-top a:hover .icon-user {
    background-position: -15px -30px;
}

.wkui-common-top a:hover .icon-wechat {
    background-position: -48px -30px;
}

/*菜单*/
.wkui-common-menu {
    height: 60px;
    line-height: 60px;
}

.wkui-common-menu .common-menu-logo {
    width: 241px;
    height: 55px;
    position: absolute;
    top: -12px;
}

.wkui-common-menu .common-menu-logo img {
    width: 100%;
}

.wkui-common-menu .common-menu-item {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
}

.wkui-common-menu .common-menu-item a {
    margin: 0 18px;
    display: inline-block;
    position: relative;
}

.wkui-common-menu .common-menu-item a:last-child {
    margin-right: 0;
}

.wkui-common-menu .common-menu-item .active {
    font-weight: bold;
    color: #28B99F;
}

.wkui-common-menu .common-menu-item .active:after {
    content: "";
    top: auto;
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #28B99F;
}

.wkui-common-menu .common-menu-item a:hover {
    font-weight: bold;
    color: #28B99F;
}

.wkui-common-menu .common-menu-item a:hover:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #28B99F;
}

/*Banner*/
.wkui-common-banner {
    height: 238px;
    background: #434B58;
    background-position: center;
    background-size: cover;
    z-index: 999;
    margin-top: 1px;
}

.wkui-common-banner h3 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    padding-top: 72px;
    margin-bottom: 22px;
}

.wkui-common-banner p {
    font-size: 16px;
    color: #B3BDC8;
    line-height: 26px;
}

/*导航*/
.wkui-common-nav {
    height: 50px;
    box-shadow: 0px 2px 7px 0px rgba(38, 42, 63, 0.06);
    background: #FFFFFF;
    display: none;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}

.wkui-common-nav ul {
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.wkui-common-nav ul li {
    height: 50px;
    display: inline-block;
    padding: 0 49px;
}

.wkui-common-nav ul li a {
    font-size: 14px;
    line-height: 50px;
    color: #5E6166;
    position: relative;
}

.wkui-common-nav ul li a.active {
    color: #28B99F;
}

.wkui-common-nav ul li a.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #28B99F;
    position: absolute;
    bottom: -17px;
    left: 0px;
}

.wkui-common-nav ul li a:hover {
    color: #28B99F;
}

.wkui-common-nav ul li a:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #28B99F;
    position: absolute;
    bottom: -17px;
    left: 0px;
}

/*底部*/
.wkui-common-bottom {
    height: 310px;
    background: #262A3F;
}

.common-bottom-Z, .common-bottom-line, .common-bottom-Y {
    float: left;
    height: 310px;
}

.common-bottom-Z {
    width: 330px;
    padding-top: 44px;
    box-sizing: border-box;
}

.common-bottom-Z .service-item {
    color: #7E838C;
    font-size: 14px;
    line-height: 14px;
}

.common-bottom-Z .service-item h3 {
    line-height: 20px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 24px;
}

.common-bottom-Z .service-item h3 span {
    display: inline-block;
    color: #28B99F;
    border: 1px solid #28B99F;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 5px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 10px;
}

.common-bottom-Z .QR-item {
    width: 74px;
    height: 74px;
    float: left;
    margin-right: 24px;
}

.common-bottom-Z .QR-item p {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #7E838C;
    padding-top: 14px;
}

.common-bottom-line {
    width: 15px;
    background-image: url("../img/common/bottom-line.png");
}

.common-bottom-Y {
    width: 855px;
    padding-left: 127px;
    padding-top: 31px;
    box-sizing: border-box;
    justify-content: space-between;
}

.common-bottom-Y ul li a {
    font-size: 14px;
    color: #7E838C;
    line-height: 40px;
}

.common-bottom-Y ul li a:hover {
    color: #ffffff;
}

.common-bottom-Y ul li:first-child a {
    color: #FFFFFF;
}

/*备案*/
.wkui-common-beian {
    height: 40px;
    line-height: 40px;
    background: #222539;
}

.common-beian-Z, .common-beian-M, .common-beian-Y {
    float: left;
    font-size: 12px;
    color: #565E6D;
}

.common-beian-Z {
    width: 850px;
}

.common-beian-M {
    width: 150px;
}

.common-beian-M a{
    color: #565E6D;
}

.common-beian-Y {
    width: 200px;
    text-align: right;
    background-image: url("../img/common/beian.png");
    background-repeat: no-repeat;
    background-position-x: 24px;
    background-position-y: 12px;
}

/*回到顶部*/
.common-back-top {
    width: 59px;
    height: 64px;
    background-image: url("../img/common/back-top.png");
    position: fixed;
    bottom: 280px;
    right: 0px;
    display: none;
    cursor: pointer;
}

.common-back-top:hover {
    background-image: url("../img/common/back-top-hover.png");
}

/*浮动客服*/
.common-service {
    height: 162px;
    width: 54px;
    position: fixed;
    bottom: 364px;
    right: 0px;
    z-index: 999;
}

.common-service-item {
    height: 54px;
    width: 54px;
    cursor: pointer;
    position: relative;
}

.common-service-item:nth-child(1) {
    background-image: url("../img/common/mobile.png");
}

.common-service-item:nth-child(1):hover {
    background-image: url("../img/common/mobile-hover.png");
}

.common-service-item:nth-child(2) {
    background-image: url("../img/common/qq.png");
}

.common-service-item:nth-child(2):hover {
    background-image: url("../img/common/qq-hover.png");
}

.common-service-item:nth-child(3) {
    background-image: url("../img/common/wechat.png");
}

.common-service-item:nth-child(3):hover {
    background-image: url("../img/common/wechat-hover.png");
}

.common-service-body {
    width: 246px;
    height: 112px;
    background-image: url("../img/common/common-service-body.png");
    position: absolute;
    left: -243px;
    top: -27px;
    color: #989DA6;
    font-size: 13px;
    display: none;
}

.common-service-item:nth-child(2) .common-service-body {
    height: 165px;
    background-repeat: no-repeat;
    background-image: url("../img/common/common-service-body-b.png");
}

.common-service-body h3 {
    color: #262626;
    font-size: 20px;
    line-height: 20px;
    margin-top: 31px;
    margin-left: 42px;
    margin-bottom: 15px;
}

.common-service-body p {
    margin-left: 72px;
    font-size: 13px;
    color: #989DA6;
}

.common-service-body h4 {
    color: #989DA6;
    font-size: 13px;
    margin-top: 30px;
    margin-left: 39px;
}

.common-service-body a {
    display: inline-block;
    font-size: 13px;
    color: #46484C;
    text-align: left;
    text-indent: 64px;
    background-image: url("../img/common/talk-icon2.gif");
    background-repeat: no-repeat;
    background-position-x: 36px;
    margin-top: 24px;
}

.common-service-body a:hover {
    color: #28B99F;
}

.common-service-body2 {
    width: 246px;
    height: 366px;
    background-image: url("../img/common/common-service-body2.png");
    position: absolute;
    left: -243px;
    top: -27px;
    text-align: center;
    display: none;
}

.common-service-body2 img {
    width: 80px;
    height: 79px;
    margin-top: 16px;
}

.common-service-body2 p {
    font-size: 13px;
    color: #989DA6;
    margin-top: 25px;
    margin-bottom: 20px;
}

.common-service-body.active, .common-service-body2.active {
    display: block;
}

.wxkf {
    margin: 0 auto;
    width: 148px;
    margin-bottom: 10px;
}

.wxkf-title {
    height: 30px;
    line-height: 30px;
    color: #46484C;
    background: #F0F3F5;
    background-image: url("../img/common/qiyeweixin.png");
    background-repeat: no-repeat;
    background-position-x: 40px;
    background-position-y: 8px;
    text-indent: 14px;
}

.wxkf-body {
    height: 112px;
    border: 1px solid #E6E9EC;
    background: #FFFFFF;
    display: none;
}

.wxkf-body.active {
    display: block;
}

/*服务器托管*/
#server_trusteeship, #server_rental {
    height: 1360px;
    background: #EBEEF0;
}

.menu-of-room {
    text-align: center;
}

.menu-of-room ul {
    border-bottom: 1px solid #DADDE0;
}

.menu-of-room li {
    display: inline-block;
    position: relative;
}

.menu-of-room li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #DADDE0;
    position: absolute;
    right: 0px;
    top: 26px;
}

.menu-of-room li:last-child:after {
    width: 0px;
}

.menu-of-room li a {
    color: #5E6166;
    font-size: 14px;
    padding: 20px 18px;
    display: inline-block;
}

.menu-of-room li.active a {
    color: #28B99F;
}

.room_box {
    display: none;
    margin-top: 30px;
}

.room_box.active {
    display: block;
}

/*服务优势*/
#service_superiority {
    height: 600px;
    background-image: url("../img/center/service_superiority.png");
}

.service-superiority-box {
    margin-top: 44px;
}

.service-superiority-item {
    width: 280px;
    height: 402px;
    float: left;
    margin-left: 26px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.1);
    position: relative;
}

.service-superiority-item:first-child {
    margin-left: 0px;
}

.service-superiority-item img {
    position: absolute;
    right: -6px;
    top: -6px;
}

.service-superiority-item h3 {
    width: 280px;
    height: 136px;
    background-image: url("../img/rent/service-superiority-item1.png");
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 136px;
}

.service-superiority-item:nth-child(2n) h3 {
    background-image: url("../img/rent/service-superiority-item2.png");
}

.service-superiority-item ul {
    width: auto;
    margin: 0 auto;
    line-height: 30px;
    color: #5E6166;
    margin-top: 20px;
    height: 200px;
    font-size: 14px;
}

.service-superiority-item p {
    height: 50px;
    text-align: center;
    background: #F7F9FA;
    line-height: 50px;
    color: #28B99F;
}

/*客服*/

.wkui-kefu-box {
    height: 84px;
    box-shadow: 0px 2px 7px 0px #F0F4F7;
    z-index: 997;
}

.kefu-item {
    width: 216px;
    height: 84px;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
    margin-left: 30px;
}

.kefu-item:first-child {
    margin-left: 0px;
}

.kefu-item:first-child h4 {
    font-family: Akrobat;
    font-size: 24px !important;
}

.kefu-item:first-child .kefu-remark {
    margin-top: 1px !important;
}

.kefu-item:first-child .kefu-Z {
    width: 50px;
    height: 47px;
}

.kefu-item .kefu-Z {
    width: 44px;
    height: 44px;
}

.kefu-item .kefu-Z img {
    width: 100%;
}

.kefu-item .kefu-Y {
    padding-left: 14px;
    flex-grow: 1;
}

.kefu-item .kefu-Y h4 {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
}

.kefu-item .kefu-Y h4 span {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
}

.kefu-item .kefu-Y .kefu-remark {
    color: #989DA6;
    font-size: 12px;
    margin-top: 12px;
}

.kefu-item .kefu-Y .kefu-panel {
    margin-top: 6px;
    position: relative;
    width: 80px;
}

.kefu-item .kefu-Y .kefu-panel a {
    font-size: 12px;
    border: 1px solid rgba(40, 185, 159, 0.5);
    color: #28B99F;
    padding: 2px 4px;
}

.kefu-item .kefu-Y .kefu-panel a.active {
    background: #28B99F;
    color: #ffffff;
    border: 1px solid #e6e9ec;
}

.kefu-body {
    width: 227px;
    height: 170px;
    background: url("../img/kefu-body.png");
    position: absolute;
    top: 20px;
    left: -73px;
    z-index: 999;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.kefu-body.active {
    display: block;
}

.kefu-body-item {
    width: 72px;
    float: left;
    font-size: 12px;
    color: #989DA6;
    line-height: 16px;
}

.kefu-body-item:first-child {
    margin-right: 23px;
}

.kefu-body-item img {
    margin-bottom: 10px;
    width: 100%;
}

.kefu-body-item a {
    border: 1px solid #28B99F;
    color: #28B99F;
    display: block;
    margin-top: 8px;
    text-align: center;
}