.head-img {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
  height: 5.04rem;
  background-color: white;
}
.head-img img {
  height: 100%;
  width: auto;
}
.btn-sty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.53rem;
  padding-left:0rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.btn-sty.model {
  margin-bottom: 0;
}
.btn-sty .btns {
  width: 3.626rem;
  height: 1.213rem;
  border-radius: 0.653rem;
  text-align: center;
  line-height: 1.213rem;
  font-size: 0.427rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  color: #999999;
}
.btn-sty .btns img {
  width: 0.44rem;
  margin-right: 0.27rem;
}
.btn-sty .btns .default-img {
  display: block;
}
.btn-sty .btns .act-img {
  display: none;
}
.btn-sty .btns .subscripte-btn img {
  width: 0.48rem;
}
.btn-sty .btns-active {
  background: linear-gradient(134deg, #FF6053 0%, #FF3029 100%);
  color: white;
}
.btn-sty .btns-active .default-img {
  display: none!important;
}
.btn-sty .btns-active .act-img {
  display: block!important;
}
.btn-sty .my-btn {
  margin-right: 0.5rem;
}

.cont-list{
  font-size: 0.37rem;
}
.cont-item-tit{
  padding-right: 0.15rem;
}