.modal-backdrop {
    opacity: 0 !important;
    /* filter: alpha(opacity=0) !important; */
}
.modal-open .modal{
    overflow: hidden;
}

#exampleModalCenter{
    background: rgba(0, 0, 0, 0.2);
    padding-right: 0!important;
}
#exampleModalCenter .modal-content{
    border-radius: .05rem;
    border: 0;
}
#exampleModalCenter .modal-body{
    min-height: 3rem;
    height: 80vh;
    padding: .5rem .2rem 0 0;
}
#exampleModalCenter .modal-body .modal-body-top{
    position: relative;
}
#exampleModalCenter .modal-body .modal-body-top div.line{
    position: absolute;
    left: 1.14rem;
    bottom: 0;
    width: 7.04rem;
    height: 0.25rem;
    background-color: #fff;
    border-bottom: 2px solid #ddddde;
    box-shadow: 0 -25px 10px rgba(255, 255, 255, 0.9);
    

}
#exampleModalCenter .modal-body .modal-body-title{
    font-size: .24rem;
    font-weight: 500;
    text-align: center;
}
#exampleModalCenter .modal-body .modal-body-content{
    position: relative;
    height: 5rem;
    height: calc(100vh - 4.85rem);
    padding: 0 .94rem 0 1.14rem;
    margin-top: 0.38rem;
    overflow: auto;
}
#exampleModalCenter .modal-body .modal-body-content div{
    font-size: .16rem;
    line-height: 0.3rem;
    color: #000;
    word-wrap:break-word;
    word-break: break-all;
}
#exampleModalCenter .modal-body .modal-body-content div:nth-child(1){
    margin-bottom: .3rem;
}
#exampleModalCenter .modal-body .modal-body-content div:nth-child(3){
    margin-bottom: .3rem;
}
#exampleModalCenter .modal-body .modal-body-content div:nth-child(6){
    margin-bottom:  0.54rem;
}
#exampleModalCenter .modal-body>div:nth-child(2){
    height: 60vh;
    overflow-y: auto;
}


#exampleModalCenter .modal-dialog {
    max-width: 9.37rem;
    max-height: 8rem;
    margin: 10vh auto;
}

#exampleModalCenter .modal-dialog .modal-content .modal-body .modal-first-title .close span{
    position: absolute;
    top: 0;
    right: 5px;
}

#exampleModalCenter .modal-dialog .modal-content .modal-body .modal-first-bottom{
    overflow: hidden;
    width: 1.56rem;
    margin: 0 auto;
    margin-top: .27rem;
    text-align: center;
}

#exampleModalCenter .modal-dialog .modal-content .modal-body .modal-first-bottom .modal-first-bottom-accept{
    position: relative;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .16rem;
    cursor: pointer;
}
#exampleModalCenter .modal-dialog .modal-content .modal-body .modal-first-bottom .modal-first-bottom-accept svg{
    position: absolute;
    top: 0;
    right: 0;
}

#exampleModalCenter .modal-dialog .modal-content .modal-body .modal-first-bottom .modal-first-bottom-giveup{
    display: inline-block;
    color: #000;
    text-align: center;
    height: .32rem;
    line-height: .32rem;
    font-size: .16rem;
    cursor: pointer;
    margin-top: 0.1rem;
    border-bottom: 1px solid #000;
}




/* 滚动条 */

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/  
#exampleModalCenter  ::-webkit-scrollbar  
{  
    width: 5px!important;  
    background-color: #fff!important;  
}  
/*定义滚动条轨道 内阴影+圆角*/  
#exampleModalCenter  ::-webkit-scrollbar-track  
{  
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)!important;   */
    /* border-radius: 10px;   */
    background-color: #f4f4f5!important;  
}    
/*定义滑块 内阴影+圆角*/  
#exampleModalCenter  ::-webkit-scrollbar-thumb  
{  
    border-radius: 10px!important;  
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)!important;   */
    background-color:#dfdfe1!important;  
}  
/*滑块效果*/
#exampleModalCenter  ::-webkit-scrollbar-thumb:hover
{
border-radius: 5px!important;
/* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2)!important; */
background: rgba(0,0,0,0.4)!important;
}
.modal-open{
    overflow: auto;
}