@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body, html {
  font:14px "Helvetica Neue",HelveticaNeue,Helvetica-Neue,Helvetica,'\5fae\8f6f\96c5\9ed1';
  background: #f8f8f8;
  color: #333;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow: hidden;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: 0
}
ol, ul {
  list-style: none
}
em, i {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
/*滚动条整体样式*/
*::-webkit-scrollbar {
  display: none;
  width: 0px; /*竖向滚动条的宽度*/
  height: 0px; /*横向滚动条的高度*/
  background: #fff;
}
*::-webkit-scrollbar-thumb { /*滚动条里面的小方块*/
  background: #fff;
  display: none;
  border-radius: 0px;
}
*::-webkit-scrollbar-track { /*滚动条轨道的样式*/
  background: #fff;
  border-radius: 0px;
  display: none;
}
/*html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}*/
.fl {
  float: left;
}
.fr {
  float: right;
}
header {
  width: 100%;
  padding-top: 0.27rem
}

header .headerTop {
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header .headerTop .indexICon {
  width: 0.52rem;
  height: 0.44rem;
  background-position: -1.14rem -3.13rem
}

header .headerTop .logo {
  max-width: 3.5rem;
  height: 0.72rem
}

header .headerTop .logo img {
  width: auto;
  height: 100%
}

header .headerTop .search {
  width: 0.45rem;
  height: 0.45rem
}

header .headerTop .search .indexICon {
  width: 0.45rem;
  height: 0.45rem;
  background-position: -3.95rem -4.58rem
}

header .navBox {
  padding: 0.27rem 0.2rem 0
}

header .navBox .nav {
  height: 1.08rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.47rem;
  align-items: center;
  border-radius: 0.54rem;
  border: 0.04rem solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.12rem 0.02rem rgba(245, 84, 48, .16);
  background: rgba(255, 255, 255, 0.3)
}

header .navBox .nav li a {
  font-size: 0.3rem;
  color: #404040
}

header .navBox .nav .current {
  position: relative;
  display: flex;
  justify-content: center
}

header .navBox .nav .current a {
  font-weight: bold;
  font-size: 0.36rem
}

header .navBox .nav .current::after {
  content: "";
  width: 0.81rem;
  height: 0.15rem;
  position: absolute;
  bottom: -0.2rem;
  background: url("../img/indexIcon.png") no-repeat;
  background-size: 5.34rem 5.19rem;
  background-position: -4.36rem -4.21rem
}
.indexICon {
  display: inline-block;
  background: url("../img/indexIcon.png") no-repeat;
  background-size: 5.34rem 5.19rem
}




.PicCarousel .PicWrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.PicCarousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin: 0;
  height: 160px;
}
.PicCarousel .PicWrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.PicCarousel .PicWrapperOuter {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}
.PicCarousel .PicWrapperOuter.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.PicCarousel .PcItem {
  float: left;
}
.PicControls .PicPage, .PicControls .PicBtn div {
  cursor: pointer;
}
.PicControls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.PicCarousel .PicWrapper, .PicCarousel .PcItem {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.PicTheme .PicControls {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  height: 30px
}
.PicTheme .PicControls .PicBtn div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
}
.PicTheme .PicControls.clickable .PicBtn div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.PicTheme .PicControls .PicPage {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.PicTheme .PicControls .PicPage span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 11px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  background: #fff;
}
.PicTheme .PicControls .PicPage.active span, .PicTheme .PicControls.clickable .PicPage:hover span {
  background: #f90;
}
.PicTheme .PicControls .PicPage span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}



