﻿.content-bj {
  background-image: url(../images/content-bg.jpg);
  align-items: center;
  background-color: #34495e;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  position: relative;
  text-align: center;
  height: 232px;
}
span>strong {
    font-weight: bold;
}
span>u>strong {
    font-weight: bold;
}
.content-info {
	margin-top: -158px;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	box-shadow: 0 34px 20px -24px rgba(0, 36, 100, 0.06);
	border: 1px solid #f3f3f3;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.theme-introduction {
	position: relative;
	margin: auto;
	max-width: 1270px;
	clear: both;
	padding: 10px 0px 10px;
}

.content-thumb {
    width: 28.8%;
    padding: 7px 10px;
    border-radius: 8px;
	border: 1px solid #d8c3c3;
}

 .content-pic {
    height: 235px;
    background-size: cover;
    border-radius: 5px;
    margin-top: 5px;
    opacity: 1;
   /*  background-position: center; */
    transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
	background-repeat: no-repeat;
}

.content-meta {
    width: 70%;
    padding: 0px 0px 0px 20px;
}
.content-title {
	font-size: 11px;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e6c7c7;
	min-height: 40px;
}
.content-title h1{
overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

p.item-price, p.item-price span {
    font-size: 15px;
    color: #7e6b68;
    margin: 8px 0;
    cursor: default;
}
p.item-price span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 5px;
}

