@charset "utf-8";
* {
  font-family: Arial, Helvetica, microsoft yahei, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: -moz-scrollbars-vertical;
  min-height: 100vh;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  overflow-x: hidden;
  min-height: 100vh;
  background: #1f1f29;
}

::before,
::after {
  transition: 0.5s;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}

html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e2e2e2;
}

html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}

div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

div::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background-color: transparent;
}

div::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #000;
}
ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}

ul::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background-color: transparent;
}

ul::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background-color: #000;
}

a {
  text-decoration: none;
  outline-style: none;
  outline: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

h3,
h4,
h5 {
  font-weight: 400;
}

h4 a:hover,
h5 a:hover {
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background: #d8d8d8;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.24rem;
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

ul li,
dl dd {
  vertical-align: top;
}

input,
button,
textarea {
  background: 0 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus {
  border: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

.overfloat-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.overfloat-dot-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.overfloat-dot-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ovh {
  overflow: hidden;
}
.disno {
  display: none;
}
.clearfix {
  float: none;
  clear: both;
}
a {
  display: block;
  color: #fff;
}
.wp1720 {
  width: 17.2rem;
  margin: 0 auto;
}
.wp1400 {
  width: 14rem;
  margin: 0 auto;
}

.flex {
  display: flex;
}
.column {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

/* 首页头  导航 开始===========*/

.header-box {
  position: relative;
  z-index: 999;
}
.header-box .header-left .logo-hailong {
  width: 1.25rem;
  margin-right: 0.2rem;
}
.header-box .header-left .logo-sdgdcm {
  width: 1.9rem;
}

.header-box .header-right .icon {
  width: 0.3rem;
  margin-bottom: 0.05rem;
}
.header-box .header-right .icon-avatar {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}
.header-box .header-right a {
  font-size: 0.14rem;
  color: #fff;
  margin-left: 0.3rem;
  opacity: 0.8;
  z-index: 999;
}

.header-box .header-right .user-btn {
  position: relative;
}

.header-box .header-right .user-btn:hover .hd-person-box {
  display: block;
}

.header-box .header-right .hd-person-box {
  position: absolute;
  top: 0.48rem;
  right: 0;
  width: 2rem;
  padding: 0.1rem 0 0;
  z-index: 999;
}
.header-box .header-right .hd-person {
  padding: 0.2rem 0.1rem;
  background: url("/static/images/bg-black-normal.svg") no-repeat;
  background-size: 100% 100%;
}
.header-box .header-right .nick-name {
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
}

.header-box .header-right .exit-btn:hover {
  color: #fe325b;
}

.header-box .header-center {
  width: 3.12rem;
  height: 0.42rem;
  border-radius: 0.3rem;
  border: 0.5px solid #929292;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.16rem;
  color: #929292;
  padding-left: 0.16rem;
}
.header-box .header-center img {
  width: 0.22rem;
  margin-right: 0.1rem;
}

.header-box .header-center .s-btn {
  width: 0.8rem;
  height: 0.42rem;
  border-radius: 0.3rem;
  background: linear-gradient(90deg, #ff5c3e 0%, #fe325b 100%);
  font-size: 0.16rem;
  color: #fff;
}

.nav-box {
  margin-top: 0.4rem;
  min-height: 0.3rem;
}
.nav-box li {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.nav-box li a {
  font-size: 0.24rem;
  color: #fff;
  position: relative;
}

.nav-box li a::after {
  content: "";
  position: absolute;
  width: 0.32rem;
  height: 0.03rem;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.16rem;
  background-color: #fe325b;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-box a:hover::after {
  transform: scaleX(1);
}

.nav-box .active a {
  color: #fe325b;
  font-weight: bold;
}

.nav-box .active a::after {
  content: "";
  position: absolute;
  width: 0.32rem;
  height: 0.03rem;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.16rem;
  background-color: #fe325b;
  transform: scaleX(1);
}

/* 首页头  导航 结束===========*/

.footer-box {
  margin-top: 0.6rem;
}

.footer-box .contact-box {
  width: 100%;
  height: 1.25rem;
  background: #2b2b39;
}
.footer-box .contact-wrap {
  height: 100%;
}

.footer-box .contact-box .a {
  height: 100%;
}

.footer-box .contact-box img {
  height: 0.36rem;
}

.footer-box .item-box {
  padding: 0.5rem 0 0.3rem;
}
.footer-box .item-ul .a {
  color: #929292;
  font-size: 0.14rem;
  margin: 0 0.3rem;
  line-height: 0.25rem;
  flex-shrink: 0;
}

.footer-box .qrcode {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 0.08rem;
  margin-top: 0.45rem;
}

.footer-box .bq-text {
  color: #929292;
  font-size: 0.14rem;
  margin-top: 0.15rem;
  line-height: 0.25rem;
}

#gotop {
  position: fixed;
  z-index: 90;
  bottom: 0.8rem;
  right: 0.1rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  width: 0.58rem;
  height: 0.58rem;
  line-height: 0.58rem;
  background: #fe325b;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  font-size: 0.18rem;
  color: #fff;
}

#gotop.hide {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#gotop svg {
  width: 0.28rem;
  height: 0.28rem;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin: -3px 0 0;
  transition: 0.5s;
}

#gotop:hover {
  border-radius: 50%;
}

/* pagination 分页 */
.pagination,
.paging .fenye {
  text-align: center;
  margin: 0.3rem 0;
}

.pagination a,
.pagination span,
.paging .fenye a,
.paging .fenye span {
  height: 0.33rem;
  line-height: 0.33rem;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.06rem;
  padding: 0 0.1rem;
  min-width: 0.16rem;
  color: #fff;
}

.pagination a,
.paging .fenye a {
  border-radius: 5px;
  border: 1px solid #d0cfcf;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
}

.pagination .prev,
.pagination .next,
.paging .fenye .prevpage,
.paging .fenye .nextpage {
  padding: 0 8px;
}

.pagination .active,
.paging .fenye .curpage {
  background: #da2927;
  color: #fff;
  border-radius: 5px;
}

.paging .fenye li {
  padding: 0;
  display: inline-block;
}

.pagination .jump-ipt {
  width: 0.6rem;
  height: 0.3rem;
  border: 1px solid #d0cfcf;
  border-radius: 0.05rem;
  padding: 0 0.05rem;
  color: #fff;
}

.kong-box .kong-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.2rem;
  color: #666666;
  margin-top: 1.4rem;
  padding-bottom: 0.4rem;
}

.kong-box .kong-img img {
  width: 2.2rem;
  margin-bottom: 0.2rem;
}

/* 加载动画 */
.loading-spinner {
  color: #da2927;
  font-size: 0.16rem;
  padding-left: 0.24rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -0.24rem;
  z-index: 9999;
  display: none;
}
.loading-spinner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #da2927;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.dialog-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dialog-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
  width: 90%;
  max-width: 5rem;
}

.dialog-show .dialog-mask,
.dialog-show .dialog-wrap {
  display: block;
  opacity: 1;
}

.dialog-show .dialog-wrap {
  transform: translate(-50%, -50%) scale(1);
}

.dialog-header {
  padding: 0.16rem 0.2rem;
  border-bottom: 1px solid #eee;
  position: relative;
}

.dialog-title {
  font-size: 0.18rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.dialog-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.dialog-close:hover {
  color: #333;
}

.dialog-content {
  padding: 24px 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.dialog-footer {
  padding: 12px 20px;
  border-top: 1px solid #eee;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.dialog-btn {
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.dialog-btn-cancel {
  background: #f5f5f5;
  color: #666;
}

.dialog-btn-cancel:hover {
  background: #eee;
}

.dialog-btn-confirm {
  background: #da2927;
  color: #fff;
}

.dialog-btn-confirm:hover {
  opacity: 0.8;
}

@media (max-width: 1720px) {
  .wp1720 {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
}

@media (max-width: 1400px) {
  .wp1400 {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
  }
  .nav-box ul {
    overflow-y: auto;
  }
  .header-box .header-right .column.user-btn {
    display: none !important;
  }
  .footer-box{
    margin-top: 0.4rem;
  }
}

@media (max-width: 800px) {
  .header-box .header-left .logo-hailong {
    width: 0.8rem;
    margin-right: 0.1rem;
  }
  .header-box .header-left .logo-sdgdcm {
    width: 1.3rem;
  }
  .header-box .header-center {
    width: auto;
    height: auto;
    border: none;
    background: transparent;
  }
  .header-box .header-center > div span {
    display: none;
  }
  .header-box .header-center .s-btn {
    display: none;
  }
  .header-box .header-right a {
    margin-left: 0.2rem;
    font-size: 0.1rem;
  }
  .header-box .header-right .icon {
    width: 0.24rem;
  }
  .header-box .header-right .vip-btn {
    display: none;
  }
  .header-box .header-right .icon-avatar {
    width: 0.32rem;
    height: 0.32rem;
  }
  .nav-box {
    margin-top: 0.15rem;
  }
  .nav-box ul::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .nav-box ul {
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-height: 0.5rem;
  }
  .nav-box li {
    margin-right: 0.3rem;
  }
  .nav-box li a {
    font-size: 0.2rem;
  }
  .footer-box .item-ul .a {
    margin: 0 0.2rem;
  }

  .pagination span,
  .pagination a,
  .pagination input {
    margin-bottom: 0.1rem;
  }
  .footer-box .contact-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-box .contact-box .a {
    flex-shrink: 0;
    height: auto;
  }
  .footer-box .contact-box .a:nth-child(1) {
    width: 50%;
  }
  .footer-box .contact-box .a:nth-child(2) {
    width: 50%;
  }
  .footer-box .contact-box img {
    height: 0.24rem;
  }
}

