body {
    margin: 0;
    background-color: #EFEFEF;
}
.main-top {
    height: 90px;
    background: url("../../images/guide_top_mobile.png") no-repeat;
    background-size: 100% 100%;
}
.main-title {
    height: 90px;
    text-align: center;
    color: #4f4f4f;
    padding-top: 25px;
}
.main-title>b {
    font-size: 24px;
}
.main-button {
    display: flex;
}
.main-button div {
    width: 50%;
    text-align: center;
}
.main-button div button {
    border: 0px;
    border-radius: 8px;
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
input[type=text]:focus {
    box-shadow: 0 0 5px #52a8ec;
    border: 0px solid #EFEFEF;
}
.button-no-selected {
    background-color: #ffffff;
    color: #6f6f6f;
}
.button-selected {
    background-color: #a70202;
    color: #ffffff;
}

/* 申请指南 */
.search-div {
    padding: 2rem 1rem;
    display: flex;
}
.keywords {
    width: 84%;
    height: 35px;
    border-radius: 10px 0 0 10px;
    border: 0px solid #a5a5a6;
    background: #fff;
    font-size: 14px;
    font-style: italic;
    text-indent: .438rem;
}
.search-btn {
    width: 5rem;
    height: 35px;
    /*background: #ec7d6a url(./search-icon.png) no-repeat center center;*/
    background: #f1b6ab;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    color: #c63838;
    font-size: 16px;
    border-left: 0;
    border-radius: 0 10px 10px 0;
}
.remind {
    text-align: center;
    font-size: 12px;
    color: #c63838;
}
.matter-div {
    width: 92%;
    margin-top: 20px;
    margin-left: 17px;
    margin-bottom: 25px;
}
.matter-list {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    line-height: 20px;
    background: #FFFFFF;
    color: #2f2f2f;
    height: 55px;
    font-size: 13px;
    border-bottom: solid 1px #e3dddd;
}


/* 咨询方式 */
.con-div {
    height: 30px;
    padding-top: 10px;
}
.con-title p {
    font-size: 18px;
    color: #a70202;
    text-align: center;
}
.con-assess p {
    font-size: 14px;
    padding-left: 20px;
}
.con-table {
    width: 95%;
    height: auto;
    padding-left: 10px;
}
.con-table td {
    border: solid 1px #e3dddd;
    border-spacing: 0;
    font-size: 15px;
    color: #3f3f3f;
    background-color: #FFFFFF;
}
.td-center {
    text-align: center;
    font-size: 13px;
}
.con-table table tr {
    height: 40px;
}
.accept-addr {
    font-size: 13px;
    color: #6f6f6f;
}


.search-title {

}