* {
    margin: 0;
    padding: 0;
    position: relative;
    color: #01d050;
    font-weight: 800;
}

body {
    min-height: 100ch;
    background: #323233 url(../../images/dontai/back.jpg) no-repeat center;
}

.n {
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

/* title */
.title {
    margin-bottom: 10px;
}

.title .n {
    display: inline-block;
    margin: 20px 40px;
}

.title .text2 {
    margin-left: 300px;
}

.title .d2 {
    float: right;
    margin: 30px;
}

.title .d2>h2 {
    color: #edf2d9;
}

/* 介绍1 */
.js1 {
    margin: 30px 50px;
    padding: 20px;
    min-height: 600px;
    overflow: auto;
    clear: both;
}

.js1 * {
    color: #29ebeb;
}

.js1 .t1,
.js1 .t2,
.js1 .t3,
.js1 .t4 {
    display: inline-block;
}

.js1 p {
    color: #ddd6d6;
    text-shadow: #323233 0 0 3px;
    text-indent: 2em;
}

.js1 p>span {
    font-weight: 900;
    color: #ffc954;
}

.js1 .t3 {
    margin-top: 30px;
}

.js1 s {
    color: #bebebe;
}

.js1 s:hover {
    color: #000;
}

.js1 .end {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}