@media screen and (max-width: 991px) {

    .ew-footer .link-box {
        display: inline;
        padding-top: 24px;
    }

    .ship-link .left {
        min-width: 72px;
    }

}

.link-box {
    color: #002059;
    height: auto;
}

.link-box .other-link {
    border-bottom: 1px solid #eaeaea;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.link-box .ship-link {
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: .8rem;
    opacity: .4;
    color: #002059;
}

.link-box .beian {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: .8rem;
    font-weight: 400;
    font-family: Content-font, Roboto, sans-serif;
    color: rgb(57, 57, 57, 0.5);
}

.link-box .other-link .cop {
    font-size: .8rem;
    color: #BFC7D5;
}

.link-box .other-link .other, .map-container {
    position: relative;
}

.link-box .other-link .icon {
    margin-left: 20px;
}

.link-box .ship-link .left {
    width: 11%;
    padding-top: 5px;
}

.link-box .ship-link .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}

.link-box .ship-link .right a {
    margin-right: 10px;
    line-height: 24px;
    white-space: nowrap;
    color: #002059;
}

.link-box .beian p {
    margin: 6px 0;
}

.link-box .beian a {
    color: rgba(0, 32, 89, .4);
}

.to-top {
    position: fixed;
    right: 25px;
    bottom: 30px;
    margin: 0 auto;
    z-index: 9999;
    display: none;
}

.to-top .intercom-box {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    cursor: pointer;
    opacity: .7 !important;
}

.to-top .intercom-box .to-intercom {
    pointer-events: none;
    text-align: center;
    overflow: hidden;
}

.to-top .intercom-box .to-intercom > div svg {
    width: 24px;
    animation: big2small 2s infinite linear;
}

.crisp-client .cc-kv6t .cc-1xry .cc-unoo {
    opacity: .7 !important;
    margin: 0 0px 70px 0 !important;
}

#tidio-chat {
    display: none;
}

.tidio-chat-show{
    display: block!important;
}
