@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
.main {
  width: 100%;
}

.mr250 {
  margin-right: 2.5rem;
}
.mr100 {
  margin-right: 1rem;
}
.ml133 {
  margin-left: 1.33rem;
}
.ml105 {
  margin-left: 1.05rem;
}
.mr159 {
  margin-right: 1.59rem;
}
.pb0 {
  position: absolute;
}
.center {
  display: flex;
  align-items: center;
}
.mt30 {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
}

@media screen and (max-width: 475px) {
}
/* 你的样式 */
body {
  background: #010102;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.22rem 0;
}
.header div {
  display: flex;
  align-items: center;
}
.logo {
  width: 0.55rem;
  height: 0.55rem;
}
.logo-text {
  font-family: CPCompany, CPCompany;
  font-weight: 900;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  margin-left: 0.11rem;
}
.logo-r-t {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #ffffff !important;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-style: normal;
  text-decoration-line: underline;
}

.content {
  height: 8.76rem;
  position: relative;
}
.content-bg {
  width: 100%;
  height: 8.76rem;
}
.content-text {
  position: absolute;
  top: 2.65rem;
  left: 2.31rem;
  width: 5.43rem;
  height: 2.1rem;
}
.content-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-1-t {
  width: 6.69rem;
  height: 0.9rem;
  font-family: KronaOne, KronaOne;
  font-weight: 400;
  font-size: 0.38rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  margin: 0.51rem 0 0.37rem 0;
}
.content-1-t-s {
  width: 9.38rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #81858e;
  text-align: center;
  font-style: normal;
}
.content-1-i {
  width: 11.56rem;
  height: 5.29rem;
}
.content-1-t-th {
  width: 9.57rem;
  height: 1.45rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #81858e;
  line-height: 0.33rem;
  text-align: center;
  font-style: normal;
}

.content-2 {
  display: flex;
  align-items: center;
  margin: 0.88rem 0 0 1.3rem;
}
.content-2-l-i {
  width: 7.49rem;
  height: 6.09rem;
}
.content-2-r-t {
  display: flex;
}
.content-2-r-t div {
  width: 3.95rem;
  /* height: 1.7rem; */
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  margin-left: 0.3rem;
}
.content-2-r-t img {
  width: 1.57rem;
  height: 1.57rem;
}
.content-2-r-s div {
  width: 4.74rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
}
.content-2-r-i {
  width: 3rem;
  height: 0.9rem;
  margin-top: 0.6rem;
  cursor: pointer;
}

.foot {
  width: 100%;
  height: 0.25rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  display: flex;
  margin-top: 1.72rem;
  justify-content: center;
  padding-bottom: 0.2rem;
}

.foot a {
  color: #ff5516 !important;
}
