.footer-wrap {
    width: 100%;
    padding-bottom: .5rem;
    /* background: #fff; */
}

.footer-box {
    margin: 0 auto;
    background: url(../img/common/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 18.9rem;
    height: 7.49rem;
    padding: 0.6rem 1.86rem 0 1.96rem;
}
.footer-top{
    display: flex;
    justify-content: space-between;
}
/**/
.footer-flex {
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
}

/*  */
.footer-logo {
    width: 1.55rem;
}

.footer-logo img {
    width: 100%;
}

.footer-logo-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    margin-top: .3rem;
}

.footer-nav-box {
    /*border-top: 0.01rem solid rgba(36, 78, 45, .1);*/
    /*border-bottom: 0.01rem solid rgba(36, 78, 45, .1);*/
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
}

.footer-nav {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-bottom: 0.11rem;
    transition: all .365s;
    margin-bottom: .32rem;
    text-align: right;
}

.footer-nav:last-of-type {
    margin-bottom: 0;
}

.footer-nav:after {
    content: '';
    width: 0;
    height: 0.02rem;
    background: #fff;
    transition: all .365s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.footer-nav:hover {
    font-weight: bold;
}

.footer-nav:hover::after {
    width: 100%;
}

/*  */


.footer-about {
    display: flex;
    margin-bottom: .19rem;
}

.footer-about-img {
    width: .24rem;
    height: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: .12rem;
}

.footer-about-img img {
    max-width: 100%;
    max-height: 100%;
}

.footer-about-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 0.24rem;
}

.footer-message-title {
    font-size: 0.32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.footer-message-textarea {
    width: 5.65rem;
    height: .7rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-top: .5rem;
    padding-bottom: .3rem;
}

.footer-message-textarea input {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 0.32rem;
    background: transparent;
}
.footer-message-textarea input::placeholder {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
    opacity: 0.25;
}
.footer-message-bt {
    width: 1.06rem;
    height: 0.45rem;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0.23rem;
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}
.footer-message-bt img{
    width: .12rem;
    height: .12rem;
    margin-left: .06rem;
}
.footer-share-box {
    display: flex;
    justify-content: flex-end;
}

.footer-share {
    width: 1.28rem;
    height: 0.44rem;
    background: #C3CD7A;
    border-radius: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .4rem;
}

.footer-share img {
    max-width: 80%;
    max-height: 80%;
}

.footer-share2 {
    background: #244E2D;
}

.footer-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .9rem;
}
.footer-code img{
    width: 1.4rem;
    height: 1.4rem;
}
.footer-code p{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .19rem;
}
.footer-right{
    flex-shrink: 0;
    margin-left: 1rem;
}

.footer-link-box{
    margin-top: .5rem;
}
.footer-link-title{
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-link-list{
    display: flex;
    flex-wrap: wrap;
    
}
.footer-link-item{
    border: 1px solid rgba(255, 255, 255, .25);
    padding: .12rem .2rem;
    border-radius: 0.21rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .19rem;
    margin-right: .3rem;
    
}
/**/

.footer-icp {
    margin-top: .2rem;
    /*width: 100%;*/
    /*padding: 0.35rem 0;*/
    /*border-top: 0.01rem solid rgba(23, 121, 59, .4);*/
    text-align: center;
}

.footer-icp a,
.footer-icp p {
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

@media only screen and (max-width:1024px){
    .footer-wrap{
        padding-bottom: 0;
    }
    .footer-box{
        background: #316e3b!important;
    }
    .footer-box{
        width:100%;
        height: auto;
        padding:30px 15px;
    }
    .footer-share-box{
        display: none;
    }
    .footer-logo{
        height: 30px;
    }
    .footer-logo-text{
        font-size: 16px;
        margin-top: 20px;
    }
    .footer-left{
        display: none;
    }
    .footer-right{
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .footer_contact{
        align-items: flex-end !important;
        text-align: right;
    }
    .footer-nav-box{
        flex-direction: row;
        justify-content: flex-end;
    }
    .footer_c1{
        font-size: 12px!important;
        margin-bottom: 7px;
    }
    .footer-nav{
        font-size: 14px!important;
        margin:  0 15px 0 0 ;
    }
    .footer-code{
        justify-content: center!important;
        align-items: center!important;
        display: none;
    }
    .footer-code img{
        width: 40%;
        height: auto;
        display: none;
    }
    /*.footer-top>div:nth-child(1){*/
    /*    margin: 0 auto;*/
    /*}*/
    .footer-icp a{
        font-size: 12px;
    }
    .footer-icp{
        margin-top: 20px;
    }
    .footer-code p{
         font-size: 12px!important;
    }
}

