﻿@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
a,
span,
table,
tr,
td {
  margin: 0 auto;
  padding: 0;
}

body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

body #YSF-BTN-HOLDER {
  display: none !important;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

ul {
  list-style: none;
}

img {
  border: none;
  height: auto;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

button {
  border: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

footer, header, main, nav, section {
  display: block
}

/*chrome滚动条样式*/
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

.header-sprite, .header-shadow #header-warp #header-right #user-info #dropdown i, .header-shadow #header-warp #header-right #user-info #dropdown i.close {
  background-image: url('../images/header-s0063598835.png');
  background-repeat: no-repeat;
}

body,
div,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
a,
span,
table,
tr,
td {
  margin: 0 auto;
  padding: 0;
}

body {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

body #YSF-BTN-HOLDER {
  display: none !important;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

ul {
  list-style: none;
}

img {
  border: none;
  height: auto;
}

.clear {
  zoom: 1;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

button {
  border: none;
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/*chrome滚动条样式*/
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background: rgba(222, 222, 222, 0.5);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-track-piece {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  min-height: 15px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.8);
}

#header {
  position: relative;
  height: 72px;
}

.header-shadow {
  width: 100%;
  background: #fefefe;
  margin-top: 0px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 999;
  top: 0;
}
.header-shadow #header-warp {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
}
.header-shadow #header-warp #logo {
  width: 153px;
  height: 38px;
  float: left;
  margin: 18px 73px 17px 1px;
}
.header-shadow #header-warp #logo img {
  width: 100%;
}
.header-shadow #header-warp #header-nav {
  float: left;
  height: 72px;
  font-size: 0;
}
.header-shadow #header-warp #header-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 7px;
  margin: 0 12px 0 12px;
  font-size: 16px;
  border-bottom: 2px #fefefe solid;
}
.header-shadow #header-warp #header-nav li:hover {
  color: #3086f2;
  border-bottom: 2px #3086f2 solid;
}
.header-shadow #header-warp #header-nav .new {
  position: relative;
}
.header-shadow #header-warp #header-nav .new img {
  width: 29px;
  position: absolute;
  top: 13px;
  right: -21px;
}
.header-shadow #header-warp #header-nav .nav-current {
  border-bottom: 2px #3086f2 solid;
}
.header-shadow #header-warp #header-nav .nav-current a {
  color: #3086f2;
}
.header-shadow #header-warp #header-nav a {
  color: #7c808c;
  text-decoration: none;
  line-height: 70px;
  display: block;
}
.header-shadow #header-warp #header-nav a:hover {
  color: #3086f2;
}
.header-shadow #header-warp #header-right {
  margin: 17px 0px 15px 0px;
  width: 265px;
  height: 40px;
  float: right;
}
.header-shadow #header-warp #header-right .f-left {
  float: left;
}
.header-shadow #header-warp #header-right .f-right {
  float: right;
}
.header-shadow #header-warp #header-right #user-info {
  float: right;
  width: 120px;
  height: 40px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  color: #248aff;
  border: 1px #248aff solid;
  margin-left: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.header-shadow #header-warp #header-right #user-info .user-drop {
  width: 92px;
  height: 40px;
  padding: 0 14px;
}
.header-shadow #header-warp #header-right #user-info .user-drop:hover {
  background-color: #e6f1ff;
}
.header-shadow #header-warp #header-right #user-info #dropdown-button {
  color: #248aff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.header-shadow #header-warp #header-right #user-info #dropdown {
  display: none;
  font-size: 16px;
  float: left;
  width: 10px;
  height: 100%;
}
.header-shadow #header-warp #header-right #user-info #dropdown i {
  margin-top: 13px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.header-shadow #header-warp #header-right #user-info #dropdown i.close {
  background-position: 0 -16px;
  width: 16px;
  height: 16px;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list {
  position: absolute;
  top: 42px;
  width: 120px;
  z-index: 100;
  display: none;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list li {
  cursor: pointer;
  display: inline;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  color: #248aff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  display: block;
  text-decoration: none;
}
.header-shadow #header-warp #header-right #user-info #dropdown-list a:hover {
  background-color: #e6f1ff;
}
.header-shadow #header-warp #header-right #btn-top {
  margin-left: 13px;
  display: inline-block;
  width: 114px;
  height: 40px;
  color: #fff;
  border: solid 1px #298dff;
  font-size: 14px;
  line-height: 40px;
  background-color: #298dff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header-shadow #header-warp #header-right #btn-top:hover {
  background-color: #257fe6;
}
.header-shadow #header-warp #header-right.login #dropdown-button {
  width: 80px;
  float: left;
  text-align: left;
}
.header-shadow #header-warp #header-right.login #dropdown {
  display: block !important;
}
.header-shadow #header-warp #header-right.login #user-info {
  margin-left: 12px;
  -moz-animation-name: float-center;
  -webkit-animation-name: float-center;
  animation-name: float-center;
  -moz-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
