.mobileBreadcrumb{
  color:#00000099;
  height:36px;
  line-height: 36px;
}

.mobileBreadcrumb a,.mobileBreadcrumb span{
  font-family: 'NunitoSans-Medium';
  font-size: 1rem;
  text-decoration: none;
  color:#00000099;
}
.mobileBreadcrumb span{
  color:#000000;
}

.rightImg img{
  width:100%;
  height:auto;
  border-radius:12px;
}

.topYellowBgWrap{
  background-color: #FFF1E9;
  border-radius: 24px;
  margin-top:40px;
  padding:20px;
  margin-bottom: 100px;
}
.productInfo img{
  width: 60px;
  height:60px;
  margin-right:21px;
}
.productInfo h3{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.75rem;
  line-height: 2.45rem;
  margin-bottom: 0px;
}
.productItem .text{
  color:#00000099;
  font-size: 1.125rem;
  line-height: 1.4rem;
  margin-top:24px;
  margin-bottom:24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.topYellowBgWrap .textList{
  padding-left: 25px;
}
.topYellowBgWrap .textList li{
  font-size: 1rem;
  line-height: 1.72rem;
}
.topYellowBgWrap .col-12{
  padding:0px;
}
.productItem .iconOrangeBtn, .productItem .whiteBtn{
  width:156px;
  height:52px;
  padding:0 12px;
  line-height: 52px;
  font-size: 1.25rem;
}
.productItem .iconOrangeBtn img{
  width:21px;
  height:21px;
  margin-bottom:5px;
}
.productItem .iconOrangeBtn span{
  margin-left:8px;
}
.productItem .winBtn,.productItem .macBtn{
  margin-top:40px;
}
.productItem .winBtn a:nth-child(2),.productItem .macBtn a:nth-child(2){
  margin-left:0;
  margin-top: 12px;
}
.winBtn{
  display: flex;
}
.macBtn{
  display: none;
}
*[data-sys="win"] .productItem .macBtn, *[data-sys="mac"] .productItem .winBtn{
  display: none;
}
*[data-sys="win"] .availableDiv .oschangeIconWin, *[data-sys="mac"] .availableDiv .oschangeIconMac{
  color:#E08349;
}
*[data-sys="win"] .winBtn, *[data-sys="mac"] .macBtn{
  display: flex;
}

.availableDiv{
  margin:20px 0;
}
.availableDiv span{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.125rem;
  margin-right:5px;
}
.availableDiv div{
  cursor:pointer;
  color:#0000008C;
}
.oschangeIconMac, .oschangeIconWin {
  margin-left: 8px;
}

.availableDiv div:hover, .availableDiv .active{
  color:#E08349;
}
.iconOrangeTwoRowBtn{
  display: flex;
  font-family: 'NunitoSans-SemiBold';
  /* padding: 0 20px; */
  /* font-size: 1.5rem;
  text-align: center; */
  border-radius: 8px;
  border: 1px solid #E08349;
  color: #fff;
  background: linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
  text-decoration: none;
  width:100%;
}
.iconOrangeTwoRowBtn div{
  margin-left:10px;
  height: 60px;
}
.iconOrangeTwoRowBtn div span{
  font-size: 1.25rem;
}
.iconOrangeTwoRowBtn div label{
  font-family: 'NunitoSans-Regular';
  font-size: 0.875rem;
}
.iconOrangeTwoRowBtn:hover{
  background: #E05149;
}
.iconOrangeTwoRowBtn:active{
  background: #E05149;
  color: #ffffff;
}
.whiteTwoRowBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 60px;
	padding: 0 42px;
	line-height: 60px;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E05149;
  color: #E05149;
	text-decoration: none;
  width:100%;
}
.whiteTwoRowBtn span{
  font-size: 1.5rem;
}
.whiteTwoRowBtn label{
  font-size: 0.875rem;
}
.whiteTwoRowBtn:hover{
  color: #ffffff;
  background: #E05149;
}
.whiteTwoRowBtn:active{
  color: #ffffff;
  background: #E05149;
}
.btnWrap {
  flex-flow: column;
}


.pagesContent {
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
}

.pagesContentWrap{
  flex:1;
}
.content-item{
  /* padding:40px 0; */
  display: none;
}
.active{
  display: block;
}
.content-item .textList {
  padding: 24px 41px;
  margin-bottom: 0;
  border-left: none;
}

