.pc_container .nav .nav-list ul li a {
  color: #272636;
}
.pc_container .nav .nav-list ul li.active::after,
.pc_container .nav .nav-list ul li:hover::after {
  background: #272636;
}
.pc_container .nav .nav-list ul .nav-line {
  background: #272636;
}
.pc_container .main {
  height: calc(100vh - 95px);
}
.pc_container .main .center {
  position: fixed;
  top: 50%;
  left: 50%;
  justify-content: flex-end;
  width: 1100px;
  transform: translate(-50%, -50%);
}
.pc_container .main .center .left {
  position: absolute;
  left: 0;
}
.pc_container .main .center .left .btn {
  width: 205px;
  height: 68px;
  margin-top: 68px;
  background: #23c993;
  border-radius: 44px;
}

.pc_container .main .center .left .btn .download_app_icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.pc_container .main .center .left .btn span {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: var(--white);
}
.pc_container .main .center .left .title {
  height: 66px;
  margin-top: 136px;
  font-size: 48px;
  font-weight: bold;
  line-height: 66px;
  color: #23c993;
}

.pc_container .main .center .right {
  width: 432px;
  height: 621px;
}
.pc_container footer {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #424242;
}
.m_container .content .slogan_box {
  margin-top: 0.88rem;
  font-size: 0.59rem;
  font-weight: bold;
  line-height: 0.96rem;
  color: #23c993;
}
.m_container .content .phone_box {
  width: 5.63rem;
  height: 10.13rem;
  margin-top: 0.37rem;
  margin-left: -0.83rem;
}
.m_container .content .btn {
  width: 5.47rem;
  height: 1.17rem;
  margin-top: 0.85rem;
  background: #23c993;
  border-radius: 1.17rem;
}
.m_container .content .btn .download_app_icon {
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.11rem;
}
.m_container .content .btn span {
  font-size: 0.43rem;
  font-weight: bold;
  color: var(--white);
}
