a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#audio {
  display: none;
}

body {
  background: rgb(131, 1, 29);
}

html,
body {
  max-width: 540px !important;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.point-arrow {
  display: block;
  width: 80%;
  padding: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0.4rem;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.container {
  max-width: 540px;
  margin: 0 auto;
  /* background: url('../img/bg.jpg'); */
  background-size: 100% 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.m-vision {
  position: absolute;
  top: 16%;
  width: 80%;
  left: 10%;
}

.m-vision .flash-star {
  position: absolute;
  left: -3%;
  top: 39%;
  animation: change 1.5s infinite linear;
  -webkit-animation: change 1.5s infinite linear;
}

.icon-logo {
  position: absolute;
  bottom: 14%;
  left: 39%;
}

.arrow {
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0.4rem;
  animation: myfirst 1s infinite ease-in-out;
  -webkit-animation: myfirst 1s infinite ease-in-out;
}

@keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.62rem;
  }

  100% {
    opacity: 0.1;
    bottom: 0.6rem;
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 1;
    bottom: 0.28rem;
  }

  100% {
    opacity: 0.1;
    bottom: 0.25rem;
  }
}

@keyframes change {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes change {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

#music {
  position: fixed;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 999;
  width: 0.9rem;
}

.wrap {
  width: 94%;
  margin: 0 auto;
}

.wrap .head {
  background: rgb(131, 5, 29);
  padding: 0.4rem 0 1rem;
  border-radius: 0.22rem 0.22rem 0 0;
}

.wrap .con {
  position: relative;
  top: -0.6rem;
  border-radius: 0.22rem;
  background: #fff;
  overflow: hidden;
}

.wrap .con h1 {
  text-align: center;
  padding: 0.4rem 0 0.4rem;
  font-size: 0.5rem;
}

.wrap .con .sideways {
  width: 0.8rem;
  height: 0.12rem;
  background: #dcdcdc;
  margin: 0.4rem auto 0.6rem;
}

.wrap .con p.desc {
  color: #666;
  line-height: 0.7rem;
  font-size: 0.36rem;
  letter-spacing: 1px;
  padding-bottom: 0.4rem;
  padding: 0 0.4rem 0.3rem;
}

.list {
  background: #f5f5f5;
  padding: 0.1rem 0 0.3rem;
}

.list a {
  display: block;
}

.trigon {
  width: 0.8rem;
  position: relative;
  top: 0.1rem;
  left: 4.3rem;
}

.con-company p {
  font-size: 0.40625rem;
  line-height: 0.8rem;
  padding: 0 0.8rem;
}

.con-company ul {
  background: #f5f5f5;
  padding-bottom: 0.8rem;
}

.con-company ul li {
  width: 2.65625rem;
  height: 4.6rem;
  overflow: hidden;
  float: left;
  margin-left: 0.36rem;
  position: relative;
  margin-top: 0.12rem;
  text-align: center;
}

.con-company ul li h2 {
  padding: 0.2rem 0;
  color: #333;
  font-size: 0.38rem;
}

.con-company ul li abbr {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

.con-company ul li .more {
  position: absolute;
  width: 0.46rem;
  left: 0.1rem;
  top: 0.1rem;
}

.con-company ul li .people {
  width: 100%;
}

.people-con {
  padding: 0.8rem 0;
  text-align: center;
}

.people-con h2 {
  margin: 0.3rem auto 0.2rem;
  font-size: 0.51rem;
  color: #333;
}

.people-con abbr {
  font-size: 0.375rem;
}

.footer {
  margin: 1rem 0 1.6rem;
}

.footer span {
  display: block;
  margin-top: 0.8rem;
  border-top: 2px solid #f5f5f5;
  padding-top: 0.4rem;
  width: 86%;
  margin: 0.6rem auto;
  color: #999999;
  padding-top: 0.6rem;
}

.footer .share {
  margin: 0 0.9rem;
}

.list-titile {
  background: #f5f5f5;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
}

.list-titile a {
  display: flex;
  font-size: 0.40625rem;
  margin: .08rem 0;
  color: #333;
  justify-content: space-around;
  align-items: center;
}

.list-titile a>span {
  display: inline-block;
  width: 8rem;
  line-height: 1.25;
}

.list-titile img {
  /* margin-top: -0.15rem; */
  width: 1.893rem;
  height: 0.666rem;
}

.other-con {
  /*padding: 1.4rem 0 0.2rem;*/
}

.other-con h2 {
  line-height: 0.8rem;
}

h3 {
  text-align: center;
  font-size: 0.46rem;
  margin-bottom: 0.3rem;
  margin-top: 1.1rem;
  color: #333;
}

.share-layer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: none;
}

.btn {
  display: block;
  background-image: url('../img/btn_bg.png');
  background-size: 4.19rem 1.08rem;
  width: 4.19rem;
  height: 1.08rem;
  line-height: 1.08rem;
  text-align: center;
  font-size: 0.64rem;
  font-weight: bold;
  color: #fcf6c3;
}

.awards-icon {
  width: 4.32rem;
  height: 0.4rem;
  background: url('./img/bg.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  color: rgb(239, 227, 156) !important;
  line-height: 0.4rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-shadow: 0 0 0;
  text-align: center;
}

.firstItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.firstItem img {
  width: 2rem;
}

.companey {
  color: #333;
  font-weight: 400;
  text-align: center;
  margin: .6rem 0;
  font-size: .5rem;
}