.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*更多应用 原App列表样式*/
.appmorebox {
  height: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.appmorebox ul.appList {
  width: 94%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.appmorebox ul.appList li {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
.appmorebox ul.appList li .img {
  margin-right: 10px;
  display: block;
  width: 62px;
  float: left;
  height: 62px;
  position: relative;
}
.appmorebox ul.appList li img {
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  min-width: 100%;
  top: 0;
  left: 50%;
  height: 62px;
  transform: translateX(-50%)
}
.appmorebox ul.appList li p {
  -webkit-box-flex: 1;
  color: #777;
  overflow: hidden;
  padding-right: 80px;
  height: 65px;
}
.appmorebox ul.appList li p a {
  display: block;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}
.appmorebox ul.appList li p span {
  display: block;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 12px "\5FAE\8F6F\96C5\9ED1";
}
.appmorebox ul.appList li p u {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #d9d9d9;
  text-decoration: none;
}
.appmorebox ul.appList li p .vis {
  padding-left: 18px;
  background: url(../img/snav.png) -6px -256px no-repeat;
  background-size: 26px auto
}
.appmorebox ul.appList li p .time {
  padding-left: 18px;
  border-right: none;
  background: url(../img/snav.png) -6px -292px no-repeat;
  background-size: 26px auto;
  color: #2589ef;
}
.appmorebox ul.appList li p .people {
  border-right: none;
}
.appmorebox ul.appList li p .size {
  border-right: none;
  font-size: 14px;
  margin-left: 4px;
}
.appmorebox ul.appList li p .type {
  border-right: none;
  font-size: 14px;
  margin-left: 6px;
}
.appmorebox ul.appList li p .star {
  display: block;
  height: 16px;
  margin: 4px;
  line-height: 16px;
  margin-left: 0;
}
.appmorebox ul.appList li p .star span {
  width: 75px;
  height: 14px;
  background: url(../img/litterStar.png) no-repeat;
  display: inline-block;
}
.appmorebox ul.appList li p .star span.star0 {
  background-position: 0 0;
}
.appmorebox ul.appList li p .star span.star1 {
  background-position: 0 -26px;
}
.appmorebox ul.appList li p .star span.star2 {
  background-position: 0 -52px;
}
.appmorebox ul.appList li p .star span.star3 {
  background-position: 0 -78px;
}
.appmorebox ul.appList li p .star span.star4 {
  background-position: 0 -104px;
}
.appmorebox ul.appList li p .star span.star5 {
  background-position: 0 -130px;
}
.appmorebox ul.appList li p .star span.lstar0 {
  background-position: 0 0;
}
.appmorebox ul.appList li p .star span.lstar1 {
  background-position: 0 -26px;
}
.appmorebox ul.appList li p .star span.lstar2 {
  background-position: 0 -52px;
}
.appmorebox ul.appList li p .star span.lstar3 {
  background-position: 0 -78px;
}
.appmorebox ul.appList li p .star span.lstar4 {
  background-position: 0 -104px;
}
.appmorebox ul.appList li p .star span.lstar5 {
  background-position: 0 -130px;
}
.appmorebox ul.appList li .btn {
  width: 70px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  float: right;
  background-color: #0099ff;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 24px;
}
.appmorebox ul.appList li .order_btn {
  width: 70px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  float: right;
  background-color: #d33d3e;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 24px;
}
.appmorebox ul.appList li .btnAndSize .btn {
  width: 70px;
  font-size: 14px;
  margin-top: 10px;
  height: 32px;
  display: inline-block;
  border-radius: 32px;
  float: right;
  background-color: #0099ff;
  color: #fff;
  line-height: 32px;
  text-align: center;
  position: static
}
.appmorebox ul.appList li .btn em {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  background: url(../img/snav.png) 9px -175px no-repeat;
  background-size: 26px auto;
}
.appmorebox ul.appList li .btnAndSize {
  width: 70px;
  padding-right: 0px;
  height: 65px;
  display: inline-block;
  float: right;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 12px;
}
.appmorebox ul.appList li .btnAndSize .size {
  width: 70px;
  border-right: none;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0px;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0;
  padding-right: 0;
  color: #999
}
.appmorebox ul.appList li .btnAndSize .size + .btn {
  margin-top: 0px;
}



/*详情页头部*/
.secHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 46px;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 3%;
  box-shadow: 0 0 4px #c6c6c6;
}
.secHeader ul {
  display: -ms-flexbox;
  display: flex
}
.secHeader ul li {
  line-height: 24px;
}
.secHeader ul li a {
  font-size: 14px;
  color: #0099ff
}
.title-word {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 18px;
  padding: 0 8px
}

.mp_detail_con {
  width: 100%;
  overflow: hidden;
  margin: 15px auto;
}




/* 公共底部 */
footer {
  width: 100%;
  margin-top: 0.5rem;
  background-color: #313131
}

footer .ft {
  width: 100%;
  padding-top: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: center
}

footer .ft img {
  width: auto;
  height: 0.72rem;
  object-fit: cover
}

footer .fc {
  padding: 0 0.2rem;
  margin-top: 0.3rem
}

footer .fc .fcText {
  padding: 0.25rem 0.22rem;
  background-color: rgba(0, 0, 0, 0.08);
  font-size: 0.18rem;
  color: rgba(179, 179, 179, .5);
  line-height: 0.3rem
}

footer .fb {
  padding: 0.31rem 0.77rem 0.39rem
}

footer .fb p {
  text-align: center;
  font-size: 0.24rem;
  color: #B3B3B3;
  line-height: 0.42rem
}


#Cbacktop {
  position: absolute;
  float: left;
  width: 42px;
  height: 42px;
  background: url(../img/all_css_img.png) 0 -806px no-repeat;
  right: 10px;
  bottom: 100px;
  z-index: 666;
  position: fixed;
  display: none;
}




.appmorebox ul.appList li p span.andrIosIcon {
  display: inline;
  margin-left: 16px;
  line-height: 22px;
  height: 22px;
}

#wrapper {
  touch-action: pan-y;
}
.detail_app_con #pullUp {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0;
}


