

/* 移动端适配 */
.container-m {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.container-m .rule {
  font-size: 0.28rem;
	line-height: 0.6rem;
	letter-spacing: 0.01rem;
}

.container-m .scroll-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.container-m .mainContent {
  background: #fff;
  border-radius: 0.05rem;
  width: 6.98rem;
  margin: 5rem auto 2rem;
  padding: initial;
  padding-bottom: 0.1rem;
}

.container-m .select-wrap {
  width: 6.57rem;
  height: 0.81rem;
  line-height: 0.81rem;
  border: solid 0.01rem #ce9e70;
  margin: 0 auto 0.31rem;
}

.container-m .content {
  margin: 0.37rem 0 0.46rem;
  background: #fff;
}

.container-m .content-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto !important;
}

.container-m .content-fixed .img-message {
  display: none;
}

.container-m .content-fixed .table {
  overflow: scroll;
  position: absolute;
  bottom: 0.2rem;
  top: 0;
  margin-top: 1.6rem;
  overflow-x: hidden;
  left: 50%;
  transform: translate(-50%);
}

.container-m .select-btn {
  width: 1.25rem;
  height: 0.82rem;
  background: url('../images/m/btn.jpg') no-repeat;
  background-size: cover;
  cursor: pointer;
}
.container-m .select {
  position: relative;
  display: inline-block;
}

.container-m .select label {
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.02rem;
  color: #ce9e70;
  margin-left: 0.3rem;
  vertical-align: middle;
}

.container-m .select .city {
  height: 0.81rem;
  width: 1.6rem;
  font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.02rem;
  color: #c30714;
  outline: none;
  padding-left: 0.1rem;
  border: none;
  background: transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /*去掉下拉箭头*/
}

.container-m .triangle {
  position: absolute;
  top: 0.37rem;
  width: 0.16rem;
  height: 0.08rem;
  left: 2.2rem;
}

.container-m .table{
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.container-m .gridtable {
  width: 6.56rem;
  margin: 0 auto;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.container-m .gridtable tr {
  height: 0.96rem;
}

.container-m .gridtable td:first-child {
  height: 0.96rem;
}

.container-m .gridtable tr.title {
  background-image: linear-gradient(-35deg, 
		#cf9e6c 12%, 
		#eac292 100%), 
	linear-gradient(
		#cf9f65, 
		#cf9f65);
	background-blend-mode: normal, 
		normal;
	border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.container-m .gridtable th {
  font-family: FZLTZHK--GBK1-0;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.12rem;
	letter-spacing: 0.02rem;
  color: #ffffff;
  text-align: center;
  background: transparent;
 }

.container-m .gridtable td {
  font-size: 0.26rem;
	line-height: 0.4rem;
  letter-spacing: 0.02rem;
}
.container-m .gridtable td:first-child,
.container-m .table-header span:first-child {
  width: 31%;
}

.container-m .gridtable td:nth-child(2),
.container-m .table-header span:nth-child(2) {
  width: 52%;
}

.container .gridtable td:nth-child(3),
.container-m .table-header span:nth-child(3) {
  width: 17%;
}

.container-m .link {
  width: 1.48rem;
	height: 0.42rem;
  border-radius: 0.21rem;
  font-size: 0.24rem;
	line-height: 0.42rem;
	letter-spacing: 0.01rem;
}

.container-m .img-2 img{
  width: 4.64rem;
}

.container-m .img-1 img {
  width: 3.93rem;
}

.container-m .img-4 img {
  width: 3.23rem;
  margin-bottom: 0.54rem;
}

.container-m .toTop {
  position: fixed;
  width: 0.96rem;
  height: 0.96rem;
  background: url('../images/m/top.png') no-repeat;
  bottom: 0.8rem;
  right: 0.27rem;
  background-size: contain;
}

.container-m .hide {
  display: none;
}

.container-m .sticky-nav {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: ;
  top: 0;
  background: #fff;
  z-index: 1001;
}

.container-m .table-header {
  margin: 0 auto;
  width: 6.56rem;
  height: 0.96rem;
  line-height: 0.96rem;
	background-image: linear-gradient(-35deg, 
		#cf9e6c 12%, 
		#eac292 100%), 
	linear-gradient(
		#cf9f65, 
		#cf9f65);
	background-blend-mode: normal, 
		normal;
	border-radius: 0.1rem 0.1rem 0rem 0rem;
}

.container-m .table-header span {
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.12rem;
	letter-spacing: 0.02rem;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