@-moz-keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 12px;
  }
}
@-webkit-keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 12px;
  }
}
@keyframes float-center {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 12px;
  }
}
.header-shadow a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #7c808c;
}

body #header {
  font-family: 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac #header {
  font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

.client #header {
  display: none;
}

.footer-sprite {
  background-image: url('../images/footer-s74fd3931a8.png');
  background-repeat: no-repeat;
}

@-moz-keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes flower_rotate {
  50% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes flower_rotate {
  50% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-moz-keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-webkit-keyframes checkshow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@keyframes checkshow {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    width: 0;
  }
}
@-moz-keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pcsynchronize {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pcsynchronize {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes balloon_rotate {
  0% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes balloon_rotate {
  0% {
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  18% {
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  36% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  53% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  70% {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  85% {
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-webkit-keyframes key_rotate {
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@keyframes key_rotate {
  50% {
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  100% {
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}
@-moz-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plus_screen {
  50% {
    opacity: .4;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ways_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ways_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes cloud_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes cloud_rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#footer #ft-follow-us li #weibo:hover img, #footer #ft-follow-us li #wechat:hover img {
  -moz-animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

#footer {
  height: 305px;
  background-color: #383b48;
  margin-bottom: 0;
  color: #a8abb3;
}
#footer #ft-follow-us {
  padding-left: 4px;
  width: 150px;
  height: 48px;
  padding-top: 36px;
  margin: 0 auto;
}
#footer #ft-follow-us li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
  vertical-align: top;
}
#footer #ft-follow-us li a {
  display: block;
}
#footer #ft-follow-us li #weibo {
  background-image: url("../images/weibo.svg");
  width: 48px;
  height: 48px;
}
#footer #ft-follow-us li #weibo:hover {
  zoom: 1;
  background-image: url("../fonts/weibo-hover.svg");
}
#footer #ft-follow-us li #weibo:hover img {
  position: relative;
  bottom: 181px;
  right: 60px;
  display: block;
}
#footer #ft-follow-us li #wechat {
  background-image: url("../fonts/wechat.svg");
  width: 48px;
  height: 48px;
}
#footer #ft-follow-us li #wechat img {
  display: none;
}
#footer #ft-follow-us li #wechat:hover {
  zoom: 1;
  background-image: url("../fonts/wechat-hover.svg");
}
#footer #ft-follow-us li #wechat:hover img {
  position: relative;
  bottom: 181px;
  right: 60px;
  display: block;
}
#footer #ft-links {
  text-align: center;
  height: 20px;
  padding-top: 32px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}
#footer #ft-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
  font-weight: normal;
}
#footer #ft-links li a {
  color: #a8abb3;
  text-decoration: none;
}
#footer #ft-links li a:hover {
  color: #ffffff;
}
#footer #ft-about-links {
  text-align: center;
  height: 20px;
  padding-top: 23px;
  margin: 0 auto;
}
#footer #ft-about-links li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 0 7px;
}
#footer #ft-about-links li a {
  font-size: 14px;
  color: #a8abb3;
  text-decoration: none;
}
#footer #ft-about-links li a:hover {
  color: #ffffff;
}
#footer .ft-line {
  width: 1200px;
  height: 0px;
  border-bottom: 1px solid #ffffff;
  opacity: 0.1;
  padding-top: 32px;
}
#footer #copyright {
  text-align: center;
  font-size: 14px;
  height: 20px;
  padding-top: 32px;
  opacity: 0.6;
  margin: 0 auto;
}

