blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
section,
nav,
header,
footer,
aside {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  width: 100%;
  font-family: "Microsoft YaHei", "\5b8b\4f53", Tahoma, Arial, sans-serif;
  font-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-x: hidden;
}
button {
  font-family: "Microsoft YaHei", "\5b8b\4f53", Tahoma, Arial, sans-serif;
}
body {
  width: 100%;
  -ms-overflow-x: hidden;
  font-family: "Microsoft YaHei", "\5b8b\4f53", Tahoma, Arial, sans-serif;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  max-width: 100%;
}
button {
  border: none;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.start {
  justify-content: flex-start;
}
.flex.around {
  justify-content: space-around;
}
.flex.end {
  justify-content: flex-end;
}
.flex.between {
  justify-content: space-between;
}
.flex-0 {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1 1 auto;
}
.fifth-main {
  height: 5.4rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.fifth-main .prev,
.fifth-main .next {
  position: absolute;
  width: 0.64rem;
  height: 1.28rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.08rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.fifth-main .prev {
  background-size: cover;
  left: 0px;
}
.fifth-main .next {
  background-size: cover;
  right: 0px;
}
.fifth-main .banner-swiper-container {
  max-width: 16rem;
  margin: 0 auto;
  overflow: inherit;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fifth-main .banner-swiper-container ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fifth-main .banner-swiper-container ul li {
  width: 9rem;
  flex: 0 0 9rem;
}
.fifth-main .banner-swiper-container ul li .list-item {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
}
.fifth-main .banner-swiper-container ul li .list-item video {
  width: 100%;
  display: block;
}
.fifth-main .banner-swiper-container ul li .list-item img {
  width: 100%;
  display: block;
}
.fifth-main .banner-swiper-container ul li .list-item section {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.48rem;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fifth-main .banner-swiper-container ul li .list-item section h3 {
  font-size: 0.28rem;
  color: #3e3e3e;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 0.24rem;
  position: relative;
  padding-bottom: 0.2rem;
}
.fifth-main .banner-swiper-container ul li .list-item section h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.32rem;
  height: 0.04rem;
  background-color: #878787;
  border-radius: 0.08rem;
  left: 0;
  bottom: 0;
}
.fifth-main .banner-swiper-container ul li .list-item section p {
  font-size: 0.24rem;
  color: #545454;
  line-height: 0.4rem;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.fifth-main .banner-swiper-container ul li .list-item section a.link_btn:hover {
  background-color: #3b83ff;
  color: #fff;
}
.fifth-main .banner-swiper-container ul li .list-item section a.link_btn:hover::after {
  border-left-color: #fff;
}
.fifth-main .banner-swiper-container ul li .list-item .recommend_tag {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  background: #da3e3e;
  border-radius: 0.04px;
  padding: 0.05rem 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: #ffffff;
}
.fifth-main .banner-swiper-container .fifth-pagination {
  position: absolute;
  bottom: -0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 100%;
  z-index: 8;
  padding: 0.08rem 0;
}
.fifth-main .banner-swiper-container .fifth-pagination span {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: none !important;
  margin-left: 0.1rem;
  transition: all 0.4s linear;
}
.fifth-main .banner-swiper-container .fifth-pagination span.active {
  width: 2rem;
  height: 0.1rem;
}
.dialog {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.dialog .dialog-main {
  background: #ffffff;
  border-radius: 0.16rem;
  position: relative;
  padding: 0.4rem;
}
.dialog .dialog-main .dialog-close {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: 0.48rem;
  top: 0.48rem;
  background: url(../images/x.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  cursor: pointer;
}
.dialog .dialog-main .dialog-content {
  width: 100%;
  height: 100%;
}
.dialog .dialog-main .split {
  width: 100%;
  height: 0.2rem;
  margin-top: 0.4rem;
  background: url(../images/split_bg.png) no-repeat;
  background-size: 100% 100%;
}
.dialog .dialog-main .dialog-form {
  width: 80%;
  overflow: hidden;
}
.dialog .dialog-main .dialog-form .dialog-form-error {
  font-size: 0.32rem;
  color: #e24823;
  padding-left: 2.4rem;
  min-height: 0.48rem;
}
.dialog .video-modal {
  background: transparent;
  width: 23rem;
  border-radius: 0.2rem;
  padding: 0.8rem 0.92rem;
}
.dialog .video-modal-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.dialog .video-modal-content {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog .video-modal-content video {
  width: 100%;
}
.dialog .video-modal-content iframe {
  width: 100%;
  height: 12rem;
}
.dialog .video-modal .dialog-close {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  background: url(../images/cx.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  cursor: pointer;
}
.dialog .login-modal {
  width: 8.8rem;
  background: url(../images/login_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.2rem;
  padding: 0.8rem 0.92rem;
}
.dialog .login-modal .login-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.dialog .login-modal .login-container .login-logo {
  width: 2.32rem;
  height: 1.28rem;
}
.dialog .login-modal .login-container .login-logo img {
  width: 100%;
  height: 100%;
}
.dialog .login-modal .login-container .input-box {
  width: 6.48rem;
  height: 0.88rem;
  padding: 0 0.24rem;
  background: #dae1e9;
  border: 1px solid #9faab6;
  border-radius: 0.16rem;
  text-align: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.dialog .login-modal .login-container .input-box input {
  width: 6rem;
  height: 100%;
  background: #dae1e9;
  margin: 0 auto;
  outline: none;
  border: 0;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
}
.dialog .login-modal .login-container .uid-input-box {
  position: relative;
}
.dialog .login-modal .login-container .uid-input-box .tip-icon {
  height: 100%;
  position: absolute;
  padding: 0 0.2rem;
  right: 0.2rem;
  top: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dialog .login-modal .login-container .uid-input-box .tip-icon img {
  width: 0.4rem;
}
.dialog .login-modal .login-container .input-box-wrapped {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.dialog .login-modal .login-container .input-box-wrapped .send-btn {
  display: inline-block;
  height: 0.88rem;
  padding: 0 0.24rem;
  border-radius: 0.08rem;
  background-color: #000;
  font-weight: 500;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
  line-height: 0.88rem;
  cursor: pointer;
  white-space: nowrap;
}
.dialog .login-modal .login-container .code-input-box {
  width: 3.4rem !important;
  padding-left: 0.48rem !important;
}
.dialog .login-modal .login-container .geetest4 {
  width: 100%;
}
.dialog .login-modal .login-container .input-tips {
  font-weight: 400;
  font-size: 0.28rem;
  color: #999999;
}
.dialog .login-modal .login-container .login-btn {
  width: 4.8rem;
  height: 0.85rem;
  display: inline-block;
  background: url(../images/lj_btn.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.16rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}
.dialog .login-modal .login-container .login-btn.login_btn_jp {
  background: url(../images/lj_btn_jp.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-modal .login-container .login-btn.login_btn_tw {
  background: url(../images/lj_btn_tw.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-modal .login-container .login-btn.login_btn_en {
  background: url(../images/lj_btn_en.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-modal .login-container .login-btn.login_btn_ko {
  background: url(../images/lj_btn_ko.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-tip {
  width: 7.8rem !important;
  z-index: 100;
}
.dialog .login-tip .login-tip-content {
  font-size: 0.32rem;
  color: #333333;
  font-weight: 400;
}
.dialog .login-tip .login-tip-content .p-line {
  margin-bottom: 0.4rem;
}
.dialog .login-tip .login-tip-content .p-line .p-title {
  font-weight: 600;
}
.dialog .login-tip .confirm-btn {
  width: 4.8rem;
  height: 0.85rem;
  display: inline-block;
  background: url(../images/confirm_btn.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.16rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}
.dialog .login-tip .confirm-btn.confirm_btn_jp {
  background: url(../images/confirm_btn_tw.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-tip .confirm-btn.confirm_btn_tw {
  background: url(../images/confirm_btn_tw.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-tip .confirm-btn.confirm_btn_en {
  background: url(../images/confirm_btn_en.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-tip .confirm-btn.confirm_btn_ko {
  background: url(../images/confirm_btn_ko.png) no-repeat !important;
  background-size: 100% 100% !important;
}
.dialog .login-out-modal {
  width: 6rem;
  height: 3.72rem;
  background: #ffffff;
  border-radius: 0.16rem;
}
.dialog .login-out-modal .login-out-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.dialog .login-out-modal .login-out-icon {
  width: 1.6rem;
  height: 1.52rem;
}
.dialog .login-out-modal .login-out-icon img {
  width: 100%;
  height: 100%;
}
.dialog .login-out-modal .login-out-text {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
}
.dialog .login-out-modal .login-out-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dialog .login-out-modal .login-out-btns > div {
  width: 2rem;
  height: 0.56rem;
  border-radius: 0.12rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.56rem;
}
.dialog .login-out-modal .login-out-btns .confirm {
  background: #2681ef;
  cursor: pointer;
}
.dialog .login-out-modal .login-out-btns .cancel {
  cursor: pointer;
  background: #4d4d4d;
}
.no-data {
  padding: 2rem 0;
}
.no-data .tip-text {
  margin-left: 0.2rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.6rem;
}
.xbb-qd {
  padding: 2rem 0;
}
.xbb-qd img {
  width: 4rem;
}
.xbb-qd .tip-text {
  margin-left: 0.2rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.6rem;
}
.no-more {
  text-align: center;
  font-size: 0.28rem;
  color: #999999;
  padding-bottom: 0.4rem;
}
.toast {
  position: fixed;
  margin-top: 0 auto;
  z-index: 999;
  font-size: 0.32rem;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 4.4rem;
  padding: 0.32rem 0.4rem;
  border-radius: 0.12rem;
  background-color: #fff;
  background-color: #fdf0f0;
  border: 0.02rem solid #f5534b;
  color: #f5534b;
  text-align: center;
  display: none;
}
.toast.success {
  background-color: #f0f9eb;
  border: 0.02rem solid #95d475;
  color: #67c23a;
  display: block;
}
.clamp2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 设置超出的行数 */
  overflow: hidden;
}
.loading-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-wrapper .loading-main {
  padding: 0.6rem 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 0.12rem;
}
.loading-wrapper .loading-main p {
  font-size: 0.28rem;
  margin-top: 0.28rem;
  color: #999999;
}
.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}
.loading {
  display: block;
  font-size: 0;
  color: #000;
}
.loading.la-dark {
  color: #333;
}
.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.loading {
  width: 1.6rem;
  height: 1.6rem;
}
.loading > div {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  border-style: solid;
  border-width: 0.04rem;
  border-radius: 100%;
  animation: ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;
}
.loading > div:first-child {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  border-right-color: transparent;
  border-left-color: transparent;
}
.loading > div:last-child {
  width: 0.32rem;
  height: 0.32rem;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation-duration: 0.5s;
  animation-direction: reverse;
}
@keyframes ball-clip-rotate-multiple-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
*::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0.12rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0.02rem;
}
*::-webkit-scrollbar-thumb {
  /*滚动条里面深色条*/
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0.1rem rgba(78, 78, 78, 0.5);
  background: rgba(78, 78, 78, 0.3);
}
*::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 0.1rem rgba(78, 78, 78, 0.1);
  border-radius: 0.2rem;
  background: #ffffff;
}
