* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.8 "Microsoft YaHei", "微软雅黑";
  position: relative;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
input,
button {
  border: 0;
  outline: 0;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  line-height: 1.2;
  -webkit-animation: portal 0.5s forwards;
  animation: portal 0.5s forwards;
}
@-webkit-keyframes portal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes portal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes childrenAni {
  0% {
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes childrenAni {
  0% {
    -webkit-transform: scale(0.89);
    transform: scale(0.89);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.popup .close {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  width: 14px;
  height: 14px;
  right: 15px;
  top: 11px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/4.png");
}
.popup .close:hover {
  background-position-x: -14px;
}
.popup .close:active {
  background-position-x: -28px;
}
.popup .popupWrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-size: contain;
  -webkit-animation: childrenAni 0.3s forwards;
  animation: childrenAni 0.3s forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 39px 25px 24px 28px;
  width: 452px;
  height: 310px;
  border-radius: 6px;
  background: #2b2e41;
}
.popup .popupWrapper .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.popup .popupWrapper .msg {
  position: relative;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.popup .popupWrapper .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .popupWrapper .wrapper .line {
  width: 0px;
  height: 100%;
  margin: 0 26px;
  border-left: 1px dashed #404147;
}
.popup .popupWrapper .wrapper .item .head {
  font-size: 14px;
  padding-left: 8px;
  color: #fafafa;
  border-left: 6px solid #edbd1d;
  margin-bottom: 8px;
}
.popup .popupWrapper .wrapper .item p {
  color: #939299;
  font-size: 12px;
  white-space: nowrap;
}
.popup .popupWrapper .wrapper .item .downloadAPK {
  cursor: pointer;
  width: 175px;
  height: 50px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/5.png");
  margin-top: 87px;
  display: block;
}
.popup .popupWrapper .wrapper .item .downloadAPK:hover {
  background-position-x: -175px;
}
.popup .popupWrapper .wrapper .item .downloadAPK:active {
  background-position-x: -350px;
}
.popup .popupWrapper .wrapper .item .code {
  margin-top: 35px;
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 99;
  background: #03072a;
}
header .wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .wrapper .logo {
  width: 235px;
  height: 48px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/logo.png");
}
header .wrapper .headerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header .wrapper .headerList nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .wrapper .headerList nav a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 60px;
  color: #c1c1c1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
header .wrapper .headerList nav a:last-child {
  margin-right: 0;
}
header .wrapper .headerList nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #ffcb1e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .wrapper .headerList nav a.active {
  color: #ffcb1e;
}
header .wrapper .headerList nav a.active:after {
  width: 100%;
  left: 0;
}
header .wrapper .headerList nav a:hover {
  color: #ffcb1e;
}
header .wrapper .headerList nav a:hover:after {
  width: 100%;
  left: 0;
}
header .wrapper .headerList .menu {
  cursor: pointer;
  width: 147px;
  height: 42px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/download.png");
}
header .wrapper .headerList .menu:hover {
  background-position-x: -147px;
}
header .wrapper .headerList .menu:active {
  background-position-x: -294px;
}
header .wrapper .headerList .line {
  margin: 0 30px;
  width: 1px;
  height: 12px;
  background: #4f4d5b;
}
header .wrapper .headerList .userInfo {
  margin-left: 30px;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .wrapper .headerList .userInfo.showLogin .login {
  display: block;
}
header .wrapper .headerList .userInfo.showLogin .userLogin {
  display: none;
}
header .wrapper .headerList .userInfo .login {
  cursor: pointer;
  color: #c1c1c1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  display: none;
}
header .wrapper .headerList .userInfo .login:hover {
  color: #ffcb1e;
}
header .wrapper .headerList .userInfo .userLogin {
  position: relative;
  width: 42px;
  height: 42px;
}
header .wrapper .headerList .userInfo .userLogin:hover .avatarList {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
header .wrapper .headerList .userInfo .avatar {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: url("https://cdn-js.yebaojiasu.com/newgw/avatar.png");
  border-radius: 50%;
  mix-blend-mode: luminosity;
}
header .wrapper .headerList .userInfo .avatarList {
  width: 120px;
  height: 142px;
  left: 50%;
  margin-top: 11px;
  position: absolute;
  background: url("https://cdn-js.yebaojiasu.com/newgw/avatarPopup.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .wrapper .headerList .userInfo .avatarList a {
  color: #c1c1c1;
  height: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .wrapper .headerList .userInfo .avatarList a:hover {
  color: #fff;
  background: #3e3f47;
}
footer {
  padding-top: 56px;
  color: #fff;
  background: #03072a;
  width: 100%;
}
footer .wrapper {
  width: 1200px;
  margin: 0 auto;
}
footer .title {
  margin-bottom: 40px;
}
footer .headInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer p,
footer a {
  color: #939299;
  font-size: 12px;
}
footer a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.downloadItem {
  margin-right: 125px;
}
.downloadItem .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadItem .list .menu {
  margin-right: 39px;
  cursor: pointer;
}
.downloadItem .list .menu:last-child {
  margin-right: 0;
}
.downloadItem .list .menu:nth-child(1) .icon {
  background: url("https://cdn-js.yebaojiasu.com/newgw/21.png");
}
.downloadItem .list .menu:nth-child(2) .icon {
  background: url("https://cdn-js.yebaojiasu.com/newgw/22.png");
}
.downloadItem .list .menu:nth-child(3) .icon {
  background: url("https://cdn-js.yebaojiasu.com/newgw/23.png");
}
.downloadItem .list .menu:hover .icon {
  background-position-x: -24px;
}
.downloadItem .list .menu:hover p {
  color: #ffcb1e;
}
.downloadItem .list .menu .icon {
  width: 24px;
  height: 28px;
  margin: 0 auto;
}
.downloadItem .list .menu p {
  margin-top: 20px;
  text-align: center;
}
.contactItem {
  margin-right: 132px;
}
.contactItem .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 138px;
}
.contactItem .list a {
  margin-bottom: 25px;
}
.contactItem .list a:nth-child(2n-1) {
  margin-right: 41px;
}
.contactItem .list a:nth-child(2n + 1):nth-last-child(-n + 2),
.contactItem .list a:nth-child(2n + 1):nth-last-child(-n + 2) ~ a {
  margin-bottom: 0;
}
.contactItem .list a:hover {
  color: #ffcb1e;
}
.followItem {
  margin-right: 132px;
}
.followItem .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.followItem .list .item {
  position: relative;
  margin-right: 44px;
  cursor: pointer;
}
.followItem .list .item:nth-child(1) .icon {
  width: 34px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/24.png");
}
.followItem .list .item:nth-child(1) .icon:hover {
  background-position-x: -34px;
}
.followItem .list .item:nth-child(2) .icon {
  width: 62px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/25.png");
}
.followItem .list .item:nth-child(2) .icon:hover {
  background-position-x: -62px;
}
.followItem .list .item:nth-child(3) .icon {
  width: 24px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/26.png");
}
.followItem .list .item:nth-child(3) .icon:hover {
  background-position-x: -24px;
}
.followItem .list .item:nth-child(4) {
  margin-right: 0;
}
.followItem .list .item:nth-child(4) .icon {
  width: 24px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/27.png");
}
.followItem .list .item:nth-child(4) .icon:hover {
  background-position-x: -24px;
}
.followItem .list .item:hover img {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.followItem .list .item:hover p {
  color: #ffcb1e;
}
.followItem .list .item .icon {
  height: 28px;
  margin: 0 auto;
  margin-bottom: 23px;
}
.followItem .list .item p {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-align: center;
}
.followItem .list .item img {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.customerItem .title {
  opacity: 0;
  pointer-events: none;
}
.customerItem .list .menu {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 45px;
  background: url("https://cdn-js.yebaojiasu.com/newgw/32.png");
  cursor: pointer;
}
.customerItem .list .menu:hover {
  background-position-x: -160px;
}
.customerItem .list .menu:active {
  background-position-x: -320px;
}
.customerItem .list p {
  margin-top: 8px;
}
.friendShip {
  padding: 65px 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #615f7c;
}
.friendShip p {
  margin-right: 28px;
}
.friendShip a {
  display: block;
  margin-right: 15px;
}
.friendShip a:hover {
  color: #ffcb1e;
}
.friendShip .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footInfo {
  padding: 24px 0 40px;
}
.footInfo .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footInfo .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footInfo p,
.footInfo a {
  margin-bottom: 20px;
  line-height: 1.2;
  margin-right: 10px;
}
.footInfo a:hover {
  color: #ffcb1e;
}
.footInfo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footInfo .flex img {
  margin-right: 8px;
}
.kXScript {
  margin-right: 10px;
  line-height: 1;
}
#content .infro_bg {
  height: 0 !important;
}
