* {
    margin: 0;
    padding: 0;
}

.footer {
    width: 100%;
    padding-top: 0.95rem;
    /* padding-left: 1.33rem; */
    background: #000000;
    box-sizing: border-box;
    /* padding-right: 1.38rem; */
}

.footer .footerTop {
    display: flex;
    /* width: 100%; */
    padding-bottom: 0.17rem;
    border-bottom: 0.01rem solid #6A6A6A;
    /* padding-left: 1.33rem;
    padding-right: 1.38rem; */
    box-sizing: border-box;
    margin-left: 1.33rem;
    margin-right: 1.36rem;
}

.footer .footerTop .footerLogo {
    width: 6.05rem;
    height: 0.81rem;
}

.footerLogo img {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .footerTop .footerTit {
    margin-left: 4.02rem;
    margin-top: 0.3rem;
    font-family: Arial, Arial;
    font-size: 0.4rem;
    color: #FFFFFF;
}

.footer .from {
    width: 100%;
}

.footerCenter {
    display: flex;
    padding-bottom: 0.62rem;
    padding-left: 1.33rem;
    padding-right: 1.38rem;
    box-sizing: border-box;
}

.footer .from .fromTit {
    margin-top: 0.35rem;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.footer .from .fromTex {
    display: flex;
    justify-content: space-between;
    width: 7.76rem;
    margin-top: 0.17rem;
    margin-bottom: 0.27rem;
}

.fromTex input {
    width: 2.42rem;
    height: 0.61rem;
    background: #404040;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    border: 0.01rem solid #797979;
    outline: none;
    padding: 0 0.27rem;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #797979;
    /* margin-right: 0.23rem; */
}

/* .fromTex input:last-child {
    margin-right: 0;
} */

.footer .from textarea {
    display: block;
    width: 7.76rem;
    height: 1.25rem;
    background: #404040;
    border-radius: 0.11rem 0.11rem 0.11rem 0.11rem;
    border: 0.01rem solid #797979;
    padding-top: 0.3rem;
    padding-left: 0.27rem;
    outline: none;
    box-sizing: border-box;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #797979;
}

.from .fromBtn {
    display: block;
    width: 2.17rem;
    height: 0.61rem;
    background: #BE1E21;
    margin-top: 0.21rem;
    font-family: Arial, Arial;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.61rem;
    text-align: center;
}

.cenRight {
    width: 100%;
    margin-left: 2.33rem;
    margin-top: 0.35rem;
}

.cenRight .redTit {
    display: flex;
    height: 0.49rem;
    align-items: center;
}

.cenRight .redTit img {
    width: 0.29rem;
    height: 0.29rem;
    display: block;
    margin-right: 0.12rem;
}

.cenRight .redTit .redTitTex {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.25rem;
    color: #BE1E21;
    white-space: nowrap;
}

.cenRight .redTit .redTitTex2 {
    margin-left: 0.55rem;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 0.3rem;
    color: #FFFFFF;
    white-space: nowrap;
}

.cenRight .cenCon {
    margin-top: 0.24rem;
    margin-bottom: 0.43rem;
}

.cenRight .cenCon .cenConItem {
    margin-bottom: 0.2rem;
    font-family: Arial, Arial;
    font-size: 0.2rem;
    color: #9A9A9A;
    line-height: 0.25rem;
}

.cenRight .cenCon .cenConItem:last-child {
    margin-bottom: 0;
}

.cenConItem .itemTop {
    color: #727272;
}

.cenRight .imgList {
    display: flex;

}

.cenRight .imgList .imgListItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.48rem;
    height: 0.48rem;
    background: #777777;
    border-radius: 0.12rem;
    margin-right: 0.15rem;
}

.cenRight .imgList .imgListItem:nth-child(1) img{
    display: block;
    width: 0.122rem;
}

.cenRight .imgList .imgListItem:nth-child(2) img{
    display: block;
    width: 0.26rem;
}

.cenRight .imgList .imgListItem:nth-child(3) img{
    display: block;
    width: 0.29rem;
}

.cenRight .imgList .imgListItem:nth-child(4) img{
    display: block;
    width: 0.27rem;
}

.cenRight .imgList .imgListItem:nth-child(5) img{
    display: block;
    width: 0.23rem;
}

.footerBottom {
    width: 100%;
    height: 0.87rem;
    font-family: Arial, Arial;
    font-size: 0.16rem;
    color: #9A9A9A;
    line-height: 0.87rem;
    text-align: center;
    border-top: 0.01rem solid #707070;
}


@media only screen and (max-width:768px){
    .footer .footerTop .footerLogo{
        width: 6.05rem;
    }
    .footer .footerTop{
        margin-left: 0.2rem;
        margin-right: 0.2rem;
        flex-wrap: wrap;
    }
    .footer .footerTop .footerTit{
        margin-left: 0;
    }
    .footer .from .fromTex{
            width: 6.76rem;
    }
    .footer .from textarea{
            width: 6.76rem;
    }
    .footerCenter{
            padding-left: 0.33rem;
    padding-right: 0.38rem;
        flex-wrap: wrap;
    }
    .fromTex input{
        width: 2.1rem;
    }
    .cenRight{
        margin-left: 0rem;
    }
    .cenRight .cenCon .cenConItem{
        font-size: 0.29rem;
            line-height: 0.35rem;
    }
    .footerBottom{
        font-size: 0.25rem;
    }
   .cenRight .cenCon .cenConItem .line1{
           white-space: normal;
   }
}