.app-page{
  width:1200px;
  margin:0 auto;
}
.app-page .top{height:50px;line-height:50px;}
.app-page .box{
  border-radius: 18px;
  background: url(/static/image/bg-1.png) no-repeat;
  background-size: 1200px 300px;
  overflow: hidden;
  padding: 22px;
}

.app-page .box .info img{
  width:200px;
  height:200px;
  border-radius:10px;
}

.app-page .box .info .download-btn{
  margin: 10px 0 0 0;
  color:#fff;
  background:#11ce63;
  width:200px;
  height:50px;
  justify-content: center;
  align-items: center;
  font-size:20px;
  border-radius: 5px;
}
.app-page .box .info .download-btn svg{
  font-size:30px;
  margin:0 10px 0 0;
}
.app-page .box .info .list{
  flex:1;
  padding: 10px 20px;
}
.app-page .box h1{color:#444;font-size: 26px}
.app-page .box .info .list p{
  height:44px;
  line-height:44px;
}


.app-page .box .info .list span{
  width:33.33%;
}
.app-page .box .info .star{
  width:150px;
  height:150px;
  background:url('/static/image/star.png') no-repeat;
  background-size: 100% 100%;
  justify-content:center;
  align-items: center;
}
.app-page .box .info .star span{
  margin:0 0 0 20px;
  font-size:40px;
  font-weight:700;
  color:#fff;
}

/* 内容及列表*/
/* 内容 */
.app-page .detail{
  margin:20px 0 0 0;
  justify-content: space-between;
  min-height:500px;
}
.app-page .detail .title{
  height:50px;
  line-height:50px;
  font-size:20px;
  color:#444
}
.app-page .detail .title b{
  width: 12px;
  height: 12px;
  margin-right: 6px;
  display: inline-block;
  background: linear-gradient(to right, #75b25d, #9cdd7b);
  transform: rotate(46deg);
  position: relative;
  top: -3px;
}
.app-page .detail .info{
  width:820px;
  overflow:hidden;
}
.app-page .detail .info .part{
  background:#fff;
  padding:10px 20px;
  border-radius:20px;
  margin:0 0 20px 0;
}
/* 截图 */
.app-page .detail .info .part1 .images{
  padding:15px 0;
  overflow: hidden;
  overflow-x:auto;
}
.app-page .detail .info .part1 .images img{
  height:250px;
  width:auto;
  margin:0 20px 0 0;
}
.app-page .detail .info .cont img{max-width: 80%}
/* 最新录入 */
.app-page .detail .info .part2 .new{
  flex-wrap: wrap;
  align-items: center;
}
.app-page .detail .info .part2 .new a{
  width:250px;
  border:1px #ddd solid;
  border-radius: 10px;
  margin:30px 10px 0 0;
  padding:5px;
}
.app-page .detail .info .part2 .new a img{
  width:85px;
  height:85px;
  margin:-25px 0 0 0;
  border-radius: 5px;
}
.app-page .detail .info .part2 .new a ul{
  margin:0 0 0 10px;
  font-size:12px;
  line-height:20px;
  color:#666;
}
.app-page .detail .info .part2 .new a ul li.tit{
  font-size:15px;
  width:140px;
  color:#333;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
/* 相关推荐 */
.app-page .detail .info .part3 .new{
  flex-wrap: wrap;
  align-items: center;
}
.app-page .detail .info .part3 .new a{
  width:250px;
  border:1px #ddd solid;
  border-radius: 10px;
  margin:30px 10px 0 0;
  padding:5px;
}
.app-page .detail .info .part3 .new a img{
  width:85px;
  height:85px;
  margin:-25px 0 0 0;
  border-radius: 5px;
}
.app-page .detail .info .part3 .new a ul{
  margin:0 0 0 10px;
  font-size:12px;
  line-height:20px;
  color:#666;
}
.app-page .detail .info .part3 .new a ul li.tit{
  font-size:15px;
  width:140px;
  color:#333;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
/* 猜你喜欢 */
.app-page .detail .info .part0 .topic-cont{
  flex-direction: row;
  padding:10px;
}
.app-page .detail .info .part0 .topic-a{
  display: none;
}
.app-pa0ge .detail .info .part .topic-cont-c{
  width:0
}
.app-pa0ge .detail .info .part .show{width:auto}
.app-page .detail .info .part0 .topic-cont-c:hover{
  color:#444
}
.app-page .detail .info .part0 .topic-cont-c img{
  width:240px;
  height:120px;
  margin-right:10px;
}
.app-page .detail .info .part0 .topic-cont-c .view{
  flex-direction: row;
  justify-content: space-between;
  padding:3px 0;
  font-size: 16px;
}
.app-page .detail .info .part0 .topic-cont-c .view span{
  color:#444;
}
.app-page .detail .info .part0 .topic-cont-c .tc2{
  text-indent:10px;
  line-height:20px;
  font-size:13px
}

/* 右侧开始 */ 
.app-page .detail .list{
  width:360px;
  overflow:hidden;
  border-radius:15px;
  padding:10px 20px;
}
.app-page .detail .list .part{
  background:#fff;
  padding:10px 20px;
  border-radius:20px;
  margin:0 0 20px 0;
}
/* 同类推荐 */
.app-page .detail .list .part4 .cont{
  flex-wrap: wrap;
  align-items: center;
}
.app-page .detail .list .part4 a{
  width:88px;
  height:108px;
  margin:0 5px 10px 0;
  flex-direction: column;
}
.app-page .detail .list .part4 img{
  width:88px;
  height:88px;
  border-radius: 10px;
}
.app-page .detail .list .part4 a span{
  height:20px;
  line-height:20px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  display: block;
  text-align: center;
}
/* 相关推荐 */
.app-page .detail .list .part5 .cont{
  flex-direction: column;
}
.app-page .detail .list .part5 a{
  margin:0 0 10px 0;
}
.app-page .detail .list .part5 img{
  width:80px;
  height:80px;
}
.app-page .detail .list .part5 ul{
  margin:0 0 0 10px;
  font-size:15px;
  width: 200px;
}
.app-page .detail .list .part5 ul li{
  line-height:26px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.app-page .detail .list .part5 li.score{
  color: #28c162;
  justify-content: space-between;
  height:30px;
  line-height:30px;
}
.app-page .detail .list .part5 li.score button{
  display: none;
  color:#fff;
  background-color: #28c16a;
  height: 25px;
  line-height: 25px;
  padding:0;
  width: 70px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;

}
.app-page .detail .list .part5 a:hover li.score button{
  display: block;
}
.app-page .detail .list .part5 li.note{
  color:#999
}
/* 专题推荐 */
.app-page .detail .list .part6 .cont{
  flex-wrap: wrap;
}
.app-page .detail .list .part6 a{
  max-width:270px;
  height:30px;
  line-height: 30px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  background: #eee;
  color: #757575;
  padding: 0 10px;
  margin:0 8px 10px 0;
  border-radius:15px;
}



/*全屏滑动*/
.zoom-img{
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.zoom-img button{
  border: 1px #ddd solid;
  border-radius: 10px;
}
.zoom-img img{
  width: auto;/* !important;*/
  height: 100%;
  margin: 0 auto;
}
.zoom-img .close{
  top: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  background: red;
  font-size: 1.8rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 1rem;
}