body #footer {
  font-family: 'PingFangSC-Regular', 'Microsoft Yahei', '微软雅黑', 'simsun', Arial;
}

body.mac #footer {
  font-family: PingFangSC-Regular, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}

/* 收费页面在PC客户端不显示头和尾 */
.client #footer {
  display: none;
}

html,
body {
  min-width: 1220px;
}

.header-shadow {
  position: fixed;
}

@keyframes scanner {
  0% {
    top: 80px;
  }
  25% {
    top: 15px;
  }
  50% {
    top: 320px;
  }
  75% {
    top: 15px;
  }
  100% {
    top: 80px;
  }
}
/* nav 移植 */
.nav-list {
  float: right;
  position: relative
}

.nav-list a {
  padding: 20px;
  color: #fff;
  -webkit-transition: color .2s;
  transition: color .2s
}

.nav-list a:hover {
  color: #f44b50 !important
}

.nav-list.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 9;
  width: 18px;
  height: 3px;
  margin-left: -9px;
  border-radius: 4px;
  background-color: #f44b50
}
/* 移植 headerCSS */
.header {
  position: fixed;
  top:0px;
  left:0px;
  z-index: 9;
  height: 87px;
}

.header .header-son {
  position:fixed;
  left:0px;
  right:0px;
  margin:auto;
  width: 100%;
  line-height: 87px;
  overflow: hidden
}

.header .header-son .logo {
  float: left;
  display: block;
  width: 160px;
  height: 40px;
  margin-top:24px;
  background: url(../picture/dmyd.png);
  background-size: cover
}
.header .header-son{
  width:100%;
}
.header .header-son .clearfix{
  padding-right:38%;
}
.header .header-son{
  padding-left:18%;
}



.header.fixed .nav-list a {
  color: #333
}

/* 移植 bannerCSS */
.banner {
  position: fixed;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background: url(../picture/banner.jpeg) no-repeat 100% 100%;
  background-size: cover
}

.banner .banner-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 100%;
  color: #fff
}

.banner .banner-content .arrow {
  position: absolute;
  left: 50%;
  bottom: 7%;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAABO1BMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+iNHvWAAAAaHRSTlMAC5gINJcFmQECTihDHGBNdH+JjoEf/Sbg1Q4H7Az+8Nr48wl8kpMXHVMvJyWFepY/VgRdEost+2uUGXJKyzAelVgYg/accEK0j/rBA2+zUGEUpGfPhq9eMq2Rzr1x6Hhfolw6jDhiMTR1bEsAAAD7SURBVBgZncHVcoNQFAXQDSEcCIG4u9fd3d3dXc7/f0GZpM1cBp66FgTfH/UWPNQsImp8wsW4pGbwi+gkBwd1VKbnFvDeoPVlCBJxGl7QYVur00pQwy895KdIDzrUVZlmJLTNDZHcq6JrKUbRFAAtOEuDAxBNhMkf0jFPNO6Dkx7wUxg0OQW3/ihBkeBF6oOocABv2+l9Ex5qu0nmfAAuSob34jtcvMvBYSwyzRkF2mOF71MQGIucjPlgU8pcvcYfbWuD0yPoyJ4xvxbQlnhg3syiy6py+Qa2lxI/BSAyLrhyqOGK+fYUTr5mkY/ApTe4HecZ5ya8mBb+4Qc0bCGFaVYQAgAAAABJRU5ErkJggg==) no-repeat 50%;
  -webkit-animation: move_arrow 1.8s infinite;
  animation: move_arrow 1.8s infinite
}