.downinfo.pay-box {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.pay-box a.computer-demoLink {
    margin-top: 15px;
    line-height: 34px;
    width: 120px;
    color: #fff;
    border-top-color: #5D9FFF;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	background-image: linear-gradient(-225deg, #5D9FFF 0%, #375979 48%, #6BBBFF 100%);
}
.pay-box a.wap-demoLink {
    margin-top: 15px;
    line-height: 34px;
    width: 120px;
    color: #fff;
   background: #000;
    border-top-color: #e65c00;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;	

}
.pay-box span.computer-demoLink, .pay-box span.computer-demoLink{
 cursor: pointer;
}
.pay-box span.computer-demoLink {
    margin-top: 15px;
    line-height: 34px;
    width: 120px;
    color: #fff;
    border-top-color: #5D9FFF;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	background-image: linear-gradient(-225deg, #5D9FFF 0%, #375979 48%, #6BBBFF 100%);
}
.pay-box span.wap-demoLink {
	
  margin-top: 15px;
    line-height: 34px;
    width: 120px;
    color: #fff;
   background: #000;
    border-top-color: #e65c00;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;		
}

.pay-box a.get-now {
    margin-top: 15px;
    line-height: 34px;
    width: 120px;
    margin-right: 0;
    color: #fff;
   background-image: linear-gradient(-225deg, #7E6733 0%, #FF6351 48%, #7194FF 100%);
    border-top-color: #FF6351;
	text-align: center;
	border-radius: 5px;
}

.computer-demoLink:hover ,.get-now:hover,.wap-demoLink:hover{
 transform: scale(0.95);
  transition: all 0.3s ease-out 0s;
}
 @media (max-width: 570px) {
.downinfo.pay-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 } 
 .pay-box a.computer-demoLink,.pay-box a.get-now,.pay-box a.wap-demoLink{
 margin-right: 0;
 margin: 5px 5px;
 }
 }
 .parameter {
        display: flex;
		color: #a0a0a0;
  font-size: 13px;
    }
.serv span {
        margin-right: 10px; 
    }
.serv a{
        color: #a0a0a0;
    }
.explain {
    display: block;
    font-size: 13px;
    color: #929191;
    margin-top: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
    @media (max-width: 1020px) {
        .serv {
       margin-right: 0; 
		white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
        }
		.serv span {
  margin-right: 5px;
}
    }


@media (max-width: 850px) {
    .content-info {
        flex-direction: column;
    }

    .content-thumb {
		flex: 0 0 auto;
        margin-right: 0;
        width: 100%;
    }
.content-meta{width: 100%;flex: 1;}
    .content-pic {
        height: auto;
        padding-bottom: 56.25%; 
    }
	.theme-introduction{padding: 10px 5px 10px;}
}

.content-text {
  width: 71%;
  margin-right: 10px;
}
.float {
  float: right;
}
.main-content-box {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body-content {
  width: 100%;
  padding: 0.8rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.2);
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
}

.CurrentLocation {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
  padding-bottom: 10px;
  color: #676565;
}
.CurrentLocation span {
  display: inline-block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  position: relative;
}
.CurrentLocation::before {
	position: absolute;
	content: "";
	right: 50px;
	width: 10px;
	height: 10px;
	border-radius: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ff8480 !important;
	box-shadow: 20px 0 #fbb42d, 40px 0 #3cd0d3;
}


@media (max-width: 348px) {
.CurrentLocation::before {
	display: none;
}}
.CurrentLocation span a:hover{
 color: #fe7a00;
  font-weight: bold;
  transition: color 0.3s, font-weight 0.3s;
}
.CurrentLocation i.fa{margin-right:5px;}

@media (max-width: 765px) {
	.CurrentLocation span{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
	
}}
@media (max-width: 1200px) {
  .CurrentLocation {
	  display: flex; 
   text-align: left;
    padding-left: 0px;
  }
  .body-content {
    padding: 0.5rem;
  }
}
/*916*/
.content-properties {
  display: flex;
  align-items: center;
  margin: 10px 0px;
  color: #aaa;
  font-size: 13px;
}

.content-meta .time,
.content-meta .name,
.content-meta .view,
.content-meta .collection,
.content-meta .fabulous {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.content-properties .name a {
  color: #9d9a97;
}
.content-meta i.fa {
  margin-right: 3px;
}

@media (max-width: 1200px) {
  .content-properties {
    display: block;
    align-items: center;
    justify-content: unset;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0px;
  }

  .content-meta .collection,
  .content-meta .fabulous {
    display: none;
  }
  .content-meta .time,
  .content-meta .name,
  .content-meta .view {
    display: contents;
  }
  .content-meta {
    background-image: none;
  }
}
.article-tag {
  display: flex;
  align-items: center;
}
.article-tag a {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-tag i.fa {
  margin-right: 5px;
}
.article-tag a:hover {
  color: #5ba4ff;
  transition: color 0.3s;
}

.copyright_notice {
  padding: 8px;
  border-radius: 5px;
  background-color: rgba(82, 97, 114, 0.1);
  font-size: 13px;
  color: #979799;
}

.like_collect_sharing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.like,
.collect {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  margin-right: 5px;
  border-radius: 4px;
  color: #fff;
}
.like:hover,
.collect:hover {
  color: #5ffffc;
  transition: color 0.3s;
  background-color: #c781ff;
}
.like i.fa,
.collect i.fa {
  margin-right: 5px;
}
.like a,
.collect a {
  color: #fff;
}
.like {
  background-color: #139b88c4;
}
.collect {
  background-color: #1c81bec4;
}

.sharing {
  margin-left: auto; 
}

.social-share .fa.fa-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.social-share .fa.fa-wechat .wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.social-share .fa.fa-wechat:hover .wechat-qrcode {
  display: block;
}
.social-share .fa.fa-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -moz-transition: all 350ms;
}

.social-share .fa.fa-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .fa.fa-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .fa.fa-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .fa.fa-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .fa.fa-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .fa.fa-qzone {
  color: #e7a620;
  border-color: #e7a620;
}
.social-share .fa.fa-qzone:hover {
  color: #fafafa;
  background: #e7a620;
  transition: all ease 0.4s;
}
.social-share .fa.fa-weibo:hover {
  color: #fafafa;
  background: #ff763b;
  transition: all ease 0.4s;
}
.social-share .fa.fa-qq:hover {
  color: #fafafa;
  background: #56b6e7;
  transition: all ease 0.4s;
}
.social-share .fa.fa-wechat:hover {
  color: #fafafa;
  background: #7bc549;
  transition: all ease 0.4s;
}
.fa-qzone:before {
  content: "\f006";
}
@media (max-width: 445px) {
  .like,
  .collect {
    display: none;
  }
  .sharing {
    margin-left: inherit;
  }
}
/*上一篇下一篇*/
.prev-next {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  padding: 15px 5px;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
}
.info-prev {
  padding: 0 20px 0 33px;
  text-align: left;
  border-right: 1px solid #eee;
}
.info-prev,
.info-next {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-prev > a:after {
  content: "«";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 50px;
  color: #ffc693;
  line-height: 34px;
  margin-top: -21px;
}
.info-next {
  padding: 0 25px 0 10px;
  text-align: right;
}
.info-next > a:after {
  content: "»";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  color: #ffc693;
  font-size: 50px;
  line-height: 34px;
}
.info-next a:hover,
.info-prev a:hover {
  color: #5ba4ff;
  font-weight: bold;
  transition: all ease 0.4s;
}

@media screen and (max-width: 670px) {
  .info-prev {
    padding: 0;
    margin-bottom: 10px;
    border-right: 0;
  }
}
@media screen and (max-width: 670px) {
  .info-prev,
  .info-next {
    width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .info-next > a:after,
  .info-prev > a:after {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .info-next {
    padding: 0;
    text-align: left;
  }
}

/*相关推荐*/
.relevant {
  background: #fff;
  border-radius: 4px;
}
.recommends {
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.relevant-name {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  height: 40px;
  line-height: 50px;
}
.relevant-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #ff6f3d;
}

.relevant-main {
  padding: 0 18px;
  margin: 0 0 20px;
}
.relevant-main li.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid rgba(236, 225, 225, 0.8);
  overflow: hidden;
}

.relevant-main .item-img {
  position: relative;
  width: 28%;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
}

.item-img img {
  width: 100%;
 /*  height: 100%; */
  transition: all 0.3s ease-out 0s;
  position: absolute;
}
.relevant-img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.1);
}
.relevant-main .item-content {
  position: relative;
  width: 100%;
  padding-left: 10px;
}
.relevant-main .item-title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.relevant-main .item-title a {
  color: #262626;
  max-height: 56px;
  text-decoration: none;
}
.relevant-main .item-intro {
  height: 52px;
  margin-bottom: 10px;
  line-height: 1.625;
  color: #5a5a55;
  font-size: 16px;
  text-indent: 1em;
}
.relevant-main .item-intro,
.relevant-main .item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.item-title a:hover {
  color: #5ba4ff;
}
.relevant-main .item-intro:hover {
  color: #ac5d18;
}
.item-column-name:hover {
  color: #5ba4ff;
}

.item-meta-time {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #b2b2b2;
}
.item-column-name {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #b2b2b2;
}
.item-meta-eye {
  display: inline-block;
  margin-right: 15px;
  line-height: 24px;
  color: #b2b2b2;
  font-size: 14px;
}
.item-column-name i.fa,
.item-meta-time i.fa,
.item-meta-eye i.fa {
  padding-right: 5px;
}

.relevant-main .item-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  overflow: hidden;
}
.item-contents {
  position: relative;
  width: 100%;
}
.item-images-pic {
  position: relative;
  width: 24.25%;
  overflow: hidden;
  border-radius: 4px;
  flex: 1;
  margin: 3px;
  max-width: 100%;
  object-fit: cover;
}
.item-images img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.02);
}
img.item-images-pic.lazy.loaded {
    max-width: 240px;
    width: 100%;
    max-height: 136px;
}
.item-meta {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 768px) {
  .item-images-pic:nth-child(n + 4) {
    display: none;
  }
}

