@charset "utf-8";
body {
	margin: 0;
	background-color: #fff;
}
p{
	margin: 0;
	font-size: 0.3rem;
	/* color: #030303; */
}
span{
	color: #030303;
}
.index-r1{
	width: 100%;
	text-align: center;
	padding: 0.5rem 0 0.2rem;
}
.index-r1 img{
	width: 35%;
}
.index-r2{
	width: 100%;
	text-align: center;
	/* padding: 0.5rem 0; */
}
.index-r2 img{
	width: 55%;
}
.index-r3{
	width: 100%;
}

.index-r3 .index-r3-top img,.index-r3-bottom img{
	width: 100%;
	display: block;
}
.index-r3 .index-r3-box{
	padding: 0.3rem 0.9rem;
}
.index-r3 .index-r3-logo{
	text-align: right;
}
.index-r3 .index-r3-logo img{
	width: 55%;
}

.index-r3 .index-r3-box-top img{
	width: 70%;
	display: block;
	margin: 0.8rem auto;
}

.index-r3 .index-r3-div{
	height:2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:0.3rem;
}
.index-r3 .index-r3-div h4{
	/* display: inline; */
	width : 70%;
	font-size: 0.3rem;
	font-weight: bold;
	/* padding-top: 15%; */
	text-align: center;
	padding:0 0.1rem;
}
.index-r3 .index-r3-box p{
	color: #643933;
	font-size:0.28rem
}
.index-r3 .index-r3-box span{
	padding-left: 0.1rem;
}
.index-r3 .index-r3-div img{
	width: 26%;
	margin: 0;
}
.index-r3 .index-r3-div2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0.8rem 0 0.3rem;
}
.index-r3 .index-r3-div2 .index-r3-div2-img1{
	width: 38%;
}.index-r3 .index-r3-div2 .index-r3-div2-img2{
	width: 55%;
}
.index-r3 .index-r3-div2 img{
	width: 100%;
}
.index-r4{
	width: 100%;
	padding: 0.5rem 0 1.6rem;
}

.index-r4 p{
	padding: 0.2rem 0.3rem;
	margin: 0;
	display: block;
	font-weight: normal;
}
.index-r4 span{
	line-height: 1 !important;
	/* font-size: 0.28rem !important; */
}
.index-r4 h4{
	padding: 0.2rem 0.3rem;
	margin: 0;
	background-color: #e8e8e8;
	color: #999999;
	font-weight: normal;
}
.index-r4 h4 span{
	color: #d34f5a;
	font-size: 0.36rem;
	/* font-weight: 600; */
}
.index-r4 img{
	width:100%;
	display: block;
}
.index-r5{
	background-color: #ffffff;
	padding: 0.5rem 0.5rem;
	border-radius: 5px;
}
.index-r5 input{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	margin: 0.5rem 0;
	padding: 0;
	border: none;
	border-radius: 15px;
	text-align: center;
	background-color: #eeeeee;
	color: #949191;
}
.index-r5 p{
	color: red;
	font-size: 0.36rem;
}
.p_close{
	width: 35px;
	height: 35px;
	font-size: 0.4rem;
	color: #616161;
	position: absolute;
	top: 2%;
	right: 5%;
}
.index-r5 p:nth-of-type(2){
	width: 60%;
	height: 0.8rem;
	line-height: 0.8rem;
	background-color: #030303;
	border-radius: 5px;
	color: #ffffff;
	margin: 0 auto 0.5rem;
}
.index-r5 img{
	width: 100%;
}

.mui-modal {
	display: flex;
	justify-content: center;
	align-items: Center;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
}

.mui-modal .index-modal {
	display: table-cell;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 0 0.6rem;
	/* display: none; */
	position: relative;
}
.mui-modal .index-modal2 {
	display: table-cell;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 0 0.3rem;
	display: none;
}



.footer {
    padding: 0.2rem 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
}

.footer ul {
    display: table;
	margin: 0;
	padding: 0;
}

.footer ul li {
    width: 1%;
    display: table-cell;
}

.footer ul li span {
    display: block;
    text-align: center;
}

.footer ul li i {
    display: block;
    width: 0.5rem;
    height: 0.45rem;
    margin: 0 auto;
    background-image: url(../img/icon.png);
    background-size: 0.5rem 1.8rem;
    background-repeat: no-repeat;
}

.footer ul li:nth-child(1) i {
    background-position: 0 -0.45rem;
}

.footer ul li:nth-child(2) i {
    background-position: 0 -0.9rem;
}

.footer ul li:nth-child(3) i {
    background-position: 0 -1.35rem;
}

.footer ul li:nth-child(4) i {
    background-position: 0 0;
}
