.common_pro_list1{display: inline-block;}
.pageScroll {
    position: fixed;
    right:0;
    top:50%;
    transform: translateY(-50%);
    width:180px;
    background-color: #b63573;
    transition: all 0.3s ease 0s;
    display: none;
}
.scrollNav{
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.pageScroll  li.scrollNav a{
    color:#ffffff;
    padding: 10px 10px;
    display: block;
}
.pageScroll  .scrollNav a:hover {
    color: #ffffff;
    text-decoration: none;
}
.pageScroll  .scrollNav:hover{
    background-color: #fb6cb1;
}
.pageScroll  li.scrollNav.active{
    background-color: #fb6cb1;
}
@media screen and (max-width:1240px) {
    .pageScroll{
        right: -180px;
    }
    .pageScroll.active{
        right:0;
    }
    .nav_right.active{
        right:180px;
    }
    .nav_right{
        background-color: #b63573;
        position: fixed;
        top: 50%;
        width: 50px;
        height: 50px;
        cursor: pointer;
        right: 0;
        transition: all 0.3s ease 0s;
        display: none;
    }
    .nav_right span{
        display: block;
        width: 20px;
        border: 2px solid transparent;
        height: 20px;
        margin: 13px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav_right span.left{
        border-left-color: #c1958e;
        border-bottom-color: #c1958e;
        margin-left: 20px;
    }
    .nav_right span.right{
        border-top-color: #c1958e;
        border-right-color: #c1958e;
        margin-left: 8px;
    }

}
