/* 标题 */
.section_title {
    width: 222px;
    height: 30px;
    box-sizing: border-box;
    background-image: url("../images/title_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section_title_text {
    width: 100%;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0px 5px 8px rgba(88, 2, 8, 0.02);
    background: linear-gradient(to bottom, #5A391E 0%, #AD835B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 按钮 */
.section_btn {
    width: 282px;
    height: 74px;
    box-sizing: border-box;
    background-image: url("../images/btn_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.section_btn_text {
    width: 100%;
    height: 74px;
    color: #FFE8C9;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
}

/* tips */
.section_tips {
    width: 100%;
    text-align: center;
    color: #623D1E;
    font-size: 14px;
}