/* ------------
 * user
 * ------------ */

.u-user{
    overflow: hidden;
}

.u-user .item{
    float: right;
    width: 370px;
    height: 20px;
    margin: 0 auto;
}

.u-user .login{
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

.u-user .mall{
   margin-right: 15px; 
}

.u-user .mall a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/btn-sprite.png);
    background-position: 0 -105px;   
}

.u-user .guess{
    background-image: url(../images/btn-sprite.png);
    background-position: 0 -210px;
    cursor: pointer;
}

.u-user .online{
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #ded7ff;
}

.u-user .name{
    padding: 0 10px;
}

.u-user p{
    padding-left: 10px;
}

.u-user .logout{
    position: absolute;
    right: 12px;
    bottom: 0;
    color: #ded7ff;
}

.u-user .m3b-query{
    transition: .3s all;
    cursor: pointer;
}

.u-user .m3b-query:hover{
    opacity: .5;
}

/* ------------
 * vote
 * ------------ */
.m-vote .title{
    font-weight: 700;
    margin-top: 45px;
    margin-bottom: 30px;
}

.m-vote .title .main{
    font-size: 30px;
    color: #fff;
}

.m-vote .title .sub{
    margin-top: 30px;
    font-size: 24px;
    color: #8c83c2;
}

.m-vote .side{
    width: 90px;
    height: 105px;  
    background-position: -330px -50px;
    margin: 0 auto;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;        
}

.vote-sheet .left {
    width: 165px;
    background-color: #393067 !important;
}

.vote-sheet table{
    width: 100%;
    color: #504393;
    font-size: 24px;
    font-weight: 700;
}

.vote-sheet table tr td {
    vertical-align: middle;
    border-left: solid 1px #393067;
    border-bottom: solid 1px #393067;
    text-align: center;
    background-color: #261f46;
    padding: 20px 0;
}

.vote-sheet .teamImg{
    width: 215px;
}

.vote-sheet .teamImg img{
    display: inline;
}

.vote-sheet .name{
    width: 215px;
}

.vote-sheet .u-btn{
    width: 215px;
}

.vote-sheet .vote{
    cursor: pointer;
}

/* ------------
 * guess
 * ------------ */
.m-guess{
    margin-top: 80px;
    overflow: hidden;
}

.m-guess .title{
    position: relative;
    height: 58px;
    padding-top: 26px; 
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: url(../images/line.png) no-repeat center bottom;     
}

.m-guess .title .context{
    position: absolute;
    right: 0;
    top: 40px;
}

.m-guess .title .tab{
    position: absolute;
    left: 0;
    top: 40px;
}

.m-guess .context .u-btn,
.m-guess .tab .u-btn{
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #8c83c2;
    cursor: pointer;
}

.m-guess .tab .u-btn{
    font-size: 14px;
}

.m-guess .rule{
    padding-right: 40px;
}

.m-guess .title .container{
    width: 438px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/title_1.png);
}

.guess-list{
    width: 1029px;
    margin-top: 55px;
    margin-right: -24px;
    overflow: hidden;
}

.guess-list .item{
    float: left;
    width: 257px;
    height: 166px;
}

