/*滚动条*/
::-webkit-scrollbar {
    width: 5px;
    /*滚动条宽度*/
    height: 8px;
    /*滚动条高度*/
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 3px;
    /*滚动条的背景区域的圆角*/
    background-color: #fbfbfb;
    /*滚动条的背景颜色*/
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*滚动条的圆角*/
    /*   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  */
    background-color: #D8D8D8;
    /*滚动条的背景颜色*/
}



.panel_box {
    box-sizing: border-box;
    color: #1f66ba;
    box-sizing: border-box;
    height: 100%;
    overflow-y: auto;
    float: left;
    width: 240px;
}

.panel_box .top_title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
    background-color: #e4e6ed;
    color: #333;
    font-weight: 600;
    height: 80px;
}

.top_title:hover,
.top_title.panel_this {
    background: #3166a5;
    color: #fff;
}

.top_title .icon_img {
    background: url(./menu_arrow_r.png);
    background-size: cover;
    width: 28px;
    height: 28px;
}

.top_title.panel_this .icon_img.icon_close,
.two_title.panel_this .icon_img.icon_close {
    background-position-y: 0px;
}

.top_title:hover .icon_img,
.top_title.panel_this .icon_img,
.top_title.panel_this .icon_img.icon_open {
    background-position-y: -28px;
}

.panel_title {
    padding-right: 36px;
}

.panel_box .two_title {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    height: 40px;
    position: relative;
}

.two_title .icon_img {
    background: url(./menu_arrow_jj.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}

.two_title.panel_this .icon_img,
.two_title.panel_this .icon_img.icon_open {
    background-position-y: -20px;
}

.panel_box .two_title .icon_img {
    position: absolute;
    top: 25%;
    right: 3%;
}

.three_title {
    line-height: 38px;
}

.panel_box li {
    cursor: pointer;
}

.panel_box li.on a {
    font-weight: 600;
}

.panel_box li>div.top_title {
    min-height: 30px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
    padding-right: 56px;
}

.panel_box ul>li ul {
    padding: 0 10px;
    background-color: #fff;

}

.panel_box ul>li ul li {
    border-bottom: 1px solid #e7e7e7;
}

.panel_box ul>li ul:nth-of-type(1) {
    padding-top: 10px;
}

.panel_box ul>li ul:last-child {
    padding-bottom: 10px;
}

.panel_box ul>li ul:last-child>li {
    border: none;

}

.panel_box .icon_img {
    position: absolute;
    top: 33%;
    right: 5%;
}

.menuScroll {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.layui-form-label {
    text-align: left;
    padding: 9px 8px;
}
.layui-form-item,
.layui-form-item:after {
    clear: none;
}
.layui-form-item .layui-input-inline {
    width: 290px;
    margin-right: 0;
}
.no-border {
    width: 216px;
}
.more-input {
    border: 1px solid #eee;
}
.more-input .layui-form-select {
    width: 72px;
    float: left;
}
.more-input .layui-input {
    border: none;
}
.searchBox {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.searchBox .layui-btn {
    background-color: #1f66ba;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    color: #fff;
}
.layui-laydate-header i.laydate-prev-m {
    background: url(./icon_prev_m.png) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 30px;
}
.layui-laydate-header i.laydate-prev-y {
    background: url(./icon_prev_y.png) no-repeat center;
    background-size: cover;
    background-size: contain;
    width: 18px;
    height: 30px;
}
.layui-laydate-header i.laydate-next-m {
    background: url(./icon_next_m.png) no-repeat center;
    background-size: contain;
    width: 8px;
    height: 30px;
}
.layui-laydate-header i.laydate-next-y {
    background: url(./icon_next_y.png) no-repeat center;
    background-size: cover;
    background-size: contain;
    width: 18px;
    height: 30px;
}