.newFreewareContent {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #D7D7D7;
  flex-flow: column;
}
.content-item .nameWrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto;
  width: fit-content;
  min-width: 150px; /* 可选：设置最小宽度 */
  background-color: #F4F4F4;
  width: 100%;
  padding: 12px 0;
}
.special-item-top .nameWrap{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.special-item-bottom .nameWrap{
  border-bottom-left-radius: 0;
}
.special-item-top .newFreewareContent{
   border-top: none;
}
.nameWrap .name{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.5rem;
  color:#000000;
}
.nameWrap .date{
  color:#00000099;
  font-size: 1rem;
}
.content-item .title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: 'NunitoSans-SemiBold';
  color:#000000;
  margin-top:20px;
  margin-bottom: 0px;
}
.content-item .text{
  margin-top:20px;
  color:#00000099;
  font-size:1rem;
  line-height: 1.4rem;
  margin-bottom:0px;
}

.paginationWrap{
  margin-top:60px;
  margin-bottom: 80px;
}
.paginationWrap .paginationList{
  gap:12px;
  padding-left: 0px;
  flex-wrap: wrap;
}
.page-item{
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #D7D7D7;
  font-size: 1rem;
  color:#00000099;
  padding:9px 8px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.page-item a{
  color:#00000099;
  line-height: 20px;
}
.page-item a img{
  width:8px;
  height: 13.5px;
}
.page-item.active{
  color:#ffffff;
  background-color: #E08349;
}
.page-item.disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
.newFreeware {
  background: #FAFAFA;
}
.newFreeware h1 {
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2.5rem;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 40px;
}

.oschangeIconWinOrange {
  width: 28px;
  height: 28px;
  background: url('/assets/images/icon/win-orange.png') 0 0 no-repeat;
  background-size:100% 100%;
}
.oschangeIconMacBlack {
  width: 28px;
  height: 28px;
  background: url('/assets/images/icon/mac-black.png') 0 0 no-repeat;
  background-size:100% 100%;
}
.oschangeIconWinBlack {
  width: 28px;
  height: 28px;
  background: url('/assets/images/icon/win-black.png') 0 0 no-repeat;
  background-size:100% 100%;
}
.oschangeIconMacOrange {
  width: 28px;
  height: 28px;
  background: url('/assets/images/icon/mac-orange.png') 0 0 no-repeat;
  background-size:100% 100%;
}



@media (min-width: 768px) {

  .topYellowBgWrap{
    padding:32px;
  }
  .iconOrangeTwoRowBtn, .whiteBtn, .whiteTwoRowBtn{
    width: 254px;
  }
  .btnWrap .whiteBtn, .whiteTwoRowBtn{
    margin-top: 0px;
    margin-left: 24px;
  }
  .btnWrap {
    flex-flow: row;
  }
  .productItem .winBtn a:nth-child(2),.productItem .macBtn a:nth-child(2){
    margin-left:8px;
    margin-top: 0;
  }
    .paginationWrap{
    margin-bottom: 120px;
  }
  .content-item .nameWrap{
    width: 200px;
    padding: 0;
  }

  .newFreewareContent {
  flex-flow: row;
}

.special-item-top .nameWrap{
  border-top-left-radius: 12px;
    border-top-right-radius: 0;
}
.special-item-bottom .nameWrap{
  border-bottom-left-radius: 12px;
}

.content-item .textList {
  border-left: 1px solid #D7D7D7;
}
}
.newFreeware h1 {
  font-size: 2rem;
}

@media (min-width: 1024px) {

  .productItem .text{
    -webkit-line-clamp: 3;
  }

  .topYellowBgWrap{
    padding:32px 20px;
  }
  .topYellowBgWrap .text{
    margin-top:18px;
  }
    .iconOrangeBtn,.whiteBtn, .whiteTwoRowBtn{
    width: 254px;
  }
    .flexRowStart.bottomContentWrap{
    gap:36px;
    align-items: start;
  }

  .content-item .nameWrap{
    width: 200px;
  }
.newFreeware h1 {
  font-size: 2.5rem;
}
}
@media (min-width: 1200px) {
  .topYellowBgWrap{
    padding:48px 30px;
  }
  .topYellowBgWrap .winBtn,.topYellowBgWrap .macBtn{
    margin-top:30px;
  }
}
@media (min-width: 1464px) {

  .topYellowBgWrap{
    padding:64px 60px;
  }
  .topYellowBgWrap .text{
    margin-top:24px;
  }
  .topYellowBgWrap .winBtn,.topYellowBgWrap .macBtn{
    margin-top:24px;
  }
    .flexRowStart.bottomContentWrap{
    gap:40px;
  }

  .paginationWrap{
    margin-bottom: 100px;
  }
  .content-item .nameWrap{
    width: 240px;
  }
}