.yang-website-technique {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    left: 110px;
    width: 80px;
    height: 27px;
    border-radius: 10%;
    border: 1px solid white;
    
}

.yang-website-technique-popup {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0px;
    /* left: 110px; */
    /* bottom: 80px; */
    display: none;
    /* transform: translateY(-50%); */
    /* transition: right 0.3s ease-out; */
    /* border: 1px solid #000; */
    /* padding: 20px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    /* text-align: center; */

    overflow: auto;
    overflow-x: hidden;
    /* padding: 20px; */
    /* background-color: white; */
}

.yang-website-tech-popup-inner{
    position: fixed;
    z-index: inherit;
    /* background-color: orange; */
    bottom: 90px;
    top: 30px;
    left: 20px;
    right: 20px;
    /* padding: 20px; */
    /* border: 1px solid white; */
    overflow: auto;
    overflow-x: hidden;
}
.yang-website-tech-popup-inner::-webkit-scrollbar{display: none;}

.yang-website-tech-popup-inner dt{
    font-size: 14px;
    color:darkorchid;
}

.yang-website-tech-popup-inner dd{
    font-size: 12px;
    margin-left: 40px;
}

.yang-website-tech-popup-inner p{
    font-size: 12px;
}


