/* reset */
body {
  line-height: 1.4;
  color: #777;
  font: 12px/1.5 "Microsoft Yahei", sans-serif, Arial;
}

input,
textarea,
select {
  font-size: 100%;
  font-family: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
  margin: 0;
}

h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

ul,
ol {
  padding-left: 0;
  list-style-type: none;
}

img {
  border: 0;
}

a {
  color: #777;
  text-decoration: none;
  outline: none;
}

/* å…¬å…±æ ·å¼ */
.dib {
  display: inline-block;
}

.pa {
  position: absolute;
}

.oft {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 1200ms ease-out;
}

.fix {
  *zoom: 1;
}

.fix:after {
  content: '';
  display: table;
  clear: both;
}

/* æ•´ä½“å¸ƒå±€ */
/* å¤´éƒ¨æ ·å¼ */

/* é¡µé¢å›¾æ ‡å¼•ç”¨ */
.h-appe-icon-home,
.h-appe-icon-blog,
.h-appe-icon-question,
.icon-client,
.icon-mac,
.icon-mobile,
.icon-tv,
.icon-partner,
.pc-btn-download,
.pc-btn-iphone,
.pc-btn-android,
.pc-btn-window,
.client-pop-close,
.client-feedback-btn-icon {
  background-image: url(../images/icon/download-icons.png?20180817);
  background-repeat: no-repeat;
}

.icon-cloud {
  background-image: url(../images/icon/icon-cloud.png?20210408);
  background-repeat: no-repeat;
}

.side-bar-cell .active .icon-cloud {
  background-image: url(../images/icon/icon-cloud-active.png?20210408);
  background-repeat: no-repeat;
}

.h-appe-icon-home {
  background-position: -56px -68px;
}

.h-appe-icon-blog {
  background-position: -27px -68px;
}

.h-appe-icon-question {
  background-position: 0px -96px;
}

.icon-client {
  background-position: -44px -122px;
}

.icon-mac {
  background-position: -124px 0px;
}

.icon-mobile {
  background-position: 0px -122px;
}

.icon-tv {
  background-position: -124px -25px;
}

.icon-partner {
  background-position: -97px -122px;
}

.side-bar-cell .active .icon-client {
  background-position: -72px -122px;
}

.side-bar-cell .active .icon-mac {
  background-position: -26px -96px;
}

.side-bar-cell .active .icon-mobile {
  background-position: -22px -122px;
}

.side-bar-cell .active .icon-tv {
  background-position: -124px -49px;
}

.side-bar-cell .active .icon-partner {
  background-position: -121px -122px;
}

.pc-btn-download {
  background-position: -85px -68px;
}

.pc-btn-iphone {
  background-position: -60px -34px;
}

.pc-btn-android {
  background-position: -30px -34px;
}

.pc-btn-window {
  background-position: 0px -34px;
}

.mobile-btn:hover .pc-btn-iphone {
  background-position: -94px 0px;
}

.mobile-btn:hover .pc-btn-android {
  background-position: -34px 0px;
}

.mobile-btn:hover .pc-btn-window {
  background-position: -64px 0px;
}

.client-pop-close {
  background-position: -124px -73px;
}

.client-pop-close:hover {
  background-position: -124px -97px;
}

.client-feedback-btn-icon {
  background-position: 0px -68px;
}

.client-feedback-btn:hover .client-feedback-btn-icon {
  background-position: -94px -34px;
}

.page-client,
.page-tool {
  width: 1400px;
}

.page-platform {
  position: relative;
  min-width: 1400px;
}

.header {
  position: fixed;
  height: 51px;
  line-height: 48px;
  font-size: 18px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #eee;
  top: 0;
}

.header-content {
  max-width: 1400px;
  min-width: 1000px;
  margin: auto;
}

.dlogo {
  vertical-align: middle;
}

.header-tab,
.header-tab-cell,
.header-append,
.header-append-cell {
  display: inline-block;
}

.header-tab-cell {
  margin-left: 80px;
  white-space: nowrap;
  cursor: pointer;
}

.header-tab-cell.active {
  color: #ff5d23;
  border-bottom: 3px solid #ff5d23;
}