@media (max-width: 420px) {
  .item-images-pic:nth-child(n + 3) {
    display: none;
  }
}

@media (max-width: 700px) {
  .relevant-main .item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
}

@media (max-width: 600px) {
  .item-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .relevant-main .item-intro {
    display: none;
  }
  .relevant-main .item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
}
@media (max-width: 400px) {
  .item-meta {
    display: none;
  }
}

.body-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    width: auto!important;
    height: auto!important;
	max-width: calc(100% - 100px);
}

/* .body-content > img {
    max-width: 100%;
    max-height: 100%;
    display: block; 
    margin: auto;
} */


.body-content {
  line-height: 1.8;
  word-wrap: break-word;
  margin-bottom: 0.5em;
}
br {
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 1rem;
}
.body-content p {
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 1rem;
}

@media (max-width: 1200px) {
  .main-content-box {
    padding: 10px 5px 10px;
  }
  .item-meta-eye {
    display: none;
  }
}
@media (max-width: 1200px) {
  .content-text {
    width: 100%;
    margin-bottom: 10px;
  }
}

.content-right {
  width: 28%;
}
.sidebar-widget {
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.2);
  background: #fff;
  padding: 1.1em;
  border-radius: 4px;
  margin-bottom: 10px;
}
.sidebar-title {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  margin-top: -0.5em;
  position: relative;
}
.sidebar-title:after {
  content: "";
  background-color: #0084ff;
  left: 1px;
  width: 20%;
  height: 2px;
  bottom: -1px;
  position: absolute;
}
.sidebar {
  padding: 0.6em 0;
}
.img-left {
  float: left;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 100px;
  margin-right: 14px;
}
.img-right {
  float: right;
  overflow: hidden;
  display: block;
  height: 80px;
  width: 100px;
  margin-right: 14px;
}
.img-right img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.img-left img:hover {
  transition: transform 0.3s ease;
  transform: scale(1.2);
}
.img-left img {
 /*  object-fit: cover; */
  width: 100px;
  height: 80px;
}
.img-right img {
  /* object-fit: cover; */
  width: 100px;
  height: 80px;
}

.random-text {
  font-size: 14px;
}

