.section .bread-crumbs {
  background: #fbfbfb;
  border-bottom: 1px solid #e8e8e8;
  height: 55px;
  line-height: 55px;
  color: #666;
  font-size: 18px;
  padding: 0px 10px;
  font-weight: 400;
  position: relative;
}
.section .bread-crumbs a,
.section .bread-crumbs .active {
  font-size: 14px;
}
.section .detail-info-section {
  border-right: none !important;
  border-left: none !important;
}
.section .detail-info-section .more {
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
}
.section .detail-info-section .more a {
  color: #333;
}
.section .detail-info-section .more a:hover {
  color: #00a6ed;
}
.section .ny-dl {
  padding: 30px 25px;
  overflow: hidden;
  clear: both;
}
.section .ny-dl dt {
  float: left;
  text-align: center;
}
.section .ny-dl dt .icon {
  height: 170px;
  width: 170px;
}
.section .ny-dl dt .icon img {
  width: 170px;
  height: 170px;
  vertical-align: middle;
  border: 0;
  color: #ccc;
}
.section .ny-dl dt .ver-icon {
  height: 130px;
  width: 130px;
}
.section .ny-dl dt .ver-icon img {
  width: 130px;
  height: 130px;
}
.section .ny-dl dd {
  margin-left: 195px;
  overflow: hidden;
}
.section .ny-dl dd .title-like {
  margin-top: 2.5px;
  font-size: 24px;
  line-height: 32px;
  color: #999;
  margin-bottom: 10px;
}
.section .ny-dl dd .title-like h1 {
  font-size: 30px;
  color: #333;
  display: inline;
  font-weight: normal;
}
.section .ny-dl dd .details-sdk {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
  color: #999;
}
.section .ny-dl dd .details-sdk span {
  color: #ec2c3e;
}
.section .ny-dl dd .details-rating {
  margin: 10px 0;
  height: 20px;
}
.section .ny-dl dd .details-rating .stars {
  float: left;
  margin-top: 2px;
}
.section .ny-dl dd .details-rating .rating-info {
  float: left;
  font-size: 13px;
  margin-left: 5px;
  margin-top: 3px;
}
.section .ny-dl dd .details-rating .rating-info .rating {
  color: #fa8b16;
}
.section .ny-dl dd .details-rating .details-to-delimiter {
  color: #999;
}
.section .ny-dl dd .details-author {
  margin-bottom: 10px;
  color: #999;
}
.section .ny-dl dd .details-author p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.section .ver-top-down {
  width: 100%;
  font-size: 0;
}
.section .ver-top-down .download-app {
  display: inline-block;
  background: #ec2c3e;
  color: #fff;
  border: 1px solid #ec2c3e;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
  margin: 0;
}
.section .ver-top-down .download-app:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/asset/common/images/download.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -3px;
}
.section .ver-top-down .download-app:hover {
  background: #fa3548;
}
.section .ver-top-down .previousversion {
  display: inline-block;
  color: #666;
  width: 180px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  border: 1px solid #ec2c3e;
  text-align: center;
}
.section .ver-top-down .previousversion:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/asset/common/images/hist.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -3px;
}
.section .ver-top-down .previousversion:hover {
  background: #ffe3e3;
}
.section .ver-top-price {
  width: 100%;
  font-size: 0;
}
.section .ver-top-price a {
  float: left;
  width: 169px;
  height: 50px;
}
.section .ver-top-price a img {
  width: 169px;
  height: 50px;
}
.section .ver-top-price .price-column {
  float: left;
  margin-left: 14px;
  height: 50px;
  text-align: right;
}
.section .ver-top-price .price-column > span {
  display: block;
}
.section .ver-top-price .price-column .price {
  font-size: 16px;
  color: #ff8b2f;
}
.section .ver-top-price .price-column .origin-price {
  font-size: 12px;
  text-decoration: line-through;
  margin-top: 4px;
  color: #333;
}
.section .minture-video-ul {
  overflow: scroll;
  white-space: nowrap;
  margin: 20px;
}
.section .minture-video-ul .minture-video-li {
  display: inline-block;
}
.section .video-wrapp {
  display: flex;
  flex-direction: column;
  width: 205px;
  margin-right: 3px;
  margin-bottom: 20px;
}
.section .video-wrapp .video-img {
  width: 205px;
  position: relative;
  height: 115px;
}
.section .video-wrapp .video-img img {
  width: 205px;
  height: 115px;
  object-fit: cover;
}
.section .video-wrapp .video-img .duration {
  position: absolute;
  display: inline-block;
  padding: 3px;
  right: 6px;
  bottom: 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background-color: #343434;
  opacity: 0.8;
}
.section .video-wrapp .video-title {
  color: #000;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  white-space: pre-wrap;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .video-wrapp .video-author {
  font-size: 12px;
  color: #9e9e9e;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ver-title {
  color: #666;
  height: 55px;
  line-height: 55px;
  font-weight: 400;
  padding-top: 85px;
  margin-top: -85px;
}
.ver-title .tit {
  font-size: 18px;
  line-height: 20px;
  height: 55px;
  padding-right: 45px;
  vertical-align: middle;
  display: table-cell;
}
.h2-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #666;
}
.information-wrap {
  padding: 20px;
}
.information-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.information-wrap ul li {
  width: 25%;
  margin-top: 10px;
}
.information-wrap ul li .information-title {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #666;
}
.information-wrap ul li .information-value {
  padding-bottom: 5px;
  font-size: 12px;
  color: #666;
  word-break: break-all;
}
.information-wrap ul li .information-value img {
  height: 16px;
}
.information-wrap ul li .information-value img:hover {
  cursor: pointer;
}
.information-wrap ul li a {
  color: #00a6ed !important;
}
.description-container {
  line-height: 20px;
  overflow: hidden;
  position: relative;
  height: auto;
}
.showmore_trigger,
.showmore_trigger_less {
  position: relative;
  display: none;
  margin-bottom: 20px;
}
.showmore_trigger span,
.showmore_trigger_less span {
  cursor: pointer;
  line-height: 30px;
  padding-right: 15px;
  height: 30px;
  display: inline-block;
  color: #00a6ed;
  text-decoration: none;
  background: url("/asset/pc/images/read-more.png") no-repeat right 13px;
}
.showmore_trigger .active,
.showmore_trigger_less .active {
  background-position: right -11px !important;
}
.show-more-end {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#00ffffff', EndColorStr='#ffffff');
  top: -30px;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}
