::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}

.Min_bj {
  padding: 0 12px;
  border-top: 5px solid #f2f2f3;
  background: #fff;
}

.Min_bj .list_tj {
  padding: 0;
}

.Min_bj .title {
  height: 30px;
  padding-top: 12px;
  line-height: 30px;
}

.Min_bj .title .bt {
  float: left;
  font-size: 18px;
  color: #1b1b1b;
}

.Min_bj .title .bt:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: #1aad19;
}

.Min_bj .title .more {
  display: block;
  float: right;
  width: 53px;
  height: 24px;
  margin-top: 3px;
  line-height: 24px;
  text-align: center;
  color: #777;
  border-radius: 20px;
  background: #eee;
}

.Min_bj .title .more:hover {
  color: #fff;
  background: #1aad19;
}

.mt_30 {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding-top: 10px;
  border-radius: 20px 20px 0 0;
}

.bTopN {
  border-top: none;
}

.bBottom5 {
  border-bottom: 5px solid #f2f2f3;
}

.box_row {
  width: 100%;
  font-size: 0;
}

.row_col_3 {
  display: inline-block;
  width: 25%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}

.box_row .img_box {
  display: block;
  width: 100%;
  height: 65px;
}

.box_row .img_box img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.box_row .bt {
  display: block;
  padding: 6px 8px 0;
  padding-top: 6px;
  text-align: center;
  color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.box_flex_1 {
  flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}

.soft_box2 ul li,
.soft_box3 ul li {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f3;
  zoom: 1;
}

.soft_box2 ul li .img_box,
.soft_box3 ul li .img_box {
  display: block;
  width: 65px;
  height: 65px;
}

.soft_box2 ul li .img_box img,
.soft_box3 ul li .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.soft_box2 ul li .infor,
.soft_box3 ul li .infor {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}

.soft_box2 ul li .infor a,
.soft_box3 ul li .infor a {
  display: block;
  height: 16px;
  overflow: hidden;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 16px;
  white-space: nowrap;
  color: #000;
  text-overflow: ellipsis;
}

.soft_box2 ul li .infor span {
  display: block;
  height: 22px;
  overflow: hidden;
  font: 12px "\5FAE\8F6F\96C5\9ED1";
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.soft_box2 ul li .btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  padding-top: 33px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #65bb0a;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: none;
}

.soft_box2 ul li .btn .bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../image/snav.png) 9px -175px no-repeat;
  background-size: 26px auto;
}

.soft_box3 ul li .infor span {
  height: 36px;
  margin-top: 5px;
  line-height: 1.5;
}

.soft_box3 ul li .look {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin-top: 16px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #1aad19;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #1aad19;
}

.button-footer {
  position: relative;
  height: 34px;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #666;
}

.link_box {
  margin: 5px 0 15px;
}

.link_box a {
  margin-right: 15px;
  padding: 10px 0;
  font-size: 14px;
}

.label_wrap {
  overflow: hidden;
  margin: 6px 12px;
}

.label_wrap .label_item.m0b {
  width: 100%;
  overflow: hidden;
}

.label_wrap .label_item li {
  float: left;
  width: 25%;
  margin: 5px 0;
}

.label_wrap .label_item li a {
  display: block;
  width: 90%;
  height: 30px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #959595;
  border-radius: 6px;
  border: 1px solid #eee;
}

.label_wrap .label_item li a.on {
  color: #fff;
  border: 1px solid #1aad19;
  background: #1aad19;
}

/* List */
.liat_gl {
  overflow: hidden;
  margin: 5px 12px 0;
}

.liat_gl .lis:last-child {
  border-bottom: none;
}

.liat_gl .lis {
  display: flex;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #e5e5e5;
}

.liat_gl .lis .txt {
  flex: 1;
}

.liat_gl .lis .txt .bt {
  display: block;
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #434343;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.liat_gl .lis .txt .info {
  height: 18px;
  margin-top: 14px;
  line-height: 18px;
  color: #999;
}

.liat_gl .lis .txt .info .bq {
  float: left;
  font-size: 14px;
}

.liat_gl .lis .txt .info .pl {
  float: right;
  font-family: Arial;
  font-size: 14px;
}

