@charset 'utf-8';
/* 首页左栏彩种列表 - 对齐 df999999 home 组件 */

/* 232 + 518 + 250 = 1000px，与 .container 宽度一致，避免右侧登录栏被挤到下一行 */
.main .home-main-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1000px;
    margin-left: 0;
    margin-right: 0;
}

.main .home-main-row::before,
.main .home-main-row::after {
    display: none;
}

.main .home-main-row > .col-xs-3.padding_0,
.main .home-main-row > .col-xs-6.main_middle,
.main .home-main-row > .col-xs-3.main_right {
    float: none;
    padding: 0;
    min-width: 0;
}

.main .home-main-row > .col-xs-3.padding_0 {
    width: 232px;
    flex: 0 0 232px;
}

.main .home-main-row > .col-xs-6.main_middle {
    width: 518px;
    flex: 0 0 518px;
}

.main .home-main-row > .col-xs-3.main_right {
    width: 250px;
    flex: 0 0 250px;
    align-self: flex-start;
}

.home-wrapL {
    width: 100%;
    max-width: 232px;
    background: #fffdf3;
    border: 1px solid #e6c9a0;
    border-top: 3px solid #e6c9a0;
    height: 468px;
    overflow: hidden;
    box-sizing: border-box;
}

.home-wrapL .lotteryMenuTop {
    display: flex;
    justify-content: center;
    width: 100%;
}

.home-wrapL .lotteryMenuTop .ltBtn:first-child {
    border-left: none;
}

.home-wrapL .ltBtn {
    flex: 1;
    height: 30px;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    line-height: 29px;
    border-bottom: 1px solid rgb(244, 241, 217);
    border-top: 1px solid rgb(244, 241, 217);
    cursor: pointer;
    border-left: 1px solid rgb(244, 241, 217);
    background: #fffdf3;
    user-select: none;
}

.home-wrapL .ltBtn.active {
    color: #333;
    border-bottom: none;
}

.home-wrapL .ltBtn.active:before {
    content: "";
    width: 100%;
    height: 3.5px;
    display: inline-block;
    position: absolute;
    top: -3.5px;
    left: 0;
    background: #e4393c;
}

.home-wrapL .subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 435px;
    overflow: hidden;
    background: #fffdf3;
}

.home-wrapL .subnav li {
    height: 43.4px;
    border-bottom: 1px dashed #ddd;
    padding: 0 3px;
}

.home-wrapL .subnav li:last-child {
    border: none;
}

.home-wrapL .subnav li:hover {
    background: #fff9dd;
}

.home-wrapL .subnav li a {
    display: block;
    width: 100%;
    height: 43.4px;
    line-height: 43.4px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    overflow: hidden;
}

.home-wrapL .subnav li a:hover {
    text-decoration: none;
}

.home-wrapL .subnav li .cp-icon {
    font-size: 36px;
    margin: 0 4px 0 0;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}

.home-wrapL .subnav li .cp-icon img {
    width: 38px;
    height: 38px;
    display: block;
}

.home-wrapL .subnav li:hover .cp-icon img {
    transition: 0.5s;
    transform: rotate(360deg);
    transform-origin: 17px 25px;
}

.home-wrapL .subnav li .sortName {
    display: inline;
    vertical-align: middle;
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin-right: 4px;
}

.home-wrapL .subnav li .des {
    float: right;
    color: #999;
    font-size: 10px;
    font-weight: 100;
    padding-right: 6px;
    line-height: 43.4px;
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-wrapL .subnav-empty {
    text-align: center;
    color: #999;
    font-size: 13px;
    line-height: 80px;
    border: none !important;
}
