﻿.pc-style .chongci-bg{
  background: url(../images/chongcibg.jpg) center top no-repeat;
}
.pc-style .chongci-bg::before{
  content: "";
  display: block;
  width: 1120px;
  margin: 0px auto;
  height: 110px;
  background: url(../images/chongcibgtitle.png) center center no-repeat;
}
.pc-style .Block {
  width: 1120px;
  margin: 0px auto;
}

.pc-style .RecommendBlock {
  margin-bottom: 20px;
}

.pc-style .RecommendBlock .Empty {
  text-align: center;
  padding: 50px;
  border-radius: 8px;
  background: #ffffff;
}

.pc-style .RecommendBlock .Empty::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  margin: 0px auto 10px auto;
  background: url(https://wx.100xuexi.com/images/Mobile_bg0603.png) center center no-repeat;
  background-size: 100% 100%;
}

.pc-style .RecommendBlock .Empty .Operation {
  padding: 10px 0px;
  display: none;
}

.pc-style .RecommendBlock .Empty .Operation .LinkBtn {
  border: 1px solid #e53737;
  color: #e53737;
  display: inline-block;
  padding: 5px 1em;
  border-radius: 100px;
}

.pc-style .RecommendBlock .Empty .Operation .LinkBtn:hover {
  color: #ffffff;
  background: #e53737;
  display: inline-block;
}

.pc-style .RecommendBlock .ProductsList {
  width: 1140px;
}

.pc-style .RecommendBlock .ProductsList:after {
  content: "";
  display: block;
  clear: both;
}

.pc-style .RecommendBlock .ProductsList .Item {
  float: left;
  width: 271px;
  margin-right: 12px;
  margin-bottom: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #ffffff;
  border-radius: 8px;
}
.pc-style .RecommendBlock .ProductsList .Item:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  -webkit-ttransform: translateY(-5px);
}
.pc-style .RecommendBlock .ProductsList .Item:hover::before{
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #e53737;
  z-index: 5;
  border-radius: 8px;
}
.pc-style .RecommendBlock .ProductsList .Item .ItemInner {
  padding:15px;
  position: relative;
  z-index: 10;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg {
  width: 241px;
  height: 241px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 8px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  border-radius: 8px;
  overflow: hidden;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg img {
  width: 100%;
  height: 100%;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemName {
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice {
  color: #666666;
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
  line-height: 24px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .PriceText {
  float: left;
  color: #e53737;
  font-family: 'Roboto', sans-serif;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .SellCount {
  float: right;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .PriceNum {
  font-size: 18px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemPrice .CountNum {
  color: #cc6600;
  padding-left: 3px;
}

.pc-style .RecommendBlock .ProductsList .Item .ItemImg a {
  display: block;
}

/* 移动端样式 */

.mobile-style .ClassNav {}

.mobile-style .ClassNav .ClassNavBlockTitle {
  padding: 10px 15px;
  background: #ffffff;
  margin: 0px 10px 10px 10px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.mobile-style .ClassNav .ClassNavBlockTitle .ClassNavBlockTitleText {
  position: relative;
  color: #336699;
  font-weight: bold;
}

.mobile-style .ClassNav .ClassNavBlockTitle .ClassNavBlockTitleText .Ico {
  width: 15px;
  height: 15px;
  background: #336699;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  display: block;
  position: absolute;
}

.mobile-style .ClassNav .ClassNavBlockTitle .ClassNavBlockTitleText .Ico::before {
  content: "";
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 3px;
  height: 3px;
}

.mobile-style .ClassNav .ClassNavInnerBox {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
}

.mobile-style .ClassNav .ClassNavInnerBox .ClassNavInnerContent {
  background: #ffffff;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 44px;
  height: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  border-radius: 8px 8px 0px 0px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.mobile-style .ClassNav .ClassNavInnerBox .BtnCloseClassNav {
  font-size: 16px;
  text-align: center;
  color: #336699;
  line-height: 44px;
  height: 44px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.mobile-style .ClassNav .ClassNavItem {
  position: relative;
  float: left;
  padding: 8px;
}

.mobile-style .ClassNav .ClassNavItem .ClassNavTitle {
  background: #f5f5f5;
  border-radius: 8px;
  display: block;
  line-height: 24px;
  padding: 5px 15px;
  font-size: 15px;
  color: #336699;
}

.mobile-style .ClassNav .ClassNavItem.Selected .ClassNavTitle {
  background: #e53737;
  border-radius: 8px;
  display: block;
  line-height: 24px;
  padding: 5px 10px;
  color: #ffffff;
}

.mobile-style .RecommendBlock .Empty {
  text-align: center;
  padding: 50px;
  border-radius: 8px;
  background: #ffffff;
  margin: 0px 10px 10px 10px;
}

.mobile-style .RecommendBlock .Empty::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  margin: 0px auto 10px auto;
  background: url(https://wx.100xuexi.com/images/Mobile_bg0603.png) center center no-repeat;
  background-size: 100% 100%;
}

.mobile-style .RecommendBlock .Empty .Operation {
  padding: 10px 0px;
}

.mobile-style .RecommendBlock .Empty .Operation .LinkBtn {
  border: 1px solid #e53737;
  color: #e53737;
  display: inline-block;
  padding: 5px 1em;
  border-radius: 100px;
}

.mobile-style .RecommendBlock .Empty .Operation .LinkBtn:hover {
  color: #ffffff;
  background: #e53737;
  display: inline-block;
}

.mobile-style .RecommendBlock .ProductsList {
  padding: 0px 5px 5px 5px;
}

.mobile-style .RecommendBlock .ProductsList:after {
  content: "";
  display: block;
  clear: both;
}

.mobile-style .RecommendBlock .ProductsList .Item {
  padding: 5px;
  box-sizing: border-box;
  width: 50%;
  float: left;
}

@media(min-width:480px) {
  .mobile-style .RecommendBlock .ProductsList .Item {
    width: 33.33%;
    float: left;
  }
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemInner {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg {
  width: 100%;
  overflow: hidden;
  padding: 0px;
  position: relative;
  z-index: 1;
  display: block;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 4px 4px 0px 0px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  /* border-radius: 8px; */
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg .ProductImg img {
  width: 100%;
  height: 100%;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemDes {
  padding: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemName {
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemName a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.5em;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemPrice .Num {
  color: #e53737;
}

.mobile-style .RecommendBlock .ProductsList .Item .ItemImg a {
  display: block;
}