body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
html {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
sup {
  vertical-align: inherit;
}
sub {
  vertical-align: inherit;
}
section,
article,
aside,
address,
fieldset,
header,
footer,
nav,
dialog,
figure,
time,
video,
mark,
canvas {
  display: block;
  margin: 0;
  padding: 0;
}
img,
fieldset {
  display: block;
  border: 0;
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #8daaff;
}
a,
a:active,
button,
button:active,
input,
span,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
button {
  background: none;
  border: none;
}
body,
input,
textarea {
  font-family: "PingFang SC", "microsoft yahei", "Hiragino Sans GB", tahoma, arial, sans-serif;
}
html,
body {
  margin: 0 auto;
  font-size: calc(100vw/750*100);
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 750px) {
  html,
  body {
    font-size: 75px;
  }
}
.no-scroll,
.no-scroll body {
  height: 100%;
  overflow: hidden;
}
a,
button,
input,
select,
textarea {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  line-height: normal;
  color: #333;
  background: none;
  resize: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  line-height: normal;
  color: #999;
}
.abs {
  position: absolute;
  right: 0;
  top: 0;
}
/* url("@{url}menu.png") */
.wp {
  position: relative;
  box-sizing: border-box;
  font-size: 0.26rem;
  background-color: #fff;
}
.main {
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 1200px;
  font-size: 0.24rem;
}
@media only screen and (max-width: 750px) {
  .main {
    padding: 0.5rem 0.3rem;
  }
}
.tit {
  margin-bottom: 0.6rem;
  text-align: center;
}
.tit h2 {
  font-size: 0.48rem;
}
.tit p {
  margin-top: 0.3rem;
  font-size: 0.3rem;
}
@media only screen and (max-width: 750px) {
  .tit {
    margin-bottom: 0.5rem;
  }
  .tit h2 {
    font-size: 0.42rem;
  }
  .tit p {
    margin-top: 0.1rem;
    font-size: 0.28rem;
  }
}
.hd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s;
}
.hd .main {
  padding: 0;
}
.hd .logo {
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  text-indent: -500%;
  background: url('../img/applogo.png') no-repeat center top / 100% auto;
  overflow: hidden;
}
.hd.hdbg {
  background-color: #fff;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.hd.hdbg .logo {
  background-position: center bottom;
}
.hd.hdbg .nav {
  color: #222;
}
@media only screen and (max-width: 750px) {
  .hd .main {
    padding: 0;
  }
  .hd .logo {
    padding: 5px 0;
  }
}
.nav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 0;
  font-size: 0.24rem;
  color: #fff;
  cursor: pointer;
}
.nav:after {
  display: table;
  content: "";
  clear: both;
}
.nav li {
  float: left;
  position: relative;
  padding: 0 0.3rem;
  line-height: 50px;
  user-select: none;
}
.nav li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #8daaff;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 0.3s, opacity 0.3s;
}
.nav li:hover {
  color: #8daaff;
}
.nav li:hover::after {
  transform: scaleX(1);
  opacity: 1;
}
.ft {
  text-align: center;
}
.ft a {
  color: #333;
}
.ban {
  background: url('../img/banner.jpg?v=2') no-repeat center top / auto 100%;
}
.ban .main {
  padding: 0;
  height: 720px;
}
.ban .tbbox {
  display: table;
  width: 100%;
  height: 100%;
}
.ban .tbcell {
  display: table-cell;
  box-sizing: border-box;
  padding-top: 2.4rem;
  height: 100%;
  vertical-align: top;
  text-align: center;
  color: #fff;
}
.ban .tbcell h2 {
  margin-bottom: 0.2rem;
  font-size: 0.64rem;
}
.ban .tbcell p {
  font-size: 0.32rem;
}
@media only screen and (max-width: 750px) {
  .ban .main {
    padding: 0 0.2rem;
    height: 500px;
  }
  .ban .tbcell {
    padding-top: 2rem;
  }
  .ban .tbcell h2 {
    margin-bottom: 0.1rem;
    font-size: 0.56rem;
  }
  .ban .tbcell p {
    font-size: 0.3rem;
  }
}
.ubox-company .company-intro {
  margin-top: -0.3rem;
}
.ubox-company .company-intro p {
  padding: 0.1rem 0;
  text-indent: 2em;
  text-align: justify;
}
.ubox-company .icolist {
  padding-top: 1rem;
}
.ubox-company .icolist li {
  float: left;
  width: 20%;
  text-align: center;
}
.ubox-company .icolist img {
  margin: 0 auto 0.2rem;
  width: 120px;
}
.ubox-company .icolist:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width: 750px) {
  .ubox-company .icolist {
    padding: 0.5rem 0;
    text-align: center;
  }
  .ubox-company .icolist li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0.2rem 0;
    width: 32%;
  }
  .ubox-company .icolist img {
    width: 1.2rem;
  }
}
.ubox-group {
  background-color: #f2f4f6;
}
.ubox-group .grouplist {
  margin: 0 auto;
  width: 1000px;
}
.ubox-group .grouplist li {
  position: relative;
  float: left;
  width: 25%;
}
.ubox-group .grouplist .group-txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
}
.ubox-group .grouplist .group-txt img {
  margin: 0 auto;
  width: 120px;
}
.ubox-group .grouplist .group-txt p {
  margin-top: 0.1rem;
  min-height: 1.296rem;
  line-height: 1.8;
  font-size: 0.24rem;
  text-align: justify;
}
.ubox-group .grouplist:after {
  display: table;
  content: "";
  clear: both;
}
@media only screen and (max-width: 750px) {
  .ubox-group .grouplist {
    width: 94%;
  }
  .ubox-group .grouplist li {
    width: 50%;
  }
  .ubox-group .grouplist .group-txt img {
    width: 1.6rem;
  }
  .ubox-group .grouplist:after {
    display: table;
    content: "";
    clear: both;
  }
}
.ubox-work .worklist li {
  float: left;
  position: relative;
  margin: 0.5%;
  width: 24%;
}
.ubox-work .worklist a:hover img {
  opacity: 0.9;
}
.ubox-work .worklist p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.ubox-work .worklist:after {
  display: table;
  content: "";
  clear: both;
}
.ubox-work .lbl {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background: #aaa;
  border-radius: 0.06rem;
}
.ubox-work .lbl.lbl-game {
  background-color: #e60000;
}
.ubox-work .lbl.lbl-app {
  background-color: #07c160;
}
.ubox-work .lbl.lbl-mall {
  background-color: #0096ff;
}
.ubox-work .lbl.lbl-ect {
  background-color: #ffbb00;
}
@media only screen and (max-width: 750px) {
  .ubox-work .worklist li {
    margin: 1%;
    width: 48%;
  }
  .ubox-work .worklist p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .ubox-work .worklist:after {
    display: table;
    content: "";
    clear: both;
  }
  .ubox-work .lbl {
    font-size: 11px;
  }
}
.ubox-contact {
  background: url('../img/contact_bg.jpg?v=2') no-repeat center / auto 100%;
}
.ubox-contact .main {
  height: 500px;
}
.ubox-contact .contact {
  padding-top: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
}
.ubox-contact .contact h3 {
  margin-bottom: 0.1rem;
  font-size: 0.32rem;
}
.ubox-contact .contact .qrcodebox {
  display: inline-block;
  vertical-align: top;
}
.ubox-contact .contact .qrcodebox img {
  margin: 0 auto;
  width: 140px;
}
.ubox-contact .contact .qrcodebox p {
  margin-top: 0.1rem;
}
.ubox-contact .contact .sp-line {
  display: inline-block;
  vertical-align: top;
  margin: 45px 50px 0;
  width: 1px;
  height: 140px;
  background: #111;
}
.ubox-contact .contact .contact-txt {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #333;
}
.ubox-contact .contact .contact-txt img {
  margin: 0 auto;
  width: 90px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.ubox-contact .contact .contact-txt p {
  padding: 0.05rem 0;
}
@media only screen and (max-width: 750px) {
  .ubox-contact .main {
    height: auto;
  }
  .ubox-contact .contact {
    padding-top: 0.3rem;
  }
  .ubox-contact .contact .sp-line {
    margin: 0.1rem 0.3rem 0;
    opacity: 0.5;
  }
  .ubox-contact .contact .qrcodebox img {
    margin: 0 auto;
    width: 2rem;
  }
  .ubox-contact .contact .qrcodebox p {
    font-size: 0.24rem;
  }
}
