.content {
  width: 12rem;
  margin: 0 auto;
}
.nav-box {
  width: 100%;
  height: 1.6rem;
  background-color: #98a8d3;
  /* position: fixed;
    top: 0;
    left: 0;right: 0;
    z-index: 99;
    background-color: #98A8D3; */
}
.nav-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-cell img {
  width: 2.77rem;
  height: 0.84rem;
}
.nav-cell div {
  display: flex;
  line-height: 1.6rem;
}
.nav-cell a {
  font-size: 0.33rem;
  color: #ffffff;
  text-decoration: none;
  margin-left: 40px;
}

/* 内容部分 */
.main-box {
  display: flex;
  margin-top: 0.8rem;
  min-height: 80vh;
}
.main-bths {
  min-width: 3.65rem;
}
.btn {
  width: 3.05rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.33rem;
  color: #2b2b2b;
  cursor: pointer;
}
.btn:hover {
  background-color: #fd6484;
  color: #ffffff;
}
.active-btn {
  background-color: #fd6484;
  color: #ffffff;
  cursor: default;
}
.main-cell {
  border-left: 0.02rem solid #e5e5e5;
  padding-left: 0.6rem;
}
.cell-tit {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cell-tit img {
  width: 0.41rem;
  height: 0.41rem;
  margin-right: 0.2rem;
}
.cell-tit span {
  font-size: 0.37rem;
  color: #333333;
  font-weight: 500;
}
.cell-con {
  font-size: 0.22rem;
}

.cell-con li {
  line-height: 0.5rem;
  background-image: url("../image/mark.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 0.4rem;
  cursor: pointer;
}
.cell-con li:hover {
  color: #ea4e82;
  text-decoration: underline;
}

.footer {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.21rem;
  color: #979797;
  line-height: 0.34rem;
  background: #eeeeee;
  margin-top: 1rem;
}
.footer a {
  text-decoration: none;
  color: #979797;
}

.cursor-style {
  cursor: pointer;
}

/* 详情页 */
.cell-container {
  font-size: 0.25rem;
  line-height: 1.6;
}
.cell-container p {
  margin: 0.1rem 0;
}
.cell-container img {
  margin: 0.1rem auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.cell-container a {
  color: #333333;
}
.cell-container a:hover {
  color: #ea4e82;
}

.go-back a {
  width: 1.48rem;
  height: 0.49rem;
  display: block;
  border-radius: 0.06rem;
  margin-top: 0.7rem;
  border: 1px solid #c2c2c2;
  text-align: center;
  line-height: 0.49rem;
  color: #333333;
  font-size: 0.2rem;
  text-decoration: none;
}
.go-back a:hover {
  background-color: #eee;
}

.m-container {
  padding: 0 0.4rem 0.4rem;
}
.m-cell-tit {
  font-size: 0.5rem;
  font-weight: bold;
  padding: 0.3rem 0;
}
.m-cell-container {
  font-size: 0.4rem;
  line-height: 1.6;
  margin-top: 0.3rem;
  color: #5e5063;
}

.m-cell-container p {
  margin: 0.1rem 0;
}
.m-cell-container img {
  margin: 0.1rem auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.m-cell-container a {
  color: #5e5063;
}
.m-cell-container a:hover {
  color: #ea4e82;
}
.m-go-back a {
  width: 2.56rem;
  height: 0.74rem;
  display: block;
  border-radius: 0.06rem;
  margin-top: 0.7rem;
  border: 1px solid #c2c2c2;
  text-align: center;
  line-height: 0.74rem;
  color: #333333;
  font-size: 0.4rem;
  text-decoration: none;
}
.m-go-back a:hover {
  background-color: #eee;
}

/* 关于我们 */
.about-container {
  margin-bottom: 2rem;
}
.about-tit {
  font-size: 0.37rem;
  margin: 0.8rem 0 0.67rem;
  font-weight: bold;
}
.about-con {
  color: #2b2b2b;
  font-size: 0.23rem;
}
.about-con p {
  margin-bottom: 0.1rem;
}
.m-about-box {
  padding: 0.01rem 0.8rem 1.2rem;
}
.m-about-t {
  color: #fe7390;
  font-size: 0.6rem;
  margin-top: 1.2rem;
}
.m-about-box p {
  color: #696969;
  font-size: 0.36rem;
  line-height: 0.6rem;
  margin-top: 0.3rem;
}
.m-about-tt-t{
  color: #fe7390;
  font-size: 0.6rem;
  font-weight: bold;
}
