
/* 弹窗 */
/* 什么是出借授权 */
.modal-body{
    max-width: 360px;
    width: 76%;
}
.modal-scroll{
    overflow-x: hidden;
}
.modal-body .modal-content {
    font-family: PingFangSC-Regular;
    padding: 25px 20px;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    color: rgba(0,0,0,.7);

}

.modal-content .modal-content-title{
    font-family: PingFangSC-Medium;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;

}
.modal-content .modal-content-icon img{
    width: 58px;
    height: 58px;
    margin-bottom: 15px;
}

.black5 {
    color: rgba(0,0,0,.5);
    padding:34px 20px 0px 20px;
}

.modal-content .title{
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.modal-content .desc{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
}
.modal-body .modal-foot {
    height: 50px;
    border-radius: 6px;
    border-top: none;
}
.modal-body .cancel , .modal-body .confirm{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    color: rgba(78, 130, 215, 1.0);
    font-size: 18px;
}
.modal-body .modal-btn {
    border-right: 0;
}
.modal-body .close {
    color:rgba(0, 0, 0, 0.2);
    font-size: 26px;
}
.modal-body .passwordText{
    width: 100%;
    border:1px solid rgba(110, 158, 236, 1.0);
    height: 40px;
    line-height: 40px;
    margin:10px 0 20px 0;
    text-indent: 20px;
    background-color: #f0f0f0;
}

/* 绑定手机号提示成功 */
.modal-body .iconSuccess{
    width: 56px;
    margin: 0 auto 20px;
}
.modal-body .iconSuccess img{
    width: 100%;
}

/* 抱歉，存管账户开通失败 */
.modal-fail  .modal-content .desc{
    text-align: center;
}

/* 绑定手机号提示 */
.modal-bindingIphone .modal-foot{
    height: auto;
    border-top: 1px solid #f0f0f0;
    padding:10px 0;
}
.modal-bindingIphone .modal-foot .cancel , .modal-bindingIphone .modal-foot .confirm{
    width: 50%;
    height: 30px;
    line-height: 30px;
    border-top: none;
}
.modal-bindingIphone .modal-foot .cancel{
    color: rgba(0, 0, 0, 0.9);
}

/* 异常提示弹窗 */
.planError{
    width: 100%;
    box-shadow:inherit;
    background-color: inherit;
}
.planError .modal-foot{
    display: none;
}
.planError .modal-content{
    background: none;
    padding:0;
    text-align: center;
}
.planError .desc{
    display: inline-block;
    font-family: PingFangSC-Regular;
    max-width: 60%;
    background: rgba(0, 0, 0, 0.9);
    padding: 5px 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    border-radius: 5px;
}

/* 存管开户提示 */
.modal-newEntry{
    padding-bottom: 24px;
}
.modal-newEntry .modal-content{
    padding: 0;
}
.modal-newEntry img{
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.newEntry-center{
    padding:0 20px;
}
.newEntry-center .title{
    margin-top: 20px;
}
.modal-newEntry .modal-foot{
    padding: 0 20px;
    box-sizing: border-box;
}
.modal-newEntry .modal-foot .cancel , .modal-newEntry .modal-foot .confirm{
    width: 48%;
    height: 40px;
    line-height: 40px;
    border-top: none;
    border-radius: 50px;
}
.modal-newEntry .modal-foot .cancel{
    border:1px solid rgba(78, 130, 215, 0.5);
    color: rgba(78, 130, 215,1.0);
    float: left;
}
.modal-newEntry .modal-foot .confirm{
    border:1px solid rgba(78, 130, 215, 0.5);
    background: -webkit-linear-gradient(-90deg, #1bb1ff, #2e8cdb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(-90deg, #1bb1ff, #2e8cdb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(-90deg, #1bb1ff, #2e8cdb); /* Firefox 3.6 - 15 */
    background: linear-gradient(-90deg, #1bb1ff, #2e8cdb); /* 标准的语法（必须放在最后） */
    color: #fff;
    float: right;
}

/* 存管开户提示推广 */
.modal-newEntry .safeItems{
    margin-bottom: 20px;
}
.modal-newEntry .safeItems li{
    width: 33.3%;
    display: inline-block;
    text-align: center;
}
.modal-newEntry .safeItems li .icon{
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 5px;
}
.modal-newEntry .safeItems li img{
    width: 100%;
}
.modal-newEntry .safeItems li span{
    font-size: 12px;
    color:  rgba(78, 130, 215,1.0);
}

.modal-extension .modal-foot .confirm{
    width: 100%;
    float: none;
}
.modal-newEntry .mb-20{
    margin-bottom: 20px;
}
