.ind-nas {
    width           : 100%;
    display         : flex;
    margin-bottom   : 0.72rem;
    justify-content : space-around;
    background-color: #FFFFFF;
}

.ind-nas>a {
    color         : #666;
    margin-top    : 15px;
    margin-bottom : 15px;
    display       : flex;
    flex-direction: column;
    align-items   : center;
}

.ind-nas>a>.imgBox {
    width        : 25px;
    height       : 25px;
    margin-bottom: 5px;
}

.ind-nas>a>.imgBox>img {
    width : 100%;
    height: 100%;
}

.acwaps>a {
    width: 48%;
}

.rowss {
    width          : 100%;
    display        : flex;
    flex-direction : row;
    justify-content: space-between;
    margin-top     : 25px;
    margin-bottom  : 15px;
}

.rowss-cell>div {
    background-color: transparent;
}

#hm-one .rowss .text-center>div:first-child img {
    width        : 40px !important;
    height       : 40px !important;
    margin-bottom: 10px;
}

.row {
    margin-bottom: 15px;
}

.sa-content {
    width         : 100%;
    display       : flex;
    flex-direction: row;
    flex-wrap     : wrap;
}

.sa-content>.item {
    width         : 50%;
    display       : flex;
    flex-direction: column;
    align-items   : center;
    position      : relative;
}

.sa-content>.item>.img {
    width        : 85%;
    border-radius: 20px;
}

.sa-content>.item>.text-box {
    width           : 70%;
    padding-left    : 20px;
    display         : flex;
    flex-direction  : column;
    background-color: #FFFFFF;
    position        : relative;
    border-radius   : 10px;
    top             : -30px;
    left            : -30px;
}

.sa-content>.item>.text-box>.title {
    font-weight  : bold;
    margin-top   : 5px;
    margin-bottom: 5px;
}

#circle {
    display       : flex;
    flex-direction: column;
}

@media screen and (min-width: 820px) and (max-width: 820px) {
    #foot>div.container>div>div.col-lg-4.col-md-4.col-sm-6.col-xs-12>div>div {
        padding-left: 0 !important;

    }

    #e {
        padding-left: 0 !important;
    }

    #e>form>p:nth-child(9) {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1180px) {
    #foot>div.container>div>div.col-lg-4.col-md-4.col-sm-6.col-xs-12>div>div {
        padding-left: 0 !important;
    }

    #foot .left .erweima {
        width      : 95% !important;
        padding-top: 0 !important;
    }

    #e {
        max-width: none !important;
    }

    #foot .right .input {
        width: 185px !important;
    }

    #foot .right .beizhu .input {
        width: 486px !important;
    }
}

@media screen and (min-width: 1181px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1180px) {
    .big-pad-hide {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {}

@media screen and (min-width: 481px) and (max-width: 1000px) {
    .mini-pad-hide {
        display: none !important;
    }

    .samebtn_red {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .phone-hide {
        display: none !important;
    }

    .rowss {
        width          : 100%;
        display        : flex;
        flex-direction : row;
        flex-wrap      : wrap;
        justify-content: space-between;
        margin-top     : 25px;
        margin-bottom  : 25px;
    }

    .samebtn_red {
        display: none !important;
    }

    #banner {
        height    : 500px;
        margin-top: 80px;
    }

    #banner .swiper-slide>img {
        top: 0;
    }


    .gsa-banner {
        margin-top: 80px;
        width     : 100%;
        height    : 500px;
        position  : relative;
    }

    .gsa-banner>.gsa-box {
        width          : 100%;
        height         : 100%;
        display        : flex;
        justify-content: center;
        overflow       : hidden;
    }


    .gsa-banner>.gsa-text {
        top       : 40%;
        width     : 100%;
        text-align: center;
        color     : white;
        font-size : 35px;
        position  : absolute;
        padding   : 0 15px;
    }

    #pbanner .swiper-pagination-bullet {
        width        : 30px;
        height       : 5px;
        opacity      : 1;
        border-radius: 0;
        margin       : 0 8px;
        padding      : 8px 0;
        background   : url(../images/white_bg.png) repeat-x center center;
    }

    #pbanner .swiper-pagination-bullet-active {
        background: url(../images/black_bg.png) repeat-x center center;
    }
}