.pay-bg {
    background-color: #E6E6E6;
}
.player-info {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    height: auto;
    min-height: 40px;
}
.product {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    min-height: 100px;
    height: auto;
    position: relative;
}
.title {
        background: url(/images/a-1.png) no-repeat left top;
        padding-left: 10px;
        font-size:16px;
        line-height:20px;
        height:30px;
}
.product-list {
}
.product-list .product-item {
   width: 31%;
   float: left;
   text-align: center;
   height: 120px;
   padding: 10px 0px;
   color: #fff;
   background-color: #C6C0C0;
   position: relative;
   margin-right: 7px;
}
.product-list .product-item .product-money {
   position: absolute;
   bottom: 0px;
   width: 100%;
   padding: 10px 0px;
   text-align: center;
   background-color: #A29797;
}

.product-list .product-items {
   width: 31%;
   float: left;
   text-align: center;
   height: 120px;
   padding: 10px 0px;
   color: #fff;
   position: relative;
   margin-right: 7px;
   background-color: #83AFE1;
}
.product-list .product-items .product-money {
   position: absolute;
   bottom: 0px;
   width: 100%;
   padding: 10px 0px;
   text-align: center;
   background-color: #5B6FE1;
}
.order-list {
    height:70px;
}
.order-list li {
    line-height: 25px;
}