@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
}
a,
a:hover {
  text-decoration: none;
}
input {
  outline: none;
  border: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  color: #222222;
  font-size: 16px;
  margin: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 100px;
  color: white;
  background-color: #000000;
}
.header .layout-lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-left{
  float: left;
}
.layout-right{
  float: right;
}
.layout-right ul li{
  float: left;
}
.layout-right ul li a{
  line-height: 100px;
  color: #fff;
}
.pchide{
  display: none!important;
}
.pcshow{
  display: block;
} 
.header .layout-lr .layout-left .logo img {
  height: 60px;
}
.header .layout-lr .nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.layout-right ul li a.question {
  color: #ffa300;
}
.app-container {
  width: 100%;
  overflow: hidden;
}
.btn{
  display: block;
  padding: 0 20px;
  background:linear-gradient(to right, #f3d742, #ffc829);
  border-radius: 24px;
  color: #000 !important;
  cursor: pointer;
  line-height: 46px !important;
  margin-top: 26px;
}
.app-container ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.app-container ul li {
  height: 210px;
  background: #fff;
  justify-content: space-between;
  width: calc(50% - 20px); /* 每个盒子宽度为33.333%，减去外边距 */
  margin: 10px;
  box-sizing: border-box;
}
.app-container ul li .containerHea {
  overflow: hidden;
  margin-top: 40px;
}
.app-container ul li .containerHea .conLeft {
  float: left;
  margin-left: 20px;
}
.title1 {
  font-size: 40px;
  color: #000000;
  line-height: 70px;
  margin: 50px auto;
  margin-top: 100px;
}
.app-container ul li .containerHea .conLeft img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.app-container ul li .containerHea .conLeft .textTit {
  float: left;
}
.textTit h2 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.textTit p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}
.conRight {
  font-size: 14px;
  line-height: 20px;
  color: #0091ff;
  float: right;
  margin-right: 20px;
}
.btnDown {
  width: 70%;
  display: block;
  margin: 0 auto;
  height: 46px;
  color: #000;
  font-weight: bold;
  background: linear-gradient(to right, #f3d742, #ffc829);
  line-height: 46px;
  text-align: center;
  margin-top: 40px;
  border: none;
  border-radius: 23px;
  cursor: pointer;
}
.pchide {
    display: none !important;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 20px 0;
}
.site-contact .title2 {
  font-size: 12px;
  color: #000;
  opacity: 0.65;
}
.footercss{
  margin-top: 20px;
}
.site-contact ul {
  overflow: hidden;
  margin-top: 15px;
}
.site-contact ul li {
  float: left;
}
.site-contact ul li img {
  width: 20px;
  height: auto;
  float: left;
}
.site-contact ul li p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  float: left;
  margin-right: 24px;
}
.site-contact ul li a{
  color: #000;
}
.layout-lr p {
  font-size: 13px;
  color: #000000;
  opacity: 0.45;
  line-height: 24px;
}
.close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.hidden {
  display: none; /* 核心：隐藏元素 */
}
/* .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  animation: overlayShow 0.3s forwards;
} */
/* 移动端 */
@media (max-width: 768px) {
}

/*# sourceMappingURL=styles.css.map */