.liat_gl .lis .img {
  margin-left: 10px;
}

.liat_gl .lis .img,
.liat_gl .lis .img img {
  width: 130px;
  height: 72px;
}

/*  icon */
.icon {
  display: inline-block;
  vertical-align: middle;
}

.ico_pl,
.ico_pl2,
.ico_gl {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
  background: url(../image/img_c.png) no-repeat;
  background-position: 0 -117px;
  background-size: 23px auto;
}

.ico_gl {
  width: 20px;
  margin-right: 2px;
  background-position: 0 -180px;
}

.ico_pl2 {
  background-position: 0 -142px;
}

.ico_yc,
.ico_sp,
.ico_sy,
.ico_wy,
.ico_time,
.ico_glv,
.ico_yy,
.ico_dj {
  width: 24px;
  height: 20px;
  margin: -2px 2px 0 0;
  background: url(../image/img_c.png) no-repeat;
  background-position: 0 -51px;
  background-size: 20px auto;
}

.ico_sp {
  background-position: 0 -79px;
}

.ico_sy {
  background-position: 0 -25px;
}

.ico_wy {
  background-position: 0 1px;
}

.ico_time {
  width: 18px;
  background-position: 0 -168px;
  background-size: 24px auto;
}

.ico_glv {
  background-position: 0 -491px;
}

.ico_yy {
  background-position: 0 -516px;
}

.ico_dj {
  height: 22px;
  margin-top: -4px;
  background-position: 0 -541px;
}

/*page*/
.page {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background: #fff;
}

.page>a {
  display: inline-block;
  width: 22%;
  margin: 14px 0;
  line-height: 30px;
  text-align: center;
  color: #333;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #f6f6f6;
}

.page>a.gray-page {
  border: none;
  background-color: #e2e2e2;
}

.page>a:active,
.page .page span .cbtn a:active {
  background: #ddd;
}

.page>a:nth-child(2) {
  width: 14%;
}

.page>a:nth-child(4) {
  width: 14%;
}

.page>a.over {
  color: #bbb;
}

.page>span {
  display: inline-block;
  position: relative;
  width: 22%;
  margin: 14px 0;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #1aad19;
  background: #1aad19;
}

.page>span .cbtn {
  position: absolute;
  top: -62px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 92px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px #bbb;
  -moz-box-shadow: 0 0 3px #bbb;
  box-shadow: 0 0 3px #bbb;
  background: #fff;
  overflow-y: scroll;
}

.page>span .cbtn a {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #666;
  background: #f6f6f6;
}

/* 详情页 */
.detaile_top {
  overflow: hidden;
  margin: 12px;
}

.detaile_top h1 {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  color: #434343;
}

.detaile_top .info {
  display: flex;
  width: 100%;
}

.detaile_top .info .img {
  overflow: hidden;
  margin-right: 10px;
}

.detaile_top .info .img,
.detaile_top .info .img img {
  width: 36px;
  height: 36x;
  border-radius: 50%;
}

.detaile_top .info .txt {
  flex: 1;
  height: 16px;
  font-size: 12px;
  text-align: center;
  color: #999;
}

.detaile_top .info .txt p {
  width: 100%;
  height: 18px;
  margin-top: 2px;
  line-height: 18px;
}

.detaile_top .info .txt i {
  margin-right: 12px;
  font-family: Arial;
}

.detaile_top .info .txt span,
.detaile_top .info .txt i {
  height: 16px;
  line-height: 16px;
}

.detaile_top .info .txt .line {
    position: absolute;
    margin-top: 10px;
    left: 0;
    width: 100%;
    height: 0;
    float: left;
    border-top: 1px dashed #949494;
}
.detaile_cont {
  overflow: hidden;
  margin: 4px 12px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #434343;
    position: relative;
}
.detaile_cont p.nzk,
.detaile_cont p.nsq{
    position: absolute;
    width: 100%;
    height: 30px;
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    color: #999;
    background: #fff;
    text-align: center;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255), rgb(255, 255, 255));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
