:root,
[data-bs-theme=light] {
  --bs-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}

radius::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-track-piece {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

::-webkit-scrollbar-corner {
  background: #c1c1c1;
}

header .dropdown-menu {
  min-width: auto;
  border: 0;
  inset: 4px 0px auto auto !important;
}

a {
  color: var(--bs-black);
  text-decoration: none;
  cursor: pointer;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  object-fit: cover;
}

.p-tb {
  padding-top: 6px;
  padding-bottom: 6px;
}

body {
  font-size: 14px;
  font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

.logo {
  height: 30px;
}

.subnav .pe-3 a:hover {
  background-color: var(--bs-gray-100);
  color: var(--bs-blue);
}

.sub .login {
  background: linear-gradient(to right, #3791f9, #0868d6);
  color: var(--bs-white);
}

.banner {
  background: url(/dist/img/banner_bg.png) #09122B no-repeat bottom center;
  height: 600px;
}

.banner .image-container {
  height: 600px;
  background: url(/dist/img/banner.png) no-repeat bottom center;
  opacity: 0.9;
  /* 初始透明度 */
  color: var(--bs-white);
  padding-top: 160px;
}

.banner .star {
  top: 78px;
  height: 600px;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  opacity: .3;
  animation: twinkle infinite ease-in-out;
}

.banner .download {
  background: linear-gradient(to right, #3b82f6, #2563eb, #2563eb);
  box-shadow: 0 8px 15px -3px #3b82f680, 0 4px 6px -4px #3b82f680;
  color: var(--bs-white);
  transform: scale(1);
}

.banner .download:hover {
  background: linear-gradient(to right, #3b82f6, #2563eb, #2563eb);
  box-shadow: 0 8px 15px -3px #3b82f680, 0 4px 6px -4px #3b82f680;
  color: var(--bs-white);
  transform: scale(1.02);
}

.banner .other-download .iconfont {
  opacity: .7;
  font-size: 16px;
}

.banner .other-download a {
  color: var(--bs-white);
}

.banner .other-download a:hover {
  color: var(--bs-gray-400);
}

.main-country .my-main img {
  width: 30px;
  height: 30px;
}

.main-country .my-main {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}

.main-country .my-main .border:hover {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-blue) !important;
}

.main-pre img {
  width: 100%;
}

.w-100-pre {
  width: 100%;
  background-color: var(--bs-gray-100);
}

.w-100-all {
  padding: 80px 0;
  width: 100%;
  color: var(--bs-white);
  background: url(/dist/img/liumeiti.jpg) no-repeat center center;
  background-size: cover;
}

.w-100-all p {
  opacity: .6;
  color: var(--bs-gray-400);
}

.main-protection .main-protection-q {
  height: 150px;
  width: 150px;
  border: var(--bs-border-width) dashed var(--bs-blue) !important;
}

.main-protection .main-protection-c {
  height: 150px;
  border: var(--bs-border-width) dashed var(--bs-blue) !important;
}

.main-protection .img-one {
  width: 38px;
}

.w-100-pl {
  width: 100%;
  background-color: var(--bs-gray-100);
}



.footer {
  font-size: 12px;
}

.fs-7 {
  font-size: .9em;
  color: var(--bs-gray-700);
}

.back-to-top {
  position: fixed;
  bottom: 180px;
  right: 20px;
}

.back-to-top a img {
  width: 60px;
  height: 60px;
}

.header-help {
  background: linear-gradient(to right, #1180FF, #04CDFD);
  color: var(--bs-white);
}

.header-help a {
  color: var(--bs-white);
}

.main-shop .con h5 {
  color: var(--bs-blue);
}

.main-shop .big-con {
  background-image: linear-gradient(115deg, #637efa, #f1f1f1);
  padding: 4px;
}

.main-shop .con {
  background: url(/dist/img/shop-bg.png) #ffffff no-repeat top left;
  background-size: 240px;
}

.main-shop .con .m-list {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
}

.main-shop .con .m-list:hover {
  border: 1px solid var(--bs-blue);
}

.main-shop .con .m-list h4 {
  font-size: 12px;
}

.main-shop .con .m-list h3 {
  font-size: 16px;
  color: var(--bs-blue);
}

.main-shop .con .m-list p {
  font-size: 10px;
}

.main-shop .money .w-25 {
  width: 22% !important;
}

.main-shop-b .download {
  background: linear-gradient(to right, #3b82f6, #2563eb, #2563eb);
  box-shadow: 0 8px 15px -3px #3b82f680, 0 4px 6px -4px #3b82f680;
  color: var(--bs-white);
  transform: scale(1);
}

.main-shop-b .download:hover {
  background: linear-gradient(to right, #3b82f6, #2563eb, #2563eb);
  box-shadow: 0 8px 15px -3px #3b82f680, 0 4px 6px -4px #3b82f680;
  color: var(--bs-white);
  transform: scale(1.02);
}

.main_ask_list {
  background: var(--bs-white);
}

.main_ask_list a {
  background: url(/dist/img/r.png) no-repeat right center;
  background-size: 12px;
}

.main_ask_list a:hover {
  background-color: #fbfdff;
}

.footer h5 {
  font-size: 1.05rem;
}

@keyframes twinkle {

  0%,
  100% {
    opacity: .6;
    transform: scale(0.8);
  }

  50% {
    opacity: .9;
    transform: scale(1.3);
  }
}

.article p {
  margin-bottom: 10px !important;
}

.article h2 {
  font-size: 16px;
  font-weight: 800;
}

.article h3 {
  font-size: 16px;
  font-weight: 800;
}

.article .tcimg {  text-align: left; }

.article img {
  width: 90% !important;
  max-width: 80%;
  margin: 10px 10% 10px 10%;
}    

.container-860 {
  max-width: 860px;
}

@media (max-width: 1000px) {
  .other-download a {
    width: 50% !important;
  }

  .w-100-pl img {
    width: 100%;
  }
}