
/*提交查重支付弹窗*/
.ellipsis{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.self-check-liTips{
    cursor: pointer;
    position: relative;
}
.self-check-liTips:hover .self-check-liTips-hover{
    display: block;
}
.self-check-liTips-hover{
    color:#999;
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    position: absolute;
    min-width: 275px;
    display: none;
    z-index: 23;
}
.self-check-liTips-hover-cross{
    font-weight: normal;
    left: 30px;
    top: -9px;
}
.self-check-liTips-hover-cross:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 11px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -9px;
    top: 8px;
}
.self-check-liTips-hover-down{
    top: 30px;
    left: -171px;
    padding: 15px 0px 15px 30px;
    text-align: center;
}
.self-check-liTips-hover-down:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #fff;
    position: absolute;
    left: 50%;
    top: -10px;
}
.self-check-liTips-hover-down p{
    color: #999999;
    font-size: 13px;
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
    margin-top: 15px;
    font-weight: normal;
    line-height: 21px;
    text-align: left;
}
.self-check-liTips-hover-down .self-check-liTips-hover-downPcorrect{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.self-check-box-pup{
    display: none;
}
.self-check-box-pup-zz{
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
}
.self-check-box-pup-con{
    width: 638px;
    margin: -10% auto 0;
    position: fixed;
    z-index: 667;
    top: 50%;
    left: 0;
    right: 0;
    /*overflow: hidden;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
}
.self-check-box-pup-conTop{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 50px;
    color: #888888;
    font-size: 16px;
    position: relative;
}
.self-check-box-pup-conTop img{
    position: absolute;
    right: 26px;
    cursor: pointer;
    top: 20px;
}
.self-check-box-pup-conTxt {
    width: 418px;
    background: #F7F8FA url(../image/self_pay_iconBg_1.png) no-repeat left top;
    border-radius: 5px;
    margin: 50px auto;
    padding: 30px 60px;
}
.self-check-box-pup-conTxt:after{
    content: '';
    display: block;
    clear: both;
}
.self-check-box-pup-conTxt-l{
    margin-top: 9px;
}
.self-check-box-pup-conTxt-lPayYes{
    margin-top: 26px;
}
.self-check-box-pup-conTxt-r{
    border-left: 1px solid #E3E3E3;
    min-height: 175px;
}
.self-check-box-pup-conTxt-l,.self-check-box-pup-conTxt-r{
    width: 49.5%;
    float: left;
}
.self-check-box-pup-conTxt-l p{
    font-size: 15px;
    color: #666666;
    margin-bottom: 12px;
}
.self-check-box-pup-conTxt-l p i{
    color: #333333;
}
.self-check-box-pup-conTxt-l-tips{
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.self-check-box-pup-conTxt-l-tips:hover .self-check-box-pup-conTxt-l-tipsHover{
    display: block;
}
.self-check-box-pup-conTxt-l-tipsHover{
    left: 28px;
    top: -10px;
    width: 309px;
}
.self-check-box-pup-conTxt-l-tipsHover:after{
    content: '';
    display: block;
    clear: both;
}
.self-check-box-pup-conTxt-l-tipsHover:before{
    left: -18px;
    top: 11px;
    border-top: 8px solid transparent;
    border-right: 11px solid #fff;
    border-bottom: 8px solid transparent;
}
.self-check-box-pup-conTxt-l-tipsHover span{
    float: left;
    width: 46%;
    margin-right: 4%;
    text-align: left;
    margin-bottom: 10px;
    color: #666;
}
.self-check-box-pup-conTxt-l-tipsHover span span{
    color: #333;
    float: initial;
}
.self-check-box-pup-conTxt-lxbt{
    width: 80px;
    display: inline-block;
}
.self-check-box-pup-conTxt-l p:last-child i{
    font-size: 24px;
    font-weight: bold;
    color: #F5602A;
}
.self-check-box-pup-conTxt-paybtn{
    width: 152px;
    height: 40px;
    background: #F5602A;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: 72px;
    display: block;
    cursor: pointer;
}
.self-check-box-pup-conTxt-payNo{
    float: right;
}

.self-check-box-pup-conTxt-payNoImg{
    width: 145px;
    height: 145px;
    background: url("../image/img-scanborder_03.png") no-repeat center center/100% 100%;
    position: relative;
}
.self-check-box-pup-conTxt-payNoImg #rechargeQrcode{
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.self-check-box-pup-conTxt-payNotxt{
    margin-top: 10px;
    color: #999999;
    font-size: 13px;
    text-align: center;
}
.self-check-box-pup-conTxt-payNotxt img{
    margin-right: 5px;
    width: 18px;
}

.self-check-conBox-rcon-liList-sjk .selfCheckDatabases-zjk{
    float: inherit;
    background: none;
    width: 14px;
    height: 16px;
    margin: -5px 0 0 3px;
    cursor: pointer;
}