.guess-list .content{
    position: relative;
    width:247px;
    height: 150px;
    background-image: url(../images/member-list.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.clear{
    overflow: hidden;
}

.guess-list .inf{
    margin: 15px 0 0;
    overflow: hidden;
}

.guess-list .left{
    float: left;
    padding-left: 45px;
}

.guess-list .img .left{
    padding-left: 25px;
}

.guess-list .right{
    float: right;
    padding-right: 45px;
}

.guess-list .img .right{
    padding-right: 25px;
}

.guess-list .name{
    margin-bottom: 10px;
}

.guess-list .rate{
    position: relative;
    margin: 10px 0;
    font-size: 14px;
}

.guess-list .draw{
    position: absolute;
    left: 119px;
    top: -10px;
}

.guess-list .rateBar{
    position: relative;
    width: 256px;
    height: 22px;
    margin: 0 auto;
    background: #fff;
}

.rateBar .team{
    width: 50%;
    height: 22px;
}

.rateBar .team1{
    float: left;
    background: #fff;
}

.rateBar .team2{
    float: right;
    background: #8774e8;
}

.guess-list .ctrl{
    position: relative;
    margin-top: 10px;
}

.guess-list .u-btn{
    cursor: pointer;
}

.guess-list .join{
    width: 108px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #d7cfff;
    cursor: pointer;
}

.guess-list .u-btn{
    position: absolute;
    right: 28px;
    top: 118px;
    width: 82px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.guess-list .amount{
    position: absolute;
    left: 41px;
    top: 119px;
    color: #fff;
}

.guess-list .u-btn.db{
    right: 88px;
}

.guess-list .content .result{
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
}

.m-rule{
    padding: 5px 20px;
    color: #faa316;
}

.u-exchange{
    width: 250px;
}

.u-exchange table{
    width: 100%;
    text-align: center;
}

.u-exchange input{
    width: 3em;
}

.bet{
    position: relative;
    width: 330px;
    overflow-x: hidden;
    color: #9f95bb;
}

.bet .view{
    position: relative;
    left: 0;
    top: 0;
    width: 300%;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.view .slide{
    float: left;
    width: 33.3%;
    text-align: center;
}

.bet .pic{
    float: left;
    width: 140px;
    height: 24px;
    margin-top: 15px;
    padding-top: 75px;
    color: #faa316;
    background-image: url(../images/tlogo/1.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.bet .team1{
    background-image: url(../images/tlogo/1.png);
}

.bet .team2{
    background-image: url(../images/tlogo/2.png);
}

.bet .team3{
    background-image: url(../images/tlogo/3.png);
}

.bet .team4{
    background-image: url(../images/tlogo/4.png);
}

.bet .team5{
    background-image: url(../images/tlogo/5.png);
}

.bet .team6{
    background-image: url(../images/tlogo/6.png);
}

.bet .team7{
    background-image: url(../images/tlogo/7.png);
}

.bet .team8{
    background-image: url(../images/tlogo/8.png);
}

.bet .draw{
    background-image: url(../images/tlogo/icon-draw.png);
    background-size: 58px 43px;
}

.bet .pic.team_default{
    background-image: url(../images/tlogo/default.png); 
}

.bet .row{
    padding-top: 10px;
    text-align: left;
}

.bet .form{
    margin-left: 145px;
    margin-bottom: 20px;
}

.bet input{
    width: 6em;
    color: #faa316;
    background: #000;
    border: none;
}

.bet .value{
    width: 6em;
    margin-left: 10px;
    padding: 1px 20px;
    color: #faa316;
    background: #000;
    text-align: center; 
}

.bet .title{
    width: 100%;
    padding: 5px 0;
    color: #faa316;
    background: #333;
    text-align: center;
}

.bet .wrap{
    width: 100%;
    overflow: hidden;
}

.bet .team{
    float: left;
    width: 50%;
    padding-top: 105px;
    color: #faa316;
    text-align: center; 
}

.bet .slide1 .team{
    background-position: center 20px;
    background-repeat: no-repeat;   
}

.bet .bo2 .team{
    width: 33.3%;
}

.bet.u-change .bo2 .team{
    width: 50%;
}

.bet .other .team{
    width: 100%;
}

.bet .query{
    margin-top: 3px;
    color: #9f95bb;
    text-align: left;
}

.bet .error{
    margin-bottom: 10px;
    text-align: center;
    color: red;
}

.bet .error a{
    color: #fff;
}

.bet .u-btn{
    display: inline-block;
    width: 60px;
    margin-left: 10px;
    padding: 5px 0;
    color: #fff;
    word-spacing: 1em;
    background: #7d5ac4;
    border: none;
    text-align: center;
    cursor: pointer;
}

.bet .slide1 .u-btn{
    display: block;
    margin: 10px auto;
}

.bet.u-db .slide2 .prev{
    display: none;
}

.u-area{
    width: 270px;
    padding-top: 20px;
    text-align: center;
}

.u-area select{
    height:40px;
    border:none;
    padding:0px 10px;
    margin: 0 auto;
    display:block;
    width:70%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color: #FFFFFF;
    color:#333333;
    font-size: 16px;
    text-align: center;
    border-radius:4px;  
}

.u-area .err{
    padding-top: 10px;
    color: red;
}

.u-area .notice{
    padding-top: 10px;
    color: #fff;
}

.u-record{
    width: 600px;
    color: #0daefc;
    text-align: center;
}

.u-record table{
    width: 100%;
}

.u-record thead{
    color: #9a9a9a;
    background: #242d35;
}

.u-record thead th{
    width: 25%;
    padding: 5px 0;
}

.u-record tbody th{
    padding: 5px 0;
    color: #faa316;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}

.u-record thead .name{
    width: 50px;
}

.u-record .recordPage{
    margin-top: 10px;
}

.u-exchange thead{
    color: #9a9a9a;
    background: #242d35;
}

.u-exchange thead th{
    padding: 5px 0;
}

.u-exchange tbody th{
    padding: 5px 0;
    color: #faa316;
}

.u-exchange .point{
    padding: 2px;
    color: #0daefc;
    background: #242d35;
    text-align: right;
}

.u-exchange .point .num{
    color: #faa316;
}

.u-exchange input{
    width: 3em;
    background: #09141d;
    border: 1px solid #0daefc;
    color: #0daefc;
}

.paginator{
    font-size: 16px;
    color: #0daefc;
    text-align: center;
}

.page,.page-action{
    padding: 2px;
    border: 1px solid #0daefc;
    margin-right: 5px;
}

/* ------------
 * itemList
 * ------------ */
 .ex.item .pic{
    background-image: url(../images/icon-sprite.jpg);
 }

.ex.item .pic.H808{
    background-position: -415px -92px;
}

.ex.item .pic.AK06{
    background-position: -368px -92px;
}

.ex.item .pic.HC05{
    background-position: -322px -92px;
}

.ex.item .pic.AM53{
    background-position: -276px -92px;
}

.ex.item .pic.AM52{
    background-position: -230px -92px;
}

.ex.item .pic.AZ19{
    background-position: -46px -92px;
}

.ex.item .pic.AZ18{
    background-position: -92px -92px;
}

.ex.item .pic.S031{
    background-position: -138px -92px;
}

.ex.item .pic.J707{
    background-position: -415px -46px;
}

.ex.item .pic.D228{
    background-position: -184px -92px;
}

.ex.item .pic.AZ17{
    background-position: 0 -92px;
}

.ex.item .pic.H770{
    background-position: -368px -46px;
}

.ex.item .pic.AY96{
    background-position: -230px -46px;
}

.ex.item .pic.AY97{
    background-position: -184px -46px;
}

.ex.item .pic.AY94{
    background-position: -138px -46px;
}

.ex.item .pic.J714{
    background-position: -92px -46px;
}

.ex.item .pic.J713{
    background-position: -46px -46px;
}

.ex.item .pic.J067{
    background-position: -322px -46px;
}

.ex.item .pic.HA06{
    background-position: -276px -46px;
}

.ex.item .pic.HA06{
    background-position: -322px 0;
}

.ex.item .pic.HG06{
    background-position: 0 -46px;
}

.ex.item .pic.HJ06{
    background-position: -416px 0;
}

.ex.item .pic.AM79{
    background-position: -322px 0;
}

.ex.item .pic.D260{
    background-position: -230px 0;
}

.ex.item .pic.AM11{
    background-position: -138px 0;
}

.ex.item .pic.AM82{
    background-position: -322px 0;
}

.ex.item .pic.AK01{
    background-position: -46px 0;
}

.ex.item .pic.AK00{
    background-position: 0 0;
}

.ex.item .pic.AE80{
    background-position: -184px 0;
}


/* ------------
 * guess-list
 * ------------ */
.guess-list .item1 .content{background-position: 0 0;}
.guess-list .item2 .content{background-position: -254px 0;}
.guess-list .item3 .content{background-position: -507px 0;}
.guess-list .item4 .content{background-position: -762px 0;}

.guess-list .item5 .content{background-position: 0 -157px;}
.guess-list .item6 .content{background-position: -254px -157px;}
.guess-list .item7 .content{background-position: -507px -157px;}
.guess-list .item8 .content{background-position: -762px -157px;}

.guess-list .item9 .content{background-position: 0 -315px;}
.guess-list .item10 .content{background-position: -254px -315px;}
.guess-list .item11 .content{background-position: -507px -315px;}
.guess-list .item12 .content{background-position: -762px -315px;}

.guess-list .item13 .content{background-position: 0 -474px;}
.guess-list .item14 .content{background-position: -254px -474px;}
.guess-list .item15 .content{background-position: -507px -474px;}
.guess-list .item16 .content{background-position: -762px -474px;}

.guess-list .item17 .content{background-position: 0 -632px;}
.guess-list .item18 .content{background-position: -254px -632px;}
.guess-list .item19 .content{background-position: -507px -632px;}
.guess-list .item20 .content{background-position: -762px -632px;}