.new-center-box{
  margin:0;
  margin-top:100px;
	background-color: #ffffff;
	border-radius: 20px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}
.new-center-box .center-left{
  padding:40px 10px 30px 10px;
  border-right:1px solid #ebebeb;
}
.new-center-box .center-left h3{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.new-center-box .center-left p{
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
  color: #000000;
  margin-top:8px;
}
.new-center-box .center-left ul{
  margin-top:35px;
  padding-left:20px;
}
.new-center-box .center-left ul li{
  font-family: Open Sans;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #555555;
  margin-top:10px;
}
.new-center-box .center-right{
  padding-bottom:30px;
}
.new-center-box .center-right a{
  width: 220px;
	height: 54px;
  border-radius: 27px;
  border: solid 2px #35b1ff;
  text-decoration:none;
  margin-top:43px;
  color:#35b1ff!important;
}
.new-center-box .center-right a:hover{
  color:#fff!important;
  background-color:#35b1ff;
}
.new-center-box .center-right a img{
  margin-left:25px;
}
.new-center-box .center-right span{
  margin-top:20px;
}
.reviews-top-title{
  padding:0 15px;
}
.reviews-top-title h3{
  font-size: 24px;
	font-weight: bold;
	line-height: 32px;
  color: #000000;
  margin-top:98px;
}
.reviews-top-title p{
  font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
  color: #555555;
  margin-top:25px;
}
.reviews-top-content{
  margin-top:25px;
  border-top:1px solid #eee;
  padding:0 15px;
}
.review-top-item{
  min-height:150px;
  margin:0;
  margin-top:20px;
  border-bottom:1px solid #eee;
}
.review-top-item .review-item-right{
  align-items: flex-start;
  padding:20px 0;
}
.review-item-right .right-title{
  font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
}
.review-item-right .right-text{
  font-family: Open Sans;
	font-size: 14px;
	line-height: 26px;
  color: #555555;
  margin-top:17px;
  max-width:100%;
}
.review-top-item .review-item-left{
  align-items: flex-start;
  padding:0;
}
.review-top-item .review-item-left ul{
  list-style: none;
}
.review-top-item .review-item-left ul li:nth-child(1){
  margin-left:0;
}
.review-top-item .review-item-left ul li{
  float: left;
  margin-left:8px;
}
.review-item-left .item-left-user{
  margin-top:10px;
}
.review-item-left .item-left-date{
  margin-top:8px;
}
.new-version-title{
	font-size: 34px;
	font-weight: bold;
  color: #000000;
  text-align:center;
  margin-top:120px;
}
.new-version-box{
  border-radius: 20px;
  border: solid 1px #eeeeee;
  border-bottom:none;
  margin-top:47px;
  overflow: hidden;
}
.version-item-box{
  min-height:110px;
  border-bottom:1px solid #eeeeee;
}
.version-item-left{
  align-items: start;
  padding-left:80px;
  background-color:#f4f4f4;
}
.version-item-left p:nth-child(1){
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
}
.version-item-left p:nth-child(2){
  font-size: 16px;
	color: #333333;
}
.version-item-right{
  padding:20px 0 20px 40px;
}
.version-item-right ul li{
  font-size: 14px;
	line-height: 28px;
	color: #555555;
}
.center-right .white-btn-icon{
  width:32px;
  height:32px;
  margin-left:25px;
  background:url('../images/icons/win03.png') 0 0 no-repeat;
}
.center-right .white-btn-icon-mac{
  width:32px;
  height:32px;
  margin-left:25px;
  background:url('../images/icons/mac03.png') 0 0 no-repeat;
}
.center-right a:hover .white-btn-icon{
  background:url('../images/icons/win01.png') 0 0 no-repeat;
}
.center-right a:hover .white-btn-icon-mac{
  background:url('../images/icons/mac01.png') 0 0 no-repeat;
}
.review-flex{
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: start;
  padding:0;
}
.review-flex img{
  width:180px;
  height:70px;
}
#pageControl{
  color:#333;
  font-size:16px;
  margin-top:46px;
  cursor: pointer;
}
#pageControlGoFirst{
  margin:0 7px 0 6px;
}
#pageControlGoLast{
  margin:0 6px 0 22px;
}
#pageControl .numberPage{
  margin-left:15px;
}
#pageControl .numberPage-active{
  color:#36b1ff;
}
@media (min-width: 768px){
  .review-top-item{
    margin-top:0;
  }
  .reviews-btm-right{
    margin-left:40px;
  }
  .reviews-top-title{
    padding:0;
  }
  .new-center-box .center-left{
    padding:40px 10px 30px 40px;
    border-right:1px solid #ebebeb;
  }
  .review-flex{
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .review-top-item .review-item-left{
    padding-left:30px;
  }
}