.border_radius {
	background-color: #FFFFFF;
}
.flex-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.detailDescribe {
	padding: 40px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.detailDescribe h2 {
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.detailDescribe .detailDescribeItem {
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	letter-spacing: 1px;
	margin-right: 80px;
}

.detailDescribe .detailDescribeItem img {
	width: 18px;
	height: auto;
	margin-right: 8px;
}
.tab:not(:last-child) {
	margin-bottom: 40px;
}
.tab .tabTitle {
	width: 100%;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.tab .tabTitle li {
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	letter-spacing: 1px;
	margin-right: 60px;
	border-bottom: 4px solid #F7F7FA;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tab .tabTitle li.active {
	border-bottom: 4px solid #C91C1C;
}
.tab .tabContent {
	border: 1px solid #ddd;
	border-radius: 5px;
}
.tab .tabContent .comments {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 400px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px;
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	letter-spacing: 1px;
}
.tab .tabContent .comments .download {
	display: block;
	height: 36px;
	border-radius: 4px;
	background-color: #C91C1C;
	padding: 0 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
	margin-top: 60px;
}
.tab .tabContent .comments .download a {
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
}


@media screen and (min-width: 750px) and (max-width: 1200px) {
	.detailDescribe {
		padding: 30px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.detailDescribe h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.detailDescribe .detailDescribeItem {
		font-size: 16px;
		margin-right: 40px;
	}

	.detailDescribe .detailDescribeItem img {
		width: 14px;
	}
}

@media screen and (min-width: 300px) and (max-width: 750px) {
	.detailDescribe {
		padding: 20px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.detailDescribe h2 {
		font-size: 20px;
		font-family: PingFangSC-Semibold, PingFang SC;
		font-weight: 600;
		color: #333333;
		line-height: 24px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	
	.detailDescribe .detailDescribeList {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.detailDescribe .detailDescribeList .detailDescribeItem {
		font-size: 14px;
		margin-right: 10px;
	}
	
	.detailDescribe .detailDescribeList .detailDescribeItem img {
		width: 14px;
	}
}
	