﻿@charset "utf-8";
/* CSS Document */


ul,ol,li{
	
	list-style: none;
}
.IWR{
/*	border: 1px dashed #971E20;*/
	z-index: -2;
	/*	定义位置*/
	
  position: fixed;
  top: 100px;
  right: 55%;
  margin-right: 620px;
  z-index: 2;
  
	/*	定义鼠标
	cursor: pointer;*/
}
.IWR>img{
	
	width:100px;
	
}
.IWR>p{padding-left: 20px;color:white;}
.IWR>a{text-decoration: none;}

.IWR:hover>.IWR-1{
	display: block;
	-webkit-transition: 9s ease-in-out;
    -moz-transition: 9s ease-in-out;
    -ms-transition: 9s ease-in-out;
    -o-transition: 9s ease-in-out;
    transition: 9s ease-in-out;
}
.IWR-1{
/*	定义长宽高*/
	width:100px;
/*	height:500px;*/
	border: 1px solid #B9B6B6;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
/*定义位置*/
	position:absolute;
	top:100%;
	left:10px;
	background-color:white;
	z-index: 1;
	display: none;
	}
.IWR-1>li{
	width:80px;
	height:40px;
	line-height: 40px;
/*	border-bottom: 1px groove #AA9E9E;*/
	text-align: left;
	cursor: pointer;
	padding: 0px 0 0px 20px;
    border-bottom: 1px solid #EFECEC;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
/*	background-color: #707070;*/
	background: url(/skin/zhann/images/right1.png) center left no-repeat;
	background-position: right;
	background-size: 20px 20px;
}

ul.IWR-1>li>span.li-l{
	position:absolute;
    width: 3px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #607D8B;
    -webkit-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -moz-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -ms-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -o-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    z-index: -1;

	
}
.IWR-1>li:hover>span.li-l{
	width: 100%;
    background-color: #FF7043;
    -webkit-box-shadow: 0 4px 5px #B0BEC5;
    -moz-box-shadow: 0 4px 5px #B0BEC5;
    -ms-box-shadow: 0 4px 5px #B0BEC5;
    -o-box-shadow: 0 4px 5px #B0BEC5;
    box-shadow: 0 4px 5px #B0BEC5;
}
.IWR-1>li:nth-child(1){
	border-top-right-radius: 5px;
}
.IWR-1>li:hover>.IWR-2{
	display: block;
}
.IWR-2{
/*	定义长宽高*/
	width:70px;
/*	height:500px;*/
/*	定义背景*/
/*	background-color: cadetblue;*/
/*定义位置*/
	position:relative;
	top:-40px;
	left:80px;
/*	显示设置*/
	display:none;
	z-index: 99;
	}
.IWR-2>li{
	width:80px;
	height:40px;
	line-height: 40px;
	position: relative;
	background-color:lightseagreen;
	border-bottom: 2px inset #e4e4e4;
    -webkit-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -moz-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -ms-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -o-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
	padding-left: 20px;
	box-shadow: 2px 2px 5px #888888;
}
.IWR-2>li:hover{
	background-color:azure;
/*	color:whitesmoke;*/
}
.IWR-2>li:hover>.li-tips{
	display: block;
	
}
.IWR-2>li>a{
	text-decoration: none;
	color:black;
display:block;width:100%;height:100%;
}
.li-tips{
	display:none;
	position:relative;
	top:-40px;
	left:80px;
	border: 1px dotted #96393B;
	z-index: 999;
	width: 360px;
	overflow: hidden;
	line-height:22px;
	padding:8px;
	border-radius: 5px;
	margin-left: 15px;
	text-indent: 2em;
        background-color:white;
}
.IWR-2>li:hover>.IWR-3{display: block;}
.IWR-3{
	display: none;
	/*定义位置*/
	position:relative;
	top:-160px;
	left:82px;
	width:100px;
	
}
.IWR-3>li{
	width:80px;
	height:40px;
	line-height: 40px;
	position: relative;
	background-color:lightseagreen;
	border-bottom: 1px inset #e4e4e4;
    -webkit-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -moz-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -ms-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    -o-transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
    transition: .3s cubic-bezier(1, 1.78, 0, 0.71);
	padding-left: 10px;
	box-shadow: 2px 2px 5px #888888;
}
.IWR-3>li:hover{
	background-color:azure;
/*	color:whitesmoke;*/
}
.IWR-3>li>a{
	text-decoration: none;
	color:black;
display:block;width:100%;height:100%;
}
.IWR-3>li:hover>.li-tips{display: block;}


