/* -------------------  我的账号样式 START --------------------- */
.m-table {
    width: 100%;
    padding: 0px 20px
}

.m-table td {
    color: #FFF;
}

.m-table .ui-body-a {
    background: #FFF;
}

.m-btn {
    height: 40px;
}

.p-right {
    padding-right: 20px;
}

.msg-err {
    padding: 6px;
    margin: 10px 15px 7px;
    color: #D01E5E;
    background: #FFDCD7;
    text-align: center;
    border: 1px rgba(209,30,94,.3) solid;
    border-radius: 3px;
}

#limit {
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    color: #470000;
    position: relative;
    font-size: 13px;
}

.limit-t {
    width: 100%;
    height: 100%;
    border: 0px #fff solid;
    margin-bottom: 10px;
}

.limit-t-title {
    text-align: left;
    width: 100%;
    height: 40px;
    background-color: #212121;
}

.limit-t-title td {
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 0px #fff solid;
}

.limit-content {
    background-color: #F5F5F5;
    white-space: nowrap;
    color: black;
    font-size: 14px;
}

.limit-content td{
    text-align: right;
    *padding: 10px 0px 10px 30px;
    padding: 8px;
}

.limit-content td:first-child{
    text-align: center;
}
/* -------------------  我的账号样式 END --------------------- */



/* -------------------  修复部分样式 START ------------------- */
.backbutton {
    margin-top: -2px;
    text-align: center;
    padding-top: 5px;
}
/* -------------------  修复部分样式 END --------------------- */




/* -------------------  下注状况样式 START ------------------- */
#bet-status-div {
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    color: #470000;
    position: relative;
    font-size: 14px;
}

#bet-status-div .no-bet-info{
    color: #FFF;
}

