
.body_footer {
    width: auto;
    max-width: 1200px;
    font-size: 12px;
    padding: 40px 50px;
}



.copy_right {
    width: 450px;
    height: 100%;
    float: left;
    text-align: left;
    margin-right: 50px;
    font-weight: bolder;
}

    .copy_right span {
        width: 100%;
        text-align: left;
    }

        .copy_right span:nth-child(3) {
            margin-top: 30px;
        }

        .copy_right span img {
            height: 15px;
        }

.footer_infor {
    /* width: 250px; */
    width: 220px;
    float: left;
    text-align: left;
}

    .footer_infor ul {
        text-align: left;
    }

    .footer_infor span {
        font-weight: bolder;
        margin: 10px 0px;
        font-size: 18px;
    }

    .footer_infor li {
        width: 100%;
        margin: 5px 0px;
        cursor: pointer;
        text-align: left;
        /* color: white; */
        color: black;
    }

.footer_img {
    width: 400px;
    float: left;
    text-align: left;
}

    .footer_img img {
        margin-right: 30px;
    }

        .footer_img img:first-child {
            margin-left: 12px;
        }

        .footer_img img:last-child {
            margin-right: 0;
        }

.inputEmail {
    background: #fff;
    padding: 12px 12px;
    width: 260px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #fff;
}

.btnSearch {
    width: 100px;
    background: #474747;
    padding: 12px 12px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
}

.banquan {
    text-align: left;
    display: block;
   
}

    .banquan label {
        /*font-size: 20px;*/
        height: 20px;
        line-height: 20px;
        border-right: 2px solid #656567;
        padding-left:18px;
        padding-right:18px;
          
    }

        .banquan label :first-child {
            padding-left: 0px;
        }

     .label-last {
        border-right: none;
    }
     .title {
        /*font-size: 16px;*/
        font-weight: normal;
        margin-left: 100px;
        border-right: none;
    }
    .clear{
        clear:both;
    }
.goTop {
    float: right;
    padding: 4px 8px 8px 8px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    margin-top:-32px;
    color:#fff;
}
.goTop  span{
    color:#fff;
}
.text-down {
    display: block;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 10px;
    height: 10px;
    /* border-color: #EA6000; */
    transform: rotate(-45deg);
    margin: 12px 16px 0 16px;
}
.hide{
    display:none;
}
.m_footer_icon{
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    flex-direction: column;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 8px;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    flex-basis: 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.m_footer_icon:hover, .m_footer_icon:focus {
    color: white;
    text-decoration: none;
}
.m_footer-wrap{
    display: flex;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: rgb(0, 11, 66);
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8px 1rem;
    z-index: 1000;
}

.m_footer_icon span{
    padding: 12px 12px;
    font-family: FontLuthai;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    color:white;
}