.m {
  width: 100vh;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 5px;
  overflow: hidden;
}

.modal-body {
  padding: 0;
}

.ps-current {
  float: left;
  overflow: hidden;
  height: inherit;
  position: relative;
  font-size: 1rem;
}

ul.pgwSlider,
.pgwSlider > ul {
  float: left;
  width: 100% !important;
  max-height: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
  overflow-y: auto;
}

ul.pgwSlider > li,
.pgwSlider > ul > li {
  height: auto;
  font-size: 1.5vh;
  width: 20vh;
  float: left;
  flex: 0 0 auto;
  border: 1px solid #ddd;
}

.modal-content {
  background-color: #fff0;
}

.close {
  display: block;
  position: absolute;
  top: 0em;
  right: -60px;
  outline: none;
  cursor: pointer;
  user-select: none;
  color: white;
  opacity: 1;
  font-size: 70px;
}

.close:focus,
.close:hover {
  color: #fff;
  opacity: 0.7;
}

.modal-dialog {
  width: 100vh;
  margin: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 60%;
  max-height: 60%;
}

.horizontal-scroll {
  white-space: nowrap;
  overflow-x: auto;
  padding: 0;
  border: 1px solid #ccc;
  width: 99vh;
}

ul.pgwSlider {
  list-style-type: none;
  /* 移除默认的列表样式 */
  margin: 0;
  /* 移除默认的边距 */
  padding: 0;
  /* 移除默认的内边距 */
  display: flex;
  /* 使用Flexbox布局，确保li元素在一行内显示 */
}

li.pgwSlider {
  flex: 0 0 auto;
  /* 确保li元素不会收缩或扩展 */
  margin-right: 10px;
  /* 可选：添加项目之间的间距 */
  padding: 5px;
  /* 可选：添加内边距 */
  background-color: #f5f5f5;
  /* 可选：添加背景色 */
  border: 1px solid #ddd;
  /* 可选：添加边框 */
}

/* 针对WebKit浏览器自定义横向滚动条样式 */
.pgwSlider::-webkit-scrollbar {
  /* 滚动条宽度 */
  width: 10px;
}

.pgwSlider::-webkit-scrollbar-track {
  /* 滚动条轨道背景色 */
  background: #f1f1f1;
}

.pgwSlider::-webkit-scrollbar-thumb {
  /* 滚动条滑块背景色 */
  background: #888;
  /* 滑块圆角 */
  border-radius: 10px;
  /* 鼠标悬停时滑块的颜色 */
  transition: background 0.3s;
}

.pgwSlider::-webkit-scrollbar-thumb:hover {
  /* 鼠标悬停时滑块的颜色 */
  background: #555;
}
.footer-copyright a {
  color: #ccc;
}

.footer-copyright a:hover {
  color: #fff;
}

.footer-copyright h4 {
  color: #fff;
}

.footer-copyright li {
  margin-bottom: 8px;
  font-size: 12px;
}

.footer-copyright p {
  color: #666;
  font-size: 12px;
}

.footer-copyright .container {
  padding-left: 0px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 48px;
  padding-bottom: 16px;
}

.col-md-2 {
  width: 22%;
  margin-bottom: 24px;
}

div .col-md-3 img {
  cursor: pointer;
  transition: all 0.6s;
  max-width: 100px;
  max-height: 100px;
}

div .col-md-3 img:hover {
  transform: scale(1.5);
}

.footer-copyright li a:hover {
  color: #f2f2f2;
}

.footer-change-country:hover .gray {
  display: none;
}

.footer-change-country:hover .white {
  display: block;
}

.footer-change-country .gray {
  display: block;
}

.footer-change-country .white {
  display: none;
}

#current-region-placeholder a {
  display: inline;
  text-decoration: blink;
}

/*--------*/
.er-code {
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.social-wechat {
  position: relative;
  display: flex;
  align-items: center;
}

.social-wechat .er-code img {
  width: 126px;
  height: 126px;
}

.footer-social {
  display: flex;
  float: right;
}

.footer-social li {
  width: 32px;
  height: 32px;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 5px;
}

.footer-social li:hover {
  background: rgba(255, 255, 255, 0.09);
}

.footer-social li img {
  vertical-align: middle;
  height: 20px;
  display: block;
}

.footer-copyright ul {
  margin-bottom: 0;
}

.footer-about {
  overflow: hidden;
}

.footer-about .footer-social .social-wechat .popup {
  display: none;
  position: absolute;
  bottom: 26px;
  right: -5px;
  width: 134px;
  height: 150px;
}

.social-wechat .triangle {
  position: absolute;
  background: #fff;
  -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 8;
  width: 11px;
  height: 11px;
  bottom: 16px;
  right: 16px;
  transform: translateY(50%) rotate(45deg);
}

.footer-about {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 35px 0;
}
.skin-box {
  width: 150px;
  position: fixed;
  top: 140px;
  left: 25px;
  right: auto !important;
  border-radius: 10px;
  z-index: 99;
}

.skin-box img {
  width: 100%;
}

.skin-box-bd {
  background: #f5c642;
  width: 75px;
  height: 20px;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

.skin-box-bd a {
  color: #000;
}
._nav {
  background-color: #1c2b36 !important;
}
