@charset "utf-8";
html {
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC",
    "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  line-height: 1.5;
  outline: 0;
  /* background: url("assets/img/bj.png") no-repeat;
  background-position: center; */
  background-color: #e4e9ec;
}

div,
p,
ul,
img {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 978px) {
  #logo {
    width: 100%;
    height: 100%;
  }
  #logo img {
    width: 100%;
    height: 100%;
  }
}

a {
  text-decoration: none;
  transition: all 0.35s ease 0s;
  display: block;
}

a:hover {
  color: #ffea24;
  background-color: #000;
  text-decoration: none;
  outline: 0;
}

/* img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
} */

.tx-btn {
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: #000;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  opacity: 0.9;

  filter: alpha(opacity=90);
}

#logo {
  width: 55%;
  text-align: center;
}

#letsgo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  margin: 40px auto;
  margin-top: 40px;
  margin-bottom: 10px;
}

#yyzb {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

li {
  list-style-type: none;
}

.wide {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.wide::after,
.clearfix::after,
.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.logo img {
  height: 60px;
  width: auto;
  margin-right: 50px;
}

.main {
  width: 375px;
  margin: 35px auto;
}

.main .tx-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.plink {
  margin-bottom: 25px;
}

.plink-main {
  margin-bottom: 100px;
  text-align: center;
  padding: 0 20px;
}
.main-log {
  width: 50px;
  height: 50px;
}
  .main-title {
    margin-left: 10px;
    font-weight: bold;
  }

@media screen and (max-width: 978px) {
  .wide {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .logo img {
    height: 40px;
    margin: 0;
  }

  .plink {
    position: relative;
    margin-bottom: 25px;
  }

  .plink-main {
    margin-bottom: 100px;
    text-align: center;
    padding: 0 20px;
  }
}

@media screen and (max-width: 932px) {
  .wide {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .main {
    width: 80%;
    margin: 15px auto;
  }

  .logo img {
    height: 40px;
    margin: 0;
  }

  .plink {
    margin-bottom: 15px;
  }

  .plink-main {
    margin-bottom: 100px;
    text-align: center;
    padding: 0 20px;
  }

}

@media screen and (max-width: 360px) {
  html {
    font-size: 58%;
  }

  .wide {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .logo img {
    height: 40px;
    margin: 0;
  }

  .plink {
    margin-bottom: 25px;
  }

  .plink-main {
    margin-bottom: 100px;
    text-align: center;
    padding: 0 20px;
  }
}

.bounce {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -1em, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
  }
}
.hdden-script{
   display:none;
}
