.tool-sidebar-new {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    /* border-radius: 4px; */
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    width: 104px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(127, 127, 127, 0.17);
    border-radius: 5px;
}
.tool-sidebar-new .tool {
    width: 100%;
    /* height: 62px; */
    display: flex;
    align-items: center;
    /*padding: 10px 5px;*/
}
.tool-sidebar-new .tool-img {
    display: block;
    width: 42px;
    margin: 0 auto;
}
.tool-sidebar-new .code-box {
    /* position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%); */
    width: 100%;
    background: transparent!important;
    /* display: none; */
}
.tool-sidebar-new .code-box-two {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 370px;
    background: transparent!important;
    display: none;
}
.tool-sidebar-new .code-con {
    /* min-height: 158px; */
    background: #ffffff;
     padding: 8px 11px;
     /* border-radius: 5px; */
     /* width: 158px; */
    /* box-shadow: 0px -1px 18px 0px  */
    /* rgba(127, 127, 127, 0.17); */
    /* box-sizing: initial; */
}
.tool-sidebar-new .code-con-two {
    min-height: 308px;
    background: #ffffff;
     padding: 10px;
     border-radius: 5px;
     width: 318px;
    box-shadow: 0px -1px 18px 0px 
    rgba(127, 127, 127, 0.17);
    box-sizing: initial;
}
.tool-sidebar-new .code-con1::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 115px;
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 16px solid transparent;
}
/* .tool-sidebar-new .code-con2::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: calc( 50% - 55px );
    width: 0;
    height: 0;
    border-top: 20px solid #ffffff;
    border-right: 16px solid transparent;
} */
.tool-sidebar-new .line {
    width: 42px;
    height: 1px;
    background: #d3d3d3;
    margin: 0 auto;
}
.tool-sidebar-new .code {
    width: 80px;
    /* min-height: 156px; */
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 9px;
    margin-bottom: 9px;
}
.tool-sidebar-new .code-two {
    width: 154px;
    min-height: 156px;
    border: 1px solid #d3d3d3;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6px;
    margin-bottom: 5px;
}
.tool-sidebar-new .code:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.tool-sidebar-new .code-img {
    width: 90px;
    height: 90px;
    /* margin: 6px 0; */
}
.tool-sidebar-new .code-txt {
    font-size: 12px;
    color: #555555;
    line-height: 14px;
    margin-top: 3px;
}