.content {
    width: 345px;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 15px;
}

.content .item {
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1F1;
}

.content .item:last-child {
    border: none;
}

.content .item a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.content .item a span {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.content .item a .icon {
    width: 8px;
    height: 13px;
}