html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}


/* .yuri2-context-menu {
  width: 200px;
  padding: 8px 0;
  background: #2b2b2b;
  color: #fff;
  position: fixed;
  z-index: 201704011157;
  box-sizing: border-box;
  border: 1px solid #494949;
} */

.yuri2-context-menu {
    left: 0;
    top: 0;
    position: fixed;
    width: 200px;
    height: auto;
    padding: 10px 0;
    background-color: rgb(46, 45, 45);
    display: block;
    z-index: 99999999;
    color: white;
    transition: opacity 2s;
    z-index: 202004281538;
    /* border: 1px solid #494949; */
    /*overflow: hidden;*/
}

.yuri2-context-menu.sub {
    left: 100%;
    position: absolute;
    display: none;
    top: -5px;
}

.yuri2-context-menu.sub.left {
    left: auto;
    right: 98%;
}

.yuri2-context-menu ul li:hover .yuri2-context-menu.sub {
    display: block;
}

.yuri2-context-menu ul.left .yuri2-context-menu.sub {
    left: -100%;
}

.yuri2-context-menu ul {
    margin: 0px;
    padding: 5px 0px 0px;
    font-size: 14px;
    box-shadow: 4px 5px 10px rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 10%);
    border-radius: 0;
    border: none;
    /* box-shadow: 0 0 16px rgba(0, 0, 0, 0.54); */
}

.yuri2-context-menu ul li {
    /* transition: background-color 0.5s; */
    cursor: default;
    padding: 0px 15px 0 20px;
    list-style: none;
    line-height: 27px;
    height: 27px;
    /* font-size: 10px; */
    font-size: 12px;
    color: #444;
    /*overflow: hidden;*/
    position: relative;
    transition: background-color 0.1s;
}

.yuri2-context-menu ul li img {
    width: 16px;
    height: 16px;
}

.yuri2-context-menu ul li .space {
    margin-left: 8px;
}

.yuri2-context-menu ul li div.title {
    overflow: hidden;
    height: 100%;
    float: left;
    word-break: break-all;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.yuri2-context-menu ul li div.title.disable {
    color: darkgrey;
}

.yuri2-context-menu ul li i {
    width: 16px;
    height: 16px;
    font-size: 14px;
}

.yuri2-context-menu ul li.sub:after {
    content: ">";
    float: right;
    transform: scale3d(0.5, 1.5, 1);
    position: relative;
}

.yuri2-context-menu ul li:hover {
    background-color: #e1e1e1;
    color: #444;
}

.yuri2-context-menu ul li a {
    text-decoration: none;
    display: block;
    height: 100%;
    color: #333;
    outline: none;
}

.yuri2-context-menu ul hr {
    margin: 0;
    height: 0;
    border: 0;
    border-bottom: rgba(132, 132, 132, 0.47) 1px solid;
    border-top: none;
}


/*浅色主题*/

.yuri2-context-menu.light {
    padding: 0px;
    background-color: #fff;
    border-color: #535353;
    color: #333333;
    width: 180px;
}

.yuri2-context-menu.light ul li:hover {
    /* background-color: #707070; */
    /* background-color: rgba(255, 255, 255, .1); */
    /* color: #f7f7f7; */
    /* color: #ffffff; */
}

.yuri2-context-menu.light ul hr {
    border-color: #535353;
}

.yuri2-context-menu ul li .sort {
    background-image: -webkit-linear-gradient( 2deg, #249dff, #0964a2);
    text-shadow: none;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.yuri2-context-menu ul li .square {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: 0 -32px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .refresh {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: -16px -513px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .files-o {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: -16px -64px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .television {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: 0px -577px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .address-card {
    background-image: -webkit-linear-gradient( 2deg, #249dff, #0964a2);
    text-shadow: none;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.yuri2-context-menu ul li .copy {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: 0 -96px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .cut {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: -16px -80px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .open {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: -16px -16px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .pencil {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: 0 -64px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .circle {
    display: inline-block;
    background-image: url(../../images/menu_icon.png);
    background-position: 0 -80px;
    background-size: auto !important;
    background-repeat: no-repeat;
    height: 16px;
}

.yuri2-context-menu ul li .share {
    background-image: -webkit-linear-gradient( 2deg, #249dff, #0964a2);
    text-shadow: none;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}