footer {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    position: fixed;
    z-index: 39;
    bottom: 0;
}

footer > ul.bottomMenuList {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;
}

footer > ul.bottomMenuList > li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

footer > ul.bottomMenuList > li a {
    width: 100%;
    padding-top: 23px;
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 10px;
    color: #6d6d6d;
    letter-spacing: -0.2px;
    font-weight: 600;
    display: block;
    background-size: 18px;
}

footer > ul.bottomMenuList > li.menu1 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v3_01.svg");
}

footer > ul.bottomMenuList > li.menu2 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v3_03.svg");
}

footer > ul.bottomMenuList > li.menu3 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v3_06.svg");
}

footer > ul.bottomMenuList > li.menu4 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v3_04.svg");
}

footer > ul.bottomMenuList > li.menu5 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v3_05.svg");
}

footer > ul.bottomMenuList > li.menu6 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/topMenu_v3_06_Off.svg");
}

footer > ul.bottomMenuList > li.menu7 > a {
    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v3_07.svg");
}

footer > ul.bottomMenuList > li > a.active {
    height: 30px;
    background-size: 30px;
}

/*footer > ul.bottomMenuList > li.menu1 > a.active {*/
/*    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v2_01_On.png");*/
/*}*/

/*footer > ul.bottomMenuList > li.menu2 > a.active {*/
/*    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v2_02_On.png");*/
/*}*/

/*footer > ul.bottomMenuList > li.menu3 > a.active {*/
/*    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v2_03_On.png");*/
/*}*/

/*footer > ul.bottomMenuList > li.menu4 > a.active {*/
/*    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v2_04_On.png");*/
/*}*/

/*footer > ul.bottomMenuList > li.menu5 > a.active {*/
/*    background-image: url("https://cdn001.wooahthink.com/front_img/menu/bottomMenu_v2_05_On.png");*/
/*}*/

.bottom-hot-deal-icon {
    width: 30px;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(10px);
}