.banner .banner-content .phone {
  position: absolute;
  right: 14%;
  top: 215px
}

.banner .banner-content .phone img {
  width: 600px;
  height: 545px
}

.banner-info {
  margin-left:14%;
  position: absolute;
  left: 50px;
  top: 318px
}

.banner-info .slogan {
  padding-bottom: 31px;
  padding-left:34px;
  font-size: 42px;
  font-weight: 700
}

.banner-info .desc {
  line-height: 38px;
  font-size: 24px;
  font-weight: 300;
  color: hsla(0, 0%, 100%, .9);

}

.banner-info .desc:nth-of-type(2) {
  margin-left:32px;
}
.banner-info .desc:nth-of-type(3) {
  margin-left:33px;
}

.banner-info .download-box {
  position: relative;
  left:0px;
  height: 142px;
  margin-top: 65px
}

.banner-info .download-box .download-btn {
  margin-right:190px;
  display: block;
  width: 182px;
  height: 56px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.banner-info .download-box .download-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000
}

.banner-info .download-box .qr-code {
  position: absolute;
  left: 270px;
  top: 0px;
  width: 146px;
  height: 146px
}

.banner-info .download-box .tips {
  width:150px;
  position: absolute;
  left: 260px;
  top: 123px
}


.bottom .download-box .button {
  display: block;
  width: 182px;
  height: 55px;
  margin-right:600px;
  margin-top: 12px;
  line-height: 55px;
  border-radius: 4px;

  font-size: 20px;
  background-color: #fff;
  overflow: hidden
}

.bottom .download-box .button:nth-child(2) {
  margin-top: 25px
}


@media screen and (max-width: 1400px) {
  .banner .banner-content .banner-info {
    top: 218px
  }

  .banner .banner-content .phone {
    top: 180px !important
  }

  .banner .banner-content .phone img {
    width: 480px !important;
    height: 436px !important
  }
}


