#case {
	padding: 5vw 0;
	margin-left: 80px;
}

#case .top {
	margin: 0 7%;
	display: flex;
}

#case .top #case-msg {
	width: 70%;
}

#case .top #case-msg img {
	width: 100%;
}

#case .top #case-msg .value {
	font-size: 22px;
	margin: 40px 0;
	color: rgba(0, 0, 0, .5);
	text-indent: 50px;
}

#case .top #case-msg .title {
	font-size: 35px;
	font-family: 'fangzheng';
	margin-bottom: 40px;
	margin-top: 60px;
}

/* 图标列表 */
#case .top #case-msg .icon-list-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin:70px 0;
}

#case .top #case-msg .icon-list-box>div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 15%;
}

#case .top #case-msg .icon-list-box>div img{
	width: 100%;
}

#case .top #case-msg .icon-list-box>div span {
	font-size: 20px;
	margin: 20px 0 15px 0;
	font-weight: bold;
}

#case .top #case-msg .icon-list-box>div p {
	font-size: 17px;
	color: #7970AD;
	text-align: center;
}


/* 架构列表 */
#case .top #case-msg .technology-box {
	display: flex;
	justify-content: space-between;
	margin: 70px 0 100px 0;
}

#case .top #case-msg .technology-box .technology-item {
	width: 17%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#case .top #case-msg .technology-box .technology-item img {
	width: 80%;
	margin: 0 10%;
}

#case .top #case-msg .technology-box .technology-item p {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}

#case .top #case-msg .technology-box .technology-item span {
	/* width: 80%; */
	/* margin: 0 10%; */
	color: #7970AD;
	font-size: 17px;
}

/* 实施场景 */
#case .top #case-msg .scene-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#case .top #case-msg .scene-box .scene-item{
	width: 48%;
	box-shadow: 0 0 20px #ddd;
	padding: 2%;
	margin-bottom: 4%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#case .top #case-msg .scene-box .scene-item p{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4%;
}

#case .top #case-msg .scene-box .scene-item img{
	/* width: 25vw;
	height: 14vw; */
	width: 400px;
	height: 225px;
}



/* 左侧tab */
#case .top .tab-box {
	width: 30%;
	padding-left: 7%;
}

#case .top .tab-box .tab-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* font-weight: bold; */
	background-color: #f2f2f2;
	color: #000;
	height: 90px;
	line-height: 90px;
	border-right: 0;
	cursor: pointer;
}

#case .top .tab-box .tab-item:hover {
	color: #7970AD;
	background-color: #fff;
	border-right: 20px solid #7970AD;
	/* font-weight: bold; */
}

#case .top .tab-box .tab-item:hover .tab-msg {
	font-size: 25px;
}

#case .top .tab-box .active-tab {
	border-right: 20px solid #7970AD;
	color: #7970AD;
	background-color: #fff;
	cursor: default;
	/* font-weight: bold; */
}

#case .top .tab-box .active-tab .icon-box {
	display: none;
}

#case .top .tab-box .active-tab .tab-msg {
	font-size: 25px;
	margin-left: 30px;
}

#case .top .tab-box .tab-item .icon-box {
	width: 70px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: gray;
}

#case .top .tab-box .tab-item .tab-msg {
	font-family: 'fangzheng';
	width: calc(100% - 100px);
}

#case .top .tab-box img {
	width: 100%;
	margin-top: 50px;
}


/* 适用领域 */
#case #case-more {
	margin: 0 7% 70px 7%;
}

#case #case-more .example-content .title {
	font-size: 30px;
	font-family: 'fangzheng';
	margin-bottom: 60px;
}

#case #case-more .example-content .example-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}

#case #case-more .example-content .example-list .example-item {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#case #case-more .example-content .example-list .example-item img {
	width: 100%;
}

#case #case-more .example-content .example-list .example-item .bt {
	background-color: #000;
	color: #fff;
	border-radius: 1000px;
	padding: 5px 30px;
	margin-top: 50px;
	font-size: 20px;
	cursor: pointer;
}

#case #case-more .example-content .example-box {
	box-shadow: 0 0 10px #ccc;
	border-radius: 20px;
	padding: 30px 50px 50px 50px;
	width: 70%;
	display: none;
}

#case #case-more .example-content .active-example {
	display: block;
}

#case #case-more .example-content .example-box .title {
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	color: #7970AD;
	font-style: oblique;
	font-family: "youshe";
	margin-bottom: 0;
}

/* 上字下图 */
#case #case-more .example-content .example-box.example-box-bottomImg .value {
	margin: 30px 0;
	color: rgba(0, 0, 0, .5);
	text-indent: 40px;
	font-size: 20px;
}

#case #case-more .example-content .example-box.example-box-bottomImg .img-box {
	display: flex;
	align-items: flex-end;
}

#case #case-more .example-content .example-box.example-box-bottomImg .img-box img {
	width: 60%;
}

#case #case-more .example-content .example-box.example-box-bottomImg .bt-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	width: 40%;
}

/* 左图右字 */
#case #case-more .example-content .example-box.example-box-leftImg .value-box {
	display: flex;
	margin-top: 50px;
}

#case #case-more .example-content .example-box.example-box-leftImg .value-box img {
	width: 55%;
	height: auto;
}