.header-tab-cell:hover {
  color: #ff5d23;
}

.new {
  position: absolute;
  margin-top: 10px;
}

.header-append {
  float: right;
  margin-right: 15px;
}

.header-append-cell {
  margin-left: 40px;
  font-size: 12px;
}

.h-appe-icon {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-bottom: -2px;
}

.header-append-cell:hover a {
  color: #ff5d23;
}

/* ä¾§è¾¹å¯¼èˆªæ  */
.side-bar {
  position: fixed;
  right: 45px;
  top: 50%;
  margin-top: -155px;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 0 0 10px #dfdfdf;
  background: rgba(255, 255, 255, .8);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#c8ffffff', endColorstr='#c8ffffff');
}

.side-bar-wrap {
  display: none;
}

.side-bar-cell {
  width: 130px;
  line-height: 36px;
  margin: 22px 10px;
}

.partner-side-bar .side-bar-cell {
  width: 140px;
}

.partner-side-bar .bar-text {
  font-size: 14px;
}

.partner-side-bar .bar-icon {
  width: 16px;
  height: 16px;
}

.side-bar-cell .icon-partner {
  width: 18px;
}

.bar-href {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}

.bar-text {
  font-size: 16px;
  color: #555;
}

.bar-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-top: -3px;
}

.bar-href:hover .bar-text {
  color: #ff5d23;
}

.bar-href.active {
  background: #ff5d23;
  border-radius: 30px;
}

.bar-href.active .bar-text {
  color: #fff;
}

/* å†…å®¹æ ·å¼ */
.page {
  display: none;
  margin: 70px auto 20px;
}

.page-cell {
  height: 1000px;
}

/* å®¢æˆ·ç«¯é¡µé¢æ ·å¼ */
.pc-left {
  position: relative;
  float: left;
  width: 820px;
  height: 670px;
  margin-top: 100px;
  overflow: hidden;
}

.pc-feature-title {
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  color: #ff5d23;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 700ms ease-out;
}

.pc-feature-title.active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1500ms ease-out;
}

.client-img-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.pc-img {
  position: absolute;
  width: 700px;
  height: 450px;
  top: 45px;
  left: 60px;
}

.img-cell {
  position: absolute;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 1500ms ease-out;
}

.img-cell.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}

.pc-tab {
  position: absolute;
  width: 790px;
  height: 120px;
  box-sizing: border-box;
  overflow: hidden;
  bottom: 145px;
  white-space: nowrap;
  left: 15px;
  z-index: 20;
  background: url(../images/client/pc.png?201806051625);
}

.livetool-gallery .pc-tab {
  height: 135px;
  bottom: 155px;
}


.pc-tab-cell {
  position: absolute;
  width: 165px;
  height: 106px;
  margin: 7px 0;
  cursor: pointer;
  transition: opacity 750ms ease-out;
}

.livetool-gallery .pc-tab-cell {
  margin: 15px 0;
}

