#menu {
    overflow: hidden;
    /*height: 100%;*/
    /*float: left;*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    border-radius: 3px;
}

#menu #ensconce {
    /*隐藏菜单样式*/
    /*width: 0.35rem;*/
    width: 30px;
    height: 260px;
    margin-top: 50px;
    background-color: #081a43;
    float: left;
    text-align: center;
    position: relative;
    display: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#menu #ensconce h2 {
    cursor: pointer;
    color: #e8e8e8;
    font-size: 20px;
    line-height: 30px;
    /*font-size: 0.24rem;
    line-height: 0.5rem;*/
    width: 100%;
    position: absolute;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
}

#menu #ensconce h2 img {
    width: 52%;
}

#menu #open {
    /*显示菜单样式*/
    /*width: 2.6rem;*/
    /*width: 200px;*/
    height: 100%;
    /*background-color: #363a45;*/
    padding-bottom: 0.1rem;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    border-bottom-right-radius: 5px;
}

#menu #open .navh {
    /*height: 40px;
    line-height: 40px;
    font-size: 20px;*/
    /*height: 0.6rem;*/
    /*background-color: #44495a;*/
    /*line-height: 0.6rem;*/
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    /*font-size: 0.2rem;*/
    color: #000;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dashed #a2a2a2;
}

#menu #open .navh span {
    position: absolute;
    top: 49%;
    right: 0;
    /*padding: 0 0.15rem;*/
    padding: 0 5px;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
}

#menu #open .navh span .obscure {
    width: 20px;
    /*width: 0.24rem;*/
}

#menu #open .navbox {
    height: 100%;
    overflow-y: auto;
    /*padding-left: 0.05rem;
    padding-right: 0.07rem;
    margin-top: 0.1rem;*/
}

#menu #open .navbox ul li {
    /*background-color: #393c4a;*/
    /*background-color: #3889d4;*/
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    /*margin-bottom: 4px;*/
}

#menu #open .navbox ul li > a {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    line-height: 22px;
    max-width: 80%;
}

#menu #open .navbox ul li > a:hover {
    color: #5798d9;
}

#menu #open .navbox ul li > a.action {
    color: #5798d9;
}

#menu #open .navbox ul li > h2 {
    display: inline-block;
}

#menu #open .navbox ul li .obtain {
    /*background-color: #3889d4;*/
}

#menu #open .navbox ul li .obtain:hover {
    /*background-color: #3d8332;*/
}

#menu #open .navbox ul li h2 {
    position: relative;
    /*width: 100%;
    height: 100%;*/
    display: inline-block;
    width: 20px;
    height: 10px;
    /*float: right;*/
    /*margin-left: 15px;*/
    margin-left: 5px;
    text-align: center;
    color: #e8e8e8;
    /*font-size: 0.15rem;
    padding: 0.15rem 0;*/
    /*margin-top: 5px;*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

#menu #open .navbox ul li h2 i {
    position: absolute;
    top: 50%;
    /*margin-top: 5px;*/
    right: 0.15rem;
    /*border-top: 0.07rem transparent dashed;
    border-left: 0.07rem solid #e8e8e8;
    border-right: 0.07rem transparent dashed;
    border-bottom: 0.07rem transparent dashed;*/
    border-top: 5px transparent dashed;
    border-left: 5px solid rgba(0, 0, 0, 0.67);
    border-right: 5px transparent dashed;
    border-bottom: 5px transparent dashed;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    -ms-transition: -ms-transform 0.6s ease;
    transform-origin: 4px 3px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#menu #open .navbox ul li h2 .arrowrot {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#menu #open .navbox ul li .secondary {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}

#menu #open .navbox ul li .secondary > a {
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    display: inline-block;
}

#menu #open .navbox ul li .secondary h3:hover {
    /*background-color: #5798d9;*/
    color: #5798d9;
}

#menu #open .navbox ul li .secondary .seconfocus {
    /* background-color: #5798d9; */
    color: #5798d9;
    /* -webkit-box-shadow: 3px 3px 3px #aa8c51; */
    /*-moz-box-shadow: 3px 3px 3px #aa8c51;*/
    /* box-shadow: 3px 3px 3px #aa8c51; */
}

#menu #open .navbox ul li .secondary h3 {
    /* padding: 0.1rem 0; */
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    /* font-size: 0.13rem; */
    /* background-color: #282c3a; */
    color: #000000;
    /* border-bottom: 0.8px solid #42495d; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

#menu #open .navbox ul {
    margin-top: 9px;
}

.cat_action {
}

.cat_action > a {
    color: #5798d9 !important;
}

.cat_action > h2 > i {
    border-left: 5px solid #5798d9 !important;
}