.goods-left {
  float: left;
  width: 300px;
}

.goods-left .sidemenu h3 {
  font-size: 22px;
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 20px;
  background: var(--color-primary);
  position: relative;
}

.goods-left .sidemenu h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.goods-left .sidemenu h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.sidemenu {
  margin: 0 0 15px;
}

.sidemenu ul {
  border: 1px solid #EDEDED;
  border-top: none;
}

.sidemenu ul li {
  margin: 3px 0 0;
  border-bottom: 1px solid #EDEDED;
}

.sidemenu ul li h5 {
  line-height: 24px;
  display: block;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.sidemenu ul li h5 a {
  color: #333;
  display: block;
  padding: 10px 50px 10px 20px;
  text-transform: capitalize;
}

.sidemenu ul li h5 a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.sidemenu ul li h5 span {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../images/i4.png") no-repeat center;
  width: 40px;
  height: 45px;
  display: block;
}

.sidemenu dl {
  display: none;
}

.sidemenu dl dd {
  line-height: 40px;
  border-bottom: 1px dashed #DCDCDC;
  background: #fff;
  padding: 0 20px;
}

.sidemenu dl dd:last-child {
  border-bottom: none;
}

.sidemenu dl dd a {
  font-size: 15px;
  display: block;
  color: #666;
  padding-left: 15px;
  text-transform: capitalize;
  background: url("../../images/i10-1.png") no-repeat left center;
}

.sidemenu dl dd.active a,
.sidemenu dl dd a:hover {
  color: var(--color-primary);
  background: url("../../images/i10.png") no-repeat left center;
}

.sidemenu ul li.active h5 {
  border-bottom: 1px solid #EDEDED;
}

.sidemenu ul li.active h5 a {
  color: var(--color-primary);
}

.sidemenu ul li.active span {
  background: url("../../images/i4-1.png") no-repeat center;
}
.goods-left .conts a{
  position:relative;
  z-index:99
}
.goods-left .conts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    top: 0;
    background: #333;
    left: 0px
}

.goods-left .conts:hover::after {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
    opacity: 1;
    top: 0;
    background: #b5b5b538;
    left: 0px;
    border-left-width: 30px;
    color: rgba(255,255,255,1);
    border-top-left-radius: 3px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 3px
}

.goods-left .conts h3{font-size: 20px;text-align: center;line-height: 1.6;color: #fff;font-weight: bold;}
.goods-left .conts{
  border: 1px solid #EDEDED;
  margin-top: 20px;
  padding: 15px;
  background: linear-gradient(to bottom, #3e3e3e 31%, #242323 100%);
  border-radius: 20px;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10
}
.goods-left .conts ul{
  /* border: 1px solid #EDEDED; */
}
.goods-left .conts ul li span{
  display:block;
  align-content: center;
}
.goods-left .conts b{display: block;text-align: center;font-size: 17px;padding: 10px 0 0;font-weight: 700;color: #fff;}
.goods-left .conts ul li
{
  color: #fff;
  display: block;
  padding: 10px 0px 10px 10px;
  text-transform: capitalize;
  /* margin: 3px 0 0; */
  border-bottom: 1px solid #ffffff;
  margin-top: 10px;
  /* border: 1px solid #EDEDED; */
  font-size: 15px;
  display: inline-flex;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  /* background: #b5b5b500; */
}
.goods-left .conts ul li img{
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin: auto 10px auto 0px;
}
.goods-left .conts ul li i
{
  font-size: 22px;
  vertical-align: middle;
  padding: 0 8px 0px 0px;
  /* display: flex; */
  display: block;
}
.goods-left  .texts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    top: 0;
    background: #333;
    left: 0px
}
.goods-left  .texts:hover::after {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 1;
    opacity: 1;
    top: 0;
    background: #b5b5b538;
    transition: 0.5s;
    left: 0px;
    border-left-width: 30px;
    color: rgba(255,255,255,1);
    border-top-left-radius: 3px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 3px
}
.goods-left  .texts {
  text-align: center;
  font-size: 16px;
  border: 1px solid #EDEDED;
  padding: 15px;
  background: #b5b5b538;
  /* color: rgba(255,255,255,1); */
  border-radius: 7px;
  /* background: rgb(62 62 62 / 77%); */
  color: #fff;
  background: linear-gradient(to bottom, #3e3e3e 31%, #242323 100%);
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
  border-top-left-radius: 3px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 3px;
}
.goods-left  .texts b{padding: 10px 0;display: block;font-weight: bold;border: 1px #fff solid;border-radius: 50px;margin-top: 20px;margin-bottom: 10px;}
.goods-left  .texts h3{
  line-height: 2;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 20px;
}
.goods-left  .texts span{
  font-size: 18px;
  color: #fff;
}
.goods-left  .texts p{
  margin-top: 15px;
  border-top: 1px #ffffff80 solid;
  padding-top: 15px;
  line-height: 1.5;
  font-size: 15px;
}
.goods-left  .texts a{
  z-index: 10;
  position: relative;
}
.goods-left  .texts b:hover{
  background: var(--color-primary);
}
@media screen and (max-width:992px) {

  .goods-left {
    float: none;
    width: 100%;
  }

  .goods-left h3 {
    font-size: 18px;
    padding: 0 0 0 15px;
  }

  .goods-left h3::after {
    display: block;
  }

  .sidemenu ul {
    display: none;
  }

  .sidemenu ul li h5 a {
    padding: 10px 50px 10px 15px;
  }
}