* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  background-color: #fff;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

div,
i {
  -webkit-tap-highlight-color: transparent;
}



body {
  max-width: 67.5rem !important;
  margin: 0 auto;
  color: #000;
}

.main {
  width: 62.5rem;
  margin: 0 auto;
}

.header-top {
  display: flex;
  align-items: center;
  height: 9.81rem;
  justify-content: space-between;
}

.logo {
  width: 4.06rem;
  height: 4.06rem;
}

.header-top h2,
.mask-content-title h2 {
  font-size: 3.13rem;
  font-weight: 500;
  margin-left: -22rem;
  color: #9094E7;
}

.mask-content-title h2 {
  margin-left: -12rem;
}

.icon-title {
  width: 5.94rem;
  height: 5.94rem;
}

.box-list-title {
  height: 4.38rem;
  font-size: 4.38rem;
  color: #000000;
  margin-bottom: 2.56rem;
}

.box-list-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.94rem;
}

.box-list-3 a {
  display: flex;
  width: 100%;
  height: 10.19rem;
  margin-right: 2.38rem;
  margin-bottom: 3.38rem;
}

.box-list-3 a img {
  width: 18.13rem;
  height: 10.19rem;
  border-radius: 1.25rem;
  margin-right: 1.69rem;
}

.box-list-3-time {
  font-size: 2.5rem;
  color: #999999;
  margin-bottom: 1.38rem;
}

.box-list-3-title {
  width: 42.69rem;
  height: 3.53rem;
  font-size: 2.81rem;
  font-weight: 500;
  line-height: 105%;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 蒙层样式 */
.mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* display: flex;
  justify-content: center;
  align-items: center; */
  z-index: 9999;
}

/* 弹窗内容区域 */
.mask-content {
  background-color: white;
  padding: 2rem;
  width: 53.13rem;
  height: 100%;
}

.mask-content-title {
  width: 100%;
  height: 9.81rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: .19rem solid #E1E1E1;
  margin-bottom: 4.38rem;
}

.mask-content-title .close-btn {
  width: 2rem;
  height: 2rem;
}

.mask-content-list {
  display: flex;
  width: 48.13rem;
  height: 3.63rem;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.25rem;
}

.mask-content-list p {
  font-size: 3.63rem;
  font-weight: 500;
  color: #000000;
}

.mask-content-list img {
  width: 1.42rem;
  height: 2.5rem;
}

.box-list-3-right {
  margin: auto 0;
}

.adv {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex
}

.adv p {
  text-align: center;
  color: #000;
  width: 100%;
  font-size: 20px;
  margin: 5rem 0;
}