.pc-tab-side {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.pc-tab-middle {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pc-tab-cell-bg {
  position: absolute;
  width: 150px;
  height: 88px;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -75px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 1500ms ease-out;
}

.pc-tab-cell-bg.active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1500ms ease-out;
}

.pc-content {
  margin-left: 850px;
  padding-top: 300px;
  padding-right: 70px;
  text-align: right;
}

.pc-content-title {
  font-size: 60px;
  color: #333;
  font-weight: 100;
}

.pc-content-obs {
  color: #ff5d23;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
  background-color: #ffeee9;
  border-radius: 4px;
}

.pc-content img {
	margin-top: 30px;
}

.pc-content-desc {
  font-size: 24px;
  font-weight: 100;
  color: #777;
}

.pc-content-version {
  font-size: 14px;
  color: #bbb;
  margin-top: 10px;
}

.pc-content-feature {
  font-size: 16px;
  line-height: 40px;
  color: #999;
  padding-right: 25px;
}

.pc-feature-cell {
  font-size: 30px;
  color: #f70;
  margin-right: 20px;
}

.pc-btns {
  font-size: 16px;
  margin-top: 60px;
}

.pc-client-download {
  display: inline-block;
  width: 170px;
  line-height: 50px;
  text-align: center;
  background-color: #f70;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(to right, #f90, #f70, #f50);
}

.pc-client-download:hover,
.pc-client-download:active {
  background-color: #f50;
  background: linear-gradient(to right, #f70, #f50, #f30);
}

.pc-client-xp {
  color: #ff5d23;
  margin-right: 35px;
  text-decoration: underline;
}

.pc-client-xp:hover {
  color: #ff7d23;
}

.mac-gallery {
  float: right;
  position: relative;
  width: 850px;
  height: 750px;
  -webkit-perspective: 500;
  perspective: 500;
  -webkit-perspective-origin: 50% 0;
  perspective-origin: 50% 0;
}

.mac-content {
  margin-right: 850px;
  padding-top: 260px;
  padding-left: 35px;
}

.mac-content .pc-btns {
  margin-top: 50px;
}

.mac-content .pc-content-desc {
  margin-top: 20px;
}

.mac-gallery-img {
  position: absolute;
  width: 698px;
  left: 72px;
  bottom: 245px;
  opacity: 0;
  -webkit-transform: rotateX(-14deg) scale(0.8, .9);
  transform: rotateX(-14deg) scale(0.8, .9);
  transform-origin: 50% 100%;
}

.mac-gallery-img.ie {
  opacity: 1;
}

.mac-gallery-img.active {
  -webkit-animation: scaleout 1.4s forwards;
  animation: scaleout 1.4s forwards;
}

@keyframes scaleout {
  0% {
    opacity: 0;
    transform: rotateX(-14deg) scale(0.8, .9);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg) scale(1, 1);
  }
}

.mobile-gallery {
  position: relative;
  float: left;
  width: 670px;
  height: 750px;
  margin-top: 150px;
}

.mobile-gallery-cell {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 700ms ease-out;
}

.ie.mobile-gallery-cell {
  display: none;
}

.mobile-gallery-cell.active {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ie.mobile-gallery-cell.active {
  display: block;
}

.mobile-img-bg {
  position: relative;
  z-index: 2;
  width: 347px;
  height: 661px;
  margin-left: 80px;
}

.mobile-gallery-img {
  position: absolute;
  left: 50px;
  top: 150px;
  height: 461px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 700ms ease-out;
}

.mobile-img-android-bg {
  height: 100%;
  width: auto;
  margin-left: 65px;
  bottom: 25px;
}

.mobile-gallery-android-img {
  left: 250px;
  top: 190px;
  width: 225px;
  height: auto;
  z-index: 2;
}

.mobile-gallery-img.active {
  left: 170px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.mobile-gallery-android-img.active {
  left: 400px;
}

.mobile-img-ipad-bg {
  width: 550px;
  height: auto;
  margin-left: 35px;
  margin-top: 100px;
}

.mobile-content {
  margin-left: 670px;
  padding-top: 170px;
}

.client-content-subtitle {
  font-size: 36px;
}

.mobile-content .pc-content-desc {
  margin-top: 15px;
}

.mobile-content .mobile-img-onlineYuwan-gifts {
    margin-left: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('../images/client/gifts.png');
}
.mobile-content .mobile-img-onlineYuwan-gifts:hover {
    background-image: url('../images/client/gifts_hover.png');
}
.mobile-content .mobile-btn-icon-ipad-new {
    width: 62px;
    height: 21px;
    background-image: linear-gradient(251deg, #5400FF 0%, #FF00A0 100%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: -11px;
    left: 118px;
}

.mobile-btns {
  margin-top: 100px;
  position: relative;
}

.qr-wrap {
  width: 210px;
  height: 210px;
  float: left;
  background: url('../images/client/qr-code-bg.png?201806051625') no-repeat center center;
}

.qr-content {
  padding: 10px;
  margin: 7px;
  background-color: #ececec;
}

.qr-content-mobile {
    width: 176px;
    height: 176px;
    background: url('../images/client/app-6.png') no-repeat center center;
    background-size: contain;
}

.tool-qr {
  height: 175px;
}

.mobile-btn {
  display: inline-block;
  width: 170px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #ff5d23;
  border: 2px solid #ff5d23;
  border-radius: 30px;
  margin-left: 45px;
  margin-bottom: 30px;
  position: relative;
}

.mobile-btn:hover {
  color: #fff;
  border-color: #ff5d23;
  background-color: #ff5d23;
}

.mobile-more-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
  background: #f1f1f1;
}

.mobile-more-btn:hover {
  background: #f50;
}

.mobile-more-wrap {
  margin-left: 45px;
  line-height: 46px;
}

.mobile-history {
  color: #ff5d23;
  font-size: 16px;
  margin-left: 50px;
  cursor: pointer;
  text-decoration: underline;
}

.mobile-history:hover {
  color: #ff7d23;
}

.mobile-more-down {
  display: none;
  margin-left: 212px;
}

.mobile-more-arrow {
  display: inline-block;
  border: 12px solid transparent;
  border-top-color: #ff5d23;
  width: 0;
  height: 0;
  position: relative;
  margin-top: 20px;
}

.mobile-more-arrow:after {
  content: '';
  position: absolute;
  border: 13px solid transparent;
  border-top-color: #f1f1f1;
  top: -16px;
  left: -13px;
}

.mobile-more-arrow.active {
  border-top-color: transparent;
  border-bottom-color: #ff5d23;
  top: -15px;
}

.mobile-more-arrow.active:after {
  border-top-color: transparent;
  border-bottom-color: #f1f1f1;
  top: -10px;
}

.mobile-more-btn:hover .mobile-more-arrow {
  border-top-color: #fff;
}

.mobile-more-btn:hover .mobile-more-arrow:after {
  border-top-color: #ff5d23;
}

.mobile-more-btn:hover .mobile-more-arrow.active:after {
  border-top-color: transparent;
  border-bottom-color: #ff5d23;
}

.mobile-more-btn:hover .mobile-more-arrow.active {
  border-top-color: transparent;
  border-bottom-color: #fff;
}

.tv-gallery {
  position: relative;
  width: 820px;
  float: right;
  height: 720px;
}

.tv-content {
  margin-right: 850px;
  padding-top: 250px;
  padding-left: 35px;
}

.tv-content .pc-content-desc {
  margin-top: 15px;
}

.tv-content .pc-content-desc {
  margin-top: 15px;
}

.tv-content .pc-client-download {
  margin-right: 15px;
}

.tv-content .mobile-history {
  display: inline-block;
  margin: 30px 0;
  cursor: pointer;
}

.tv-content .pc-btns {
  margin-top: 80px;
}

.client-bg,
.partner-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.client-bg-cell-one,
.client-bg-cell-two,
.client-bg-cell-three,
.client-bg-cell-four,
.partner-bg-cell-one,
.partner-bg-cell-two,
.partner-bg-cell-three,
.partner-bg-cell-four {
  position: absolute;
}

.client-bg-cell-one {
  right: -300px;
  top: -200px;
  -webkit-animation: client-bg-cell-one 10s linear infinite alternate;
  animation: client-bg-cell-one 10s linear infinite alternate;
}

.client-bg-cell-two {
  top: 500px;
  left: 150px;
  -webkit-animation: client-bg-cell-two 10s linear infinite alternate;
  animation: client-bg-cell-two 10s linear infinite alternate;
}

.client-bg-cell-three {
  left: -460px;
  bottom: 0;
  -webkit-animation: client-bg-cell-three 10s linear infinite alternate;
  animation: client-bg-cell-three 10s linear infinite alternate;
}

.client-bg-cell-four {
  left: 45%;
  top: 45%;
  -webkit-animation: client-bg-cell-four 10s linear infinite alternate;
  animation: client-bg-cell-four 10s linear infinite alternate;
}

@keyframes client-bg-cell-one {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
  }

  50% {
    transform: scale(1) translate(10%, 10%);
  }

  100% {
    transform: rotate(360deg) scale(1) translate(0, 0);
  }
}

@keyframes client-bg-cell-two {
  0% {
    transform: rotate(0deg) translate(-20%, 10%);
  }

  100% {
    transform: rotate(-360deg) translate(20%, -10%);
  }
}

@keyframes client-bg-cell-three {
  0% {
    transform: rotate(0deg) translate(0%, 10%);
  }

  100% {
    transform: rotate(30deg) translate(0%, -10%);
  }
}

@keyframes client-bg-cell-four {
  0% {
    transform: rotate(0deg) translate(50%, -40%);
  }

  50% {
    transform: translate(20%, -10%);
  }

  100% {
    transform: rotate(270deg) translate(-30%, 30%);
  }
}


/* ç›´æ’­å·¥å…·æ ·å¼ */
.livetool-gallery {
  width: 820px;
  height: 710px;
  float: right;
  position: relative;
  margin-top: 150px;
}

.livetool-gallery-main {
  bottom: 145px;
  left: 42px;
}

.client-img-role {
  left: 0;
  bottom: 300px;
  z-index: 1;
}

.livetool-gallery-bot {
  bottom: 60px;
  left: -35px;
}

.livetool-gallery-top {
  bottom: 375px;
  left: -35px;
}

.livetool-gallery-left {
  bottom: 350px;
}

.livetool-gallery-right {
  bottom: 95px;
  right: -60px;
}

.livetool-gallery-cell.active .livetool-gallery-main,
.livetool-gallery-cell.active .livetool-gallery-bot,
.livetool-gallery-cell.active .livetool-gallery-top,
.livetool-gallery-cell.active .livetool-gallery-right,
.client-img-role.active {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1500ms ease-out;
}

.client-img-role.active {
  left: 277px;
  transition: all 750ms ease-out;
}

.livetool-content {
  margin-right: 850px;
  padding-top: 250px;
  padding-left: 35px;
}

.livetool-content .pc-content-desc {
  margin-top: 15px;
  font-size: 30px;
}

.livetool-content .pc-btns {
  margin-top: 100px;
}

.livetool-content .pc-client-xp {
  margin-left: 35px;
}

.livemobile-gallery {
  position: relative;
  float: left;
  margin-top: 100px;
  width: 700px;
  height: 600px;
}

.livemobile-gallery-img.active {
  left: 100px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.livemobile-gallery-img {
  left: 200px;
  bottom: 40px;
}

.livemobile-content {
  margin-left: 800px;
  padding-top: 150px;
}

.livemobile-content .pc-content-desc {
  margin-top: 15px;
}

.livemobile-qr-wrap {
  margin-top: 50px;
  height: 220px;
}

.livemobile-qr-wrap .qr-wrap {
  margin-right: 90px;
}

.livemobile-btn-cell {
  position: absolute;
  margin-top: 40px;
  margin-left: 15px;
}

.livemobile-btn-view {
  position: absolute;
  margin-left: 235px;
  margin-top: 55px;
}

.livecloud-gallery{
  position: relative;
  float: left;
  margin-top: 50px;
  width: 848px;
  height: 700px;
}

.livecloud-img-bg{
  width: 100%;
  position: absolute;
  top: 110px;
}

.livecloud-content{
  margin-left: 700px;
  padding-top: 270px;
}

.livemanage-gallery {
  position: relative;
  float: right;
  margin-top: 50px;
  margin-right: 150px;
  width: 700px;
  height: 700px;
}

.livemanage-content {
  margin-right: 850px;
  padding-top: 250px;
  padding-left: 35px;
}

.livemanage-content .pc-content-desc {
  margin-top: 0;
}

.livemanage-content .pc-btns {
  margin-top: 100px;
}

.livemanage-gallery-img {
  bottom: 115px;
  right: -180px;
}

.livemanage-gallery-img.active {
  right: -120px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.liveshow-gallery {
  position: relative;
  float: left;
  margin-top: 50px;
  margin-right: 150px;
  width: 700px;
  height: 700px;
}

.liveshow-content {
  margin-left: 850px;
  padding-top: 250px;
}

.liveshow-content .pc-content-desc {
  margin-top: 0;
}

.liveshow-content .pc-btns {
  margin-top: 100px;
}

.liveshow-gallery-img {
  bottom: 155px;
  right: -250px;
}

.liveshow-gallery-img.active {
  right: -125px;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.partner-bg-cell-one {
  top: 25%;
  left: 15%;
  -webkit-animation: partner-bg-cell-one 10s linear infinite alternate;
  animation: partner-bg-cell-one 10s linear infinite alternate;
}

.partner-bg-cell-two {
  top: 15%;
  left: 50%;
  -webkit-animation: partner-bg-cell-two 10s linear infinite alternate;
  animation: partner-bg-cell-two 10s linear infinite alternate;
}

.partner-bg-cell-three {
  left: 20%;
  top: 60%;
  -webkit-animation: partner-bg-cell-three 10s linear infinite alternate;
  animation: partner-bg-cell-three 10s linear infinite alternate;
}

.partner-bg-cell-four {
  right: 30%;
  bottom: 10%;
  -webkit-animation: partner-bg-cell-four 10s linear infinite alternate;
  animation: partner-bg-cell-four 10s linear infinite alternate;
}

@keyframes partner-bg-cell-one {
  0% {
    transform: translate(30%, 0);
  }

  50% {
    transform: translate(0, 30%);
  }

  100% {
    transform: translate(30%, 0);
  }
}

@keyframes partner-bg-cell-two {
  0% {
    transform: rotate(0deg) translate(20%, 10%);
  }

  100% {
    transform: rotate(-360deg) translate(-20%, -10%);
  }
}

@keyframes partner-bg-cell-three {
  0% {
    transform: translate(-50%, 40%);
  }

  50% {
    transform: translate(20%, 10%);
  }

  100% {
    transform: translate(30%, -30%);
  }
}

@keyframes partner-bg-cell-four {
  0% {
    transform: translate(0, 30%);
  }

  50% {
    transform: translate(50%, 0);
  }

  100% {
    transform: translate(0, 30%);
  }
}

.feature-cell {
  position: relative;
  overflow: hidden;
  height: 640px;
  margin: auto;
}

.feature-cell-lf,
.feature-cell-rg {
  bottom: 150px;
}

.feature-cell-lf {
  left: -250px;
}

.feature-cell-rg {
  right: -250px;
}

.feature-cell.active .feature-cell-lf,
.feature-cell.active .feature-cell-rg,
.feature-bottom.active .feature-cell-bt {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1200ms ease-out;
}

.feature-cell.active .feature-cell-lf {
  left: 50%;
  margin-left: -650px;
}

.feature-cell.active .feature-cell-rg {
  right: 50%;
  margin-right: -650px;
}

.feature-cell-twolf,
.feature-cell-threerg {
  bottom: 50px;
}

.feature-divid {
  position: absolute;
  top: 51px;
  width: 69px;
  left: 50%;
  margin-left: -35px;
}

.feature-bottom {
  position: relative;
  height: 1000px;
  margin-top: 100px;
}

.feature-bottom.active .feature-cell-bt {
  bottom: 200px;
}

.feature-cell-bt {
  bottom: 0;
}

.feature-bt-one {
  left: 50%;
  margin-left: -660px;
}

.feature-bt-two {
  left: 50%;
  margin-left: -204px;
}

.feature-bt-three {
  right: 50%;
  margin-right: -685px;
}

.feature-bottom-title {
  padding-top: 250px;
  text-align: center;
  font-size: 60px;
  font-weight: 100;
  color: #555;
}

.feat-cbg_1 {
  top: 150px;
  left: 50%;
  z-index: -1;
}

.feat-cbg_2 {
  top: 50px;
  right: 0;
  z-index: -1;
}

.feat-cbg_3 {
  top: 450px;
  left: 0;
  z-index: -1;
}

.feat-cbg_4 {
  left: 0;
  top: 1600px;
  z-index: -1;
}

.feat-cbg_5 {
  right: 0;
  top: 1750px;
  z-index: -1;
}

.feat-bt-bt {
  width: 100%;
  bottom: 0;
}

.wave-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  top: 0;
  margin: auto;
  z-index: -5;
}

.wave,
.wave-bottom-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.wave {
  height: 219px;
  background-size: 50% 219px;
  background-image: url(../images/feature/wave-bottom.png?201806051625);
  animation: move_wave 12s linear infinite;
}

.wave-bottom-bg {
  height: 290px;
  width: 1852px;
  left: 50%;
  margin-left: -926px;
  bottom: -40px;
  background-image: url(../images/feature/feature-bottom-bg.png?201806051625);
  animation: move_wave_bg 12s linear infinite;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) scaleY(1);
  }

  50% {
    transform: translateX(25%) scaleY(.5);
  }

  100% {
    transform: translateX(50%) scaleY(1);
  }
}

@keyframes move_wave_bg {
  0% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateX(10px) translateY(20%);
    opacity: 0;
  }

  100% {
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.pc-btn-icon,
.mobile-btn-icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-bottom: -2px;
  margin-right: 5px;
  background-repeat: no-repeat;
}

.mobile-btn-icon {
  width: 20px;
  height: 24px;
  margin-bottom: -5px;
}

#canvas {
  box-sizing: content-box;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
}

.wave-top-bg1 {
  position: absolute;
  width: 100%;
  height: 900px;
  bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/feature/feature-bottom-top.png?201806051625);
}

