
.scroll-content{
    overflow: scroll;
}
body{}
.modal-open .modal, .modal-open .modal-backdrop{ pointer-events:auto}
.modal2{
    bottom: 20%;
    min-height: 240px;
    width: 100%;

}
.withdraw{
    height: calc(100% - 40px);
    overflow-y: scroll;
    position: relative;
    z-index: 2;
    top: 40px;
    padding: 0 4px;
}
.draw-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    /*background:#131f30;*/
    font-size: 14px;
}
.select-box{
    display: flex;
    align-items: center;
}
.select-box select{
    color: #aaa;
    font-size: 14px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
}
.select-box img{
    width: 15px;
    margin-left: 5px;
}
.withdraw .draw{
    padding: 0 15px;
    margin-top:15px;
}
.withdraw .draw-count span{
    margin-top: 15px;
    color:#2a73f4;
    font-size: 12px;
}
.withdraw .draw-count .count{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}
.withdraw .draw-list{
    height: auto;
    margin-top: 0;
}
.withdraw .draw-list li{
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    border-bottom: 1px solid #363636;
}
.withdraw .draw-list li:first-child{
    border-bottom: none;
}
.withdraw .draw-list li span{
    width: 100%;
    height: 17px;
    color:#2a73f4;
    text-align: left;
    line-height: 1;
}
.item-info{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: center;
}
.withdraw .draw-list li .item-info input{
    padding: 10px 0;
    height: auto;
    line-height: 1;
    font-size: 12px;
    margin-left: 0;
}
.withdraw .draw-list li .item-info em{
    color: #999;
    padding: 10px 0;
}
.item-info img{
    width: 20px;
    height: 20px;
}
.withdraw .draw-list li .count{
    font-size: 18px;
    color:#fff;
    margin-top: 15px;
}
.item-info .info-group em{
    font-size: 12px;
}
.t-gray{
    color: #999;
}
.t-green{
    color:#2a73f4 !important;
}
.bold{
    font-weight: bold;
}
.draw-number{
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    color:#2a73f4;
    font-size: 15px;
    font-weight: bold;
}
.btn-submit{
    margin-top: 44px;
    font-size: 15px;
    padding: 10px 0;
    display: block;
    width: 100%;
    background: #2a73f4;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.tips{
    font-size: 12px;
    color:#999;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}
.tips h5{
    font-size: 14px;
    color:#999;
    font-weight: bold;
}