.footer_wrap {
    background-color: #F7F7F7;
    padding: 12px 0 51px;
    /* Follow as .ft-tool-bar height */
    position: relative;
}

.footer_wrap>* {
    padding: 0 10px;
}

/*** Footer - Concat ***/

.ft-contact {
    text-align: center;
    margin-bottom: 15px;
}

.ft-contact p {
    margin: 6px 0;
}

.contact_title {
    text-align: left;
    color: #FFF;
    background-color: #CAE6FF;
    border-radius: 30px;
    padding: 10px 10px 10px 50px;
    position: relative;
}

.contact_title>* {
    display: inline-block;
    vertical-align: middle;
}

.contact_title .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    text-align: center;
    background-color: #7FBBFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

[class*="cnct-"] {
    font-size: 1.15em;
    font-weight: bold;
    color: #666;
}

.cnct-num,
.cnct-num:hover,
.cnct-num:focus,
.cnct-num:active {
    color: #0A7CEB;
    text-decoration: none;
}

/*** Footer - Info List ***/

.ft-info li {
    margin-bottom: 15px;
}

.nav-caption {
    font-size: 1.1em;
    font-weight: bold;
    color: #2264A8;
}

.nav-sub a {
    /* font-size: .8em; */
    font-size: 12px;
    color: #000;
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    position: relative;
}

.nav-sub a:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #2969AB;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nav-sub a:last-child:after {
    background-color: transparent;
}

/*** Footer - Product ***/

.ft-products {
    text-align: center;
    background-color: #FFF;
    padding: 10px 20px;
}

.ft-products:after {
    content: '';
    display: block;
    clear: both;
}

.ft-products .product {
    width: calc(100% / 2);
    float: left;
}

.ft-products .product>* {
    display: inline-block;
    vertical-align: middle;
}

.ft-products .product img {
    width: 25px;
    margin-right: 3px;
}

.ft-products .product .txt {
    font-size: 1.1em;
    position: relative;
}

.ft-products .product .txt * {
    color: #2264A8;
}

.ft-products .product a.change-link {
    position: relative;
}

.ft-products .product .txt a:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #0A7CEB;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.ft-products .product .txt a.disabled:after {
    display: none;
}

.ft-products .product .txt span {
    font-size: 1em;
    display: inline-block;
    padding: 0 2px;
    position: relative;
    bottom: 0;
}

/*** Footer - Product[mWeb] ***/

.change-device {
    margin-top: 3px;
}

.change-device:after {
    content: '';
    display: block;
    clear: both;
}

.change-device>* {
    float: left;
}

.change-device>*:not(.disabled) {
    margin-right: 3px;
}

.change-device .change-device.change-link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.change-device .change-link.disabled {
    color: #000;
    position: relative;
    z-index: 2;
}

/*** Footer - Product[Web] ***/

.footer .qr-code .change-device {
    width: 100%;
    position: absolute;
    bottom: -45px;
    right: 2px;
}

.footer .qr-code .change-link.disabled {
    color: #000;
    text-decoration: none;
    cursor: default;
}

.footer .qr-code {
    position: relative;
}