



.head-con {
  width: 100%;
  height: 0.35rem;
  background:#21437e;

}
.head-con .con {
  width: 5.5rem;
  margin:0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.head-con p {
  color:#fff;
  font-size: 0.14rem;
  line-height: 0.35rem;
  font-weight: bold;
}
.head-con p a {
   color:#fff;
}

.foot {
  width: 100%;
  padding: 0.25rem 0px;
  text-align: center;
  color: #fff;
  font-size: 0.1rem;
  margin-top: 0.2rem;
  background: #3e619f;
}

@media (max-width:750px) {

.head-con {

width:7.5rem;

height: 0.8rem;
}

.head-con .con {width:7.5rem;height: 0.8rem;font-size: 0.32rem;}

.head-con p {
  color:#fff;
  font-size: 0.22rem;
}


.foot {
    width: 7.5rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.7rem;
    padding: 0.6rem 0px;
    background: #3e619f;
}


}