﻿.productShow .content img {max-width:100%;height:auto!important;width:auto!important;}

.sideBar{ position:fixed; z-index:3; top:40%; transform: translateY(-30%); right: 10px; cursor:pointer;}
.sideBar li{ margin-bottom: 10px; width: 0.52rem;  background: #ff7500; text-align: center; position: relative;border-radius: 6px;}
.sideBar li a{color:#fff;font-size: 0.16rem;padding:0.06rem 0.08rem;display: inline-block;}


@media screen and (max-width:1024px ) {
    .sideBar{display:none;}
}

