.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*background-image: url('../static/images/slice14.png');*/
  /*background-size: cover;*/
  /*background-position: center;*/
}
.container-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.title {
  display: block;
  width: 90%;
  max-width: 6rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  animation: scaleDraw 2s infinite ease-in-out;
}

.box {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 0.3rem 0.4rem;
  box-sizing: border-box;
  border-radius: 0.24rem;
  background-color: #fff;
}

.box-title {
  height: 1rem;
}
.box-title .arrow {
  width: 1.44rem;
}
.box-btn {
  position: relative;
  z-index: 1;
  padding: 0.13rem 0;
  margin-right: 0.36rem;
  text-align: center;
  background: #fff;
  opacity: 1;
  border: 1px solid #000000;
  border-radius: 4px;
  -moz-box-shadow: 0.06rem 0.06rem 0px #fe6aa8;
  -webkit-box-shadow: 0.06rem 0.06rem 0px #fe6aa8;
  box-shadow: 0.06rem 0.06rem 0px #fe6aa8;
  font-size: 0.26rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.3rem;
}

.box-btn a {
  text-decoration: none;
  color: #000;
}
.box-btn:last-child {
  margin-right: 0;
}
.box-btn-type {
  flex: 1;
}
.box-btn-type1 {
  margin-right: 0;
  margin-top: 0.62rem;
  padding: 0.34rem 0.6rem 0.28rem;
  -moz-box-shadow: 0.07rem 0.07rem 0px #000;
  -webkit-box-shadow: 0.07rem 0.07rem 0px #000;
  box-shadow: 0.07rem 0.07rem 0px #000;
}
.box-btn-extra {
  position: absolute;
  top: -0.25rem;
  right: 0px;
  width: 1.4rem;
}
.box-btn-tag {
  position: absolute;
  top: -0.36rem;
  left: 0.18rem;
  width: 1.8rem;
  height: 0.72rem;
  text-align: left;
  background: url('../static/images/group38.png') 0 0/100% 100% no-repeat;
}
.box-btn-tag.url {
  width: 4.3rem;
}
.box-btn-tag .tag-img {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  vertical-align: middle;
}
.box-btn-tag .tag-title {
  font-size: 0.24rem;
  line-height: 0.5rem;
  font-weight: 500;
}
.box-btn-tip {
  font-size: 0.22rem;
  font-weight: 500;
  color: rgba(18, 18, 18, 0.8);
  line-height: 1.5;
}
.copyright {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0.5rem auto 0.44rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #505050;
  line-height: 0.16rem;
  text-align: center;
}

.copyright img {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  width: 0.28rem;
  height: 0.2rem;
  margin-right: 0.05rem;
}

.copyright div {
  line-height: 0.3rem;
}

.copyright div b {
  position: relative;
  z-index: 1;
}
.copyright div .border {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.08rem;
  margin-top: -0.08rem;
  background-color: #ffd9e2;
}
.point {
  font-size: 0.32rem;
  color: #ff0000;
}
.point img {
  width: 0.48rem;
  height: 0.48rem;
}
.point img:first-of-type {
  transform: rotateY(180deg);
}
.box-btn-type {
  flex: 0 0 100%;
  margin-top: 0.3rem;
  margin-right: 0;
}
.box-btn-type:first-child {
  margin-top: 0 !important;
}
.box-btn-type1 {
  margin-top: 0.5rem;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  margin-top: 0;
  padding: 0.08rem 0.31rem;
  border-radius: 0.4rem;
  -moz-box-shadow: 0.02rem 0.02rem 0px #fff, 0.02rem 0.02rem 0px 1px black;
  -webkit-box-shadow: 0.02rem 0.02rem 0px #fff, 0.02rem 0.02rem 0px 1px black;
  box-shadow: 0.02rem 0.02rem 0px #fff, 0.02rem 0.02rem 0px 1px black;
  background: #fb7299;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.25rem;
  font-weight: 600;
  font-family: PingFang SC-Regular, PingFang SC;
  word-break: break-all;
  text-align: center;
  opacity: 1;
  border: 1px solid #000000;
  position: relative;
}

.download-btn a {
  text-decoration: none;
  color: inherit;
}
.download-btn a img {
  width: 0.16rem;
  height: 0.16rem;
  vertical-align: middle;
}

.stop {
  font-size: 0.4rem;
  color: #ff0000;
  font-weight: bold;
  line-height: 3;
}

@media screen and (max-width: 2000px) {
  .box {
    max-width: 800px;
  }
}
