/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
 *{
	 margin: 0;
	 padding: 0;
 }
.mui-plus header.mui-bar {
	display: none;
}

.mui-plus .mui-bar-nav~.mui-content {
	padding: 0;
}

/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description {
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

.align_SX {
	position: absolute;
	left: 50%;
	top: 50%;
	;
	transform: translate(-50%, -50%);
}

#slider2 .mui-slider-indicator .mui-indicator {
	display: inline-block;
	width: 40px;
	height: 5px;
	margin: 10px 20px;
	cursor: pointer;
	border-radius: 0%;
	-webkit-box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);
	box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);
}

#slider2 .tit {
	height: 50px;
	width: 1200px;
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0);
}

#slider2 .tit>h2 {
	color: white;
	display: inline-block;
	float: left;
}

#slider2 .tit>div {
	width: 300px;
	height: 100%;
	display: inline-block;
	float: right;
}

#slider2 .mui-segmented-control {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
	border: none;
	border-radius: 3px;
	background-color: white;
	-webkit-touch-callout: none;
}

#slider2 .mui-segmented-control .mui-control-item {
	line-height: 38px;
	display: table-cell;
	overflow: hidden;
	width: 1%;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 2px solid #ccc;
	border-color: #ccc;
	border-left: none;
	position: relative;
}

#slider2 .mui-control-item:after {
	content: "|";
	color: #ccc;
	position: absolute;
	right: 0;
}

#slider2 .mui-control-item:last-child:after {
	content: "";
}

#slider2 .mui-segmented-control .mui-control-item.mui-active {
	color: #41BF7D;
	background-color: #fff;
	border-color: #41BF7D;
}

#slider2 a {
	color: #000;
}

#textBox,
#textBox2,
#textBox3,
#textBox4 {
	background: #41BF7D;
	color: white;
	height: 395px;
	position: relative;
}
#textBox{
	margin-top: -10px;
}
#textBox4 {
	height: 180px;
}

#textBox3 {
	height: 330px;
	background: #e2e2e2;
	color: #000;
}

#textBox2 {
	height: 660px;
}

.mui-text2 {
	word-wrap: break-word;
	/* 长单词或URL强制换行 */
	word-break: break-all;
	/* 允许在任意字符间断行 */
}

#textBox2 .mui-table-view-cell:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #41BF7D;
}

#textBox2 .mui-content * {
	border: none;
}

#textBox2 img {
	width: 360px;
	height: 280px;
}

#textBox2 h3 {
	margin: 5px 0 15px 0;
}

#textBox2 .box {
	width: 360px;
	margin: 0 auto;
	height: 170px;
	background: #5FCF93;
	margin-top: -10px;
	padding: 1rem;
	color: white;
}

#heibox {
	height: 500px;
	background: #3B4A47;
}

#heibox * {
	border: none;
}

#heibox .mui-control-content {
	min-height: 500px;
}

#heibox .mui-grid-view {
	background: rgba(0, 0, 0, 0);
}

#heibox .mui-grid-view * {
	background: rgba(0, 0, 0, 0);
}

#heibox .mui-grid-view .img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
}

#heibox .img2 {
	width: 18px;
	height: 18px;
}

.dh_ div {
	margin-bottom: 2rem;
}

.dh_ div:hover {
	cursor: pointer;
}

#ccBox .mui-control-content {
	height: 430px;
}

#ccBox .zxbox {
	width: 80%;
	height: 360px;
	margin: 0 auto;
}

#ccBox .zxbox img {
    margin-right: 5%;
    margin-top: 3rem;
    width: 25%;
}

#ccBox .zxbox img:last-child {
	margin-right: 0;
}

#ccBox .zxbox img:first-child {
	margin-left: 5rem;
}

#ccBox .mui-segmented-control {
	font-size: 15px;
	font-weight: 400;
	position: relative;
	display: table;
	overflow: hidden;
	width: 26%;
	table-layout: fixed;
	border: none;
	border-radius: 3px;
	background-color: transparent;
	-webkit-touch-callout: none;
	left: 35%;
	background: rgba(0, 0, 0, 0);
}

#ccBox .mui-segmented-control .mui-control-item.mui-active {
	color: #fff;
	background-color: #41BF7D;
}

#ccBox .mui-segmented-control .mui-control-item {
	line-height: 38px;
	display: table-cell;
	overflow: hidden;
	width: 1%;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	border-color: #007aff;
	border-left: 1px solid #007aff;
	border: none;
}

#textBox3 .rowimg img {
	margin-left: 2rem;
}
.xiayiye{
	width: 100px; height: 100px;  position: absolute;top: 50%; right: 0; transform: translate(-50%,-50%);
	z-index: 999;
}
.shangyiye{
	width: 100px; height: 100px;  position: absolute;top: 50%; transform: translate(50%,-50%);
	z-index: 999;
}
.shangyiye1:hover{
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.xiayiye1:hover{
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.mui-indicator:hover{
	transform: scale(2);
}