.bet-content .bet-info {
    border:1px solid #999;
    overflow: hidden;
    display: inline-block;
    width:100%;
    margin-bottom: 3px;
    background-color:#EDFAFF;
    background:-webkit-gradient(linear,0% 10%,0% 100%,from(#EDFAFF),to(#EDFAFF));
    background:-o-linear-gradient(top,#EDFAFF,#EDFAFF);
    background:-moz-linear-gradient(top,#EDFAFF,#EDFAFF);

    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;

    -webkit-box-shadow:rgba(0,0,0,.2) 1px 1px 3px;
    -o-box-shadow:rgba(0,0,0,.2) 1px 1px 3px;
    -moz-box-shadow:rgba(0,0,0,.2) 1px 1px 3px;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
}

.bet-content .active-bet {
    border: 1px solid #999;
    line-height: 15px;
    color: #FFF;
    text-decoration: none;
    white-space: wrap;
    overflow: hidden;
    display: inline-block;
    width: 95%;
    margin: 2px;
    padding: 5px 2px 5px;
    background-color: #000000;
    background: -webkit-gradient(linear,0% 10%,0% 100%,from(#B5B5B5),to(#000000));
    background: -o-linear-gradient(top,#B5B5B5,#000000);
    background: -moz-linear-gradient(top,#B5B5B5,#000000);
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
    -o-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
}

.bet-tab {
    color: #470000;
}

.bet-tab tr{
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

.bet-tab .bet-type {
    color: #545454;
}

.bet-tab .bet-league {
    color: #545454;
}

.bet-tab .bet-event {
    color: #545454;
}

.bet-tab .bet-handi {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
/* -------------------  下注状况样式 END ------------------- */


/* -------------------  帐户历史 START -------------------- */
#history_data {
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    color: #470000;
    position: relative;
    font-size: 13px;
}

.history-tab {
    width: 100%;
    font-size: 13px;
}

.history-th {
    text-align: center;
    width: 100%;
    height: 30px;
    background-color: #212121;
}

.history-th th:first-child {
    border-radius: 10px 0 0 0;
}

.history-th th:last-child {
    border-radius: 0px 10px 0 0;
}

.history-info {
    background-color: #fffdfd;
    white-space: nowrap;
    color: #470000;
    font-size: 12px;
    height: 30px;
}

.history-info td {
    text-align: right;
    border: 1px #CFCFCF solid;
    padding-right: 5px;
}

.history-info td:first-child {
    text-align: center;
    *padding-right: 0px
}

.history-date {
    color: blue;
    font-weight:initial;
    cursor: pointer;
}

/* -------------------  帐户历史 END----------------------- */


/* ------------------ 比赛结果 START ---------------------- */
#league_list li:first-child{
	border-radius: 10px 10px 0 0;
}

#league_list li:last-child{
	border-radius: 0 0 10px 10px;
}

/* ------------------- 比赛结果 END ----------------------- */


/* ------------------ 表格 START ---------------------- */
.sch_list_title_type {
	text-align: center;
    background-color: #101010;
    color: #fff;
}

.sch_list_title_type td{
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
}

.shc_list_plan {
    background-color: #000;
    color: #FFF;
}

.shc_list_plan td{
    border-right: 1px #1e1e1e solid;
    font-size: 14px;
    text-align: right;
    padding: 3px 0px 4px 0px;
}

.shc_list_plan td:first-child{
    text-align: left;
    padding-left: 10px;
    border-left: 1px #1e1e1e solid;
}

.shc_list_plan td:last-child {
    padding: 0px;
}

.shc_list_plan_away td {
    border-bottom: 1px #1e1e1e solid;
}

.team_ha {
    padding-left: 10px;
}

.handicap_highlow_cont span{
	color: #d4d4d4;
	*width:12%;
	margin-left: 8px;
	margin-top: 2px;
	font-size: 14px;
	float: left;
}

.handicap_highlow_cont a{
	width:12%;
	color: #FFF;
    font-size: 18px;
    margin-right: 3px;
}

.sch_plan_2 td{
	border-top: 1px #1e1e1e solid;
}

.list_last td{
	border-bottom: 1px #1e1e1e solid;
}

#adv .team_ha img {
    float: none;
    margin-top: 0px;
}

/* ------------------- 表格 END ----------------------- */

#bet-pre {
	background-color: #000;
    color: #FFF;
}
#pre_td2 a{
	color: #fff;
    padding: 3px;
    background-color: #00ABFF;
}

#bet-pre td {
	padding: 2px 10px 5px 10px;
}

.home_away_color {
	font-weight: bold;
    color: #ff0505;
}

.score_color {
    font-size: 14px;
    color: rgb(251, 248, 2);
}

.list3-r_time {
    width: 100%;
    height: 30px;
    background-color: #101010;
}

.list3-r_time td {
    text-align: center;
    border-bottom: 1px solid #1e1e1e;
}

.list3-r_score td {
    padding: 2px 15px;
    line-height: 12px;
    height: 24px;
    vertical-align: middle;
}

.list3-r_score .score_name {
    display: inline-block;
    color: rgba(248, 248, 248, 0.56);
    padding-right: 7px;
    word-break: break-all;
    vertical-align: middle;
}

.score_type {
    color: #f8f8f7;
    opacity: 0.8;
}

.score2_h {
    color: #FFF;
}

.score2_light {
    color: #ffe90f !important;
}

.color_red {
    font-weight: bold;
    color: #ff0505;
}

/*赔率表单 START*/
.odds_info_table {
    width: 100%;
    font-size: 13px;
}

.odds_info_table tr {
    height: 35px;
}

.odds_info_tit_left {
    padding-left: 10px;
}

.odds_info_tit_right {
    padding-right: 10px;
}

.odds_info_tit_right_img {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../jquery-mobile/images/icons-18-white.png") -32px 0px;
}

.odds_info_tit_team {
    color: #FFF6A5;
}

.odds_info_tit_part {
    color: #dcff00;
}

.odds_info_had_td {
    text-align: center;
    padding-left: 0px;
}

.game {
    border-top: 1px solid #1e1e1e;
    background-color: #101010;
}

.game:hover {
    background-color: #1a94f2;
}

.game b {
    font-weight: normal;
}

.live_time_color {
    color: rgb(255, 185, 0);
}

.list_table tr:last-child td {
    border-bottom: 1px solid #1e1e1e;
}

.bet-odds {
    color: #ff1919;
    font-weight: bold;
}

.bet-score {
    font-weight: bold;
    color: rgb(234, 231, 20);
}

.bet-error {
    background-color: rgb(253, 0, 0);
}

.confirm-table td {
    color: #FFF;
}

.bet-sus {
    background-color: green;
}

.success-table td {
    color: #FFF;
}

.new-p {
    color: #FFF;
    font-weight: normal;
}

.left-list-tit {
    width: 20px;
    height: 20px;
    padding: 1px 10px 5px 25px;
    position: relative;
    right: 5px;
    font-weight: bold;
}

.left-link {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0.8vh 0;
}

.rule_contact span {
    padding-left: 25px;
    color: red;
    font-weight: bold;
}
