*{ margin: 0; padding: 0; font-size: 12px;  color: #000; font-family:微软雅黑; }
body,html{ width: 100%;min-width: 1440px;}
a { text-decoration: none;}
ul,ol{ list-style: none;}
div{
    box-sizing: border-box;
}
.flex{
    display: flex;
}
/*空样式*/
.list-empty{

    color: #9a9a9a;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;

}
/*头部样式*/
.sidebar{
    background: #2f6796;
    width: 100%;
    margin-bottom: 15px;
    background-image: linear-gradient(to right,#a1bfda,#8caecd,#789dc0,#638cb4,#4e7ca7,#42739f,#356998,#276090,#215a8c,#1b5587,#154f83,#0e4a7e);
}
#head{

    justify-content: space-between;
    align-items: center;

    color: #fff;
    padding: 11px 5%;
    height: 73px;
    min-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#head .logo,.logo{
    float: left;
    color: #fff;
    font-size: 2em;
    line-height: 100px;
    text-align: left;
    /*width: 20%;
    min-width: 200px;
    max-width: 250px;*/
    height: 90px;
}

#head .head-right{
    margin-right: 0;
    /*width: 50%;
    min-width: 700px;*/
    height: 80px;
    float: left;

}
.head-center{ display: flex; align-items: center; /*width: 30%;*/ min-width: 300px; /*height: 90px;*/ /*line-height: 105px;*/ color: #fff; float: left; font-size: 20px; color: red; text-align: center;}
.head-center span{ /*color: red;*/}

.head-center .issue{
    margin-right: 20px;
}
.head-center .drawNumbers{
    width: auto;
}
.head-center .drawNumbers ul{
    display: grid;
    grid-template-columns: repeat(10, 1fr); /* 第一行显示 10 列 */
}
.head-center .drawNumbers ul li{
    margin-right: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-center .drawNumbers ul li .special_code{
    position: relative;
    z-index: 101;
    background-image: radial-gradient(circle at 30% 30%, #ff0000, #ff0000) !important;
    color: #fff;
    top: 0px;
}
.head-center .drawNumbers ul li:nth-child(n+11) {
    grid-row: 2; /* 强制第二行 */
    margin-top: 5px;
}
.head-center .issue>span:nth-child(n+1){
    color:#fff;
    display: block;
}

.head-center .drawNumbers ul li.happyLh,
.head-center .drawNumbers ul li.hkLh,
.head-center .drawNumbers ul li.bingoLh{
    margin-left: 6px;
}
.head-center .drawNumbers ul li.happyLh:last-child,
.head-center .drawNumbers ul li.hkLh:last-child,
.head-center .drawNumbers ul li.bingoLh:last-child{
    margin-left: 0 !important;
    width: calc(100% - 20px);
}




.userinfo-box{ height: 30px; line-height: 30px; width: 100%;}
#nav-bar-menu{  float: right;}
#nav-bar-menu ul li{
    float: left;
    /*background: #0e4a7e;*/
    /*border-right: 2px solid #fcd4dd;*/
    background: #896978;
    margin-right: 5px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
}
#nav-bar-menu ul li a{ color: #fff; padding: 5px 15px; display: block; }

#nav-bar-menuList{
    background:#e9e9e9;

    height: 50px;
    text-indent: 90px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #b2b2b2;
    padding: 0 35px;
}
#nav-bar-menuList ul{
    display: flex;
    justify-content: flex-start;

}
#nav-bar-menuList ul li{
    /*float: left;*/
}
#nav-bar-menuList ul li a{
    display: block;
    height: 50px;
    line-height: 25px;
    padding: 0 30px;
    text-align: center;
    color:#333333 !important;
    transition: all .2s;
}
#nav-bar-menuList ul li a:hover{
    color: red !important;
    cursor: pointer;
}
#nav-bar-menuList ul li .formKeySelect{
    color: red !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,.3);
}

#nav-bar-menuList ul li a span{
    display: block;
    color:#333333;
}
.head-right .avatar img{
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    border:2px solid #fff;
    border-radius: 50%;
}
.userinfo-box  p{
    color: #fff;
    text-indent: 1em;
    line-height: 2em;
    text-align: right;
}
.userinfo-box span{
    display: block; float: right;
    color: #fff;
    margin-left: 100px;
}
.userinfo-box span a { color: #fff;}

.userinfo-box div{
    display: none;
    height: auto;
    padding:0 15px;
    background:#d1dbed;
}



.userinfo-box a.onselect{
    color: #386399;
}

.container{
    min-width: 1440px;
    width: 100%;
    margin: auto;
}


.clear{ width: 100%; display: block; clear: both;}
/*#head2 div{
    display: none;
    height: auto;
    padding:0 15px;
    background:#d1dbed;
}

#head2 a{ line-height: 2em; padding-right:10px;border-right: 1px solid #000;}
#head2 a:nth-child(1){ color: red; font-weight: bold;border-right:none;}
#head2 a.onselect{ color: #386399;}*/

/*主导航*/
#nav-bar{
    /*background: #0e4a7e;*/
    background: #1e5e87;
    color: #fff;
    padding:  0 5%;
    height: 50px;
    min-width: 1440px;
    /*border-bottom: 1px solid #cccccc;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav-bar .game-menu-setting{
    width: 40px;
    height: 40px;
    margin-left: 40px;
    cursor: pointer;
    background: url("/static/images/game_menu_setting.png") center center no-repeat;
    background-size: cover;
}

.popup-gameMenu-setting{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-gameMenu-setting .gameMenu-item{
    cursor: pointer;
    background: #eee;
    color: #000;
    margin-bottom: 5px;
    width: 170px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #444444;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-gameMenu-setting .gameMenu-item.active{
    color: #fff;
    background: #2f6796;
    border: 0;
}
.gameMenu-setting-tips{
    color: red;
    margin: 10px 0;
}

#nav-bar{
    display: flex;
    justify-content: space-between;
}
#nav-bar ul{
    width: 100%;
    display: flex;
}
#nav-bar ul li{
    width: 100%;
    max-width: 150px;
}
#nav-bar ul li a{
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 25px;
    min-width: 6em;
}
#nav-bar ul li a span{ color: #fff;}
#nav-bar ul li a span{display: block;}
#nav-bar ul li .menuGameNow{
    background: #e9e9e9;
    color: #000
}
#nav-bar ul li .menuGameNow span{color: #000;}
/*#nav-bar ul li a:hover{
    background: #4083bd6b;
}*/
#nav-bar ul li .onselect,#nav-bar-menu ul li .onselect{
    /*background: #f8f2f5;*/
    background: #ee7b30;
    color: #000;
}

