footer {
    background-color: rgb(237, 237, 237);
    width: 100%;
}

footer .footer-container {
    display: flex;
    justify-content: space-between;
    padding: 46px 30px 30px;
    position: relative;
}

footer .footer-container .left-box {
    height: 186px;
    display: flex;
    align-items: center;
}

footer .footer-container .left-box .logo-bottom-box {
    width: 180px;
}

footer .footer-container .right-box {
    display: flex;
}

footer .footer-container .right-box .channel-box {
    height: 186px;
    overflow: hidden;
    margin-right: 80px;
}

footer .footer-container .right-box .channel-box div:hover {
    text-decoration: underline;
}

footer .footer-container .right-box .channel-box .channel-first-menu {
    font-size: 16px;
    color: #000;
    cursor: pointer;
    margin-bottom: 14px;
}

footer .footer-container .right-box .channel-box .channel-sub-menu {
    color: rgb(137, 137, 137);
    cursor: pointer;
    margin-top: 8px;
}

footer .footer-bottom {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: rgb(0, 97, 194);
    padding: 16px 0;
    white-space: pre;
}

footer .footer-container .right-box .link-icon-box .title {
    font-size: 16px;
    color: #000;
    margin-bottom: 26px;
    white-space: nowrap;
}

@font-face {
    font-family: "iconFooter"; /* Project id 3399339 */
    src: url('fonts/icon_footer.ttf?t=1652431889394') format('truetype');
}

.icon-footer {
    font-family: "iconFooter" !important;
    color: #717980;
    font-size: 36px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
    content: "\e600";
}

.icon-weibo:before {
    content: "\e643";
}

.icon-instagram:before {
    content: "\e87f";
}

.icon-twitter:before {
    content: "\e882";
}

.icon-facebook:before {
    content: "\e650";
}

.icon-youtube:before {
    content: "\e660";
}

.icon-linkedin-fill:before {
    content: "\e890";
}

footer .footer-container .right-box .link-icon-box .icon-box {
	width: 270px;
	justify-content: space-between;
	display: flex;
}

footer .footer-container .right-box .link-icon-box .footer-icon-box {
    /*padding: 0 25px;*/
}

footer .footer-container .right-box .link-icon-box .footer-icon {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 0;
    border-radius: 50%;
    background-color: transparent;
    border: #717980 2px solid;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
	cursor: pointer;
}