@font-face {
  font-family: PingFangSC-Regular;
  src: url("http://cootek-dialer-download.oss-cn-hangzhou.aliyuncs.com/web/fonts/PingFangSC-Regular.ttf"); }

html {
  -webkit-user-select: none;
  font-family: 'Helvetica Neue',Helvetica,Arial,PingFangSC-Regular,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-weight: 300;
  height: 100%; }

div {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

img {
  display: block; }

html, body, #content {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

body {
  background: white;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  color: black;
  margin: 0;
  padding: 0; }

.head-container {
  width: 100%;
  height: 3rem;
  background: #fdab6f;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .head-container img {
    width: 1.5rem;
    margin-right: 0.25rem; }
  .head-container .icon-text {
    font-family: PingFangSC-Regular;
    font-size: 0.5rem;
    font-weight: bold;
    color: black; }
  .head-container .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    line-height: 3rem;
    font-family: PingFangSC-Regular;
    font-size: 0.7rem;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    color: black; }

.center-container {
  margin-top: 3rem;
  width: 100%;
  height: 15rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#swiper2 {
  width: 100%;
  height: 15rem; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center; }
  .swiper-slide img {
    height: 100%; }

.description {
  width: 60%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0;
  box-sizing: border-box;
  margin: 1rem auto 0;
  -webkit-box-shadow: 0 2px 7px 0 rgba(224, 231, 226, 0.5);
     -moz-box-shadow: 0 2px 7px 0 rgba(224, 231, 226, 0.5);
          box-shadow: 0 2px 7px 0 rgba(224, 231, 226, 0.5);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #eeeeee;
  font-family: PingFangSC-Regular;
  font-size: 0.4rem;
  letter-spacing: 0.01rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .description p {
    width: 60%; }
  .description .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem 0.5rem;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #fdab6f;
    -webkit-border-radius: 1rem;
       -moz-border-radius: 1rem;
            border-radius: 1rem;
    font-weight: bold; }

footer {
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 0.3rem;
  color: white;
  background: #242c38;
  color: #969EA9;
  text-align: center;
  padding: 1rem;
  margin-top: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration:none;
  color:white;
}
