/* 右侧导航 */
.newNav2022 {
    width: 44px;
    height: 100px;
    position: fixed;
    right: 24px;
    top: 50%;
    left: auto;
    z-index: 100;
    margin-top: -257px;
}

.newNav2022 .navBox {
    position: relative;
    width: 100%;
}

.newNav2022 .navList {
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-bottom: 2px;
    border-radius: 3px;
    background-position: 50% 32%;
    background-repeat: no-repeat;
}

.newNav2022 .navList.kefuks {
    width: 120px;
    height: 120px;
    background-image: url(../images/nav/kefu.png);
    box-shadow: none;
    position: relative;
    right: 40px;
    background-color: transparent;
}

.newNav2022 .navList .navItem {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(37, 60, 81, 0.0600);
    font-size: 12px;
    font-weight: 400;
    color: #3A424E;
    display: block;
    padding: 12px 0;
    box-sizing: border-box;
    position: relative;
}

.newNav2022 .navList .navItem:last-child {
    margin-top: 40px;
    display: none;
}

.newNav2022 .navList .navItem:hover {
    background: #DCE6F2;
}

.newNav2022 .navList .navSelectBox {
    position: absolute;
    right: 44px;
    top: 0;
    padding-right: 12px;
    display: none;

}

.newNav2022 .navList .navSelectBox::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #195BE8;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
}

.newNav2022 .navList .navSelectBox.ewm::before {
    border-left: 8px solid #ffffff;
}

.newNav2022 .navList .navSelectBox .navSelects {
    margin-right: 12px;
}

.newNav2022 .navList .navSelectBox .navSelects .items {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    width: 100px;
    height: 60px;
    background: #195BE8;
    text-align: center;
    line-height: 60px;
    border-left: 4px solid #5FE2FF;
    box-sizing: border-box;
}

.newNav2022 .navList .navItem:hover .navSelectBox {
    display: block;
}

.newNav2022 .ewmSelects {
    width: 130px;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}

.newNav2022 .ewmSelects .ewmImg{
    margin-bottom: 20px;
}
.newNav2022 .navList .navSelectBox.ewm{
    top:50%;
    margin-top:-232px;
}