.detail {
  min-width: 1220px;
  overflow: hidden;
  margin-top:45.5%;
  background-color: #fff;
  position: relative;
}
.detail .detail-wrap {
  width: 1200px;
  height: 720px;
  position: relative;
}
.detail .detail-wrap img {
  position: absolute;
}
.detail .detail-wrap .detail-des {
  position: absolute;
  width: 416px;
  top: 125px;
}
.detail .detail-wrap .detail-doc {
  top: 244px;
  right: 0;
}
.detail .detail-wrap .detail-img-doc {
  position: absolute;
  top: 136px;
  left: 75px;
  width: 660px;
  height: 464px;
}
.detail .detail-wrap .detail-img-doc .ic-01-computer {
  top: -30px;
    width: 290px;
    height: 550px;
    left: 20px;
}
.detail .detail-wrap .detail-img-doc .ic-01-cone {
  top: -73px;
  left: -112px;
}
.detail .detail-wrap .detail-img-doc .ic-01-hide {
  position: absolute;
  overflow: hidden;
  top: -136px;
  width: 660px;
  height: 600px;
      left: -60px;
}
.detail .detail-wrap .detail-img-doc .ic-01-red {
  top: 485px;
  left: 70px;
}
.detail .detail-wrap .detail-img-doc .ic-01-yellow {
  top: 350px;
  left: 350px;
}
.detail .detail-wrap .detail-img-doc .ic-01-green {
  top: 464px;
  left: 318px;
}
.detail .detail-wrap .detail-img-doc .ic-01-blue {
  top: 438px;
  right: 57px;
}
.detail .detail-wrap .detail-collect {
  top: 278px;
  left: 50px;
}
.detail .detail-wrap .detail-img-collect {
  position: absolute;
  top: 188px;
  right: 0;
  height: 635px;
  width: 650px;
}
.detail .detail-wrap .detail-img-collect .ic-02-phone-hide {
  position: absolute;
  overflow: hidden;
  left: 281px;
  top: -21px;
  width: 363px;
  height: 553px;
}
.detail .detail-wrap .detail-img-collect .ic-02-cube {
  height: 426px;
}
.detail .detail-wrap .detail-img-collect .ic-02-phone {
  width: 363px;
  height: 553px;
}
.detail .detail-wrap .detail-img-collect .ic-02-logo {
  top: 130px;
  right: 15px;
}
.detail .detail-wrap .detail-img-collect .ic-02-blue {
  top: 210px;
  right: -2px;
}
.detail .detail-wrap .detail-ocr {
  top: 291px;
  right: 0;
}
.detail .detail-wrap .detail-img-ocr {
  position: absolute;
  height: 591px;
  width: 591px;
  top: 118px;
  left: 115px;
}
.detail .detail-wrap .detail-img-ocr .ic-03-wave {
  top: 0;
}
.detail .detail-wrap .detail-img-ocr .ic-03-blue {
  top: 205px;
  left: 190px;
}
.detail .detail-wrap .detail-img-ocr .scanbar-f {
  width: 216px;
  height: 340px;
  overflow: hidden;
  position: absolute;
  top: 55px;
  left: -80px;
}
.detail .detail-wrap .detail-img-ocr .scanbar-f .ic-03-scanbar {
  width: 216px;
  height: 31px;
  top: 80px;
  animation: scanner 5s linear 2s 1 normal;
}
.detail .detail-wrap .detail-img-ocr .ic-03-page-1 {
  width: 310px;
  height: 586px;
  top: -23px;
  left: -120px;
}
.detail .detail-wrap .detail-img-ocr .ic-03-page-2 {
  width: 300px;
  height: 522px;
  top: 42px;
  left: 35px;
}
.detail .detail-wrap .detail-sides {
  top: 277px;
  left: 0;
}
.detail .detail-wrap .detail-img-sides {
  position: absolute;
  height: 472px;
  width: 775px;
  top: 156px;
  right: -50px;
}
.detail .detail-wrap .detail-img-sides .ic-04-computer {
  height: 472px;
  width: 775px;
  top: 0;
}
.detail .detail-wrap .detail-img-sides .ic-04-iphone {
  width: 159px;
    height: 302px;
    z-index: 2;
    left: 330px;
    top: 150px;
}
.detail .detail-wrap .detail-img-sides .ic-04-android {
    z-index: 1;
    left: 390px;
}
.detail .detail-wrap .detail-img-sides .ic-04-sync {
    width: 100px;
    height: 100px;
    right: 110px;
    top: 300px;
}
.detail .detail-wrap .detail-img-sides .ic-04-sync-shadow {
left: 495px;
    top: 245px;
}
.detail .detail-wrap .detail-img-sides .ic-04-ipad {
  width: 299px;
    height: 426px;
    right: 80px;
    top: 44px;
}
.detail .detail-wrap .detail-share {
  top: 267px;
  right: 0;
}
.detail .detail-wrap .detail-img-share {
  position: absolute;
  width: 814px;
  height: 471px;
  top: 100px;
  left: -90px;
}
/*.detail .detail-wrap .detail-img-share img {*/
  /*width:120px;*/
  /*height:120px;*/
/*}*/

.detail .detail-wrap .detail-img-share .ic-05-wave {
  top:0;
  left: 0;
}
/*.detail .detail-wrap .detail-img-share .ic-05-phone {*/
  /*width: 597px;*/
  /*height: 403px;*/
  /*top: -8px;*/
  /*left: 90px;*/
