* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
  touch-action: manipulation;
}
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #000;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
input,
button,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-family: 'Catallina', 'PingFang SC', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
@media screen and (max-width: 1280px) {
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  input,
  button,
  select,
  textarea {
    font-size: 0.32rem;
  }
}
body {
  color: #333;
  font-size: 16px;
  font-family: 'OPPOSans-Ver2-Regular','OPPOSans-Regular',Helvetica,Arial,sans-serif,system-ui;
  font-feature-settings: "salt";
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  overflow-x: hidden;
  overflow-y: auto !important;
}
.wrapper {
  padding: 0 0px;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    padding: 0 calc(0 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 0 0.4rem;
  }
}
.wrap {
  padding: 0 140px;
}
@media screen and (max-width: 1920px) {
  .wrap {
    padding: 0 calc(140 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.4rem;
  }
}
.wp {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wp {
    width: auto;
    padding: 0 0.4rem;
  }
}
@font-face {
  font-family: 'Catallina';
  font-style: normal;
  src: url("./../font/Catallina.otf");
}
@font-face {
  font-family: 'Geometos';
  font-style: normal;
  src: url("./../font/Geometos.ttf");
}
.header_space {
  height: 35px;
  padding-top: 170px;
}
@media screen and (max-width: 1920px) {
  .header_space {
    padding-top: calc(120 / 1920 * 100vw + 50px);
  }
}
@media screen and (max-width: 750px) {
  .header_space {
    padding-top: 1.2rem;
  }
}
.header_white #header .container .logo .txt {
  filter: brightness(0%);
}
.header_black #header .container .logo .txt {
  filter: brightness(0%);
}
#header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  padding: 60px 0;
  background-color: transparent;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1920px) {
  #header {
    padding: calc(60 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #header {
    padding: 0.2rem 0;
    height: 0.8rem;
  }
}
#header.scrolled {
  padding: 25px 0;
}
@media screen and (max-width: 1920px) {
  #header.scrolled {
    padding: calc(25 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #header.scrolled {
    padding: 0.2rem 0;
  }
}
#header.scrolled .container .logo {
  opacity: 0;
  visibility: hidden;
}
#header.showMenu {
  padding: 25px 0;
  background-color: #111;
}
@media screen and (max-width: 1920px) {
  #header.showMenu {
    padding: calc(25 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #header.showMenu {
    padding: 0.3rem 0;
  }
}
#header.showMenu .container .logo {
  opacity: 1;
  visibility: visible;
}
#header.showMenu .container .logo .txt {
  filter: brightness(0%);
}
#header.showMenu .container .homeBtn {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  #header.showMenu .container .homeBtn {
    display: none;
    margin-left: 5px;
    margin-top: 0px;
  }
  .showMenu .container .homeBtn {
    display: block !important;
    margin-left: 10px;
    margin-top: 5px;
  }
}
#header .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container .left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#header .container .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#header .container .logo {
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .logo {
    height: 0.8rem;
  }
}
#header .container .logo img {
  display: block;
  max-height: 50px;
  margin-right: 20px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .logo img {
    margin-right: 0.2rem;
    max-height: 0.8rem;
    width: 150px;
  }
}
#header .container .logo img.txt {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  #header .container .logo img.txt {
    margin-right: 0.4rem;
  }
}
#header .container .gbtn {
  color: #fbea0d;
  font-size: 16px;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fbea0d, #fcba11);
  padding: 1px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn {
    font-size: 0.28rem;
  }
}
#header .container .gbtn span {
  height: 50px;
  width: 80px;
  background-color: #222;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn span {
    height: 0.8rem;
    max-height: 40px;
    width: 40px;
    font-size: 12px;
  }
}
#header .container .gbtn em {
  font-style: normal;
  background-image: linear-gradient(to bottom, #fbea0d, #fcba11);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn.menuBtn {
    font-size: 0.32rem;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
}
@media screen and (max-width: 480px) {
  #header .container .gbtn.menuBtn {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  #header .container .gbtn.menuBtn span {
    width: 0.8rem;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    max-width: 50px;
  }
}
#header .container .gbtn.menuBtn .txt {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn.menuBtn .txt.bplat {
    display: none;
  }
}
#header .container .gbtn.menuBtn .txt.mplat {
  display: none;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn.menuBtn .txt.mplat {
    display: inline-block;
  }
}
#header .container .gbtn.menuBtn .icon {
  display: none;
}
#header .container .gbtn.menuBtn.on {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn.menuBtn.on {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 480px) {
  #header .container .gbtn.menuBtn.on {
    font-size: 0.4rem;
  }
}
#header .container .gbtn.menuBtn.on span {
  width: 50px;
}
@media screen and (max-width: 750px) {
  #header .container .gbtn.menuBtn.on span {
    width: 0.8rem;
    max-width: 50px;
  }
}
#header .container .gbtn.menuBtn.on .txt {
  display: none;
}
#header .container .gbtn.menuBtn.on .icon {
  display: inline-block;
}
#header .container .homeBtn {
  display: none;
}
#header.showMenu  .homeBtn{
  display: none;
}
#menuBox {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 160px;
  background-color: #111;
  opacity: 0;
  visibility: hidden;
}
#menuBox .wrapper{
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1920px) {
  #menuBox {
    padding-top: calc(110 / 1920 * 100vw + 50px);
  }
}
@media screen and (max-width: 750px) {
  #menuBox {
    padding-top: 1.5rem;
  }
}
#menuBox.show {
  opacity: 1;
  visibility: visible;
}
#menuBox .container {
  height: calc(100vh - 320px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #menuBox .container {
    height: calc(100vh - 320 / 1920 * 100vw);
  }
}
#menuBox .container .left {
  flex: 1;
  position: relative;
}
#menuBox .container .right {
  width: calc(480 / 1920 * 100vw);
  min-width: 320px;
}
@media screen and (max-width: 750px) {
  #menuBox .container .right {
    display: none;
  }
}
#menuBox .container .splitline {
  border-right: 1px solid #fcba11;
  margin: 0 100px;
}
@media screen and (max-width: 1920px) {
  #menuBox .container .splitline {
    margin: 0 calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #menuBox .container .splitline {
    display: none;
  }
}
#menuBox .navPhotos {
  position: absolute;
  left: 260px;
  right: 200px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1920px) {
  #menuBox .navPhotos {
    left: calc(260 / 1920 * 100vw);
    right: calc(200 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #menuBox .navPhotos {
    display: none;
  }
}
#menuBox .navPhotos li {
  width: 365px;
  height: 205px;
  background-color: #f1f1f1;
  position: absolute;
}
@media screen and (max-width: 1920px) {
  #menuBox .navPhotos li {
    width: calc(365 / 1920 * 100vw);
    height: calc(205 / 1920 * 100vw);
  }
}
#menuBox .navPhotos li.s1 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
#menuBox .navPhotos li.s1 img {
  opacity: 1;
  visibility: visible;
}
#menuBox .navPhotos li.s2 {
  left: 50px;
  bottom: -30px;
  z-index: 4;
}
@media screen and (max-width: 1920px) {
  #menuBox .navPhotos li.s2 {
    left: calc(50 / 1920 * 100vw);
    bottom: calc(-30 / 1920 * 100vw);
  }
}
#menuBox .navPhotos li.s3 {
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  background-color: #f9f9f9;
}
#menuBox .navPhotos li.s4 {
  left: 50px;
  top: -30px;
  z-index: 2;
}
@media screen and (max-width: 1920px) {
  #menuBox .navPhotos li.s4 {
    left: calc(50 / 1920 * 100vw);
    top: calc(-30 / 1920 * 100vw);
  }
}
#menuBox .navPhotos li.s5 {
  right: 0;
  bottom: 30%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
  background-color: #f9f9f9;
}
#menuBox .navPhotos li:hover {
  z-index: 8;
}
#menuBox .navPhotos li:hover img {
  opacity: 1;
  visibility: visible;
}
#menuBox .navPhotos li img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#menuBox .navigator {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #menuBox .navigator {
    justify-content: space-around;
  }
}
#menuBox .navigator .v1 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#menuBox .navigator .v1 .txt {
  font-size: 80px;
  color: transparent;
  background-image: url("../images/nav_clipbg.png");
  background-position: 500% 0%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px #fbea0d;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator .v1 .txt {
    font-size: calc(50 / 1920 * 100vw);
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .v1 .txt {
    font-size: 0.8rem;
  }
}
#menuBox .navigator .v1 .img {
  width: 365px;
  height: 205px;
  background-color: #f1f1f1;
  position: absolute;
  left: 260px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator .v1 .img {
    width: calc(365 / 1920 * 100vw);
    height: calc(205 / 1920 * 100vw);
    left: calc(260 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #menuBox .navigator .v1 .img {
    display: none;
  }
}
#menuBox .navigator .v1 .img img {
  display: block;
  width: 100%;
  height: 100%;
}
#menuBox .navigator .v1 .btn {
  color: #222;
  font-size: 12px;
  width: 78px;
  height: 78px;
  border: 1px solid #fcba11;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator .v1 .btn {
    width: calc(80 / 1920 * 100vw);
    height: calc(80 / 1920 * 100vw);
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .navigator .v1 .btn {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#menuBox .navigator .v1 .btn::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transform: scale(calc(24 / 78));
  -ms-transform: scale(calc(24 / 78));
  transform: scale(calc(24 / 78));
  width: 100%;
  height: 100%;
  background-color: #fcba11;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  #menuBox .navigator .v1 .btn::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
#menuBox .navigator .v1 .btn i {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
#menuBox .navigator .v1:hover {
  z-index: 8;
}
#menuBox .navigator .v1:hover .btn {
  color: #fff;
}
#menuBox .navigator .v1:hover .btn::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#menuBox .navigator .v1:hover .img {
  opacity: 1;
  visibility: visible;
}
#menuBox .navigator .v1:hover .img img {
  opacity: 1;
  visibility: visible;
}
#menuBox .navigator li:nth-child(1) .v1 .img,
#menuBox .navigator li:nth-last-child(1) .v1 .img {
  margin-left: 50px;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator li:nth-child(1) .v1 .img,
  #menuBox .navigator li:nth-last-child(1) .v1 .img {
    margin-left: calc(50 / 1920 * 100vw);
  }
}
#menuBox .navigator li:nth-child(3) .v1 {
  z-index: 2;
}
#menuBox .navigator li:nth-child(2) .v1 .img,
#menuBox .navigator li:nth-last-child(2) .v1 .img {
  margin-left: 290px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator li:nth-child(2) .v1 .img,
  #menuBox .navigator li:nth-last-child(2) .v1 .img {
    margin-left: calc(290 / 1920 * 100vw);
  }
}
#menuBox .navigator .active .v1 .txt,
#menuBox .navigator li:hover .v1 .txt {
  background-position: 0% 0%;
  -webkit-text-stroke: 1px transparent;
}
#menuBox .navigator li:hover .v1 .txt{
  color: #fff;
}
#menuBox .navigator .active .v1 .btn,
#menuBox .navigator li:hover .v1 .btn {
  color: #222;
  background-image: linear-gradient(to bottom, #fbea0d, #fcba11);
}
#menuBox .navigator .active .v1 .btn::before,
#menuBox .navigator li:hover .v1 .btn::before {
  background-color: #fff;
  -webkit-transform: scale(calc(24 / 78));
  -ms-transform: scale(calc(24 / 78));
  transform: scale(calc(24 / 78));
}
@media screen and (max-width: 990px) {
  #menuBox .navigator .active .v1 .btn::before,
  #menuBox .navigator li:hover .v1 .btn::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
#menuBox .webinfo {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
#menuBox .webinfo .item {
  line-height: 1.5;
  color: #fcba11;
}
#menuBox .webinfo .item dt {
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #menuBox .webinfo .item dt {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #menuBox .webinfo .item dt {
    margin-bottom: 0.2rem;
  }
}
#menuBox .webinfo .item dd {
  font-size: 26px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #menuBox .webinfo .item dd {
    font-size: calc(26 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  #menuBox .webinfo .item dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  #menuBox .webinfo .item dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .webinfo .item dd {
    font-size: 0.36rem;
  }
}
#menuBox .webinfo .item dd.last {
  height: 90px;
  align-items: flex-end;
}
#menuBox .webinfo .item dd .code {
  width: 90px;
}
#menuBox .webinfo .item dd .code img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#menuBox .webinfo .item .link {
  width: 44px;
  height: 44px;
  background-color: #fcba11;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #menuBox .webinfo .item .link {
    min-width: 32px;
    min-height: 32px;
	font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #menuBox .webinfo .item .link {
    margin-right: 0.2rem;
  }
}
#menuBox .webinfo .item .link:last-child {
  margin-right: 0;
}
#menuBox .webinfo .item .link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #fbea0d, #fcba11);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#menuBox .webinfo .item .link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#menuBox .webinfo .item .link:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#menuBox .webinfo .item .link:hover img {
  filter: brightness(0%);
}
#menuBox .webinfo .item-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
#toolBox {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1920px) {
  #toolBox {
    bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #toolBox {
    bottom: 0.2rem;
  }
}
#toolBox .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#toolBox .container .left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#toolBox .container .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
}
#toolBox .container .right:hover .chartBtn {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#toolBox .container .right:hover .searchForm {
  width: 490px;
  border: 1px solid #222;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 1920px) {
  #toolBox .container .right:hover .searchForm {
    width: calc(490 / 1920 * 100vw);
    min-width: 300px;
  }
}
@media screen and (max-width: 750px) {
  #toolBox .container .right:hover .searchForm {
    width: calc(100vw - 0.8rem);
  }
}
#toolBox .downtoBtn {
  width: 60px;
  height: 60px;
  background-color: #222;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  #toolBox .downtoBtn {
    width: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #toolBox .downtoBtn {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#toolBox .downtoBtn em {
  background-image: linear-gradient(to bottom, #7af0a8, #f9f0d5);
  -webkit-background-clip: text;
  color: transparent;
}
#toolBox .chartBtn {
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.35s 0.85s;
  -ms-transition: 0.35s 0.85s;
  transition: 0.35s 0.85s;
  position: fixed;
  right: 60px;
  bottom: 60px;
}
@media screen and (max-width: 1920px) {
  #toolBox .chartBtn {
    right: calc(60 / 1920 * 100vw);
    bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #toolBox .chartBtn {
    right: 0.4rem;
    bottom: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  #toolBox .chartBtn img {
    width: 0.6rem;
    height: 0.6rem;
  }
}


