*{
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    min-width: 1225px;
    font-size: 12px;
    font: 12px/1.5 arial,宋体;
}
a {
    text-decoration: none;
    outline: none;
}
li{
    list-style: none;
}
.clear {
    clear: both;
}
.index-container{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.foot_box{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: url(../images/marquebg.png) repeat-x;
    border-bottom: 1px solid #b5c6e2;
    border-top: 1px solid #b5c6e2;
}
.foot_info{
    height: 25px;
    width: 100%;
    line-height: 25px;
    text-indent: 3px;
    position: relative;
}
.foot_box .info {
    padding-right: 65px;
}
.foot_box .more_c {
    position: absolute;
    right: 18px;
    top: 0;
    color: #684716;
}
.word_wrap {
    word-wrap: break-word;
    text-align: left;
}
.header{
   
}
.top_w{
    height: 61px;
    overflow: hidden;
    position: relative;
}
.top_w .logo{
    font-size: 28px;
    font-weight: 700;
    color: #ffe400;
    text-align: center;
   position: absolute;
   left: 0;
   width: 140px;
   top: 50%;
   transform: translateY(-50%);  
}
/* .top_w .logo {
    float: left;
    margin-left: 10px;
} */
.top_w .top_box {
    height: 59px;
    width: 473px;
    margin-left: 140px;
    float: left;
}
.status_t1 .sub_box {
    display: none;
}
.status_t1 .middle-content{
    top: 102px;
}
.status_t2 .top_w .top_box{
    display: none;
}
.status_t2 .top_menu{
    margin-left: 220px !important;
}
.status_t2 .lotterys,.status_t2 .sub_box {
    display: none;
}
.status_t2 .middle-content{
    top: 62px;
}
.lotterys {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

.middle-content{
    position: absolute;
    top: 138px;
    left: 0;
    right: 0;
    bottom: 27px;
    width: 100%;
}
.sider-left {
    height: 100%;
    width: 220px;
    float: left;
}
.content{
    overflow-y: hidden;
    height: 100%;
    margin-left: 220px;
}
.plus {
    height: 30px;
    line-height: 30px;
    color: #fdd383;
    font-weight: bold;
}
.top_w .top_menu {
    float: left;
    margin: 0 5px;
    margin-left: 0;
    margin-top: 15px;
}
.top_w .top_menu a {
    display: inline-block;
    text-align: center;
    width: 67px;
    height: 30px;
    line-height: 30px;
    margin: 0 0;
}
.top_w .top_menu a p {
    text-align: center;
}

.menucontainer {
    width: 1208px;
    position: relative;
}
.spritearrow {
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.arrowup {
    background-position: 0 -38px !important;
}
.arrowdown {
    background-position: 0 0 !important
}
.lotterys .show {
    margin-left: 38px;
    overflow: hidden;
    /* width: 1145px; */
}
.items {
    margin: 0 !important;
    padding: 0 !important;
}
.items li {
    float: left;
    margin: 0;
}
.item, .itemmg {
    position: relative;
}
.morenItems{
    display: none;
    max-width: 405px;
    background-color: #e6e6e6;
    border: 1px solid #386BAD;
    position: absolute;
    z-index: 66;
    top: 39px;
    right: 0px;
    padding: 30px 25px 25px 30px;
}
.morenItems span{
    cursor: pointer;
    width: 130px;
    height: 40px;
    color: #fff;
    background: #386BAD;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
}
.morenItems span:hover{
    background-color: #264167;
    color: #ff0;
}
.setting{
    cursor: pointer;
    background: url('../images/setting.png') no-repeat 8px 9px;
    position: absolute;
    color: #fff;
    font-weight: 700;
    top: 1px;
    right: -40px;
    padding-left: 35px;
    line-height: 40px;
}
.lotterys a {
    display: block;
    float: left;
    height: 38px;
    text-align: center;
    font-size: 13px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    margin:2px 2px 0 2px;
}
.lotterys .items a span {
    display: block;
    width: 120px;
    height: 38px;
    padding-right: 3px;
}
.lotterys .items a:not(.selected) span:hover{
      color: #ff0;
}
.removebtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 127px;
    height: 38px;
    background-image: url(../images/btnremove.png);
    background-repeat: no-repeat;
    background-position: 110px 13px;
    cursor: pointer;
    display: none;
}
.lotterys .selected {
   
    border-radius: 3px 3px 0 0;
}
.sub_box {
    text-align: left;
    height: 39px;
    width: 100%;
}
.sub_box ul {
    overflow: hidden;
}
.sub_box li {
    float: left;
    padding: 0 5px;
    color: #fff;
}
.sub_box li:first-child {
    border-left: none;
}
.sub_box a {
    display: block;
    padding: 0 5px;
    border: 1px solid transparent;
}
.sub_box .a0{
    font-weight: 700;
    font-size: 14px;
}
.sub_box .a1{
    font-weight: normal;
    font-size: 12px;
}

.submenu{
    padding-top: 10px;
    text-align: center;
}
.submenu ul{
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.left_menu {
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
}
.left_menu .acc_box {
    border-radius: 5px;
    background: #fff;
}
.left_menu .acc_box table {
    background: #fff;
    border-radius: 5px;
}
.acc_box tr {
    border: none;
}
.left_menu .acc_box tr td:first-child {
    border-left: none;
}
.left_menu .acc_box tr:last-child td{
    border-bottom: none;
}
.left_menu .acc_box tr td {
    color: #484848;
    line-height: 30px;
    padding: 5px;
}
.left_menu .acc_box .rde_font {
    color: #ce0000;
    font-weight: bold;
}
.pk_con li {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #bfcad0;
    background: #fff;
    margin-right: 2px;
    color: #808080;
    cursor: pointer;
}

.pk_con li.p_curr {
    color: #f00;
    background: #e7f2f8;
}
.left_btn {
    height: 36px;
    margin: 10px 0;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    box-shadow: 0 0 1px #fff inset;
    cursor: pointer;
}


.left_tab {
    height: 36px;
    margin-top: 10px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fffbd0;
    display: block;
}
.left_tab a:last-child {
    border-right: none;
}
.left_con {
    margin-top: -1px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    min-height: 150px;
    overflow: auto;
    top: 233px;
    bottom: 2px;
    width: 178px;
}
.sider-left .item {
    text-indent: 0;
    text-align: left;
}

.bet{
    text-align: center;
    display: none;
    font-size: 12px;
}
.bet .des{
    color: blue;
}
.bet .odd{
    color: red;
}
.bet .li{
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
.bet .li div{
    margin-bottom: 5px;
    word-wrap: break-word;
}
.bet table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.bet td{
    border: 1px solid #ccc;
    padding: 3px 5px;
}
.dialog_sort{ 
    display: none;
    font-size: 14px;
}
.dialog_sort li{
    margin: 5px;
}

.thro{
    text-decoration: line-through;
  }
  