.pay-warp
{
    background-color: #fff;
    padding: 0 10px 20px 10px;
}

.pay-warp .title
{
    height:50px;
    line-height: 60px;
    color:#3d3d3d;
}

.pay-warp .content-title
{
    height:50px;
    line-height: 50px;
    color:#3d3d3d;
    font-size:15px;
}

.pay-warp .line-left
{
    width: 100%;
    height: 5px;
    padding-left: 30px; 
}
.pay-warp .line-left .line-warp
{
    border-bottom: 1px solid #ececec;
}

.pay-warp .pay-item-list
{
    padding: 5px;
}

.pay-warp .pay-item-list .item-info
{
    border: 1px solid #ececec;
    width: 100%;
    height: 72px;
    border-radius: 3px;
}

.icon_wechat{ background: url('../images/icon-wechat.png') no-repeat;  }
.icon_alipay{ background: url('../images/icon-alipay.png') no-repeat;  }
.icon_mcard{ background: url('../images/icon-mcard.png') no-repeat;  }

.pay-warp .pay-item-list .item-info .item-icon
{
    height:70px; 
    line-height: 70px; 
    width: 20%;
    display: table-cell; 
    padding-top: 3px;
    vertical-align: middle;
    text-align: center;
    padding-left: 10px; 
    
}

.pay-warp .pay-item-list .item-info .item-content
{
    line-height: 70px;
    height: 70px;
    width: 50%;
    padding-left: 20px;
    font-weight: bold;
    font-size: 20px; 
    font-family: inherit;
    color: rgb(83, 83, 83);
}

.pay-warp .pay-item-list .item-info .item-arrow
{
    line-height: 70px;
    height: 70px;
    width: 18%;
    text-align: center;
}

.pay-warp .pay-item-list .item-info .item-arrow i
{
    color: gray;
    font-size: 30px;
    line-height: 70px;
    height: 70px;
    
}

.pay-warp .input-content
{
    padding: 10px;
}

.pay-warp .submit-btn
{
    margin-top: 30px; 
    width: 100%;
    font-size: 13px;
    text-align: center;
}

.pay-warp .submit-btn input
{
    width: 90%;
}

.amount_list ul{ 
    list-style-type: none;
    margin:0px; 
    padding:0px; 
    display: block;
}

.amount_list ul li{ 
    float:left; 
    margin: 3px;
    display: block; 
    cursor: pointer; 
    display: inline; 
    border: 1px solid #ccc; 
    padding: 5px; 
    width:48%; 
    height: 80px;
    background:#fdfaf1;
    color:#87898d;
    border-radius: 3px;
    line-height: 20px;
}

.amount_list ul li p{
    float: left; 
    padding: 18px 5px 1px 1px;
    width:32px; 
    height:60px;
}
