
.side-nav{
  /* flex: 1 ; */
  width: 420px;
  height: 740px;
  background: #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
  position:sticky;
  top:0px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none !important;
}
.side-nav::-webkit-scrollbar {
  display: none;
}
.all_category{
  flex: 3;
  margin-left: 17px;
  border-radius: 10px;
}
.all_category .mdui-color-white{
  background-color: transparent !important;
}
.category-block{
  background-color: #fff !important;
  border-radius: 10px;
  padding:20px 20px 0px 20px;
  width: 1000px;
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.mdui-p-a-2{
  border-radius: 10px;
}
.mdui-p-a-1{
  padding:0px !important;
}
.side-nav h1{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 20px 0px 20px 20px;
}
.all_category .mdui-p-a-2 .mdui-typo-headline a{
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.mdui-color-grey-200{
  background-color: #fff !important;
  border-radius: 10px;
}
.category-fourth{
  display: flex;
  position: relative;
  margin-bottom: 24px;
}
.category-fourth:last-of-type{
  margin-bottom: 20px;
}
.mdui-typo-body-2{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-left:50px;
}
.mdui-typo-title{
  display: inline-block;
  margin-right: 30px;
}
.mdui-color-grey-50{
  background-color: transparent !important;
}
.mdui-p-x-2{
  padding-left: 0px !important;
}
.mdui-p-a-2 {
  padding:0px !important;
}
.mdui-text-color-red-700{
  font-size: 18px;
  font-weight: 400;
}
.category-title{
  display: flex;
  margin-bottom: 14px;
}
.mdui-text-color-grey-700{
  color:#333 !important;
  display: inline-block;
}
.goods-circle{
  margin-right:3px;
  margin-top: 2px;
  font-size: 13px;
}
.mdui-btn-dense{
  font-size: 14px;
  font-weight: 400;
  color: #666666 !important;
  margin-bottom: 14px;
}

.mdui-m-b-1{
  margin-bottom: 0px !important;
}
.mdui-text-color-red-700 {
  color:#333 !important;
  width: 160px !important;
  word-break: break-word;
  display: block;
}
.mdui-btn.mdui-btn-dense{
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px !important;
  color: #666666 !important;
  height: inherit;
  line-height: normal;
  margin-left: 12px !important;
}
.mdui-btn{
  height: inherit !important;
  line-height: 16px !important;
}
.goods-category{
  display: flex;
  position: relative;
  width: 420px;
  height: 141px;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
}
/* .side-nav .goods-category:first-of-type{
  display: flex;
  position: relative;
  width: 420px;
  height: 141px;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  background-color:#F8F8F8;
}
.side-nav .goods-category:first-of-type .list-line{
  width: 4px;
  height: 100%;
  background: #E71A41;
  position: absolute;
  right: 0px;
} */

.common{
  display: flex;
  position: relative;
  width: 420px;
  height: 141px;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  background-color:#F8F8F8;
}
.goods-category img{
  width: 142px;
  height: 142px;
  background: #FFFFFF;
  border: 2px solid #F8F8F8;
  border-radius: 10px;
  margin-left: 20px;
}
.goods-category-text{
  width: 218px !important;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-left: 16px;
  word-break: break-word;
  display: block;
  line-height: 30px;
}
.goods-category-text:hover{
  color:#E71A41;
}
.common .list-line{
  width: 4px;
  height: 100%;
  background: #E71A41;
  position: absolute;
  right: 0px;
}
.mdui-btn.mdui-btn-dense {
  margin-left: 8px;
}
.mdui-p-y-1{
  padding-top: 0px !important;
}
.layui-col-xs4{
  width: 180px !important;
  margin-left: 70px !important;
}
.category-title:hover{
  color:#E71A41 !important;
}
.mdui-text-color-red-700:hover,
.category-title a:hover,
.mdui-color-grey-50:hover{
  color:#E71A41 !important;
}
.mdui-btn{
  padding:0px !important;
  overflow: inherit !important;
}
.mdui-p-a-2:not(:first-of-type){
  display: none;
}
.category-title li {
  display: flex;
}





