body.show a,
body.show .transition,
body.show :before,
body.show :after,
body.show img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.g-foot .info .tel,
.g-foot .info,
.g-foot .list li {
    justify-content: center;
    -webkit-justify-content: center;
}

.g-foot .info div {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.g-foot .info {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.p-ico {
    font-family: "icon";
    font-size: 0.2rem;
}

/*-------------------------*/
html {
    font-size: 50px;
}

body {
    font-size: 0.24rem;
}

.wal {
    max-width: 800px;
    margin: 0 0.5rem;
}

.g-foot {
    font-size: 0.24rem;
}
.g-foot:before {
    left: 0;
    height: 8.57rem;
}
.g-foot:after {
    left: 0.5rem;
}
.g-foot .wal {
    min-height: 8.96rem;
    padding: 3.22rem 0 0 0;
}
.g-foot .logo {
    position: static;
    width: 3.18rem;
    margin: 0 auto;
}
.g-foot .list {
    position: static;
    width: 100%;
    padding: 0.5rem 0 0.4rem 0;
    font-size: 12px;
}
.g-foot .list li {
    height: 0.48rem;
    padding-right: 0;
    width: 100%;
}
.g-foot .list li .p-ico {
    font-size: 0.28rem;
}
.g-foot .info {
    position: relative;
    height: auto;
    border-top: 0;
}
.g-foot .info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.9rem;
    top: 0;
    right: -0.5rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.27);
}
.g-foot .info div {
    padding-top: 0.4rem;
    width: 4.8rem;
}
.g-foot .info div p {
    line-height: 0.48rem;
    text-align: center;
    padding: 0;
}
.g-foot .info div p:nth-child(3) {
    width: 100%;
}
.g-foot .info .tel {
    height: 0.9rem;
    width: 100%;
}
.g-foot .info .tel i {
    font-size: 0.24rem;
    margin-right: 0.1rem;
}

.foot-link {
    padding-bottom: 3.7rem;
}
.foot-link .title {
    font-size: 0.54rem;
    text-align: center;
    padding: 1.1rem 0 0.5rem 0;
}
.foot-link .list {
    margin: 0 auto;
}
.foot-link .list li {
    width: 2.87rem;
    padding: 0;
}
.foot-link .list a {
    font-size: 0.32rem;
    line-height: 1rem;
}
.foot-link .ewm {
    width: 3.8rem;
    padding: 0.1rem;
    left: 50%;
    bottom: -2.3rem;
    margin-left: -2rem;
}
.foot-link .ewm p {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 0.35rem;
}

.phone_link{
    display: block;
    text-align: center;
}

.divider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.divider-text {
    /*padding: 0 20px;*/
    font-size: 0.24rem;
    font-weight: bold;
    color:white;
    opacity: 0.36;
}
.phone_link .link_list .list-item{
    margin:10px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .phone_link{
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .wal {
        margin: 0 0.5rem;
    }
}
