pre, p, span {
    color: #555;
}
.cw {
    padding: 2rem;
    padding-bottom: 10rem;
}
.cw span {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1.5rem;
}
.cw span h2 {
    color: #634ace;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 1rem;
}
.cw span p {
    font-size: 1.6rem;
    word-break: break-all;
    line-height: 1.2;
}


.cw .img {
    width: 50%;margin: 0 auto;display: block;margin-bottom: 5rem;
}
.cw .title {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #000;
}
.cw .content {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    word-break: break-all;
    white-space: pre-wrap;
    margin-bottom: 3rem;
}
.cw .register {}
.cw .tell a {
    font-size: inherit;
    font-weight: 600;
}
.cw .homepage a {display: flex;}
.cw .graph {
    width: 100%;
}
.cw .url {
    display: flex;justify-content: center;align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background-color: #634ace;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    z-index: 100;
}
