.pwd_err_msg{
	margin-left: 96px;
    height: 40px;
    width: 80%;
    display: none;
    text-align: left;
    font-size: 14px;
    color: #f00;
}

.icon-eyes-on {
    background: url(/dzkp/public/portal/images/eye-on.png) no-repeat center;
    background-size: cover;
}

.icon-eyes-off {
    background: url('/dzkp/public/portal/images/eye-off.png') no-repeat center;
    background-size: cover;
}

.pwd-eyes-ipt {
    width: calc(100% - 110px)!important;
}

.icon-eyes-switch {
    display: block;
    float: right;
    width: 18px;
    height: 14px;
    margin-right: 17px;
    margin-top: -22px;
    cursor: pointer;
}
/* 顶级菜单图标样式 */
.last-menu-img {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    
    position: absolute;
    top: 50%;
    left: 20px;
}
.yt-logo-img {
    display: block;
    width: 102px;
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
}

.person-search-wrap {
    display: block;
    float: left;
    position: relative;
    width: 200px;
    height: 50px;
    margin-right: 10px;
}
.person-search-wrap {
    margin-right: 0;
}

.search-ipt {
    display: block;
    width: 100%;
    height: 32px;
    margin-top: 9px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    border-radius: 20px;
    padding: 0 15px;
    border: none;
    outline: none;
    background: #f2f2f2;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meun-search-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 999;
    width: 314px;
    margin-left: -157px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 0;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-list-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.menu-list-list {
    width: 100%;
    overflow: hidden;
}
.top-menu {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #989898;
    font-size: 14px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.center-menu {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #333333;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.meun-text {
    display: block;
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    color: #333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.meun-text-parent {
    display: block;
    float: right;
    width: 70px;
    color: #999;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-box-text {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    margin-top: 10px;
    font-size:16px;
    margin-right: 10px;
    box-sizing: border-box;
	border:1px solid transparent;
}
.left-box-text:hover{
	border: 1px solid #fff;
}
.left-box2 .left-box-text:hover{
	border: 1px solid #1890ff;
}
.left-box-text-on{
	border: 1px solid #fff;
}
.left-box2 .left-box-text-on{
	border: 1px solid #1890ff;
}
#left-box.left-box2 .left-box-text {
	color:#1890ff  !important;
}
.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
    width: 16px;
    height: 16px;
    margin-top: -9px;
}
.collect-icon {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -7px;
    cursor: pointer;
    background: url(/dzkp/public/images/c.png) no-repeat center;
    background-size: cover;
}
.collect-icon-on {
    background: url(/dzkp/public/images/c-on.png) no-repeat center;
    background-size: cover;
    display: block;
}
.collect-icon:hover {
    background: url(/dzkp/public/images/c-on.png) no-repeat center;
    background-size: cover;
}
.layui-nav-child dl{
	margin-bottom:0px;
}
@media screen and (max-width: 1200px) {
   .person-search-wrap{
   	display:none
   }
}