/*子导航*/
.sub-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #d1dbed;
    padding: 8px 0 8px 15px;
}

.sub-nav .sub-nav-left{
    margin-right: 12px;
}

.sub-nav .sub-nav-left .active-font{
    font-weight: bold;
    color: #131950;
}


.sub-nav .sub-nav-left .nav-name-font{
    color: #e96100;
    font-weight: bold;
}


.sub-nav .sub-nav-center{
    background: url("/static/images/ico_arrow.png") no-repeat left;
    padding-left: 20px;
}

.sub-nav .sub-nav-center .sub-menu{
    display: flex;
}

.sub-nav .sub-nav-center .sub-menu a:hover{
    color: #e60012;
    font-weight: bold;
}

/*子栏目选中时样式*/
.sub-menu-active{
    color: #e60012;
    font-weight: bold;
}

.tools-bar{
    display: flex;
    align-items: center;
    height:30px;
    background: #eceff2;
    padding: 0 15px;
    border-bottom: 1px solid #d0dff2;
}

.tools-bar .title{
    background: url("/static/images/tb.png")no-repeat left center;
    color:#3863b0;
    font-weight: bold;
    padding-left: 20px;
}
.tools-bar .center{
    margin-left: 20px;
}
.tools-bar .query-box{
    display: inline-block;
    margin-right: 20px;
}

.tools-bar .btn-box{
    display: inline-block;
}

.tools-bar .btn-box a{
    color: red;
    font-weight: bold;
}

.tools-bar .name-search{
    width: 95px;
    height: 18px;
}


