@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.top .bg {
  background-image: url("../images/product/top1.jpg");
  background-position: 40%;
}
.top .phone1 {
  position: fixed;
  top: 20%;
  right: 25%;
  z-index: 2;
}
.top .phone1 img {
  width: 80%;
}
.top .phone2 {
  position: fixed;
  top: 30%;
  right: 8%;
  z-index: 1;
}
.top .phone2 img {
  width: 80%;
}
.top-slogn {
  position: fixed;
  max-width: 400px;
  left: 180px;
  top: 50%;
  color: #fff;
  z-index: 10;
}
.top-slogn1-name {
  font-size: 40px;
  margin-bottom: 30px;
}
.top-slogn1-name:after {
  content: "";
  display: block;
  background: #5a3e8c;
  height: 2px;
  width: 20px;
  margin: 10px 0;
}
.top-slogn1-stitle {
  font-size: 28px;
}
.top-slogn1-stitle span {
  display: inline-block;
}
.top-slogn2-title {
  margin: 30px 0;
  font-weight: 600;
}
.top-icon {
  width: 450px;
  z-index: 10;
}
.top-icon img {
  width: 120px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.function {
  padding: 50px 0 150px;
  position: relative;
  max-width: unset;
}
.function-in {
  align-items: unset;
}
.function-title {
  color: #000;
  font-size: 34px;
  padding: 50px 0;
  width: 50%;
  text-align: right;
}
.function-bt {
  position: absolute;
  left: 55%;
  top: 150px;
  padding: 50px 0 50px 0;
  box-sizing: border-box;
  z-index: 30;
}
.function-bt .prev,
.function-bt .next {
  width: 30px;
  display: inline-block;
  cursor: pointer;
}
.function-bt .prev img,
.function-bt .next img {
  width: 100%;
}
.function-pic {
  width: 50%;
  height: 550px;
  background: url("../images/product/m1.jpg");
  background-size: cover;
  background-position: 60%;
}
.function-pic img {
  width: 100%;
}
.function-textbox {
  width: 40%;
}
.function-content {
  width: 50%;
  background: #fff;
  padding: 70px 0px 50px 0;
  box-sizing: border-box;
}
.function-content ul {
  list-style: circle;
  list-style-position: inside;
}
.function-text span {
  font-weight: 600;
}
.function-text ul {
  font-size: 12px;
  line-height: 1.8em;
}
.function .icon {
  width: 60px;
}
.function .icon img {
  width: 100%;
}
.function-stitle {
  color: #000;
  font-size: 20px;
  padding: 20px 0;
}
.function .swiper-pagination {
  bottom: 10px;
  left: 0;
  position: relative;
  display: inline-block;
}
.function .swiper-pagination-bullet {
  margin: 0 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 1;
  vertical-align: middle;
  -moz-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}
.function .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid #5a3e8c;
}

.movie {
  padding: 100px 0 150px;
  width: 70%;
  margin: auto;
}
.movie-box {
  flex-wrap: wrap;
  justify-content: start;
  padding: 50px 0 0;
}
.movie-box li {
  width: calc(25% - 10px);
  cursor: pointer;
  margin: 10px 5px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  background: #eee;
}
.movie-box li:hover {
  color: #5a3e8c;
  background: #ddd;
}
.movie-on {
  color: #5a3e8c;
  border-bottom: 2px solid #5a3e8c;
  -moz-transition: color 2s;
  -o-transition: color 2s;
  -webkit-transition: color 2s;
  transition: color 2s;
}
.movie-title {
  text-align: center;
  font-size: 34px;
  color: #000;
  padding-bottom: 30px;
}
.movie .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.movie .video .vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .video video::-internal-media-controls-overflow-button {
  display: none;
}

.special {
  position: relative;
}
.special-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #5a3e8c;
  width: 150px;
  height: 280px;
}
.special-top {
  justify-content: space-around;
  flex-direction: row-reverse;
}
.special-spe {
  width: 60%;
  max-width: 500px;
}
.special-pic {
  width: 250px;
  margin-left: 150px;
}
.special-pic img {
  width: 100%;
}
.special-title {
  font-size: 34px;
  color: #000;
  padding: 20px 0;
}
.special-dis p {
  padding: 10px 0;
}
.special-dis span {
  font-weight: 600;
}
.special-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0 30px 75px;
}
.special-text {
  width: 33.333%;
  padding: 30px 0;
}
.special-stitle {
  color: #000;
  padding: 5px 0;
  display: inline-block;
}
.special-stitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #c6c6c6;
}
.special-in {
  font-size: 18px;
}
.special-sstitle {
  color: #000;
  font-size: 18px;
  padding: 5px 0;
}
.special-content {
  padding: 30px 0 30px 75px;
}

