input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.spTit {
  text-align: center; }
  .spTit h2 {
    color: #333;
    font-size: 30px; }
  .spTit p {
    width: 72%;
    margin: 1.5% auto 0;
    color: #777;
    font-size: 16px;
    line-height: 24px; }

@media (max-width: 996px) {
  .spTit h2 {
    font-size: 24px; }
  .spTit p {
    font-size: 14px; } }

@media (max-width: 768px) {
  .spTit h2 {
    font-size: 20px; }
  .spTit p {
    font-size: 12px; } }

@media (max-width: 480px) {
  .spTit h2 {
    font-size: 18px; }
  .spTit p {
    width: 100%; } }

.specialBanner {
  padding: 3% 0; }
  .specialBanner .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .specialBanner .messageBoard {
    width: 33%;
    background: white;
    padding: 30px 27px;
    margin-left: 5px; }
    .specialBanner .messageBoard h4 {
      font-size: 18px;
      color: #333;
      margin-bottom: 7%;
      text-align: center; }
    .specialBanner .messageBoard input {
      width: 100%;
      height: 45px;
      font-size: 14px;
      padding: 0 3%;
      margin-bottom: 5%;
      border: 1px solid #e0e0e0; }
    .specialBanner .messageBoard a {
      width: 100%;
      height: 45px;
      line-height: 45px;
      display: block;
      font-size: 14px;
      color: white;
      text-align: center; }
  .specialBanner .right {
    width: 56%;
    display: flex;
    align-items: center; }
    .specialBanner .right .txt {
      width: 40%; }
      .specialBanner .right .txt h2 {
        font-size: 48px;
        color: #000;
        margin-bottom: 8%; }
      .specialBanner .right .txt p {
        font-size: 18px;
        line-height: 24px;
        color: #777; }
    .specialBanner .right .img {
      width: 50%; }

@media (max-width: 1200px) {
  .specialBanner .messageBoard {
    width: 38%; }
  .specialBanner .right .txt h2 {
    font-size: 38px; }
  .specialBanner .right .txt p {
    font-size: 16px; } }

@media (max-width: 996px) {
  .specialBanner .right .txt {
    display: none; }
  .specialBanner .right .img {
    width: 100%; }
  .specialBanner .right {
    width: 30%; }
  .specialBanner .messageBoard {
    width: 48%; } }

@media (max-width: 768px) {
  .specialBanner .messageBoard {
    width: 60%; } }

@media (max-width: 480px) {
  .specialBanner .right {
    display: none; }
  .specialBanner .messageBoard {
    width: 80%; }
  .specialBanner .container {
    justify-content: center; }
  .specialBanner .messageBoard input {
    height: 35px;
    line-height: 35px;
    font-size: 12px; }
  .specialBanner .messageBoard a {
    height: 35px;
    line-height: 35px; }
  .specialBanner {
    padding: 5% 0; }
  .specialBanner .messageBoard h4 {
    font-size: 16px; } }

.des {
  background: #f6f6f6;
  padding: 1% 0; }
  .des ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .des ul li {
      flex: 4;
      width: 25%;
      display: flex;
      align-items: center;
      padding: 0 20px;
      justify-content: space-between; }
      .des ul li img {
        width: 60px;
        height: 60px; }
      .des ul li .txt {
        width: 63%; }
        .des ul li .txt p {
          font-size: 18px;
          color: #333;
          margin-bottom: 4%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .des ul li .txt span {
          font-size: 14px;
          color: #777;
          line-height: 24px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 48px; }
      .des ul li .img {
        width: 145px;
        height: 145px; }
        .des ul li .img img {
          width: 100%;
          height: 100%; }
    .des ul li:nth-child(3) {
      justify-content: center; }
    .des ul li:nth-child(even) {
      position: relative; }
    .des ul li:nth-child(even)::after {
      position: absolute;
      content: "";
      width: 1px;
      height: 60px;
      background: #ddd;
      top: 50%;
      margin-top: -30px;
      left: 0; }
    .des ul li:nth-child(even)::before {
      position: absolute;
      content: "";
      width: 1px;
      height: 60px;
      background: #ddd;
      top: 50%;
      margin-top: -30px;
      right: 0; }

@media (max-width: 1200px) {
  .des ul li .txt span {
    line-height: 20px;
    height: 40px; }
  .des ul li img {
    width: 50px;
    height: 50px; }
  .des ul li .img {
    width: 125px;
    height: 125px; }
  .des ul li .txt {
    width: 60%; } }

@media (max-width: 996px) {
  .des ul li .txt span {
    display: none; }
  .des ul li .txt {
    margin-left: 0;
    margin-top: 5%;
    width: 100%; }
  .des ul li {
    padding: 0 10px;
    flex-direction: column; }
  .des ul li .txt p {
    font-size: 16px;
    text-align: center; } }

@media (max-width: 768px) {
  .des ul li .txt p {
    font-size: 14px; }
  .des ul li .img {
    width: 100px;
    height: 100px; } }

@media (max-width: 480px) {
  .des {
    padding: 3% 0; }
  .des ul li:nth-child(3) {
    display: none; }
  .des ul li img {
    width: 40px;
    height: 40px; }
  .des ul li .txt p {
    font-size: 12px; } }

.cost {
  text-align: center;
  overflow: hidden; }
  .cost .spTit {
    margin-top: 8%; }
  .cost img {
    margin: 5% 0; }

.upkeep {
  background: #f6f6f6; }
  .upkeep .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .upkeep .txt {
    width: 35%; }
    .upkeep .txt p {
      font-size: 30px;
      color: #333;
      margin-bottom: 5%;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .upkeep .txt span {
      font-size: 16px;
      color: #777;
      line-height: 24px; }
  .upkeep .img {
    width: 50%; }

@media (max-width: 996px) {
  .upkeep .txt p {
    font-size: 24px; }
  .upkeep .txt span {
    font-size: 14px; } }

@media (max-width: 768px) {
  .upkeep .txt p {
    font-size: 20px; }
  .upkeep .txt span {
    font-size: 12px; } }

@media (max-width: 480px) {
  .upkeep {
    padding-top: 5%; }
  .upkeep .container {
    flex-direction: column; }
  .upkeep .txt {
    width: 100%; }
  .upkeep .txt p {
    font-size: 18px;
    margin-bottom: 1%; }
  .upkeep .img {
    width: 85%; } }

.tenancy {
  text-align: center;
  overflow: hidden; }
  .tenancy .spTit {
    margin-top: 8%; }
  .tenancy .flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 945px;
    margin: 5% auto;
    flex-wrap: wrap; }
    .tenancy .flow li {
      font-size: 16px;
      color: #777; }
    .tenancy .flow .polW {
      width: 67px;
      height: 67px;
      border: 1px solid #ee7700;
      transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      position: relative; }
      .tenancy .flow .polW .polC {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -26px;
        margin-left: -26px;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .tenancy .flow .polW .polC span {
          display: block;
          color: white;
          -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg); }
  .tenancy .tenImg {
    margin-bottom: 8%; }

@media (max-width: 996px) {
  .tenancy .flow {
    width: auto; }
  .tenancy .flow li img {
    display: none; } }

@media (max-width: 768px) {
  .tenancy .flow li {
    font-size: 14px; }
  .tenancy .flow li:nth-child(13) {
    margin-left: 1%; } }

@media (max-width: 480px) {
  .tenancy .flow li:nth-child(1), .tenancy .flow li:nth-child(13) {
    display: none; }
  .tenancy .flow .polW {
    width: 50px;
    height: 50px; }
  .tenancy .flow .polW .polC {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px; }
  .tenancy .tenImg {
    width: 80%; } }

.sele {
  background: #f6f6f6;
  padding: 3% 0 6%; }
  .sele .spTit p {
    margin: 1.5% auto 0; }
  .sele ul {
    margin-top: 6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sele ul li {
      width: 24%;
      background: #ebebeb; }
      .sele ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6.5%; }

@media (max-width: 768px) {
  .sele ul li {
    width: 48%;
    margin-bottom: 5%; }
    .sele ul li img {
      margin: 0 auto; } }
