
.comm-footer .links {
    background: #193b6e;
}

.comm-footer .links .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comm-footer .links .content .ttle {
    padding: 25px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: #fff;
}

.comm-footer .links .content .list {
    padding-left: 30px;
    flex: 1 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.comm-footer .links .content .list .item {
    flex: 1 1;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    max-width: 200px;
    padding: 25px 20px;
    line-height: 26px;
}

.comm-footer .links .content .list .item .i-c {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.comm-footer .links .content .list .item ul.sub-menu {
     display: none;
    position: absolute;
    margin-bottom: -10px;
    /*display: block;*/
    z-index: -1;
    bottom: 198px;
    /*margin-left: -20px;*/
    /* background: #193b6e; */
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    max-width: 200px;
    min-width: 175px;
    opacity: 0;
    transition: all 250ms ease-in-out;
    max-height: 300px;
    overflow: auto;
    border: #dcdcdc 1px solid;
    border-radius: 4px;
}

.comm-footer .links .content .list .item ul.sub-menu li a {
    display: block;
    color: #333;
    line-height: 28px;
    padding: 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comm-footer .links .content .list .item ul.sub-menu li a:hover {
    /* background: rgba(0, 0, 0, 0.15); */
    background: rgba(45, 84, 143, 0.1);
}

.comm-footer .links .content .list .item:hover ul.sub-menu {
    z-index: 99;
    display: block;
    opacity: 1;
    bottom: 217px;
}

.comm-footer .links-m {
    display: none;
    background: #193b6e;
    padding: 20px 0px;
}

.comm-footer .links-m .content .ttle {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.comm-footer .links-m .content .list .item {
    color: #ffffff;
    margin-bottom: 5px;
}

.comm-footer .links-m .content .list .item .i-c {
    border: #ccc 1px solid;
    border-radius: 4px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    user-select: none;
    cursor: pointer;
}

.comm-footer .links-m .content .list .item ul.sub-menu {
    height: 0px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}

.comm-footer .links-m .content .list .item ul.sub-menu.open {
    height: auto;
}

.comm-footer .links-m .content .list .item ul.sub-menu li a {
    display: block;
    line-height: 28px;
    padding: 8px 10px;
}

.comm-footer .law {
    background: #eeeeee;
    padding: 20px 0px 30px 0px;
    border-bottom: #193b6e 15px solid;
}

.comm-footer .law .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.comm-footer .law .row .col .cop {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comm-footer .law .row .col .cop .infos {
    margin-left: 20px;
    line-height: 25px;
    font-size: 12px;
}

.comm-footer .law .row .col .cop .infos .line span {
    margin-right: 20px;
}

.comm-float-btns {
    width: 82px;
    position: fixed;
    z-index: 9;
    bottom: 30px;
    right: 30px;
}

.comm-float-btns ul li {
    background: rgba(0, 0, 0, 0.2);
    width: 80px;
    height: 80px;
    margin: 1px;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.comm-float-btns ul li:hover {
    background: rgba(0, 0, 0, 0.4);
}

.comm-float-btns ul li:hover .qrcode {
    display: block;
}

.comm-float-btns ul li .box {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comm-float-btns ul li .qrcode {
    display: none;
    width: 110px;
    height: 110px;
    background: #ffffff;
    position: absolute;
    margin-left: -110px;
    margin-top: -95px;
}

.comm-float-btns ul li .qrcode img {
    width: 110px;
    height: 110px;
}

.comm-float-btns ul li.top {
    height: 0px;
}

.comm-float-btns ul li.top.show {
    height: 80px;
}