.appmorebox > p {
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.appmorebox > p span {
  font-weight: bold;
  margin: 0 3px;
}

.tags_hotCon {
  max-height: 146px;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 10px;
}
.tags_hotCon .PicCarousel {
  height: auto;
}
.tags_hotCon .PicControls {
  text-align: center;
  width: 100%;
  left: 0;
  bottom: -4px;
  position: absolute;
  height: 30px;
}
.tags_hotCon .PicControls .PicPage span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 11px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  background: #999;
}

#hotCar ul.hotTag_list {
  padding: 0;
}
#hotCar ul.hotTag_list li {
  display: -webkit-box;
}
#hotCar ul.hotTag_list li a {
  -webkit-box-flex: 1;
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  margin: 0 4px 10px 4px;
  border-radius: 4px;
  border: 1px solid #65bb0a;
  padding: 0;
  color: #65bb0a;
}
#hotCar ul.hotTag_list li:nth-child(1) a:nth-child(1) {
  border-color: #4d90ba;
  color: #4d90ba;
}
#hotCar ul.hotTag_list li:nth-child(1) a:nth-child(2) {
  border-color: #660033;
  color: #660033;
}
#hotCar ul.hotTag_list li:nth-child(1) a:nth-child(3) {
  border-color: #008800;
  color: #008800;
}
#hotCar ul.hotTag_list li:nth-child(2) a:nth-child(1) {
  border-color: #966de1;
  color: #966de1;
}
#hotCar ul.hotTag_list li:nth-child(2) a:nth-child(2) {
  border-color: #5bc3af;
  color: #5bc3af;
}
#hotCar ul.hotTag_list li:nth-child(2) a:nth-child(3) {
  border-color: #ff7573;
  color: #ff7573;
}
#hotCar li:nth-child(3) a:nth-child(1) {
  border-color: #FF0000;
  color: #FF0000;
}
#hotCar ul.hotTag_list li:nth-child(3) a:nth-child(2) {
  border-color: #009999;
  color: #009999;
}
#hotCar ul.hotTag_list li:nth-child(3) a:nth-child(3) {
  border-color: #CC6600;
  color: #CC6600;
}


.secHeader  .downLoad_btn{background:transparent;}
.secHeader  .downBtn .down_btn.down{margin:-2px 0 0 0;}
.secHeader .downLoad_btn{width:26%}
