#check-list {
    width: 100%;
    height: 3rem;
    /* display: flex;
    justify-content: space-around; */
    font-size: .6rem;
    line-height: 1.4rem;
    box-sizing: border-box;
    /* text-align: center; */
    background: rgb(30, 40, 56);
}

#check-list span {
    position: absolute;
    top: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 100%;
    line-height: 1.4rem;
    color: #FFF;
}

#openImg {
    position: absolute;
    top: 1.5rem;
    text-align: center;
    font-size: 0.3rem;
    left: 50%;
    display: inline-block;
    width: 3rem;
    border: 0.01rem solid #FFF;
    height: 0.9rem !important;
    line-height: 0.8rem;
    border-radius: 0.5rem;
    color: #FFF;
    transform: translateX(-50%);
}

#dialog {
    font-size: .56rem;
    width: 95%;
    margin: 0 auto;
    padding: .6rem .6rem;
    background-color: #ffffff;
    letter-spacing: .05rem;
    box-shadow: 0px 0px 20px #888888;
}

#dialog li {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    color: rgb(91, 91, 91);
    border-bottom: .03rem solid rgba(243, 243, 243);
}

main {}

#article {
    background-color: #ffffff;
    padding: .6rem .6rem;
    font-size: .56rem;
    letter-spacing: .05rem;
}

#article li {
    width: 100%;
    /* height: 1.5rem;
    line-height: 1.5rem; */
    color: rgb(91, 91, 91);
    border-bottom: .03rem solid rgba(243, 243, 243);
}

#article li span {
    /* height: 1.5rem; */
    line-height: 1.5rem;
    display: inline-block;
}

.title {
    display: flex;
    justify-content: space-around;
}

.title span {
    width: 85%;
    display: inline-block;
}

i img {
    display: inline-block;
    vertical-align: top;
    width: .8rem;
    height: .8rem;
}

#article li p {
    font-size: .32rem !important;
    color: rgb(91, 91, 91);
}

.content img {
    width: 56%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.content {
    padding: .5rem .3rem;
}