.r_icon {
    position: relative;
    display: inline-block;
    line-height: 26px;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
}
.r_icon_round {
    font-size: 10px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin: 2px
}
.pt_turn {
    border: 1px solid #545454;
    color: #fff!important;
    background: #6f6f6f!important;
}

.pt_pj_1 {
    border: 1px solid #8540b8;
    color: #fff!important;
    background: #a152db!important
}

.pt_pj_2 {
    border: 1px solid #a9871e;
    color: #fff!important;
    background: #d2a92d!important
}

.fd1_text_2, .fd2_text_2, .fd3_text_2, .fd4_text_2 {
    color: #c01e1e!important
}
.fd2_text_1, .fd3_text_1, .fd4_text_1 {
    color: #1787b0!important
}

.fd5_text_1, .fd6_text_1 {
    font-size: 11px!important;
    letter-spacing: -1px;
    color: #7fac49!important
}

.fd5_text_3, .fd6_text_3, .fd7_text_2 {
    font-size: 11px!important;
    letter-spacing: -1px;
    color: #c01e1e!important
}

.fd6_text_2, .fd7_text_1 {
    font-size: 11px!important;
    letter-spacing: -1px;
    color: #1787b0!important
}

.fd1_round_1, .fd2_round_1, .fd3_round_1, .fd4_round_1, .fd5_round_2, .fd6_round_1, .fd1_1, .fd2_1, .fd3_1, .fd4_1, .fd5_2, .fd6_1, .fd7_1, .opt_bg_1 {
    color: #fff!important;
    border: 1px solid #1787b0;
    background: #1ba9de!important
}

.fd5_round_1, .fd6_round_2, .fd5_1 {
    color: #fff!important;
    border: 1px solid #7fac49;
    background: #91c653!important
}

.fd1_round_2, .fd2_round_2, .fd4_round_2, .fd5_round_3, .fd6_round_3, .fd1_2, .fd2_2, .fd3_2, .fd4_2, .fd5_3, .fd6_3, .fd7_2, .opt_bg_2 {
    color: #fff!important;
    border: 1px solid #c01e1e;
    background: #e62626!important
}
.fd1_color_1, .fd2_color_1, .fd3_color_1, .fd4_color_1, .fd5_color_1 {
    color: #1787b0!important
}

.fd1_color_2, .fd2_color_2, .fd3_color_2, .fd5_color_3 {
    color: #c01e1e!important
}
.fd5_color_2 {
    color: #7fac49!important
}
.fd5_text_2 {
    font-size: 11px!important;
    letter-spacing: -1px;
    color: #1787b0!important
}
.fd6_2 {
    color: #fff;
    border: 1px solid #7fac49;
    background: #91c653 !important;
}

.fd1_text_1:after, .fd1_1:after {content: '홀'}
.fd1_text_2:after, .fd1_2:after {content: '짝'}
.fd2_text_1:after, .fd2_1:after {content: '언'}
.fd2_text_2:after, .fd2_2:after {content: '오'}

.fd3_1:after, .fd3_text_1:after {content: '좌'}
.fd3_2:after, .fd3_text_2:after {content: '우'}
.fd4_1:after, .fd4_text_1:after {content: '3'}
.fd4_2:after, .fd4_text_2:after {content: '4'}

.fd5_text_1:after, .fd5_1:after {content: '소'}
.fd5_text_2:after, .fd5_2:after {content: '중'}
.fd5_text_3:after, .fd5_3:after {content: '대'}
.fd6_text_1:after, .fd6_1:after {content: '플'}
.fd6_text_2:after, .fd6_2:after {content: '타'}
.fd6_text_3:after, .fd6_3:after {content: '뱅'}

.fd7_1:after, .fd7_text_1:after {content: '천'}
.fd7_2:after, .fd7_text_2:after {content: '악'}

.opt_bg_0 {
    color: #fff!important;
    border: 1px solid #999!important;
    background: #aaa!important
}

