.indexmain {
	min-width: 12.8rem;
	position: relative;
	overflow: hidden;
	/* height: 1920px; */
  background: #ebecf0;
}

.indexmain .bg_home {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.bg_center{
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.center{
  width: 12.8rem;
  margin: 0.3rem auto 0 auto;
	position: relative;
	z-index: 7;
}
.mtop{
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.mtop img{
  cursor: pointer;
}
.mtitle{
  margin: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #CCA352;
}
table{
  border-top: 0.01rem solid #998F7A;
  border-left: 0.01rem solid #998F7A;
  border-collapse: collapse; /*设置单元格的边框合并为1*/
  border-radius: 0.08rem;
  margin-bottom: 0.3rem;
}
td{
  border-bottom: 0.01rem solid #998F7A;
  border-right: 0.01rem solid #998F7A;
}
.td1{
  width: 2.4rem;
  background: rgba(153,143,122,0.25);
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #660000;
}
.td2{
  font-size: 0.2rem;
  font-weight: bold;
  color: #998F7A;
  height: 0.79rem;
  width: 2.39rem;
  text-align: center;
}
.td3{
  padding: 0.19rem 0.2rem;
  font-size: 0.16rem;
  color: #1A1203;
  line-height: 0.24rem;
  width: 8rem;
}
.pctable{
  display: block;
}
.h5table{
  display: none;
}
@media screen and (max-width: 750px) {
  .bg_home{
    top: 1rem !important;
  }
  .center,.cenright,.bg_home,.indexmain,.rtcenter,.bottomcenter{
    width: 100% !important;
  }
  .center{
    margin-top: 3rem !important;
    padding: 0 0.3rem;
  }
  .indexmain{
    min-width: 100% !important;
  }
  .mtop{
    margin-top: 4.3rem;
  }
  .mtop img{
    width: 2.1rem;
  }
  .td2{
    font-size: 0.28rem;
  }
  .td3{
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}