#copund-show{
    width: 365px;
    height: 190px;
    position: fixed;
    z-index: 2000;
    top:50%;
    left: 50%;
    margin: -95px 0 0 -182.5px;
}
#copund-show .body{
    padding: 15px 12px 0px 40px;
    height: 150px;
    color: #fff;
}
#copund-show .body .title{
    font-size: 18px;
}
#copund-show .body p{
    margin-bottom: 0px;
    color: #ffc7c7;
}
#copund-show .body .limit{
    border: 1px solid #ffffff;
    padding: 2px 10px;
    float: right;
    border-radius: 3px;
}
#copund-show .body .text1{
    font-size: 30px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
}
#copund-show .body .text2{
    margin-top: -5px;
    margin-bottom: 4px;
    color: #fff;
}
#copund-show .btn-group{
    width: 100%;
    height: 38px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
#copund-show .btn-group span{
    cursor: pointer;
}
