.footer {
    background: #005ca2;
    padding-top: 0.58rem;
    padding-bottom: .65rem;
}

.credit{
    display: inline-block;
    width: 55px;
    margin-left: 16px;
    vertical-align: middle;
}

.footer .main {
    display: flex;
    padding: .4rem 0;
    border-bottom: 1px solid #3B82B8;
    ;
    border-top: 1px solid #3B82B8;
    ;
}

.logo_foot {
    width: 3.73rem;
    display: flex;
    margin-bottom: .3rem;
}

.logo_foot img {
    width: 0.63rem;
    height: 0.63rem;
}

.fwrx {
    margin-left: .2rem;
    color: #fff;
}

.fwrx p {
    font-size: 0.16rem;
}

.fwrx h4 {
    font-size: 0.34rem;
}

.footer_p1 {

    font-size: 0.18rem;
    color: #333333;
    font-weight: bold;
    padding-left: .1rem;
    margin-bottom: .15rem;
}

.footer_p4 {
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.06rem;
}

.footer_p3 {
    margin-top: .5rem;
    font-size: 0.14rem;
    color: #a0a0a0;
    margin-bottom: 0.06rem;
}

.footer_left {
    /*padding-right: .8rem;*/
    width: 35%;
}

.footer_right {
    display: flex;
    /*gap: 0 0.3rem;*/
    flex: 1;
    justify-content: space-between;
}

.footer_right a {
    height: fit-content;
    
     text-align: center;
   
}

.footer_right a.footer_p6{
     color: rgba(255, 255, 255, 0.5);
}

.footer_right a.footer_p6:hover{
    color: rgba(255, 255, 255, 1);
}

.footer_p5 {

    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.25rem;
}

.footer_p6 {

    font-size: 0.15rem;
    color: #fff;
    line-height: 0.3rem;
}

.ewm {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.ewm img {
    background: #fff;
    padding: .03rem;
    width: 100%;
    margin-bottom: .13rem;
}

.ewm p {
    font-size: 0.15rem;
    text-align: center;
    color: #fff;
}

.footlogo {
    width: 16rem;
    margin: 0 auto;
    display: flex;
    margin-bottom: .2rem;
    max-width: 95%;
}

.footlogo img {
    width: 2.16rem;
    height: .48rem;
}

.footlogo p {
    font-size: .26rem;
    color: #fff;
    text-align: right;
    width: 87%;
    line-height: .48rem;
}
.footcopy{
    display: flex;   
    font-size: 0.16rem;
    width: 16rem;
    max-width: 95%;
    margin: 0 auto;
    color: #fff;
     margin-top: .2rem;
     line-height: .25rem;
}
.footleft{
    width: 51%;
}
.footleft span a{
    color: #fff;
}
.footleft a{
    display: contents;
}
.footright{
    width: 50%;
    text-align: right;
}
.footleft .pherf{
    color: #B3CEE3;
}
.footleft .pherf>a{
    color: #B3CEE3;
}

.footer_right_box:nth-child(3) .footer_p6{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .footlogo {
  width: 100%;
  display: block;
  padding: 0 .3rem;
}
.footlogo img{
    width: 50%;
    height: auto;
}
.footlogo p {
  width: 100%;
  text-align: left;
  margin-top: .3rem;
}
.footer .main{
    display: block;
}
.footer_left {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.fwrx p {
  font-size: 0.26rem;
}
.footer_p4 {
  font-size: 0.26rem;
}
.ewm {
  height: auto;
  width: 30%;
}
.ewm p {
  font-size: 0.26rem;
}
.footer_right {
  display: block;
  height: auto;
  overflow: hidden;
}
  .footer_right_box {
    width: 33.3%;
    float: left;
    height: 3.5rem;
    padding:0 5px;
  }
  .footer_p5 {
  font-size: 0.26rem;
  font-weight: bold;
}
.footer_p6 {
  font-size: 0.26rem;
  line-height: 0.35rem;
}
.footcopy {
  font-size: 0.24rem;
  width: 100%;
  display: block;
  padding: 0 .3rem;
}.footleft {
  width: 100%;
  line-height: .35rem;
}.footright {
  width: 100%;
  text-align: left;
  margin-top: .2rem;
  line-height: .35rem;
}

}