/* å…¬å…±footeræ ·å¼ */
.foot_global {
  height: 130px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #ffd6bc;
  margin-top: -1px;
  font-size: 14px;
}

ul.about li {
  display: inline-block;
  line-height: 30px;
  margin-top: 40px;
  color: #777;
}

ul.about li a {
  margin-right: 5px;
}

ul.about li a:hover {
  color: #ff5d23;
  text-decoration: underline;
}

.client-pop,
.client-pop-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.client-pop {
  display: none;
}

.client-pop-mask {
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: rgb(0, 0, 0);
}

.client-pop-container {
  position: absolute;
  width: 1100px;
  height: 700px;
  top: 50%;
  margin-top: -350px;
  left: 50%;
  margin-left: -550px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  z-index: 1001;
}

.pc-client-pop .client-pop-container {
  height: auto;
  margin-top: -330px;
}

.client-pop-header {
  line-height: 54px;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 18px;
  color: #2f2f2f;
  cursor: default;
  border-bottom: 1px solid #efefef;
}

.client-pop-close {
  float: right;
  width: 14px;
  height: 14px;
  margin: 20px 10px;
  cursor: pointer;
}

.client-pop-cell-content-wrap {
  margin: 0 200px;
  min-height: 130px;
}

.client-pop-cell-down,
.client-pop-feedback {
  position: absolute;
  text-align: center;
  top: 50%;
}

