/* 
    pc端适配方案开始
*/
html,
body {
    overflow-x: hidden;
}

#mongni {
    display: none;
}

.serverContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.serverBanner {
    width: 100%;
    height: auto;
}

.serverBanner img {
    display: block;
    width: 100%;
    margin-top: 87px;
    height: 20%;
}

.serverDetailCon {
    width: 100%;
    padding: 45px 0
}

.cdTitle {
    width: 100%;
    text-align: center;
}

.cdTitle li p span {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #80c4f8;
    width: 100%;
    line-height: 16px;
    margin: 0 0 10px;
}

.cdTitle li p {
    color: #ccc;
}

.cdList {
    width: 66%;
    margin: 40px auto;
    /* padding: 40px 0; */
}

.cdListTitle {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    padding-bottom: 20px;
}

.lingyu {
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #2C2C34;
    width: 100%;
    line-height: 100%;
    display: block;
    font-family: AliMedium;
}

.cdTit1 {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.cdTit2 {
    font-family: "Arial";
    font-size: 14px;
    color: #999;
    width: 100%;
    line-height: 100%;
    margin-top: 4px;
}

.serverList {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
}

.serverList ul {
    width: 65%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.serverList ul li span {
    width: 200px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    font-size: 20px;
    display: block;
}

.serverList ul li span:hover {
    background-color: #1e85f3;
    color: #fff;
}

.fuwu {
    background-color: #1e85f3;
    color: white !important;
}

.serverListCon {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.serverfootBanner {
    width: 100%;
}

.serverfootBanner img {
    width: 100%;
    display: block;
    margin-top: 40px;
}



.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

/* .right-one {
    margin-left: 50px
} */

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}

.last-content {
    width: 100%;
    /* width: 1920px; */
    /* height: 84px; */
    background: #F8F8F8;
    /* margin: 0 auto; */
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lianxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}

.zuihou {
    display: none;
}


/* 更改开始 */
.serverDetailCon {
    display: none;
}

#genggaibox {
    width: 50%;
    font-size: 20px;
    /* text-align: center; */
    margin: 100px auto;
}
#genggaibox div:first-child{
    text-align: 2em;
}
#nav {
    margin-top: -50px;
    margin-bottom: 50px;
}

/* #nav span {
    border: 3px solid red;
    width: 115px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
} */

/* 
    pc端适配方案结束
*/


/* 
    移动端适配方案开始
*/
/* 媒体查询 */
@media (max-width: 767px) {
    #genggaibox {
        display: none;
    }

    .serverBanner {
        width: 100%;
        margin-top: -0.35rem;
    }

    .serverBanner img {
        width: 100%;
        height: 8rem;
    }

    .serverDetailCon {
        display: none;
    }

    .footer {
        display: none;
    }

    /* moni */
    #moni {
        width: 90%;
        text-indent: 2em;
        margin: 3rem auto;
    }

    .div1 {
        width: 100%;
    }

    .div1 img {
        width: 5.5rem;
        height: 5.5rem;
    }

    .div1 p {
        /* text-align: center; */
        margin-bottom: 0.4rem;
    }

    .serverfootBanner {
        height: 7rem;
    }

    .serverfootBanner img {
        margin-top: -0.01rem;
        height: 100%;
    }


    /* 下拉开始 */

    /* 下拉结束 */

    /* 封装h5小型模块 */
    #pcduanweibu {
        display: none;
    }

    .footer {
        display: none;
    }

    .zuihou {
        font-size: 1rem;
        width: 100%;
        display: flex;
    }

    .vertical {
        margin-top: 1rem;
        margin-left: 2rem;
    }

    .vertical ul {
        width: 5rem;
    }

    .vertical ul li {
        width: 100%;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
    }

    .right-two {
        width: 6rem;
        height: 6rem;
    }

    .right-two img {
        width: 100%;
        height: 100%;
    }

    .right {
        position: relative;
        top: -0.55rem;
        margin-left: -2.1rem;
    }

    #mongni {
        display: block;
    }
}

/* 
    移动端适配方案结束
*/