.layui-btn-normal {
    background-color: #F58137 !important;
}
@media screen and (max-width: 768px) {
    .top-title{
        width: 100%;
        height: 1.6rem;
        line-height: 1.6rem;
        text-align: center;
        font-size: 0.4rem;
        color: #FFF;
        background-color: #F58137;
    }
    .nav-box{
        display: flex;
        margin: .6rem 0;
    }
    .nav-box .nav-btn{
        width: 50%;
        text-align: center;
    }
    .item-box .title{
        padding-left: 0.2rem;
        font-size: .32rem;
        color: red;
        margin: .3rem 0;
    }
    .item-box{
        width: 100%;
        box-sizing: border-box;
    }
    .item{
        padding: 0.2rem 0.4rem;
        border-bottom: 1px solid #eaeaea;
    }
    .item .item-t{
        font-size: .3rem;
    }
    .item .item-b{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: .3rem;
        font-size: .3rem;
    }
    .item i{
        font-size: .3rem; color: #1E9FFF;
    }
    .item-top-form{
        display: none;
    }
    /*详情*/
    .detail{
        margin-bottom: .3rem;
    }
    .detail .detail-title{
        font-size: .3rem;
        padding: .2rem 0 0 .3rem;
    }
    .detail .c-title{
        font-size: .4rem;
        padding-left: .3rem;
    }
    .detail .time{
        font-size: .3rem;
        color: #7F7F7F;
        padding: .2rem 0 0 .3rem;
    }
    .detail .c-text{
        font-size: .3rem;
        color: #000;
        padding: 0 .3rem;
    }
    .detail .hf-title{
        margin-top: .5rem;
        text-align: right;
        font-size: .3rem;
        padding: 0 .3rem;
        color: #F59A23;
    }
}
@media screen and (min-width: 768px) {

    .top-title{
        width: 100%;
        height: 160px;
        line-height: 160px;
        text-align: center;
        font-size: 36px;
        color: #FFF;
        background-color: #F58137;
    }
    .nav-box{
        display: flex;
        margin: 60px 0;
    }
    .nav-box .nav-btn{
        width: 50%;
        text-align: center;
    }
    .item-box .title{
        padding-left: 20px;
        font-size: 32px;
        color: red;
        margin: 30px 0;
    }
    .item-box{
        width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .item{
        padding: 20px 40px;
        border-bottom: 1px solid #eaeaea;
    }
    .item .item-t{
        font-size: 24px;
    }
    .item .item-b{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        font-size: 20px;
    }
    .item i{
        font-size: 20px; color: #1E9FFF;
    }
    /*详情*/
    .detail{
        width: 1200px;
        margin: 0 auto 30px;
    }
    .detail .detail-title{
        font-size: 26px;
        padding: 20px 0 0 20px;
    }
    .detail .c-title{
        font-size: 24px;
        padding-left: 30px;
    }
    .detail .time{
        font-size: 20px;
        color: #7F7F7F;
        padding: 20px 0 0 30px;
    }
    .detail .c-text{
        font-size: 20px;
        color: #000;
        padding: 0 30px;
    }
    .detail .hf-title{
        margin-top: 50px;
        text-align: right;
        font-size: 20px;
        padding: 0 30px;
        color: #F59A23;
    }
    .item-top-form{
        margin: 40px 0;
        text-align: center;
    }
}
