/* 分类 */
.select-type-content {
	background-color: rgba(246, 246, 246, 1.0);
	border-radius: 10px;
	padding: 20px;

}

.select-type {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.select-lable {
	color: #350cfa;
	font-size: 14px;
	font-weight: bold;
	min-width: 70px;
}

.select-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.select-list-item {
	margin: 0 14px;
	font-size: 14px;
	cursor: pointer;
}

.select-list-item-active {
	color: #350cfa;
	font-weight: bold;
}

/* 搜索 */
.serach-content-sort {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(246, 246, 246, 1.0);
	padding: 20px 10px;
}

.search-content-app {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-content-app-input {
	border: 2px solid rgba(0, 0, 0, 1.0);
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-radius: 4px;
}

.search-content-app-btn {
	background-color: rgba(0, 0, 0, 1.0);
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-left: 10px;
	border-radius: 4px;
	color: white;
	cursor: pointer;
}

.list-sort {
	display: flex;
	align-items: center;
}

.list-sort-item {
	font-size: 15px;
	margin: 0 10px;
	cursor: pointer;
}

.list-sort-item-actvie {
	color: #350cfa;
}

/* 应用列表 */
.app-content {
	margin-top: 30px;
}

.app-list {}

.app-list-item {
	cursor: pointer;
	margin-bottom: 30px;
}

.app-list-item-content {
	padding: 10px;
	background-color: rgba(246, 246, 246, 1.0);
	border-radius: 10px;
}

.app-list-item-a {
	text-decoration: none;
	white-space: nowrap;
}

.app-list-item-title {
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin-top: 10px;
}

.app-price {
	color: #f70010;
	font-size: 20px;
	font-weight: bold;
}

.app-tag {
	margin-top: 4px;
}

.app-tag-list {
	display: flex;
	flex-wrap: wrap;
}

.app-tag-lable {
	padding: 0px 6px;
	background-color: rgba(249, 202, 204, 0.5);
	color: rgba(246, 0, 6, 1.0);
	font-size: 14px;
	margin-right: 4px;
	border-radius: 4px;
}

.app-option-content {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.app-option-item {
	font-size: 14px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	color: #5c6062;
}

.app-option-item-lable {
	margin-left: 4px;
}

.img-set {
	width: 100%;
	/* height: 300px; */
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.app-list-item-img {
	object-fit: contain;
	transition: 0.4s;
	width: 100%;
	height: 260px;
}
@media screen and (max-width: 600px) {
 .app-list-item-img {
 	object-fit: fill;
 	transition: 0.4s;
 	width: 100%;
 	height: 260px;
 }
}
.app-list-item-img:hover {
	transform: scale(1.8);
}

.list-null {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}

.list-null-img {
	width: 40%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.list-null-lable {
	color: #82878a;
}

/* 详情 */
.platformDetail-layout {}

.platformDetail-left {
	margin-bottom: 30px;
}

.platformDetail-left-content {
	width: 100%;
	min-height: 400px;
	padding: 20px;
	background-color: rgba(246, 246, 246, 1.0);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	
}
.platformDetail-show-img {
	width: 320px;
	height: 320px;
}

.platformDetail-set-other {
	margin-left: 20px;
	flex: 1;
}

.platformDetail-set-other-title {
	font-size: 18px;
	font-weight: bold;
}

.platformDetail-set-other-price {
	font-size: 28px;
	font-weight: bold;
	color: #f7504f;
}

.platformDetail-set-other-desc {
	font-size: 16px;
	color: #7b7b7b;
	margin-bottom: 10px;
}

.platformDetail-tags {
	border-radius: 10px;
	padding: 10px;
	background-color: #ecebee;
}

.platformDetail-set-other-tag {
	display: flex;
	font-size: 14px;
	line-height: 30px;
	margin-bottom:4px;
}
.tag-name{
	margin-left: 10px;
}
.tag-lable-title{
	padding: 1px 10px;
	background-color: rgba(249, 202, 204, 0.5);
	color: rgba(246, 0, 6, 1.0);
	font-size: 14px;
	margin-right: 6px;
	border-radius: 4px;
}
.tag-activity-title{
	padding: 1px 10px;
	background-color: rgba(63, 255, 120, 0.2);
	color: rgba(29, 184, 75, 1.0);
	font-size: 14px;
	margin-right: 6px;
	border-radius: 4px;
}
.platformDetail-detail{
	margin-top: 30px;
}
.platformDetail-tab{
	padding: 20px;
	background-color: rgba(246, 246, 246, 1.0);
}
.platformDetail-detail-img{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.platformDetail-detail-img-set{
	width: 32%;
	margin-right: 10px;
	object-fit: contain;
	border: 2px solid rgba(0, 0, 0, 1.0);
	margin-bottom: 6px;
}

.platformDetail-right {}

.platformDetail-right-content {
	width: 100%;
	height: 800px;
	position: relative;
	/* background-color: rgba(246, 246, 246, 1.0); */
	background-image: url(../image/phone_bg.png);
	border-radius: 10px;
	display: none;
}
.platformDetail-content-tuijian{
	width: 100%;
	min-height: 400px;
	border-radius: 10px;
}
.platformDetail-content-tuijian-lable{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.platformDetail-content-tuijian-lable:before{
	content: '.';
	width: 20px;
	height: 20px;
	background-color: #F9DE4B;
	margin-right: 10px;
	color: #F9DE4B;
	border-radius: 20px;
}
.platformDetail-content-list-tuijian{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.app-list-item-tuijian{
	width: 48%;
}
.platformDetail-right-content-iframe-content{
	position: absolute;
	top: 90px;
	left: 30px;
	right: 30px;
	z-index: 9;
}
.iframe-content{
	/* position: absolute; */
}