.main-left {
   direction: ltr;
  padding: 15px 15px 0px;
  border: 2px solid #fff;
  float: left;
  width: 400px;
}
.sidebar-newcate li.LiLevel1:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 0px;
    background: url("https://okki-shop.oss-cn-hangzhou.aliyuncs.com/736/upload/ad2/75abe0160dee353489006a74b242e2a329bbedd14f2b4801c0fdb81eabdd408b.webp") no-repeat;
    background-position: center center;
}
.main-left h3 {
  border-bottom: 1px solid #efefef;
  height: 54px;
  line-height: 54px;
  position: relative;
  font-size: 17px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase
}

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

.main-left 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 30px;
}

.sidemenu ul {}

.sidemenu > ul > li {
  margin-bottom: 8px;
  padding: 0px 14px 0px 40px;
  background: #fff;
  border-bottom: 1px solid #efefef;
  position: relative;
}

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

.sidemenu > ul > li h5 a {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 18px 50px 18px 0;
  text-transform: capitalize;
}

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

.sidemenu > ul > li h5 span {
  position: absolute;
  top: calc(50% - 23px);
  right: 0;
  background: url('./pics/i10.png') no-repeat center;
  width: 46px;
  height: 46px;
  display: block
}

.sidemenu > ul > li ul {
  display: none;
  padding: 15px 0
}

.sidemenu > ul > li ul li {
  line-height: 20px;
  padding: 5px 0
}

.sidemenu > ul > li ul li:last-child {
  border-bottom: none
}

.sidemenu > ul > li ul li a {
  font-size: 14px;
  display: block;
  color: #666;
  text-transform: capitalize
}

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

.sidemenu > ul > li.active h5 a {
  color: var(--color-primary);
  border-bottom: 1px solid #ededed
}

.sidemenu > ul > li.active span {
  background: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/736/upload/ad2/b54661bcd24fb191ec2cd6ee8c39e369048e599eddac56ead713fc934f6b33a6.png') no-repeat center
}

.sidebar-item .sidebar-title {
    position: relative;
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: var(--fontbold6)
}

.sidebar-item .sidebar-title:after {
    content: "";
    position: absolute;
    background: var(--color);
    width: 54px;
    height: 3px;
    left: 0px;
    top: 100%
}
.sidebar-item .sidebar-title {
    color: #000;
    position: relative;
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sidebar-item .sidebar-title:after {
    content: "";
    position: absolute;
    background: var(--btn-bg);
    width: 54px;
    height: 3px;
    left: 0px;
    top: 100%
}
.sidebar-item .send-inquiry .inquiry-form{
    position:relative;
}
.sidebar-item .send-inquiry .inquiry-form input {
    width: 100%;
    height: 45px
}
.sidebar-item .send-inquiry .inquiry-form .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: calc(27% - 6px);
}
.sidebar-item .send-inquiry .inquiry-form textarea {
    height: 120px
}
.send-inquiry .inquiry-form input {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    width: 49%;
    height: 50px;
    outline: none;
    margin-bottom: 20px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6
}

.send-inquiry .inquiry-form textarea {
    padding-top: 15px;
    padding-left: 15px;
    width: 100%;
    outline: none;
    height: 200px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    box-sizing: border-box;
    resize: none
}
.wmkcfeedback .create-form-submit {
    min-width: 200px;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 20px 0px;
    box-sizing: border-box;
    background-color: #111;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.wmkcfeedback .create-form-submit::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.wmkcfeedback .create-form-submit:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}
.siderbar-search {
    display: flex
}

.siderbar-search input {
    height: 50px;
    flex: 1;
    border: 2px solid var(--btn-bg);
    padding: 0px 124px 0px 10px;
    font-size: 14px;
    box-sizing: border-box
}
.siderbar-search input::placeholder {
  color: #b0afaf;
}
.siderbar-search button {
    width: 50px;
    height: 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background: var(--btn-bg);
}

.siderbar-search button i {
    font-size: 24px;
    color: #FFF
}

.sidebar-cate li {
    position: relative
}

.sidebar-cate li>.iconfont {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px
}

.sidebar-cate .sub-menu {
    display: none
}
@media screen and (max-width: 1500px) {
	.main-left {
    direction: ltr;
    width: 300px;
}
}

@media screen and (max-width: 992px) {
  .main-left {
    float: none;
    width: 100%
  }

  .main-left h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px
  }

  .main-left h3::after {
    display: block
  }

  .sidemenu ul {
    display: none
  }

  .sidemenu > ul > li h5 a {
    padding: 10px 50px 10px 0
  }

  .sidemenu > ul > li h5 {
    font-size: 16px
  }
}