.main-container .main {
    margin-bottom: 80px;
}

.server-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.server-list li {
    position: relative;
    /* height: 90px; */
    /* 这里给li定了高度的话就无法把底部模块顶下去了 */
    background: #fafafc;
    margin-bottom: 30px;
}
.server-list h5 {
    text-indent: 2em;
}
.server-list li .server-icon {
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.server-list li .server-icon img {
    display: block;
}

.server-box li p {
    line-height: 90px;
    height: 90px;
    color: #333;
    padding: 0 90px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}

.app-list li a {
    transform: rotate(-90deg);
}

.server-box li a {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background: url("/main/img/dowload-1.png") left top no-repeat;
    background-size: 100% 100%;
    font-size: 0px;
}

.server-box li:hover {
    background: #fff;
    box-shadow: 0 0 5px 3px #fafafa;
}

.server-box li:hover .server-icon {
    background: #e9eef2;
}

.server-box li:hover a {
    background: url("/main/img/dowload-2.png") left top no-repeat;
    background-size: 100% 100%;
}

.sever-advance {
    padding-left: 25px;
    margin-bottom: 30px;
}

.sever-advance p {
    line-height: 1em;
    margin-bottom: 2.4em;
}

.server-app-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 90px;
}

.server-app-box h3 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin: 2em 0 0.5em;
}

.server-app-box img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.server-app-box h4 {
    font-size: 22px;
    position: relative;
    padding: 0 12px;
    margin: 55px 0 45px;
    font-weight: normal;
}

.server-app-box h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 2px;
    background: #4e91ff;
}

.server-app-box p {
    line-height: 1.8em;
    text-indent: 2em;
}

@media (max-width: 1024px) {
    .server-box {
        width: 93.6%;
    }
    .server-list li {
        /* height: 80px; */
        margin-bottom: 20px;
    }
    .server-list h5 {
        text-indent: 2em;
    }
    .server-list li .server-icon {
        width: 80px;
    }
    .server-box li p {
        line-height: 80px;
        height: 80px;
        padding: 0 60px 0 20px;
    }
    .server-box li a {
        width: 28px;
        height: 28px;
        right: 20px;
        margin-top: -14px;
    }
    .server-app-box {
        width: 93.6%;
    }
}

@media (max-width: 768px) {
    .server-list li {
        /* height: 70px; */
        margin-bottom: 15px;
    }
    .server-list h5 {
        text-indent: 2em;
    }
    .server-list li .server-icon {
        width: 70px;
    }
    .server-box li p {
        line-height: 50px;
        height: 50px;
        padding: 0 60px 0 20px;
    }
    .server-box li a {
        width: 28px;
        height: 28px;
        right: 20px;
        margin-top: -14px;
    }
    .server-app-box h4 {
        margin: 3% 0;
    }
    .sever-advance p {
        line-height: 1.8em;
        margin-bottom: 0.5em;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .server-list li {
        /* height: 40px; */
        margin-bottom: 15px;
    }
    .server-list h5 {
        text-indent: 2em;
    }
    .server-list li .server-icon {
        width: 40px;
    }
    .server-box li p {
        line-height: 40px;
        height: 40px;
        padding: 0 40px 0 10px;
        font-size: 12px;
    }
    .server-box li a {
        width: 20px;
        height: 20px;
        right: 10px;
        margin-top: -10px;
    }
    .more-button a::after {
        font-size: 14px;
        top: 44%;
    }
    .more-button {
        font-size: 12px;
        margin: 2em auto 1.5em;
    }
    .server-app-box h4 {
        font-size: 16px;
        margin: 5% 0;
    }
    .server-app-box p {
        font-size: 14px;
    }
    .server-app-box h3 {
        font-size: 18px;
    }
}