.banner-box {
  height: 170px;
  background: #fff;
  color: #fff;
  text-align: center;
  margin-top: 6px;
  padding: 10px 20px;
}

.swiper-container {
  height: 170px;
  overflow: hidden;
  border-radius: 10px;
}

.swiper-slide img {
  width: 100%;
  height: 170px;
}

.swiper-pagination {
  bottom: 10px;
  right: 10px;
}

.swiper-active-switch {
  background: #ffffff !important;
}

.swiper-pagination-switch {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #9fb8dc;
  margin-right: 5px;
}

.m-item-box {
  width: 98%;
  padding: 12px 1%;
  background: #fff;
  margin-top: 7px;
}

.m-item-box ul {
  width: 100%;
  display: flex;
}

.m-item-box ul li {

  width: 25%;
}

.m-item-box ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333333;

}

.m-item-box img {
  width: 42px;
  height: 42px;
}

.m-box-tit {
  display: flex;
}

.m-box-tit h1 {
  color: #333333;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.m-box-tit div {
  flex: 1;
  height: 1px;
  background: #e1e1e1;
  margin-top: 12px;
}

.p-like-box,
.r-updata-box,
.w-rec-box,
.p-rank-box,
.a-app-box,
.latey-all-box,
.friend-link {
  padding: 14px 10px;
  margin-top: 7px;
  background: #fff;
}

.p-like-box ul {
  zoom: 1;
  overflow-x: scroll;
  display: flex;
  margin-top: 14px;
}

.p-like-box ul li {
  flex-shrink: 0;
  width: 60px;
  margin-right: 20px;
  overflow: hidden;
}

.p-like-box ul li a {
  display: block;
}

.p-like-box ul li a img {
  width: 60px;
  height: 60px;
  border-radius: 15px;
}

.p-like-box ul li a p {
  text-align: center;
  overflow: hidden;
  font-size: 15px;
  white-space: nowrap;
  word-break: break-all;
  color: #666666;
  /* text-overflow: ellipsis; */
}

.p-like-box ul li a div {
  margin: 0 auto;
  width: 80%;
  display: block;
  height: 26px;
  color: #fff;
  background: #4cb749;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 14px;
}

.iList li {
  display: flex;
  margin-top: 14px;
  margin-bottom: 2px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.iList li .iList-img {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
}

.iList li .iList-img img {
  width: 100%;
  height: 100%;
}

.iList li div {
  flex: 1;
  width: 60%;
}

.iList li div a {
  display: block;
  width: 80%;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #333333;
  font-size: 15px;
}

.iList li div span {
  color: #999999;
  display: block;
  font-size: 12px;
}

.iList li div span i {
  margin: 0 5px;
}

.iList li div p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 12px;
  color: #999999;
}

