@charset "UTF-8";
/* topbar */
.g-topbar {
    line-height: 27px;
    font-size: 12px;
    position: relative;
    z-index: 12;
}
.g-topbar .color-999 a {
    color: #999;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* menu */
.bg-red {
    background-color: #e30000;
}
.color-white, .color-white:hover {
    color: #fff;
    text-decoration: none;
}
.color-yellow {
    color: #ffed2a !important;
}
.g-menu {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
}
.m-menu {
    width: 1180px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0;
}
.m-menu-nav {
    list-style: none;
    position: relative;
}
.m-menu-nav1 {
    width: 280px;
    text-align: center;
    background-color: #c80404;
}
.m-menu-nav .color-white {
    display: inline-block;
    padding: 0 8px;
}
.m-menu-dropdown {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    line-height: 32px;
    font-size: 14px;
}
.m-menu-dropdown .color-white {
    padding: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.triangle-nav {
    display: inline-block;
    margin: 0 0 2px 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
}
.m-menu-nav:hover .triangle-nav {
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
    transform: rotate(180deg);
}
.m-menu-nav:hover, .m-menu-nav a:hover {
    background-color: #c80404;
}
.m-menu-dropdown {
    background-color: #e30000;
}
/* 玩法下拉 */
.lottery-box {
    width: 100%;
    font-size: 14px;
    padding: 16px 0 8px;
    border: 1px solid #d8d8d8;
    background: #f2f2f2;
    text-align: left;
    line-height: 1.9!important;
}
.lottery-box .col-9 {
    padding-left: 0;
    padding-top: 3px;
}
.lot-link a {
    margin-right: 5px;
}
.lottery-box a:hover {
    background: none;
}
.mb-10 {
    margin-bottom: 10px;
}
.icon-wid32 {
    width: 32px;
    height: 32px;
}





