body {
    max-width: 750px;
    margin: 0 auto;
}

#header .flex, .flex {
    display: -webkit-box;
    display: box;
}

#header .flex {
    -webkit-align-items: center;
    align-items: center;
}

.partbd {
    padding: 0 10px;
}

.bd_search {
    position: relative;
    height: 32px;
    padding: 0 44px 0 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-flex: 1;
    box-flex: 1;
    top: 50%;
    margin-top: -16px;
}

    .bd_search input, form {
        width: 100%;
        border: none;
        height: 100%;
        display: block;
    }

    .bd_search i {
        background: #9e9e9e;
        color: #fff;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        border-radius: 20px;
        text-align: center;
        line-height: 20px;
        top: 50%;
        margin-top: -10px;
    }

#page {
    padding: 0;
}

    #page ul.flex {
        height: 40px;
        background: #fff;
    }

        #page ul.flex li {
            -webkit-box-flex: 1;
            box-flex: 1;
            position: relative;
        }

        #page ul.flex a {
            text-align: center;
            position: relative;
            line-height: 40px;
            display: block;
        }

            #page ul.flex a.active {
                color: #b0352f;
            }

                #page ul.flex a.active:after {
                    content: '';
                    position: absolute;
                    height: 2px;
                    left: 0;
                    right: 0;
                    background: #b0352f;
                    bottom: 0;
                }

ul li ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #f5f5f5;
}

.info .name, .info .name img {
    position: relative;
}

.hidden, .loading {
    display: none;
}

.hint-info {
    text-align: center;
    color: #ccc;
    margin-top: 40px;
    font-size: 20px;
}

.info .name img {
    top: -2px;
}

.fix-tabs-mygifts {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    /*position: fixed;*/
    left: 0px;
    /*top: 0px;*/
    width: 100%;
    z-index: 99999;
    /*-moz-box-shadow: 0px 3px 9px #ABABAB;
    -webkit-box-shadow: 0px 3px 9px #ABABAB;
    box-shadow: 0px 3px 9px #ABABAB;*/
}

.fix-tabs-mygifts-active {
    display: inherit;
    top: 0px;
    position: fixed;
    -moz-box-shadow: 0px 3px 9px #ABABAB;
    -webkit-box-shadow: 0px 3px 9px #ABABAB;
    box-shadow: 0px 3px 9px #ABABAB;
}

.fix-tabs-mygifts span {
    margin-left: 20px;
}

.fix-tabs-mygifts b {
    color: #b0352f;
}

.fix-tabs-mygifts a {
    float: right;
    margin-right: 20px;
}
