/*所有页面共用*/
#tag{
    width: 1000px;
    height: 120px;
    margin: auto;
    background:url(./img/top.png);
}
#tag p{
    line-height: 120px;
    margin-left: 100px;
    font-size: 200%;
    color: bisque;
    opacity: 0.9;
    font-family:"Times New Roman", Times, serif;
    text-shadow: 0px 5px 15px rgba(151, 151, 151, 0.3);
}
#linkbar{
    width: 1000px;
    height: 50px;
    margin: auto;
    background-color: rgb(255, 200, 218);
}
#listl{
    width: 800px;
    height: 50px;
    margin: auto;
    border-radius: 50px;
    background-color: rgb(255, 243, 222);
    opacity: 0.6;
}
#linkbar ul{
    padding: 0;
    margin: 0;
}
#linkbar li{
    list-style-type: none;
    float: left;
    text-align: center;
    width: 200px;
    height: 20px;
}
#linkbar a{
    display: block;
    line-height: 50px;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    transition: 1s;
    font-size: 110%;
    border-radius: 50px;
}
#linkbar a:hover{
    background: rgb(255, 111, 147);
    color: white;
    border-radius: 50px;
}
#bg{
    width: 1000px;
    height: 1777px;
    margin: auto;
    background: url(img/bg.png);
    padding-top: 50px;
}
#tab{
    width: 1000px;
    height: 800px;
}
#tab p{
    padding-top: 0;
    margin-top: 0;
    line-height: 800px;
    font-size: 600%;
    color: aliceblue;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.7);
    margin-left: 215px;
}

/*黑色内容框*/
#mod1{
    width: 800px;
    height: 1400px;
    margin: auto;
    background-color: #8f8f8f96;
    border-radius: 30px;
    opacity: 0.8s;
    padding-top: 50px;
}
#mod1bg{
    height: 450px;
    width: 700px;
    border-radius: 30px;
    margin-left: 50px;
    background: url(img/XMS/ServerH.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#mod1t{
    width: 700px;
    height: 170px;
    margin-left: 50px;
}
#mod1t h1{
    font-size: 300%;
    margin-left: 20px;
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.7);
}
#mod1t h2{
    font-size: 110%;
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.7);
    margin-left: 20px;
}
#mod11{
    margin-left: 50px;
    width: 700px;
    height: 200px;
        padding-bottom: 20px;
}
#mod111{
    height: 200px;
    width: 210;
    margin-left: 17px;
    background-color: rgba(109, 109, 109, 0.372);
    border-radius: 30px;
    float: left;
}
#mod111 h3{
    color: rgba(255, 59, 59, 0.726);
    text-shadow: 10px 10px 16px rgba(70, 70, 70, 0.918);
    font-size: 200%;
    margin-left: 20px;
}
#mod111 h4{
    margin-left: 20px;
    margin-right: 5px;
    text-shadow: 10px 10px 16px rgba(147, 147, 147, 0.7);
}
#mod12{
    width: 660px;
    height: 220px;
    background-color: #00000034;
    margin: auto;
    border-radius: 40px;
}
#mod12 h1{
    color: rgb(255, 255, 255);
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.7);
    margin-left: 20px;
    padding-top: 20px;
}
#mod12 p{
    width: 660px;
    height: 90px;
    display: block;
    background: url(img/XMS/Server.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#mod12 a{
    display: block;
    float: left;
    margin-left: 150px;
}