@media (max-width: 767px) {
  .page {
    background-image: url(img/support/1.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 254%;
  }
}
.page h1 {
  margin: 0;
}
.page .banner {
  background-image: url(img/support/1.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .page .banner {
    background-image: unset;
  }
}
.page .banner h1 {
  font-size: 36px;
  color: #0B142B;
  font-weight: bold;
}
.page .banner p {
  margin-bottom: inherit;
  font-size: 24px;
  font-weight: thin;
  color: #333333;
  margin-top: 25px;
}
.page .menu .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .menu .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 15px;
  float: left;
  color: #0B142B;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  position: relative;
}
.page .menu .content a:first-child::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #666666;
  top: 0;
  left: 0;
}
.page .menu .content a:last-child::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #666666;
  top: 0;
  right: 0;
}
.page .menu .content .active {
  color: #2D8CFF;
}
.page .content {
  padding: 20px 0px 44px;
}
.page .content .title {
  font-size: 24px;
  color: #0B142B;
  font-weight: bold;
}
.page .content .desc {
  font-size: 14px;
  margin-top: 20px;
  color: #333333;
  font-weight: regular;
}
.page .content .desc_active {
  font-size: 14px;
  margin-top: 20px;
  color: #333434;
  font-weight: medium;
}
.page .content .floor {
  margin-top: 30px;
  margin-bottom: 37px;
  text-align: center;
}
.page .content .floor.plus {
  position: relative;
}
.page .content .floor.plus::before {
  content: '';
  position: absolute;
  width: 149px;
  height: 117px;
  background: url(/static/css/img/about/1.svg) top center;
  background-repeat: no-repeat;
  right: 0;
  bottom: -60%;
}
@media (max-width: 767px) {
  .page .content .floor.plus::before {
    content: unset;
  }
}
.page .content .floor:last-child {
  margin-bottom: inherit;
}
.page .content .fone-paw .fone {
  width: 25%;
  float: left;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.46);
  padding: 30px;
  box-shadow: 0 0 14px rgba(209, 209, 209, 0.75);
}
.page .content .fone-paw .fone .title {
  font-size: 24px;
  font-weight: bold;
  color: #2D8CFF;
}
.page .content .fone-paw .fone .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #3E3A39;
}
@media (max-width: 767px) {
  .page .content .fone-paw .fone {
    position: relative;
  }
  .page .content .fone-paw .fone::before {
    content: '';
    position: absolute;
    width: 149px;
    height: 117px;
    background: url(/static/css/img/about/1.svg) top center;
    background-repeat: no-repeat;
    right: 0;
    bottom: -30%;
  }
}
.page .content .fone-paw .paw {
  width: 72%;
  float: right;
  background: rgba(255, 255, 255, 0.46);
  padding: 30px;
  box-shadow: 0 0 14px rgba(209, 209, 209, 0.75);
  border-radius: 12px;
}
.page .content .fone-paw .paw .title {
  font-size: 24px;
  font-weight: bold;
  color: #2D8CFF;
}
.page .content .fone-paw .paw .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #3E3A39;
}
.page .content .fone-paw .paw .all {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page .content .fone-paw .paw .all .box {
  width: 30%;
  float: left;
  margin-right: 3%;
  padding: 16px;
  background-color: #F0F4FC;
  border-radius: 12px;
}
.page .content .fone-paw .paw .all .box .pic img {
  height: 45px;
}
.page .content .fone-paw .paw .all .box .name {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333434;
  font-weight: bold;
}
.page .content .fone-paw .paw .all .box .word {
  font-size: 14px;
  color: #333434;
  font-weight: regular;
}
.page .content .fone-paw .paw .all .box:last-child {
  margin-right: inherit;
}
.page .content .fone_paw {
  clear: both;
}
.page .content .fone_paw .title {
  padding-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page .content .fone_paw .title {
    padding-top: unset;
  }
}
.page .content .fone_paw p a {
  color: #2D8CFF;
}
.page .content .plus .link {
  width: 78%;
  padding: 30px 20px;
  margin: 32px auto 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 0 14px rgba(209, 209, 209, 0.75);
  text-align: left;
}
@media (max-width: 767px) {
  .page .content .plus .link {
    width: 100%;
  }
}
.page .content .plus .link div {
  margin: 10px 0;
}
.page .content .plus .link div .name {
  color: #0B142B;
  font-size: 16px;
  font-weight: medium;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.page .content .plus .link div .name img {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 10px;
}
.page .content .plus .link div .name img.active {
  transform: rotate(45deg);
}
.page .content .plus .link div .name:hover {
  color: #025199;
}
.page .content .plus .link div .name:hover em {
  color: #025199;
}
.page .content .plus .link div .description {
  display: none;
  margin-top: 20px;
}
.page .content .plus .link div .description .desc {
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  background: #F0F4FC;
  padding-left: 20px;
  position: relative;
}
.page .content .plus .link div .description .desc:last-child {
  margin-bottom: 35px;
}
.page .content .plus .link div .description .desc::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #333434;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  left: 0;
  margin-right: 10px;
}
.page .content .plus .link div .description .desc_top::before {
  display: none;
}
.page .content .pics {
  overflow: hidden;
}
.page .content .pics .box {
  width: 30%;
  float: left;
  margin-right: 3%;
  padding: 25px 20px;
}
.page .content .pics .box:last-child {
  margin-right: inherit;
}
.page .content .pics .box .pic img {
  height: 52px;
}
.page .content .pics .box .name {
  color: #3E3A39;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.page .content .pics .box .word {
  font-size: 16px;
  font-weight: regular;
  color: #3E3A39;
  height: 115px;
}
.page .content .pics .box .email {
  font-size: 20px;
  font-weight: bold;
  color: #2D8CFF;
}
.eula .banner {
  border-bottom: 3px solid #0F3E60;
}
.eula .content .title {
  font-size: 24px;
  color: #0B142B;
  font-weight: bold;
  margin-bottom: 30px;
}
.eula .content .name {
  color: #0B142B;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.eula .content .desc {
  font-size: 14px;
  font-weight: regular;
  color: #333434;
}
.eula .content .fp_icon {
  font-size: 14px;
  color: #333434;
  font-weight: bold;
  margin-top: 20px;
}
.eula .content .fp_icon::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url(img/about/fp_icon.svg) no-repeat center center;
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .page .content .pics .box .word {
    height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .page .banner {
    padding: 53px 0 20px;
  }
  .page .menu {
    display: none;
  }
  .page .banner h1 {
    font-size: 24px;
    text-align: center;
  }
  .page .banner p {
    font-size: 18px;
    text-align: center;
  }
  .page .content {
    padding: 0 0 44px;
  }
  .page .content .fone-paw .fone,
  .page .content .fone-paw .paw {
    width: inherit;
    float: inherit;
    margin-top: 30px;
  }
  .page .content .fone-paw .fone .all,
  .page .content .fone-paw .paw .all {
    flex-wrap: wrap;
  }
  .page .content .fone-paw .paw .all .box {
    width: inherit;
    margin-right: inherit;
    float: inherit;
    margin-bottom: 20px;
  }
  .page .content .fone-paw .paw .all .box:last-child {
    margin-bottom: inherit;
  }
  .page .content .pics .box {
    width: inherit;
    float: inherit;
    margin-right: inherit;
    margin-bottom: 20px;
  }
  .eula .content .title {
    font-size: 30px;
  }
}
.privacy .content .floor.plus::before {
  content: unset;
}
.refund .content .floor.plus::before {
  content: unset;
}
.about .content .fone_paw {
  position: relative;
}
.about .content .fone_paw::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 171px;
  height: 149px;
  background: url(/static/css/img/about/2.svg) top center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about .content .fone_paw::before {
    content: unset;
  }
}
