html,body{
    background: #fff;
}
#draw header.banner{
    text-align: center;
    height: 95px;
    margin-bottom: 24px;
    background: url("/images/icons/league/draw_header_bg.png") no-repeat;
    background-size: 100% 100%;
}
#draw header img{
    width: 76px;
    height: 76px;
    margin-top: 9px;
}
#draw .competition-title{
    text-align: center;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
}
#draw .competition-title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    position: absolute;
    top: 50%;
}
#draw .competition-title .name{
    position: relative;
    z-index: 1;
    max-width: 1100px;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}
#draw .main{
    width: 1100px;
    margin: 0 auto;
}
#draw .draw-title{
    margin-bottom: 20px;
}
#draw .drawing-teams{
    margin-bottom: 40px;
}
#draw .drawing-teams .des{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
#draw .team-count{
    font-size: 18px;
    color: #677A8E;
}
#draw .draw-title .btn-grey{
    background: #677A8E;
    border-radius: 3px;
}
#draw .draw-title .btn-grey.disable{
    background: rgba(63,78,93,.3);
}
#draw .teams-wrapper{
    height: 310px;
    background: rgba(255,255,255,1);
    box-shadow: 0 9px 23px 0 rgba(0,0,0,0.11);
    border-radius: 4px;
    overflow: hidden;
    padding: 30px 15px 30px 80px;
    margin-bottom: 45px;
}
#draw .teams{
    height: 250px;
}
#draw .teams .team{
    width: 96px;
    height: 110px;
    margin-right: 24px;
    margin-bottom: 30px;
    padding: 1px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#draw .teams .team:nth-child(8n){
    margin-right: 0;
}
#draw .teams .team-logo{
    width: 60px;
    height: 60px;
    margin-top: 16px;
    margin-left: 18px;
    margin-bottom: 8px;
}
#draw .teams .team-logo img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
#draw .teams .team-logo img[src='']{
    background: #eee;
}
#draw .teams .team-name{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
#draw .teams .team.active{
    border: 1px solid #27A76d;
    padding: 0;
}
#draw .teams .team.active:after{
    content: '\e632';
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    background: #27a76d;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
}
#draw .draw-btn{
    display: inline-block;
    width: 140px;
    height: 70px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3);
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}
#draw .draw-one{
    background: rgba(39,167,109,1);
    margin-right: 20px;
}
#draw .draw-btn.disable,#draw button.disable{
    background:rgba(63,78,93,.3);
}
#draw .draw-all{
    background:rgba(63,78,93,1);
}
#draw .draw-btn .icon{
    height: 32px;
    margin: 2px 0;
}
#draw .draw-one .icon{
    background: url("/images/icons/league/draw_002.png") center no-repeat;
}
#draw .draw-all .icon{
    background: url("/images/icons/league/draw_001.png") center no-repeat;
}
#draw .nav-box{
    margin-bottom: 15px;
}
#draw .drawed-list{
    margin-bottom: 80px;
}
#draw .drawed-list .drawed-head{
    height: 8px;
    background: rgba(63,78,93,1);
    border-radius: 4px 4px 0 0;
}
#draw .drawed-list .drawed-one{
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.drawed-list .drawed-table .index{
    width: 40px;
    font-size: 14px;
    font-family: HelveticaNeue-BoldItalic;
    font-weight: normal;
    color: rgba(110,135,158,1);
}
.drawed-list .drawed-table .team-logo{
    height: 40px;
    width: 40px;
    border-radius: 3px;
}
.drawed-list .team-logo img{
    width: 100%;
    height: 100%;
}
.drawed-list .drawed-table .separator{
    width: 1px;
    height: 50px;
    background: #E5E5E5;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transform: skew(-25deg);
    margin-right: 55px;
    margin-top: 5px;
}
.drawed-list .drawed-table .date{
    width: 167px;
    color: #333;
}
.drawed-list .drawed-table .address{
    width: 133px;
    color: #333;
}
.drawed-list .drawed-table i{
    font-size: 12px;
    line-height: 60px;
    font-weight: bold;
    margin-right: 4px;
}
.drawed-list .date .flex1,
.drawed-list .address .flex1{
    text-align: center;
}
.drawed-list .drawed-table .home-team,
.drawed-list .drawed-table .away-team{
    padding: 10px 0;
    line-height: 40px;
}
.drawed-list .home-team .team-name{
    width: calc(100% - 46px);
    margin-right: 6px;
    text-align: right;
}
.drawed-list .away-team .team-name{
    width: calc(100% - 46px);
    margin-left: 6px;
}
.drawed-list .drawed-table .score{
    width: 30px;
    font-size: 20px;
    font-family: HelveticaNeue-BoldItalic;
    color: rgba(51,51,51,1);
    margin: 0 40px;
    font-weight: bold;
}
#draw .draw-end{
    height: 310px;
    font-size: 20px;
    background: rgba(255,255,255,1);
    box-shadow: 0 9px 23px 0 rgba(0,0,0,0.11);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 45px;
    color: #B3C0CC;
    text-align: center;
    line-height: 310px;
}
#draw .group-title{
    margin-bottom: 15px;
}
#draw .group-title:before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 18px;
    background: url(/images/icons/icon_r_triangle.png) center no-repeat;
    vertical-align: sub;
    margin-right: 10px;
}
#draw .group{
    width: 500px;
    float: left;
    margin-right: 100px;
    margin-bottom: 40px;
}
#draw .group:nth-child(2n){
    margin-right: 0;
}
#draw .group .group-teams{
    border: 1px solid #677A8E;
    border-radius: 3px;
}
#draw .group li.team{
    border-bottom: 1px solid #E5E5E5;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    font-weight: bold;
}
#draw .group li.team:last-child{
    border-bottom: none;
}
#draw .group li.team[data-team-id='']{
    color: #B3C0CC;
}
#draw .group .team-logo{
    width: 33px;
    height: 33px;
    margin-top: 13px;
    line-height: initial;
}
#draw .group .team-logo img{
    width: 100%;
    height: 100%;
}
#draw .group .team-name{
    text-indent: 10px;
}
#draw .drawing-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.015);
    z-index: 3;
}
#draw .drawing-wrapper .inner{
    position: absolute;
    width: 526px;
    height: 518px;
    background: url("/images/icons/league/drawing_bg.png") no-repeat;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -268px;
    top: 50%;
    margin-top: -259px;
}
#draw .drawing-wrapper .inner.no-group{
    background: url("/images/icons/league/drawing_bg2.png") no-repeat;
}
#draw .drawing-wrapper .team-name{
    width: 244px;
    height: 62px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    top: 37px;
    left: 141px;
    line-height: 62px;
    text-align: center;
}
#draw .drawing-wrapper .team-logo{
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 114px;
    left: 50%;
    margin-left: -28px;
}
#draw .drawing-wrapper .team-logo img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
#draw .drawing-wrapper .team-logo img[src='']{
    background: #eee;
}
#draw .drawing-wrapper .group-slides{
    position: absolute;
    top: 170px;
    left: 119px;
    width: 178px;
    height: 92px;
}
#draw .drawing-wrapper .drawing-num{
    position: absolute;
    top: 169px;
    left: 319px;
    width: 88px;
    height: 94px;
}
#draw .no-group .drawing-num{
    left: 174px;
    width: 178px;
}
#draw .drawing-wrapper .swiper-slide{
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #AAAAAA;
    max-height: 32px;
}
#draw .swiper-slide.swiper-slide-active{
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
#draw .swiper-slide.swiper-slide-next{
    line-height: 42px;
}
#draw .group-slides .cover-top,#draw .drawing-num .cover-top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 30px;
    width: 100%;
    background:linear-gradient(180deg,rgba(0,0,0,0.52) 0%,rgba(0,0,0,0) 100%);
}
#draw .group-slides .cover-bottom,#draw .drawing-num .cover-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 30px;
    width: 100%;
    background:linear-gradient(360deg,rgba(0,0,0,0.52) 0%,rgba(0,0,0,0) 100%);
}
#draw .pagination-btn{
    line-height: 30px;
}
#draw .pagination-btn button{
    width: 80px;
    height: 32px;
    background:rgba(247,248,248,1);
    border-radius:3px;
    font-size: 12px;
    color: #3F4E5D;
}
#draw .pagination-btn button:before,
#draw .pagination-btn button:after{
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
}
#draw .pagination-btn .prev:before{
    content: '\e710';
    margin-right: 5px;
}
#draw .pagination-btn .next:after{
    content: '\e710';
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 5px;
    margin-top: -1px;
}