* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.w {
    margin: 0 2rem;
}

.banner {
    background: url(banner-check.png) no-repeat center top;
    background-size: cover;
    height: 4.375rem;
}

.logo {
    width: 5rem;
    height: .75rem;
    padding-top: .25rem;
}

.logo img {
    width: 100%;
}

.banner h1 {
    font-family: 'SourceHanSansCNVF-Bold';
    font-weight: 700;
    color: rgba(254, 254, 254, 1);
    font-size: .8rem;
    text-align: center;
    margin-top: .625rem;
}

/* 列表 */
.check-list {
    margin-top: .375rem;
}

.check-list ul li {
    width: 31.7%;
    height: 2.5rem;
    float: left;
    margin: 0 .375rem .375rem 0;
    background: rgba(231, 237, 248, 1);
    border-radius: .125rem;
}

.check-list ul li:nth-of-type(1) {
    background: url(li-bg01.png) no-repeat;
    background-size: cover;
}

.check-list ul li:nth-child(3),
.check-list ul li:nth-child(6) {
    margin-right: 0;
}

.check-left {
    position: relative;
    float: left;
    width: 48%;
    height: 2.5rem;
    left: .475rem;
}

.check-left span {
    position: absolute;
    display: block;
    top: 37%;
    transform: translateY(-37%);
    font-family: 'SourceHanSansCNVF-Regular';
    color: rgba(0, 0, 0, 1);
    font-size: .3rem;

}

.check-left a {
    position: absolute;
    display: block;
    top: 67%;
    transform: translateY(-63%);
    background: rgba(61, 117, 196, 1);
    color: rgba(254, 254, 254, 1);
    font-size: .2rem;
    width: 1.375rem;
    height: .425rem;
    line-height: .425rem;
    border-radius: .25rem;
    text-align: center;
}

.check-left a:hover {
    color: red;
}

.check-rigth {
    float: right;
    width: 43%;
    height: 2.5rem;
}

.check-rigth-img {
    display: flex;
    align-items: center;
    float: right;
    height: 2.5rem;
}

.check-rigth img {
    display: block;
    width: 100%;
    margin-top: 20px;
}