@charset "utf-8";

.system {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 140px
}

.system img {
    text-align: center;
    width: 500px
}

.title h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 120px
}

.title h4 {
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center
}


#footer {
    bottom: 0;
    margin: auto;
    width: 100vw;
    position: absolute;
    padding: 10px 0 10px 0;
}
#footer div {
    font-size: 15px;
    text-align: center;
    color: rgba(255,255,255,.79);
	user-select: none;
	letter-spacing: .05em;
}
#footer div a {
    color: #333;
    font-weight: 700;
    transition: all .3s;
    text-decoration: none;
}
.rin-tr {
    width: 100%;
    height: 2.5px;
    margin: auto;
    background: rgba(255,255,255,.3);
}
