.content {
  margin: 0 auto;
  width: 14rem;
}
.textTitle {
  margin-bottom: 0.14rem;
  font-size: 0.38rem;
  line-height: 0.47rem;
  text-align: center;
  font-weight: bold;

  color: #323232;
}
.line {
  margin: 0 auto 0.22rem;
  width: 0.88rem;
  height: 0.06rem;
  background: #0063b9;
}

.english {
  /* margin-bottom: 0.25rem; */
  font-size: 0.16rem;
  line-height: 0.21rem;
  text-align: center;

  font-weight: 400;
  color: #999999;
}
.demo .banner {
  height: 6rem;
  width: 100%;
  background-image: url(../img/index_slices/蒙版组\ 235.png);
}
.tabBar {
  display: flex;
  justify-content: center;
  height: 0.58rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #eeeeee;
}
.tabBar .item {
  width: 2rem;
  height: 0.58rem;
  font-size: 0.18rem;
  line-height: 0.58rem;
  text-align: center;
  color: #666666;
}
.tabBar .active {
  background-color: #0063b9;
  color: #ffffff;
}
.hkList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.32rem;
}
.hkItems{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
    box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(36,74,155,0.2);
    cursor: pointer;
}
.hkItems:nth-child(3n){
    margin-right: 0;
}
.hkItems:hover .hk_mbbox{
    opacity: 1;
}
.hkItems:hover .imgs_hk{
    transform: scale(1.05);
}

.hangkong{
    padding:0.7rem 0 0.5rem 0  ;
}
.hkimgbox{
    height: 2.6rem;
    position: relative;
    overflow: hidden;
}
.hk_mbbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,.25);
    transition: all .15s;
    opacity: 0;
    
}
.hk_mbbox img{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}

.imgs_hk{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .25s;
}
.hkName{
    font-weight: bold;
    font-size: 0.2rem;
    color: #333;
    padding: 0.13rem 0.15rem;
    text-align: center;
}






