html,
body,
#app {
    height: 100%;
}

.banner-area {
    display: flex;
    height: 100%;
    background-image: url(../helper/ui20220509/static/image/bg-5.png);
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat;
}

.banner-area h4 {
    color: #fff;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.banner-area.heading-capitalized h2 {
    color: #fff;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 60px;
}

.maincontent {
    padding-top: 110px;
}

.fwHeader {
    padding: 25px;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .maincontent {
        padding-top: 0;
    }

    .banner-area {
        padding-top: 115px;
    }

    .banner-area h4 {
        /* font-size: 14px; */
    }

    .banner-area.heading-capitalized h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:1320px) and (min-width: 960px) {
    .maincontent {
        padding-top: 110px;
    }
}

@media screen and (min-width:1320px) {
    .maincontent {
        padding-top: 125px;
    }
}

.secbanner {
    width: 100%;
}

.secbannermain {
    padding: 60px 80px;
}

@media screen and (max-width: 960px) {
    .secbannermain {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .secbannermain {
        padding: 60px 30px;
    }
}

.secbanneritem {
    flex: 1;
    text-align: left;
}

.secbanneritemimg {
    text-align: center;
}

.servicelistb {
    flex-direction: column;
    border: 1px solid transparent;
    border-radius: 25px;
    padding: 0 20px 30px;
    background-color: #fff;
}

.servicelistb .fwHeader {
    padding: 25px;
    width: 100%;
}

.servicelistb .advList {
    padding: 20px 0;
    flex-direction: row;
    justify-content: space-between;
}

.servicelistb .advList li {
    flex-direction: column;
    flex: 1;
}

.servicelistb .advList li div:first-child {
    text-align: center;
}

@media screen and (max-width:768px) {
    .servicelistb {
        padding: 0 5px 30px;
    }

    .servicelistb .fwHeader {
        padding: 5px;
        text-align: left;
    }

    .servicelistb .advList {
        flex-direction: column;
        justify-content: flex-start;
    }

    .servicelistb .advList li {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }

    .servicelistb .advList li .ta-c {
        padding: 5px 10px;
    }

    .servicelistb .advList li div:first-child {
        text-align: left;
    }
}

.shservice th,
.shservice td {
    border: 1px solid #eeeeee;
    padding: 10px 20px;
}

.dataStatistic {
    margin: auto;
    padding: 10px;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

.dataStatistic th {
    font-weight: normal;
    background-color: #44607d;
    color: #ffffff;
}

.dataStatistic tbody td:first-child {
    background-color: #f6f6f6;
}

.dataStatistic tbody td:first-child:hover {
    background-color: #007bfc;
    color: #ffffff;
}

.dataStatistic td span {
    font-size: 12px;
    vertical-align: baseline;
}

.dataStatistic.freeyw thead {
    border: 2px solid #eeeeee;
}

.dataStatistic.freeyw tbody {
    border: 2px solid #eeeeee;
}

.dataStatistic.freeyw tbody tr:first-child td:first-child {
    background-color: #f6f6f6;
    border: 1px solid #eeeeee;
}

.dataStatistic.freeyw tbody tr:first-child td:first-child:hover {
    color: #000000;
}

.dataStatistic.freeyw tbody tr:first-child td:nth-child(2):hover {
    background-color: #007bfc;
    color: #ffffff;
}

.dataStatistic.freeyw tr:nth-child(2n) {
    background-color: #f9fcff;
}

.dataStatistic.freeyw tbody td {
    background-color: transparent;
}

.network .kind {
    background-color: #f6f6f6;
}

.network .kind:hover {
    background-color: #007bfc;
    color: #ffffff;
}