	   .MobileNav .other {
    width: 100%;
    margin-top: auto;
    padding-top: 0.45rem;
    background-color: rgba(255, 255, 255, 0.9);
}
 .other .otop {
    width: 100%;
}
.other .otop .txt {
    text-align: center;
    /* color: #999; */
    font-size: 14px;
    line-height: 24px;
}
 .other .otop .txt span {
    position: relative;
}
 .other .otop .txt span::before {
    content: '';
    width: 1rem;
    height: 1px;
    background: linear-gradient(to right, #dddddd, rgba(221, 221, 221, 0));
    position: absolute;
    left: calc(100% + 0.3rem);
    top: 50%;
    transform: translateY(-50%);
}
.other .otop .txt span::after {
    content: '';
    width: 1rem;
    height: 1px;
    background: linear-gradient(to left, #dddddd, rgba(221, 221, 221, 0));
    position: absolute;
    right: calc(100% + 0.3rem);
    top: 50%;
    transform: translateY(-50%);
}
.other .otop .more {
    width: 100%;
    display: flex
;
    justify-content: center;
    margin-top: 0.3rem;
}
.public-btn {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
}
.public-btn {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.public-btn a {
    height: 45px;
    display: flex
;
    align-items: center;
    padding: 0 20px 0 25px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}
    .public-btn a {
        height: 0.8rem;
        border-radius: 0.4rem;
        padding: 0 0.3rem 0 0.4rem;
    }
    .public-btn a::before {
    content: '';
    width: 100%;
    height: 45px;
    border-radius: 25px;
    background: #5fb613;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}
    .public-btn a::before {
        height: 0.8rem;
        border-radius: 0.4rem;
    }
    .public-btn a span {
    color: #fff;
    line-height: 1.55555556em;
    transition: all 0.4s;
    font-size: 0.24rem;
}
.public-btn a i {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    transition: all 0.4s;
    overflow: hidden;
}
.public-btn a i {
        width: 0.4rem;
        height: 0.4rem;
    }
    .public-btn a i svg {
    width: 40%;
    height: 40%;
    animation: arrowRun 5s infinite;
}

.other .odown {
    width: 100%;
    border-top: 1px solid #ddd;
    background: #f5f7f9;
    /* background-color: rgba(255, 255, 255, 0.84); */
    display: flex;
    margin-top: 0.5rem;
}
.other .odown .tel {
    width: 58.333333%;
    display: flex;
    align-items: center;
    padding: 0.3rem 0 0.3rem 0.35rem;
}
.other .odown .tel i {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
}
.other .odown .tel i svg {
    width: 0.3rem;
    height: 0.3rem;
}
.other .odown .tel i svg path {
    fill: #5fb613;
}
.other .odown .tel p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.other .odown .tel p span {
    display: block;
    color: #000;
    font-size: 18px;
}
.other .odown .wx {
    display: flex
;
    align-items: center;
    padding: 0.3rem 0 0.3rem 0rem;
}
.other .odown .wx i {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.15rem;
}
.other .odown .wx i svg {
    width: 0.3rem;
    height: 0.3rem;
}
.other .odown .wx i svg path {
    fill: #5fb613;
}
.other .odown .wx span {
    color: #666;
    font-size: 14px;
}
.public-btn a i svg path {
    fill: #fff;
    transition: all 0.4s;
}
@keyframes arrowRun {
  0% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7% {
    transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  7.1% {
    transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  14% {
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}