.pt_stats {
    margin-top: 10px;
    background: #fff
}
.pt_stats .sheader {
    line-height: 58px;
    height: 58px;
    background: #f5f5f5;
    text-align: center
}
.pt_stats .sheader strong {
    font-weight: 500;
    color: #111
}
.stats_box {
    width: 50%;
    padding: 15px;
    border-right: 1px solid #e5e5e5
}

.stats_item {
    position: relative
}
.stats_item div.title_text {
    font-size: 12px;
    padding: 5px 0;
    text-align: center
}
.stats_item ul.table {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.stats_item ul li {
    text-align: center;
    line-height: 45px
}

.stats_item ul li.left {
    width: 50px;
    padding-right: 7px
}

.stats_item ul li.right {
    width: 50px;
    padding-left: 7px
}
.stats_item ul li.center {
    width:calc(100% - 100px);
}

.stats_item ul li span.r_icon {
    position: relative;
    /* top: -1px; */
}

.stats_item ul li .tgraph {
    position: relative;
    content: '';
    height: 27px;
    border: 1px solid #efefef;
    background: #f5f5f5
}

.stats_item ul li .tgraph span.text {
    position: absolute;
    top: 7px;
    z-index: 101
}

.stats_item ul li .tgraph span.left {
    left: 10px
}

.stats_item ul li .tgraph span.right {
    right: 10px
}

.stats_item ul li .tgraph .number {
    font-size: 10px;
    font-family: tahoma;
    font-weight: 400;
    line-height: 12px
}

.stats_item ul li .tgraph .bar {
    position: relative;
    content: '';
    height: 27px;
    top: -1px
}

.stats_item ul li .tgraph .opt_bg_1 {
    float: left;
    left: -1px
}

.stats_item ul li .tgraph .opt_bg_2 {
    float: right;
    right: -1px
}

.stats_item ul li .tgraph .color_w {
    color: #fff
}

.stats_item ul li .tgraph .color_g {
    color: #999
}

.opt_bg_1 {
    color: #fff!important;
    border: 1px solid #1787b0!important;
    background: #1ba9de!important
}

.opt_bg_2 {
    color: #fff!important;
    border: 1px solid #c01e1e!important;
    background: #e62626!important
}
.pie_box {
    width: 181px;
    padding: 15px
}

.dt_pie_graph {
    position: relative;
    float: left;
    padding: 15px
}

.dt_pie_graph .pie_content {
    height: 120px;
    width: 120px;
    margin: 0;
    padding: 0;
    position: relative
}

.dt_pie_graph .sizeChart {
    width:100%;
    height:100%;
}



.dt_pie_graph ul {
    float: left
}

.pie_data_box {
    padding: 15px
}

.pie_data_box li {
    line-height: 2;
    font-size: 13px
}

.pie_data_box .eclipse {
    width: 11px;
    height: 11px;
    position: relative;
    top: 1px
}

.pie_data_box .num {
    position: relative;
    top: -1px;
    font-size: 11px;
    font-family: tahoma
}

.pt_category {
    line-height: 56px;
    background: #f5f5f5;
    margin-top: 10px
}

.pt_category li {
    width: calc(100% / 5);
    display: table-cell;
    position: relative
}

.pt_category li>a {
    width: 100%;
    line-height: 56px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    letter-spacing: -1px
}

.pt_category li:first-child {
    /* width: 120px; */
}

.pt_category li:first-child>a {
    /* width: 120px; */
    border-left: none
}

.pt_category li>a:hover {
    background: #fff
}

.pt_category li>a.selected {
    color: #e62626;
    background: #fff;
    font-weight: 700
}

.pt_category li>a.selected em.hbox {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #e62626;
    z-index: 100
}

.pt_category li:first-child>a.selected em.hbox {
    display: block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 100%;
    border-bottom: 2px solid #e62626;
    z-index: 100
}

.pt_category li div.null {
    width: 118px;
    line-height: 56px;
    border-left: 1px solid #e5e5e5;
    text-align: center;
    color: #ccc
}

.pt_category li span {
    position: relative;
    height: 56px;
    text-align: center;
    border-left: 1px solid #e5e5e5
}

.pt_category li span select {
    width: 100px;
    height: 36px;
    border: 1px solid #d1d1d1;
    letter-spacing: -1px;
    font-size: 12px;
    color: #e62626;
    padding: 0 2px
}

.pt_subtab {
    position: relative;
    border-bottom: none;
    border-top: none;
    line-height: 55px;
    height: 55px;
    padding: 0 10px;
    background: #fff
}

.pt_subtab .r_icon {
    margin-right: 5px
}

.pt_subtab .split {
    margin: 0 7px
}

.pt_subtab span.text {
    font-size: 12px;
    letter-spacing: -1px
}

.pt_subtab span.per {
    font-size: 10px;
    margin: 0 3px;
    font-family: tahoma
}

.pt_subtab a {
    font-size: 12px;
    color: #666
}

.pt_subtab div.add_data {
    position: absolute;
    right: 15px;
    top: 0
}

.pt_box {
    padding: 0;
    text-align: left;
    background: #fff;
    overflow-x: scroll;
    overflow-y: none;
    width: 100%
}

.pt_box>table {
    width: auto
}

.pt_box table.list {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.pt_box table.list tbody td {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 0;
    height: 31px;
    width: 31px;
    text-align: center
}

.pt_box table.list tbody td.name {
    border: none;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5
}

.pt_box table.list tbody td.top {
    border-top: none;
    background: #fbfbfb
}

.pt_box table.list tbody td.bottom {
    border-top: 1px solid #e5e5e5;
    background: #f5f5f5
}

.pt_box table.list tbody td.chn {
    background: #f5f5f5
}

.pt_box table.list tbody td div {
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: tahoma
}

.pt_box table.list tbody td.name>div {
    line-height: 30px;
    font-family: tahoma
}

.pt_box table.list tbody td.bottom>div {
    line-height: 30px;
    font-family: tahoma
}

.pt_box table.list tbody td.bottom div span {
    background: 0 0!important
}

.pt_box td.box_td {
    position: relative;
    padding: 0;
}

.pt_box td.box_td:first-child>table td {
    border-left: none
}

.pt_box td.box_td:first-child:hover em.hbox {
    left: 0
}


.dt_list_box {
    margin-top: 10px;
    background: #fff
}

.dt_list th {
    height: 55px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5
}
.dt_list .line_left {
    border-left: 1px solid #e1e1e1
}

.dt_list .line_bottom th {
    border-bottom: 1px solid #e1e1e1!important
}
.dt_list td {
    height: 55px;
    text-align: center;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef
}

.dt_list th:first-child td {
    border-top: none
}

.dt_list td:first-child {
    border-left: none;
    position: relative
}

.dt_list td .date {
    font-family: tahoma;
    font-size: 11px
}

.dt_list td .date .st {
    color: #ccc;
    margin: 0 3px
}

.dt_list td .date .time {
}

.dt_list td .r_icon {
    /* width: 28px; */
    /* height: 28px; */
}

.dt_list td span.line {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
}

.dt_list tbody>tr:hover {
    background: #f5f5f5
}

.dt_list_period_search {
    position: relative;
    margin-top: 10px;
    background: #f5f5f5;
    height: 68px;
    line-height: 68px;
    padding: 0 15px
}

.dt_list_period_search span {
    display: block;
    height: 38px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    padding: 0 20px;
    font-size: 12px;
    letter-spacing: -1px
}

.dt_list_period_search span.a_btn {
    position: absolute;
    right: 15px;
    top: 14px
}

.dt_list_period_search ul {
    margin-top: 14px
}

.dt_list_period_search ul li {
    float: left;
    position: relative
}

.dt_list_period_search ul li span {
    border-left: none
}

.dt_list_period_search ul li:first-child span {
    border-left: 1px solid #d1d1d1
}

.dt_list_period_search li .bt_01 {
    width: 80px
}

.dt_list_period_search li .bt_02 {
    width: 120px
}

.dt_list_period_search li .bt_03 {
    width: 120px
}

.dt_list_period_search li .bt_04 {
    width: 150px
}

.dt_list_period_search .select_list {
    display: none;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 5000;
    border: 1px solid #888
}

.dt_list_period_search li.select_01 .select_list {
    width: 121px
}

.dt_list_period_search li.select_02 .select_list {
    width: 121px
}

.dt_list_period_search .select_list em {
    display: block;
    height: 36px;
    line-height: 36px;
    background: #f5f5f5;
    text-align: center;
    padding: 0 5px;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    letter-spacing: -1px
}

.dt_list_period_search .select_list em:first-child {
    border-top: none
}

.dt_list_period_search .select_list em:hover {
    color: #e62626;
    background: #fff
}

.dt_list_period_search li.select_01:hover .select_list {
    display: block
}

.dt_list_period_search li.select_02:hover .select_list {
    display: block
}

.dt_list_period_search li .selected {
    background: #777;
    color: #fff
}

.dt_list_period_search li .selected em.hbox {
    display: block;
    position: absolute;
    border: 1px solid #555;
    z-index: 500
}

.dt_list_period_search li .bt_01 em.hbox {
    width: 80px;
    height: 38px;
    top: 0;
    left: 0
}

.dt_list_period_search li .bt_02 em.hbox {
    width: 121px;
    height: 38px;
    top: 0;
    left: -1px
}

.dt_list_period_search li .bt_03 em.hbox {
    width: 121px;
    height: 38px;
    top: 0;
    left: -1px
}

.dt_list_period_search li .bt_04 em.hbox {
    width: 151px;
    height: 38px;
    top: 0;
    left: -1px
}

.dt_list_period table {
}

.dt_list_period th {
    height: 55px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    border-left: 1px solid #eee
}

.dt_list_period th span.icon {
    width: 26px;
    height: 26px;
    line-height: 22px
}

.dt_list_period td {
    height: 98px;
    text-align: center;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #eee
}

.dt_list_period th:first-child {
    border-left: none
}

.dt_list_period td:first-child {
    border-left: none
}

.dt_list_period td.v_top {
    vertical-align: top
}

.dt_list_period td .checkbox {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-position: 0 -269px;
    position: relative;
    z-index: 101
}

.dt_list_period td .checkbox.checked {
    background-position: -21px -269px
}

.dt_list_period td .date {
    font-family: tahoma;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 5px
}

.dt_list_period td .date .st {
    color: #ccc;
    margin: 0 3px
}

.dt_list_period td .date .time {
}

.dt_list_period td .ptViewBtn {
    position: relative;
    top: 6px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #aaa;
    z-index: 999
}

.dt_list_period td .ptViewBtn:hover {
    border: 1px solid #e62626;
    color: #e62626
}

.dt_list_period td .round {
    margin-top: 5px;
    font-size: 12px
}

.dt_list_period td ul {
    position: relative;
    z-index: 101
}

.dt_list_period td ul li.pnum {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5
}

.dt_list_period td ul li.pnum div {
    margin-top: 3px
}

.dt_list_period td ul li.pnum span {
    font-family: tahoma;
    font-size: 10px;
    color: #777
}

.dt_list_period td ul li.pj {
    font-family: tahoma;
    font-size: 12px;
    padding: 6px 0
}

.dt_list_period tbody tr:hover {
    background: #fbfbfb
}

.dt_list_period tbody tr:hover td em.hbox {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 830px;
    height: 99px;
    border: 1px solid #888;
    z-index: 100;
    backgorund: transparent
}

.dt_list_pattern {
}

.dt_list_pattern th {
    height: 55px;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5
}

.dt_list_pattern td {
    text-align: center;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #e5e5e5;
    height: 70px
}

.dt_list_pattern th:first-child td {
    border-top: none
}

.dt_list_period th.bd_left {
    border-left: 1px solid #d1d1d1
}

.dt_list_pattern td:first-child {
    border-left: none;
    position: relative
}

.dt_list_pattern td .date {
    font-family: tahoma;
    font-size: 11px
}

.dt_list_pattern td .ptViewBtn {
    position: relative;
    top: 8px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    color: #aaa;
    z-index: 999;
    font-weight: 400;
    letter-spacing: -1px
}

.dt_list_pattern td .ptViewBtn:hover {
    border: 1px solid #e62626;
    color: #e62626
}

.dt_list_pattern td table.search td {
    border: none;
    border-left: 1px solid #f3f3f3;
    width: 5%
}

.dt_list_pattern td table.search td:first-child {
    border-left: none
}

.dt_list_pattern td table.search td span.block {
    border-top: 1px solid #e5e5e5
}

.dt_list_pattern td table.search td span.not {
    color: #aaa;
    font-family: tahoma;
    font-size: 10px
}

.dt_list_pattern tbody>tr:hover td {
    background: #fbfbfb
}

.dt_list_pattern tbody>tr:hover td .date em.hbox {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 830px;
    height: 82px;
    border: 1px solid #888;
    z-index: 100
}

.dt_list_pattern .search {
    width: 100%;
    background: #fff
}

.dt_list_pattern .search td {
    border-left: 1px solid #e5e5e5;
    text-align: center
}

.dt_list_pattern .search td:first-child {
    border-left: none
}

.dt_list_pattern .search td li.the {
    line-height: 40px;
    height: 40px;
    font-size: 10px;
    background: #fbfbfb;
    border-top: 1px solid #e5e5e5
}

.dt_list_pattern .search td li.main {
    line-height: 40px;
    height: 40px
}

.dt_list_pattern .search td li.not {
    color: #aaa;
    font-family: tahoma;
    font-size: 10px
}

.dt_list_pick th {
    height: 55px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5
}

.dt_list_pick td {
    height: 55px;
    text-align: center;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef
}

.dt_list_pick th:first-child td {
    border-top: none
}

.dt_list_pick td:first-child {
    border-left: none;
    position: relative
}

.dt_list_pick td.nick {
    text-align: left;
    padding-left: 15px
}

.dt_list_pick td.pick_td {
    text-align: left;
    padding-left: 15px
}

.dt_list_pick td .thoma {
    font-size: 11px
}

.dt_list_pick td .r_icon {
    padding-top: 6px;
    width: 28px;
    height: 28px
}

.dt_list_pick td .a_icon {
    display: inline-block;
    width: 7px;
    height: 10px;
    background-position: -236px -223px;
    position: relative;
    top: -1px
}

.dt_list_pick td .a_icon.u1 {
    background-position: -229px -223px
}

.dt_list_pick td .a_icon.u2 {
    background-position: -222px -223px
}

.dt_list_pick td .a_icon.d1 {
    background-position: -243px -223px
}

.dt_list_pick td .a_icon.d2 {
    background-position: -250px -223px
}

.dt_list_pick td .gray {
    color: #bbb
}

.dt_list_pick td .per {
    margin-top: 5px
}

.dt_list_pick td span.line {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
}

.dt_list_pick td.nick a.user_nick {
    position: relative;
    z-index: 999
}

.dt_list_pick tbody>tr:hover {
    background: #fbfbfb
}

.dt_list_pick tbody>tr:hover>td:first-child em.hbox {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 830px;
    height: 56px;
    border: 1px solid #888;
    z-index: 100
}

.dt_list_pick tbody .icon_chat {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    content: '';
    background-position: 0 -477px
}

.dt_list_pick tbody .icon_chat.d_on {
    background-position: -64px -477px
}

.dt_list_pick tbody .icon_chat.j_on {
    background-position: -32px -477px
}

.dt_list_pick tbody td .link {
    position: relative;
    z-index: 999
}

.dt_graph {
    width: 100%;
    padding: 0 55px;
    padding-top: 3px
}

.dt_graph ul {
    width: 100%
}

.dt_graph ul>li {
    position: relative;
    width: 6%
}

.dt_graph ul>li.left {
    text-align: right;
    width: 47%
}

.dt_graph ul>li.right {
    text-align: left;
    width: 47%
}

.dt_graph ul>li div.bar {
    position: relative;
    content: '';
    height: 15px
}

.dt_graph ul>li div.bar_left {
    border: 1px solid #8ad4ef;
    background: #edfaff
}

.dt_graph ul>li div.bar_right {
    border: 1px solid #f89393;
    background: #ffeaea
}

.dt_graph ul>li span.per {
    position: absolute;
    font-size: 10px;
    color: #666;
    font-family: tahoma
}

.dt_graph ul>li span.per_left {
    top: 0;
    left: -43px;
    text-align: right
}

.dt_graph ul>li span.per_right {
    top: -1px;
    right: -43px;
    text-align: left
}

.dt_graph ul>li span.cycle {
    position: absolute;
    top: -5px;
    left: -6px;
    height: 25px;
    width: 25px;
    border: 5px solid #fff;
    content: '';
    z-index: 100
}

.dt_graph ul>li span.cycle {
    -webkit-box-shadow: 0 0 0 1px #ccc;
    -moz-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc
}

.dt_graph ul>li span.c_0 {
    background: #ccc
}

.dt_graph ul>li span.c_1 {
    background: #1ba9de
}

.dt_graph ul>li span.c_2 {
    background: #e62626
}

.dt_more {
    position: relative;
    text-align: center;
    line-height: 55px;
    background: #f5f5f5;
    margin-top: 10px;
    letter-spacing: -1px;
    height: 55px;
    font-size: 13px;
    cursor: pointer;
}

.dt_more:hover {
    background: #fff;
    color: #555
}

.dt_more:hover em.hbox {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 830px;
    height: 55px;
    border: 1px solid #888;
    z-index: 100
}

.loader_box {
    background: #fff;
    border-top: none;
    height: 250px;
    margin: 0
}

.loader_box .loading_container,.loader_box .loading {
    height: 80px;
    position: relative;
    width: 80px;
    border-radius: 100%
}

.loader_box .loading_container {
    padding: 80px 0;
    margin: 0 auto
}

.loader_box .loading_text {
    margin-top: 113px
}

.dt_null {
    padding: 300px 0 400px;
    color: #666;
    text-align: center
}

.dt_null img {
    display: inline-block;
    margin-bottom: 20px
}

.dt_null p {
    line-height: 1.8
}

.fx_total {
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    background-color: #fff
}

.fx_total h2 {
    line-height: 58px;
    height: 58px;
    background: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    font-weight: 700
}

.fx_total .fx_maxmin {
    display: flex
}

.fx_total .fx_maxmin span {
    flex: 1;
    display: flex;
    text-align: center;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d1d1d1
}

.fx_total .fx_maxmin span:first-child {
    border: none
}

.fx_total .fx_maxmin span.title.s1 {
    background-color: #ffeeed
}

.fx_total .fx_maxmin span.title.s2 {
    background-color: #f0faff
}

.fx_total .fx_maxmin span.price {
    font-family: tahoma;
    font-size: 20px;
    letter-spacing: 0
}

.gameBoard {
    margin-top: 10px;
    display: flex;
    text-align: center;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d1d1;
    background: #fff
}

.dtOverlay {
    position: absolute;
    top: 182px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.85);
    color: #fff
}

.dtOverlay .content {
    text-align: center
}

.dtOverlay h1 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: -2px;
    margin-top: 20px;
    margin-bottom: 20px
}

