body {
	height: 100%;
}
input:focus {
        outline:none;
    }
.M_bs {
	width: 7.5rem;
	margin: 0 auto;
}

.M_bs>img {
	width: 100%;
	display: block;
}
.M_bs>a{
	
}
.M_bs>a,
.M_bs>a img {
	width: 100%;
	display: block;
}

.swiper {
	width: 7.5rem;
	height: 8.9rem;
	
}
.M_bs .mySwiper1{
	height: 6.1rem;
}
.swiper img {
	width: 100%;
	display: block;
}

.layui-form {
	width: 7.5rem;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.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.18rem;
	font-weight: 700;
	color: #9f9f9f;
	letter-spacing: 0.02rem;
	
}
.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-color: #c2272d;
	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;
}
.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 a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
