.spiwer {
	height: 45.3333vw;
	background: red;
}

html {
	background: url(./../images/person.png) no-repeat;
	background-size: 100% 100%;
}

.contaier {
	box-sizing: border-box;
	width: 100%;
	padding: 0 4vw;
	margin-top: 17.3333vw;
}

.tab-header {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: .0 2.6667vw;
	background: #f7f6f5;
}

.container {
	padding-bottom: 2vw;
	border-bottom-right-radius: 2vw;
	border-bottom-left-radius: 2vw;
	box-shadow: 0px 1.3333vw 2.048vw 0.64px rgba(68, 83, 115, 0.2);
}

.tab-item-wrap {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 9.3333vw;
	background: #f7f6f5;
}

.tab-item {
	cursor: pointer;
	font-size: 3.7333vw;
	text-align: center;
	color: #363636;
	line-height: 9.3333vw;
}

.tab-item-active {
	color: #ff5b3b;
	position: relative;
}

.tab-item-active::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	width: 5.3333vw;
	height: 1.0667vw;
	background: #ff5b3b;
	border-radius: 0.6667vw;
}

/* *{
    border: 1px solid;
} */
.tab-c-info p {
	font-size: 3.7333vw;
}

.org-wrap {
	width: 100%;
	overflow: hidden;
}

.tab-c-pic {
	width: 28vw;
	height: 18.6667vw;
	border-radius: 0.6667vw;
}

.tab-c-tiem a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
	padding: 2.6667vw 0;
}

.tab-c-tiem a:last-child {
	border: none;
}

.tab-children section {
	padding: 0 2.6667vw;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tab-c-info {
	width: 60vw;
}

.tab-c-info p {
	width: 60vw;
	font-size: 3.7333vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tab-c-else {
	color: #bababa;
	font-size: 3.2vw;
	/* transform: scale(0.8); */
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 2.6667vw;
}

.tab-c-else span {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.org {
	color: #f19437;
}

.tab-children section {
	display: none;
}

nav {
	width: 100%;
	overflow-y: auto;
	height: 10.6667vw;
	background: #f7f6f5;
}

.tab-item {
	cursor: pointer;
	display: inline-block;
	min-width: 16vw;
	height: 10.6667vw;
	text-align: center;
	box-sizing: content-box;
	padding: 0 2.6667vw;
	line-height: 10.6667vw;
	font-size: 4vw;
}

#ul {
	display: flex;
	justify-content: space-between;
	height: 10.6667vw;

	/* overflow: hidden;
    min-width: 100%; */
}