/*}*/
.detail .detail-wrap .detail-img-share .ic-05-neteasemail {
  top: -10px;
  left: 354px;
}
.detail .detail-wrap .detail-img-share .ic-05-friends {
  top: 9px;
  right: 209px;
}
.detail .detail-wrap .detail-img-share .ic-05-qq {
  top: 69px;
  left: 209px;
}
.detail .detail-wrap .detail-img-share .ic-05-qqzone {
  top: 185px;
  left: 174px;
}
.detail .detail-wrap .detail-img-share .ic-05-weibo {
  top: 143px;
  right: 176px;
}
.detail .detail-wrap .detail-img-share .ic-05-mail {
  top: 251px;
  right: 409px;
}
.detail .detail-wrap .detail-img-share .ic-05-wechat {
  top: 234px;
  left: 454px;
}
.detail .detail-wrap h2 {
  font-weight: 550;
  font-size: 44px;
  color: #333333;
  padding-bottom: 20px;
  line-height: 62px;
  width: 450px;
}
.detail .detail-wrap h2 span {
  color: red;
}
.detail .detail-wrap p {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  color: #666666;
}
.detail .detail-wrap p #jump-show-ds {
  color: #4a90e2;
}
.detail .wrap-b {
  background-color: #f5f7fa;
  position: relative;
}
.detail .wrap-b .ic-02-cubes {
  position: absolute;
  height: 227px;
  width: 235px;
  top: 592px;
  right: 12px;
  z-index: 10;
}
.detail .wrap-b .ic-04-cone {
  position: absolute;
  right: 14px;
  top: 638px;
  z-index: 10;
}
.detail .wrap-b .ic-04-cube {
  position: absolute;
  width: 168px;
  height: 174px;
  top: -72px;
  left: 22px;
  z-index: 10;
}
.detail .wrap-ocr,
.detail .wrap-share {
  height: 780px;
}

/* 移植 bottom */
.bottom {
  position: relative;
  top:-62px;
  z-index: 10;
  height: 430px;
  text-align: center;
  color: #fff;
  background: url(../picture/footer.png) no-repeat 50%;
  background-size: cover
}

.bottom .bottom-content {
  width: 1168px;
  margin: 0 auto
}

.bottom .tit {
  padding-top: 64px;
  font-size: 36px;
  font-weight: 700
}

.bottom .sub-tit {
  padding-top: 22px;
  font-size: 24px;
  color: #fff
}