.charge {
  padding-top: 50px;
}
.charge-out {
  max-width: 1400px;
}
.charge-box {
  justify-content: space-around;
  flex-direction: row-reverse;
}
.charge-top {
  width: 50%;
}
.charge-pic {
  width: 40%;
}
.charge-pic img {
  width: 100%;
}
.charge .icon {
  width: 60px;
}
.charge .icon img {
  width: 100%;
}
.charge-title {
  font-size: 34px;
  color: #000;
  padding: 30px 0;
}
.charge-text {
  padding-right: 100px;
  box-sizing: border-box;
}
.charge-money {
  font-size: 30px;
  color: #000;
  padding: 30px 0;
}
.charge-get {
  display: inline-block;
}
.charge .bt-am {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.charge .bt-am img {
  width: 100%;
}
.charge .bt-a,
.charge .bt-i {
  width: 150px;
  display: inline-block;
}
.charge .bt-a img,
.charge .bt-i img {
  width: 100%;
}
.charge-content {
  color: #fff;
  background: #5a3e8c;
  padding: 50px 0;
}
.charge-contentin {
  max-width: 1400px;
}
.charge-in a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
.charge-stitle {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}
.charge-sstitle {
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0 20px;
}
.charge ul {
  list-style: circle;
  list-style-position: inside;
}

.function-pic,
.function-title,
.special-top,
.special-box,
.special-content,
.charge-top,
.charge-contentin {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.function-pic.show,
.function-title.show,
.special-top.show,
.special-box.show,
.special-content.show,
.charge-top.show,
.charge-contentin.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.function-bt,
.function-textbox,
.charge-pic {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.function-bt.show,
.function-textbox.show,
.charge-pic.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.movie {
  opacity: 0;
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.movie.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1600px) {
  .top .phone1 {
    right: 15%;
    top: 15%;
  }
  .top .phone1 img {
    width: 70%;
  }
  .top .phone2 {
    right: 0%;
    top: 25%;
  }
  .top .phone2 img {
    width: 70%;
  }
}
@media screen and (max-width: 1400px) {
  .top .phone1 {
    right: 0%;
  }
  .top .phone1 img {
    width: 50%;
  }
  .top .phone2 {
    right: -15%;
  }
  .top .phone2 img {
    width: 50%;
  }

  .special-bg {
    width: 5%;
  }
  .special-all {
    width: 80%;
  }
  .special-top {
    justify-content: flex-end;
  }
  .special-box {
    padding: 0;
  }
  .special-content {
    padding: 30px 0;
  }

  .charge-box {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .top-slogn {
    left: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .movie-box li {
    width: calc(33.333% - 10px);
  }
}
@media screen and (max-width: 1100px) {
  .top-slogn {
    top: 45%;
  }
  .top .phone1 {
    top: 20%;
    right: -15%;
  }
  .top .phone1 img {
    width: 50%;
  }
  .top .phone2 {
    display: none;
  }
  .top-icon {
    width: 450px;
  }

  .function {
    padding: 50px 0;
  }
  .function-title {
    text-align: unset;
    padding: 50px 0 50px 100px;
    width: unset;
  }
  .function-in {
    display: block;
    align-items: unset;
    justify-content: unset;
  }
  .function-pic {
    width: 100%;
    height: 400px;
  }
  .function-content {
    padding: 50px 0 50px 50px;
    min-height: 520px;
  }
  .function-bt {
    padding: 0;
    left: unset;
    right: 50px;
    top: 650px;
  }
  .function-textbox {
    width: 80%;
  }
  .function .swiper-container {
    margin: 0;
  }

  .movie {
    width: 90%;
    padding: 80px 0 100px;
  }

  .charge-out {
    width: 80%;
  }
  .charge-box {
    display: block;
  }
  .charge-pic {
    width: 80%;
    margin: auto;
  }
  .charge-top {
    width: 80%;
    margin: auto;
  }
  .charge-text {
    padding-right: 0;
  }
  .charge-contentin {
    width: 65%;
  }
}
@media screen and (max-width: 980px) {
  .top .phone1 {
    right: -25%;
  }
  .top .phone1 img {
    width: 50%;
  }
}
@media screen and (max-width: 860px) {
  .top-slogn {
    position: unset;
    z-index: 20;
  }
  .top-slogn1 {
    position: fixed;
    top: 150px;
    margin: 0 70px;
  }
  .top-slogn2 {
    position: fixed;
    bottom: 120px;
    margin: 0 70px;
  }
  .top-icon {
    position: fixed;
    bottom: 80px;
    margin: 0 70px;
    width: 420px;
  }
  .top .phone1 {
    top: 30%;
    left: 50px;
    width: 100%;
  }
  .top .phone1 img {
    width: 250px;
  }

  .function-title {
    padding: 50px 0;
  }
  .function-content {
    padding: 80px 0;
  }
  .function-bt {
    right: unset;
    top: 620px;
  }
  .function-textbox {
    width: 100%;
  }

  .special-top {
    display: block;
  }
  .special-pic {
    margin: auto;
  }
  .special-spe {
    width: 100%;
    max-width: unset;
    padding-top: 50px;
  }
  .special-bg {
    height: 280px;
  }
  .special-text {
    width: 49%;
    padding: 15px 0;
  }
  .special-content {
    padding: 15px 0;
  }
  .special .space {
    display: none;
  }

  .movie {
    width: 100%;
  }
  .movie-box li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 680px) {
  .top .phone1 {
    top: 35%;
    width: 100%;
  }
  .top .phone1 img {
    width: 220px;
  }
  .top-icon {
    width: 450px;
  }

  .function-bt {
    top: 620px;
    left: 0;
  }
  .function-content {
    padding: 80px 0 50px;
    min-height: 650px;
  }

  .special-text {
    width: 100%;
  }

  .charge-out {
    width: 100%;
  }
  .charge-contentin {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .top-slogn1 {
    top: 150px;
    margin: 0 30px 0 70px;
  }
  .top-slogn1-name {
    font-size: 34px;
  }
  .top-slogn1-stitle {
    display: none;
  }
  .top-slogn2 {
    top: 160px;
    bottom: unset;
    margin: 0 50px;
  }
  .top-icon {
    top: 240px;
    bottom: unset;
    margin: 0 50px;
    width: 150px;
  }
  .top .phone1 {
    top: 420px;
    left: 40px;
  }
  .top .phone1 img {
    width: 70%;
  }

  .function-pic {
    height: 250px;
  }
  .function-title {
    font-size: 30px;
  }
  .function-bt {
    top: 460px;
  }

  .special-title {
    font-size: 30px;
  }

  .movie {
    padding: 50px 0 50px;
  }
  .movie-title {
    font-size: 30px;
  }
  .movie-box {
    padding: 30px 0;
  }
  .movie-box li {
    width: 100%;
    margin: 5px 0;
    padding: 5px 0;
  }

  .charge-title {
    font-size: 30px;
  }
  .charge-money {
    font-size: 30px;
  }
  .charge-top {
    width: 90%;
    margin: auto;
  }
  .charge-contentin {
    width: 90%;
  }
}
@media screen and (max-width: 460px) {
  .function-content {
    min-height: 790px;
  }
}
@media screen and (max-width: 406px) {
  .function-bt {
    top: 500px;
  }
}
@media screen and (max-width: 373px) {
  .charge .bt-am {
    padding: 10px 0;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .function-content {
    min-height: 880px;
  }
}
@media (max-width: 1100px) and (max-height: 650px) {
  .top-slogn {
    top: 50%;
  }
  .top-slogn1-stitle {
    display: none;
  }
  .top-slogn2-title {
    margin: 15px 0;
  }
  .top-icon {
    width: 450px;
  }
}
@media (max-width: 1100px) and (max-height: 400px) {
  .top-icon {
    width: 450px;
  }
}
@media (max-width: 860px) and (max-height: 950px) {
  .top-slogn1-stitle {
    display: none;
  }
  .top-slogn2 {
    top: 230px;
    bottom: unset;
    margin: 0 70px;
  }
  .top-slogn2-title {
    margin: 0;
  }
  .top .phone1 {
    top: 350px;
  }
  .top-icon {
    position: fixed;
    top: 260px;
    bottom: unset;
    margin: 0 70px;
  }
}
@media (max-width: 860px) and (max-height: 500px) {
  .top-slogn1 {
    margin: 0 50px;
    max-width: 300px;
  }
  .top-slogn1-name {
    margin-bottom: 15px;
  }
  .top-slogn2 {
    margin: 0 50px;
    top: 230px;
  }
  .top .phone1 {
    top: 80px;
    left: 55%;
    z-index: 0;
  }
  .top-icon {
    margin: 10px 50px 0;
    width: 450px;
  }
}
@media (max-width: 680px) and (max-height: 950px) {
  .top-icon {
    width: 450px;
  }
  .top .phone1 {
    top: 350px;
  }
}
@media (max-width: 680px) and (max-height: 500px) {
  .top-icon {
    margin: 0 50px;
    width: 280px;
  }
  .top .phone1 {
    top: 80px;
  }
}
@media (max-width: 500px) and (max-height: 1100px) {
  .top-slogn2 {
    top: 170px;
    bottom: unset;
    margin: 0 50px;
  }
  .top-icon {
    top: 260px;
    bottom: unset;
    margin: 0 50px;
    width: 150px;
  }
  .top .phone1 {
    top: 450px;
    left: 40px;
  }
  .top .phone1 img {
    width: 70%;
  }
}
@media (max-width: 500px) and (max-height: 950px) {
  .top-slogn2 {
    top: 220px;
    margin: 0 70px;
  }
  .top-icon {
    margin: 0 70px;
  }
}
@media (max-width: 500px) and (max-height: 600px) {
  .top-icon {
    width: 450px;
  }
  .top .phone1 {
    top: 350px;
  }
}
@media (max-width: 460px) and (max-height: 1100px) {
  .top-slogn1 {
    margin: 0 30px 0 50px;
  }
  .top-slogn2 {
    margin: 0 30px 0 50px;
  }
  .top-icon {
    margin: 0 30px 0 50px;
  }
}
