.bottomAD {
            -webkit-box-sizing: border-box;
            height: 56px;
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 1000;
            padding: 0px;
            overflow: hidden;
            width: 100%;
            background: #FFFFFF;
        }

            .bottomAD .bottomMenu {
                width: 100%;
                list-style: none;
                margin: 0px;
                padding: 0px;
                zoom: 1;
            }

            .bottomAD .bottom-menu {
                float: left;
                list-style: none;
                width: 20%;
                font-size: 14px;
                color: #999;
                text-align: center;
            }

                .bottomAD .bottom-menu a {
                    background-color: transparent;
                    text-decoration: none;
                    display: block;
                    height: 46px;
                    margin: 5px 0;
                    text-align: center;
                    color: #757575;
                }

                .bottomAD .bottom-menu .menu-image {
                    height: 22px;
                    display: block;
                    margin: 0 auto;
                }

                .bottomAD .bottom-menu .menu-text {
                    height: 20px;
                    display: block;
                    margin: 4px auto 0 auto;
                }

        #frendLinks {
            display: block;
        }

        @media(max-width:767px) {
            #frendLinks {
                display: none;
            }
        }
		@media(max-width:767px) {
        .headimage {
            display: none;
        }
    }

    @media(max-width:767px) {
        .searchitem {
            padding-left: 0 !important;
        }
    }

    .box {
        position: relative;
        z-index: 999;
    }

    .box-active {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }