﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    min-height: 719px;
    height: 100%;
}

body {
    background: url("../images/bg.png") repeat;
    font-family: 'Microsoft yahei', Arial, Helvetica, sans-serif;
    padding: 0;
    font-size: 62.5%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    line-height: 19px;
    display: block;
}

ol,
ul {
    list-style: none;
}

.blank1 {
    height: 40px;
}

.blank2 {
    height: 80px;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
}

.container {
    margin: 0px;
    padding: 0px;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 19999;
    width: 100%;
    height: 2.8em;
    background: url("../images/btnbg.png") repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
}

.login {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    width: 7em;
    float: left;
    margin: 0;
    padding: 0 0.2em;
    line-height: 2.4em;
    color: #f8e408;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 1.4em;
}

.login:hover {
    color: #f8e408;
    background-color: rgba(150, 150, 150, 0.50);
}

.account {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    width: 7em;
    float: right;
    margin: 0;
    padding: 0 0.2em;
    line-height: 2.4em;
    color: #f8e408;
    text-decoration: none;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 1.4em;
}

.account:hover {
    color: #f8e408;
    background-color: rgba(150, 150, 150, 0.50);
}

.wrap {
    width: 100%;
    height: 100%;
    background: url("../images/bg.png") repeat;
}

.container {
    width: 100%;
    height: 100%;
    margin: 7em 0 4em 0;
    color: white;
    float: left;
}

@media screen and (max-width: 360px) {
    .container {
        margin: 8% 0 4em 0;
        font: 1.2em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

@media screen and (min-width: 360px) {
    .container {
        margin: 8% 0 4em 0;
        font: 1.2em/1.6em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

.menu {
    width: 100%;
    padding: 0px;
    margin: 0;
}

@media screen and (max-width: 1080px) {
    .logo {
        text-align: center;
        margin: auto;
        padding: 0em 0 0.5em 0;
        font-size: 3em;
    }
}

.logo {
    text-align: center;
    margin: auto;
    padding: 0em 0 0.5em 0;
    font-size: 3em;
}

.logo img {
    max-width: 60%;
}

@media screen and (max-width: 1920px) {
    .menu ul li {
        list-style: none;
        margin: 0 0 2% 4%;
        padding: 1% 0;
    }
}

@media screen and (max-width:1080px) {
    .menu ul li {
        list-style: none;
        margin: 0 0 4% 4%;
        padding: 4% 0;
    }
}

@media screen and (max-width: 720px) {
    .menu ul li {
        list-style: none;
        margin: 1% 0 1% 2%;
        padding: 0.4% 0;
    }
}

@media screen and (max-width: 640px) {
    .menu ul li {
        list-style: none;
        margin: 0 0 4% 3%;
        padding: 4% 0;
    }
}

.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.menu ul li {
    width: 45%;
    height: auto;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    /*-moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);*/
    /*-webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);*/
    /*box-shadow: 0px 1px 2px 2px rgba(0,0,0, 0.4);*/
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 1em;
    cursor: pointer;
    color: white;
}


.forward {
    color: #F4E008;
    display: block;
}

.custom {
    color: #F4E008;
    display: block;
}

.forward:hover {
    color: #F4E008;
}

.custom:hover {
    color: #F4E008;
}

@media screen and (max-width: 1080px) {
    .menu ul li img {
        display: inline-block;
        max-width: 60%;
    }
}

@media screen and (max-width: 720px) {
    .menu ul li img {
        display: inline-block;
        max-width: 20%;
    }
}

@media screen and (max-width: 640px) {
    .menu ul li img {
        display: inline-block;
        max-width: 10%;
    }
}

@media screen and (max-width: 480px) {
    .menu ul li img {
        display: inline-block;
        max-width: 15%;
    }
}

@media screen and (max-width: 1920px) {
    .menu ul li img {
        display: inline-block;
        max-width: 60%;
    }
}

.menu ul li span {
    color: black;
    display: block;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
}

.menu ul .computer {
    margin: 0 0 0 41%;
    width: 20%;
    background-color: rgba(150, 150, 150, 0.25);
    color: black;
}

.content {
    margin: 20% 0 4em 8%;
    text-align: center;
    background-color: rgba(150, 150, 150, 0.25);
    width: 80%;
    height: 40%;
    border-radius: 1em;
}

.user_login {
    margin: 10% 0px 1.5em 0;
    padding-top: 10%;
    font-size: 2.2em;
}

.content input {
    border: 0px;
    color: #000;
    border-radius: 0.2em;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    line-height: 3em;
    height: 3em;
    text-align: center;
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    color: white;
    background-color: rgba(72, 12, 3, 1);
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: url("../images/bg.png") repeat;
}

.footer a {
    color: yellow;
    line-height: 2.4em;
    padding: 0.1% 1%;
    font-size: 2.2em;
}

.form-group input {
    width: 45%;
    height: 2em;
}

.form-group label {
    font-size: 1.8em;
}

.return_home {
    float: left;
}

.contact {
    float: right;
}

.submit button {
    margin-top: 0.8em;
}

.btn-return {
    margin-left: 1em;
}

.btn-submit {
    margin-left: 3em;
}

登录页 #wBox {
    display: block;
    left: 20px;
    top: 71.1111px;
    position: absolute;
    z-index: 3000;
    text-align: left;
}

#wBox .wBox_popup {
    position: relative;
}

#wBox table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#wBox .wBox_b {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    width: 10px;
    display: none;
}

#wBox td {
    border-bottom: 0;
    padding: 0;
}

#wBox .wBox_body {
    background-color: transparent;
    border: 0;
}

#wBox #wBoxContent {
    padding: 0px;
}

.Login_box {
    width: 320px;
    height: 280px;
    padding: 5% 5%;
    margin: 0px auto;
}

.Login_box .form_box {}

.wBox_popup table {
    width: 100%;
}

.Login_box .form_box .input_txt {
    width: 265px;
    height: 24px;
    background: #5e1300;
    position: absolute;
    top: 2px;
    left: 20px;
    border: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.Login_box .form_box input {
    color: #ff9902;
    outline: none;
}

.Login_box .form_box .input_pw {
    width: 101px;
    height: 24px;
    background: #5e1300;
    position: absolute;
    top: 42px;
    left: 20px;
    border: 0;
}

.Login_box .form_box .input_code {
    width: 82px;
    height: 24px;
    background: #5e1300;
    position: absolute;
    top: 42px;
    left: 142px;
    border: 0;
}

#wBox img {
    border: 0;
    margin: 0;
}

.Login_box .form_box .SafeCode {
    position: absolute;
    top: 41px;
    left: 240px;
    z-index: 9;
    cursor: pointer;
}

.Login_box .form_box .input_go {
    width: 70px;
    line-height: 35px;
    height: 40px;
    border: 0;
    background: url("../images/logbtn.png") no-repeat;
    position: absolute;
    top: 100px;
    left: 100px;
    color: #7b0300;
    text-shadow: 1px 1px 0 #ffba1e;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.Login_box .form_box .input_Cancel {
    width: 70px;
    line-height: 35px;
    height: 40px;
    border: 0;
    background: url("../images/logbtn.png") no-repeat;
    position: absolute;
    top: 100px;
    left: 180px;
    color: #7b0300;
    text-shadow: 1px 1px 0 #ffba1e;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/*足球*/
#menu2 {
    width: 100%;
    padding: 3em 0 0.2em 0;
    margin: 0;
    float: left;
    position: fixed;
    top: 0px;
    z-index: 1000;
    background-color: rgba(16, 54, 86, 0.5);
}

#menu2 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#menu2 ul li {
    list-style: none;
    margin: 0 0.3% 0 0;
    padding: 1% 0;
    width: 16%;
    height: 100%;
    height: auto;
    float: left;
    display: block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(150, 150, 150, 0.25);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: white;
}

.pages .current {
    border: 1px solid rgba(255, 205, 3, 0.75);
    background-color: rgba(247, 98, 16, 0.75);
}

#menu2 .current,
#menu2 ul li:hover {
    border: 1px solid rgba(255, 205, 3, 0.75);
    background-color: rgba(255, 205, 3, 0.50);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 360px) {
    #menu2 ul li {
        width: 15.5%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) {
    #menu2 ul li {
        width: 15.5%;
    }
}

@media screen and (min-width: 320px) {
    #menu2 ul li {
        width: 15.5%;
    }
}

#menu2 ul li img {
    display: inline-block;
    max-width: 25%;
}

#menu2 ul li span {
    display: block;
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#content {
    padding-bottom: 80%;
    background: url("../images/bg.png");
}

.live_container {
    width: 100%;
    height: 100%;
    color: white;
    float: left;
}