.bottom .step {
  width: 502px;
  height: 24px;
  margin: 33px auto 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfYAAAAYCAMAAAA/DC/IAAAAS1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////+DmQsHAAAAGXRSTlMAmYU9XHApEo1HLgiVbmQeEYlZNQOIUYFSdTqtRwAABRpJREFUaN7slo1uozAQhD3r3QXy37+7e/8nvTbYTGzckEokaqWOFEQSC3vm864JSd2wf9vt/u6HLvxQ/Tr4srpD/7zpXrfd5rk//MjYfh18XZt+2Ob77dC/hFtlCDdI5OMaERwx/fRdHIi9X6Chki/7+i4O5jIJN2mQ4+XXowzF34qzFJOYjpbjammQ6TYiRMOKeS47WN6i0EvsapOxR3JfdsCw21oeBwuVXt5OodDp7eVaUShCcNTicwWfVLuHlet92QGlVRqGSh6CQHJ2tGPZnaSdTD3UgUGK0pLYQJC3N6jk3uszpT/W7eHYd03s441mrLFiuIz9HqIDJ5aZA2YkzWqP8HFUqPeCSQqAe/9ODhLV2HaAKEZMXL1JjlaMUCo8takQDn/yX4zk3+EW7IImfMHVxi9hVdGB8vkzBzHjEvgV7CGal5HdGzsdsANpy4HKNDm0xJ57KDTVmGjtgUiS067f5iltQrLtu2XsEbqInQ3mXu9zdCAyVnwsHJBidWbLrMlTj8VOBjru3hYDxDFCBknsIf3uY9gFGJIqsA86uXNW4vOwgJ14G9hL8CJcuK5e63QQ03Js5sBQKl7myGp3PBw7HVCCBgMTx0d8dtk0pzsZ90sCDKMHbvYS+34TspzYN/vZsejEzqe2sbswHSYFpaUVRQfEXjowKJwriayNMQJoHgd/KPa2A6DFwEe2JlwVq90s3TiPOXrAJJmwP51a2E9PC9XO1TWbfITUUwYxjl1NdMA39tpBtuqIXHBErXNoWplSzGT3dSCIcwamKXcTfohdEVLJN964DUGMe2Usgd1rC/vrro0dmp9rQBGdVk0K8Dy5I6ZJDWFt0QEbGh0Qe7q2zjzolBb8sdVOBzyNnAxKwT/D7vC8qb3RsSrs5yn/t2t2u3GEMBTmGJtWahRp1Wrf/1GrDqBPhcxOUJaLleKbzc5f5vjDXmP4tYC9KLf7suw82ntqTdxVh9ngNH3BeMqhAOrlI+zTbzt68d58rU/Y9yoITqAAG6OdzG3eoxwaD7Hffiwk+Sx5a9e4n2PnBEnSGClPtK4At80KaBX5WNYXRov8qpKno7dHARpQAJpqZYx2WJozP4kRu6qB/UFJN2MPa7Ij0gV2jPTDlXsKItihAAuV/gLmY6B6IkOOkbIXOwqoTs4UWDrBnmStfFGcRDsPGSYPjyZwR7eyqL6S5ZTWsSdZ2mAoINRRgGU52MOUc2cMTVdOiOIU5ejOCRwvioLBjwc0ixm7g/sMOy1786NVAPaxXUOOOD6NIb+CveaXTeswtGt4PAowxeE3UGYVgsVpMSCKatCO7La7XUO0zwrUo/yfCrDrsJR1gZ2ypeWt9/uM/f6esGBeW1axF2ooV25TwOdaV5AhggJM1tNO/QQoNCk5ERXW/KZIm5uzRZW6yqyghPW3d8nbp9Qr+RqQ/bCdRTvyWYopOluKoZ1t0f3lylcrcPybSsVtg9+6AqfNOivIsv9yeaHOawOZ47iMPyyOc3uXYooIkpmByfobkdH7Uoy1MZvhMPfk+caiH9jHRT8mxOQJoh17iL2+qfmGznxT4GCfFIhAaY5FVfBdNrbqI1m9q2RPiVn1BgWN+ymD0nuMXkmB3WT1gkAvZhzAQddL/AydZQN7byFt6HFdK8gnIZoZwTIcu2j7FVBl0MOTiF1zype1DT13NvTcf/5OL2frCghy6qgv2X4FHgWwFk/bvvfn5TcgfitY3qx7e3u7vfZ2428Fn7W/VIoo4kbJij4AAAAASUVORK5CYII=) no-repeat 50%;
  background-size: 100%
}

.bottom .download-box {
  position: relative;
  height: 160px;
  margin-top: 33px;
  padding-left: 414px;
  overflow: hidden
}

.bottom .download-box .button {
  display: block;
  width: 182px;
  height: 55px;
  margin-top: 12px;
  line-height: 55px;
  border-radius: 4px;

  font-size: 20px;
  color:#f44b50;
  background-color: #fff;
  overflow: hidden
}

.bottom .download-box .button:nth-child(2) {
  margin-top: 25px
}

.bottom .download-box .button:active {
  background-color: #FF9797;
}

.bottom .download-box .button:hover {
  background-color: #FF9797;
}

.bottom .download-box .qr-code {
  position: absolute;
  left: 668px;
  top: 12px;
  width: 136px;
  height: 136px
}

.bottom .download-box .tips {
  position: absolute;
  left: 668px;
  top: 143px;
  font-size: 16px
}

.footer {
  position: relative;
  z-index: 10;
  height: 66px;
  padding-top:25px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-top:-62px;
  color: hsla(0, 0%, 100%, .2);
  background-color: #2d2e33;
}
.footer p{
}

.zsjd-wrap {
  top: 87px;
  width: 100px;
  z-index: 999;
  color: #ccc;
  line-height: 1.5
}

.zsjd-wrap, .zsjd-wrap .close {
  position: absolute;
  right: 0;
  font-size: 12px
}

.zsjd-wrap .close {
  top: -22px;
  line-height: 22px;
  color: #fff
}