.detaile_cont p.nzk{
    top: 415px;
}
.detaile_cont p.nsq{
    bottom: 0;
}
.detaile_cont_c.min{
    height: 470px;
    overflow: hidden;
}

.s_detail_cont .intro>.nsq {
    position: static;
    padding: 0 0 10px 0;
}
.detaile_cont table,
.detaile_cont embed,
.detaile_cont iframe {
  max-width: 100%;
  margin: 0 auto;
}

.detaile_cont p {
  margin: 10px 0;
  line-height: 24px;
}

.detaile_cont a {
  color: #0080ff;
}

.detaile_cont img {
  width: initial;
  max-width: 100%;
}

.detaile_cont table tr,
.detaile_cont table td {
  padding: 2px;
  border: 1px solid #e6e6e6;
}

.detaile_cont table a {
  text-decoration: underline;
  color: #19abff;
}

/* 软件详情 */
.s_detail_top {
  padding: 12px;
}

.s_detail_top img {
  float: left;
  width: 65px;
  height: 65px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.s_detail_top .name {
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  white-space: normal;
  text-overflow: clip;
}

.s_detail_top b,
.s_detail_top h1 {
  display: block;
  height: 22px;
  overflow: hidden;
  font: 16px "\5FAE\8F6F\96C5\9ED1";
  font-weight: normal;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
  text-overflow: ellipsis;
}

.s_detail_top h1 {
  display: inline-block;
  overflow: hidden;
  white-space: normal;
  vertical-align: text-bottom;
  text-overflow: clip;
}

.s_detail_top .name .ver {
  display: inline-block;
  position: relative;
  bottom: 2px;
  padding-left: 2px;
  font-size: 15px;
  vertical-align: bottom;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
}

.s_detail_top p {
  height: 19px;
  height: 22px;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  color: #999;
}

.s_detail_top p span {
  display: inline-block;
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.s_detail_top .btns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  background-color: #fff;
}

.s_detail_top .dbtn {
  display: block;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #8BBD00;
  background: #65bb0a;
}

.s_detail_top .btns a {
  height: 40px;
  margin: 10px 0 0;
  line-height: 40px;
  border-radius: 3px;
  border: none;
  background: #65bb0a;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}

.comm-title {
  position: relative;
  height: 40px;
  overflow: hidden;
  margin: 0 12px;
  line-height: 40px;
  text-align: center;
}

.comm-title .line {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 0;
  border-top: 1px dashed #949494;
}

.comm-title span {
  display: block;
  position: relative;
  z-index: 2;
  width: 80px;
  height: 40px;
  margin: 0 auto;
  font-size: 14px;
    font-weight:bold;
  line-height: 40px;
    color: blue;
  background: #fff;
}

.s_detail_cont .screenshot_box {
  padding: 0 12px;
}

.s_detail_cont .screenshot {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.s_detail_cont .screenshot .swiper-slide img {
  width: 100%;
}

.s_detail_cont .intro {
  clear: both;
  position: relative;
  padding: 4px 12px 30px 12px;
  line-height: 28px;
  text-align: justify;
  background: #fff;
}

.s_detail_cont .intro {
  margin-bottom: 10px;
  padding-bottom: 7px;
}

.s_detail_cont .intro p {
  margin-bottom: 15px;
  line-height: 24px;
}

.s_detail_cont .intro a {
  color: #4996ff;
}

.s_detail_cont .intro .introTit {
  height: 35px;
  margin: 0;
  font: 18px "\5FAE\8F6F\96C5\9ED1";
  line-height: 35px;
  color: #65bb0a;
}

.s_detail_cont .intro>.nzk,
.s_detail_cont .intro>.nsq{
  position: absolute;
  top: 415px;
  width: 100%;
  height: 30px;
  padding-top: 30px;
  font-size: 16px;
  text-align: center;
  color: #999;
  background: #fff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgb(255, 255, 255), rgb(255, 255, 255));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.s_detail_cont .intro>.nsq {
  position: static;
  padding: 0 0 10px 0;
}

.s_detail_cont #details {
  font: 14px "\5FAE\8F6F\96C5\9ED1";
}

.s_detail_cont #details.min {
  height: 470px;
  overflow: hidden;
}
