/* headMenu */
.header:hover .headMenu span{
    background: #333;
}
.headMenu {
    display: none;
    cursor: pointer;
    float: right;
    padding: 3px 0 0;
}

.headMenu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #333;
    margin-top: 6px;
    border-radius: 6px;
    transition: all 0.48s;
}

.headMenu span:first-of-type {
    margin-top: 0;
}

.headMenuB {
    height: 5px !important;
}

.headMenu.on .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
    opacity: 0;
}

.headMenu.on .headMenu_span3 {
    transform: rotate(-45deg) translate(5px, -7px);
}
.span-bg{background: #333 !important;}
.headMenu_Box{
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 38px;
    z-index: 10;

}
.scroll{
    padding: 2% 5%;
    height: 100%;
    overflow: auto;
}
.headMenu_li{
    margin-bottom: 5%;
    position: relative;
}
.headMenu_li a{
    display: block;
    font-size: 20px;
    color: #323232;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}
.headMenu_li img{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 1s;
}
@media(max-width:768px)
{

.headMenu_li img{
    width: 14px;
    height: 14px;
}
}
.headMenu_sq{
    display: none;

}
.headMenu_a{
    display: none;
}
.headMenu_a a{
    font-size: 16px;
    padding-left: 20px;
    border-bottom: none;
}

