    .new_title_box {
        position: absolute;
        z-index: 3;
        top: -80px;
        color: #333;
        min-width: 340px;
        text-align: center;
        padding-top: 10px;
        font-size: 1.2em;
        padding: 10px 30px 10px 10px;
        background: #fff;
        border-radius: 100px;
        box-shadow: 0 0 15px 3px rgba(41, 128, 185, 0.2);
        border: 1px solid #dedede;
    } 
    .new_title_box_price{
        color: #ff7c39;
        display: block;
    }
    .new_title_box img{
        width: 50px;
        height: 50px;
        margin-left: 5px;
        padding-top: 10px;
    }
    .new_title_box em {
        display: inline-block;
        position: relative;
        top: -2px;
        font-size: 1rem;
        font-style: normal;
        color: #fff;
        padding: 2px 6px;
        font-size: 0.85rem;
        background-color: #ff7c39;
        border-radius: 2px;
    }
    .new_title_box em i {
        display: inline-block;
        position: absolute;
        top: -78px;
        right: -60px;
        width: 120px;
        color: #fff;
        padding: 6px 12px;
        font-size: 0.85rem;
        font-style: normal;
        line-height: 1.6;
        background-color: #ff7c39;
        border-radius: 2px;
        box-shadow: 2px 2px 6px 0px rgba(71, 85, 95, 0.3);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-5px);
        transition: .33s;
    }
    .new_title_box em i:after {
        content: "";
        position: absolute;
        left: 10px;
        bottom: -15px;
        display: block;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top: 8px solid #ff7c39;
    }
    .new_title_box:hover{
        cursor: pointer;
    }
    .new_title_box:hover em i {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    .ImgRight{
        margin-right: -20px;
    }
    .widget-box {
        background-color: white;
        border-radius: 6px;
        padding: 0 25px 15px;
        margin-bottom: 30px;
        position: relative;
        border: 1px solid #eaeff5;
        top: -20px;
        box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
    }
    tbody,tr,td,th{
        border:1px solid #ccc;
        /*line-height: 1.65em;*/
        padding: 3px;
        font-weight: 400;
    }
    .banner_box_new2 {
        background-color: white;
        border-radius: 6px;
        padding: 0 25px 15px;
        position: relative;
    }
    .user {
        width: 100%;
        float: left;
        border-radius: 6px;
        border: 1px solid #eaeff5;
        box-shadow: 0 5px 25px -6px rgba(41, 128, 185, 0.1);
    }
    .member_title{
        padding-top: 13px;
        left: 30px;
        text-align: left;
        position: relative;
    }
    .page{
        padding: 20px 0;
        /*text-align: center;*/
    }
    .end{
        margin-left: 10px;
    }
    .first{
        margin-right: 10px;
    }