/*���ض���*/
#toolBox .returnTopBtn {
    display:none;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s 0.85s;
    -ms-transition: 0.35s 0.85s;
    transition: 0.35s 0.85s;
    position: fixed;
    right: 60px;
    bottom: 60px;
}

@media screen and (max-width: 1920px) {
    #toolBox .returnTopBtn {
        right: calc(78 / 1920 * 100vw);
        bottom: calc(20 / 1920 * 100vw);
    }
}

@media screen and (max-width: 750px) {
    #toolBox .returnTopBtn {
        right: 0.45rem;
        bottom: 0.1rem;
    }
}

@media screen and (max-width: 750px) {
    #toolBox .returnTopBtn img {
        width: 0.5rem;
        height: 0.5rem;
    }
}
/*���ض���*/

#toolBox .searchForm {
  height: 60px;
  width: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-transition: 0.85s;
  -ms-transition: 0.85s;
  transition: 0.85s;
  position: fixed;
  right: 60px;
  bottom: 60px;
}
@media screen and (max-width: 1920px) {
  #toolBox .searchForm {
    right: calc(60 / 1920 * 100vw);
    bottom: calc(60 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #toolBox .searchForm {
    right: 0.4rem;
    bottom: 0.2rem;
    height: 0.8rem;
  }
}
#toolBox .searchForm .inp,
#toolBox .searchForm .btn {
  height: 60px;
  background: none;
}
@media screen and (max-width: 1920px) {
  #toolBox .searchForm .inp,
  #toolBox .searchForm .btn {
    height: calc(60 / 1920 * 100vw);
    min-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #toolBox .searchForm .inp,
  #toolBox .searchForm .btn {
    height: 0.8rem;
  }
}
#toolBox .searchForm .inp {
  flex: 1;
  padding: 0 40px;
  display: block;
}
@media screen and (max-width: 1920px) {
  #toolBox .searchForm .inp {
    padding: 0 calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #toolBox .searchForm .inp {
    padding: 0 0.4rem;
  }
}
#toolBox .searchForm .btn {
  font-size: 20px;
  width: 70px;
  cursor: pointer;
}
@media screen and (max-width: 1920px) {
  #toolBox .searchForm .btn {
    width: calc(70 / 1920 * 100vw);
    min-width: 40px;
  }
}
@media screen and (max-width: 750px) {
  #toolBox .searchForm .btn {
    width: 0.7rem;
    font-size: 0.4rem;
  }
}
#webRatioTips {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  display: none;
}
#webRatioTips .jsclose {
  cursor: pointer;
}
#webRatioTips .container {
  width: 486px;
  padding: 40px 50px;
  background-color: #fff;
  max-width: 90vw;
  max-height: 90vh;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  #webRatioTips .container {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  #webRatioTips .container {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container {
    padding: 0.4rem 0.5rem;
    font-size: 0.32rem;
  }
}
#webRatioTips .container .hd {
  font-size: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  #webRatioTips .container .hd {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  #webRatioTips .container .hd {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #webRatioTips .container .hd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container .hd {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
  }
}
#webRatioTips .container .bd {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1920px) {
  #webRatioTips .container .bd {
    margin-bottom: calc(70 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container .bd {
    margin-bottom: 0.7rem;
  }
}
#webRatioTips .container .bd .text {
  padding: 40px 0;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  #webRatioTips .container .bd .text {
    padding: calc(40 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container .bd .text {
    padding: 0.4rem 0;
    border-width: 0.05rem;
    margin-bottom: 0.15rem;
  }
}
#webRatioTips .container .bd .text .websize {
  font-size: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1920px) {
  #webRatioTips .container .bd .text .websize {
    font-size: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container .bd .text .websize {
    font-size: 0.8rem;
  }
}
#webRatioTips .container .bd .text .websize span {
  font-size: 36px;
  margin: 0 10px;
}
@media screen and (max-width: 1920px) {
  #webRatioTips .container .bd .text .websize span {
    font-size: calc(36 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container .bd .text .websize span {
    font-size: 0.36rem;
  }
}
#webRatioTips .container .bd .tips {
  color: #999;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  #webRatioTips .container .bd .tips {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #webRatioTips .container .bd .tips {
    font-size: 0.28rem;
  }
}
#webRatioTips .container .fd {
  text-align: center;
}
#webRatioTips .container .fd .btn {
  display: inline-block;
  line-height: 40px;
  border-bottom: 2px solid #000;
}
#footer {
  font-size: 15px;
}
@media screen and (max-width: 1280px) {
  #footer {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    font-size: 0.26rem;
  }
}
#footer .container {
  padding: 100px 0;
  border-top: 5px solid #000;
}
@media screen and (max-width: 1920px) {
  #footer .container {
    padding: calc(100 / 1920 * 100vw) 0;
    border-width: calc(5 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .container {
    padding: 0.5rem 0;
    border-width: 0.05rem;
  }
}
#footer .ftop {
  padding-bottom: 120px;
  border-bottom: 1px solid #f1f1f1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #footer .ftop {
    padding-bottom: calc(120 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop {
    padding-bottom: 0.6rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer .ftop .flogo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#footer .ftop .flogo img {
  display: block;
  margin-right: 20px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .flogo img {
    margin-right: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .flogo img {
    margin-right: 0.2rem;
  }
}
#footer .ftop .flogo img.txt {
  margin-right: 40px;
  filter: brightness(0%);
}
@media screen and (max-width: 1920px) {
  #footer .ftop .flogo img.txt {
    margin-right: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .flogo img.txt {
    margin-right: 0.4rem;
  }
}
#footer .ftop .fnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(1100 / 1920 * 100vw);
}
@media screen and (max-width: 750px) {
  #footer .ftop .fnav {
    width: 100%;
    margin-top: 0.6rem;
  }
}
#footer .ftop .fnav .v1 {
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  #footer .ftop .fnav .v1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .fnav .v1 {
    font-size: 0.28rem;
  }
}
#footer .ftop .fnav .v1:hover {
  font-weight: bold;
}
#footer .ftop .fnav .toTop img {
  max-width: 30px;
}
#footer .fcent {
  padding: 120px 0 110px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  #footer .fcent {
    padding: calc(120 / 1920 * 100vw) 0 calc(110 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent {
    padding: 0.6rem 0 0.5rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer .fcent .fwebinfo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 750px) {
  #footer .fcent .fwebinfo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer .fcent .fwebinfo .item {
  line-height: 1.5;
  margin-right: 190px;
}
@media screen and (max-width: 1920px) {
  #footer .fcent .fwebinfo .item {
    margin-right: calc(190 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .fwebinfo .item {
    margin-right: 0;
    text-align: center;
    margin-bottom: 0.4rem;
  }
}
#footer .fcent .fwebinfo .item:last-child {
  margin-right: 0;
}
#footer .fcent .fwebinfo .item dt {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  #footer .fcent .fwebinfo .item dt {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .fwebinfo .item dt {
    margin-bottom: 0.2rem;
  }
}
#footer .fcent .fwebinfo .item dd {
  font-size: 26px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 1920px) {
  #footer .fcent .fwebinfo .item dd {
    font-size: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1440px) {
  #footer .fcent .fwebinfo .item dd {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .fcent .fwebinfo .item dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #footer .fcent .fwebinfo .item dd {
    font-size: 0.36rem;
    justify-content: center;
  }
  #menuBox .container{
    height: calc(100vh - 720 / 1920 * 100vw);
  }
}
#footer .fcent .fwebinfo .item dd.last {
  height: 90px;
  margin-top: -10px;
}
#footer .fcent .fwebinfo .item .code {
  width: 90px;
}
#footer .fcent .fwebinfo .item .code img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#footer .fbot {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .fbot .flinks {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
#footer .fbot .flinks .link {
  width: 44px;
  height: 44px;
  background-color: #f6f6f6;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  #footer .fbot .flinks .link {
    width: calc(44 / 1920 * 100vw);
    height: calc(44 / 1920 * 100vw);
    margin-right: calc(18 / 1920 * 100vw);
    min-width: 32px;
    min-height: 32px;
  }
}
@media screen and (max-width: 750px) {
  #footer .fbot .flinks .link {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
  }
}
#footer .fbot .flinks .link:last-child {
  margin-right: 0;
}
#footer .fbot .flinks .link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #7af0a8, #f9f0d5);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#footer .fbot .flinks .link img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#footer .fbot .flinks .link:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#footer .fbot .flinks .link:hover img {
  filter: brightness(0%);
}
#main {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.wow {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.wow:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.wow:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.wow:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes moveup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scaleBigSmall {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes scaleBigSmall {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#webConsultTips {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}
#webConsultTips .jsclose {
  cursor: pointer;
}
#webConsultTips .container {
  width: 550px;
  padding: 40px 50px;
  border: 2px solid #7af0a8;
  background-image: -moz-linear-gradient(90deg, #fefccb 0%, #9ef3b1 100%);
  background-image: -webkit-linear-gradient(90deg, #fefccb 0%, #9ef3b1 100%);
  background-image: -ms-linear-gradient(90deg, #fefccb 0%, #9ef3b1 100%);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(137,223,156,0.3);
  -ms-box-shadow: 0px 5px 30px 0px rgba(137,223,156,0.3);
  box-shadow: 0px 5px 30px 0px rgba(137,223,156,0.3);
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  max-width: 90vw;
  max-height: 90vh;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  #webConsultTips .container {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  #webConsultTips .container {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #webConsultTips .container {
    padding: 0.4rem 0.5rem;
    font-size: 0.32rem;
  }
}
#webConsultTips .container .hd {
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1920px) {
  #webConsultTips .container .hd {
    font-size: calc(40 / 1920 * 100vw);
    margin-bottom: calc(15 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #webConsultTips .container .hd {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  #webConsultTips .container .hd {
    font-size: 0.4rem;
    margin-bottom: 0.15rem;
  }
}
#webConsultTips .container .bd {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  #webConsultTips .container .bd {
    margin-bottom: calc(30 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #webConsultTips .container .bd {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #webConsultTips .container .bd {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .fubt{
      font-size: 18px !important;
  }
  .title span strong{
      font-size: 19px !important;
  }
  .index_design_row .wp .slogan{
      float: left;
  }
  .index_design_row .box{
      display: none !important;
  }
}
#webConsultTips .container .fd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
#webConsultTips .container .fd .btn {
  color: #7cf0a8;
  font-size: 14px;
  height: 36px;
  width: 110px;
  background-color: #fff;
  -webkit-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
#webConsultTips .container .fd .btn.btn_green {
  color: #000;
  background-color: #7cf0a8;
}
@-moz-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movepoint {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
