* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page_img img {
    width: 100%;
}

.page_container {
    padding: 0 30px;
}

.page_content {
    margin-top: 37px;
}

.page_content .title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 23px;
    text-align: center;
}

.page_content .title span {
    color: rgba(0, 141, 255, 1);
}

.page_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 105px;
    background: #f2f4f5;
    border-radius: 4px;
}

.page_list .item .item_img {
    width: 32px;
    height: 32px;
}

.page_list .item .item_img img {
    width: 100%;
}

.page_list .item p {
    margin-top: 12px;
    color: #000;
    font-size: 11px;
}

.page_btn {
    margin: 20px 0;
}

.page_btn .btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}

.page_btn .btn.btn-item {
    color: #fff;
    background: #008dff;
    border: none;
}

.page_btn .btn.btn-item1 {
    margin-top: 10px;
    color: #000;
    background: none;
    border: 1px solid #e3e5e6;
}

.page_foot {
    margin-bottom: 15px;
}

.page_footer a {
    display: block;
}

.page_footer img {
    width: 100%;
}