#case #case-more .example-content .example-box.example-box-leftImg .value-box .msg {
	width: 40%;
	margin-left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#case #case-more .example-content .example-box.example-box-leftImg .value-box .msg .value {
	color: rgba(0, 0, 0, .5);
	/* margin-top: 15px; */
	font-size: 20px;
	text-indent: 40px;
}

#case #case-more .example-content .example-box.example-box-leftImg .bt-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	width: 100%;
}

#case #case-more .example-content .example-box .bt-box .bt {
	display: inline-block;
	background-color: #000;
	color: #fff;
	border-radius: 1000px;
	padding: 5px 30px;
	margin-left: 20px;
	font-size: 17px;
}

#case #case-more .example-content .example-box .bt-box .bt a {
	color: #fff;
}

@media (max-width: 1680px) {
	#case .top .tab-box .active-tab {
		border-right: 17px solid #7970AD;
	}

	#case .top .tab-box .tab-item:hover {
		border-right: 17px solid #7970AD;
	}

	#case .top .tab-box .tab-item:hover .tab-msg {
		font-size: 20px;
	}

	#case .top .tab-box .active-tab .tab-msg {
		font-size: 20px;
		margin-left: 30px;
	}
}

@media (max-width: 1600px) {
	#case .top .tab-box .tab-item .icon-box {
		width: 50px;
	}

	#case .top .tab-box .tab-item .tab-msg {
		width: calc(100% - 80px);
	}
	
	#case .top #case-msg .scene-box .scene-item img{
		width: 350px;
		height: 197px;
	}
}

@media(max-width: 1440px) {
	#case .top .tab-box .active-tab {
		border-right: 15px solid #7970AD;
	}

	#case .top .tab-box .tab-item:hover {
		border-right: 15px solid #7970AD;
	}

	#case .top .tab-box .tab-item:hover .tab-msg {
		font-size: 18px;
	}

	#case .top .tab-box .active-tab .tab-msg {
		font-size: 18px;
		margin-left: 20px;
	}

	#case .top #case-msg .technology-box .technology-item p {
		font-size: 17px;
	}

	#case .top #case-msg .technology-box .technology-item span {
		font-size: 15px;
	}

	#case .top #case-msg .value {
		font-size: 20px;
	}

	#case .top #case-msg .title {
		font-size: 30px;
	}

	#case #case-more .example-content .title {
		font-size: 25px;
	}
	
	#case #case-more .example-content .example-box.example-box-leftImg .value-box .msg .value{
		font-size: 17px;
	}
	
	#case #case-more .example-content .example-box.example-box-bottomImg .value{
		font-size: 17px;
	}

	#case #case-more .example-content .example-box .value {
		font-size: 17px;
	}

	#case #case-more .example-content .example-box .img-box .bt-box .bt {
		font-size: 15px;
		padding: 5px 20px;
	}

	#case .top .tab-box .active-tab {
		font-size: 30px;
	}
	
	#case .top #case-msg .scene-box .scene-item p{
		font-size:17px;
	}
	
	#case .top #case-msg .scene-box .scene-item img{
		width: 340px;
		height: 190px;
	}
}

@media(max-width: 1400px) {
	#case .top .tab-box .tab-item:hover .tab-msg {
		font-size: 16px;
	}

	#case .top .tab-box .active-tab .tab-msg {
		font-size: 16px;
		margin-left: 20px;
	}
}

@media(max-width: 1366px) {
	#case #case-more .example-content .example-box.example-box-leftImg .value-box .msg .value{
		font-size: 15px;
	}
	
	#case #case-more .example-content .example-box.example-box-bottomImg .value{
		font-size: 15px;
	}
	
	#case .top .tab-box .active-tab {
		border-right: 13px solid #7970AD;
	}

	#case .top .tab-box .tab-item:hover {
		border-right: 13px solid #7970AD;
	}

	#case .top #case-msg .technology-box .technology-item span {
		font-size: 14px;
	}
	
	#case .top #case-msg .scene-box .scene-item p{
		font-size:15px;
	}
	
	#case .top #case-msg .scene-box .scene-item img{
		width: 330px;
		height: 185px;
	}
}

@media(max-width: 1280px) {
	#case .top .tab-box .active-tab {
		border-right: 10px solid #7970AD;
	}

	#case .top .tab-box .tab-item .icon-box {
		width: 40px;
	}

	#case .top .tab-box .tab-item:hover {
		border-right: 10px solid #7970AD;
	}

	#case .top .tab-box .tab-item .tab-msg {
		width: calc(100% - 60px);
	}

	#case .top #case-msg .value {
		font-size: 17px;
	}

	#case .top #case-msg .title {
		font-size: 25px;
	}

	#case #case-more .example-content .title {
		font-size: 23px;
	}

	#case #case-more .example-content .example-box .value {
		font-size: 15px;
	}

	#case #case-more .example-content .example-box .img-box .bt-box .bt {
		font-size: 13px;
		padding: 5px 20px;
	}

	#case .top .tab-box .active-tab {
		font-size: 27px;
	}

	#case {
		margin-left: 0px;
	}

	#case .content {
		width: 100vw;
	}
	
	#case .top #case-msg .icon-list-box>div {
	    width: 17%;
	}
	
	#case .top #case-msg .icon-list-box>div img{
		width: 80%;
	}
	
	#case .top #case-msg .icon-list-box>div span{
		font-size: 17px;
	}
	
	#case .top #case-msg .icon-list-box>div p{
		font-size: 15px;
	}
	
}
