.brand .header {
    text-align: center;
    color: #4e4a49;
    font-size: 1em;
    height: 45px;
    line-height: 45px;
    position: relative;
    width: 100%;
    height: 45px;
    background: #ececea;
    border-bottom: 1px solid #ddd;
}

.brand .header.fixed {
    left: 0;
    top: 0;
    z-index: 99;
}

.brand #letter {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    font-size: 75px;
    color: #555;
    text-align: center;
    line-height: 100px;
    background: rgba(145, 145, 145, 0.6);
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -50px 0px 0px -50px;
    z-index: 99;
    display: none;
}

.brand .sort_box {
    width: 100%;
    overflow: hidden;
}

.brand .sort_list {
    padding: 0 4rem 0 20px;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.brand .sort_list .num_name {
    color: #000;
    font-size: 14px;
}

.brand .sort_letter {
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    color: #dc9700;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.brand .initials {
    position: fixed;
    top: 300px;
    right: -4px;
    height: 100%;
    width: 1rem;
    padding-right: 10px;
    text-align: right;
    font-size: 12px;
    z-index: 99;
    background: rgba(145, 145, 145, 0);
}

.brand .aui-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: center;
    align-self: center;
    position: relative;
    margin: 10px 10px 10px 0;
}

.brand .aui-tab-item.aui-active {
    color: #da9500;
    border-bottom: 2px solid #da9500;
}

.brand .aui-tab-item {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    overflow: hidden;
    font-size: 0.6rem;
    text-align: center;
    color: #212121;
    background-color: #ffffff;
    margin-left: -1px;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.brand .initials ul li {
    cursor: pointer;
}

/* .pinpai {} */

.pinpai a { background: #CCC; border: 1px solid #CCC; border-radius: 20px; margin-right: 10px; display: inline-block; padding: 10px; margin: 10px; }

.none { display: none; }
 #dom_mama {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}
 #dom_mama img {
    width: 100%;
}
#initials{
    height: 692px;
    background: rgba(145, 145, 145, 0);
    position: absolute;
    right: 0;
    bottom: 40%;
}