/*@media screen and (min-width: 360px){
    .live_container {
        margin: 17.5% 0 5em 0;
        font: 1.2em/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px){
    .live_container {
        margin: 9% 0 8em 0;
    }
}
@media screen and (min-width: 320px){
    .live_container {
        margin: 11% 0 4em 0;
    }
}
@media screen and (min-width: 768px){
    .live_container {
        margin: 2% 0 4em 0;
        font: 1.6em/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px){
    .live_container, .live_container2 {
        margin: 13% 0 4em 0;
        font: 1.2em/1.4em 'Microsoft yahei',Arial, Helvetica, sans-serif;
    }
}
@media screen and (min-width: 360px){
    .live_container, .live_container2 {
        margin: 11% 0 4em 0;
        font: 1.2em/1.6em 'Microsoft yahei',Arial, Helvetica, sans-serif;
    }
}
@media screen and (min-width: 320px){
    .live_container, .live_container2 {
        margin: 16% 0 4em 0;
        font: 1.2em/1.2em 'Microsoft yahei',Arial, Helvetica, sans-serif;
    }
}
@media screen and (min-width: 768px){
    .live_container, .live_container2 {
        margin: 2.5% 0 4em 0;
        font-size: 1.6em;
    }
}*/

.live_container,
.live_container2 {
    margin: 8% 0 0 0;
    font-size: 1.6em;
}

@media screen and (min-width: 360px) {

    .live_container,
    .live_container2 {
        margin: 7% 0 0 0;
        font: 1.2em/1.6em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

@media screen and (min-width: 320px) {

    .live_container,
    .live_container2 {
        margin: 8% 0 0 0;
        font: 1.2em/1.2em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

@media screen and (min-width: 768px) {

    .live_container,
    .live_container2 {
        margin: 2.5% 0 0 0;
        font-size: 1.6em;
    }
}

.pages {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 0.5%;
}

.pages a {
    float: left;
    color: white;
    width: 1.7em;
    padding: 0.5%;
    height: 1.7em;
    line-height: 1.7em;
    text-align: center;
    background-color: rgba(150, 150, 150, 0.25);
    margin: 0.2em;
    border: 1px solid rgba(255, 255, 255, 0.25);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page_current {
    border: 1px solid rgba(255, 205, 3, 0.75) !important;
    background-color: rgba(247, 98, 16, 0.75) !important;
}

.list_box {
    float: left;
    width: 100%;
}

.list_nH {
    line-height: 2.4em;
    border-bottom: 1px solid #999999;
    background-color: #FCF9CE;
    color: black;

}

.list_nH2 {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #d2d2d2;
    padding: 0 20px;
    background-color: #fff;
    cursor: pointer;
}

.list_nH2 a {
    color: black;
    font-size: 1.2em;
    background: url(../../../images/cp2.png) no-repeat center right;
    background-size: auto;
    background-size: 16px 16px;
    display: block;
}

.list_box em {
    position: absolute;
    right: 0.1em;
    font-style: normal;
    font: 1.5em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    background: brown;
    color: white;
}

.list_box span a {
    position: absolute;
    right: 0.1em;
    font-style: normal;
    font: 1.2em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 2.8em;
    height: 1.8em;
    line-height: 1.8em;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    background: brown;
    color: white;
}

.list_tab {
    width: 100%;
    padding: 0px;
    margin: 0;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: black;
    /*height: 4.5%;*/
}

.list_tab .t1 {
    float: left;
}

.list_tab li {
    /*height: 100%;*/
    line-height: 32.34px;
}

@media screen and (min-width: 768px) {
    .list_tab li {
        line-height: 47.08px;
    }
}

@media screen and (min-width: 1200px) {
    .list_tab li {
        line-height: 32.34px;
    }
}

.list_tab .t2 {
    height: 1em;
    width: 69%;
    float: left;
    text-align: left;
}

.list_tab .t3 {
    height: 5%;
    width: 6%;
    float: left;
    color: yellow;
}

.list_tab .t8 {
    float: right;
}

.list_tab .t7 {
    width: 3em;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(247, 98, 6, 0.75);
    -moz-box-shadow: 0 0 2px 2px rgba(48, 14, 3, .5) inset;
    -webkit-box-shadow: 0 0 2px 2px rgba(48, 14, 3, .5) inset;
    box-shadow: 0 0 2px 2px rgba(48, 14, 3, .5);
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    cursor: pointer;
    display: block;
}

#LayerBall {
    z-index: 9999999;
    padding: 1% 1%;
    /*-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.2) inset;*/
    /*box-shadow: 0 0 2px 1px rgba(0, 0, 0, .3);*/
    /*color: white;*/
    /*border: 1px solid rgba(255,255,255,.15);*/
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    /*border-bottom: solid 1px white;*/
    height: 30px;
    /*background: url("../images/bg.png");*/

    margin: 10px;
}

#LayerBall #timer {
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    text-align: center;
    color: black;
    line-height: 2em;
}

#timer {
    text-align: center;
}

#LayerBall .w60 a {
    padding: 0 1.2%;
    float: right;
}

#LayerBall a {
    height: 2em;
    padding: 0 1%;
    line-height: 2em;
    text-align: center;
    margin-right: 1%;
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    background-color: rgba(78, 79, 65, 0.5);
    color: white;
    z-index: 999;
}

#LayerBall .current,
#LayerBall a:hover {
    border: 1px solid rgba(255, 205, 3, 0.75);
    background-color: rgba(247, 98, 16, 0.75);
    color: white;
}

#LayerBall .w40 a {
    padding: 0 1%;
    float: left;
}

#LayerBall .imgs {
    background-color: rgba(24, 109, 225, 0.5) !important;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    line-height: 3em;
    height: 3em;
    text-align: center;
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    color: white;
    background-color: rgba(72, 12, 3, 1);
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: url("../images/bg.png") repeat;
}

.divInfo {
    float: left;
    color: black;
    line-height: 2.4em;
    width: 99.8%;
    padding: 0 0.1%;
    font-size: 1.4em;
}

.divInfo .login_m {
    width: 5.5em;
    float: left;
}

.divInfo a {
    color: white;
}

.deploy-sidebar {
    position: static;
    z-index: 999;
    background-size: 18px 12px;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    background-image: url("../images/header-nav.png");
    display: block;
    padding-left: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.deploy-sidebar:hover {
    background-image: url("../images/header-nav2.png");
}

.divInfo .cMoney {
    /*width: 7em;*/
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.divInfo .cMoney span {
    color: #fff;
}

.divInfo .cMoney a {
    color: yellow;
}

.divInfo .out {
    padding: 0 1%;
    float: right;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.divInfo .out span {
    color: #fff;
}

.divInfo .out2 {
    padding: 0 0.1em;
    float: right;
    background-color: red;
    width: 2em;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.match_info {
    width: 100%;
    padding: 0px;
    margin: 0;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(150, 150, 150, 0.25);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white;
    height: 5%;

}

.match_info li {}

.match_info .t1 {
    height: 100%;
    float: left;
    text-align: center;
    line-height: 36.94px;
    color: black;
}

.match_info .t2 {
    height: 5%;
    width: 35%;
    float: left;
    text-align: right;
}

.match_info .t3 {
    height: 5%;
    width: 10%;
    float: left;
    color: yellow;
    text-align: center;
}

.match_info .t4 {
    height: 5%;
    width: 35%;
    float: left;
    text-align: left;
}

ul.responsive_table {
    width: 98%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 2% 1% 0 1%;
    list-style: none;
}

ul.responsive_table li:last-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.responsive_table li:first-child {
    background-color: #edab4b;
    color: #FFFFFF;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
}

li.table_row,
li.table_row2 {
    width: 100%;
    float: left;
    clear: both;
    line-height: 30px;
    padding: 0px;
    list-style: none;
    margin: 0 0 0 0;
    background-color: #e6e6e6;
    border-bottom: solid #c49c47 1px;
    border-top: none;
    border-left: none;
    border-right: none;
}

li.table_row {
    background-color: #e6e6e6;
}

li.table_row {
    width: 100%;
    float: left;
    clear: both;
    padding: 0px;
    list-style: none;
    margin: 0 0 0 0;
    border: solid 1px #c49c47;
    border-bottom: none;
}

li.table_row .r4 {
    width: 66%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .match_info .t1 {
        line-height: 51.19px;
    }
}

@media screen and (min-width: 360px) {
    li.table_row .r4 {
        width: 60%;
        padding: 0.1em 0;
    }
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) {
    .live_container {
        margin: 15% 0 8em 0;
    }
}
*/
ul.responsive_table li:first-child div {
    color: #6f2c07;
}

li.table_row .r2 {
    width: 100%;
    padding-left: 1%;
}

@media screen and (min-width: 360px) {
    li.table_row .r2 {
        width: 20%;
        padding: 0.1em 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) {
    li.table_row .r2 {
        width: 20%;
        padding: 0.1em 0;
    }
}

@media screen and (min-width: 320px) {
    li.table_row .r2 {
        width: 23%;
        padding: 0.1em 0;
    }
}

li.table_row div {
    float: left;
    color: black;
}

li.table_row .r1 {
    width: 30%;
    text-align: center;
    padding: 0.1em 0;
}

li.table_row div,
li.table_row2 div {
    float: left;
    color: black;
}

li.table_row .odds {
    background-color: #ee432e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee432e), color-stop(50%, #c63929), color-stop(50%, #b51700), color-stop(100%, #891100));
    background-image: -webkit-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -moz-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -ms-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: -o-linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    background-image: linear-gradient(top, #ee432e 0%, #c63929 50%, #b51700 50%, #891100 100%);
    border: 1px solid #951100;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333333;
    color: #fff;
    font: bold "helvetica neue", helvetica, arial, sans-serif;
    padding: 4px 8px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}

.broderlcolor {
    border-left: solid #c49c47 1px;
}

li.table_row .r3 {
    width: 48%;
    text-align: center;
}

li.table_row div {
    float: left;
    color: black;
}

.cash {
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    width: 100%;
    color: white;
}

#tab2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    margin-left: 0.3%;
    font: 1em/2.2em 'Microsoft yahei', Arial, Helvetica, sans-serif;
}

#label01,
#label02,
#label03,
#label04,
#label05 {
    display: none;
}

#load {
    width: 100%;
    line-height: 2%;
    background-color: rgba(150, 150, 150, 0);
    float: left;
    height: 5%;
}

#label01:checked~#load label:nth-child(1) {
    border-top: 1px solid orange;
    border-bottom: none;
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    background-color: rgba(150, 150, 150, 0.00);
    color: orange;
    font-weight: bold;
}

#load label:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

#load label {
    float: left;
    width: 33.1%;
    height: 100%;
    text-align: center;
    font: 1.2em/2.2em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer;
    bottom: 0;
    background-color: rgba(150, 150, 150, 0.25);
}

.tab {
    background-color: rgba(50, 150, 150, 0.3);
    border-bottom: 1px solid orange;
}

#load label:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#content2 {
    height: 100%;
}

#label01:checked~#content2 li:nth-child(1) {
    display: block;
}

@media screen and (min-width: 360px) {
    #content2 li {
        width: 97.5%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) {
    #content2 li {
        width: 96.8%;
    }
}

#content2 li {
    float: left;
    width: 97.3%;
    height: 100%;
    padding: 0 1%;
}

.content2 {
    border-left: 1px solid orange;
    border-right: 1px solid orange;
    border-bottom: 1px solid orange;
    padding: 0;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cashform {
    float: left;
    width: 98%;
    padding: 1%;
    margin: 1% 0;
    background-color: rgba(255, 254, 245, 0.75);
    border-bottom: 1px solid #3d3d3d;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .5);
    background-color: rgba(150, 150, 150, 0.25);
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    border-top-left-radius: 0.1em;
    -moz-border-radius-topright: 0.1em;
    -webkit-border-top-right-radius: 0.1em;
    border-top-right-radius: 0.1em;
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(150, 150, 150, 0.15);
}

#label01:checked~#content2 li:nth-child(1) {
    display: block;
}

@media screen and (min-width: 360px) {
    #content2 li {
        width: 97.5%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) {
    #content2 li {
        width: 96.8%;
    }
}

#content2 li {
    float: left;
    width: 97.3%;
    height: 100%;
    padding: 0 1%;
}

.cashform li {
    float: left;
    width: 50%;
}

#label01:checked~#content2 li:nth-child(2),
#label01:checked~#content2 li:nth-child(3),
#label01:checked~#content2 li:nth-child(4),
#label01:checked~#content2 li:nth-child(5) {
    display: none;
}

@media screen and (min-width: 360px) {

    .form_input,
    .form_input_code {
        padding: 1.5% 0;
        margin: 1% 2%;
        color: black;
        font: 1.2em/1.8em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px) {

    .form_input,
    .form_input_code {
        padding: 1% 0;
        margin: 1% 1%;
        font: 1em/1.2em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

@media screen and (min-width: 320px) {

    .form_input,
    .form_input_code {
        padding: 1% 0;
        margin: 1% 2%;
        font: 1em/1.2em 'Microsoft yahei', Arial, Helvetica, sans-serif;
    }
}

.form_input {
    padding: 1% 0;
    width: 90%;
    margin: 0.5em 0.3em;
    background: #2d2d2d;
    background: rgba(45, 45, 45, .15);
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    padding-left: 1%;
    font: 1.2em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    color: white;
}

.form_input_code {
    padding: 1% 0;
    width: 43%;
    margin: 0.3em;
    color: white;
    background: #2d2d2d;
    background: rgba(45, 45, 45, .15);
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border: 1px solid #3d3d3d;
    border: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    font: 1.2em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
}

select option {
    color: black;
}

option {
    font-weight: normal;
    display: block;
    padding: 0.5em 1em;
    white-space: pre;
    min-height: 2.2em;
    line-height: 2.2em;
}

/*六合彩*/
#iResult {
    width: 100%;
    padding: 0px;
    margin: 0;
    float: left;
    border-bottom: 1px solid rgba(228, 199, 13, 0.75);
    border-top: 1px solid rgba(228, 199, 13, 0.75);
    background-color: rgba(150, 150, 150, 0.25);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: white;
    height: 50px;
}

#iIssue {
    width: 22%;
    /*padding: 1% 1%;*/
	padding-top:5px;
	padding-left:1%;
    margin: 0 auto;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(228, 199, 13, 0.75);
    height: 50px;
    background-color: rgba(228, 151, 13, 0.75);
    line-height: 2.6em;
	color:#f00;
	font-family: 'Microsoft yahei', Arial, Helvetica, sans-serif;
	font-size:16px
}

#rtm1,#rtm2,#rtm3{color:#f00;font-family: 'Microsoft yahei', Arial, Helvetica, sans-serif;font-size:16px;}

#iNum {
    width: 50%;
    padding: 1% 2%;
    padding-top: 3%;
    margin: 0;
    float: left;
    height: 40%;
    overflow: hidden;
}

#iMore {
    width: 8%;
    padding: 1% 2%;
    margin: 0;
    float: right;
    height: 78%;
    line-height: 2.6em;
    border-left: 1px solid rgba(228, 199, 13, 0.75);
    background-color: rgba(228, 151, 13, 0.75);
    cursor: pointer;
}

#iNum li.ball {
    border-color: #bc102d;
    background-color: #bc102d;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    border-radius: 0.8em;
    padding: 0 8.2%;
    margin: 0 1%;
}

.fr {
    float: right !important;
}

.page_title span {
    font-size: 0.9em;
}

.error {
    background: rgba(147, 12, 12, 0.25) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 12, 0.25);
    border-radius: 0.2em;
    display: none;
    margin: 0 0.3em 0.3em;
    padding: 0.8%;
    width: 90%;
}

.list_tb {
    width: 60%;
    margin-top: 10%;
    margin-left: 19%;
    background-color: rgba(150, 150, 150, 0.25);
}

#even2 {
    width: 80%;
    height: 40%;
    padding: 4%;
    text-align: center;
    -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .5);
    color: white;
    border: 1px solid rgba(255, 255, 255, .15);
    margin-top: 4%;
    font: 1em/1.4em 'Microsoft yahei';
}

.list_tb td {
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-family: Arial, Helvetica, sans-serif, 宋体;
    height: 20%;
    padding: 10%;
    text-align: center;
}

#Q101 {
    margin-bottom: 10em;
}

ul.responsive_table code,
ul.responsive_table samp {
    width: 24px;
    height: 24px;
    background: url("../images/refresh.png") no-repeat;
    position: absolute;
    right: 1.5%;
    cursor: pointer;
    margin-top: 4px;
}

li.table_row2 {
    background-color: #fdf1c4;
    text-align: left;
    padding: 1% 0;
}

li.table_row2 .r3 {
    width: 46%;
    text-align: left;
    padding-left: 2%;
}

li.table_row2 .r4 {
    width: 100%;
    text-align: left;
    padding-left: 2%;
}

.notered {
    color: #c53238;
}

ul.bettable {
    width: 94%;
    float: left;
    clear: both;
    margin: 0;
    padding: 1%;
    list-style: none;
}

ul.bettable li.table_row {
    width: 100%;
    float: left;
    clear: both;
    padding: 1%;
    list-style: none;
    margin: 0 0 0 0;
    background-color: #e6e6e6;
    border-bottom: solid #c49c47 1px;
}

ul.bettable li.table_row .r4 {
    width: 90%;
    text-align: left;
    padding-left: 1%;
}

ul.bettable li.table_row .r4 {
    width: 90%;
    text-align: left;
    padding-left: 1%;
}

li.table_row2 .r2 {
    width: 100%;
    padding-left: 1%;
}

ul.bettable li.table_row div {
    float: left;
    color: black;
}

ul.bettable li.table_row .r1 {
    width: 25%;
    text-align: left;
}

ul.bettable li.table_row .r2 {
    width: 45%;
    text-align: left;
    border-left: solid #c49c47 1px;
}

ul.bettable li.table_row .r5 {
    width: 21%;
    text-align: left;
    border-left: solid #c49c47 1px;
    padding-left: 1%;
}

ul.bettable li input,
.inputBet {
    width: 20%;
    padding: 3.5%;
    position: absolute;
    border: 1px solid rgba(200, 96, 33, 0.75);
    background-color: rgba(255, 255, 255, 1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 1.6em;
    margin: 0.5% 0 0 1%;
}

@media screen and (min-width: 768px) {
    .inputBet {
        width: 20%;
        margin: 0;
        padding: 2%;
    }
}

.orange {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.button {
    width: 43%;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 1.6em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    margin: 2% 4% 2% 0.4%;
    padding: 2%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.error3 {
    display: none;
    padding: 2%;
    width: 90%;
    margin: 0.5em 0.3em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 8, 60, .25);
    border: 1px solid rgba(255, 3, 12, .50);
    font: 1.4em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
}

.pages_container {
    margin: 7em 0.5% 7em 0.5%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(150, 150, 150, 0.25);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 55% 55%;
    -moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
    color: white;
    font: 1.4em/2 'Microsoft yahei', Arial, Helvetica, sans-serif;
}

#maintop {
    width: 98%;
    z-index: 9999999;
    background-color: rgba(150, 150, 150, 0.5);
    float: left;
    margin: 0;
    padding: 0 1%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
    background-color: rgba(150, 150, 150, 0.25);
    font: 1.2em/2em 'Microsoft yahei', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 414px) {
    .pages_container {
        font: 1.2em/1.6em 'Microsoft yahei', Arial, Helvetica, sans-serif;
        margin: 17% 0 4em 0;
    }
}

@media screen and (min-width: 375px) {
    .pages_container {
        font: 1.2em/1.6em 'Microsoft yahei', Arial, Helvetica, sans-serif;
        margin: 17% 0 4em 0;
    }
}

@media screen and (min-width: 360px) {
    .pages_container {
        font: 1.2em/1.6em 'Microsoft yahei', Arial, Helvetica, sans-serif;
        margin: 18% 0 4em 0;
    }
}

@media screen and (min-width: 320px) {
    .pages_container {
        font: 1.2em/1.6em 'Microsoft yahei', Arial, Helvetica, sans-serif;
        margin: 15% 0 5em 0;
        background-color: rgba(150, 150, 150, 0.5);
    }
}

.hrr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.keyboard {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: #FF9933 dotted thin;
}

.keyboard table td {
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 0.5em;
}

.keyboard td {
    text-align: center;
}

.keyboard .rBall span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    color: black;
    background-image: url("../images/r.gif");
	font-size:14px;
}

.keyboard input {
    width: 40px;
}

.keyboard .bBall span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    color: black;
    background-image: url("../images/b.gif");
	font-size:14px;
}

.keyboard .gBall span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    color: black;
    background-image: url("../images/g.gif");
	font-size:14px;
}

.btn {
    width: 48%;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 1.6em/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    margin: 1% 0 3% 1%;
    padding: 2% 1%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.keyboard7 {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: #FF9933 dotted thin;
}

.lmTop {
    line-height: 20px;
}

.keyboard7 table td {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}

.lmTop td {
    border: 1px solid black;
}

.odds_color {
    color: red;
}

.keyboard7 span {
    color: #fff;
}

.keyboard8 {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: #FF9933 dotted thin;
}

.keyboard8 table td {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.keyboard8 b {
    color: #fff;
}

#iResult table td {
    color: #fff;
}

#tblResultList {
    margin-bottom: 1%;
}

#tblResultList .trt {
    background-color: none !important;
    color: white !important;
    font-weight: bold;
    line-height: 2.5em;
    height: 2.5em;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, .5)inset;
}

#tblResultList .trt td,
#tblResultList .trt td span {
    color: white !important;
}

.pages_container table td {
    vertical-align: middle;
    color: black;
    line-height: 150%;
}

#tblResultList td .CbBall {
    color: blue;
}

#tblResultList .tr0 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(150, 150, 150, 0.25);
    text-align: center;
    line-height: 2.5em;
    height: 2.5em;
    color: white;
}

#tblResultList td .CgBall {
    color: green;
}

.yerrowf {
    color: rgba(241, 235, 15, 0.75) !important;
}

.page-sidebar {
    clear: both;
    width: 199px;
    display: none;
    z-index: 10000;
    top: 2.8em;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    margin-bottom: 30px;
    background: url("../images/bg.png") repeat;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.page-sidebar-scroll {
    z-index: 21000;
    width: 220px;
    overflow: scroll;
    overflow-x: hidden;
    /* -webkit-overflow-scrolling: touch; */
    height: 100%;
    background-color: rgba(150, 150, 150, 0.25);
    margin-bottom: 30px;
}

.navigation-items {
    width: 175px;
}

.nav-item {
    border: solid 1px rgba(255, 255, 255, 0.1);
    width: 100%;
    line-height: 3em;
    margin-bottom: 0.1em;
    text-align: center;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    margin-left: 10px;
}

.nav-item a {
    opacity: 0.7;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    line-height: 2.5em;
    color: #007aff;
    padding: 5px 40px;
    font-size: 1.4em;
}

.unselected-nav {
    background-image: url(../images/nav-inactive.png);
    background-repeat: no-repeat;
    background-size: 9px 9px;
    position: absolute;
    left: 205px;
    top: 20px;
    width: 9px;
    height: 9px;
}

.b_fwn a {
    color: #fff;
}

.foot {
    position: fixed;
    left: 0px;
    bottom: 0px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.foot a {
    color: #fff;
    font-size: 1em;
}

.foot-menu {
    width: 100%;
}

.foot-menu li {
    float: left;
    width: 17%;
    padding: 5px;
}

.foot-menu li div {
    width: 100%;
}

.foot-menu li p {
    padding-top: 3px;
}

.foot-menu li div img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.clear {
    clear: both;
}

@media screen and (min-width: 320px) {
    .foot-menu li {
        width: 16%;
    }
}

@media screen and (min-width: 360px) {
    .foot-menu li {
        width: 17%;
    }
}

@media screen and (min-width: 768px) {
    .foot-menu li {
        width: 18%;
    }
}

.pass_password_s0 {
    BORDER-TOP: #bb2b2b 1px solid;
    BORDER-BOTTOM: #bb2b2b 1px solid;
    BORDER-LEFT: #bb2b2b 1px solid;
    LINE-HEIGHT: 2em;
    BACKGROUND-COLOR: #ebebeb;
    WIDTH: 20%;
    FLOAT: left;
    HEIGHT: 2em;
    COLOR: gray;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    margin: 0.7em 0 0.5em 1%;
}

.pass_password_s1 {
    BORDER-TOP: #bb2b2b 1px solid;
    BORDER-BOTTOM: #bb2b2b 1px solid;
    BORDER-LEFT: #bb2b2b 1px solid;
    LINE-HEIGHT: 2em;
    BACKGROUND-COLOR: #ff4545;
    WIDTH: 20%;
    FLOAT: left;
    HEIGHT: 2em;
    COLOR: gray;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    margin: 0.7em 0 0.5em 0;
}

.pass_password_s2 {
    BORDER-TOP: #bb2b2b 1px solid;
    BORDER-BOTTOM: #bb2b2b 1px solid;
    BORDER-LEFT: #bb2b2b 1px solid;
    LINE-HEIGHT: 2em;
    BACKGROUND-COLOR: #ffd35e;
    WIDTH: 20%;
    FLOAT: left;
    HEIGHT: 2em;
    COLOR: gray;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    margin: 0.7em 0 0.5em 0;
}

.pass_password_s3 {
    BORDER-TOP: #bb2b2b 1px solid;
    BORDER-BOTTOM: #bb2b2b 1px solid;
    BORDER-LEFT: #bb2b2b 1px solid;
    LINE-HEIGHT: 2em;
    BACKGROUND-COLOR: #ffd35e;
    WIDTH: 29%;
    FLOAT: left;
    HEIGHT: 2em;
    COLOR: red;
    BORDER-RIGHT: #bb2b2b 1px solid;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 0.1em;
    margin: 0.7em 0 0.5em 0;
    text-align: center;
}

.h_rt {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 12px;
    left: 15px;
}
.h_rt img,
.h_hp img {
    width: 25px;
    height: 25px;
}

.h_rt2 {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 5px;
    left: 10px;
	background-size: 18px 12px;
	background-repeat: no-repeat;
	background-position: 0px 12px;
	background-image: url('../images/header-nav.png');
	display: block;
}
.h_rt2:hover {
    background-image: url("../images/header-nav2.png");
}

.h_rt3 {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 8px;
    left: 10px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../images/return2.png');
	display: block;
}

#mName {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 100%;
    line-height: 46px;
}

#mName small {
    font-size: 12px;
}

.h_hp {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 15px;
    top: 12px;
}

.head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    background: url("../images/btnbg.png");
    overflow: hidden;
}

.ipt {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    line-height: 28px;
    font-size: 20px;
    display: block;
    border-radius: 3px;
    color: #999999;
    margin-top: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.f_btn {
    width: 100%;
    height: 50px;
    border: 0;
    background: url("../images/btnbg.png");
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    margin-top: 50px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.f_tips {
    width: 100%;
    height: 150px;
    color: #999999;
    font-size: 16px;
    line-height: 150px;
    text-align: center;
}

.f_tips a {
    color: #000;
    text-decoration: none;
}

.center {
    text-align: center;
}

.table_row2 .button {
    width: 28%;
}

.qiu_one .tabs21 a {
    width: 100%;
}


.g-info {
    color: black;
    background-color: #ECECEC;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    padding: 10px 10px;
}

.g-info p {
    line-height: 26px;
}

.selected-bet {
    background: #FCEC3D;
}



.info_div {
    color: black;
    background-color: rgba(150, 150, 150, 0.25);
    border-radius: 0.5em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}