.matching-row-list{
    width: -webkit-calc(100% - 74px);
    width: calc(100% - 74px);
}
/* 扑克展示区 */
.matching-number-zoo{
    position: relative;
    width: 100%;
    margin: auto;
    min-height: 199px;
    top: 0;
    margin-top: 15px;
    /* border: 1px solid red; */
}
.porker-zoo{
    width: 80%;
    margin: auto;
    min-height: 199px;
    overflow: hidden;
}
.poker-window{
    position: relative;
    width: 100%;
    min-height: 216px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
}
.poker-wrapper{
    position: absolute;
    width: 100000px;
    left: 0;
    top: 0;
    min-height: 199px;
}
.poker{
    position: relative;
    float: left;
    width: 110px;
    height: 172px;
    border: 1px solid rgba(164, 164, 164, 1);
    border-radius: 6px;
    margin-right: -65px; 
    background-color: #fff;
    margin-top: 25px;
    /* transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s; */
    font-size: 0.16rem;
}
.poker-detail{
    position: absolute;
    width: 20px;
    text-align: center;
}
.small.poker-detail div{
    line-height: 17px;
}
.poker-top{
    left: 5px;
    top:5px;
}
.poker-bottom{
    right: 5px;
    bottom: 5px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);	
}
.heart,.diamond{
    color: #AB0606;
}
.spade,.club{
    color: #1D1D1D;
}
.poker-logo{
    position: absolute;
    width: 50px;
    height: 50px;
    left:-webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
}
.poker-logo img{
    width: 100%;
    height: 100%;
}
.poker.active{
    box-shadow:rgba(67, 148, 249, 1) 0 3px 6px;
    margin-top: 0;
}
/* 选择图片花色 */
.porker-color{
    margin: 25px auto auto auto;
    width: 80%;
    height: 47px;
}
.choose-color{
    display: table;
    width: -webkit-calc(25% - 9px);
    width: calc(25% - 9px);
    height: 45px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgba(164, 164, 164, 1);
    border-radius: 6px;
    margin-right: 9px;
    float: left;
}
.choose-color div{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
}
.choose-color:last-child{
    margin-right: 0;
}
.choose-color.active{
    background-color: rgba(209, 207, 207, 1);
    border: 1px solid rgba(116, 116, 116, 1);
}
/* 扑克选择区 */
.porker-choose-zoo{
    position: relative;
    width: 100%;
    margin: auto;
    height: 174px;
    top: 0;
    margin-top: 15px;
    /* border: 1px solid red; */
}
.choose-zoo{
    width: 80%;
    margin: auto;
    height: 174px;
    overflow: hidden;
}
.choose-window{
    position: relative;
    width: 100%;
    height: 191px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
}
.choose-wrapper{
    position: absolute;
    width: 100000px;
    left: 0;
    top: 0;
    height: 174px;
    display: none;
}
.choose-wrapper.active{
    display: block;
}
.choose-poker{
    position: relative;
    float: left;
    width: 60px;
    height: 92px;
    border: 1px solid rgba(164, 164, 164, 1);
    border-radius: 6px;
    margin-right: 4px; 
    background-color: #fff;
}
.choose-poker.active{
    display: none;
}
.choose-wrapper .choose-poker:last-child{
    margin-right: 0;
}