.iList li a.btn {
  width: 55px;
  display: block;
  height: 24px;
  border: 1px solid #4cb749;
  color: #4cb749;
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

/*涓轰綘鎺ㄨ崘*/
.w-rec-list {
  zoom: 1;
  overflow-x: scroll;
  display: flex;
  margin-top: 14px;
}

.rec-item {
  flex-shrink: 0;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 15px;
}

.rec-item-top {
  width: 100%;
  height: 150px;
  position: relative;
  display: block;
}

.rec-item-top img {
  width: 100%;
  height: 150px;
}

.rec-item-top div {
  width: 100%;
  font-size: 14px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.rec-item ul {
  display: flex;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.rec-item ul li {
  width: 48px;
  margin-left: 14px;
  margin-right: 11px;
}

.rec-item ul li a {
  display: block;
}

.rec-item ul li a img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
}

.rec-item ul li a p {
  font-size: 12px;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}

/*鎺掕姒滃崟*/
.r-nav {
  display: flex;
  font-size: 16px;
  color: #4cb749;
  background: #fff;
  height: 36px;
  line-height: 36px;
  border: 1px solid #4cb749;
  border-radius: 5px;
  margin: 14px auto;
}

.r-nav div {
  flex: 1;
  text-align: center;
}

.r-nav-active {
  background: #4cb749;
  color: #fff !important;
}

.top-list {
  width: 100%;
}

.top-list ul {
  display: flex;
  justify-content: space-between;
}

.top-list li {
  width: 28vw;
  flex-shrink: 0;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px #f9f9f9;
  padding: 15px 0;
}

.top-list li:nth-of-type(1) {
  margin-top: 20px;
}

.top-list li:nth-of-type(2) {
  margin-bottom: 20px;
}

.top-list li:nth-of-type(3) {
  margin-top: 20px;
}

.top-list li .k-img {
  width: 100%;
  position: relative;
  display: block;
}

.top-list li .k-img em {
  display: block;
  width: 29px;
  height: 29px;
  background: url(https://mip.mdpda.com/statics/images/index-icons.png) no-repeat -31px 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-indent: 3px;
  font-style: italic;
  position: absolute;
  left: 0;
  top: -16px;
}

.top-list li:nth-of-type(2) .k-img em {
  background: url(https://mip.mdpda.com/statics/images/index-icons.png) no-repeat 0 0;
}

.top-list li:nth-of-type(3) .k-img em {
  background: url(https://mip.mdpda.com/statics/images/index-icons.png) no-repeat -62px 0;
}

.top-list li .k-img img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin: 0 auto 4px;
}

.top-list li .k-img p {
  font-size: 15px;
  width: 100%;
  text-align: center;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  color: #333;
}

.top-list li .k-img .star {
  display: block;
  width: 48px;
  height: 8px;
  background: url(https://mip.mdpda.com/statics/images/index-icons.png) no-repeat;
  background-position: 0 -67px;
  margin: 0 auto 10px;
  overflow: hidden;
  zoom: 1;
}

.top-list li .k-img .star i {
  display: block;
  float: left;
  width: 100%;
  background: url(https://mip.mdpda.com/statics/images/index-icons.png) no-repeat;
  background-position: 0 -37px;
  height: 8px;
}

.top-list ul li .k-btn {
  display: block;
  width: 54px;
  height: 22px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin: 0 auto;
  line-height: 22px;
  border: 1px solid #4cb749;
  color: #4cb749;
}

/* 鍒楄〃 */
.rec-m-box {
  margin-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.rec-list {
  display: flex;
  padding: 12px 0 10px;
  border-bottom: 1px solid #f0f0f0;
}

.rec-list .num {
  display: block;
  width: 18px;
  height: 18px;
  background: #eee;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  margin-right: 8px;
  margin-top: 23px;
  color: #999;
  font-style: italic;
}

.rec-list-img {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.rec-list-img img {
  width: 100%;
  height: 100%;
  border-radius: 20%;
}

.rec-list-info {
  flex: 1;
  margin-right: 5px;
  width: 50%;
}

.rec-m-box .k-btn {
  display: block;
  width: 56px;
  height: 26px;
  margin-top: 21px;
  color: #fff;
  background: #4cb749;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  line-height: 26px;
}

.rec-list-tit {
  font-size: 15px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100%;
}

.rec-list-type {
  color: #999999;
  font-size: 12px;
  margin-bottom: 4px;
}

.rec-list-type .star {
  display: block;
  width: 68px;
  height: 12px;
  background: url(https://mip.mdpda.com/statics/images/index-icons.png) no-repeat 0 -47px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 4px;
}

.rec-list-size {
  color: #999999;
  font-size: 12px;
}

.rec-list-size span {
  padding: 0 5px;
}

.r-g-tab:nth-of-type(2) {
  display: none;
}





.a-app-box ul {
  display: flex;
  flex-wrap: wrap;
}

.a-app-box ul li {
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 2px;
  margin-top: 14px;
}

.a-app-box ul li:nth-of-type(4n) {
  margin-right: 0;
}

.a-app-box ul li a {
  display: block;
  margin: 0 auto;
  color: #333333;
  font-size: 16px;
}

.a-app-box ul li a img {
  width: 75px;
  margin: 0 auto;
  border-radius: 20px;
  display: block !important;
  height: 75px;
}

.a-app-box ul li p {
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  word-break: break-all;
  /* margin-top: 5px; */
  /* text-overflow: ellipsis; */
  width: 70px;
  margin: 5px auto 0;
}

.a-app-box ul li a div {
  margin: 0 auto;
  width: 80%;
  display: block;
  height: 24px;
  border: 1px solid #4cb749;
  color: #4cb749;
  text-align: center;
  line-height: 24px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.latey-all-box ul {}

.latey-all-box ul li {
  color: #565656;
  display: flex;
  height: 34px;
  border-bottom: 1px solid #e4e3e3;
  margin-top: 8px;
}

.latey-all-box .edition-tit {
  color: #565656;
  flex: 1;
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.latey-all-box .edition-tit span {
  padding-right: 10px;
  color: #4cb749;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  vertical-align: top;
}

.latey-all-box .edition-tit i {
  display: inline-block;
  vertical-align: top;
  float: right;
  color: #999999;
  font-size: 12px;
}

.latey-all-box .edition-tit em {
  display: inline-block;
  max-width: 245px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 14px;
  vertical-align: top;
}

.needhide {
  display: none !important;
}