/*表格*/
.G_table{
    width: 100%; margin: 0 auto;
    padding: 0;
    border-collapse: collapse;

}
.G_table tr:hover{
    background: rgb(222,237,254);
    cursor: pointer;
}
.G_table tr th{

    background: #c6dbe5;
}
.G_table td,th{
    color: #000;
    padding: 5px 10px;
    border: 1px solid #b8b2a6;
}
/*按钮*/
.G_btn{
    color: #fff;
    padding: 0.5em 1.5em;
    background: #2f6796;
    border-radius: 0.4em;
    border:none;
    cursor: pointer;
}
.G_btn:hover{
    color: yellow;
    background: #6898c1;
}
.G_table_blance{}
.G_table_blance tr td:nth-child(1){ background: #f2f2f2; text-align: right; width: 7em;}
.G_table_blance tr td:nth-child(2){ text-align: left;}
.blance_title { background:#de696b; padding: 10px 0; text-align: left; text-indent: 1em; color: #fff; }

/*提示类文字颜色*/
.G_prompt{
    color: #2836f4;
}
/*警告类文字颜色*/
.G_warning {
    color: red;
}

.jssc .G_num{
    border-radius: 4px;
    font-size: 0px;
}
.jssc .G_num1{
    background: url("/static/images/jssc/1.png") center center no-repeat !important;
}
.jssc .G_num2{
    background: url("/static/images/jssc/2.png") center center no-repeat !important;
}
.jssc .G_num3{
    background: url("/static/images/jssc/3.png") center center no-repeat !important;
}
.jssc .G_num4{
    background: url("/static/images/jssc/4.png") center center no-repeat !important;
}
.jssc .G_num5{
    background: url("/static/images/jssc/5.png") center center no-repeat !important;
}
.jssc .G_num6{
    background: url("/static/images/jssc/6.png") center center no-repeat !important;
}
.jssc .G_num7{
    background: url("/static/images/jssc/7.png") center center no-repeat !important;
}
.jssc .G_num8{
    background: url("/static/images/jssc/8.png") center center no-repeat !important;
}
.jssc .G_num9{
    background: url("/static/images/jssc/9.png") center center no-repeat !important;
}
.jssc .G_num10{
    background: url("/static/images/jssc/10.png") center center no-repeat !important;
}

.dwjc1 .G_num, .dwjc3 .G_num{
    border-radius: 50%;
    color: #fff;
}
.dwjc1 .G_num1, .dwjc3 .G_num1{
    background: #e60000 !important;
}
.dwjc1 .G_num2, .dwjc3 .G_num2{
    background: #002fa7 !important;
}
.dwjc1 .G_num3, .dwjc3 .G_num3{
    background: #01847f !important;
}
.dwjc1 .G_num4, .dwjc3 .G_num4{
    background: #fbd26a !important;
}
.dwjc1 .G_num5, .dwjc3 .G_num5{
    background: #90f !important;
}
.dwjc1 .G_num6, .dwjc3 .G_num6{
    background: #8f4b28 !important;
}


.happyLh .G_num, .head-center .drawNumbers ul li.happyLh .G_special,
.hkLh .G_num, .head-center .drawNumbers ul li.hkLh .G_special,
.bingoLh .G_num, .head-center .drawNumbers ul li.bingoLh .G_special{
    background-image: url("/static/images/happyLh/ball_hk6.png") !important;
    background-position: center calc(var(--n) * -25.9px) !important;
    border-radius: 50%;
    font-size: 0px;
}
.happyLh .G_num1,.happyLh .G_special1, .hkLh .G_num1,.hkLh .G_special1, .bingoLh .G_num1,.bingoLh .G_special1{ --n: 0; }
.happyLh .G_num2,.happyLh .G_special2, .hkLh .G_num2,.hkLh .G_special2, .bingoLh .G_num2,.bingoLh .G_special2{ --n: 1; }
.happyLh .G_num3,.happyLh .G_special3, .hkLh .G_num3,.hkLh .G_special3, .bingoLh .G_num3,.bingoLh .G_special3{ --n: 2; }
.happyLh .G_num4,.happyLh .G_special4, .hkLh .G_num4,.hkLh .G_special4, .bingoLh .G_num4,.bingoLh .G_special4{ --n: 3; }
.happyLh .G_num5,.happyLh .G_special5, .hkLh .G_num5,.hkLh .G_special5, .bingoLh .G_num5,.bingoLh .G_special5{ --n: 4; }
.happyLh .G_num6,.happyLh .G_special6, .hkLh .G_num6,.hkLh .G_special6, .bingoLh .G_num6,.bingoLh .G_special6{ --n: 5; }
.happyLh .G_num7,.happyLh .G_special7, .hkLh .G_num7,.hkLh .G_special7, .bingoLh .G_num7,.bingoLh .G_special7{ --n: 6; }
.happyLh .G_num8,.happyLh .G_special8, .hkLh .G_num8,.hkLh .G_special8, .bingoLh .G_num8,.bingoLh .G_special8{ --n: 7; }
.happyLh .G_num9,.happyLh .G_special9, .hkLh .G_num9,.hkLh .G_special9, .bingoLh .G_num9,.bingoLh .G_special9{ --n: 8; }
.happyLh .G_num10,.happyLh .G_special10, .hkLh .G_num10,.hkLh .G_special10, .bingoLh .G_num10,.bingoLh .G_special10{ --n: 9; }
.happyLh .G_num11,.happyLh .G_special11, .hkLh .G_num11,.hkLh .G_special11, .bingoLh .G_num11,.bingoLh .G_special11{ --n: 10; }
.happyLh .G_num12,.happyLh .G_special12, .hkLh .G_num12,.hkLh .G_special12, .bingoLh .G_num12,.bingoLh .G_special12{ --n: 11; }
.happyLh .G_num13,.happyLh .G_special13, .hkLh .G_num13,.hkLh .G_special13, .bingoLh .G_num13,.bingoLh .G_special13{ --n: 12; }
.happyLh .G_num14,.happyLh .G_special14, .hkLh .G_num14,.hkLh .G_special14, .bingoLh .G_num14,.bingoLh .G_special14{ --n: 13; }
.happyLh .G_num15,.happyLh .G_special15, .hkLh .G_num15,.hkLh .G_special15, .bingoLh .G_num15,.bingoLh .G_special15{ --n: 14; }
.happyLh .G_num16,.happyLh .G_special16, .hkLh .G_num16,.hkLh .G_special16, .bingoLh .G_num16,.bingoLh .G_special16{ --n: 15; }
.happyLh .G_num17,.happyLh .G_special17, .hkLh .G_num17,.hkLh .G_special17, .bingoLh .G_num17,.bingoLh .G_special17{ --n: 16; }
.happyLh .G_num18,.happyLh .G_special18, .hkLh .G_num18,.hkLh .G_special18, .bingoLh .G_num18,.bingoLh .G_special18{ --n: 17; }
.happyLh .G_num19,.happyLh .G_special19, .hkLh .G_num19,.hkLh .G_special19, .bingoLh .G_num19,.bingoLh .G_special19{ --n: 18; }
.happyLh .G_num20,.happyLh .G_special20, .hkLh .G_num20,.hkLh .G_special20, .bingoLh .G_num20,.bingoLh .G_special20{ --n: 19; }
.happyLh .G_num21,.happyLh .G_special21, .hkLh .G_num21,.hkLh .G_special21, .bingoLh .G_num21,.bingoLh .G_special21{ --n: 20; }
.happyLh .G_num22,.happyLh .G_special22, .hkLh .G_num22,.hkLh .G_special22, .bingoLh .G_num22,.bingoLh .G_special22{ --n: 21; }
.happyLh .G_num23,.happyLh .G_special23, .hkLh .G_num23,.hkLh .G_special23, .bingoLh .G_num23,.bingoLh .G_special23{ --n: 22; }
.happyLh .G_num24,.happyLh .G_special24, .hkLh .G_num24,.hkLh .G_special24, .bingoLh .G_num24,.bingoLh .G_special24{ --n: 23; }
.happyLh .G_num25,.happyLh .G_special25, .hkLh .G_num25,.hkLh .G_special25, .bingoLh .G_num25,.bingoLh .G_special25{ --n: 24; }
.happyLh .G_num26,.happyLh .G_special26, .hkLh .G_num26,.hkLh .G_special26, .bingoLh .G_num26,.bingoLh .G_special26{ --n: 25; }
.happyLh .G_num27,.happyLh .G_special27, .hkLh .G_num27,.hkLh .G_special27, .bingoLh .G_num27,.bingoLh .G_special27{ --n: 26; }
.happyLh .G_num28,.happyLh .G_special28, .hkLh .G_num28,.hkLh .G_special28, .bingoLh .G_num28,.bingoLh .G_special28{ --n: 27; }
.happyLh .G_num29,.happyLh .G_special29, .hkLh .G_num29,.hkLh .G_special29, .bingoLh .G_num29,.bingoLh .G_special29{ --n: 28; }
.happyLh .G_num30,.happyLh .G_special30, .hkLh .G_num30,.hkLh .G_special30, .bingoLh .G_num30,.bingoLh .G_special30{ --n: 29; }
.happyLh .G_num31,.happyLh .G_special31, .hkLh .G_num31,.hkLh .G_special31, .bingoLh .G_num31,.bingoLh .G_special31{ --n: 30; }
.happyLh .G_num32,.happyLh .G_special32, .hkLh .G_num32,.hkLh .G_special32, .bingoLh .G_num32,.bingoLh .G_special32{ --n: 31; }
.happyLh .G_num33,.happyLh .G_special33, .hkLh .G_num33,.hkLh .G_special33, .bingoLh .G_num33,.bingoLh .G_special33{ --n: 32; }
.happyLh .G_num34,.happyLh .G_special34, .hkLh .G_num34,.hkLh .G_special34, .bingoLh .G_num34,.bingoLh .G_special34{ --n: 33; }
.happyLh .G_num35,.happyLh .G_special35, .hkLh .G_num35,.hkLh .G_special35, .bingoLh .G_num35,.bingoLh .G_special35{ --n: 34; }
.happyLh .G_num36,.happyLh .G_special36, .hkLh .G_num36,.hkLh .G_special36, .bingoLh .G_num36,.bingoLh .G_special36{ --n: 35; }
.happyLh .G_num37,.happyLh .G_special37, .hkLh .G_num37,.hkLh .G_special37, .bingoLh .G_num37,.bingoLh .G_special37{ --n: 36; }
.happyLh .G_num38,.happyLh .G_special38, .hkLh .G_num38,.hkLh .G_special38, .bingoLh .G_num38,.bingoLh .G_special38{ --n: 37; }
.happyLh .G_num39,.happyLh .G_special39, .hkLh .G_num39,.hkLh .G_special39, .bingoLh .G_num39,.bingoLh .G_special39{ --n: 38; }
.happyLh .G_num40,.happyLh .G_special40, .hkLh .G_num40,.hkLh .G_special40, .bingoLh .G_num40,.bingoLh .G_special40{ --n: 39; }
.happyLh .G_num41,.happyLh .G_special41, .hkLh .G_num41,.hkLh .G_special41, .bingoLh .G_num41,.bingoLh .G_special41{ --n: 40; }
.happyLh .G_num42,.happyLh .G_special42, .hkLh .G_num42,.hkLh .G_special42, .bingoLh .G_num42,.bingoLh .G_special42{ --n: 41; }
.happyLh .G_num43,.happyLh .G_special43, .hkLh .G_num43,.hkLh .G_special43, .bingoLh .G_num43,.bingoLh .G_special43{ --n: 42; }
.happyLh .G_num44,.happyLh .G_special44, .hkLh .G_num44,.hkLh .G_special44, .bingoLh .G_num44,.bingoLh .G_special44{ --n: 43; }
.happyLh .G_num45,.happyLh .G_special45, .hkLh .G_num45,.hkLh .G_special45, .bingoLh .G_num45,.bingoLh .G_special45{ --n: 44; }
.happyLh .G_num46,.happyLh .G_special46, .hkLh .G_num46,.hkLh .G_special46, .bingoLh .G_num46,.bingoLh .G_special46{ --n: 45; }
.happyLh .G_num47,.happyLh .G_special47, .hkLh .G_num47,.hkLh .G_special47, .bingoLh .G_num47,.bingoLh .G_special47{ --n: 46; }
.happyLh .G_num48,.happyLh .G_special48, .hkLh .G_num48,.hkLh .G_special48, .bingoLh .G_num48,.bingoLh .G_special48{ --n: 47; }
.happyLh .G_num49,.happyLh .G_special49, .hkLh .G_num49,.hkLh .G_special49, .bingoLh .G_num49,.bingoLh .G_special49{ --n: 48; }

/*数字球及颜色*/
.G_num{
    /*display: block;*/
    font-size: 13px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    /*padding-top: 3px;*/
    box-sizing: border-box;
    background: radial-gradient(circle at 30% 30%, #e4be56, #e4be56) !important;
    background-size: 100% auto !important;
  /*  justify-content: center;

    text-align: center;*/

}
/*数字球及颜色*/
.G_num{
    /*display: block;*/
    font-size: 13px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    border-radius: 50%;
    text-align: center;
    /*padding-top: 3px;*/
    box-sizing: border-box;
    background: radial-gradient(circle at 30% 30%, #e4be56, #e4be56) !important;
    background-size: 100% auto !important;
    /*  justify-content: center;

      text-align: center;*/

}
.G_num_special{
    background: radial-gradient(circle at 30% 30%, #ff0000, #ff0000) !important;
    background-size: 100% auto !important;

    color: #fff;
}

/*.G_num1,.G_num01{
    background: -webkit-radial-gradient(circle at 30% 30%, #95621d, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #95621d, #333);
    background: radial-gradient(circle at 30% 30%, #95621d, #333);
}
.G_num2,.G_num02{
    background: -webkit-radial-gradient(circle at 30% 30%, #4ddb73, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #4ddb73, #333);
    background: radial-gradient(circle at 30% 30%, #4ddb73, #333);

}
.G_num3,.G_num03{
    background: -webkit-radial-gradient(circle at 30% 30%, #2e5572, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #2e5572, #333);
    background: radial-gradient(circle at 30% 30% , #2e5572, #333);

}
.G_num4,.G_num04{
    background: -webkit-radial-gradient(circle at 30% 30%, #1ec7b5, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #1ec7b5, #333);
    background: radial-gradient(circle at  30% 30%, #1ec7b5, #333);

}
.G_num5,.G_num05{
    background: -webkit-radial-gradient(circle at 30% 30%, #8f73a2, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #8f73a2, #333);
    background: radial-gradient(circle at 30% 30%, #8f73a2, #333);

}
.G_num6,.G_num06{
    background: -webkit-radial-gradient(circle at 30% 30%, #e63cb2, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #e63cb2, #333);
    background: radial-gradient(circle at 30% 30%, #e63cb2, #333);

}
.G_num7,.G_num07{
    background: -webkit-radial-gradient(circle at 30% 30%, #7c35ff, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #7c35ff, #333);
    background: radial-gradient(circle at 30% 30%, #7c35ff, #333);

}
.G_num8,.G_num08{
    background: -webkit-radial-gradient(circle at 30% 30%, #3251a1, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #3251a1, #333);
    background: radial-gradient(circle at 30% 30%, #3251a1, #333);

}
.G_num9,.G_num09{
    background: -webkit-radial-gradient(circle at 30% 30%, #1c7ddf, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #1c7ddf, #333);
    background: radial-gradient(circle at 30% 30%, #1c7ddf, #333);

}
.G_num10{
    background: -webkit-radial-gradient(circle at 30% 30%, #d775d5, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #d775d5, #333);
    background: radial-gradient(circle at 30% 30%, #d775d5, #333);

}
.G_num11{
    background: -webkit-radial-gradient(circle at 30% 30%, #b1eb2c, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #b1eb2c, #333);
    background: radial-gradient(circle at 30% 30%, #b1eb2c, #333);

}
.G_num12{
    background: -webkit-radial-gradient(circle at 30% 30%, #17c351, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #17c351, #333);
    background: radial-gradient(circle at 30% 30%, #17c351, #333);

}
.G_num13{
    background: -webkit-radial-gradient(circle at 30% 30%, #485115, #333);
    background: -moz-radial-gradient(circle at 30% 30%, #485115, #333);
    background: radial-gradient(circle at 30% 30%, #485115, #333);

}
.G_num14{
    background: -webkit-radial-gradient(circle at  30% 30%, #213f68, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #213f68, #333);
    background: radial-gradient(circle at  30% 30%, #213f68, #333);

}
.G_num15{
    background: -webkit-radial-gradient(circle at  30% 30%, #533c36, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #533c36, #333);
    background: radial-gradient(circle at  30% 30%, #533c36, #333);

}
.G_num16{
    background: -webkit-radial-gradient(circle at  30% 30%, #2cc367, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #2cc367, #333);
    background: radial-gradient(circle at  30% 30%, #2cc367, #333);

}
.G_num17{
    background: -webkit-radial-gradient(circle at  30% 30%, #d37ecd, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #d37ecd, #333);
    background: radial-gradient(circle at  30% 30%, #d37ecd, #333);

}
.G_num18{
    background: -webkit-radial-gradient(circle at  30% 30%, #36dede, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #36dede, #333);
    background: radial-gradient(circle at  30% 30%, #36dede, #333);

}
.G_num19{
    background: -webkit-radial-gradient(circle at  30% 30%, #58efd4, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #58efd4, #333);
    background: radial-gradient(circle at  30% 30%, #58efd4, #333);

}
.G_num20{
    background: -webkit-radial-gradient(circle at  30% 30%, #ee7c9a, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #ee7c9a, #333);
    background: radial-gradient(circle at  30% 30%, #ee7c9a, #333);

}
.G_num21{
    background: -webkit-radial-gradient(circle at  30% 30%, #ac2d37, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #ac2d37, #333);
    background: radial-gradient(circle at  30% 30%, #ac2d37, #333);

}
.G_num22{
    background: -webkit-radial-gradient(circle at  30% 30%, #5bd2af, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #5bd2af, #333);
    background: radial-gradient(circle at  30% 30%, #5bd2af, #333);

}
.G_num23{
    background: -webkit-radial-gradient(circle at  30% 30%, #d36e7c, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #d36e7c, #333);
    background: radial-gradient(circle at  30% 30%, #d36e7c, #333);

}
.G_num24{
    background: -webkit-radial-gradient(circle at  30% 30%, #e2c212, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #e2c212, #333);
    background: radial-gradient(circle at  30% 30%, #e2c212, #333);

}
.G_num25{
    background: -webkit-radial-gradient(circle at  30% 30%, #def231, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #def231, #333);
    background: radial-gradient(circle at  30% 30%, #def231, #333);

}
.G_num26{
    background: -webkit-radial-gradient(circle at  30% 30%, #398f3d, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #398f3d, #333);
    background: radial-gradient(circle at  30% 30%, #398f3d, #333);

}
.G_num27{
    background: -webkit-radial-gradient(circle at  30% 30%, #8376d9, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #8376d9, #333);
    background: radial-gradient(circle at  30% 30%, #8376d9, #333);

}
.G_num28{
    background: -webkit-radial-gradient(circle at  30% 30%, #263b11, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #263b11, #333);
    background: radial-gradient(circle at  30% 30%, #263b11, #333);

}
.G_num29{
    background: -webkit-radial-gradient(circle at  30% 30%, #1dc157, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #1dc157, #333);
    background: radial-gradient(circle at  30% 30%, #1dc157, #333);

}
.G_num30{
    background: -webkit-radial-gradient(circle at  30% 30%, #9db6ff, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #9db6ff, #333);
    background: radial-gradient(circle at  30% 30%, #9db6ff, #333);

}
.G_num31{
    background: -webkit-radial-gradient(circle at  30% 30%, #d74d37, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #d74d37, #333);
    background: radial-gradient(circle at  30% 30%, #d74d37, #333);

}
.G_num32{
    background: -webkit-radial-gradient(circle at  30% 30%, #938898, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #938898, #333);
    background: radial-gradient(circle at  30% 30%, #938898, #333);

}
.G_num33{
    background: -webkit-radial-gradient(circle at  30% 30%, #52ccd1, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #52ccd1, #333);
    background: radial-gradient(circle at  30% 30%, #52ccd1, #333);

}
.G_num34{
    background: -webkit-radial-gradient(circle at  30% 30%, #a764e8, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #a764e8, #333);
    background: radial-gradient(circle at  30% 30%, #a764e8, #333);

}
.G_num35{
    background: -webkit-radial-gradient(circle at  30% 30%, #9338ce, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #9338ce, #333);
    background: radial-gradient(circle at  30% 30%, #9338ce, #333);

}
.G_num36{
    background: -webkit-radial-gradient(circle at  30% 30%, #cc53a4, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #cc53a4, #333);
    background: radial-gradient(circle at  30% 30%, #cc53a4, #333);

}
.G_num37{
    background: -webkit-radial-gradient(circle at  30% 30%, #c7baef, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #c7baef, #333);
    background: radial-gradient(circle at  30% 30%, #c7baef, #333);

}
.G_num38{
    background: -webkit-radial-gradient(circle at  30% 30%, #b12d4d, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #b12d4d, #333);
    background: radial-gradient(circle at  30% 30%, #b12d4d, #333);

}
.G_num39{
    background: -webkit-radial-gradient(circle at  30% 30%, #6bfbe1, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #6bfbe1, #333);
    background: radial-gradient(circle at  30% 30%, #6bfbe1, #333);

}
.G_num40{
    background: -webkit-radial-gradient(circle at  30% 30%, #aa87d2, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #aa87d2, #333);
    background: radial-gradient(circle at  30% 30%, #aa87d2, #333);

}
.G_num41{
    background: -webkit-radial-gradient(circle at  30% 30%, #88d47f, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #88d47f, #333);
    background: radial-gradient(circle at  30% 30%, #88d47f, #333);

}
.G_num42{
    background: -webkit-radial-gradient(circle at  30% 30%, #4b4f23, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #4b4f23, #333);
    background: radial-gradient(circle at  30% 30%, #4b4f23, #333);

}
.G_num43{
    background: -webkit-radial-gradient(circle at  30% 30%, #15b673, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #15b673, #333);
    background: radial-gradient(circle at  30% 30%, #15b673, #333);

}
.G_num44{
    background: -webkit-radial-gradient(circle at  30% 30%, #151a28, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #151a28, #333);
    background: radial-gradient(circle at  30% 30%, #151a28, #333);

}
.G_num45{
    background: -webkit-radial-gradient(circle at  30% 30%, #f6cc66, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #f6cc66, #333);
    background: radial-gradient(circle at  30% 30%, #f6cc66, #333);

}
.G_num46{
    background: -webkit-radial-gradient(circle at  30% 30%, #f217f1, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #f217f1, #333);
    background: radial-gradient(circle at  30% 30%, #f217f1, #333);

}
.G_num47{
    background: -webkit-radial-gradient(circle at  30% 30%, #e637ae, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #e637ae, #333);
    background: radial-gradient(circle at  30% 30%, #e637ae, #333);

}
.G_num48{
    background: -webkit-radial-gradient(circle at  30% 30%, #f1bd1f, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #f1bd1f, #333);
    background: radial-gradient(circle at  30% 30%, #f1bd1f, #333);

}
.G_num49{
    background: -webkit-radial-gradient(circle at  30% 30%, #db7cd1, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #db7cd1, #333);
    background: radial-gradient(circle at  30% 30%, #db7cd1, #333);

}
.G_num50{
    background: -webkit-radial-gradient(circle at  30% 30%, #fe712f, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #fe712f, #333);
    background: radial-gradient(circle at  30% 30%, #fe712f, #333);

}
.G_num51{
    background: -webkit-radial-gradient(circle at  30% 30%, #dad5cb, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #dad5cb, #333);
    background: radial-gradient(circle at  30% 30%, #dad5cb, #333);

}
.G_num52{
    background: -webkit-radial-gradient(circle at  30% 30%, #d89162, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #d89162, #333);
    background: radial-gradient(circle at  30% 30%, #d89162, #333);

}
.G_num53{
    background: -webkit-radial-gradient(circle at  30% 30%, #dee895, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #dee895, #333);
    background: radial-gradient(circle at  30% 30%, #dee895, #333);

}
.G_num54{
    background: -webkit-radial-gradient(circle at  30% 30%, #8fcdfe, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #8fcdfe, #333);
    background: radial-gradient(circle at  30% 30%, #8fcdfe, #333);

}
.G_num55{
    background: -webkit-radial-gradient(circle at  30% 30%, #b3ca2d, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #b3ca2d, #333);
    background: radial-gradient(circle at  30% 30%, #b3ca2d, #333);

}
.G_num56{
    background: -webkit-radial-gradient(circle at  30% 30%, #f6d64b, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #f6d64b, #333);
    background: radial-gradient(circle at  30% 30%, #f6d64b, #333);

}
.G_num57{
    background: -webkit-radial-gradient(circle at  30% 30%, #7eed51, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #7eed51, #333);
    background: radial-gradient(circle at  30% 30%, #7eed51, #333);

}
.G_num58{
    background: -webkit-radial-gradient(circle at  30% 30%, #44cdde, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #44cdde, #333);
    background: radial-gradient(circle at  30% 30%, #44cdde, #333);

}
.G_num59{
    background: -webkit-radial-gradient(circle at  30% 30%, #bb5de1, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #bb5de1, #333);
    background: radial-gradient(circle at  30% 30%, #bb5de1, #333);

}
.G_num60{
    background: -webkit-radial-gradient(circle at  30% 30%, #1213a5, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #1213a5, #333);
    background: radial-gradient(circle at  30% 30%, #1213a5, #333);

}
.G_num61{
    background: -webkit-radial-gradient(circle at  30% 30%, #c2228c, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #c2228c, #333);
    background: radial-gradient(circle at  30% 30%, #c2228c, #333);

}
.G_num62{
    background: -webkit-radial-gradient(circle at  30% 30%, #aeec34, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #aeec34, #333);
    background: radial-gradient(circle at  30% 30%, #aeec34, #333);

}
.G_num63{
    background: -webkit-radial-gradient(circle at  30% 30%, #f1b62c, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #f1b62c, #333);
    background: radial-gradient(circle at  30% 30%, #f1b62c, #333);

}
.G_num64{
    background: -webkit-radial-gradient(circle at  30% 30%, #38577b, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #38577b, #333);
    background: radial-gradient(circle at  30% 30%, #38577b, #333);

}
.G_num65{
    background: -webkit-radial-gradient(circle at  30% 30%, #ec3134, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #ec3134, #333);
    background: radial-gradient(circle at  30% 30%, #ec3134, #333);

}
.G_num66{
    background: -webkit-radial-gradient(circle at  30% 30%, #7b24a2, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #7b24a2, #333);
    background: radial-gradient(circle at  30% 30%, #7b24a2, #333);

}
.G_num67{
    background: -webkit-radial-gradient(circle at  30% 30%, #a878c7, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #a878c7, #333);
    background: radial-gradient(circle at  30% 30%, #a878c7, #333);

}
.G_num68{
    background: -webkit-radial-gradient(circle at  30% 30%, #5d3d3e, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #5d3d3e, #333);
    background: radial-gradient(circle at  30% 30%, #5d3d3e, #333);

}
.G_num69{
    background: -webkit-radial-gradient(circle at  30% 30%, #1a8564, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #1a8564, #333);
    background: radial-gradient(circle at  30% 30%, #1a8564, #333);

}
.G_num70{
    background: -webkit-radial-gradient(circle at  30% 30%, #5249d4, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #5249d4, #333);
    background: radial-gradient(circle at  30% 30%, #5249d4, #333);

}
.G_num71{
    background: -webkit-radial-gradient(circle at  30% 30%, #496a8b, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #496a8b, #333);
    background: radial-gradient(circle at  30% 30%, #496a8b, #333);

}
.G_num72{
    background: -webkit-radial-gradient(circle at  30% 30%, #5a6caa, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #5a6caa, #333);
    background: radial-gradient(circle at  30% 30%, #5a6caa, #333);

}
.G_num73{
    background: -webkit-radial-gradient(circle at  30% 30%, #8ee9f7, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #8ee9f7, #333);
    background: radial-gradient(circle at  30% 30%, #8ee9f7, #333);

}
.G_num74{
    background: -webkit-radial-gradient(circle at  30% 30%, #7b4762, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #7b4762, #333);
    background: radial-gradient(circle at  30% 30%, #7b4762, #333);

}
.G_num75{
    background: -webkit-radial-gradient(circle at  30% 30%, #beb379, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #beb379, #333);
    background: radial-gradient(circle at  30% 30%, #beb379, #333);

}
.G_num76{
    background: -webkit-radial-gradient(circle at  30% 30%, #7db222, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #7db222, #333);
    background: radial-gradient(circle at  30% 30%, #7db222, #333);

}
.G_num77{
    background: -webkit-radial-gradient(circle at  30% 30%, #b3912e, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #b3912e, #333);
    background: radial-gradient(circle at  30% 30%, #b3912e, #333);

}
.G_num78{
    background: -webkit-radial-gradient(circle at  30% 30%, #a625b2, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #a625b2, #333);
    background: radial-gradient(circle at  30% 30%, #a625b2, #333);

}
.G_num79{
    background: -webkit-radial-gradient(circle at  30% 30%, #f1447d, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #f1447d, #333);
    background: radial-gradient(circle at  30% 30%, #f1447d, #333);

}
.G_num80{
    background: -webkit-radial-gradient(circle at  30% 30%, #22297c, #333);
    background: -moz-radial-gradient(circle at  30% 30%, #22297c, #333);
    background: radial-gradient(circle at  30% 30%, #22297c, #333);

}*/



.clearfix{
    clear:both;
}
.pointer{
    cursor: pointer;
}
/*@media (max-width:1440px) {
    .G_btn{
        padding:0.5em 0.6em;
    }
}*/

/*flex*/


.u-flex {
    /* #ifndef APP-NVUE */
    display: flex;
    /* #endif */
    flex-direction: row;
    align-items: center;
}

.u-flex-wrap {
    flex-wrap: wrap;
}

.u-flex-nowrap {
    flex-wrap: nowrap;
}

.u-col-center {
    align-items: center;
}

.u-col-top {
    align-items: flex-start;
}

.u-col-bottom {
    align-items: flex-end;
}

.u-col-stretch {
    align-items: initial;
}

.u-row-center {
    justify-content: center;
}

.u-row-left {
    justify-content: flex-start;
}

.u-row-right {
    justify-content: flex-end;
}

.u-row-between {
    justify-content: space-between;
}

.u-row-around {
    justify-content: space-around;
}

.u-text-left {
    text-align: left;
}

.u-text-center {
    text-align: center;
}

.u-text-right {
    text-align: right;
}

.u-flex-col {

    display: flex;

    flex-direction: column;
}
.loading{
    text-align: center;
    width: 100%;
    margin-top:300px;
    font-size: 27px;
    font-weight: 900;
    color: #dddddd;
    margin-bottom: 400px;
}
.info_center{ text-align: center; margin: 0 auto;}

/* Select2插件 */
.select2,.select2 .selection, .select2 .select2-selection{
    padding-left: 0 !important;
    color: #000 !important;
    float: none !important;
    margin-right: 0 !important;
}
.select2 .select2-selection__arrow{
    padding-left: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}
.select2-container--default .select2-selection--single{
    background-color: #fff !important;
    border: 1px solid rgb(118, 118, 118) !important;
    border-radius: 0 !important;
    height: 22px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 20px !important;
    padding-left: 5px !important;
    color: #000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 22px !important;
}
.select2-search--dropdown .select2-search__field{
    height: 22px !important;
}
.select2-container--default .select2-results>.select2-results__options{
    max-height: 500px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: rgb(25,103,210) !important;
}
.select2-results__option{
    padding: 4px !important;
}

.swal2-validation-message{
    color: #fe1617 !important;
    font-weight: bold !important;
    margin: 1em 0 0 !important;
}

/*公告弹框*/
.notices-popup{
    min-height: 300px !important;
    justify-content: space-between !important;
    background: url('/static/images/notices_bg.png') #fff no-repeat center center !important;
    background-size: cover !important;
    padding: 1.65em !important;
    border-radius: 12px !important;
}
.notices-popup .swal2-close{
    color: #fff;
    font-weight: bold;
}
.notices-popup .swal2-header{
    padding-top: 1em !important;
    padding-bottom: 1.5em !important;
}
.notices-popup .swal2-title{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
}
.notices-popup .swal2-content{
    padding: 0;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom: 1em;
}
.notices-content{
    padding: 0 0.5em;
}
.notices-content-item > p,.notices-date,.notices-footer .current-page{
    font-size: 14px;
}
.notices-content-item{
    display: none;
    min-height: 165px;
    max-height: 400px;
    flex-direction: column;
    justify-content: space-between;
}
.notices-content-item.show{
    display: flex !important;
}
.notices-content-item > p{
    width: 100%;
    text-align: left;
    text-indent: 2em;
    line-height: 1.5;
    letter-spacing: 1px;
}
.notices-date{
    width:100%;
    text-align: right;
    margin-top: 20px;
}
.notices-popup .swal2-footer{
    background: #fff;
    margin-top: 0 !important;
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 2px dotted #eee !important;
}
.notices-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 2.5em;
}
.notices-switch button.disabled{
    pointer-events:none;
    background: #c2c2c2 !important;
    color: #fff !important;
}
.notices-footer .current-page{
    font-size: 13px;
    color: #333;
}
/*公告弹框 end*/

/*赔率修改弹框*/
.popup-odds .swal2-close{
    color: #fff !important;
    height: 32px !important;
}
.popup-odds-title{
    font-weight: bold;
    background: #2f6796;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    margin-bottom: 4px;
}
.popup-odds{
    padding: 0 !important;
}
.popup-odds .swal2-actions{
    margin-top: 2px;
    margin-bottom: 5px;
}
.popup-odds-content{
    padding: 0 !important;
}
.popup-odds-table{
    font-weight: bold;
}
.popup-odds-content .swal2-html-container{
    margin: 3px 3px 0 3px;
}

.popup-tag-switch{
    display: flex;
    justify-content: space-between;
}
.popup-tag-switch .popup-odds-title{
    width: 50%;
    background: #c2c2c2;
    cursor: pointer;
}
.popup-tag-switch .popup-odds-title.active{
    background: #2f6796;
}
.popup-batch-settings-tr button{
    cursor: pointer;
    margin-right: 5px;
}


.table-row-big-title{
    background: #f5f5f5;
}
.table-row-small-title{
    background: #f5f5f5;
}