#myModalLabel {
    font-size: 20px;
}

.modal-bodyjc {
    font-size: 16px;
    padding: 20px;
}

.modal-bodyjc>div {
    margin-bottom: 20px;
}

.modal-bodyjc .title {
    font-weight: bold;
    font-size: 20px;
    color: red;
}

.modal-bodyjc .desc {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.modal-bodyjc .price span{
    margin-left: 10px;
}

.modal-bodyjc .pay {
    overflow: hidden;
}

.modal-bodyjc .pay>div {
    float: left;
    margin-right: 10px;
}

.modal-bodyjc .pay .box {
    box-sizing: border-box;
    padding: 5px 10px;
    cursor: pointer;
}

.modal-bodyjc .pay .active {
    border: 1px solid #409eff;
}

.modal-bodyjc .pay .top {
    margin-top: 10px;
}

.modal-bodyjc .pay .top1 {
    margin-top: 5px;
}

.modal-bodyjc .pay img {
    /* height: 100px; */
    width: 100px;
}

.modal-bodyjc .pay .btn {
    background: #67c23a;
    border: none;
    color: #fff;
}

.modal-bodyjc #qrcode {
    margin-left: 75px;
    width: 128px;
    height: 128px;
}

#jcstatus, #wjc {
    display: none;
}

#reportPopup {

}


#myModal1 .modal-body{
    max-height: 500px;
}
