/* 鐢ㄦ埛缁垂寮规 start*/
.overdue_user_dialog{
    position: fixed;
    right: 4%;
    bottom: 10%;
    z-index: 998;
}
.overdue_user_dialog .overdue_close_btn{
    position: absolute;
    right: 0;
    top: -27px;
    cursor: pointer;
}
.overdue_user_dialog_box{
    background: url(https://cdn.88360.com/web/guoqi/images/tip.png) no-repeat center;
    height: 225px;
    width: 223px;
    text-align: center;
}
.overdue_user_dialog_box .overdue_user_dialog_tit span{
    background:-webkit-linear-gradient(left, #cc6b33,#f4a346, #cc6b33);
    background: -o-linear-gradient(right,  #cc6b33,#f4a346, #cc6b33);
    background: -moz-linear-gradient(right,  #cc6b33,#f4a346, #cc6b33);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-blend-mode: normal,
    normal;
    font-size: 16px;
    font-weight: bold;
}
.overdue_user_dialog_box .overdue_tip{
    background:-webkit-linear-gradient(left, #efde92,#f8ffee, #f0cf8b);
    background: -o-linear-gradient(right,  #efde92,#f8ffee, #f0cf8b);
    background: -moz-linear-gradient(right,  #efde92,#f8ffee, #f0cf8b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-blend-mode: normal,
    normal;
    display: block;
    height: 23px;
    line-height: 23px;
}
.overdue_user_dialog_box .overdue_user_dialog_tit{
    margin: 22px auto 12px;
}
.overdue_user_dialog_box .overdue_user_dialog_text{
    margin-top: 25px;
}
.overdue_user_dialog_box .overdue_user_dialog_text p{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}
/* 45濂� */
.home-prolist li .tit{
    z-index: 0 !important;
}
@media(max-width:767px){
    .overdue_user_dialog{
        right: auto;
    }
}
/* 鐢ㄦ埛缁垂寮规 end*/

.overdue_user_dialog.oudHide{
    display: none;
}