body, div {
    box-sizing: border-box;
}
body {
    color: #333;
    font-size: 12px;
    font-family: Microsoft Yahei, 微软雅黑;
    width: 100%;
    min-width: 1400px;
    padding: 0px;    background: #333;
    margin: 0px;
}

.top{
    height: 32px;
    background: #2E2E2E;
    display: flex;
    line-height: 32px;
}
.top .t-l span{
    color: white;
    margin-left: 20px;
}
.top .t-r{
    flex: 1;
    text-align: right;
}
.top .t-r span{
    color: #F8A273;
    margin-right: 20px;
}

.menu{
    background: #1F6E55;
    height: 64px;
    line-height: 64px;
    display: flex;
}
.menu .logo img{
    width: 120px;
    height: 58px;
    margin-left: 135px;
}
.menu  .m-item{
    margin-left: 100px;
}
.menu  .m-item span{
    cursor: pointer;
    color: white;
    margin-right: 20px;
    font-size: 13px;
}
.menu  .m-item .act{
    border-bottom: 3px solid #ffea00 ;
    padding-bottom: 6px;
}
.menu .ser {
    display: flex;
    color: white;
    margin-left: 100px;
}
.menu .ser .s-item{
    height: auto !important;
    line-height: unset;
    padding-top: 12px;
    text-align: center;
    margin-right: 8px;
}
.menu .ser p{
    height: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    margin-top: 4px;
}
.menu .lrb{
    text-align: right;
    flex: 1;
    margin-right: 100px;
}
.menu .lrb a{
    height: 39px;
    display: inline-block;
    padding: 0px 20px;
    line-height: 39px;
    text-decoration: none;
    border-radius: 20px;
}
.menu .lrb .login{
    background: #F0F9EB;
    border-radius: 20px;
    color: #67C23A;
    text-decoration: none;
}
.menu .lrb .reg{
    background: #FFDF1A;
    color: #666666;
    margin-left: 10px;
}

