@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  height: 100%;
  font-size: 17.07px;
  line-height: 1;
  font-family: "Heebo","Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体" !important;
}
body {
  margin: 0 auto !important;
  background: #fff;
}
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
input,
textarea,
p,
th,
td,
fieldset,
pre,
code {
  margin: 0;
  padding: 0;
}
input {
  border: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
em,
i,
s {
  font-style: normal;
  text-decoration: none;
}
img {
  border: 0px;
  margin: 0;
  display: block;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}
a,
a:active,
a:focus,
button,
button:active,
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: none;
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 设置图片视频等自适应调整 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
}
.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}
/* 自动换行 */
.etc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*多行自动换行*/
.etcmore {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
/* 行为箭头 */
.arrow:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #7C7C81;
  border-top: 2px solid #7C7C81;
  -mo-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  display: block;
}
/*清空*/
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: ".";
}
.left {
  float: left;
}
.right {
  float: right;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #e5e5e5;
  font-weight: normal;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e5e5e5;
  font-weight: normal;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e5e5e5;
  font-weight: normal;
}
::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #e5e5e5;
  font-weight: normal;
}
/**
 * Less Class
 */
html,
body {
  min-width:1200px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.header {
  padding-top:32px;
  padding-bottom:74px;
  background: -webkit-linear-gradient(#3A4299, #747EF4);
  background: -o-linear-gradient(#3A4299, #747EF4);
  background: -moz-linear-gradient(#3A4299, #747EF4);
  background: -mos-linear-gradient(#3A4299, #747EF4);
  background: linear-gradient(#3A4299, #747EF4);
}
.header .banner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.header .banner .imgs {
  width: 100%;
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .banner .imgs .bimg-1 {
  display: block;
  width: 243px;
  position: absolute;
  right: 60px;
  bottom: -130px;
  z-index: 5;
  animation: heart 2s forwards;
  animation-direction: alternate;
}
.header .banner .imgs .bimg-2 {
  display: block;
  width: 243px;
  position: absolute;
  right: 200px;
  bottom: -160px;
  z-index: 4;
  animation: heart 2s forwards;
  animation-direction: alternate;
}
.header .banner .imgs .bimg-3 {
  position: absolute;
  right: 0;
  top: 80px;
  height: 321px;
  transform: scale(0.6);
  animation: scales 2s forwards;
  animation-direction: alternate;
}
.header .banner .imgs .bimg-4 {
  position: absolute;
  left: -54px;
  bottom: -80px;
  height: 185px;
  transform: scale(0.6);
  animation: scales 2s forwards;
  animation-direction: alternate;
}
.header .banner .imgs .bimg-5 {
  position: absolute;
  left: -303px;
  top: -500px;
  height: 800px;
  transform: scale(0.6);
  animation: scales 2s forwards;
  animation-direction: alternate;
}
@keyframes scales {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes heart {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
.header .banner .banner-top {
  position: relative;
}
.header .banner .banner-top .logos {
  float:left;
  display: block;
  width:150px;
  height: 40px;
  cursor: pointer;
}
.header .banner .banner-top .logo {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 40px;
  cursor: pointer;
}
.header .banner .banner-top .banner-list {
  float:left;
  margin-left:60px;
  vertical-align: middle;
}
.header .banner .banner-top .banner-list li a{
  display:inline-block;
  height:100%;
  width:100%;
  color: #fff;
}
.header .banner .banner-top .banner-list li {
  float: left;
  height:40px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-left: 36px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: pointer;
}
.header .banner .banner-top .banner-list li span {
  display: block;
  width: 0;
  height: 1px;
  background: #B5B9FF;
  margin-left: auto;
  margin-right: auto;
}
.header .banner .banner-top .banner-list li span.hovers {
  animation: myline 0.5s forwards;
  animation-direction: alternate;
}
@-webkit-keyframes myline {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.header .banner .banner-top .banner-list li.opacitys {
  animation: opacitys 0.5s forwards;
  animation-direction: alternate;
}
@-webkit-keyframes opacitys {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.header .banner .banner-top .banner-list li:first-child {
  margin-left: 0;
}
.header .banner .banner-top .banner-list li.action{
  opacity: 1;
}
.header .banner .banner-top .banner-list li.action span{
  width:100%;
}
.header .banner .banner-top .sel {
  position: relative;
  width: 80px;
  float:right;
  margin-top:5px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -p-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #565FD2;
  font-size: 12px;
  line-height: 30px;
  text-align: right;
  padding-left: 10px;
  padding-right: 30px;
  color: #B4BAF7;
  background: url(../img/triangle.png) no-repeat right center;
  background-size: 14px 14px;
  background-position: 60px 8px;
  cursor: pointer;
  opacity: 0.6;
}
.header .banner .banner-top .sel:hover {
  opacity: 1;
}
.header .banner .banner-top .sel:hover {
  transition: opacity 2s ease;
}
.header .banner .banner-top .sel-list {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
  padding-top: 8px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -p-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.header .banner .banner-top .sel-list .topsj {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
}
.header .banner .banner-top .sel-list li {
  width: 80px;
  height: 27px;
  line-height: 27px;
  color: #444E87;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
}
.header .banner .banner-top .sel-list li:first-of-type {
  border-radius: 4px 4px 0 0;
}
.header .banner .banner-top .sel-list li:hover {
  background: #F3F5FF;
}
.header .banner .introduce {
  position: relative;
  margin-left:60px;
  margin-top:130px;
}
.header .banner .introduce .introduce-title {
  text-align: left;
  font-size: 28px;
  line-height: 42px;
  color: #EBEFFF;
  font-weight:100;
}
.header .banner .introduce .introduce-txt {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: #B6C4FB;
  font-weight: lighter;
  margin-top: 8px;
  font-weight:100;
}
.header .banner .btn {
  width: 316px;
  margin-left:60px;
  margin-top:62px;
  position: relative;
}
.header .banner .btn .ios {
  cursor: pointer;
  float: left;
  color: #5E67D2;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  line-height: 46px;
  background: #eeeffa;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  -p-border-radius: 23px;
  border-radius: 23px;
  overflow: hidden;
}
.header .banner .btn .ios svg {
  margin-left: 14px;
  margin-right: 10px;

}
.header .banner .btn .ios .orios {
  display: none;
  width: 112px;
  height: 112px;
  position: absolute;
  top: -128px;
  left: 19px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -p-border-radius: 4px;
  border-radius: 4px;
}
.header .banner .btn .ios .orios img {
  display: block;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .banner .btn .ios .orios .arrow-down {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.header .banner .btn .ios .orios-animate {
  animation: heights 0.5s forwards;
  animation-direction: alternate;
}
@-webkit-keyframes heights {
  0% {
    height: 0;
  }
  100% {
    height: 150px;
  }
}
.header .banner .btn .ioshover {
  animation: ioshovers 1s;
}
@keyframes ioshovers {
  0% {
    height: 0px;
  }
  100% {
    height: 150px;
  }
}
.header .banner .btn .android {
  cursor: pointer;
  float: left;
  color: #E8EDFF;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  line-height: 46px;
  border: 1px solid #9299e2;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -o-border-radius: 23px;
  -p-border-radius: 23px;
  border-radius: 23px;
  margin-left: 16px;
}
.header .banner .btn .android svg {
  margin-left: 14px;
  margin-right: 10px;
}
.header .banner .btn .android .orandroid {
  display: none;
  width: 112px;
  height: 112px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -p-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -128px;
  right: 19px;
}
.header .banner .btn .android .orandroid img {
  display: block;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .banner .btn .android .orandroid .arrow-down {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.header .banner .btn .androidhover {
  animation: androidhover 3s ease-in-out;
}
@keyframes androidhover {
  0% {
    height: 0px;
  }
  100% {
    height: 150px;
  }
}
.header .banner .news {
  position: relative;
  width: 450px;
  height:20px;
  margin-left:60px;
  margin-top:150px;
  overflow: hidden;
}
.header .banner .news .news-img {
  float: left;
  width: 16px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  margin-top: 3px;
}
.header .banner .news .news-left {
  float: left;
  margin-left: 9px;
  color: #D9E2FF;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header .banner .news .news-list {
  float: left;
  margin-left: 12px;
  position: absolute;
  top: 0;
  left: 95px;
  overflow: hidden;
}
.header .banner .news .news-list li {
  font-size: 12px;
  line-height: 20px;
  color: #EEF1FF;
  text-align: left;
}
.header .banner .news .news-list li a{
  color: #EEF1FF;
}
.header .banner .news .news-list li a p{
  float:left;
  width:255px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .banner .news .news-list li a span {
  float: left;
  margin-left: 12px;
  color: #EEF1FF;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.wallet {
  padding-bottom:60px;
  background: #F6F8FF;
}
.wallet .wallet-content {
  padding-top:50px;
  padding-bottom:10px;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/wallet-bg.png) no-repeat center bottom;
  background-color: #fff;
  background-size: 100%;
  position: relative;
  top:-40px;
  z-index: 33;
}
.wallet .wallet-content .wallet-title {
  color: #444E87;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: lighter;
  font-weight: 150;
}
.wallet .wallet-content .wallet-txt {
  color: #919CC7;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  font-weight: 150;
}
.wallet .wallet-content .wallet-list {
  margin:0 auto;
  margin-top: 11px;
  padding:0 5px;
}
.wallet .wallet-content .wallet-list li {
  float: left;
  width: 267px;
  height: 240px;
  overflow: hidden;
  padding-bottom: 28px;
  position: relative;
  cursor: pointer;
  transition: all .4s ease-out 0s;
  padding-top:45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -p-border-radius: 4px;
  border-radius: 4px;
}
.wallet .wallet-content .wallet-list li svg {
  display: block;
  height: 50px;
  width:50px;
  font-size: 50rem;
  margin: 0 auto;
  transition: all .4s ease-out 0s;
}
.wallet .wallet-content .wallet-list li span {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #444E87;
  margin-top: 20px;
  transition: all .4s ease-out 0s;
}
.wallet .wallet-content .wallet-list li p {
  display: block;
  width: 210px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #919CC7;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 1s ease-out 0s;
}
.wallet .wallet-content .wallet-list li p.hovers {
  /*animation: box 1s forwards;*/
  opacity: 1;
  top: 130px;
}
.wallet .wallet-content .wallet-list li span.spans {
  /*animation: spans 1s forwards;*/
  transform: translateY(-15px);
}
.wallet .wallet-content .wallet-list li svg.svgs {
  /*animation: svgs 1s forwards;*/
  transform: translateY(-14px);
}
@-webkit-keyframes svgs {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-14px);
  }
}
@-webkit-keyframes spans {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes box {
  0% {
    opacity: 0;
    top: 75%;
  }
  100% {
    opacity: 1;
    top: 130px;
  }
}
.wallet .wallet-content .wallet-list .active {
  box-shadow: 0px 2px 19px 0px rgba(132, 156, 227, 0.27);
  background-color: #fff;
}
.enterprise {
  background: -webkit-linear-gradient(left, #394666, #64729A);
  background: -o-linear-gradient(left, #394666, #64729A);
  background: -moz-linear-gradient(left, #394666, #64729A);
  background: -mos-linear-gradient(left, #394666, #64729A);
  background: linear-gradient(left, #394666, #64729A);
}
.enterprise .enterprise-content {
  width: 1080px;
  position: relative;
  margin: 0 auto;
}
.enterprise .enterprise-content .enterprise-txt {
  position: absolute;
  left: 275px;
  top: 70px;
  color: #39466B;
  font-size: 65px;
  text-align: left;
  line-height: 91px;
  z-index: 1;
}
.enterprise .enterprise-content .enterprise-img {
  float:left;
  height: 470px;
}
.enterprise .enterprise-content .enterprise-img .phone1 {
  position: absolute;
  left: 0;
  top: 170px;
  display: block;
  height: 445px;
  z-index: 3;
}
.enterprise .enterprise-content .enterprise-img .phone1-act {
  animation: heart 3s forwards;
  animation-direction: alternate;
}
.enterprise .enterprise-content .enterprise-img .phone2 {
  position: absolute;
  left: 248px;
  top: 54px;
  display: block;
  height: 454px;
  z-index: 3;
}
.enterprise .enterprise-content .enterprise-img .phone2-act {
  animation: heart2 3s forwards;
  animation-direction: alternate;
}
@-webkit-keyframes heart2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.enterprise .enterprise-content .enterprise-img .phone3 {
  display: block;
  height: 241px;
  position: absolute;
  left: -103px;
  top: 0;
  transform: scale(0.6);
  animation: scales 2s forwards;
  animation-direction: alternate;
}
.enterprise .enterprise-content .enterprise-img .phone4 {
  display: block;
  height: 118px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.6);
  animation: scales 2s forwards;
  animation-direction: alternate;
}
.enterprise .enterprise-content .enterprise-img .phone5 {
  display: block;
  height: 181px;
  position: absolute;
  left: 260px;
  bottom: 0;
  transform: scale(0.6);
  animation: scales 2s forwards;
  animation-direction: alternate;
}
.enterprise .enterprise-content .enterprise-right {
  float: right;
  padding-top:127px;
  width: 380px;
  height: 470px;
  margin-right: 45px;
  position: relative;
}
.enterprise .enterprise-content .enterprise-right .enterprise-title {
  font-size: 28px;
  text-align: left;
  line-height: 48px;
  color: #fff;
  font-weight: 150;
}
.enterprise .enterprise-content .enterprise-right .enterprise-small {
  font-size: 23px;
  text-align: left;
  line-height: 32px;
  color: #C5CEE6;
  margin-top: 9px;
  font-weight: 150;
}
.enterprise .enterprise-content .enterprise-right p {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #C5CEE6;
  margin-top: 7px;
  font-weight: 150;
}
.enterprise .enterprise-content .enterprise-right .enterprise-btn {
  width: 150px;
  height: 46px;
  margin-top:60px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #4E5B7F;
  background: #eeeffa;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -p-border-radius: 24px;
  border-radius: 24px;
  cursor: pointer;
}
.enterprise .enterprise-content .enterprise-right .enterprise-btn a{
  color: #4E5B7F;
}
.partner {
  padding-top:115px;
  padding-bottom:60px;
  background: #F6F8FF;
}
.partner .partner-content {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
.partner .partner-content .partner-title {
  color: #444E87;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  font-weight: 150;
}
.partner .partner-content .partner-txt {
  color: #919CC7;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  margin-top: 9px;
  font-weight: 150;
}
.partner .partner-content ul {
  margin-top: 37px;
}
.partner .partner-content .ul1 {
  margin-top: 15px;
}
.partner .partner-content ul li {
  float: left;
  background: #FBFCFF;
  width: 165px;
  margin-left: 7px;
  margin-right: 7px;
  cursor: pointer;
  padding-top:10px;
  padding-bottom:15px;
  transition: all .4s ease-out 0s;
}
.partner .partner-content ul li img {
  display: block;
  height: 66px;
  margin: 0 auto;
}
.partner .partner-content ul li span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #444E87;
}
.partner .partner-content ul li:first-child {
  margin-left: 0;
}
.partner .partner-content ul li.active {
  box-shadow: 0px 4px 14px 0px rgba(199, 200, 220, 0.5);
}
.footer {
  padding-bottom: 56px;
  background: #363A58;
  padding-top: 60px;
}
.footer .footer-content {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-content .footer-list {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-content .footer-list li {
  float: left;
  width: 55px;
  margin-left: 50px;
  opacity: 0.6;
  cursor: pointer;
  position: relative;
}
.footer .footer-content .footer-list li .show_detail {
  display: none;
  width: 200px;
    height: 156px;
    position: absolute;
    top: -165px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    background: #fff;
    max-width: 120px;
    border-radius: 4px;
}

.footer .footer-content .footer-list li .show_detail .arrow-down{
  position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}

.footer .footer-content .footer-list li .show_detail_anchor {
  position: relative;
}
.footer .footer-content .footer-list li .show_detail_container {
  display: none;
  position: absolute;
  right: -25px;
  bottom: 0;
  padding-bottom: 75px;
}
.footer .footer-content .footer-list li .show_detail_tar {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer .footer-content .footer-list li .show_detail_list {
  min-width: 200px;
  min-height: 50px;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
}
.footer .footer-content .footer-list li .show_detail_list .group_item{
  font-size: 14px;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;

}
.footer .footer-content .footer-list li .show_detail_list .group_item:hover{
  background: #eee;
  cursor: pointer;

}
.footer .footer-content .footer-list li .show_detail_container .arrow-down{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 50px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
}
.footer .footer-content .footer-list li .show_detail span{
  margin-top: 5px;
  padding-left: 5px;
  font-size: 12px;
  color: #444E87;
  display: block;
}
.footer .footer-content .footer-list li .footer-list-img {
  display: block;
  width: 30px;
  height: 30px;
  background: #565976;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -p-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.footer .footer-content .footer-list li .footer-list-img .footer-img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-top: 5px;
  color: #BEC3DA;
}
.footer .footer-content .footer-list li .footer-list-name {
  display: block;
  margin-top: 16px;
  color: #83859A;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
}
.footer .footer-content .footer-list li:first-child {
  margin-left: 0;
}
.footer .footer-content .footer-list li:hover {
  animation: opacitys 1s forwards;
  animation-direction: alternate;
}
.footer .footer-content .about {
  display: inline-block;
  vertical-align: top;
  margin-top: 70px;
}
.footer .footer-content .about li {
  float: left;
  padding: 4px 0;
}
.footer .footer-content .about li a {
  display: block;
  padding-right: 25px;
  padding-left: 25px;
  color: #969DB6;
  text-align: left;
  line-height: 17px;
  height: 17px;
  font-size: 12px;
  border-right: 1px solid #535776;
}
.footer .footer-content .about li .none-border {
  border: none;
}
.footer .footer-content .footer-txt {
  text-align: center;
  line-height: 17px;
  color: #677191;
  font-size: 12px;
  margin-top: 30px;
}




.header .banner .btn .ios:focus,
.header .banner .btn .ios:hover,
.header .banner .btn .ios.active:hover,
.header .banner .btn .ios.active:focus {
    background-color:#fff;
}

.header .banner .btn .android:focus,
.header .banner .btn .android:hover,
.header .banner .btn .android.active:hover,
.header .banner .btn .android.active:focus {
    border-color:#fff;
}

.enterprise .enterprise-content .enterprise-right .enterprise-btn:focus,
.enterprise .enterprise-content .enterprise-right .enterprise-btn:hover,
.enterprise .enterprise-content .enterprise-right .enterprise-btn.active:hover,
.enterprise .enterprise-content .enterprise-right .enterprise-btn.active:focus {
    background-color:#fff;
}


/*媒体查询*/
@media screen and (max-width: 1284px){
  .header .banner .imgs .bimg-2{
    width:220px;
  }
  .header .banner .imgs .bimg-1{
    width:220px;
  }
  .header .banner .news{
    margin-top:120px;
  }
  .header .banner .introduce .introduce-title{
    font-size: 24px;
  }
  .header .banner .introduce .introduce-txt{
    font-size: 14px;
  }
  .header .banner .btn .ios{
    font-size: 14px;
    width:130px;
    height:42px;
  }
  .header .banner .btn .android{
    font-size: 14px;
    width:130px;
    height:42px;
  }
  .header .banner .btn .ios .orios{
    left:10px;
  }
  .header .banner .btn .android .orandroid{
    right:49px;
  }
  .header .banner .introduce{
    margin-top:120px;
  }
  .wallet .wallet-content{
    width:1000px;
  }
  .enterprise .enterprise-content{
    width:1000px;
  }
  .partner .partner-content{
    width:1000px;
  }
  .footer .footer-content{
    width:1000px;
  }
  .header .banner{
    width:1000px;
  }
  .wallet .wallet-content .wallet-list{
    padding:0 12px;
  }
  .wallet .wallet-content .wallet-list li{
    width:244px;
  }
  .enterprise .enterprise-content .enterprise-img .phone1{
    height:430px;
    top:160px;
  }
  .enterprise .enterprise-content .enterprise-img .phone2{
    height:420px;
    top:44px;
  }
  .enterprise .enterprise-content .enterprise-right{
    padding-top:80px;
  }
  .partner .partner-content ul li{
    width:158px;
    margin-left:10px;
  }
  .partner .partner-content ul li.no-l{
    margin-left:0 !important;
  }
  .partner .partner-content ul li span{
    margin-top:30px;
  }
  .partner .partner-content .ul1{
    margin-top:10px;
  }
  .partner .partner-content .ul1 li{
    margin-left:10px;
  }
  .footer .footer-content .footer-list{
    margin:0 210px;
  }
  .header .banner .btn{
    margin-top:30px;
  }
  .partner .partner-content ul li img{
    margin-top:0;
  }
  .wallet .wallet-content .wallet-title{
    font-size: 26px;
  }
  .wallet .wallet-content .wallet-txt{
    margin-top:6px;
    font-size: 14px;
  }
}

.video_container{
  z-index: 10000;
  position: fixed;
  background: rebeccapurple;
  width: 600px;
  min-height: 160px;
  right: 20px;
  bottom: 60px;

}
.video_container video{
  width: 100%;
  height: 100%;
}
.video_container_close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  padding: 3px;
}

.footer-fix{
  margin: 0 auto;
}