@charset "utf-8";
/* CSS Document */
/* 导航 */
nav {
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
nav > a {
  position: absolute;
  width: 33px;
  height: 40px;
  background: url() no-repeat 0 -51px;
  background-size: 33px auto;
  margin: 1px 0 0 6px;
}
nav .tabInner {
  position: relative;
  margin-left: 46px;
}
nav .tabInner span {
  position: relative;
  float: left;
  width: 1px;
  height: 17px;
  background: #aaa;
  vertical-align: middle;
  margin-top: 14px;
  margin-right: 4px;
}
nav .tabScroll, .SubTab .tabScroll {
  overflow: hidden;
}
nav .tabScrollWrap, .SubTab .tabScrollWrap {
  position: relative;
  -webkit-box-flex: 100;
  display: -webkit-box;
}
nav .tabScrollWrap ul, .SubTab .tabScrollWrap ul {
  height: 42px;
  display: -webkit-box;
}
nav .tabScrollWrap li, .SubTab .tabScrollWrap li {
  display: block;
  padding: 0 6px;
  color: #333;
  position: relative;
  width: auto !important;
  float: left;
  height: 42px;
  font-size: 15px;
}
nav .tabScrollWrap li.cur:after, .SubTab .tabScrollWrap li.cur:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 4px;
  z-index: 10;
  border-radius: 100%;
  background: #f00;
  margin-left: -2px;
}
nav .tabScrollWrap li a {
  color: #333;
}
nav .tabScrollWrap li.cur a, .SubTab .tabScrollWrap li.cur a {
  color: #f00;font-weight: normal;
}
/*  分类导航  */
.SubTab {
  width: 100%;background: #fff;
  box-sizing: border-box;
  padding: 0 5px;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.SubTab .tabScrollWrap li a {
  color: #666;
}
.SubTab .tabScrollWrap li span {
  margin-left: 6px;
  color: #666;
}
/*内容*/
.appContent {
  width: 100%;
  height: auto;background: #fff;
  overflow: hidden;
  margin: 10px 0;
}
/*内容栏目*/
.appContent .appCNav {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  font-size: 16px;
}
.appContent .appCNav li {
  float: left;
  text-align: center;
  width: 33.33%;
  position: relative;
}
.appContent .appCNav li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  overflow: hidden;
}
.appContent .appCNav li i {
/*
  width: 12px;
  height: 9px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 0px;
  background: url(../images/all.png) no-repeat -15px -137px;
*/
  display: none;
}
.appContent .appCNav li.appCur a {
  border-bottom: 1px solid #2095f4;
  color: #2095f4
}
.appContent .appCNav li.appCur i {
  display: block;
}
ul.appCNav li.appCur:after, ul.appCNav li.appCur:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
  z-index: 8;
}
ul.appCNav li.appCur:after {
  border-width: 8px;
  border-top-color: #fff;
  bottom: -13px;
  left: 50%;
  margin-left: -8px;
}
ul.appCNav li.appCur:before {
  border-width: 8px;
  border-top-color: #2095f4;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
}
.appContent .appCList {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 12px 10px 12px;
  /*display: none;*/
}
.appContent .appCList ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.appContent .appCList ul li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dashed #e4e4e4;
  height: 102px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.appContent .appCList ul li img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin: 0 10px 0 0;
}
.appContent .appCList ul li div {
  width: 100%;
  height: 70px;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
}
.appContent .appCList ul li div > a {
  display: inline-block;
}
.appContent .appCList ul li div p {
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-box-flex: 1
}
.appContent .appCList ul li div p a {
  width: 70%;
  display: block;
  color: #333;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.appContent .appCList ul li div p .star {
  display: block;
  height: 14px;
  margin: 4px;
}
.appContent .appCList ul li div p .star span {
  width: 75px;
  height: 14px;
  background: url() no-repeat;
  display: block;
}
.appContent .appCList ul li div p .star span.star0 {
  background-position: 0 0;
}
.appContent .appCList ul li div p .star span.star1 {
  background-position: 0 -26px;
}
.appContent .appCList ul li div p .star span.star2 {
  background-position: 0 -52px;
}
.appContent .appCList ul li div p .star span.star3 {
  background-position: 0 -78px;
}
.appContent .appCList ul li div p .star span.star4 {
  background-position: 0 -104px;
}
.appContent .appCList ul li div p .star span.star5 {
  background-position: 0 -130px;
}
.appContent .appCList ul li div p .star span.lstar0 {
  background-position: 0 0;
}
.appContent .appCList ul li div p .star span.lstar1 {
  background-position: 0 -26px;
}
.appContent .appCList ul li div p .star span.lstar2 {
  background-position: 0 -52px;
}
.appContent .appCList ul li div p .star span.lstar3 {
  background-position: 0 -78px;
}
.appContent .appCList ul li div p .star span.lstar4 {
  background-position: 0 -104px;
}
.appContent .appCList ul li div p .star span.lstar5 {
  background-position: 0 -130px;
}
.appContent .appCList ul li div p .size {
  font-size: 12px;
  color: #999;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  margin-top: 6px;
}
.appContent .appCList ul li div p .size i {
  font-style: normal;
  margin: 0 6px;
  font-size: 10px;
  line-height: 20px;
}
.appContent .appCList ul li .aDown {
  width: 58px;
  height: 26px;
  border: 1px solid #2095f4;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #2095f4;
  position: absolute;
  right: 0;
  line-height: 26px;
  font-size: 14px;
  top: 32px;
}
.appContent .appCList > p {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
	color: #888;
  background: #efefee;
  margin: 10px 0;
  border-radius: 6px;
}
.appContent .appCList > p span {
  margin-left:10px ;
  position: relative;
}
.appCList > p span:after, .appCList > p span:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
  z-index: 8;
}
.appCList > p span:after {
  border-width: 8px;
  border-top-color: #efefee;
  bottom: -1px;
  left: 50%;
  margin-left: -8px;
}
.appCList > p span:before {
  border-width: 8px;
  border-top-color: #888;
  bottom: -3px;
  left: 50%;
  margin-left: -8px;
}