*{
    padding: 0;
}

body{
    background: linear-gradient(135deg,#17ead9,#6078ea);
    margin: 0;
}

.top{
    background-image: url("./page.jpg");
    background-size:cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.titl{
    width: 98vw;
    padding-left: 15px;
    padding-top: 15px;
    box-sizing: border-box;
    border: 0;
    font: bold 18px/1.5 Heiti,sans-serif;
    color: #fff;
}

.titl1{
    padding-left: 20px;
    padding-top: 15px;
    font: bold 45px/2.5 Heiti,sans-serif;
    color: #fff;
}

.bod{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bod-data{
    height: 100vh;
    width: 80%;
    margin: 50px;
}
.left{
    background-color: #fff;
    padding: 20px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tj{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.tj a{
    color: #000;
}

.mo{
    padding: 10px;
    background-color: #13223d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font: 14px/1.5 YaHei,Heiti,sans-serif;
    color: #fff;
}
a {
    color: #fff; /* 设置字体颜色为蓝色 */
    text-decoration: none; /* 取消下划线 */
}