.service-content {}

.service-head-img {
    width: 100%;
}

.service-head-img>img {
    width: 100%;
}

.duowang-box {}

.duowang-content-table {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}

.duowang-content-table-new {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}

.duowang-content {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}

.duowang-content>img {
    width: 1100px;
}

.duowang-title {
    font-size: 20px;
    font-weight: bold;
}

.duowang-title2 {
    font-size: 18px;
    margin-top: 10px;
    color: #565656;
}

.service-content-img {
    /* max-width: var(--max-width); */
    margin: 0 auto;
    background: url('../imgs/server-img2.jpg') no-repeat;
    background-size: cover;
}

.service-content-info {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 50px 20px;
}

.service-content-info>div:nth-child(1) {
    font-size: 18px;
    color: #ffffff;
}

.service-content-info>div:nth-child(2) {
    font-size: 28px;
    color: #ffffff;
    padding: 10px 0;
    letter-spacing: 5px;
}

.service-content-img>img {
    width: 100%;
}

.w-btn-w {
    background-color: #0AF2E5;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 2px;
}

.w-btn-w:hover {
    background-color: #0baca4;
    color: #ffffff;
}

.kehu-fuwu {}

.kehu-fuwu-content {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}

.kehu-fuwu-content>img {
    width: 900px;
    margin-top: 20px;
}

.kehu-fuwu-title {
    font-size: 20px;
    font-weight: bold;
}


.ser-bottom-box{
    position: relative;
}

.ab-btn{
    font-size: 16px;
    position: absolute;
    bottom: calc(50% - 50px);
    left: calc(50% - 53px);
    border: 1px solid #2EB8DF;
    color: #2EB8DF;
    background-color: rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width:900px) {
    .duowang-content>img {
        width: 100%;
    }

    .kehu-fuwu-content>img {
        width: 100%;
    }

    .ab-btn{
        font-size: 14px;
        padding: 2px 10px;
        bottom: calc(50% - 40px);
        left: calc(50% - 39px);
    }
}

@media screen and (max-width:600px) {
    .ab-btn{
        font-size: 12px;
        padding: 2px 10px;
        bottom: calc(50% - 30px);
        left: calc(50% - 35px);
    }
}

.duowang-list{
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    margin-top: 40px;
}
.duowang-item-icon>img{
    width: 123px;
    height: 89px;
}
.duowang-item{
    max-width: 205px;
    margin: 0 50px;
}
.duowang-item-title{
    margin: 20px 0;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #21315B;
    text-align: center;
}
.duowang-item-content{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;
}


/* 自定义表格样式 */
#ID-table-demo-css {
    border-collapse: collapse;
    width: 100%;
}

#ID-table-demo-css th,
#ID-table-demo-css td {
    border: 1px solid #ffffff;
    padding: 8px;
    text-align: center;
}

#ID-table-demo-css th {
    background-color: #3379CC;
    color: white;
    height: 55px;
}

#ID-table-demo-css tr{
    min-height: 50px;
}

#ID-table-demo-css tr:nth-child(even) {
    background-color: #CFD5EA;
}
#ID-table-demo-css tr:nth-child(odd) {
    background-color: #E9EBF5;
}

#ID-table-demo-css tr:hover {
    background-color: #d0d4ec;
}
.table-head{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}
.table-content{
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    line-height: normal;
    text-transform: none;
}

.table-head.bevelling {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.table-head.bevelling::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5%;
    background: linear-gradient(0deg, transparent -1000%, white 100%);
    transform: skewY(17deg);
    transform-origin: left;
    z-index: 1;
}

.table-head.bevelling > * {
    position: relative;
    z-index: 2;
}

.duowang-content-text{
    display: flex;
    justify-content: center;
    /* align-items: center; */
}
.duowang-content-text-new{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.duowang-content-left{
    max-width: 512px;
}
.duowang-content-right{
    padding-left: 40px;
    max-width: 542px;
}

.duowang-content-right>img{
    width: 539px;
    height: 268px;
}
.duowang-content-left>img{
    width: 528px;
    height: 268px;
}
.duowang-box>h1{
    font-family: 'PingFang-SC-Bold', 'PingFang SC Bold', 'PingFang SC';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #031368;
    text-align: left;
    padding: 15px 0;
}
.duowang-box>p{
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    text-transform: none;
    text-align: left;
    line-height: 23px;
}
.duowang-content-text{
    padding-top: 60px;
}
/* 卡片样式 */
.card {
    background: linear-gradient(180deg, rgba(229, 235, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin: 20px;               /* 内边距 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 阴影 */
    max-width: 600px;            /* 最大宽度 */
    margin: 0 auto;              /* 居中 */
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}

/* 标题样式 */
.card h2 {
    font-size: 24px;
    color: #333;
    margin: 0 0 10px;           /* 标题下边距 */
    font-family: 'PingFang-SC-Bold', 'PingFang SC Bold', 'PingFang SC';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.card h1 {
    font-family: 'PingFang-SC-Bold', 'PingFang SC Bold', 'PingFang SC';
    font-weight: 700;
    text-decoration: none;
    color: #031368;
    text-align: left;
    font-size: 14px;
}

.card span {
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    color: #555555;
    line-height: 21px;
}

/* 文字内容样式 */
.card p {
    font-size: 16px;
    color: #555;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
    line-height: 23px;
}
.card li{
    text-align: left;
    padding-left: 10px;
    line-height: 23px;
    color: #555;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    letter-spacing: 1px;
}
.card li::marker{
    content: '•';
    font-weight: 800;
}

.duowang-content-list::marker{
    content: '•';
}