body {
	height: 100%;
}

input:focus {
	outline: none;
}
input::-webkit-input-placeholder {//webkit内核
　　
    font-size:0.3rem;
}
input::-zom-input-placeholder {//zom内核
　　
    font-size:0.3rem;
}
input::input-placeholder {//zom内核
　　
    font-size:0.3rem;
}
.M_totalCase {
	width: 7.5rem;
	margin: 0 auto;

}

.M_totalCase>img {
	display: block;
	width: 100%;
}

.M_totalCase a>img {
	display: block;
	width: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*表单 */
.M_totalCase .layui-form{
	width: 7.5rem;
	margin: 0 auto;
	padding-bottom: 1rem;
	background-color: #fff;
}

.M_totalCase .tabright input {
	display: block;
	width: 5.86rem;
	margin: 0 auto;
	height: .8rem;
	border-radius: 0.1rem;
	border: 0.01rem #d9d9d9 solid;
	margin-bottom: 0.20rem;
	text-indent: .2rem;
	font-size: 0.26rem;
	font-weight: 700;
	color: #9f9f9f;
	letter-spacing: 0.02rem;

}

.M_totalCase  .layui-form .layui-btn {
	display: block;
	width: 5.86rem;
	margin: 0 auto;
	height: .8rem;
	text-indent: 0;
	font-size: 0.3rem;
	font-weight: 700;
	color: #fff;
	background-image: linear-gradient(to right, #a1755c, #dbb898);
	letter-spacing: 0.02rem;
	border-radius: 0.1rem;
	border: 0;
	margin-top: 0.3rem;
}

.tabright,
.tabright1 {
	position: relative;
}

.tabright .anquan {
	width: 1.2rem;
	display: block;
	position: absolute;
	top: 0.2rem;
	right: 1rem;
}

.tabright1 .layui-btn {
	font-size: 0.4rem;
	text-indent: -1.4rem;
}

.tabright1 em {
	position: absolute;
	right: 1.7rem;
	top: 0.2rem;
	color: #fff;
	font-style: normal;
}

.M_totalCase .M_totalCase_offer {
	background-color: #fff;
	padding-bottom: 0;
}

.M_totalCase .M_totalCase_offer1 {
	width: 7.5rem;
	margin-top: 0.3rem;
	padding-bottom: 0;
}