.dtOverlay h1 strong {
    color: #ff4800
}

.dtOverlay p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: -1px
}

.dtOverlay p span {
    color: #ffe748;
    font-weight: 700
}

.dtOverlay .link_game {
}

.dtOverlay .link_game a {
    font-size: 14px;
    color: #66f6ff
}

.dtOverlay .link_game a:hover {
    color: #bc54fe
}

.bitball_btc_list {
    font-family: segoe ui,Tahoma,Geneva,Verdana,sans-serif;
    font-size: 15px;
    font-weight: 700
}

.card_box {display: flex;width: 100%;height:100%;justify-content: center;align-items: center;}
.card {
        width: 56px;
        height: 82px;
        border: solid 1px #e7e2e2;
        border-radius: 4px;
        margin: 0 3px;
        background-image: url(/game/analy/img/card.png);
        background-color: #fff;
        background-position: -2px -2px;
        zoom: .6;
}
.S1 {background-position: -2px -95px;}
.S2 {background-position: -72px -95px;}
.S3 {background-position: -142px -95px;}
.S4 {background-position: -212px -95px;}
.S5 {background-position: -282px -95px;}
.S6 {background-position: -352px -95px;}
.S7 {background-position: -422px -95px;}
.S8 {background-position: -492px -95px;}
.S9 {background-position: -562px -95px;}
.S10 {background-position: -632px -95px;}
.S11 {background-position: -702px -95px;}
.S12 {background-position: -772px -95px;}
.S13 {background-position: -842px -95px;}
.H1 {background-position: -2px -185px;}
.H2 {background-position: -72px -185px;}
.H3 {background-position: -142px -185px;}
.H4 {background-position: -212px -185px;}
.H5 {background-position: -282px -185px;}
.H6 {background-position: -352px -185px;}
.H7 {background-position: -422px -185px;}
.H8 {background-position: -492px -185px;}
.H9 {background-position: -562px -185px;}
.H10 {background-position: -632px -185px;}
.H11 {background-position: -702px -185px;}
.H12 {background-position: -772px -185px;}
.H13 {background-position: -842px -185px;}
.D1 {background-position: -2px -275px;}
.D2 {background-position: -72px -275px;}
.D3 {background-position: -142px -275px;}
.D4 {background-position: -212px -275px;}
.D5 {background-position: -282px -275px;}
.D6 {background-position: -352px -275px;}
.D7 {background-position: -422px -275px;}
.D8 {background-position: -492px -275px;}
.D9 {background-position: -562px -275px;}
.D10 {background-position: -632px -275px;}
.D11 {background-position: -702px -275px;}
.D12 {background-position: -772px -275px;}
.D13 {background-position: -842px -275px;}
.C1 {background-position: -2px -364px;}
.C2 {background-position: -72px -364px;}
.C3 {background-position: -142px -364px;}
.C4 {background-position: -212px -364px;}
.C5 {background-position: -282px -364px;}
.C6 {background-position: -352px -364px;}
.C7 {background-position: -422px -364px;}
.C8 {background-position: -492px -364px;}
.C9 {background-position: -562px -364px;}
.C10 {background-position: -632px -364px;}
.C11 {background-position: -702px -364px;}
.C12 {background-position: -772px -364px;}
.C13 {background-position: -842px -364px;}


.ANGEL, .DEMON {display:inline-block;width: 60px;height: 30px;background-size: contain;}
.ANGEL {background-image: url(/game/analy/img/angel.png);}       
.DEMON {background-image: url(/game/analy/img/demon.png);}

.scroll_container {width: 100%;height: auto;overflow: hidden;;}
.fixed_size {width:100%;height: auto;overflow: hidden;} 


