.g_box {
  width: 100%;
  min-height: 100vh;
  background-position: top;
  background-size: 100% 100%;
  position: relative;
}
.g_box .icon_coin {
  margin-right: 3px;
  width: 20px;
  height: 20px;
  background: url(../../imgs/official-box/icon-coin.svg);
  background-size: 100% 100%;
}
.g_box .ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.g_box .ellipsis_2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.g_box .layui-layer-setwin .layui-layer-close2 {
  box-sizing: border-box;
  width: 29px;
  height: 29px;
}
.g_box .g_hd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  min-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  color: #0c243e;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.g_box .g_hd .m_hd {
  box-sizing: border-box;
  width: 100%;
  width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.g_box .g_hd .hd_l {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.g_box .g_hd .hd_l .logo {
  height: 44px;
  margin-right: 60px;
  display: flex;
  align-items: center;
}
.g_box .g_hd .hd_l .logo .logoText {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
}
.g_box .g_hd .hd_l .logo img {
  height: 100%;
}
.g_box .g_hd .hd_l .m_nav {
  display: flex;
  flex: 1;
  height: 100%;
}
.g_box .g_hd .hd_l .m_nav .notItem:hover {
  border-bottom: 2px solid #C4B2FF;
}
.g_box .g_hd .hd_l .m_nav .nav_item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  margin: 0 16px;
}
.g_box .g_hd .hd_l .m_nav .nav_item a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
  font-weight: 400;
}
.g_box .g_hd .hd_l .m_nav .nav_item a img {
  width: 20px;
}
.g_box .g_hd .hd_l .m_nav .nav_item .line {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: -24px;
}
.g_box .g_hd .hd_l .m_nav .nav_item .line .u_line {
  height: 2px;
  border-radius: 3px;
}
.g_box .g_hd .hd_l .m_nav .nav_item .qq-qrcode-container {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 160px;
  transform: translate(-50%, 100%);
}
.g_box .g_hd .hd_l .m_nav .nav_item .qq-qrcode-container img {
  margin-right: 10px;
}
.g_box .g_hd .hd_l .m_nav .nav_item:hover .qq-qrcode-container {
  display: flex;
}
.g_box .g_hd .hd_l .m_nav .nav_item .product_box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 205px;
  height: 150px;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  box-sizing: border-box;
}
.g_box .g_hd .hd_l .m_nav .nav_item .product_box .line_top {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 61px;
  height: 2px;
  background: #C4B2FF;
}
.g_box .g_hd .hd_l .m_nav .nav_item .product_box .btn_product {
  height: 50%;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.g_box .g_hd .hd_l .m_nav .nav_item .product_box .btn_product:hover {
  color: #614AA9;
}
.g_box .g_hd .hd_l .m_nav .nav_item:hover .product_box {
  display: block;
}
.g_box .g_hd .hd_l .m_nav .nav_item_act .line .u_line {
  background: #C4B2FF;
}
.g_box .g_hd .hd_l .m_nav .nav_item_act a {
  color: #C4B2FF;
}
.g_box .g_hd .hd_l .m_nav .nav_item:hover .line .u_line {
  background: #C4B2FF;
}
.g_box .g_hd .hd_l .m_nav .nav_item:hover a {
  color: #C4B2FF;
}
.g_box .g_hd .hd_l .m_nav .product_nav a {
  display: flex;
  align-items: center;
  height: 100%;
}
.g_box .g_hd .hd_l .m_nav .product_nav a .jiantou {
  margin-left: 5px;
  position: relative;
  transform: rotate(90deg);
}
.g_box .g_hd .hd_r .t_user {
  width: 388px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_box .g_hd .hd_r .u_login {
  box-sizing: border-box;
  width: 105px;
  height: 40px;
  color: #fff;
  background: none;
  border: 2px solid #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.g_box .g_hd .hd_r .u_login:hover {
  color: #fff;
  border-color: #0093ff;
  background: #0093ff;
}
.g_box .g_hd .hd_r .user_menu {
  display: flex;
}
.g_box .g_hd .hd_r .user_menu .money_box {
  height: 40px;
  display: flex;
  align-items: center;
  color: #ffa31a;
}
.g_box .g_hd .hd_r .user_menu .money_box .amount {
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #ffa31a;
}
.g_box .g_hd .hd_r .user_menu .money_box .btn_recharge {
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  padding: 0;
  border: 2px solid #ffa31a;
  font-size: 16px;
  color: #ffa31a;
  background: none;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_box .g_hd .hd_r .user_menu .money_box .btn_recharge:hover {
  background: #ffa31a;
  color: #fff;
}
.g_box .g_hd .hd_r .user_menu .money_box .btn_recharge:focus {
  outline: none;
}
.g_box .g_hd .hd_r .user_menu .avatar_box {
  cursor: pointer;
  margin-left: 30px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #fff;
}
.g_box .g_hd .hd_r .user_menu .avatar_box .u_avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.g_box .g_hd .hd_r .user_menu .avatar_box .icon_arrow_down {
  margin-left: 6px;
  font-size: 12px;
  color: #fff;
}
.g_box .g_bd {
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 1;
  position: relative;
  min-height: calc(100vh - 292px);
}
.g_box .g_ft {
  width: 100%;
  height: 187px;
  background: #11131A;
}
.g_box .g_ft .footer_nav {
  height: 137px;
}
.g_box .g_ft .footer_nav .center {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.g_box .g_ft .footer_nav .center .qq_box {
  display: flex;
  align-items: center;
}
.g_box .g_ft .footer_nav .center .qq_box .qq_code {
  display: block;
  width: 87px;
  height: 87px;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 5px;
  box-sizing: border-box;
}
.g_box .g_ft .footer_nav .center .qq_box .qq_code .code_img {
  width: 100%;
}
.g_box .g_ft .footer_nav .center .qq_box .qq_title {
  margin-left: 15px;
}
.g_box .g_ft .footer_nav .center .qq_box .qq_title .title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
}
.g_box .g_ft .footer_nav .center .qq_box .qq_title .qq_name {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.g_box .g_ft .footer_nav .center .product_Box {
  display: flex;
  margin-left: auto;
}
.g_box .g_ft .footer_nav .center .product_Bottom .title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
}
.g_box .g_ft .footer_nav .center .product_Bottom .nav_item {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.g_box .g_ft .footer_nav .center .product_Bottom .nav_item a {
  color: rgba(255, 255, 255, 0.5);
}
.g_box .g_ft .footer_nav .center .product_Bottom .nav_item:hover a {
  color: #C4B2FF;
}
.g_box .g_ft .footer_nav .center .help_Bottom {
  margin-left: 80px;
}
.g_box .g_ft .footer_nav .center .help_Bottom .title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
}
.g_box .g_ft .footer_nav .center .help_Bottom .nav_item {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.g_box .g_ft .footer_nav .center .help_Bottom .nav_item a {
  color: rgba(255, 255, 255, 0.5);
}
.g_box .g_ft .footer_nav .center .help_Bottom .nav_item:hover a {
  color: #C4B2FF;
}
.g_box .g_ft .ft_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  height: 40px;
}
.g_box .g_ft .ft_wrap .wrapCenter {
  width: 1140px;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g_box .g_sem_ft {
  padding: 10px;
  background-color: #fff;
}
.g_box .g_sem_ft .ft_wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.g_box .g_sem_ft .copyright {
  line-height: 30px;
  color: #0c243e;
  font-size: 12px;
  font-weight: 700;
}
.g_box .g_sem_ft .beian a {
  font-size: 12px;
  color: #505972;
}
.g_box .g_modal_login,
.g_box .g_modal_register,
.g_box .g_modal_find {
  box-sizing: border-box;
  padding: 112px 70px 50px;
  width: 500px;
  height: 600px;
  background: url(../../imgs/layout/login/bg-login-modal.png);
  background-size: 100% 100%;
}
.g_box .g_modal_login .layui-tab-title,
.g_box .g_modal_register .layui-tab-title,
.g_box .g_modal_find .layui-tab-title {
  border: 0;
}
.g_box .g_modal_login .layui-tab,
.g_box .g_modal_register .layui-tab,
.g_box .g_modal_find .layui-tab {
  margin: 0;
  display: flex;
  justify-content: center;
}
.g_box .g_modal_login .layui-tab .layui-tab-title li,
.g_box .g_modal_register .layui-tab .layui-tab-title li,
.g_box .g_modal_find .layui-tab .layui-tab-title li {
  padding: 0;
  margin: 0 15px;
  font-size: 18px;
  color: #0c243e;
}
.g_box .g_modal_login .layui-tab-brief > .layui-tab-title .layui-this,
.g_box .g_modal_register .layui-tab-brief > .layui-tab-title .layui-this,
.g_box .g_modal_find .layui-tab-brief > .layui-tab-title .layui-this {
  color: #0a84ff;
}
.g_box .g_modal_login .layui-tab-brief > .layui-tab-more li.layui-this:after,
.g_box .g_modal_register .layui-tab-brief > .layui-tab-more li.layui-this:after,
.g_box .g_modal_find .layui-tab-brief > .layui-tab-more li.layui-this:after,
.g_box .g_modal_login .layui-tab-brief > .layui-tab-title .layui-this:after,
.g_box .g_modal_register .layui-tab-brief > .layui-tab-title .layui-this:after,
.g_box .g_modal_find .layui-tab-brief > .layui-tab-title .layui-this:after {
  padding: 0 20px;
  border: 0;
  position: absolute;
  left: 0;
  top: 36px;
  height: 4px;
  background-color: #0a84ff;
  border-radius: 2px;
}
.g_box .g_modal_login .layui-tab-bar,
.g_box .g_modal_register .layui-tab-bar,
.g_box .g_modal_find .layui-tab-bar {
  display: none;
}
.g_box .g_modal_login .m_tit,
.g_box .g_modal_register .m_tit,
.g_box .g_modal_find .m_tit {
  font-size: 18px;
  font-weight: 500;
  color: #0a84ff;
  text-align: center;
}
.g_box .g_modal_login .m_form,
.g_box .g_modal_register .m_form,
.g_box .g_modal_find .m_form {
  font-size: 16px;
  margin-top: 50px;
}
.g_box .g_modal_login .m_form .layui-form-item,
.g_box .g_modal_register .m_form .layui-form-item,
.g_box .g_modal_find .m_form .layui-form-item {
  margin-bottom: 24px;
}
.g_box .g_modal_login .m_form .layui-input-wrap,
.g_box .g_modal_register .m_form .layui-input-wrap,
.g_box .g_modal_find .m_form .layui-input-wrap {
  position: relative;
  line-height: 48px;
}
.g_box .g_modal_login .m_form .layui-input,
.g_box .g_modal_register .m_form .layui-input,
.g_box .g_modal_find .m_form .layui-input,
.g_box .g_modal_login .m_form .layui-select,
.g_box .g_modal_register .m_form .layui-select,
.g_box .g_modal_find .m_form .layui-select,
.g_box .g_modal_login .m_form .layui-textarea,
.g_box .g_modal_register .m_form .layui-textarea,
.g_box .g_modal_find .m_form .layui-textarea {
  font-size: 16px;
  height: 48px;
  border-radius: 24px;
  background-color: #f7f7f7;
}
.g_box .g_modal_login .m_form .layui-input-prefix .layui-icon,
.g_box .g_modal_register .m_form .layui-input-prefix .layui-icon,
.g_box .g_modal_find .m_form .layui-input-prefix .layui-icon,
.g_box .g_modal_login .m_form .layui-input-split .layui-icon,
.g_box .g_modal_register .m_form .layui-input-split .layui-icon,
.g_box .g_modal_find .m_form .layui-input-split .layui-icon,
.g_box .g_modal_login .m_form .layui-input-suffix .layui-icon,
.g_box .g_modal_register .m_form .layui-input-suffix .layui-icon,
.g_box .g_modal_find .m_form .layui-input-suffix .layui-icon {
  font-size: 20px;
}
.g_box .g_modal_login .m_form .layui-input-wrap .layui-input-prefix + .layui-input,
.g_box .g_modal_register .m_form .layui-input-wrap .layui-input-prefix + .layui-input,
.g_box .g_modal_find .m_form .layui-input-wrap .layui-input-prefix + .layui-input,
.g_box .g_modal_login .m_form .layui-input-wrap .layui-input-prefix ~ * .layui-input,
.g_box .g_modal_register .m_form .layui-input-wrap .layui-input-prefix ~ * .layui-input,
.g_box .g_modal_find .m_form .layui-input-wrap .layui-input-prefix ~ * .layui-input {
  padding-left: 48px;
}
.g_box .g_modal_login .m_form .layui-input-wrap .layui-input,
.g_box .g_modal_register .m_form .layui-input-wrap .layui-input,
.g_box .g_modal_find .m_form .layui-input-wrap .layui-input {
  padding-right: 48px;
}
.g_box .g_modal_login .m_form .layui-input:focus,
.g_box .g_modal_register .m_form .layui-input:focus,
.g_box .g_modal_find .m_form .layui-input:focus,
.g_box .g_modal_login .m_form .layui-textarea:focus,
.g_box .g_modal_register .m_form .layui-textarea:focus,
.g_box .g_modal_find .m_form .layui-textarea:focus {
  border-color: #0a84ff !important;
  box-shadow: none !important;
}
.g_box .g_modal_login .m_form .layui-input-affix,
.g_box .g_modal_register .m_form .layui-input-affix,
.g_box .g_modal_find .m_form .layui-input-affix {
  line-height: 48px;
}
.g_box .g_modal_login .m_form .layui-input-prefix,
.g_box .g_modal_register .m_form .layui-input-prefix,
.g_box .g_modal_find .m_form .layui-input-prefix,
.g_box .g_modal_login .m_form .layui-input-split,
.g_box .g_modal_register .m_form .layui-input-split,
.g_box .g_modal_find .m_form .layui-input-split,
.g_box .g_modal_login .m_form .layui-input-suffix,
.g_box .g_modal_register .m_form .layui-input-suffix,
.g_box .g_modal_find .m_form .layui-input-suffix,
.g_box .g_modal_login .m_form .layui-input-suffix .layui-input-affix,
.g_box .g_modal_register .m_form .layui-input-suffix .layui-input-affix,
.g_box .g_modal_find .m_form .layui-input-suffix .layui-input-affix {
  width: 48px;
}
.g_box .g_modal_login .m_form .btn_login,
.g_box .g_modal_register .m_form .btn_login,
.g_box .g_modal_find .m_form .btn_login {
  font-size: 16px;
  height: 48px;
  background-color: #0a84ff;
}
.g_box .g_modal_login .m_form .form-item-link,
.g_box .g_modal_register .m_form .form-item-link,
.g_box .g_modal_find .m_form .form-item-link {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_box .g_modal_login .m_form .form-item-link span,
.g_box .g_modal_register .m_form .form-item-link span,
.g_box .g_modal_find .m_form .form-item-link span {
  cursor: pointer;
}
.g_box .g_modal_login .m_form .form-item-link span:hover,
.g_box .g_modal_register .m_form .form-item-link span:hover,
.g_box .g_modal_find .m_form .form-item-link span:hover {
  color: #0a84ff;
}
.g_box .g_modal_login .m_form .form-item-link-find,
.g_box .g_modal_register .m_form .form-item-link-find,
.g_box .g_modal_find .m_form .form-item-link-find {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_box .g_modal_login .m_form .form-item-link-find .btn_go_reg,
.g_box .g_modal_register .m_form .form-item-link-find .btn_go_reg,
.g_box .g_modal_find .m_form .form-item-link-find .btn_go_reg {
  cursor: pointer;
}
.g_box .g_modal_login .m_form .form-item-link-find .btn_go_login,
.g_box .g_modal_register .m_form .form-item-link-find .btn_go_login,
.g_box .g_modal_find .m_form .form-item-link-find .btn_go_login {
  color: #888;
}
.g_box .g_modal_login .m_form .form-item-link-find .btn_go_login span,
.g_box .g_modal_register .m_form .form-item-link-find .btn_go_login span,
.g_box .g_modal_find .m_form .form-item-link-find .btn_go_login span {
  cursor: pointer;
  color: #0a84ff;
}
.g_box .g_modal_login .m_form .form-item-btn,
.g_box .g_modal_register .m_form .form-item-btn,
.g_box .g_modal_find .m_form .form-item-btn {
  margin: 26px 0 30px;
}
.g_box .g_modal_login .m_form .form-item-code .suffix_code,
.g_box .g_modal_register .m_form .form-item-code .suffix_code,
.g_box .g_modal_find .m_form .form-item-code .suffix_code {
  width: 110px;
}
.g_box .g_modal_login .m_form .form-item-code .suffix_code a,
.g_box .g_modal_register .m_form .form-item-code .suffix_code a,
.g_box .g_modal_find .m_form .form-item-code .suffix_code a {
  cursor: pointer;
  color: #0a84ff;
}
.g_box .g_modal_login .m_form .form-item-code .btn_code,
.g_box .g_modal_register .m_form .form-item-code .btn_code,
.g_box .g_modal_find .m_form .form-item-code .btn_code {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 48px;
  color: #0a84ff;
  text-align: center;
}
.g_box .g_modal_login .m_form .form-item-country .suffix_country,
.g_box .g_modal_register .m_form .form-item-country .suffix_country,
.g_box .g_modal_find .m_form .form-item-country .suffix_country {
  width: 88px;
}
.g_box .g_modal_login .m_form .form-item-country .ipt_username,
.g_box .g_modal_register .m_form .form-item-country .ipt_username,
.g_box .g_modal_find .m_form .form-item-country .ipt_username {
  padding-left: 98px;
}
.g_box .g_modal_login .m_form .form-item-country .country,
.g_box .g_modal_register .m_form .form-item-country .country,
.g_box .g_modal_find .m_form .form-item-country .country {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 86px;
  height: 46px;
  color: #0a84ff;
  text-align: center;
}
.g_box .g_modal_login .m_form .form-item-country .country .layui-select-title .layui-input,
.g_box .g_modal_register .m_form .form-item-country .country .layui-select-title .layui-input,
.g_box .g_modal_find .m_form .form-item-country .country .layui-select-title .layui-input {
  padding: 0;
  text-align: center;
  border: 0;
  height: 46px;
}
.g_box .g_modal_login .m_form .form-item-terms .layui-form-checkbox[lay-skin="primary"] > div,
.g_box .g_modal_register .m_form .form-item-terms .layui-form-checkbox[lay-skin="primary"] > div,
.g_box .g_modal_find .m_form .form-item-terms .layui-form-checkbox[lay-skin="primary"] > div {
  color: #888;
}
.g_box .g_modal_login .m_form .form-item-terms .u_term,
.g_box .g_modal_register .m_form .form-item-terms .u_term,
.g_box .g_modal_find .m_form .form-item-terms .u_term {
  color: #0c243e;
  cursor: pointer;
}
.g_box .g_modal_login .m_form .form-item-login,
.g_box .g_modal_register .m_form .form-item-login,
.g_box .g_modal_find .m_form .form-item-login {
  display: flex;
  justify-content: center;
  color: #888;
}
.g_box .g_modal_login .m_form .form-item-login .btn_go_login,
.g_box .g_modal_register .m_form .form-item-login .btn_go_login,
.g_box .g_modal_find .m_form .form-item-login .btn_go_login {
  color: #0a84ff;
  cursor: pointer;
}
.g_box .m_verify {
  box-sizing: border-box;
  padding: 20px;
  height: 72px;
}
.g_box .m_verify #verifyCode {
  width: 300px;
}
.g_box .g_modal_agreement,
.g_box .g_modal_privacy {
  padding: 20px;
}
.g_box .g_modal_agreement .help_bd .tit1,
.g_box .g_modal_privacy .help_bd .tit1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}
.g_box .g_modal_agreement .help_bd .tit2,
.g_box .g_modal_privacy .help_bd .tit2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.g_box .g_modal_agreement .help_bd p,
.g_box .g_modal_privacy .help_bd p {
  font-size: 14px;
  text-indent: 0.5em;
  line-height: 30px;
}
.g_box .g_modal_agreement .help_bd .p2,
.g_box .g_modal_privacy .help_bd .p2 {
  font-size: 14px;
  text-indent: 1.2em;
  line-height: 30px;
}
.g_box .g_modal_agreement .help_bd .p3,
.g_box .g_modal_privacy .help_bd .p3 {
  font-size: 14px;
  text-indent: 2em;
  line-height: 30px;
}
.g_box .g_modal_agreement .help_bd .m_table table,
.g_box .g_modal_privacy .help_bd .m_table table {
  display: block;
  width: 100%;
  overflow: hidden;
}
.g_box .g_modal_agreement .help_bd .m_table th,
.g_box .g_modal_privacy .help_bd .m_table th {
  border: 1px solid #ccc;
}
.g_box .g_modal_agreement .help_bd .m_table td,
.g_box .g_modal_privacy .help_bd .m_table td {
  border: 1px solid #ccc;
}
.root {
  min-height: calc(100vh - 152px);
  box-sizing: border-box;
  background: url(../../imgs/nsda/steam_bg.jpg);
}
.root .center {
  width: 1140px;
  margin: 0 auto;
}
.root .main {
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../../imgs/home/steam_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding-top: 90px;
  box-sizing: border-box;
  height: 620px;
}
.root .main .main_center {
  display: flex;
  justify-content: space-between;
}
.root .main .main_center .writing {
  padding-top: 140px;
  box-sizing: border-box;
  width: 470px;
  font-size: 20px;
  font-family: SourceHanSansCN,
        SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
.root .main .main_center .writing .title {
  font-size: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
  margin-bottom: 20px;
}
.root .main .main_center .mian_img {
  margin-left: 40px;
  padding-top: 57px;
  box-sizing: border-box;
}
.root .main .main_center .mian_img img {
  width: 620px;
}
.root .main .btn_div {
  margin-right: 50px;
}
.root .main .btn_div .mian_btn_img {
  width: 618px;
}
.root .main .btn_div .pc-download-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.root .main .btn_div .pc-download-btn {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s linear all;
  margin: 0 50px;
}
.root .main .btn_div .pc-download-btn .pc-button-icon {
  font-size: 36px;
  margin-right: 8px;
  font-weight: 400;
}
.root .main .btn_div .pc-download-btn .version {
  font-weight: 400px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.root .main .btn_div .pc-download-btn:hover {
  color: #C4B2FF;
}
.root .main .btn_div .pc-download-btn:hover .version {
  color: #C4B2FF;
}
.root-nsda {
  min-height: calc(100vh - 187px);
  box-sizing: border-box;
  background: url(../../imgs/nsda/nsda_bg.jpg);
}
.root-nsda .center {
  width: 1140px;
  margin: 0 auto;
}
.root-nsda .main {
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../../imgs/home/bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  padding-top: 90px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 620px;
}
.root-nsda .main .pc-feature-text {
  flex-shrink: 0;
}
.root-nsda .main .pc-feature-text .main_title {
  display: flex;
  justify-content: space-between;
}
.root-nsda .main .pc-feature-text .main_title .writing {
  padding-top: 140px;
  box-sizing: border-box;
  width: 470px;
  font-size: 20px;
  font-family: SourceHanSansCN,
          SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
.root-nsda .main .pc-feature-text .main_title .writing .title {
  font-size: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
  margin-bottom: 20px;
}
.root-nsda .main .pc-feature-text .main_title .vide_box {
  margin-left: 40px;
  padding-top: 57px;
  box-sizing: border-box;
}
.root-nsda .main .pc-feature-text .main_title .vide_box .video {
  width: 620px;
  height: 349px;
  background-image: url(../../imgs/nsda/nsda_video.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.root-nsda .main .pc-feature-text .main_title .vide_box .video .vide_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 133px;
  height: 135px;
  background-image: url(../../imgs/nsda/video_play.png);
  background-size: 100% 100%;
}
.root-nsda .main .pc-feature-text .main_title .vide_box .video .vide_play:hover {
  animation: fly 1.5s ease infinite;
}
@keyframes fly {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.root-nsda .main .pc-feature-text .pc-download-btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.root-nsda .main .pc-feature-text .pc-download-btn {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s linear all;
  margin: 0 50px;
}
.root-nsda .main .pc-feature-text .pc-download-btn .pc-button-icon {
  font-size: 36px;
  margin-right: 8px;
  font-weight: 400;
}
.root-nsda .main .pc-feature-text .pc-download-btn .version {
  font-weight: 400px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.root-nsda .main .pc-feature-text .pc-download-btn:hover {
  color: #C4B2FF;
}
.root-nsda .main .pc-feature-text .pc-download-btn:hover .version {
  color: #C4B2FF;
}
.root-nsda .main .pc-feature-slides-replace img {
  width: 41.1vw;
}
.noneDiv {
  display: none;
}
.plate_title {
  font-size: 38px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #181818;
  display: flex;
  align-items: flex-end;
}
.plate_title .title_piece {
  width: 30px;
  height: 7px;
  background: #614AA9;
  margin-left: 10px;
}
.ask {
  width: 100%;
  min-height: 400px;
  background: #FFFFFF;
  padding: 40px 0;
  box-sizing: border-box;
}
.ask .ask_mian {
  display: flex;
  margin-top: 40px;
}
.ask .ask_mian .ask_item {
  width: 25%;
  cursor: pointer;
}
.ask .ask_mian .ask_item .cloud_icon {
  width: 70px;
  height: 70px;
  background: url(../../imgs/nsda/cloud.png) no-repeat;
  background-size: cover;
  box-shadow: none;
  cursor: pointer;
}
.ask .ask_mian .ask_item .ip {
  background: url(../../imgs/nsda/ip.png) no-repeat;
  background-size: cover;
}
.ask .ask_mian .ask_item .market {
  background: url(../../imgs/nsda/market.png) no-repeat;
  background-size: cover;
}
.ask .ask_mian .ask_item .unit {
  background: url(../../imgs/nsda/unit.png) no-repeat;
  background-size: cover;
}
.ask .ask_mian .ask_item .item_title {
  margin-top: 40px;
  font-size: 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #181818;
  line-height: 37px;
}
.ask .ask_mian .ask_item .item_text {
  margin-top: 40px;
  width: 225px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.ask .ask_mian .ask_item:hover .cloud_icon {
  animation: modal-cases-rotate 0.8s steps(17) infinite;
  animation-iteration-count: 1;
}
.ask .ask_mian .ask_item:hover .item_title {
  color: #5D3AB3;
}
.ask .ask_option {
  display: flex;
  margin-top: 40px;
}
.ask .ask_option .option {
  width: 560px;
  height: 227px;
  background: #F4F5F8;
  margin-right: 20px;
  padding: 35px 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.ask .ask_option .option .cloud_icon {
  width: 70px;
  height: 70px;
  background: url(../../imgs/nsda/cloud.png) no-repeat;
  background-size: cover;
  box-shadow: none;
  cursor: pointer;
}
.ask .ask_option .option .store {
  background: url(../../imgs/nsda/store.png) no-repeat;
  background-size: cover;
}
.ask .ask_option .option .platform {
  background: url(../../imgs/nsda/platform.png) no-repeat;
  background-size: cover;
}
.ask .ask_option .option .option_title {
  font-size: 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #181818;
  line-height: 37px;
  margin-top: 10px;
}
.ask .ask_option .option .option_tip {
  margin-top: 10px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.ask .ask_option .option:hover .cloud_icon {
  animation: modal-cases-rotate 0.8s steps(17) infinite;
  animation-iteration-count: 1;
}
.ask .ask_option .option:hover .option_title {
  color: #5D3AB3;
}
@keyframes modal-cases-rotate {
  100% {
    background-position-y: -1190px;
  }
}
.news {
  width: 100%;
  background: #FFFFFF;
}
.case {
  width: 100%;
  height: 440px;
  background: #F4F5F8;
  padding: 40px 0;
  box-sizing: border-box;
}
.case .case_mian {
  margin-top: 40px;
  width: 1160px;
  height: 230px;
  position: relative;
}
.case .case_mian .case_center {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}
.case .case_mian .case_center .case_box {
  min-width: 2320px;
  height: 230px;
  position: absolute;
  display: flex;
}
.case .case_mian .case_center .case_box .case_content {
  display: flex;
}
.case .case_mian .case_center .case_box .case_content .content {
  width: 560px;
  height: 230px;
  background: url(../../imgs/nsda/case_bg.jpg) no-repeat;
  background-size: 100% 100%;
  margin-right: 20px;
  padding: 50px 45px 30px;
  box-sizing: border-box;
}
.case .case_mian .case_center .case_box .case_content .content .documents {
  display: flex;
  align-items: center;
}
.case .case_mian .case_center .case_box .case_content .content .documents .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 25px;
}
.case .case_mian .case_center .case_box .case_content .content .documents .text {
  width: 400px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.case .case_mian .case_center .case_box .case_content .content .author {
  margin-top: 30px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.case .case_mian .case_btn {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  display: flex;
  min-width: 100px;
}
.case .case_mian .case_btn .item_btn {
  width: 20px !important;
  height: 7px;
  background: rgba(24, 24, 24, 0.5);
  margin: 0 5px;
  cursor: pointer;
}
.case .case_mian .case_btn .item_btn2 {
  width: 58px !important;
  height: 7px;
  background: #181818;
  margin: 0 5px;
}
.product {
  width: 100%;
  height: 350px;
  padding: 50px 0;
  box-sizing: border-box;
  background: #1B1D24;
}
.product .product_title {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.product .steamDeck {
  cursor: pointer;
}
.product .pc-download-btn-container {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}
.product .pc-download-btn-container .pc-download-btn {
  margin: 0 75px;
  text-align: center;
}
.product .pc-download-btn-container .pc-download-btn .pc-button-icon {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 400;
}
.product .pc-download-btn-container .pc-download-btn .btn_name {
  margin-top: 20px;
}
.product .pc-download-btn-container .pc-download-btn .btn_name .pc-button-text {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}
.product .pc-download-btn-container .pc-download-btn .btn_name .version {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 17px;
}
.product .pc-download-btn-container .pc-download-btn:hover .pc-button-text {
  color: #C4B2FF;
}
.product .pc-download-btn-container .pc-download-btn:hover .pc-button-icon {
  color: #C4B2FF;
}
.product .pc-download-btn-container .pc-download-btn:hover .version {
  color: #C4B2FF;
}
.toplist {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.toplist .dynamic_box {
  width: 553px;
  height: 265px;
  border-radius: 5px;
}
.toplist .dynamic_box .dynamic_content {
  width: 100%;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.toplist .dynamic_box .dynamic_content .content_Box {
  min-width: 3280px;
  height: 265px;
  position: absolute;
}
.toplist .dynamic_box .dynamic_content .content_Box .bannerItem {
  width: 553px;
  height: 265px;
}
.toplist .dynamic_box .dynamic_content .content_Box .img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.toplist .dynamic_box .dynamic_content .content_Box .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px ;
}
.toplist .dynamic_box .dynamic_content .content_Box .title {
  font-size: 16px;
  font-weight: 500;
  color: #c3c3e2;
  line-height: 22px;
  margin: 20px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.toplist .dynamic_box .dynamic_content .content_Box .contents {
  font-size: 14px;
  font-weight: 400;
  color: #6a6a77;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.toplist .dynamic_box .dynamic_content .content_Box .author {
  font-size: 12px;
  font-weight: 400;
  color: #6a6a77;
  line-height: 17px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin: 20px 0;
}
.toplist .dynamic_box .dynamic_content .content_Box > div {
  float: left;
  width: 820px;
  height: 340px;
  border-radius: 4px 4px 0 0;
}
.toplist .dynamic_box .dynamic_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #EBEBEC;
  border-radius: 0px 0px 5px 5px;
}
.toplist .dynamic_box .dynamic_btn .min_btn {
  font-size: 18px;
  color: #200C3F;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.toplist .dynamic_box .dynamic_btn .min_btn1 {
  background: #F4F4F4;
}
.toplist .dynamic_box .dynamic_btn .line {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #7d17fd 0%, #560bf5 50%, #c703fd 100%);
}
.toplist .ranking_center {
  width: 530px;
}
.toplist .ranking_center .renking_title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  color: #181818;
  line-height: 37px;
}
.toplist .ranking_center .renking_title .piece {
  width: 20px;
  height: 7px;
  background: #181818;
  margin-right: 12px;
}
.toplist .ranking_center .renking_title .title {
  width: 420px;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.toplist .ranking_center .renking_title .time {
  margin-left: auto;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.toplist .ranking_center .renking_title:hover .title {
  color: #5D3AB3;
}
.toplist .ranking_center .renking_title:hover .piece {
  background: #5D3AB3;
}
.toplist .ranking_center .renking_other {
  display: flex;
  align-items: center;
  color: #333333;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
}
.toplist .ranking_center .renking_other .piece {
  width: 20px;
  height: 7px;
  background: #181818;
  margin-right: 12px;
}
.toplist .ranking_center .renking_other .title {
  width: 420px;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.toplist .ranking_center .renking_other .time {
  margin-left: auto;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.toplist .ranking_center .renking_other:hover .title {
  color: #5D3AB3;
}
.toplist .ranking_center .renking_other:hover .piece {
  background: #5D3AB3;
}
.toplist .go_article {
  display: flex;
  align-items: center;
  color: #333333;
  height: 62px;
  font-size: 16px;
  font-weight: 400;
}
.toplist .go_article .piece {
  width: 20px;
  height: 7px;
  background: #181818;
  margin-right: 12px;
}
.toplist .go_article .title {
  width: 420px;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.toplist .go_article:hover .title {
  color: #5D3AB3;
}
.toplist .go_article:hover .piece {
  background: #5D3AB3;
}
.layui-layer {
  border-radius: 10px;
}
.layui-layer-page .layui-layer-content {
  border-radius: 10px;
}
.modalBg {
  width: 760px;
  min-height: 544px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
}
.modalBg .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #888;
  cursor: pointer;
}
.modalBg .close:hover {
  color: #333;
}
.modalBg .modalTile {
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #200c3f;
  line-height: 32px;
  margin: 20px auto 16px;
}
.modalBg .videBox {
  min-height: 150px;
  margin: 0 auto;
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #181818;
  line-height: 24px;
  box-sizing: border-box;
}
.modalBg .videBox .video {
  width: 100%;
  height: 380px;
}
.modalBg .download {
  display: block;
  margin: 10px auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #181818;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.nav_h5 {
  display: none;
}
.h5Nav_box {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .g_box {
    width: 100%;
    overflow-x: hidden;
  }
  .g_box .icon_coin {
    margin-right: 3px;
    width: 20px;
    height: 20px;
    background: url(../../imgs/official-box/icon-coin.svg);
    background-size: 100% 100%;
  }
  .g_box .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .g_box .ellipsis_2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .g_box .layui-layer-setwin .layui-layer-close2 {
    box-sizing: border-box;
    width: 29px;
    height: 29px;
  }
  .g_box .g_hd {
    min-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.04rem;
    color: #0c243e;
    font-size: 20px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  }
  .g_box .g_hd .nav_h5 {
    display: block;
    margin-left: auto;
    color: #FFFFFF;
  }
  .g_box .g_hd .nav_h5 .close {
    display: none;
  }
  .g_box .g_hd .m_hd {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_box .g_hd .hd_l {
    display: flex;
    align-items: center;
    padding: 0 0.88rem;
    box-sizing: border-box;
  }
  .g_box .g_hd .hd_l .logo {
    height: 1.2rem;
    margin-right: 0.48rem;
    display: flex;
    align-items: center;
  }
  .g_box .g_hd .hd_l .logo .logoText {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: 600;
    color: #200c3f;
    line-height: 0.56rem;
  }
  .g_box .g_hd .hd_l .logo img {
    height: 100%;
  }
  .g_box .g_hd .hd_l .m_nav {
    display: none;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item {
    padding: 0 0.32rem;
    height: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 12px;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item a {
    color: #200c3f;
    font-weight: 600;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item a img {
    width: 0.4rem;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item .line {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    bottom: 0;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item .line .u_line {
    height: 4px;
    border-radius: 3px;
    background: transparent;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item .qq-qrcode-container {
    display: none;
    position: absolute;
    left: 50%;
    top: 40px;
    height: 160px;
    transform: translate(-50%, 0);
  }
  .g_box .g_hd .hd_l .m_nav .nav_item .qq-qrcode-container img {
    margin-right: 10px;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item:hover .qq-qrcode-container {
    display: flex;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item_act .line .u_line {
    background: #fff;
  }
  .g_box .g_hd .hd_l .m_nav .nav_item_act a {
    color: #fff;
  }
  .g_box .g_hd .hd_r .t_user {
    width: 388px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_box .g_hd .hd_r .u_login {
    box-sizing: border-box;
    width: 105px;
    height: 40px;
    color: #fff;
    background: none;
    border: 2px solid #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
  }
  .g_box .g_hd .hd_r .u_login:hover {
    color: #fff;
    border-color: #0093ff;
    background: #0093ff;
  }
  .g_box .g_hd .hd_r .user_menu {
    display: flex;
  }
  .g_box .g_hd .hd_r .user_menu .money_box {
    height: 40px;
    display: flex;
    align-items: center;
    color: #ffa31a;
  }
  .g_box .g_hd .hd_r .user_menu .money_box .amount {
    cursor: pointer;
    margin-right: 20px;
    display: flex;
    align-items: center;
    color: #ffa31a;
  }
  .g_box .g_hd .hd_r .user_menu .money_box .btn_recharge {
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    padding: 0;
    border: 2px solid #ffa31a;
    font-size: 16px;
    color: #ffa31a;
    background: none;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .g_box .g_hd .hd_r .user_menu .money_box .btn_recharge:hover {
    background: #ffa31a;
    color: #fff;
  }
  .g_box .g_hd .hd_r .user_menu .money_box .btn_recharge:focus {
    outline: none;
  }
  .g_box .g_hd .hd_r .user_menu .avatar_box {
    cursor: pointer;
    margin-left: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 2px solid #fff;
  }
  .g_box .g_hd .hd_r .user_menu .avatar_box .u_avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .g_box .g_hd .hd_r .user_menu .avatar_box .icon_arrow_down {
    margin-left: 6px;
    font-size: 12px;
    color: #fff;
  }
  .g_box .h5Nav_box {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%);
    width: 100%;
    height: calc(100vh - 4.04rem);
    background: #FFFFFF;
    padding: 20px 32px;
    box-sizing: border-box;
    transition: 1s ease;
  }
  .g_box .h5Nav_box .nav_item {
    font-size: 18px;
    font-weight: 500;
    color: #352251;
    line-height: 60px;
    font-weight: 600;
  }
  .g_box .h5Nav_box .nav_item a {
    color: #352251;
  }
  .g_box .g_bd {
    box-sizing: border-box;
    padding-top: 30px;
    z-index: 1;
    position: relative;
    min-height: calc(100vh - 292px);
  }
  .g_box .g_ft {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #11131A;
  }
  .g_box .g_ft .footer_nav {
    min-height: 2.74rem;
    height: auto;
    padding: 0.8rem;
    box-sizing: border-box;
  }
  .g_box .g_ft .footer_nav .center {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    align-items: center;
  }
  .g_box .g_ft .footer_nav .center .qq_box {
    display: flex;
    align-items: center;
  }
  .g_box .g_ft .footer_nav .center .qq_box .qq_code {
    display: block;
    width: 87px;
    height: 87px;
    background: #FFFFFF;
    border-radius: 7px;
  }
  .g_box .g_ft .footer_nav .center .qq_box .qq_title {
    margin-left: 15px;
  }
  .g_box .g_ft .footer_nav .center .qq_box .qq_title .title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
  }
  .g_box .g_ft .footer_nav .center .qq_box .qq_title .qq_name {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
  }
  .g_box .g_ft .footer_nav .center .product_Box {
    display: flex;
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .g_box .g_ft .footer_nav .center .product_Bottom .title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
  }
  .g_box .g_ft .footer_nav .center .product_Bottom .nav_item {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
  }
  .g_box .g_ft .footer_nav .center .product_Bottom .nav_item a {
    color: rgba(255, 255, 255, 0.5);
  }
  .g_box .g_ft .footer_nav .center .product_Bottom .nav_item:hover a {
    color: #5D3AB3;
  }
  .g_box .g_ft .footer_nav .center .help_Bottom {
    margin-left: 80px;
  }
  .g_box .g_ft .footer_nav .center .help_Bottom .title {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
  }
  .g_box .g_ft .footer_nav .center .help_Bottom .nav_item {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
  }
  .g_box .g_ft .footer_nav .center .help_Bottom .nav_item a {
    color: rgba(255, 255, 255, 0.5);
  }
  .g_box .g_ft .footer_nav .center .help_Bottom .nav_item:hover a {
    color: #5D3AB3;
  }
  .g_box .g_ft .ft_wrap {
    font-size: 12px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
    min-height: 2rem;
    height: auto;
  }
  .g_box .g_ft .ft_wrap .wrapCenter {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0.8rem;
    box-sizing: border-box;
    height: auto;
  }
  .g_box .g_ft .ft_wrap .wrapCenter div {
    margin-bottom: 0.4rem;
  }
  .g_box .g_sem_ft {
    padding: 10px;
    background-color: #fff;
  }
  .g_box .g_sem_ft .ft_wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .g_box .g_sem_ft .copyright {
    line-height: 30px;
    color: #0c243e;
    font-size: 12px;
    font-weight: 700;
  }
  .g_box .g_sem_ft .beian a {
    font-size: 12px;
    color: #505972;
  }
  .g_box .g_modal_login,
  .g_box .g_modal_register,
  .g_box .g_modal_find {
    box-sizing: border-box;
    padding: 112px 70px 50px;
    width: 500px;
    height: 600px;
    background: url(../../imgs/layout/login/bg-login-modal.png);
    background-size: 100% 100%;
  }
  .g_box .g_modal_login .layui-tab-title,
  .g_box .g_modal_register .layui-tab-title,
  .g_box .g_modal_find .layui-tab-title {
    border: 0;
  }
  .g_box .g_modal_login .layui-tab,
  .g_box .g_modal_register .layui-tab,
  .g_box .g_modal_find .layui-tab {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .g_box .g_modal_login .layui-tab .layui-tab-title li,
  .g_box .g_modal_register .layui-tab .layui-tab-title li,
  .g_box .g_modal_find .layui-tab .layui-tab-title li {
    padding: 0;
    margin: 0 15px;
    font-size: 18px;
    color: #0c243e;
  }
  .g_box .g_modal_login .layui-tab-brief > .layui-tab-title .layui-this,
  .g_box .g_modal_register .layui-tab-brief > .layui-tab-title .layui-this,
  .g_box .g_modal_find .layui-tab-brief > .layui-tab-title .layui-this {
    color: #0a84ff;
  }
  .g_box .g_modal_login .layui-tab-brief > .layui-tab-more li.layui-this:after,
  .g_box .g_modal_register .layui-tab-brief > .layui-tab-more li.layui-this:after,
  .g_box .g_modal_find .layui-tab-brief > .layui-tab-more li.layui-this:after,
  .g_box .g_modal_login .layui-tab-brief > .layui-tab-title .layui-this:after,
  .g_box .g_modal_register .layui-tab-brief > .layui-tab-title .layui-this:after,
  .g_box .g_modal_find .layui-tab-brief > .layui-tab-title .layui-this:after {
    padding: 0 20px;
    border: 0;
    position: absolute;
    left: 0;
    top: 36px;
    height: 4px;
    background-color: #0a84ff;
    border-radius: 2px;
  }
  .g_box .g_modal_login .layui-tab-bar,
  .g_box .g_modal_register .layui-tab-bar,
  .g_box .g_modal_find .layui-tab-bar {
    display: none;
  }
  .g_box .g_modal_login .m_tit,
  .g_box .g_modal_register .m_tit,
  .g_box .g_modal_find .m_tit {
    font-size: 18px;
    font-weight: 500;
    color: #0a84ff;
    text-align: center;
  }
  .g_box .g_modal_login .m_form,
  .g_box .g_modal_register .m_form,
  .g_box .g_modal_find .m_form {
    font-size: 16px;
    margin-top: 50px;
  }
  .g_box .g_modal_login .m_form .layui-form-item,
  .g_box .g_modal_register .m_form .layui-form-item,
  .g_box .g_modal_find .m_form .layui-form-item {
    margin-bottom: 24px;
  }
  .g_box .g_modal_login .m_form .layui-input-wrap,
  .g_box .g_modal_register .m_form .layui-input-wrap,
  .g_box .g_modal_find .m_form .layui-input-wrap {
    position: relative;
    line-height: 48px;
  }
  .g_box .g_modal_login .m_form .layui-input,
  .g_box .g_modal_register .m_form .layui-input,
  .g_box .g_modal_find .m_form .layui-input,
  .g_box .g_modal_login .m_form .layui-select,
  .g_box .g_modal_register .m_form .layui-select,
  .g_box .g_modal_find .m_form .layui-select,
  .g_box .g_modal_login .m_form .layui-textarea,
  .g_box .g_modal_register .m_form .layui-textarea,
  .g_box .g_modal_find .m_form .layui-textarea {
    font-size: 16px;
    height: 48px;
    border-radius: 24px;
    background-color: #f7f7f7;
  }
  .g_box .g_modal_login .m_form .layui-input-prefix .layui-icon,
  .g_box .g_modal_register .m_form .layui-input-prefix .layui-icon,
  .g_box .g_modal_find .m_form .layui-input-prefix .layui-icon,
  .g_box .g_modal_login .m_form .layui-input-split .layui-icon,
  .g_box .g_modal_register .m_form .layui-input-split .layui-icon,
  .g_box .g_modal_find .m_form .layui-input-split .layui-icon,
  .g_box .g_modal_login .m_form .layui-input-suffix .layui-icon,
  .g_box .g_modal_register .m_form .layui-input-suffix .layui-icon,
  .g_box .g_modal_find .m_form .layui-input-suffix .layui-icon {
    font-size: 20px;
  }
  .g_box .g_modal_login .m_form .layui-input-wrap .layui-input-prefix + .layui-input,
  .g_box .g_modal_register .m_form .layui-input-wrap .layui-input-prefix + .layui-input,
  .g_box .g_modal_find .m_form .layui-input-wrap .layui-input-prefix + .layui-input,
  .g_box .g_modal_login .m_form .layui-input-wrap .layui-input-prefix ~ * .layui-input,
  .g_box .g_modal_register .m_form .layui-input-wrap .layui-input-prefix ~ * .layui-input,
  .g_box .g_modal_find .m_form .layui-input-wrap .layui-input-prefix ~ * .layui-input {
    padding-left: 48px;
  }
  .g_box .g_modal_login .m_form .layui-input-wrap .layui-input,
  .g_box .g_modal_register .m_form .layui-input-wrap .layui-input,
  .g_box .g_modal_find .m_form .layui-input-wrap .layui-input {
    padding-right: 48px;
  }
  .g_box .g_modal_login .m_form .layui-input:focus,
  .g_box .g_modal_register .m_form .layui-input:focus,
  .g_box .g_modal_find .m_form .layui-input:focus,
  .g_box .g_modal_login .m_form .layui-textarea:focus,
  .g_box .g_modal_register .m_form .layui-textarea:focus,
  .g_box .g_modal_find .m_form .layui-textarea:focus {
    border-color: #0a84ff !important;
    box-shadow: none !important;
  }
  .g_box .g_modal_login .m_form .layui-input-affix,
  .g_box .g_modal_register .m_form .layui-input-affix,
  .g_box .g_modal_find .m_form .layui-input-affix {
    line-height: 48px;
  }
  .g_box .g_modal_login .m_form .layui-input-prefix,
  .g_box .g_modal_register .m_form .layui-input-prefix,
  .g_box .g_modal_find .m_form .layui-input-prefix,
  .g_box .g_modal_login .m_form .layui-input-split,
  .g_box .g_modal_register .m_form .layui-input-split,
  .g_box .g_modal_find .m_form .layui-input-split,
  .g_box .g_modal_login .m_form .layui-input-suffix,
  .g_box .g_modal_register .m_form .layui-input-suffix,
  .g_box .g_modal_find .m_form .layui-input-suffix,
  .g_box .g_modal_login .m_form .layui-input-suffix .layui-input-affix,
  .g_box .g_modal_register .m_form .layui-input-suffix .layui-input-affix,
  .g_box .g_modal_find .m_form .layui-input-suffix .layui-input-affix {
    width: 48px;
  }
  .g_box .g_modal_login .m_form .btn_login,
  .g_box .g_modal_register .m_form .btn_login,
  .g_box .g_modal_find .m_form .btn_login {
    font-size: 16px;
    height: 48px;
    background-color: #0a84ff;
  }
  .g_box .g_modal_login .m_form .form-item-link,
  .g_box .g_modal_register .m_form .form-item-link,
  .g_box .g_modal_find .m_form .form-item-link {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_box .g_modal_login .m_form .form-item-link span,
  .g_box .g_modal_register .m_form .form-item-link span,
  .g_box .g_modal_find .m_form .form-item-link span {
    cursor: pointer;
  }
  .g_box .g_modal_login .m_form .form-item-link span:hover,
  .g_box .g_modal_register .m_form .form-item-link span:hover,
  .g_box .g_modal_find .m_form .form-item-link span:hover {
    color: #0a84ff;
  }
  .g_box .g_modal_login .m_form .form-item-link-find,
  .g_box .g_modal_register .m_form .form-item-link-find,
  .g_box .g_modal_find .m_form .form-item-link-find {
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_box .g_modal_login .m_form .form-item-link-find .btn_go_reg,
  .g_box .g_modal_register .m_form .form-item-link-find .btn_go_reg,
  .g_box .g_modal_find .m_form .form-item-link-find .btn_go_reg {
    cursor: pointer;
  }
  .g_box .g_modal_login .m_form .form-item-link-find .btn_go_login,
  .g_box .g_modal_register .m_form .form-item-link-find .btn_go_login,
  .g_box .g_modal_find .m_form .form-item-link-find .btn_go_login {
    color: #888;
  }
  .g_box .g_modal_login .m_form .form-item-link-find .btn_go_login span,
  .g_box .g_modal_register .m_form .form-item-link-find .btn_go_login span,
  .g_box .g_modal_find .m_form .form-item-link-find .btn_go_login span {
    cursor: pointer;
    color: #0a84ff;
  }
  .g_box .g_modal_login .m_form .form-item-btn,
  .g_box .g_modal_register .m_form .form-item-btn,
  .g_box .g_modal_find .m_form .form-item-btn {
    margin: 26px 0 30px;
  }
  .g_box .g_modal_login .m_form .form-item-code .suffix_code,
  .g_box .g_modal_register .m_form .form-item-code .suffix_code,
  .g_box .g_modal_find .m_form .form-item-code .suffix_code {
    width: 110px;
  }
  .g_box .g_modal_login .m_form .form-item-code .suffix_code a,
  .g_box .g_modal_register .m_form .form-item-code .suffix_code a,
  .g_box .g_modal_find .m_form .form-item-code .suffix_code a {
    cursor: pointer;
    color: #0a84ff;
  }
  .g_box .g_modal_login .m_form .form-item-code .btn_code,
  .g_box .g_modal_register .m_form .form-item-code .btn_code,
  .g_box .g_modal_find .m_form .form-item-code .btn_code {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 48px;
    color: #0a84ff;
    text-align: center;
  }
  .g_box .g_modal_login .m_form .form-item-country .suffix_country,
  .g_box .g_modal_register .m_form .form-item-country .suffix_country,
  .g_box .g_modal_find .m_form .form-item-country .suffix_country {
    width: 88px;
  }
  .g_box .g_modal_login .m_form .form-item-country .ipt_username,
  .g_box .g_modal_register .m_form .form-item-country .ipt_username,
  .g_box .g_modal_find .m_form .form-item-country .ipt_username {
    padding-left: 98px;
  }
  .g_box .g_modal_login .m_form .form-item-country .country,
  .g_box .g_modal_register .m_form .form-item-country .country,
  .g_box .g_modal_find .m_form .form-item-country .country {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 86px;
    height: 46px;
    color: #0a84ff;
    text-align: center;
  }
  .g_box .g_modal_login .m_form .form-item-country .country .layui-select-title .layui-input,
  .g_box .g_modal_register .m_form .form-item-country .country .layui-select-title .layui-input,
  .g_box .g_modal_find .m_form .form-item-country .country .layui-select-title .layui-input {
    padding: 0;
    text-align: center;
    border: 0;
    height: 46px;
  }
  .g_box .g_modal_login .m_form .form-item-terms .layui-form-checkbox[lay-skin="primary"] > div,
  .g_box .g_modal_register .m_form .form-item-terms .layui-form-checkbox[lay-skin="primary"] > div,
  .g_box .g_modal_find .m_form .form-item-terms .layui-form-checkbox[lay-skin="primary"] > div {
    color: #888;
  }
  .g_box .g_modal_login .m_form .form-item-terms .u_term,
  .g_box .g_modal_register .m_form .form-item-terms .u_term,
  .g_box .g_modal_find .m_form .form-item-terms .u_term {
    color: #0c243e;
    cursor: pointer;
  }
  .g_box .g_modal_login .m_form .form-item-login,
  .g_box .g_modal_register .m_form .form-item-login,
  .g_box .g_modal_find .m_form .form-item-login {
    display: flex;
    justify-content: center;
    color: #888;
  }
  .g_box .g_modal_login .m_form .form-item-login .btn_go_login,
  .g_box .g_modal_register .m_form .form-item-login .btn_go_login,
  .g_box .g_modal_find .m_form .form-item-login .btn_go_login {
    color: #0a84ff;
    cursor: pointer;
  }
  .g_box .m_verify {
    box-sizing: border-box;
    padding: 20px;
    height: 72px;
  }
  .g_box .m_verify #verifyCode {
    width: 300px;
  }
  .g_box .g_modal_agreement,
  .g_box .g_modal_privacy {
    padding: 20px;
  }
  .g_box .g_modal_agreement .help_bd .tit1,
  .g_box .g_modal_privacy .help_bd .tit1 {
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
  }
  .g_box .g_modal_agreement .help_bd .tit2,
  .g_box .g_modal_privacy .help_bd .tit2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .g_box .g_modal_agreement .help_bd p,
  .g_box .g_modal_privacy .help_bd p {
    font-size: 14px;
    text-indent: 0.5em;
    line-height: 30px;
  }
  .g_box .g_modal_agreement .help_bd .p2,
  .g_box .g_modal_privacy .help_bd .p2 {
    font-size: 14px;
    text-indent: 1.2em;
    line-height: 30px;
  }
  .g_box .g_modal_agreement .help_bd .p3,
  .g_box .g_modal_privacy .help_bd .p3 {
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
  }
  .g_box .g_modal_agreement .help_bd .m_table table,
  .g_box .g_modal_privacy .help_bd .m_table table {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .g_box .g_modal_agreement .help_bd .m_table th,
  .g_box .g_modal_privacy .help_bd .m_table th {
    border: 1px solid #ccc;
  }
  .g_box .g_modal_agreement .help_bd .m_table td,
  .g_box .g_modal_privacy .help_bd .m_table td {
    border: 1px solid #ccc;
  }
  .root {
    min-height: calc(100vh - 152px);
    box-sizing: border-box;
  }
  .root .center {
    width: 100%;
    margin: 0 auto;
  }
  .root .main {
    background-image: url(../../imgs/home/steam_bg_h5.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding-top: 4.04rem;
    box-sizing: border-box;
    height: 15.2rem;
  }
  .root .main .main_center {
    display: block;
  }
  .root .main .main_center .writing {
    padding: 0;
    box-sizing: border-box;
    width: 13rem;
    margin: -1rem auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
  }
  .root .main .main_center .writing .title {
    font-size: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.44rem;
    margin-bottom: 0rem;
    text-align: center;
  }
  .root .main .main_center .mian_img {
    margin-left: 0px;
    padding-top: 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .root .main .main_center .mian_img img {
    width: 12.4rem;
  }
  .root .main .btn_div {
    margin-right: 50px;
  }
  .root .main .btn_div .mian_btn_img {
    width: 618px;
  }
  .root .main .btn_div .pc-download-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
  }
  .root .main .btn_div .pc-download-btn {
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s linear all;
    margin: 0 50px;
  }
  .root .main .btn_div .pc-download-btn .pc-button-icon {
    font-size: 36px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-weight: 400;
  }
  .root .main .btn_div .pc-download-btn .version {
    font-weight: 400px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }
  .root .main .btn_div .pc-download-btn:hover {
    color: #C4B2FF;
  }
  .root .main .btn_div .pc-download-btn:hover .version {
    color: #C4B2FF;
  }
  .root-nsda {
    box-sizing: border-box;
  }
  .root-nsda .center {
    width: 100%;
    margin: 0 auto;
  }
  .root-nsda .main {
    background-image: url(../../imgs/home/bg_h5.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    padding-top: 4.04rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 15.2rem;
  }
  .root-nsda .main .pc-feature-text {
    flex-shrink: 0;
  }
  .root-nsda .main .pc-feature-text .main_title {
    display: block;
  }
  .root-nsda .main .pc-feature-text .main_title .writing {
    padding: 0;
    box-sizing: border-box;
    width: 13rem;
    margin: -1rem auto 0;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
  }
  .root-nsda .main .pc-feature-text .main_title .writing .title {
    font-size: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.44rem;
    margin-bottom: 0rem;
    text-align: center;
  }
  .root-nsda .main .pc-feature-text .main_title .vide_box {
    margin-left: 0px;
    padding-top: 0rem;
    box-sizing: border-box;
  }
  .root-nsda .main .pc-feature-text .main_title .vide_box .video {
    width: 12.4rem;
    height: 7rem;
    background-image: url(../../imgs/nsda/nsda_video.png);
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
  }
  .root-nsda .main .pc-feature-text .main_title .vide_box .video .vide_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.66rem;
    height: 2.7rem;
    background-image: url(../../imgs/nsda/video_play.png);
    background-size: 100% 100%;
  }
  .root-nsda .main .pc-feature-text .pc-download-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
  }
  .root-nsda .main .pc-feature-text .pc-download-btn {
    position: relative;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s linear all;
    margin: 0 50px;
  }
  .root-nsda .main .pc-feature-text .pc-download-btn .pc-button-icon {
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-weight: 400;
  }
  .root-nsda .main .pc-feature-text .pc-download-btn .version {
    font-weight: 400px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }
  .root-nsda .main .pc-feature-text .pc-download-btn:hover {
    color: #C4B2FF;
  }
  .root-nsda .main .pc-feature-text .pc-download-btn:hover .version {
    color: #C4B2FF;
  }
  .root-nsda .main .pc-feature-slides-replace img {
    width: 41.1vw;
  }
  .noneDiv {
    display: none;
  }
  .plate_title {
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #181818;
    display: flex;
    align-items: flex-end;
  }
  .plate_title .title_piece {
    width: 0.6rem;
    height: 0.14rem;
    background: #614AA9;
    margin-left: 0.2rem;
  }
  .ask {
    width: 100%;
    min-height: 9.4rem;
    background: #FFFFFF;
    padding: 0.8rem;
    box-sizing: border-box;
  }
  .ask .ask_mian {
    display: flex;
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }
  .ask .ask_mian .ask_item {
    width: 50%;
    margin-bottom: 0.8rem;
  }
  .ask .ask_mian .ask_item .cloud_icon {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../imgs/nsda/cloud.png) no-repeat;
    background-size: cover;
    box-shadow: none;
    cursor: pointer;
  }
  .ask .ask_mian .ask_item .ip {
    background: url(../../imgs/nsda/ip.png) no-repeat;
    background-size: cover;
  }
  .ask .ask_mian .ask_item .market {
    background: url(../../imgs/nsda/market.png) no-repeat;
    background-size: cover;
  }
  .ask .ask_mian .ask_item .unit {
    background: url(../../imgs/nsda/unit.png) no-repeat;
    background-size: cover;
  }
  .ask .ask_mian .ask_item .item_title {
    margin-top: 0.8rem;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #181818;
    line-height: 0.74rem;
  }
  .ask .ask_mian .ask_item .item_text {
    margin-top: 0.8rem;
    width: 5.6rem;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }
  .ask .ask_mian .ask_item:hover .cloud_icon {
    animation: paused;
  }
  .ask .ask_option {
    display: flex;
    margin-top: 0.8rem;
  }
  .ask .ask_option .option {
    width: 50%;
    height: auto;
    background: transparent;
    margin-right: 0px;
    padding: 0px 0px;
    box-sizing: border-box;
  }
  .ask .ask_option .option .cloud_icon {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../imgs/nsda/cloud.png) no-repeat;
    background-size: cover;
    box-shadow: none;
    cursor: pointer;
  }
  .ask .ask_option .option:hover .cloud_icon {
    animation: paused;
  }
  .ask .ask_option .option .store {
    background: url(../../imgs/nsda/store.png) no-repeat;
    background-size: cover;
  }
  .ask .ask_option .option .platform {
    background: url(../../imgs/nsda/platform.png) no-repeat;
    background-size: cover;
  }
  .ask .ask_option .option .option_title {
    margin-top: 0.8rem;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #181818;
    line-height: 0.74rem;
  }
  .ask .ask_option .option .option_tip {
    margin-top: 0.8rem;
    width: 5.6rem;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
  }
  .case {
    width: 100%;
    height: 26rem;
    background: #F4F5F8;
    padding: 0.8rem;
    box-sizing: border-box;
  }
  .case .case_mian {
    margin-top: 0.8rem;
    width: 13.4rem;
    height: 21.92rem;
    position: relative;
  }
  .case .case_mian .case_center {
    width: 100%;
    height: 21.92rem;
    overflow: hidden;
    position: relative;
  }
  .case .case_mian .case_center .case_box {
    min-width: 2320px;
    height: 21.92rem;
    position: absolute;
    display: flex;
  }
  .case .case_mian .case_center .case_box .case_content {
    display: block;
  }
  .case .case_mian .case_center .case_box .case_content .content {
    width: 13.4rem;
    height: 9.36rem;
    margin: 0 auto;
    background: url(../../imgs/nsda/case_bg_h5.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.8rem;
    padding: 1.6rem 0.9rem 0.6rem;
    box-sizing: border-box;
  }
  .case .case_mian .case_center .case_box .case_content .content .documents {
    display: flex;
    align-items: flex-start;
    height: 4.28rem;
  }
  .case .case_mian .case_center .case_box .case_content .content .documents .text {
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
  }
  .case .case_mian .case_center .case_box .case_content .content .avatar {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: 0.5rem;
  }
  .case .case_mian .case_center .case_box .case_content .content .author {
    margin-top: 1.2rem;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: flex;
    align-items: center;
  }
  .case .case_mian .case_btn {
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: tr anslateX(-50%);
    display: flex;
    min-width: 100px;
  }
  .case .case_mian .case_btn .item_btn {
    width: 20px !important;
    height: 7px;
    background: rgba(24, 24, 24, 0.5);
    margin: 0 5px;
    cursor: pointer;
  }
  .case .case_mian .case_btn .item_btn2 {
    width: 58px !important;
    height: 7px;
    background: #181818;
    margin: 0 5px;
  }
  .product {
    width: 100%;
    height: 8rem;
    padding: 1rem 0 0 0;
    box-sizing: border-box;
    background: #1B1D24;
  }
  .product .product_title {
    width: 13rem;
    margin: 0 auto;
    margin-top: 1.2rem;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
  }
  .product .steamDeck {
    cursor: pointer;
  }
  .product .pc-download-btn-container {
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
  .product .pc-download-btn-container .pc-download-btn {
    margin: 0 1rem;
    text-align: center;
  }
  .product .pc-download-btn-container .pc-download-btn .pc-button-icon {
    width: 0.94rem;
    font-weight: 400;
  }
  .product .pc-download-btn-container .pc-download-btn .btn_name {
    margin-top: 0.4rem;
  }
  .product .pc-download-btn-container .pc-download-btn .btn_name .pc-button-text {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
  }
  .product .pc-download-btn-container .pc-download-btn .btn_name .version {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 17px;
  }
  .product .pc-download-btn-container .pc-download-btn .btn_name:hover .pc-button-text {
    color: #C4B2FF;
  }
  .product .pc-download-btn-container .pc-download-btn .btn_name:hover .version {
    color: #C4B2FF;
  }
  .toplist {
    padding: 0px 0;
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
    margin: 0.8rem auto 0;
  }
  .toplist .dynamic_box {
    width: 13.4rem;
    height: 6.44rem;
    border-radius: 5px;
  }
  .toplist .dynamic_box .dynamic_content {
    width: 100%;
    height: 6.44rem;
    overflow: hidden;
    position: relative;
  }
  .toplist .dynamic_box .dynamic_content .content_Box {
    min-width: 65.6rem;
    height: 6.44rem;
    position: absolute;
  }
  .toplist .dynamic_box .dynamic_content .content_Box .bannerItem {
    width: 13.4rem;
    height: 6.44rem;
  }
  .toplist .dynamic_box .dynamic_content .content_Box .img {
    width: 100%;
    height: 100%;
    border-radius: 4px ;
  }
  .toplist .dynamic_box .dynamic_content .content_Box .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px ;
  }
  .toplist .dynamic_box .dynamic_content .content_Box .title {
    font-size: 16px;
    font-weight: 500;
    color: #c3c3e2;
    line-height: 22px;
    margin: 20px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .toplist .dynamic_box .dynamic_content .content_Box .contents {
    font-size: 14px;
    font-weight: 400;
    color: #6a6a77;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .toplist .dynamic_box .dynamic_content .content_Box .author {
    font-size: 12px;
    font-weight: 400;
    color: #6a6a77;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 20px 0;
  }
  .toplist .dynamic_box .dynamic_content .content_Box > div {
    float: left;
    width: 820px;
    height: 340px;
    border-radius: 4px 4px 0 0;
  }
  .toplist .dynamic_box .dynamic_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: #EBEBEC;
    border-radius: 0px 0px 5px 5px;
  }
  .toplist .dynamic_box .dynamic_btn .min_btn {
    font-size: 18px;
    color: #200C3F;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
  }
  .toplist .dynamic_box .dynamic_btn .min_btn1 {
    background: #F4F4F4;
  }
  .toplist .dynamic_box .dynamic_btn .line {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7d17fd 0%, #560bf5 50%, #c703fd 100%);
  }
  .toplist .ranking_center {
    width: 100%;
    margin-top: 1rem;
  }
  .toplist .ranking_center .renking_title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #181818;
    line-height: 40px;
  }
  .toplist .ranking_center .renking_title .piece {
    width: 20px;
    height: 7px;
    background: #181818;
    margin-right: 12px;
  }
  .toplist .ranking_center .renking_title .title {
    width: 10rem;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .toplist .ranking_center .renking_title .time {
    margin-left: auto;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
  }
  .toplist .ranking_center .renking_other {
    display: flex;
    align-items: center;
    color: #333333;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  .toplist .ranking_center .renking_other .piece {
    width: 20px;
    height: 7px;
    background: #181818;
    margin-right: 12px;
  }
  .toplist .ranking_center .renking_other .title {
    width: 10rem;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .toplist .ranking_center .renking_other .time {
    margin-left: auto;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
  }
  .toplist .go_article {
    display: flex;
    align-items: center;
    color: #333333;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  .toplist .go_article .piece {
    width: 20px;
    height: 7px;
    background: #181818;
    margin-right: 12px;
  }
  .toplist .go_article .title {
    width: 420px;
    white-space: nowrap;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .modalBg {
    width: 100%;
    min-width: 100%;
    min-height: 10.88rem;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    position: relative;
  }
  .modalBg .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    cursor: pointer;
  }
  .modalBg .close:hover {
    color: #333;
  }
  .modalBg .modalTile {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #181818;
    line-height: 24px;
    margin: 0.4rem auto 0.32rem;
  }
  .modalBg .videBox {
    min-height: 3rem;
    margin: 0 auto;
    background-color: #ebebeb;
    border-radius: 0.2rem;
    padding: 0.32rem 0.4rem;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #200c3f;
    line-height: 24px;
    box-sizing: border-box;
  }
  .modalBg .videBox .video {
    width: 100%;
    height: 7.6rem;
  }
  .modalBg .download {
    display: block;
    margin: 10px auto;
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #200c3f;
    border-radius: 0.4rem;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  .tayBg {
    width: 10.64rem;
    height: 8.4rem;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    position: relative;
  }
  .tayBg .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    cursor: pointer;
  }
  .tayBg .close:hover {
    color: #333;
  }
  .tayBg .modalTile {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #181818;
    line-height: 24px;
    margin: 0.4rem auto 0.32rem;
  }
  .tayBg .default {
    width: 4.24rem;
    display: block;
    margin: 0.7rem auto 0.4rem;
  }
  .tayBg .modalTip {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
  }
}
.yyzzA {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
.yyzzA:hover {
  color: rgba(255, 255, 255, 0.8);
}
