.db-box{
        position: fixed;
        z-index: 9999;
        right:0;
        top:50%;
        margin-top:-68px;
        display:flex;
        width: 136px;
        height: 44px;
        background: #e63131;

        align-items: center;
        cursor: pointer;
    }

    .db-box-w1{
        font-size: 16px;
        font-family: pingfang sc-regular, pingfang sc;
        font-weight: 400;
        color: #ffffff;
    }

    #hint-title {
        position: absolute;
        z-index:999;
        max-width: 370px;
        color: #848484;
        font-size: 14px;
        padding: 4px;
        background: #fff;
        border:1px solid #848484;
        box-sizing: border-box;
    }
    /* 菜单start */
    .chat-init1,.chat-init2{
        cursor: pointer;
    }
    .chat-init2:hover .menu_right{
        display: flex;
    }
    .chat-init2:hover .hover_box{
        display: block;
    }
    .hover_box:hover.menu_right{
        display: flex;
    }
    .hover_box{
        display: none;
        position: absolute;
        right: -84px;
        top: -64px;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        /* border: 1px solid red; */
    }
    .menu_right{
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 10;
        width: 56px;
        cursor: pointer;
    }
    .menu_circle{
        width: 50px;
        height: 50px;
        background: #f5bc4b;
        border: 1px solid #fff;
        border-radius: 50%;
        overflow: hidden;
    }
    .menu_img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .menu_title{
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        font-weight: 800;
        line-height: 18px;
        color: #fff;
        margin-top: 9px;
        text-stroke: 2px #ffba67;
        -webkit-text-stroke: 2px #ffba67;
    }
    [data-content]::before {
        content: attr(data-content);
        position: absolute;
        text-stroke: 0;
        -webkit-text-stroke: 0;
        color: #fff;
    }
    /* 一个 */
    .menu_icon1-1{
        top: 36px;
        right: -112px;
    }
    /* 二个 */
    .menu_icon2-1{
        top: -40px;
        right: -84px;
    }
    .menu_icon2-2{
        top: 112px;
        right: -80px;
    }
    /* 三个 */
    .menu_icon3-1{
        top: -60px;
        right: -65px;
    }
    .menu_icon3-2{
        top: 36px;
        right: -112px;
    }
    .menu_icon3-3{
    top: 132px;
    right: -65px;
    }
    /* 四个 */
    .menu_icon4-1{
        top: -82px;
        right: -20px;
    }
    .menu_icon4-2{
        top: -14px;
        right: -96px;
    }
    .menu_icon4-3{
    top: 86px;
    right: -96px;
    }
    .menu_icon4-4{
        top: 154px;
        right: -20px;
    }
    /* 五个 */
    .menu_icon5-1{
        top: -86px;
        right: 0;
    }
    .menu_icon5-2{
        top: -50px;
        right: -78px;
    }
    .menu_icon5-3{
        top: 36px;
        right: -112px;
    }
    .menu_icon5-4{
        top: 122px;
        right: -78px;
    }
    .menu_icon5-5{
        top: 156px;
        right: 0;
    }
    /* 六个 */
    .menu_icon6{
        top: 156px;
        right: 0;
    }
    .menu_icon6:hover .menu_more{
        display: inline-block;
    }
    .menu_more{
        display: none;
        position: relative;
        margin-top: 14px;
        background: #ffffff;
        box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.1);
        border-radius: 4px 4px 4px 4px;
        border: 1px solid #f2f2f2;
        transform: translatex(18px);
    }
    .more_item{
        position: relative;
        display: inline-block;
        width: 118px;
        min-height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #fff;
        font-size: 14px;
        color: #838a9d;
        cursor: pointer;
    }
    .more_item:hover{
        color: #1f8ff6;
    }
    .menu_code:hover .code_img{
        display: inline-block;
    }
    .menu_code .code_img{
        display: none;
        width: 92px;
        height: 92px;
        margin-bottom: 5px;
    }
    .more_trigon{
        position: absolute;
        z-index: -9;
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #fff;
        box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.1);
        transform: rotate(45deg) translate(21px,-27px);
    }
    .menu_codes:hover .menu_code_box{
        display: inline-block;
    }
    .menu_code_box{
        display: none;
        position: absolute;
        top: 90px;
        right: -24px;
        width: 92px;
        height: 92px;
        padding: 5px;
        background-color: #fff;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.12);
    }
    .menu_code_box .code_left{
        position: absolute;
        z-index: -1;
        display: block;
        width: 8.5px;
        height: 8.5px;
        box-shadow: 0px 2px 5px rgba(0,0,0,0.12);
        background-color: #fff;
        transform: rotate(45deg) translate(16px,-30px);

    }
    .menu_code_box img{
        width: 100%;
        height: 100%;
    }
    /* 菜单end */



    .show-mask {
        position: fixed;
        z-index: 999999;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,.5);
       display:none;
    }
    .show-mask-box{
        width: 460px;
        background: #ffffff;
        border-radius: 24px;
        margin:200px auto 0;
        padding-bottom:30px;
    }
    .showmask-img{
        position:absolute;
        top:-36px;
        left:50%;
        width:72px;
        height:72px;
        margin-left:-36px;
    }

    .mask-title{
        font-size: 24px;
        font-family: pingfang sc-regular, pingfang sc;
        font-weight: 400;
        color: #054ee2;
         text-align: center;
         width:90%;
         margin:-30px auto 26px;;
    }

    .mask-title1{
        font-size: 20px;
        font-family: pingfang sc-regular, pingfang sc;
        font-weight: 400;
        color: #222222;
        text-align: center;
    }

    .mask-btn{
        width: 300px;
        height: 56px;
        line-height: 56px;
        background: #4f86f5;
        border-radius: 28px 28px 28px 28px;
        font-size: 20px;
        font-family: pingfang sc-regular, pingfang sc;
        font-weight: 400;
        text-align: center;
        margin:40px auto 0;
        color:#fff;
    }

    .compare-num{
        width: 24px;
        height: 24px;
        background: #ffffff;
        border-radius:50%;
        border: 1px solid #e63131;
        font-size: 14px;
        font-family: pingfang sc-regular, pingfang sc;
        font-weight: 400;
        color: #e63131;
        display:flex;
        align-items:center;
        justify-content:center;
        position: absolute;
        left:-8px;
        top:-8px;
    }
