.indexmain {
	min-width: 12.8rem;
	position: relative;
	overflow: hidden;
	/* height: 1920px; */
  background: #F2F2F2;
}

.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 auto 0 auto;
	position: relative;
	z-index: 7;
}
.equittop{
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  overflow: hidden;
  border-radius: 0.2rem;
  background: rgba(0,0,0,0.2);
}
.bigtab{
  display: flex;
  justify-content: space-between;
}
.bigsmall{
  display: none;
}
.bigbig{
  display: block;
}
.bigh{
  height: 1.5rem;
}
.bigh img{
  display: block;
  cursor: pointer;
}
.tabname{
  margin-top: 0.2rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 1.9rem);
  grid-gap: 0.2rem;
}
.tabname div{
  width: 1.9rem;
  background: url("../images/btn_bgs.jpg") no-repeat center center;
  border: 0.02rem solid black;
  border-radius: 0.08rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.24rem;
  color: #998F7A;
  cursor: pointer;
}
.tabname div:hover{
  color: #CCA352;
}
.activetab{
  color: #CCA352 !important;
  border: 0.02rem solid #CCA352 !important;
}
.equipcenter{
  margin-top: 0.34rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 2rem);
  grid-gap: 0.16rem;
}
.equimg{
  width: 2rem;
  height: 2.4rem;
  text-align: center;
  background: url("../images/equip/bg_equip_list.png") no-repeat center center;
  padding: 0.04rem;
  cursor: pointer;
  position: relative;
}
.equimg:hover{
  background: url("../images/equip/bg_equip_list_hover.png") no-repeat center center;
  font-weight: bold;
  color: #660000;
}
.imgtop{
  width: 1.92rem;
  height: 1.92rem;
  position: relative;
}
.detaiimg {
    padding: 0.15rem;
    width: 1.92rem;
    height: 1.92rem;
    background: #333029;
    border-radius: 0.04rem;
    border: 1px solid #998F7A;
    box-shadow: 0px 0px 30px 2px #000000 inset;
}
.detaiimg img{
  width: 100%;
  height: 100%;
}
.magnifier{
  width: 1.92rem;
  height: 1.92rem;
  padding: 0.36rem;
  position: absolute;
  background: rgba(0,0,0,0.6);
  border-radius: 0.04rem;
  top: 0.04rem;
  display: none;
}
.ctitle{
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.16rem;
  color: #1A1203;
  padding: 0 0.2rem;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.fucengdetail{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 11;
  display: none;
}
.lookbig{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 9.6rem;
  /*height: 4.5rem;*/
  background: url("../images/bg_popup.png") no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 0.33rem 0.36rem 0.3rem 0.31rem;
}
.tantitle{
  font-size: 0.32rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 0.35rem;
}
.close{
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
}
.bigimg{
  width: 100%;
  height: 100%;
}
.tel{
  position: relative;
}
.tcenter img {
    width: 200px;
    height: 200px;
    background: #333029;
    border: 1px solid #998F7A;
    box-shadow: 0px 0px 30px 2px #000000 inset;
    border-radius: 8px;
}
.tandetail{
  width: 5.54rem;
  margin-left: 0.18rem;
}
.ttitle{
  margin: 0.1rem 0 0.19rem 0;
}
.tanleft{
  width: 2.4rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #1A1203;
  margin-bottom: 0.2rem;
}
.tanleft span{
  display: inline-block;
  width: 1.2rem;
  height: 0.32rem;
  background: #caa987;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.16rem;
  color: #1A1203;
  margin-right: 0.11rem;
}
.tanbottom{
  font-size: 0.16rem;
  color: #1A1203;
}
@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;
  }
  .tabname div{
    font-size: 0.28rem;
  }
  .bigbig{
    display: none;
  }
  .bigsmall{
    display: block;
  }
    .lookbig {
        width: 6rem;
        height: 9.6rem;
        text-align: center;
        background: #f2f2f2;
    }
  .tcenter img{
    width: 4rem;
    height: 4rem;
    float: none;
    margin-bottom: 0.2rem;
  }
  .tandetail{
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .close{
    width: 0.4rem;
  }
  .bigstab{
    display: flex;
    justify-content: space-between;
  }
  .bighs{
    width: 1.22rem;
    height: 1.66rem;
  }
  .bigImgs{
    width: 100%;
  }
}