.container-three{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* 绘制菱形 */
.button1{
  display: inline-block;
  background: #FFF;
  color: #333333;
  transform: skewX(-45deg);
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
} 
.button1 > div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 20px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  transform: skewX(45deg);
  cursor: pointer;
  
}
.button1 div span{
	transform: rotateY(180deg);
}
.activeUi1{
	background: #007BE5;
	color: #FFF!important;
}
.button1 + .button1{
	margin-left: 5px;
}
.mask1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -30px;
    width: 125px;
    height: 30px;
    border-bottom: 58px solid #FFF;
    border-left: 58px solid transparent;
}
.mask1 div {
	margin-top: 85px;
	transform: rotateY(180deg);
	font-weight: bold;
}
.button1 div span{
	transform: rotateY(180deg);
}

.content1{
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(0,123,229,0.16);
	opacity: 1;
	padding: 21px;
}
.content1{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.content1-title{
	display: flex;
	padding: 10px 25px 0 32px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.content1-title span + span{
	margin-left: 26px;
}
.back{
	color: #007BE5;
}
.bry{
	width: 100%;
	margin: 20px 25px 10px 32px;
	background: #F3F3F3;
	height: 1px;
	opacity: 1;
}
.content1-wrap{
	padding: 0 13px;
	min-height: 36.7vh;
	display: flex;
	flex-wrap: wrap;
}
.content1-wrap-list{
	margin-top: 20px;
	margin-left: 27px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}