/*文库小助手样式代码开始*/
        /* 菜单容器样式，设置相对定位以及外边距 */
       .menu-container {

	        z-index:99;
		    position: fixed;
  			top: 100px;
  			right: 55%;
  			margin-right: 620px;
 			
        }

        /* 人物图片和文字说明区域样式 */
       .profile-area {
            width: 100px;
            cursor: pointer;
            transition: all 0.3s ease;
          
        }

        /* 个人资料图片样式，设置宽度、高度、鼠标指针样式、过渡效果及背景色 */
       .profile-img {
            width: 100px;
            height: 100px;
            display: block;
        }

        /* 人物图片下方文字说明样式 */
       .profile-text {
            color: black;
            margin-top: 5px;
            text-align: center;
            width: 100px;
            padding-bottom: 5px;
        }

        /* 当鼠标悬停在人物图片和文字说明区域上时，显示一级菜单 */
       .profile-area:hover + .menu-level-1 {
            display: block;
        }

        /* 一级菜单样式，初始隐藏，设置绝对定位、背景、阴影、边框等样式，左移 5px */
       .menu-level-1 {
            display: none;
            position: absolute;
            left: 20px;
            top: 128px;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 0;
            list-style-type: none;
            animation: slideIn 0.3s ease;
            border: 1px solid #e0e0e0;
            width: 120px;
            margin: 0;
        }

        /* 鼠标悬停在一级菜单上时，保持一级菜单显示 */
       .menu-level-1:hover {
            display: block;
        }

        /* 一级菜单项样式，设置内边距为10px、鼠标指针样式、边框、背景渐变和过渡效果 */
       .menu-level-1 li {
            padding: 8px;
            cursor: pointer;
		  /*border-left: 5px solid #0CF; */
            border-bottom: 1px solid #e0e0e0;
            background: linear-gradient(to right, #0CF 50%, white 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background-position 0.3s ease;
            position: relative;
            display: flex;
            align-items: center;
		   border-radius: 3px;
        }

        /* 一级菜单最后一个菜单项样式，去除底部边框 */
       .menu-level-1 li:last-child {
            border-bottom: none;
        }

        /* 当鼠标悬停在一级菜单项上时，改变背景渐变位置 */
       .menu-level-1 li:hover {
            background-position: left bottom;
        }

        /* 当鼠标悬停在一级菜单项上时，显示二级菜单 */
       .menu-level-1 li:hover .menu-level-2 {
            display: block;
        }

        /* 一级菜单项右侧箭头样式，使用背景图片实现 */
       .menu-level-1 li::after {
            content: '';
            background-image: url('https://www.guanshanwenku.com/skin/zhann/images/right1.png');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 15px;
        }

        /* 一级菜单图标样式，设置宽高为18px */
       .menu-level-1 .menu-icon {
            width: 18px;
            height: 18px;
            margin-right: 10px;
        }

        /* 二级菜单样式，初始隐藏，设置绝对定位、背景、阴影、边框等样式，添加透明度和偏移过渡效果 */
       .menu-level-2 {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 0;
            list-style-type: none;
            border: 1px solid #e0e0e0;
            width: 120px;
            opacity: 0;
            transform: translateX(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        /* 当鼠标悬停在一级菜单项上时，显示二级菜单并改变透明度和偏移 */
       .menu-level-1 li:hover .menu-level-2 {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }

        /* 二级菜单项样式，设置内边距、鼠标指针样式、边框、背景渐变和过渡效果 */
       .menu-level-2 li {
            padding: 8px 20px;
            cursor: pointer;
            border-bottom: 1px solid #e0e0e0;
            background: linear-gradient(to right, #0CF 50%, white 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background-position 0.3s ease;
            position: relative;
        }

        /* 二级菜单最后一个菜单项样式，去除底部边框 */
       .menu-level-2 li:last-child {
            border-bottom: none;
        }

        /* 当鼠标悬停在二级菜单项上时，改变背景渐变位置 */
       .menu-level-2 li:hover {
            background-position: left bottom;
        }

        /* 二级菜单项右侧箭头样式，使用背景图片实现 */
       .menu-level-2 li::after {
            content: '';
            background-image: url('https://www.guanshanwenku.com/skin/zhann/images/right1.png');
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 15px;
        }

        /* 当二级菜单有说明时，隐藏三级菜单 */
       .menu-level-2 li:has(.menu-description-level2) .menu-level-3 {
            display: none;
        }

        /* 三级菜单样式，初始隐藏，设置绝对定位、背景、阴影、边框等样式，添加透明度和偏移过渡效果 */
       .menu-level-3 {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 0;
            list-style-type: none;
            border: 1px solid #e0e0e0;
            width: 120px;
            opacity: 0;
            transform: translateX(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        /* 当鼠标悬停在没有说明的二级菜单项上时，显示三级菜单并改变透明度和偏移 */
       .menu-level-2 li:not(:has(.menu-description-level2)):hover .menu-level-3 {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }

        /* 三级菜单项样式，设置内边距、鼠标指针样式、边框、背景渐变和过渡效果 */
       .menu-level-3 li {
            padding: 8px 20px;
            cursor: pointer;
            border-bottom: 1px solid #e0e0e0;
            background: linear-gradient(to right, #0CF 50%, white 50%);
            background-size: 200% 100%;
            background-position: right bottom;
            transition: background-position 0.3s ease;
            position: relative;
        }
       .menu-level-3 li a{
            text-decorarion:none;
		    display: block;
		    width:96%;
		    height:96%;
        }

        /* 三级菜单最后一个菜单项样式，去除底部边框 */
       .menu-level-3 li:last-child {
            border-bottom: none;
        }

        /* 当鼠标悬停在三级菜单项上时，改变背景渐变位置 */
       .menu-level-3 li:hover {
            background-position: left bottom;
        }

        /* 当鼠标悬停在三级菜单项上时，显示三级菜单说明 */
       .menu-level-3 li:hover .menu-description {
            display: block;
        }

        /* 三级菜单说明样式，初始隐藏，设置绝对定位、背景、阴影、边框等样式，添加透明度和偏移过渡效果 */
       .menu-description {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            width: 350px;
            
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 8px;
            opacity: 0;
            transform: translateX(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }
	    .menu-description p{}
        /* 当鼠标悬停在三级菜单项上时，显示三级菜单说明并改变透明度和偏移 */
       .menu-level-3 li:hover .menu-description {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }

        /* 二级菜单说明样式，初始隐藏，设置绝对定位、背景、阴影、边框等样式，添加透明度和偏移过渡效果 */
       .menu-description-level2 {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            width: 250px;
            height: 80px;
            background-color: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 4px;
            padding: 8px;
            opacity: 0;
            transform: translateX(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        /* 当鼠标悬停在二级菜单项上时，显示二级菜单说明并改变透明度和偏移 */
       .menu-level-2 li:hover .menu-description-level2 {
            display: block;
            opacity: 1;
            transform: translateX(0);
        }

        /* 定义滑动进入动画，从透明且向左偏移 10px 过渡到不透明且无偏移 */
        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-10px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
/*文库小助手样式代码结束*/