.client-pop-cell-down {
  width: 200px;
  left: 0;
  height: 90px;
  margin-top: -53px;
}

.client-pop-feedback {
  width: 150px;
  height: 45px;
  right: 0;
  margin-top: -20px;
}

.client-down-btn {
  display: inline-block;
  width: 95px;
  line-height: 35px;
  text-align: center;
  background-color: #f70;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(to right, #f90, #f70, #f50);
}

.client-down-btn:hover,
.client-down-btn:active {
  background-color: #f50;
  background: linear-gradient(to right, #f70, #f50, #f30);
}

.client-down-txt {
  color: #2f2f2f;
  line-height: 50px;
}

.client-pop-cell {
  padding: 15px 0;
  position: relative;
}

.client-pop-cell + .client-pop-cell {
  border-top: 1px solid #efefef;
}

.client-feedback-btn {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  color: #ff5d23;
  border: 1px solid #ff5d23;
  border-radius: 30px;
}

.client-feedback-btn:hover,
.client-feedback-btn:active {
  color: #fff;
  border: 1px solid #ff5d23;
  background-color: #ff5d23;
}

.client-feedback-btn-icon {
  display: inline-block;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

.client-pop-content {
  height: 640px;
  padding-right: 30px;
  overflow: auto;
}

.pc-client-pop .client-pop-content {
  height: auto;
}

.mobile-btns-wrap {
  margin-left: 210px;
}

.mobile-history-link {
    margin-left: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.partner-new {
  display: inline-block;
  position: absolute;
  line-height: 20px;
  background-color: #ff5d23;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 12px;
}
