﻿.banner {
    width: 100%;
    margin: auto;
    position: relative;
}

.bannerf {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannermin {
    width: 60%;
    margin: auto;
    position: relative;
}

.tablediv {
    width: 96%;
    margin: auto;
}

.bannerfie {
    width: 100%;
    margin: auto;
    position: relative;
    top: -2.1rem
}

.bannerfiet {
    width: 100%;
    margin: auto;
    position: relative;
    top: -1.5rem
}

.ban {
    width: 100%;
    height: 100%;
}

.banmin {
    width: 80%;
    height: 100%;
}
.banmind {
    position: absolute;
    width: 80%;
}

.ask {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2.8rem;
    left: 0;
}

.ask2 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}

.ask3 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 1.1rem;
    left: 0;
}

.ask10 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: .7rem;
    left: 0;
}

    .ask4 {
        width: 100%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.ask5 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
}

.askMore {
    width: 3.733333rem;
    height: .8rem;
    text-align: center;
    font-size: .32rem;
    border-radius: .8rem;
    line-height: .8rem;
    border: .026667rem solid #FC5421;
    background-color: #FFFFFF;
    color: #E32722;
}

.askTel {
    width: 3.733333rem;
    height: .8rem;
    margin-left: .8rem;
    text-align: center;
    font-size: .32rem;
    border-radius: .4rem;
    line-height: .8rem;
    border: .026667rem #F6A01B solid;
    background: linear-gradient(-87deg, #FD621E, #F04230);
    box-shadow: 0px 5px 10px 0px rgba(254, 130, 97, 0.79);
    color: #FFFFFF;
}

.maintable {
    background: #F6F6FD;
    margin-top: -0.5rem;
}

.cellOne {
    background: linear-gradient(0deg, #FE5E2E 0%, #F7754E 100%);
    border: 0px solid #EEEEEE;
    color: #FFFFFF;
    font-size: .35rem;
    line-height: 1.9rem;
}

.cellTwo {
    background: #3C419D;
    border: 0px solid #EEEEEE;
    color: #FFFFFF;
    font-size: .35rem;
    line-height: 1.9rem;
}

.tablediv {
    border: 1px solid #FE6334;
    margin-top:.2rem;
}

table {
    font-size: 0.38rem;
    color: #0E0337;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    line-height: .6rem;
}

    table th:nth-child(1) {
        background-color: #3E428E;
        font-size: .35rem;
        font-family: HYQiHei;
        color: #FFFFFF;
        height: 50px;
        width: 2.22rem;
    }

    table th:nth-child(2) {
        background-color: #3A40A5;
        font-size: .35rem;
        font-family: HYQiHei;
        color: #FFFFFF;
        height: 50px;
    }

    table th:nth-child(3) {
        background-color: #3E428E;
        font-size: .35rem;
        font-family: HYQiHei;
        color: #FFFFFF;
        height: 50px;
    }

    table tr td {
        border: 1px solid #EEEEEE;
        background: #FFFFFF;
        font-size: .25rem;
    }