.banner-download .info .detail {
  margin-top: 5px;
}
.banner-download .info .title {
  width: 186px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-download .star {
  color: #f38e16;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAMAAADarb8dAAAAS1BMVEUAAADzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbzjhbdd+E5AAAAGHRSTlMAVOm/Z15H+e7boJWOgHkMCNPSrKtKIR5GiPyAAAAAYElEQVQIHVXBCRKCMBREwfezsW8KOvc/qUhSVOimSImn7cVDkAKVxUlu4fYZdBq+/NnoWxWtH42jUaVJYKoYp6hb5DKrmMmiikg2qZjIeknOSerJvLqwrqGTJ3sbF9uBH0CTCXPK+5rOAAAAAElFTkSuQmCC) no-repeat left 1px;
  background-size: 14px auto;
  padding-left: 18px;
  padding-right: 4px;
  background-position: left center;
  font-size: 12px;
}
.banner-download .download-total {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#video-image-scroll {
  position: relative;
}
#video-image-scroll .scroll-bar-left,
#video-image-scroll .scroll-bar-right {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 42px;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid #707070;
  text-align: center;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video-image-scroll .scroll-bar-left {
  left: 10px;
}
#video-image-scroll .scroll-bar-right {
  right: 10px;
}
.screen-wrap {
  position: relative;
}
.screen-wrap .screen-bar-left,
.screen-wrap .screen-bar-right {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  background: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  margin-top: -30px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen-wrap .screen-bar-left:hover,
.screen-wrap .screen-bar-right:hover {
  background: rgba(0, 0, 0, 0.7);
}
.screen-wrap .screen-bar-left {
  left: 30px;
}
.screen-wrap .screen-bar-right {
  right: 30px;
}
.review-item {
  padding: 20px;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.review-item .review-avatar {
  margin-right: 20px;
}
.review-item .review-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.review-item .review-info .panel-user-info-top {
  color: #00a6ed;
}
.review-item .review-info .panel-review-content {
  margin: 10px 0;
  color: #666666;
  word-break: break-word;
}
.review-item .review-info .panel-review-time {
  color: #9e9e9e;
}