.menu .lrb .forget{
    color: #7DBDA9;
    cursor: pointer;
    margin-left: 4px;
}
.adv{
    height: 39px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.adv img{
    width: 135px;
    margin-right: 6px;
}
.adv img:last-child{
    margin-right: 0px;
}
.contents{
    display: flex;
    color: white;
}
.contents .con-l{
    width: 200px;
    height: 800px;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #18966E;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #18966E, #ffa8a8);
    border-radius: 6px;
    border: 2px solid #f5f5f5;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #18966E, #ffc9c9);
}

.con-l .tip-login{
    border: 1px solid #787878;
    height: 56px;background: #595959;
    color: white;
}

.con-l .tip-login span{
    margin-left: 10px;
    position: relative;
    top: 6px;
}
.con-l .tip-login img{
    width: 14px;
    float: right;
    margin-right: 10px;
    margin-top: 18px;
}
.con-l .sd{
    color: white;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.con-l .sd img{
    float: right;
    width: 13px;
    margin-top: 12px;
    margin-right: 10px;
}
.con-l .tip-p{
    color: white;
    background: #585858;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.con-l .ty-menu .tm-con{
    width: 172px;
    margin: 0 auto;
    border: 1px solid #979797;
    border-radius: 21px;
}
.con-l .ty-menu .tm-con .act{
    background: #18966E;
    border-radius: 19px;
    text-align: center;

}
.con-l .ty-menu .tm-con span{
    display: inline-block;
    width: 54px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.con-l .ty-detail{
    margin-top: 10px;
}
.con-l .ty-detail .td-item{
    height: 32px;
    line-height: 32px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
.con-l .ty-detail .td-item span{
    float: right;
}
.con-l .ty-detail .act{
    background: #585858;
    color: #18966E;
    border-right: 4px solid #18966E;
}
.con-l .ty-detail .td-item:hover{
    background-color: rgba(236,245,255,.5);
}

.con-mid{
    flex: 1;
}
.con-mid .notice{
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}
.con-mid .notice label{
    width: 30px;
    color: black;
    background: white;
    border-radius: 11px;
    border: 1px solid #727272;
    font-size: 12px;    padding: 2px 6px;
    text-align: center;
}
.con-mid .rule{
    background: #595959;
    border: 1px solid #787878;
    border-radius: 3px 3px 0px 0px;
    height: 35px;
    line-height: 35px;
}
.con-mid .rule span{
    background: white;
    padding: 2px 6px;
    color: #5b5b5b;
    font-size: 12px;
    border-radius: 11px;
    margin-left: 10px;
}
.con-mid .sel{
    height: 24px;
    background: #595959;
    margin-top: 10px;
    border: 1px solid #787878;
    line-height: 24px;
}

.con-mid .sel span{
    margin-left: 10px;
}
.con-mid .sel img{
    margin-left: 2px;
    width: 11px;
}
.con-mid .cate{
    background: #727272;
    border-radius: 3px 3px 0px 0px;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    margin-top: 10px;
}
.con-mid .cate img{
    float: right;
    width: 6px;
    margin-right: 10px;
    position: relative;
    top: 8px;
}

.rat-con {
    height: 686px;
    overflow: auto;
}
.rat-con .rc-item .rci-menu{
    display: flex;
    height: 28px;
    background: #656565;
    border-radius: 3px 3px 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 28px;
}
.rat-con .rc-item .rci-menu .rm-item:first-child{
    width: 30%;
    text-align: left;
}
.rat-con .rc-item .rci-menu .rm-item{
    width: 11%;
    text-align: center;
}
.rat-con .rc-item .rci-menu .rm-item:last-child{
    width: 4%;
}
.rat-con .rc-item .rci-menu .rm-item img{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.rat-con .rc-item .rci-menu .rm-item:first-child span{
    margin-left: 6px;
}

.yjt{
    width: 6px !important;
    float: right !important;
    margin-right: 10px;
    top: 7px !important;
}

.rc-item .rci-con{
    display: flex;
    border:1px solid #727272;
    height: 84px;
    margin-bottom: 10px;
}
.rc-item .rci-con .rcic-item:first-child{
    width: 30%;
    display: flex;
    padding-left: 10px;
}
.rc-item .rci-con .rcic-item{
    width: 11%;
    margin-right: 2px;
}
.rc-item .rci-con .rcic-item:last-child{
    width: 4%;
}
.rc-item .rci-con .rcic-item .cit-l{

}
.rc-item .rci-con .rcic-item .cit-l .citl-item{
    font-size: 11px;
    color: #ababab;
}
.rc-item .rci-con .rcic-item .cit-l .citl-item span{
    color: white !important;
    font-weight: bold !important;
    margin-right: 4px;
}
.rc-item .rci-con .rcic-item .cit-l .citl-item:first-child{
    margin-top: 6px;
    margin-bottom: 10px;
}
.rc-item .rci-con .rcic-item .cit-l .citl-item:last-child{
    margin-top: 6px;
}
.rc-item .rci-con .rcic-item .cit-r{
    flex: 1;
    margin-left: 30%;
    padding-top: 4px;
}

.rc-item .rci-con .rcic-item .cit-r .citr-line{
    flex: 1;
    display: flex;
}
.rc-item .rci-con .rcic-item .cit-r .citr-line .citrl-item{
    margin-right: 10px;
    color: #666;
}
.rc-item .rci-con .rcic-item .cit-r .citr-line:last-child{
    margin-top: 10px;
}

.citr-line .citrl-item p{
    margin: 0px;
}
.citr-line .citrl-item img{
    width: 8px;
}
.rcic-item .rc-score{
    height: 26px;
    border: 1px solid #464646;
    margin-top: 2px;
    line-height: 26px;
}
.rcic-item .rc-score:hover{
    background-color: #727272;
}
.rcic-item .rc-score span {
    color: white;
    font-size: 11px;
    margin-left: 10px;
}
.rcic-item .rc-score label{
    float: right;
    margin-right: 10px;
}
.ye{
    color: #ffde1b !important;
}
.rd{
    color: #e40000 !important;
}
.gr{
    color: #7ed321;
}
.alc{
    text-align: center;
}
.alc span{
    font-weight: bold !important;
}
.con-r .cr-type span:first-child{
    margin-left: 50px;
    color: #fff;
    background-image: linear-gradient(90deg, #14805e, #189b72), linear-gradient(#e8e8e8, #e8e8e8);
    width: 76px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    border-radius: 14px;
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
}
.con-r .cr-type span:last-child{
    margin-right: 50px;
    float: right;
}

.con-r{
    width: 320px;
    height: 800px;
}
.con-r .cr-type{
    height: 48px;
    color: white;
    line-height: 48px;
    background: #595959;
}

.con-r .vs .v-title{
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
}
.con-r .vs .v-count{
    height: 28px;
    display: flex;
}
.con-r .vs .v-count .vc-item:first-child{
    margin-left: 10px;
}
.con-r .vs .v-count .vc-two{
    text-align: center;
    flex: 1;
}
.con-r .vs .v-count .vc-item:last-child{
    margin-right: 10px;
}
.con-r .vs .v-count img{
    width: 12px;
    position: relative;
    top: 1px;
}
.con-r .vs-img{
    margin: 6px;
}
.con-r .vs-img img{
    width: 100%;
}
.live-title{
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
}
.con-r .live-mac {
    border-radius: 4px;border: 1px solid #727272;    margin-bottom: 4px;
}
.con-r .live-mac .lm-title{
    height: 25px;
    line-height: 25px;
    background-image: linear-gradient(0deg,#5a5a5a,#5a5a5a),linear-gradient(#fff,#fff);
    padding-left: 10px;
    border-bottom: 1px solid #727272;
}
.con-r .live-mac .lm-detail .lmd-item{
    display: flex;
    height: 31px;
    line-height: 31px;
}
.con-r .live-mac .lm-detail .lmd-item:last-child{
    display: block;
    text-align: right;
    margin-right: 20px;
}
.con-r .live-mac .lm-detail:hover {
    background-color:#5a5a5a;
}
.con-r .live-mac .lm-detail .lmd-item .lmdi-l{
    margin-left: 10px;
}
.con-r .live-mac .lm-detail .lmd-item .lmdi-r{
    flex: 1;
    text-align: right;
    margin-right: 20px;
}

.con-r .live-mac .lm-detail .lmd-item .lmdi-l img{
    width: 12px;
}
.live-mac-con{
    height: 406px;
    overflow: auto;
}
.liv-ent-con{
    padding-top: 30px;    border: 1px solid #3d7d69;background-color: #444;
}
.live-ent,.lec-title{
    width: 1207px;
    margin: 0 auto;
    color: #58d7af;
    font-size: 12px;
    padding-bottom: 16px;
}
.live-ent img{
    width: 130px;
    margin-right: 20px;
}
.live-ent img:last-child{
    margin-right: 0px;
}

.sport-game-footer-casino-page .help-bottom {
    display: flex;
    justify-content: space-between;
    padding: 40px 10%;
}
.sport-game-footer-casino-page .help-bottom ul {
    display: inline-block;
}ol, ul {
     list-style-type: none;
 }body, div, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, ol, p, table, td, ul {
      margin: 0;
      padding: 0;
      border: 0;
  }
.sport-game-footer-casino-page .help-bottom .sf-1 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ddd !important;
    cursor: pointer;
    padding: 5px 0;
}.click_on {
     transition: .1s;
     cursor: pointer;
 }.sport-game-footer-casino-page .help-bottom .sf-2 {
      font-family: MicrosoftYaHei;
      font-size: 15px;
      color: #b5b5b5 !important;
      cursor: pointer;
      padding: 5px 0;
        font-size: 12px;
  }
  .ser .s-item img{
      width: 16px !important;
  }
.foot_wrapper {
    width: 100%;
    padding: 35px 0 10px 0;
    box-sizing: border-box;
    color: #999;
    background-color: #1b1b1b;
    font-size: 14px;
}
.foot_wrapper .cl{
    width: 1200px;
    margin: 0 auto;
}
.foot_wrapper .cooperation_content {
    display: flex;
    justify-content: space-between;
}
.foot_wrapper .cl {
    width: 1200px;
    margin: 0 auto;
}
.foot_wrapper .hezuo_img {
    background: url(/img/foot_gameicon_small.49d18abd.png) 50% no-repeat;
    background-size: 100% auto;
    width: 170px;
    height: 80px;
}.foot_wrapper .text-p1{
     padding: 40px 0;
     text-align: left;
 }.foot_wrapper .text-p1 span{
      color: #fff;
      font-size: 14px;
  }.foot_wrapper .hezuo_img {
       background: url(/img/foot_gameicon_small.49d18abd.png) 50% no-repeat;
       background-size: 100% auto;
       width: 170px;
       height: 80px;
   }.foot_wrapper .cooperation_content {
        display: flex ;
        justify-content: space-between;
    }.foot_wrapper .foot_help_wrapper {
         min-height: 190px;
     }.foot_wrapper .foot_title_text{
          text-align: center;
      }.foot_wrapper .foot_help_wrapper ul {
           text-align: center;
       }.foot_wrapper .foot_help_wrapper ul li {
            margin-top: 19px;
    font-size: 12px;
        }.foot_wrapper .foot_help_wrapper a {
             color: #999;
         }

         p{
             font-size: 12px !important;
         }
.foot_wrapper .ul_footer_box{
    border-top: 1px solid #999;
}
.foot_wrapper .ul_footer_box .ul_footer {
    display: flex;
    padding: 80px 0 60px;
}
.foot_wrapper .cl{
    width: 1200px;
    margin: 0 auto;
}
.foot_wrapper .ul_footer_box .ul_footer li{
    font-size: 14px !important;
    margin-right: 31px;
}
.click_on {
    transition: .1s;
    cursor: pointer;
}
.login-con{
    height: 864px;
    background-image: url("/img/login_big_bg.png");
    background-size: cover;
    padding-top: 60px;
}
.login-win{
    width: 586px;
    margin: 0 auto;
    background-image: url("/img/login_bg.png");
    border-radius: 20px;
    overflow: hidden;
}
.login-win .lw-title{
    height: 40px;
    background-image: url("/img/login_t_bg.png");
    background-size: cover;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 16px;
    color: #EAD766;
    font-weight: bold;
}
.form-con{
    padding: 0 60px;
    padding-top: 20px;
}
.form-con .lw-img img{
    width: 100%;
    margin-bottom: 20px;
}
.form-line{
    height: 54px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 10px;    padding: 0px 5px;
    display: flex;
    padding-left: 20px;
}
.form-line img{
    width: 30px;    position: relative;
    top: 10px;
    height: 30px;
}
.form-line input{
    border: none;
    flex: 1;
    outline: snow;
    padding-left: 15px;
    font-size: 14px;
}
.login-btn {
    height: 46px;
}
.login-btn a{
    height: 46px;
    line-height: 46px;
    text-decoration: none;
    width: 210px;
    background-image: url("/img/login_btn_b.png");
    background-size: cover;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    overflow: hidden;
}
.login-btn a:last-child{
    float: right;
}
.login-img{
    padding-bottom: 30px;
    padding-top: 20px;
    display: flex;
}
.login-img .li-item{
    flex: 1;
}
.login-img img{
    width: 146px;
}

.lrb .zh{
    height: 30px;
    line-height: 30px;
    background: #FFDF1A;
    border-radius: 20px;
    display: inline-block;
    padding: 0px 10px;
}
.lrb .rmb{
    color: white;
    margin-left: 20px;
}
.lrb .logout{
    color: white;
    text-decoration: none;
}
