@charset "UTF-8";
.fullPage[data-v-53d436d8] {
  height: 100vh;
  overflow: auto;
}
.fullPageContainer[data-v-53d436d8] {
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.section[data-v-53d436d8] {
  width: 100%;
  height: 100vh;
}
.bottom[data-v-53d436d8] {
  display: flex;
  width: 100vw;
  min-height: 40vh;
  max-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("https://pony-offical.oss-cn-hangzhou.aliyuncs.com/bottomInfo/bottomInfo.png") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  /* 针对不同屏幕尺寸的适配 */
  /* 添加新的容器用于缩放 */
}
@media (max-height: 768px) {
.bottom[data-v-53d436d8] {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}
}
.bottom .bottom-content[data-v-53d436d8] {
  width: 100%;
  max-width: 1400px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 顶部对齐 */
  align-items: center; /* 水平居中 */
}
@media (max-width: 1400px) {
.bottom .bottom-content[data-v-53d436d8] {
    padding: 20px 30px;
}
}
@media (max-height: 768px) {
.bottom .bottom-content[data-v-53d436d8] {
    padding: 15px 30px;
}
}
@media (max-aspect-ratio: 16/9) {
.bottom .bottom-content[data-v-53d436d8] {
    padding: 15px 20px;
}
}
.bottom .bottom-top[data-v-53d436d8] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 280px;
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-height: 768px) {
.bottom .bottom-top[data-v-53d436d8] {
    min-height: 230px;
}
}
.bottom .bottom-top .info-item[data-v-53d436d8] {
  width: 20%;
  height: 100%;
  font-size: 14px;
  display: flex;
  padding: 10px 0;
  flex-direction: column;
  justify-content: flex-start; /* 顶部对齐 */
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-item[data-v-53d436d8] {
    font-size: 13px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-item[data-v-53d436d8] {
    font-size: 12px;
}
}
.bottom .bottom-top .info-item .item[data-v-53d436d8] {
  display: flex;
  margin: 6px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-item .item[data-v-53d436d8] {
    margin: 4px 0;
}
}
.bottom .bottom-top .info-item .item .label[data-v-53d436d8] {
  font-weight: bold;
  margin-bottom: 3px;
}
.bottom .bottom-top .info-item .item p[data-v-53d436d8] {
  color: #fe8901;
  width: 225px;
  margin-left: 8px;
  margin-bottom: 0;
}
.bottom .bottom-top .info-item .item .item-line[data-v-53d436d8] {
  display: flex;
  width: 90%;
  align-items: flex-start;
  border-bottom: 1px solid #404040;
  padding: 3% 0;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-item .item .item-line[data-v-53d436d8] {
    padding: 2% 0;
}
}
.bottom .bottom-top .info-item .item .item-line img[data-v-53d436d8] {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-item .item .item-line img[data-v-53d436d8] {
    width: 14px;
    height: 14px;
}
}
.bottom .bottom-top .info-list[data-v-53d436d8] {
  display: flex;
  justify-content: center; /* 水平居中 */
  width: 60%;
  height: 100%;
  padding: 10px 40px;
  font-size: 14px;
  color: #f9f9f9;
  margin-left: 0;
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-list[data-v-53d436d8] {
    font-size: 13px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list[data-v-53d436d8] {
    font-size: 13px;
    width: 52%;
    padding: 5px 0;
}
}
@media (max-aspect-ratio: 16/9) {
.bottom .bottom-top .info-list[data-v-53d436d8] {
    flex-wrap: wrap;
}
}
.bottom .bottom-top .info-list .function-list[data-v-53d436d8] {
  width: 33.33%;
  height: 100%;
  text-align: left;
  padding: 0 10px;
}
.bottom .bottom-top .info-list .function-list .title[data-v-53d436d8] {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}
.bottom .bottom-top .info-list .function-list .title[data-v-53d436d8]:hover {
  color: #fe8901;
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-list .function-list .title[data-v-53d436d8] {
    font-size: 14px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list .function-list .title[data-v-53d436d8] {
    font-size: 13px;
}
}
.bottom .bottom-top .info-list .function-list .list[data-v-53d436d8] {
  position: relative;
  top: 1vh;
  list-style: none;
  padding-left: 0;
  text-align: left;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list .function-list .list[data-v-53d436d8] {
    top: 0.5vh;
}
}
.bottom .bottom-top .info-list .function-list .list li[data-v-53d436d8] {
  margin-bottom: 6px;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list .function-list .list li[data-v-53d436d8] {
    margin-bottom: 3px;
}
}
.bottom .bottom-top .info-list .function-list .list li span[data-v-53d436d8]:hover {
  color: #fe8901;
}
.bottom .bottom-top .info-list .product-list[data-v-53d436d8] {
  width: 33.33%;
  height: 100%;
  text-align: left;
  padding: 0 10px;
}
.bottom .bottom-top .info-list .product-list .title[data-v-53d436d8] {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-list .product-list .title[data-v-53d436d8] {
    font-size: 14px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list .product-list .title[data-v-53d436d8] {
    font-size: 13px;
}
}
.bottom .bottom-top .info-list .product-list .list[data-v-53d436d8] {
  position: relative;
  top: 1vh;
  list-style: none;
  padding-left: 0;
  text-align: left;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list .product-list .list[data-v-53d436d8] {
    top: 0.5vh;
}
}
.bottom .bottom-top .info-list .product-list .list li[data-v-53d436d8] {
  margin-bottom: 6px;
  cursor: pointer;
}
@media (max-height: 768px) {
.bottom .bottom-top .info-list .product-list .list li[data-v-53d436d8] {
    margin-bottom: 3px;
}
}
.bottom .bottom-top .info-list .product-list .list li span[data-v-53d436d8]:hover {
  color: #fe8901;
}
.bottom .bottom-top .info-icon[data-v-53d436d8] {
  height: 100%;
  width: 20%;
  font-size: 14px;
  color: #f9f9f9;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  align-items: center;
  justify-content: center; /* 垂直居中 */
}
.bottom .bottom-top .info-icon .title[data-v-53d436d8] {
  text-align: left;
  margin-bottom: 21px;
  font-weight: bold;
  font-size: 16px;
  padding-right: 30px;
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-icon .title[data-v-53d436d8] {
    font-size: 14px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-icon .title[data-v-53d436d8] {
    font-size: 13px;
}
}
.bottom .bottom-top .info-icon .follow-us-section[data-v-53d436d8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px; /* 添加间距 */
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-icon .follow-us-section[data-v-53d436d8] {
    gap: 15px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-icon .follow-us-section[data-v-53d436d8] {
    gap: 10px;
}
}
.bottom .bottom-top .info-icon .follow-us-section .code-img-container[data-v-53d436d8] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom .bottom-top .info-icon .follow-us-section .code-img-container img[data-v-53d436d8] {
  padding: 10px;
  border: 1px solid #fe8901;
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
.bottom .bottom-top .info-icon .follow-us-section .code-img-container img[data-v-53d436d8] {
    padding: 8px;
}
}
@media (max-height: 768px) {
.bottom .bottom-top .info-icon .follow-us-section .code-img-container img[data-v-53d436d8] {
    padding: 6px;
}
}
.bottom .bottom-top .info-icon .follow-us-section .code-img-container span[data-v-53d436d8] {
  margin-top: 10px;
}
.bottom .bottom-down[data-v-53d436d8] {
  width: 100%;
  height: auto;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左对齐 */
  justify-content: flex-start; /* 顶部对齐 */
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 0;
}
@media (max-height: 768px) {
.bottom .bottom-down[data-v-53d436d8] {
    min-height: 40px;
    padding-right: 40px;
}
}
.bottom .bottom-down .copyright-container[data-v-53d436d8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.bottom .bottom-down .top[data-v-53d436d8] {
  width: 100%;
  height: 50%;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0;
  gap: 20px; /* 添加间距 */
  padding-left: 460px;
  padding-right: 75px;
}
.bottom .bottom-down .top p[data-v-53d436d8] {
  color: #9b9b9b;
  font-size: 14px;
}
.bottom .bottom-down .top .to-top[data-v-53d436d8] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  min-width: 100px;
  margin-left: auto;
}
@media (max-width: 1400px) {
.bottom .bottom-down .top .to-top[data-v-53d436d8] {
    min-width: 90px;
}
}
@media (max-height: 768px) {
.bottom .bottom-down .top .to-top[data-v-53d436d8] {
    min-width: 80px;
}
}
.bottom .bottom-down .top .to-top img[data-v-53d436d8] {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-height: 768px) {
.bottom .bottom-down .top .to-top img[data-v-53d436d8] {
    width: 14px;
    height: 14px;
}
}
.bottom .bottom-down .top .to-top span[data-v-53d436d8]:hover {
  color: #fe8901;
}
.bottom .bottom-down .down[data-v-53d436d8] {
  width: 100%;
  height: 36%;
  min-height: 18px;
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 左对齐 */
  font-size: 14px;
  padding: 8px 0;
  border-top: 1px solid #404040;
}
@media (max-height: 768px) {
.bottom .bottom-down .down[data-v-53d436d8] {
    min-height: 16px;
    padding: 5px 0;
}
}
/* 响应式适配 */
@media (max-width: 1400px) {
.info-icon[data-v-53d436d8] {
    width: 30%;
}
.list li[data-v-53d436d8] {
    margin-bottom: 6px;
}
}
@media (min-width: 1400px) {
.info-icon[data-v-53d436d8] {
    width: 20%;
}
.list li[data-v-53d436d8] {
    margin-bottom: 15px;
}
}
/* 针对非16:9宽高比的特定样式 */
@media (max-aspect-ratio: 16/9) {
.bottom-content[data-v-53d436d8] {
    transform-origin: top center; /* 从顶部开始缩放 */
}
.bottom-top[data-v-53d436d8] {
    flex-wrap: wrap; /* 在窄屏幕上允许换行 */
}
.info-item[data-v-53d436d8], .info-list[data-v-53d436d8], .info-icon[data-v-53d436d8] {
    margin-bottom: 20px;
}
}
/* 针对小屏幕高度的特定样式 */
@media (max-height: 768px) {
.bottom[data-v-53d436d8] {
    font-size: 12px;
}
.title[data-v-53d436d8] {
    font-size: 13px;
    margin-bottom: 5px;
}
.bottom-top[data-v-53d436d8] {
    margin-bottom: 10px;
}
}
/* 针对超宽屏幕的特定样式 */
@media (min-aspect-ratio: 21/9) {
.bottom-content[data-v-53d436d8] {
    max-width: 80%;
}
}