.random-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
}
.random-text .title:hover {
  color: #5ba4ff;
}
.random-text .time {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.random-text .time i.fa {
  padding-right: 2px;
}
.sidebar-title .name i.fa {
  padding-right: 5px;
}
@media (max-width: 1200px) {
  .content-right {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-sidebar {
    flex: 1;
    margin-right: 0px;
  }
  .content-sidebar:nth-child(1) {
    margin-right: 10px;
  }
}

@media (max-width: 300px) {
  .img-left {
    margin-right: 0;
    margin-bottom: 0px;
    height: auto;
    width: auto;
  }
  .random-text {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .random-text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
  }
  .sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
  }
}

@media (max-width: 610px) {
  .content-right {
    width: 100%;
    display: block;
  }
  .content-sidebar:not(:last-child) {
    margin-right: 0px;
  }
  .content-sidebar {
    margin-right: 0px;
  }
}

@media (max-width: 1200px) {
  .main-content-box {
    flex-direction: column;
  }
}
.recently-released {
  background: #fff !important;
  border-radius: 4px;
  width: 100%;
}

.project-title {
  position: relative;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding: 8px 15px;
}
.project-title:after {
  content: "";
  position: absolute;
  background-color: #0084ff;
  left: 5%;
  width: 20%;
  height: 2px;
  bottom: -1px;
}
.project-content {
  padding: 15px;
  overflow: hidden;
}

.project-content li {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 0;
  display: block;
  clear: both;
  overflow: hidden;
  border-bottom: 1px dashed #dedede;
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.project-content li:last-child {
  border-bottom: 0;
}
.project-content li a:hover {
  color: #5ba4ff;
}
.project-content #num-1 {
  background: #f55c5f;
}
.project-content #num-2 {
  background: #5cc1f5;
}
.project-content #num-3 {
  background: #5c8ef5;
}
.project-content h4 {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 6px;
  color: #fff;
  border-radius: 10px 0 10px 0;
  background: #ddd;
}
/*jt*/
.contents-pic {
    overflow: hidden; 
    position: relative; 
}

.imgs-bd ul {
    display: flex; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    transition: transform 0.3s; 
}

.imgs-bd li {
    flex: none;         
    margin-right: 10px;
}

.imgs-bd li:last-child {
    margin-right: 0;  
}

.contents-pic {
    overflow-x: scroll;  
    white-space: nowrap; 
    -webkit-overflow-scrolling: touch;
}

.imgs-bd ul {
    display: flex;  
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.imgs-bd li {
    flex: none;  
    margin-right: 10px;
}

.imgs-bd li:last-child {
    margin-right: 0; 
}
.imgs-bd li img {
    height: 200px!important;       
    width: 140px!important;           
    display: block;       
    object-fit: cover;   
    max-width: 100%; 
	border: 2px solid #ee9a0c;
}

.screenshot {
    display: flex;
    justify-content: center; 
    align-items: center;   
    height: 6px;
    border-bottom: 1px solid #FAAB47;
    margin: 20px 0 20px 0;
}

.screenshot span {
    font-weight: normal;
    background: #fff;
    color: #666;
    padding: 2px 5px;
    border: 1px solid #43A4DE;
    border-radius: 5px;
}

/*dx*/

.download {
    position: relative;
    background-color: #fff;
    padding: 1px 15px 15px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.down-right {
    position: absolute;
    right: 16px;
    top: 16px;
    height: 24px;
    line-height: 24px; 
    width: 90px; 
    text-align: center;
    font-size: 12px;
    background-color: #d88013;
    color: #fff;
transform: translate(38px,-8px) rotate(
45deg);
}

.down-tion h3 {
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 10px;
}

.fj-download {
    display: inline-block;
	width: 100%;
    border: 1px solid transparent;
    padding: 3px 12px;
    line-height: 1.5;
    border-radius: 25px;
    color: #fff;
    background-color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.xz-option {
    padding: 0 10px;
    padding-top: 15px;
    background: #e9e9e9;
    border-radius: 4px;
    margin-bottom: 15px;	
}
.xz-option li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 20px 20px;
	    font-size: 12px;
}
.xz-option li {
    position: relative;

}

.xz-option li::before {
    content: ""; 
    position: absolute;
    height: 100%;
    width: 1px;
    left: 5px;
      background: rgb(7, 184, 255);
	 top: calc((14px - 3px) / 2);
}

.xz-option li::after {
    content: ""; 
    position: absolute;  
}

.xz-option li:last-child::before {
display: none;}
.xz-option li::after {
    left: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 11px;
    height: 11px;
    background-color: #07b8ff;
    flex-shrink: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-image: initial;
    border-radius: 50%;
}
/*fj*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
.body-content table {
    width: 100%;
    table-layout: fixed;
}
table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 15px;
    word-break: normal;
} 