#navigate {
    position: fixed;
    left: 0px;
    top: 150px;
    /* overflow: hidden; */

    z-index: 19;
    background: #FFF7EA;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #FD8700;
}

#navigate .nav-list {
    /* width: 165px; */
    border-radius: 40px;
    /* border: 1px solid #F0F0F0; */
    overflow: hidden;
    padding:34px 0;
}
#navigate .nav_collect{
    position:fixed;
    right: 0%;
    bottom: 40%;
    width: 60px;
    height: 113px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    border-radius: 8px 8px 8px 8px;
   
}

#navigate .nav-list .nav {
    cursor: pointer;
    /* width: 60px; */
    /* height: 64px; */
    color: #666666;
    font-size: 12px;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#navigate .nav-list  .icon1{
    width: 48px;
    height: 48px;
}

#navigate .nav-list .nav>span {
    margin-top: 8px;
    /* width: 78px;
    margin-left: 23px; */
    transition: 0.5s;
}

#navigate .nav-list .nav:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

#navigate .nav-list .nav:hover {
    color: #62B53B;
}

#navigate .icon-nav-vip {
    width: 28px;
    height: 24px;
    background: url("https://static-v3.52gaokao.com/website/images/icons/icon-vip.png") center/100% no-repeat;
}

#navigate .nav-list .nav.nav-vip {
    padding: 9px 6px;
    color: #FF8800;
}

#navigate .nav-list .nav.nav-vip:hover .nav span {
    /* background: #FFF4E7; */
    /* color: #FF8800; */
    color: #62B53B;
}



#navigate .icon-nav-liaojie {
    width: 24px;
    height: 24px;
    /* margin-right: 23px; */
    background: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-liaojie.png") center/100% no-repeat;
}

#navigate .nav-list .nav:hover {
    color: #62B53B;
}

#navigate .nav-list .nav:hover .icon-nav-liaojie {
    color: #62B53B;

    background-image: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-liaojie-light.png");
}


#navigate .icon-nav-help {
    width: 24px;
    height: 24px;
    /* margin-right: 23px; */
    background: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-help.png") center/100% no-repeat;
}

#navigate .nav-list .nav:hover .icon-nav-help {
    color: #62B53B;

    background-image: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-help-light.png");
}




#navigate .icon-nav-wechat {
    /* width: 27px;
    height: 24px; */
    width: 24px;
    height: 24px;
    /* margin-right: 23px; */
    background: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-wechat.png") center/100% no-repeat;
}

#navigate .nav-list .nav:hover .icon-nav-wechat {
    color: #62B53B;

    background-image: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-wechat-light.png");
}

#navigate .icon-nav-app {
    /* width: 20px;
    height: 23px; */
    width: 24px;
    height: 24px;
    /* margin-right: 23px; */

    background: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-mobile.png") center/100% no-repeat;
}

#navigate .nav-list .nav:hover .icon-nav-app {
    color: #62B53B;

    background-image: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-mobile-light.png");
}

#navigate .icon-nav-hotline {
    /* width: 22px;
    height: 22px; */
    width: 24px;
    height: 24px;
    /* margin-right: 23px; */

    background: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-phone.png") center/100% no-repeat;
}

#navigate .nav-list .nav:hover .icon-nav-hotline {
    color: #62B53B;

    background-image: url("https://static-v3.52gaokao.com/website/images/icons/icon-big-phone-light.png");
}

#navigate .back-top-nav {
    width: 60px;
    height: 64px;
}



.hotline {
    padding: 10px 30px 0 18px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
}

.hotline p {
    padding-bottom: .5em;
}

.wechat-popper {
    background: unset;
    box-shadow: unset;
    border: unset;
}

.wechat-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wechat-box .w-item {
    width: 126px;
    height: 146px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-size: 12px;
    margin-bottom: 18px;
}

.wechat-box .w-item>img {
    width: 104px;
}

.wechat-box .w-item>p {
    margin-top: 8px;
}

.el-backtop {
    position: static;
    width: 60px;
    height: 64px;
    box-shadow: unset;
    box-sizing: border-box;
}