body{
  /*font-family: Source Han Sans CN;*/
  font-size: 14px;
  color: #666;
  overflow-x: hidden;
  background-color: #f4f4f4;
  --style-color: #e9067d;
}
html,
body{
  height: 100%;
}
a{
  color: #666;
  -webkit-transition: .6s linear;
  transition: .6s linear;
}
a:hover,
a:focus{
  color: #4d5259;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active{
  text-decoration: none;
}
a,
button,
a:focus,
a:active,
button:focus,
button:active{
  outline: none !important;
}
blockquote{
  font-size: 16px;
}
ul,li{
  list-style: none;
  padding: 0;
  margin: 0;
}
img{
  max-width: 100%;
}
pre{
  background-color: #f9fafb;
  border: none;
  border-left: 5px solid #ebebeb;
  padding: 12px;
  border-radius: 3px;
  color: #616a78;
}
.mCSB_outside+.mCSB_scrollTools{
  right: -15px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.theme_scroll_color .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  background-color: var(--style-color);
}
.txt-clamp{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.txt-clamp[data-clamp='1']{
  -webkit-line-clamp: 1;
}
.txt-clamp[data-clamp='2']{
  -webkit-line-clamp: 2;
}
.txt-clamp[data-clamp='3']{
  -webkit-line-clamp: 3;
}
.txt-center{
  text-align: center;
}
.lyear-layout-body,
.lyear-layout-container{
  width: 100%;
  height: 100%;
}
.lyear-layout-container{
  padding-left: 220px;
  transition: 0.3s all;
}
.lyear-layout-sidebar{
  width: 220px;
  height: 100%;
  background-color: #222d31;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  backface-visibility: hidden;
  transition: 0.3s transform;
}
.lyear-layout-sidebar .company-logo{
  height: 80px;
  padding: 15px 25px;
  text-align: center;
}
.lyear-layout-sidebar .company-logo img{
  max-width: 100%;
  max-height: 100%;
}
.lyear-layout-sidebar .login-bar{
  width: 100%;
  height: 80px;
	text-align: center;
  padding: 10px 20px 20px;
}
.lyear-layout-sidebar .login-bar a{
  color: #fff;
}
.lyear-layout-sidebar .sidebar-main{
  width: 100%;
  height: calc(100% - 180px);
  overflow-y: auto;
}
.lyear-layout-sidebar .sidebar-main::-webkit-scrollbar{
  width:5px;
}
.lyear-layout-sidebar .sidebar-main::-webkit-scrollbar-track{
  border-radius:10px;
}
.lyear-layout-sidebar .sidebar-main::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: #fff;
}
.lyear-layout-sidebar .sidebar-main::-webkit-scrollbar-thumb:window-inactive{
  background-color: rgba(255,255,255,.8);
}
.lyear-layout-sidebar .sidebar-main ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.lyear-layout-sidebar .sidebar-main li .nav-open{
  font-size: 14px;
  color: #fff;
  position: relative;
}
.lyear-layout-sidebar .sidebar-main li .nav-open a{
	color: inherit;
      cursor: pointer;
}
.lyear-layout-sidebar .sidebar-main li i.drop{
  position: absolute;
  right: 15px;
  top: 50%;
	transform: translateY(-50%);
  transition: all 0.4s ease;
	cursor: pointer;
}
.lyear-layout-sidebar .sidebar-main>ul>li:not(:last-child){
  margin-bottom: 10px;
}
.lyear-layout-sidebar .sidebar-main>ul>li>.nav-open{
  display: flex;
  align-items: center;
  padding: 9px 30px 9px 20px;
}
.lyear-layout-sidebar .sidebar-main>ul>li>.nav-open>.icon{
  margin-right: 10px;
  flex-shrink: 0;
}
.lyear-layout-sidebar .sidebar-main>ul>li>.nav-open.drop{
  background-color: var(--style-color);
  color: #fff;
}
.lyear-layout-sidebar .sidebar-main>ul>li:hover>.nav-open:not(.drop){
  color: var(--style-color);
}
.lyear-layout-sidebar .sidebar-main ul>li>.nav-open.drop>.drop{
  transform: translateY(-50%) rotate(90deg);
}
.lyear-layout-sidebar .sidebar-main .child-list{
  padding-left: 5px;
  display: none;
}
.lyear-layout-sidebar .sidebar-main>ul>li>.child-list{
	padding-left: 60px;
}
.lyear-layout-sidebar .sidebar-main .child-list li .nav-open {
	padding: 15px 0;
}
.lyear-layout-sidebar .sidebar-main .child-list li a{
  border-bottom: 2px solid transparent;
}
.lyear-layout-sidebar .sidebar-main .child-list .nav-open:hover a,
.lyear-layout-sidebar .sidebar-main .child-list .nav-open.drop a{
  border-color: var(--style-color);
}
.lyear-layout-body.is-open .lyear-layout-container{
  padding-left: 0;
}
.lyear-layout-body.is-open .lyear-layout-sidebar{
  transform: translateX(-100%);
}
.lyear-header{
  width: 100%;
  height: 80px;
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 5px 18px rgba(4,23,37,.14);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lyear-layout-content{
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 80px;
}
.lyear-container{
  width: 100%;
  height: 100%;
  overflow-y: auto;
	position: relative;
}
.header-info{
  display: flex;
  align-items: center;
}
.head-search{
  margin-right: 40px;
  display: none;
}
.head-search .search-btn{
  display: none;
}
.head-search .sear-form{
  position: relative;
}
.head-search .form-control{
  width: 100%;
  height: 40px;
  background-color: #efefef;
  border: none;
  box-shadow: none;
  border-radius: 20px;
  color: #333;
}
.head-search .form-btn{
  width: 60px;
  height: 40px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.head-iconfont{
  position: relative;
  margin-right: 20px;
}
.head-iconfont .icart{
  font-size: 26px;
}
.head-iconfont .cart-num{
  min-width: 20px;
  min-height: 20px;
  padding: 0 2px;
  position: absolute;
  top: 0;
  right: -10px;
  background-color: var(--style-color);
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-cart{
  cursor: pointer;
}
.hdcart-group{
  width: 236px;
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(4,23,37,.2);
  position: absolute;
  top: 30px;
  right: -40px;
  z-index: 10;
  display: none;
}
.hdcart-group .cartnone{
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: .5;
}
.hdcart-group .cartnone i{
  font-size: 30px;
}
.hdcart-group .is-hide{
  display: none;
}
.hdcart-group .cartlist .list-wrap {
  height: 240px;
  overflow: hidden;
}
.hdcart-group .cartlist ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.hdcart-group .cartlist ul li{
  margin-top: 30px;
  position: relative;
}
.hdcart-group .cartlist ul li:first-child{
  margin-top: 0;
}
.hdcart-group .cartlist ul li .block{
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.hdcart-group .cartlist ul li .block::before{
  content: '';
  width: 12px;
  height: 12px;
  background-color: #dfdfdf;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.hdcart-group .cartlist ul li .pic{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}
.hdcart-group .cartlist ul li .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hdcart-group .cartlist ul li .info-group{
  padding-left: 8px;
}
.hdcart-group .cartlist ul li .h2{
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}
.hdcart-group .cartlist .input-group{
  display: flex;
  align-items: center;
}
.hdcart-group .cartlist .input-group .btn{
  width: auto;
  height: auto;
  padding: 1px 6px 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  background-color: #dfdfdf;
}
.hdcart-group .cartlist .input-group .add{
  background-color: var(--style-color);
  color: #fff;
}
.hdcart-group .cartlist .input-group .text{
  width: 50px;
  height: 21px;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 12px;
  color: #333;
  background-color: #dfdfdf;
  border-radius: 4px;
  border: none;
}
.hdcart-group .cartlist .delete{
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.hdcart-group .cartlist .delete i{
  transform: rotate(-48deg);
  display: inline-block;
}
.hdcart-group .cartlist .submit{
  width: 150px;
  height: 30px;
  background-color: var(--style-color);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 15px;
  margin: 25px auto 0 auto;
  display: block;
  transition: all 0.6s ease;
}
.hdcart-group .cartlist .submit:hover{
  opacity: .6;
}
.admin-info{
  display: flex;
  align-items: center;
  position: relative;
}
.admin-info .icon-group{
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.admin-info .icon-group i{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}
.admin-info .icon-group img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-info .info-group{
  padding-left: 10px;
  font-size: 12px;
  color: #666;
}
.admin-info .info-group span{
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.admin-info .info-group p{
  margin-top: 0;
  margin-bottom: 0;
}
.lyear-header .hand-show i{
  font-size: 18px;
  margin-right: 10px;
}
.cart-dialog{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.cart-dialog .hdcart-group{
  width: 100%;
  max-width: 320px;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  transform: translateY(-50%);
  display: block;
}

@media(min-width:1640px){
  .lyear-header .hand-show111{
    display: none;
  }
}
@media(min-width:1025px){
  .lyear-header{
    padding: 20px 50px;
  }
}
@media(min-width:1200px){
  .head-search{
    margin-right: 90px;
  }
  .head-search .form-control{
    min-width: 400px;
  }
  .head-iconfont{
    margin-right: 30px;
  }
  .lyear-header .load-btn i{
    font-size: 24px;
  }
  .lyear-header .hand-show i{
    font-size: 24px;
  }
  .cart-dialog .hdcart-group{
    max-width: 440px;
    margin-left: -220px;
    padding-top: 30px;
  }
  .hdcart-group .cartlist .list-wrap{
    height: 374px;
  }
  .cart-dialog .hdcart-group .cartlist ul li .pic{
    width: 90px;
    height: 70px;
  }
  .cart-dialog .hdcart-group .cartlist ul li .h2{
    font-size: 14px;
    height: 30px;
  }
  .cart-dialog .hdcart-group .cartlist .delete{
    top: -4px;
  }
  .cart-dialog .hdcart-group .cartlist .delete i{
    font-size: 20px;
  }
  .cart-dialog .hdcart-group .cartnone i{
    font-size: 50px;
  }
  .cart-dialog .hdcart-group .cartlist .submit{
    width: 150px;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
}
@media(max-width:1024px){
  .lyear-layout-container{
    padding-left: 0;
  }
  .lyear-layout-sidebar{
    transform: translateX(-100%);
  }
  .lyear-layout-body.is-open .lyear-layout-container{
    padding-left: 220px;
  }
  .lyear-layout-body.is-open .lyear-layout-sidebar{
    transform: translateX(0);
  }
}
@media(max-width:560px){
  .head-search{
    display: none;
  }
}