* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@font-face {
  font-family: "GRFontENBold";
  src: url("../fonts/GR-Font-EN-Bold.ttf");
}
@font-face {
  font-family: "GRFontENRegular";
  src: url("../fonts/GR-Font-EN-Regular.ttf");
}
@font-face {
  font-family: "HELVETICAROMAN";
  src: url("../fonts/HELVETICA-ROMAN-SEMIB.TTF");
}
@font-face {
  font-family: "SourceHanSansCNNormal";
  src: url("../fonts/SourceHanSansCN-Normal.otf");
}
@font-face {
  font-family: "BigruixianBlackGBV1";
  src: url("../fonts/RuiZiRuiXianNuFangHeiJian1-0-1.ttf");
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../fonts/IBMPlexSansJP-Medium.ttf");
}
@font-face {
  font-family: "JaContent";
  src: url("../fonts/JaContent.ttf");
}
@font-face {
  font-family: "JaTitle";
  src: url("../fonts/JaTitle.ttf");
}
@font-face {
  font-family: 'font1';
  src: url(../fonts/syhtx.otf);
}
@font-face {
  font-family: 'font2';
  src: url(../fonts/syhth.otf);
}
@font-face {
  font-family: 'font3';
  src: url(../fonts/syhtc.OTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
a {
  text-decoration: none;
  outline: 0 none;
}
ul {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
.container {
  width: 100%;
  height: auto;
}
.container::-webkit-scrollbar {
  width: 0px;
}
.container::-webkit-scrollbar-track {
  background: #ccc;
}
.container::-webkit-scrollbar-thumb {
  background: #eee;
}
html::-webkit-scrollbar {
  width: 0px;
}
html::-webkit-scrollbar-track {
  background: #ccc;
}
html::-webkit-scrollbar-thumb {
  background: #eee;
}
.main {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.main .main_header {
  width: 2.06rem;
  height: 0.63rem;
  background: #f2f2f2;
  font-size: 0.24rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'font3';
}
.main .main_header.bggary {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 0;
}
.main .main_header.bggary .logo1 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2.42rem;
  height: 0.9rem;
  margin-left: -0.4rem;
  margin-top: -0.2rem;
}
.main .main_header.bggary .language-box {
  margin-top: 0.1rem;
}
.main .main_header .logo1 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 4.84rem;
  height: 2.08rem;
  margin-left: -0.6rem;
  margin-top: -0.5rem;
}
.main .main_header .logo2 {
  display: flex;
  align-items: center;
  margin-right: 0.15rem;
  color: #000000;
  font-weight: bold;
}
.main .main_header .language-box {
  display: block;
  width: 100%;
  z-index: 19;
  position: relative;
}
.main .main_header .language-box .language-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15rem;
  background-image: url("../images/arrow_drop_down.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 0.24rem;
  height: 0.24rem;
}
.main .main_header .language-box .language-icon.language-icon-down {
  transform: translateY(-50%) rotate(180deg);
}
.main .main_header .language-box .select-language {
  display: flex;
  justify-content: center;
}
.main .main_header .language-box .language-choose-list {
  width: 2.06rem;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0.5rem;
  right: 0;
  transition: height 0.8s;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.main .main_header .language-box .language-choose-list.on {
  height: 1.9rem;
}
.main .main_header .language-box .language-choose-list ul {
  height: 100%;
  padding: 0.1rem 0;
}
.main .main_header .language-box .language-choose-list ul li {
  text-align: center;
  line-height: 0.43rem;
  font-size: 0.2rem;
  color: #fff;
  cursor: pointer;
}
.main .main_header .language-box .language-choose-list ul li:hover,
.main .main_header .language-box .language-choose-list ul li.on {
  color: #ff773d;
}
.main .main_title {
  margin: 0 auto;
  height: 10.68rem;
  width: 9.68rem;
  padding-bottom: 0.45rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 7rem;
}
.main .main_title .title_img1 {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main .main_title .title_img2 {
  color: #000;
  font-size: 0.3752rem;
  width: 9.68rem;
  height: 0.77rem;
  line-height: 0.77rem;
  text-align: center;
  background-image: url("../images/main_desc_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-family: GRFontENBold;
}
.main .section1 {
  font-size: 0.22rem;
  height: 7.7rem;
}
.main .section1 .section1_title {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .section1 .section1_title .section1_title_img {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main .section1 .section1_content {
  width: 15.60rem;
  height: 6.98rem;
  margin-top: 0.62rem;
  background: url(../images/new/part1_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.main .section1 .section1_content .item {
  width: 5.07rem;
  height: 6.98rem;
  position: relative;
}

.main .section1 .section1_content .item .part1_text1 {
  color: #33a1d9;
  position: absolute;
  top: 0.19rem;
  left: 0.22rem;
  font-size: 0.3rem;
  font-family: 'SourceHanSansCNNormal';
  text-transform: uppercase;
}
.main .section1 .section1_content .item .part1_text2 {
  font-size: 0.43rem;
  line-height: 0.55rem;
  color: #ffffff;
  font-family: 'font3';
  position: absolute;
  left: 0.21rem;
  bottom: 1.91rem;
  text-transform: uppercase;
}
.main .section1 .section1_content .item .part1_text4 {
  font-size: 0.25rem;
  color: #33a1d9;
  font-family: 'font3';
  position: absolute;
  left: 0.23rem;
  bottom: 1.5rem;
}
.main .section1 .section1_content .item .part1_text5 {
  width: 3.01rem;
  height: 0.92rem;
  font-size: 0.31rem;
  line-height: 0.4rem;
  color: #ffffff;
  background: url(../images/new/part1_btn1.png) no-repeat;
  background-size: 100% 100%;
  font-family: 'font3';
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-indent: 1.2rem;
  cursor: pointer;
}
.main .section1 .section1_content .item .list_icon1 {
  display: block;
  width: 1.72rem;
  height: 1.7rem;
  background: url(../images/new/part1_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.main .section1 .section1_content .item .list_icon2 {
  display: block;
  width: 1.66rem;
  height: 1.73rem;
  background: url(../images/new/part1_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.main .section1 .section1_content .item .list_icon3 {
  display: block;
  width: 1.79rem;
  height: 1.79rem;
  background: url(../images/new/part1_icon3.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}
.main .section1 .section1_content .item .part1_text7 {
  font-size: 0.43rem;
  line-height: 0.58rem;
  color: #ffffff;
  font-family: 'font3';
  position: absolute;
  left: 0.21rem;
  bottom: 1.3rem;
}
.main .section1 .section1_content .item .section1_item_title {
  color: #ffffff;
  font-size: 0.18rem;
  font-family: GRFontENRegular;
  font-weight: 500;
}
.main .section1 .section1_content .item .btn_logout_btn {
  margin-top: 0rem;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background-image: url("../images/section1_itemlogout_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main .section1 .section1_content .item #lpAccount,
.main .section1 .section1_content .item #bindAccount {
  color: #ff773d;
  font-size: 0.18rem;
}
.main .section1 .section1_content .item .bindAccount {
  margin-bottom: 0.2rem;
}
.main .section2 {
  height: 9.6rem;
  position: relative;
}
.main .section2 .section2_title {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .section2 .section2_title .section2_title_img {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main .section2 .section2_content {
  font-family: GRFontENRegular;
  width: 11.15rem;
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-weight: 500;
}
.main .section2 .section2_content .section2_content_top {
  width: 100%;
  height: 0.375rem;
  position: relative;
}
.main .section2 .section2_content .section2_content_top .section2_time {
  font-size: 0.22rem;
  color: #f1f1f1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.main .section2 .section2_content .section2_content_top .section2_refresh {
  width: 1.445rem;
  height: 0.375rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  z-index: 10;
}
.main .section2 .section2_content .section2_content_bottom {
  margin-top: 0.99rem;
  width: 11.15rem;
  height: 6.125rem;
  background-image: url("../images/section2_content_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding-top: 0.66rem;
  margin-top: 0.4rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_title {
  color: #fdff5c;
  font-size: 0.32rem;
  text-align: center;
  font-family: GRFontENRegular;
  font-weight: 500;
  vertical-align: baseline;
  padding: 0 1.7rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_subtitle {
  color: #3cefbf;
  font-size: 0.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.08rem;
  font-family: SourceHanSansCNNormal;
  font-weight: 700;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_subtitle i {
  background-image: url("../images/section2_content_subtitleicon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 0.23rem;
  height: 0.23rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_subtitle .section2_content_subtitle_box {
  border-bottom: 1px solid #3cefbf;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_subtitle .section2_content_subtitle_text {
  cursor: pointer;
  margin-left: 0.06rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item {
  width: 4.03rem;
  height: 3.87rem;
  background-image: url("../images/section2_content_item_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding: 0.3rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .section2_content_item_item {
  background-image: url("../images/section2_content_item_item.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2.045rem;
  height: 2.04rem;
  line-height: 2.04rem;
  margin: 0 auto;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .section2_content_item1_img img {
  width: 1.6rem;
  height: 1.6rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .section2_content_item2_img img {
  width: 1.6rem;
  height: 1.6rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.17rem;
  height: 0.45rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations.operations4 {
  align-items: baseline;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_label {
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  align-items: baseline;
  justify-content: start;
  text-align: left;
  font-family: GRFontENRegular;
  font-weight: 500;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_label img {
  width: 0.12rem;
  height: 0.11rem;
  margin-right: 0.08rem;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_label.operations5_label div {
  color: #ff773d;
  cursor: pointer;
  border-bottom: 1px solid #ff773d;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .done_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .doing_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .go_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .copy_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
  width: 1.31rem;
  height: 0.32rem;
  line-height: 0.32rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  margin-left: 0.1rem;
  font-size: 0.2rem;
  font-family: GRFontENBold;
  font-weight: 500;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .go_btn {
  color: #000;
  background-image: url("../images/sections2_operation_go_btn.png");
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .copy_btn {
  color: #fff;
  background-image: url("../images/sections2_operation_doing_btn.png");
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .done_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
  color: #686868;
  background-image: url("../images/sections2_operation_done_btn.png");
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .done_btn:hover,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn:hover,
.main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn:hover {
  cursor: not-allowed;
}
.main .section2 .section2_content .section2_content_bottom .section2_content_main .center {
  color: #8f8f8f;
  margin: 0 0.2rem;
  font-family: GRFontENRegular;
  font-weight: 600;
  font-size: 0.28rem;
}
.main .section2 .section2_content .section2_left {
  position: absolute;
  left: -2rem;
  bottom: 0rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main .section3 .section3_title {
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .section3 .section3_title .section3_title_img {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main .section3 .section3_content {
  margin: 0 2.1rem;
  margin: 0 5.4rem;
  font-family: GRFontENBold;
  height: 7.74rem;
  max-height: 7.74rem;
  overflow: auto;
  padding-right: 0.15rem;
  margin-top: 1.3rem;
}
.main .section3 .section3_content::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}
.main .section3 .section3_content::-webkit-scrollbar-track {
  background: #595959;
}
.main .section3 .section3_content::-webkit-scrollbar-thumb {
  background: #9d9d9d;
}
.main .section3 .section3_content .faq-list .faq-item {
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.main .section3 .section3_content .faq-list .faq-item .faq-question {
  color: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 0.24rem;
}
.main .section3 .section3_content .faq-list .faq-item .faq-question .faq-question_left {
  display: flex;
}
.main .section3 .section3_content .faq-list .faq-item .faq-question .question_index {
  color: #fdff5c;
  margin-right: 0.1rem;
  font-weight: 700;
}
.main .section3 .section3_content .faq-list .faq-item .faq-question .toggle-icon {
  width: 0.17rem;
  height: 0.15rem;
  background-image: url("../images/section3_question_openbg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.main .section3 .section3_content .faq-list .faq-item .faq-question .toggle-icon.active {
  transform: rotate(180deg);
}
.main .section3 .section3_content .faq-list .faq-item .faq-answer {
  margin-top: 0.2rem;
  margin-left: 0.45rem;
  padding: 0 0.2rem;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease, font-size 0.3s ease, line-height 0.3s ease;
  color: #dcdcdc;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0;
  font-family: GRFontENRegular;
  line-height: 0;
  border: 0px solid #6c6c6c;
}
.main .section3 .section3_content .faq-list .faq-item .faq-answer.active {
  border: 1px solid #6c6c6c;
  padding: 0.2rem 0.3rem 0.2rem;
  max-height: 1000px;
  font-size: 0.2rem;
  line-height: 1.6;
}
.main .footer_box {
  width: 25.6rem;
  height: 2.32rem;
  background: #000;
  position: absolute;
  bottom: 0;
}
.main .footer_box .footer {
  width: 15.6rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main .footer_box .footer .footer_logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main .footer_box .footer .footer_logo1 {
  display: block;
  background-image: url("../images/footer_logo1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2.03rem;
  height: 0.69rem;
  position: absolute;
  left: 0.79rem;
  top: 0.79rem;
}
.main .footer_box .footer .footer_logo2 {
  display: block;
  background-image: url("../images/logo1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 2.3rem;
  height: 0.95rem;
  position: absolute;
  left: 4.27rem;
  top: 0.72rem;
}
.main .footer_box .footer .part3_textbox {
  width: 8rem;
  font-size: 0.18rem;
  color: #fff;
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
}
.main .footer_box .footer .part3_textbox a {
  font-size: 0.18rem;
  color: #fff;
}
.dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.dialog .pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog .pop .close {
  background-image: url(../images/pc_pop_close.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: max(0.2rem, 20px);
  top: max(0.1rem, 20px);
  width: 0.22rem;
  height: 0.22rem;
  min-width: 22px;
  min-height: 22px;
  z-index: 9;
}
.dialog .pop .content {
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-family: GRFontENRegular;
}
.dialog .pop .content .popTitle {
  color: #fff;
  font-weight: 700;
}
.dialog .pop .content .text {
  font-size: max(14px, 0.14rem);
  line-height: max(22px, 0.22rem);
  color: #fff;
  text-align: center;
}
.dialog .pop .content .pop_btn {
  background-image: url("../images/pop_btn_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.74rem;
  height: 0.42rem;
  min-width: 174px;
  min-height: 42px;
  text-align: center;
  line-height: max(42px, 0.42rem);
  color: #fff;
  font-size: max(20px, 0.2rem);
  font-family: GRFontENBold;
  font-weight: 500;
  cursor: pointer;
}
.dialog .pop.popRounds .content {
  width: 5.8rem;
  height: 4.07rem;
  min-width: 580px;
  min-height: 407px;
  background-image: url(../images/pc_pop_rounds_bg.png);
  justify-content: start;
  padding: max(30px, 0.3rem) max(20px, 0.2rem);
}
.dialog .pop.popRounds .content .popTitle {
  font-size: max(24px, 0.24rem);
  margin-bottom: max(15px, 0.15rem);
  margin-top: max(15px, 0.15rem);
}
.dialog .pop.popRounds .content .table-container {
  width: 100%;
  padding: max(20px, 0.2rem);
  padding-top: 0;
}
.dialog .pop.popRounds .content .table-container .table-title {
  color: #fff;
  font-size: max(14px, 0.14rem);
  margin-bottom: max(10px, 0.1rem);
}
.dialog .pop.popRounds .content table {
  width: 100%;
  border-collapse: collapse;
  font-size: max(14px, 0.14rem);
  border-spacing: 0;
}
.dialog .pop.popRounds .content table th,
.dialog .pop.popRounds .content table td {
  text-align: center;
}
.dialog .pop.popRounds .content table thead tr {
  color: #ff773d;
  background-color: #636363;
}
.dialog .pop.popRounds .content table th {
  background-color: #636363;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 1;
}
.dialog .pop.popRounds .content table tr {
  height: max(35.3px, 0.353rem);
  color: #fff;
}
.dialog .pop.popRounds .content table tbody tr:nth-child(odd),
.dialog .pop.popRounds .content table thead tr:nth-child(odd) {
  border-bottom: 1px solid #6a6a6a;
}
.dialog .pop.popRounds .content table tbody tr {
  background-color: #636363;
}
.dialog .pop.popSteam .content {
  width: 4.25rem;
  height: 6.79rem;
  min-width: 425px;
  min-height: 679px;
  background-image: url(../images/pc_pop_Steam_bg.png);
  justify-content: start;
  padding: max(40px, 0.4rem) max(30px, 0.3rem);
}
.dialog .pop.popSteam .content .mainContent {
  padding: 0 max(10px, 0.1rem);
  height: 100%;
  overflow: auto;
}
.dialog .pop.popSteam .content .mainContent::-webkit-scrollbar {
  width: 3px;
}
.dialog .pop.popSteam .content .mainContent::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dialog .pop.popSteam .content .mainContent::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;
}
.dialog .pop.popSteam .content .mainContent::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dialog .pop.popSteam .content .popTitle {
  font-size: max(24px, 0.24rem);
}
.dialog .pop.popSteam .content .steamStep {
  font-size: max(14px, 0.14rem);
  color: #ffffff;
  width: 100%;
  text-align: left;
  font-family: GRFontENBold;
  font-weight: 500;
  margin: max(20px, 0.2rem) 0;
}
.dialog .pop.popSteam .content .pop_btn {
  margin-top: max(20px, 0.2rem);
}
.dialog .pop#pop_loginSuc .content,
.dialog .pop.popComm .content {
  width: 4.25rem;
  height: 2.5rem;
  min-width: 425px;
  min-height: 250px;
  background-image: url(../images/pc_pop_comm_bg.png);
  padding: max(40px, 0.4rem) max(30px, 0.3rem);
}
.dialog .pop#pop_loginSuc .content .popTitle,
.dialog .pop.popComm .content .popTitle {
  font-size: max(24px, 0.24rem);
}
.dialog .pop1 {
  width: 12.61rem;
  height: 3.82rem;
  background: url(../images/pop/pop1.png) no-repeat;
  background-size: 100% 100%;
}
.dialog .pop1 .close {
  width: 0.45rem;
  height: 0.44rem;
  background: url(../images/pop/close.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  right: 0.34rem;
  top: 0.35rem;
}
.dialog .pop1 .pop1_box {
  width: 8.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.45rem;
  color: #fff;
  font-family: 'font2';
  text-align: center;
}
.lang-en .main .section2 .section2_content .section2_content_title {
  font-size: 0.28rem;
  padding: 0 1.47rem;
}
.lang-en .main .section1 .section1_content .item #lpAccount,
.main .section1 .section1_content .item #bindAccount {
  font-family: "GRFontENRegular";
}
.lang-zh_tw .main .section2 .section2_content .section2_content_title {
  padding: 0 1rem;
}
.lang-zh_tw .main .section2 .section2_content .section2_content_main .section2_content_item .operations {
  margin-top: 0.15rem;
}
.lang-zh_tw .main .section3 .section3_content .faq-list .faq-item .faq-question .faq-question_left {
  justify-content: center;
  align-items: self-end;
}
.lang-ja .main .section3 .section3_content .faq-list .faq-item .faq-question .faq-question_left {
  justify-content: center;
  align-items: center;
}
.lang-ja .main .section3 .section3_content .question-text {
  font-family: IBMPlexSansJP;
  font-weight: 700;
}
.lang-ja .main .section1 .section1_content .item .section1_item_title {
  font-family: IBMPlexSansJP;
  font-size: 0.16rem;
  font-weight: 500;
}
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_label {
  font-family: IBMPlexSansJP;
  font-weight: 500;
  font-size: 0.16rem;
}
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .done_btn,
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .doing_btn,
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .go_btn,
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn,
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .copy_btn,
.lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
  font-family: IBMPlexSansJP;
  font-weight: 700;
  font-size: 0.18rem;
}
.lang-ja .main .section3 .section3_content .faq-list .faq-item .faq-question {
  font-size: 0.2rem;
  font-weight: 400;
}
.lang-zh_tw .main .section2 .section2_content .section2_content_title {
  font-size: 0.24rem;
}
.lang-zh_tw .main .section1 .section1_content .item .section1_item_title {
  font-weight: 400;
}
.lang-en .doing_btn {
  background-image: url("../images/doing_en_btn.gif");
  width: 1.36rem !important;
  height: 0.35rem !important;
  background-size: 100% 100% !important;
}
.lang-en .steam1 {
  background-image: url("../images/en_steam1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-en .notsteam1 {
  background-image: url("../images/en_notsteam1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-en .steam2 {
  background-image: url("../images/en_steam2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-en .notsteam2 {
  background-image: url("../images/en_notsteam2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-en .steam3 {
  background-image: url("../images/en_steam3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-en .notsteam3 {
  background-image: url("../images/en_notsteam3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-zh_tw .doing_btn {
  background-image: url("../images/doing_tw_btn.gif");
  width: 1.36rem !important;
  height: 0.35rem !important;
  background-size: 100% 100% !important;
}
.lang-zh_tw .steam1 {
  background-image: url("../images/zh_steam1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-zh_tw .notsteam1 {
  background-image: url("../images/zh_notsteam1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-zh_tw .steam2 {
  background-image: url("../images/zh_steam2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-zh_tw .notsteam2 {
  background-image: url("../images/zh_notsteam2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-zh_tw .steam3 {
  background-image: url("../images/zh_steam3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-zh_tw .notsteam3 {
  background-image: url("../images/zh_notsteam3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-ja .doing_btn {
  background-image: url("../images/doing_ja_btn.gif");
  width: 1.36rem !important;
  height: 0.35rem !important;
  background-size: 100% 100% !important;
}
.lang-ja .steam1 {
  background-image: url("../images/ja_steam1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-ja .notsteam1 {
  background-image: url("../images/ja_notsteam1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-ja .steam2 {
  background-image: url("../images/ja_steam2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-ja .notsteam2 {
  background-image: url("../images/ja_notsteam2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-ja .steam3 {
  background-image: url("../images/ja_steam3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-ja .notsteam3 {
  background-image: url("../images/ja_notsteam3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 51%;
}
.lang-en .dialog .pop.popSteam .content .steamStep,
.lang-zh_tw .dialog .pop.popSteam .content .steamStep {
  font-family: GRFontENRegular;
}
.passLogin#loginbox {
  font-family: GRFontENRegular;
}
.passLogin#loginbox .close {
  right: max(20px, 0.2rem);
  width: max(20px, 0.2rem);
  height: max(30px, 0.3rem);
}
.popbox-login .popbox-main {
  padding: max(30px, 0.3rem) max(30px, 0.3rem);
  background-image: url(../images/pc_login_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 4.23rem;
  height: 4.25rem;
  min-width: 423px;
  min-height: 425px;
}
.popbox-login .popbox-login-title {
  text-align: center;
  padding-top: 0rem;
  font-size: max(26px, 0.26rem);
  margin-bottom: max(20px, 0.2rem);
  color: #ff773d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: capitalize;
}
.popbox-login .popbox-login-input {
  background: rgba(186, 186, 186, 0.1);
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.15s;
}
.popbox-login .popbox-login-input:hover {
  background: rgba(186, 186, 186, 0.2);
  border: 1px solid rgba(126, 126, 126, 0.15);
}
.popbox-login .popbox-login-input.focus {
  border-color: rgba(186, 186, 186, 0.3);
  background: transparent;
}
.popbox-login .popbox-login-input input {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 0.4rem;
  min-height: 40px;
  font-size: max(16px, 0.16rem);
  padding: 0 max(10px, 0.1rem);
  color: #fff;
}
.popbox-login .popbox-login-input.focus .popbox-login-input_top-text {
  top: max(4px, 0.04rem);
  opacity: 1;
}
.popbox-login .popbox-login-input .popbox-login-input_top-text {
  position: absolute;
  pointer-events: none;
  left: max(10px, 0.1rem);
  top: 0px;
  font-size: max(12px, 0.12rem);
  color: #ccc;
  opacity: 0;
  transition: 0.25s;
}
.popbox-login .popbox-login-input.focus .popbox-login-input_top-middle {
  opacity: 0;
  transform: scale(0.75) translateY(-50%);
}
.popbox-login .popbox-login-input .popbox-login-input_top-middle {
  position: absolute;
  color: #ccc;
  pointer-events: none;
  top: 50%;
  left: max(16px, 0.16rem);
  transform: translateY(-50%);
  transition: 0.25s;
  font-size: max(14px, 0.14rem);
}
.popbox-login .code {
  display: flex;
}
.popbox-login .code .popbox-login-input {
  flex: 1;
}
.popbox-login .code .code-button {
  text-align: center;
  color: #fff;
  border-radius: 4px;
  margin-left: max(18px, 0.18rem);
  font-size: max(16px, 0.16rem);
  transition: 0.15s;
  cursor: not-allowed;
  background-image: url(../images/pc_login_code_btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.31rem;
  height: 0.405rem;
  min-width: 131px;
  min-height: 40.5px;
  line-height: max(40.5px, 0.405rem);
  padding-top: max(3px, 0.03rem);
  opacity: 0.5;
}
.popbox-login .code .code-button.active {
  cursor: pointer;
  background: #ff773d;
  color: #fff;
  pointer-events: unset;
  opacity: 1;
}
.popbox-login .code .code-button.active:hover {
  filter: brightness(0.94);
}
.popbox-login .tips {
  display: flex;
  align-items: center;
  color: red;
  font-size: max(12px, 0.12rem);
  line-height: 100%;
  margin: max(4px, 0.04rem) 0 max(12px, 0.12rem);
  transition: 0.15s;
  opacity: 0;
}
.popbox-login .tips.show {
  opacity: 1;
}
.popbox-login .popbox-login-other {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: max(40px, 0.4rem);
  /* 设置子元素间距 */
}
.popbox-login .popbox-login-other .popbox-login-other-item {
  border-radius: max(9.6px, 0.096rem);
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: max(7px, 0.07rem) 0;
  max-width: 100px;
  box-sizing: border-box;
  flex-grow: 1;
  /* 使子元素尽量延伸到最大宽度 */
  display: flex;
  cursor: pointer;
}
.popbox-login .popbox-login-other .popbox-login-other-item.gg {
  background: #fff;
}
.popbox-login .popbox-login-other .popbox-login-other-item.ap {
  background: #000;
}
.popbox-login .popbox-login-other .popbox-login-other-item.fb {
  background: #1877f2;
}
.popbox-login .popbox-login-other .popbox-login-other-item.fb svg {
  fill: #fff;
}
.popbox-login .popbox-login-other .popbox-login-other-item svg {
  width: 16px;
  height: 16px;
  margin: 0 auto;
}
.popbox-login .popbox-login-other .popbox-login-other-item:hover {
  filter: brightness(0.94);
}
.popbox-login .popbox-login-submit {
  color: #fff;
  position: relative;
  cursor: not-allowed;
  margin: 10px auto;
  transition: 0.15s;
  text-align: center;
  background-image: url(../images/pc_login_btn.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 0.327rem;
  min-height: 32.7px;
  line-height: max(32.7px, 0.327rem);
  font-weight: 600;
  padding-top: max(3px, 0.03rem);
  opacity: 0.5;
  font-size: max(16px, 0.16rem);
}
.popbox-login .popbox-login-submit.active {
  border-color: transparent;
  cursor: pointer;
  opacity: 1;
}
.popbox-login .popbox-login-submit.active svg {
  fill: #fff;
}
.popbox-login .popbox-login-submit.active:hover {
  filter: brightness(0.94);
}
.popbox-login .popbox-login-agree {
  display: flex;
  align-items: center;
}
.popbox-login .popbox-login-agree a {
  color: #ff773d;
}
.popbox-login .popbox-login-agree .popbox-login-agree-box {
  width: max(18px, 0.18rem);
  height: max(18px, 0.18rem);
  background: rgba(186, 186, 186, 0.3);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  /* 防止子元素缩小 */
  flex-grow: 0;
  /* 防止子元素放大 */
  border-radius: 0.04rem;
  cursor: pointer;
}
.popbox-login .popbox-login-agree p.popbox-login-agree-text {
  color: rgba(255, 255, 255, 0.8);
}
.popbox-login .popbox-login-agree .popbox-login-agree-box.active {
  background: #ff773d;
}
.popbox-login .popbox-login-agree .popbox-login-agree-box.active svg {
  visibility: visible;
}
.popbox-login .popbox-login-agree .popbox-login-agree-box svg {
  fill: transparent;
  align-self: baseline;
  stroke: #fff;
  padding: max(4px, 0.04rem);
  stroke-width: 4;
  height: max(18px, 0.18rem);
  visibility: hidden;
}
.popbox-login .popbox-login-agree p {
  margin-left: 8px;
  font-size: 0;
  cursor: default;
}
.popbox-login .popbox-login-agree p > * {
  font-size: max(13px, 0.13rem);
}
.popbox-login .agree-tips {
  margin-left: max(26px, 0.26rem);
  margin-bottom: 0;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: max(20px, 0.2rem) 0;
  color: #fff;
  font-size: max(14px, 0.14rem);
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #828282;
}
.divider::before {
  margin-right: max(20px, 0.2rem);
}
.divider::after {
  margin-left: max(20px, 0.2rem);
}
.login_google,
.login_apple,
.login_facebook,
.login_twitter {
  width: max(30px, 0.3rem);
  height: max(30px, 0.3rem);
  cursor: pointer;
}
.lang-ja .main .section2 .section2_content .section2_content_main .center {
  font-size: 0.14rem;
}
.black {
  display: none;
}
.lang-en {
  font-family: GRFontENRegular;
}
.lang-ja {
  font-family: JaContent !important;
}
.lang-zh_tw {
  font-family: "SourceHanSansCNNormal";
}
.lang-en .main .main_header .logo1 {
  background-image: url("../images/logo1_en.png");
}
.lang-en .main .main_title .title_img1 {
  background-image: url("../images/main_title_en_pc.png");
  width: 11.43rem;
  height: 1.98rem;
}
.lang-en .main .section1 .section1_title_img {
  background-image: url("../images/section1_title_bg_en.png");
  width: 10.59rem;
  height: 0.67rem;
}
.lang-en .main .section1 .item.item3_pc .section1_item_title {
  padding: 0 0.4rem;
}
.lang-en .main .section2 .section2_title_img {
  background-image: url("../images/section2_title_bg_en.png");
  width: 4.52rem;
  height: 0.66rem;
}
.lang-en .main .section2 .section2_left {
  background-image: url("../images/section2_left_icon_en.png");
  width: 2.88rem;
  height: 4.13rem;
}
.lang-en .main .section2 .section2_content .section2_content_top .section2_refresh {
  background-image: url(../images/pc_en_ref.png);
}
.lang-en .main .section3 .section3_title_img {
  background-image: url("../images/section3_title_bg_en.png");
  width: 1.84rem;
  height: 0.66rem;
}
.lang-ja .main .main_header .logo1 {
  background-image: url("../images/logo1_ja.png");
  margin-left: -0.3rem;
}
.lang-ja .main .main_title .title_img1 {
  background-image: url("../images/main_title_en_pc.png");
  width: 11.43rem;
  height: 1.98rem;
}
.lang-ja .main .main_title .title_img2 {
  font-family: JaTitle;
}
.lang-ja .main .section1 .section1_title_img {
  background-image: url("../images/section1_title_bg_ja.png");
  width: 11.09rem;
  height: 0.46rem;
}
.lang-ja .main .section1 .section1_content .item .section1_item_btn {
  font-family: JaContent;
  line-height: 0.4rem;
}
.lang-ja .main .section1 .item.item1 .section1_item_title {
  padding: 0 0.4rem;
  margin-top: -0.1rem;
}
.lang-ja .main .section1 .item.item3_pc .section1_item_title {
  padding: 0 0.4rem;
}
.lang-ja .main .section2 .section2_title_img {
  background-image: url("../images/section2_title_bg_ja.png");
  width: 4.36rem;
  height: 0.42rem;
}
.lang-ja .main .section2 .section2_content .section2_content_bottom {
  padding-top: 0.5rem;
}
.lang-ja .main .section2 .section2_content .section2_content_bottom .section2_content_title {
  font-size: 0.2rem;
  padding: 0 3rem;
}
.lang-ja .main .section2 .section2_left {
  background-image: url("../images/section2_left_icon_ja.png");
  width: 2.88rem;
  height: 4.13rem;
}
.lang-ja .main .section2 .section2_content .section2_content_top .section2_refresh {
  background-image: url(../images/pc_ja_ref.png);
}
.lang-ja .main .section3 .section3_title_img {
  background-image: url("../images/section3_title_bg_en.png");
  width: 1.84rem;
  height: 0.66rem;
}
.lang-zh_tw .main .main_header .logo1 {
  background-image: url("../images/logo1_en.png");
}
.lang-zh_tw .main .main_title .title_img1 {
  background-image: url("../images/main_title_zh_pc.png");
  width: 9.68rem;
  height: 1.98rem;
}
.lang-zh_tw .main .main_title .title_img2 {
  font-family: "SourceHanSansCNNormal";
  font-weight: 600;
}
.lang-zh_tw .main .section1 .section1_title_img {
  background-image: url("../images/section1_title_bg_tw.png");
  width: 8.51rem;
  height: 0.72rem;
}
.lang-zh_tw .main .section1 .item.item3_pc .section1_item_title {
  padding: 0 0.4rem;
}
.lang-zh_tw .main .section2 .section2_title_img {
  background-image: url("../images/section2_title_bg_tw.png");
  width: 3.75rem;
  height: 0.75rem;
}
.lang-zh_tw .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn div {
  font-family: SourceHanSansCNNormal !important;
  font-weight: 600 !important;
}
.lang-zh_tw .main .section2 .section2_left {
  background-image: url("../images/section2_left_icon_tw.png");
  width: 2.88rem;
  height: 4.13rem;
}
.lang-zh_tw .main .section2 .section2_content .section2_content_top .section2_refresh {
  background-image: url(../images/pc_tw_ref.png);
}
.lang-zh_tw .main .section3 .section3_title_img {
  background-image: url("../images/section3_title_bg_tw.png");
  width: 3.76rem;
  height: 0.73rem;
}
.lang-ja .dialog .pop.popSteam .content .popTitle {
  font-family: JaContent;
}
.lang-ja .dialog .pop.popSteam .content .steamStep {
  font-family: JaContent;
}
.lang-ja .dialog .pop.popRounds .content .table-container .table-title {
  font-family: JaContent;
}
.lang-en .operations_btn div {
  padding-top: 0.02rem;
}
.lang-ja .operations_btn div {
  padding-top: 0.02rem;
}
.lang-zh_tw .main .footer .footer_logo2 {
  height: 0.9rem;
  background-image: url("../images/logo1_en.png");
}
.lang-en .main .footer .footer_logo2 {
  height: 0.9rem;
  background-image: url("../images/logo1_en.png");
}
.head_logo {
  display: block;
  width: 1.89rem;
  height: 0.63rem;
  background: url(../images/new_m/logo1.png) 0 0 / 100% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.lang-en .head_logo {
  display: block;
  width: 1.89rem;
  height: 0.63rem;
  background: url(../images/new_m/logo1.png) 0 0 / 100% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.lang-ja .head_logo {
  background: url(../images/logo1_ja.png) 0 0 / 100% no-repeat;
  background-size: auto 0.56rem;
  background-position: 50% 50%;
  background-color: #000;
}
.lang-ja .main .footer .footer_logo2 {
  height: 0.74rem;
  background-image: url("../images/logo1_ja.png");
}
.lang-ko .head_logo {
  background: url(../images/logo1_ko.png) 0 0 / 100% no-repeat;
  background-size: auto 0.56rem;
  background-position: 50% 50%;
  background-color: #000;
}
.lang-ko .main .footer .footer_logo2 {
  height: 0.73rem;
  background-image: url("../images/logo1_ko.png");
}
.head {
  width: 25.6rem;
  height: 12.5rem;
  background-image: url(../images/new/head1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.head_box {
  width: 25.6rem;
  height: 0.63rem;
  background: #fff;
}
.head_btnbox {
  display: flex;
  position: absolute;
  right: 0;
}
.head_xzyy {
  display: block;
  width: 2.06rem;
  height: 0.63rem;
  background: #f2f2f2;
  font-size: 0.24rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'font3';
}
.head_qwgw {
  display: block;
  width: 2.06rem;
  height: 0.63rem;
  background: #000000;
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'font3';
}
.head_xzyy span,
.head_qwgw span {
  display: flex;
  align-items: center;
  margin-right: 0.05rem;
}
.language_i {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/new/head_icon2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.2rem;
  top: 0.04rem;
}
.head_qwgw i {
  display: block;
  width: 0.29rem;
  height: 0.29rem;
  background: url(../images/new/head_icon1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.1rem;
}
.head_xf {
  width: 1.38rem;
  height: 4.6rem;
  background: url(../images/new/head_xf.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0;
  top: 1.4rem;
  z-index: 9;
}
.xf_text1 {
  font-size: 0.32rem;
  color: #ffffff;
  font-family: 'font3';
  position: absolute;
  top: 0.11rem;
  left: 0.25rem;
}
.xf_text2 {
  font-size: 0.2rem;
  color: #ffffff;
  font-family: 'font3';
  position: absolute;
  bottom: 0.15rem;
  left: 0.5rem;
}
.xf_icon {
  width: 1.08rem;
  height: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
}
.icon {
  display: block;
  width: 0.48rem;
  height: 0.47rem;
  border-radius: 50%;
  background: #0000;
}
.menu_btnsq {
  position: absolute;
  right: 0;
  display: block;
  width: 0.5rem;
  height: 0.67rem;
}
.head_xf.ht {
  width: 0.52rem;
  height: 1.39rem;
  background: url(../images/new/head_xfon.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0;
  top: 3.53rem;
  z-index: 9;
}
.head_xf.ht .xf_text1 {
  width: 100%;
  font-size: 0.16rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.head_xf.ht .menu_btnsq {
  top: 0.2rem;
}
.head_xf.ht .xf_icon,
.head_xf.ht .xf_text2 {
  display: none;
}
.head_jt {
  width: 0.94rem;
  height: 0.27rem;
  background: url(../images/new/jt.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.content {
  width: 25.6rem;
  height: 23.25rem;
  background: url(../images/new/bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 1.31rem;
  box-sizing: border-box;
  position: relative;
}
.section1,
.section3 {
  width: 15.6rem;
  margin: 0 auto;
}
.tit {
  font-size: 0.95rem;
  line-height: 0.95rem;
  font-family: 'font3';
  color: #000;
  display: flex;
  align-items: center;
}
.tit_left {
  display: block;
  width: 0.18rem;
  height: 1.31rem;
  background: #5eb7e4;
  margin-right: 0.24rem;
}
.section3 {
  margin-top: 2.88rem;
}
.part2_box {
  margin-top: 0.43rem;
  display: flex;
  width: 15.6rem;
  height: 5.43rem;
  background: url(../images/new/part2_bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
  box-sizing: border-box;
}
.part2_box {
  display: flex;
}
.part2_box2 {
  display: none;
}
.part2_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 7.72rem;
  height: 5.39rem;
}
.part2_list a {
  font-size: 0.24rem;
  color: #fff;
  font-family: 'font3';
  height: 0.64rem;
  line-height: 0.64rem;
  text-indent: 0.44rem;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/new/part2_list.png) no-repeat;
  background-size: 100% 100%;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
.part2_list a.on {
  height: 0.64rem;
  line-height: 0.64rem;
  text-indent: 0.44rem;
  background: url(../images/new/part2_liston.png) no-repeat;
  background-size: 100% 100%;
}
.part2_textbox {
  width: 7.8rem;
  height: 2.51rem;
  margin-top: 1.2rem;
}
.part2_textbox .part2_text1 {
  width: 6.88rem;
  height: 2.4rem;
  overflow-y: auto;
  font-size: 0.27rem;
  color: #ffffff;
  padding-right: 0.1rem;
  font-family: 'font1';
  margin: 0 auto;
}
.part2_textbox .part2_text1 a {
  color: #ffffff;
}
.part2_textbox .part2_text1 {
  display: none;
}
.part2_textbox .part2_text1.dis {
  display: block;
}
.part2_textbox .part2_text1::-webkit-scrollbar-thumb {
  background: #fff;
}
.part2_textbox .part2_text1::-webkit-scrollbar-track {
  background: #08171e;
}
.part2_textbox .part2_text1::-webkit-scrollbar {
  width: 0.05rem;
}
.lang-zh_tw .part1_text8 {
  margin-left: -0.2rem;
}
.lang-en .head {
  background-image: url(../images/new/head2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lang-en .part1_text7 {
  bottom: 1.85rem !important;
}
.lang-en .part1_text9 {
  display: none;
}
.lang-en .part2_list a {
  font-size: 0.19rem;
}
.lang-en .head_qwgw {
  font-size: 0.19rem;
}
.lang-en .head_qwgw span {
  margin-right: 0;
  margin-top: 0.08rem;
}
.lang-en .head_qwgw i {
  margin-left: 0.05rem;
}
.lang-en .xf_text1 {
  font-size: 0.29rem;
  top: 0.12rem;
  left: 0.1rem;
}
.lang-en .xf_text2 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  bottom: 0.08rem;
}
.lang-en .item .part1_text5 {
  text-indent: 0.9rem !important;
}
.lang-en .item3 .part1_text5 {
  text-indent: 1.2rem !important;
}
.lang-en .choose-list ul li {
  font-size: 0.2rem;
}
.lang-ja .head {
  background-image: url(../images/new/head3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lang-ja .part1_text7 {
  font-size: 0.35rem !important;
}
.lang-ja .part2_list a {
  font-size: 0.19rem;
}
.lang-ja .head_qwgw {
  font-size: 0.19rem;
  margin-right: 0;
}
.lang-ja .head_qwgw span {
  margin-right: 0;
  margin-top: 0.08rem;
}
.lang-ja .head_qwgw i {
  margin-left: 0.05rem;
}
.lang-ja .xf_text2 {
  width: 1.2rem;
  font-size: 0.16rem;
  line-height: 0.18rem;
  bottom: 0.09rem;
  left: 0.46rem;
  transform: scale(0.8);
  transform-origin: 10% 5%;
}
.lang-ja .item .part1_text5 {
  text-indent: 0.9rem !important;
  font-size: 0.26rem !important;
}
.lang-ja .item3 .part1_text5 {
  text-indent: 1.2rem !important;
}
/* .lang-ja .yy_box a {font-size: 0.24rem;} */
.lang-ko .head {
  background-image: url(../images/new/head4.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lang-ko .part1_text9 {
  display: none;
}
.lang-ko .head_qwgw {
  font-size: 0.19rem;
}
.lang-ko .head_qwgw span {
  margin-right: 0;
  margin-top: 0.05rem;
}
.lang-ko .head_qwgw i {
  margin-left: 0.05rem;
}
.lang-ko .xf_text2 {
  font-size: 0.2rem;
  line-height: 0.2rem;
  bottom: 0.08rem;
}
.lang-ko .item .part1_text5 {
  text-indent: 0.9rem !important;
  font-size: 0.23rem !important;
}
.lang-ko .item3 .part1_text5 {
  text-indent: 1rem !important;
}
.lang-ko .part1_text7 {
    bottom: 1.85rem !important;
}
.lang-ko .part1_text8 {
  font-size: 0.32rem;
}
@media only screen and (max-width: 750px) {
  .main {
    width: 100%;
    height: auto;
  }
  .main .main_header {
    display: block;
    width: 1.48rem;
    height: 0.45rem;
    line-height: 0.5rem;
    background: #f2f2f2;
    font-size: 0.17rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'font3';
  }
  .main .main_header.bggary {
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 0;
    height: auto;
  }
  .main .main_header.bggary .language-box {
    margin-top: 0rem;
  }
  .main .main_header.bggary .logo1 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.8rem;
    height: 0.775rem;
    margin-left: -0.1rem;
    margin-top: 0rem;
  }
  .main .main_header .logo1 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.6rem;
    height: 1.55rem;
    margin-left: 0;
    margin-top: 0;
  }
  .main .main_header .language-box {
    display: block;
    height: 0.46rem;
    background-size: 100% 100%;
    z-index: 19;
    position: relative;
  }
  .main .main_header .language-box .language-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
    background-image: url("../images/arrow_drop_down.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 0.3rem;
    height: 0.3rem;
  }
  .main .main_header .language-box .language-icon.language-icon-down {
    transform: translateY(-50%) rotate(180deg);
  }
  .main .main_header .language-box .select-language {
    display: flex;
    justify-content: center;
  }
  .main .main_header .language-box .language-choose-list {
    width: 1.48rem;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0.45rem;
    right: 0;
    transition: height 0.8s;
    background-color: rgba(0, 0, 0, 0.5);
    border-top-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
  }
  .main .main_header .language-box .language-choose-list.on {
    height: 1.95rem;
  }
  .main .main_header .language-box .language-choose-list ul {
    height: 100%;
    padding: 0.1rem;
  }
  .main .main_header .language-box .language-choose-list ul li {
    text-align: center;
    line-height: 0.43rem;
    font-size: 0.2rem;
    color: #fff;
    cursor: pointer;
  }
  .main .main_header .language-box .language-choose-list ul li:hover,
  .main .main_header .language-box .language-choose-list ul li.on {
    color: #ff773d;
  }
  .main .main_title {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    width: 6.4rem;
    height: 12.73rem;
  }
  .main .main_title .title_img2 {
    color: #000;
    font-size: 0.32rem;
    width: 6.4rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    background-image: url("../images/m/main_desc_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section1 {
    font-size: 0.22rem;
    height: 5.84rem;
    font-family: GRFontENRegular;
  }
  .main .section1 .section1_title {
    height: 1.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .section1 .section1_title .section1_title_img {
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section1 .section1_content {
    width: 6.71rem;
    height: 4.41rem;
    margin-top: 0.49rem;
    background: url(../images/new_m/part1_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
  }
  .main .section1 .section1_content .item {
    width: 2.13rem;
    height: 4.4rem;
    position: relative;
  }
  .main .section1 .section1_content .item .part1_box {
    width: 6.71rem;
    height: 4.41rem;
    margin-top: 0.49rem;
    background: url(../images/new/part1_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
  }
  .main .section1 .section1_content .item .part1_list {
    width: 2.13rem;
    height: 4.4rem;
    position: relative;
  }
  .main .section1 .section1_content .item .part1_text1 {
    color: #33a1d9;
    position: absolute;
    top: 0.12rem;
    left: 0.16rem;
    font-size: 0.18rem;
    font-family: 'SourceHanSansCNNormal';
  }
  .main .section1 .section1_content .item .part1_text2 {
    font-size: 0.28rem;
    line-height: 0.35rem;
    color: #ffffff;
    font-family: 'font3';
    position: absolute;
    left: 0.16rem;
    bottom: 1rem;
  }
  .main .section1 .section1_content .item .part1_text4 {
    font-size: 0.17rem;
    color: #33a1d9;
    font-family: 'font3';
    position: absolute;
    left: 0.16rem;
    bottom: 0.7rem;
  }
  .main .section1 .section1_content .item .part1_text5 {
    width: 1.52rem;
    height: 0.45rem;
    font-size: 0.22rem;
    line-height: 0.22rem;
    color: #ffffff;
    background: url(../images/new_m/part1_btn1.png) no-repeat;
    background-size: 100% 100%;
    font-family: 'font3';
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-indent: 0.55rem;
  }
  .main .section1 .section1_content .item .part1_text9 {
    font-size: 0.21rem;
  }
  .main .section1 .section1_content .item .list_icon1 {
    display: block;
    width: 1.17rem;
    height: 1.11rem;
    background: url(../images/new_m/part1_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
  }
  .main .section1 .section1_content .item .list_icon2 {
    display: block;
    width: 1.08rem;
    height: 1.12rem;
    background: url(../images/new_m/part1_icon2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
  }
  .main .section1 .section1_content .item .list_icon3 {
    display: block;
    width: 1.17rem;
    height: 1.17rem;
    background: url(../images/new_m/part1_icon3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
  }
  .main .section1 .section1_content .item .part1_text7 {
    font-size: 0.28rem;
    line-height: 0.35rem;
    color: #ffffff;
    font-family: 'font3';
    position: absolute;
    left: 0.16rem;
    bottom: 0.67rem;
  }
  .main .section1 .section1_content .item .section1_item_title {
    color: #ffffff;
    font-size: 0.18rem;
    font-family: GRFontENRegular;
    font-weight: 500;
  }
  .main .section1 .section1_content .item .btn_logout_btn {
    margin-top: 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-image: url("../images/m/section1_itemlogout_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section1 .section1_content .item #lpAccount,
  .main .section1 .section1_content .item .account,
  .main .section1 .section1_content .item #bindAccount {
    color: #ff773d;
    font-size: 0.2rem;
  }
  .main .section1 .section1_content .item .bindAccount {
    margin-bottom: 0;
  }
  .main .section2 {
    height: 12.6rem;
    position: relative;
  }
  .main .section2 .section2_title {
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .section2 .section2_title .section2_title_img {
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section2 .section2_content {
    font-family: GRFontENRegular;
    width: 6.56rem;
    margin: 0 auto;
    position: relative;
    padding: 0;
    margin-top: 0.05rem;
    height: auto;
  }
  .main .section2 .section2_content .section2_content_top {
    margin-top: 0;
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .section2 .section2_content .section2_content_top .section2_time {
    font-size: 0.16rem;
    color: #f1f1f1;
  }
  .main .section2 .section2_content .section2_content_top .section2_refresh {
    width: 1.78rem;
    height: 0.43rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0.02rem;
    cursor: pointer;
    z-index: 10;
  }
  .main .section2 .section2_content .section2_content_bottom {
    margin-top: 0.3rem;
    height: 9.66rem;
    width: 6.56rem;
    background-image: url("../images/m/section2_content_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_title {
    color: #fdff5c;
    font-size: 0.28rem;
    text-align: center;
    font-family: GRFontENRegular;
    font-weight: 500;
    vertical-align: baseline;
    padding: 0 0.4rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_subtitle {
    color: #3cefbf;
    font-size: 0.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.08rem;
    font-family: SourceHanSansCNNormal;
    font-weight: 700;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_subtitle i {
    background-image: url("../images/m/section2_content_subtitleicon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    width: 0.23rem;
    height: 0.23rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_subtitle .section2_content_subtitle_text {
    cursor: pointer;
    margin-left: 0.06rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item {
    width: 5.45rem;
    height: 3.6rem;
    background-image: url("../images/m/section2_content_item_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 0.3rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .section2_content_item_item {
    background-image: url("../images/m/section2_content_item_item.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.66rem;
    height: 1.66rem;
    line-height: 1.66rem;
    margin: 0 auto;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .section2_content_item1_img img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .section2_content_item2_img img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.17rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations.operations4 {
    align-items: baseline;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_label {
    color: #fff;
    font-size: 0.25rem;
    display: flex;
    align-items: baseline;
    justify-content: start;
    text-align: left;
    font-family: GRFontENRegular;
    font-weight: 500;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_label img {
    width: 0.12rem;
    height: 0.11rem;
    margin-right: 0.08rem;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_label.operations5_label div {
    color: #ff773d;
    cursor: pointer;
    border-bottom: 1px solid #ff773d;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .done_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .doing_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .go_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .copy_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
    width: 1.375rem;
    height: 0.42rem;
    line-height: 0.42rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    margin-left: 0.1rem;
    font-size: 0.25rem;
    font-family: GRFontENBold;
    font-weight: 500;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .go_btn {
    color: #000;
    background-image: url("../images/m/sections2_operation_go_btn.png");
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .copy_btn {
    color: #fff;
    background-image: url("../images/m/sections2_operation_doing_btn.png");
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .done_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
    color: #686868;
    background-image: url("../images/m/sections2_operation_done_btn.png");
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .done_btn:hover,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn:hover,
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn:hover {
    cursor: not-allowed;
  }
  .main .section2 .section2_content .section2_content_bottom .section2_content_main .center {
    display: none;
  }
  .main .section2 .section2_content .section2_left {
    position: absolute;
    left: -0.4rem;
    bottom: 0rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section3 {
    position: relative;
  }
  .main .section3 .section3_title {
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .section3 .section3_title .section3_title_img {
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main .section3 .section3_content {
    margin: 0 0.4rem;
    margin-top: 0.6rem;
    font-family: GRFontENRegular;
    font-weight: 600;
    height: 6.5rem;
    max-height: 6.5rem;
    overflow: auto;
    padding-right: 0.15rem;
  }
  .main .section3 .section3_content .faq-list .faq-item {
    margin-bottom: 0.3rem;
    overflow: hidden;
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-question {
    color: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 0.24rem;
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-question .faq-question_left {
    display: flex;
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-question .question_index {
    color: #fdff5c;
    margin-right: 0.1rem;
    font-weight: 700;
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-question .toggle-icon {
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("../images/m/section3_question_openbg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    margin-left: 0.2rem;
    flex-shrink: 0;
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-question .toggle-icon.active {
    transform: rotate(180deg);
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-answer {
    margin-top: 0.2rem;
    margin-left: 0;
    padding: 0 0.2rem;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.3s ease, font-size 0.3s ease, line-height 0.3s ease;
    color: #dcdcdc;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 0;
    font-family: GRFontENRegular;
    line-height: 0;
    border: 0px solid #6c6c6c;
  }
  .main .section3 .section3_content .faq-list .faq-item .faq-answer.active {
    border: 1px solid #6c6c6c;
    padding: 0.2rem 0.3rem 0.2rem;
    max-height: 300px;
    font-size: 0.2rem;
    line-height: 1.6;
  }
  .main .footer_box {
    width: 7.5rem;
    height: 1.45rem;
    background: #000;
    position: absolute;
    bottom: 0;
  }
  .main .footer_box .footer {
    width: 7.5rem;
    height: 1.45rem;
  }
  .main .footer_box .footer .footer_logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .main .footer_box .footer .footer_logo1 {
    display: block;
    background-image: url("../images/m/footer_logo1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.29rem;
    height: 0.43rem;
    position: absolute;
    left: 0.39rem;
    top: 0.5rem;
  }
  .main .footer_box .footer .footer_logo2 {
    display: block;
    background-image: url("../images/m/logo1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.44rem;
    height: 0.59rem;
    position: absolute;
    left: 1.91rem;
    top: 0.45rem;
  }
  .main .footer_box .footer .part3_textbox {
    width: 3.9rem;
    font-size: 0.16rem;
    color: #fff;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .footer_box .footer .part3_textbox p {
    font-size: 0.16rem;
    color: #fff;
  }
  .main .footer_box .footer .part3_textbox a {
    font-size: 0.15rem;
    color: #fff;
  }
  .dialog {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
  }
  .dialog .pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dialog .pop .close {
    background-image: url(../images/m/pc_pop_close.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 0.33rem;
    height: 0.34rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
    min-width: 0.33rem;
    min-height: 0.33rem;
    z-index: 9;
  }
  .dialog .pop .content {
    width: 6.64rem;
    height: 3.93rem;
    min-width: 6.64rem;
    min-height: 3.93rem;
    background-image: url(../images/m/pc_pop_comm_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.5rem 0.5rem;
  }
  .dialog .pop .content .popTitle {
    font-size: 0.36rem;
    color: #fff;
    font-family: GRFontENRegular;
    font-weight: 700;
  }
  .dialog .pop .content .text {
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    margin: 0.1rem 0;
  }
  .dialog .pop .content .pop_btn {
    background-image: url("../images/m/pop_btn_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2.72rem;
    height: 0.65rem;
    min-width: 2.72rem;
    min-height: 0.65rem;
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    font-size: 0.3rem;
    font-family: GRFontENBold;
  }
  .dialog .pop.popRounds .content {
    width: 6.74rem;
    height: 6.57rem;
    min-width: 6.74rem;
    min-height: 6.57rem;
    background-image: url(../images/m/pc_pop_rounds_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 0.4rem 0.3rem;
  }
  .dialog .pop.popRounds .content .popTitle {
    font-size: 0.36rem;
    color: #fff;
    font-family: GRFontENRegular;
    font-weight: 700;
  }
  .dialog .pop.popRounds .content .table-container {
    max-height: 6rem;
    overflow-y: auto;
    width: 100%;
    padding: 0.2rem 0;
  }
  .dialog .pop.popRounds .content .table-container::-webkit-scrollbar {
    width: 3px;
  }
  .dialog .pop.popRounds .content .table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .dialog .pop.popRounds .content .table-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0.15rem;
  }
  .dialog .pop.popRounds .content .table-container::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .dialog .pop.popRounds .content .table-container {
    overflow-y: hidden;
    width: 100%;
    padding: 0.2rem;
    padding-top: 0;
    font-family: GRFontENRegular;
  }
  .dialog .pop.popRounds .content .table-container .table-title {
    color: #fff;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .dialog .pop.popRounds .content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.2rem;
  }
  .dialog .pop.popRounds .content table th {
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: center;
    background-color: #585858;
  }
  .dialog .pop.popRounds .content table tr {
    border-radius: 0.3rem;
    height: 0.51rem;
    color: #fff;
    padding-left: 0.2rem;
    background-color: #585858;
    border-bottom: 1px solid #eee;
  }
  .dialog .pop.popRounds .content table tr {
    background-color: #585858;
  }
  .dialog .pop.popRounds .content table tbody tr:nth-child(odd),
  .dialog .pop.popRounds .content table thead tr:nth-child(odd) {
    border-bottom: 1px solid #6a6a6a;
  }
  .dialog .pop.popRounds .content table td {
    text-align: center;
  }
  .dialog .pop.popSteam .content {
    width: 6.64rem;
    height: 10.61rem;
    min-width: 6.64rem;
    min-height: 10.61rem;
    background-image: url(../images/m/pc_pop_Steam_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.8rem 0.3rem 0.5rem 0.3rem;
  }
  .dialog .pop.popSteam .content .popTitle {
    font-size: 0.36rem;
    color: #fff;
    font-family: GRFontENBold;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }
  .dialog .pop.popSteam .content .steamStep {
    font-size: 0.26rem;
    color: #ffffff;
    width: 100%;
    text-align: left;
    font-family: GRFontENBold;
    font-weight: 500;
  }
  .dialog .pop.popSteam .content .steamStep.first1 {
    margin-top: 0;
  }
  .dialog .pop.popSteam .content .pop_btn {
    background-image: url("../images/pop_btn_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2.7rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    color: #fff;
    font-size: 0.3rem;
    font-family: GRFontENBold;
  }
  .dialog .pop#pop_loginSuc .close,
  .dialog .pop.popComm .close {
    background-image: url(../images/m/pc_pop_close.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 0.33rem;
    height: 0.34rem;
    min-width: 0.33rem;
    min-height: 0.34rem;
    position: absolute;
    right: 0.3rem;
    top: 0.3rem;
  }
  .dialog .pop#pop_loginSuc .content,
  .dialog .pop.popComm .content {
    width: 6.64rem;
    height: 3.93rem;
    min-width: 6.64rem;
    min-height: 3.93rem;
    background-image: url(../images/m/pc_pop_comm_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 0.5rem 0.5rem;
  }
  .dialog .pop#pop_loginSuc .content .popTitle,
  .dialog .pop.popComm .content .popTitle {
    font-size: 0.36rem;
    color: #fff;
    font-family: GRFontENRegular;
    font-weight: 700;
  }
  .dialog .pop#pop_loginSuc .content .text,
  .dialog .pop.popComm .content .text {
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    margin: 0.1rem 0;
  }
  .dialog .pop#pop_loginSuc .content .pop_btn,
  .dialog .pop.popComm .content .pop_btn {
    background-image: url("../images/m/pop_btn_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2.72rem;
    height: 0.65rem;
    min-width: 2.72rem;
    min-height: 0.65rem;
    text-align: center;
    line-height: 0.65rem;
    color: #fff;
    font-size: 0.3rem;
    font-family: GRFontENBold;
  }
  .dialog .pop {
    width: 6.29rem;
    height: 1.92rem;
    background: url(../images/pop/pop1_m.png) no-repeat;
    background-size: 100% 100%;
  }
  .dialog .pop .close {
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/pop/close_m.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 0.34rem;
    top: 0.35rem;
  }
  .dialog .pop .pop1_box {
    width: 5.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.22rem;
    color: #fff;
    font-family: 'font2';
    text-align: center;
  }
  .passLogin#loginbox .close {
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    min-width: 0.3rem;
    min-height: 0.3rem;
  }
  .popbox-login .popbox-main {
    padding: 0.5rem 0.4rem;
    background-image: url(../images/m/pc_pop_rounds_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 5.68rem;
    height: 6.5rem;
    min-width: 5.68rem;
    min-height: 6.5rem;
  }
  .popbox-login .popbox-login-title {
    text-align: center;
    padding-top: 0.2rem;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    text-transform: capitalize;
  }
  .popbox-login .popbox-login-input {
    background: rgba(186, 186, 186, 0.1);
    position: relative;
    border: 1px solid transparent;
    border-radius: 0.04rem;
    transition: all 0.15s;
  }
  .popbox-login .popbox-login-input:hover {
    background: rgba(186, 186, 186, 0.2);
    border: 1px solid rgba(126, 126, 126, 0.15);
  }
  .popbox-login .popbox-login-input.focus {
    border-color: rgba(186, 186, 186, 0.3);
    background: transparent;
  }
  .popbox-login .popbox-login-input input {
    background: transparent;
    outline: none;
    border: none;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: auto;
    min-height: auto;
    font-size: 0.24rem;
    padding: 0.1rem;
    color: #fff;
  }
  .popbox-login .popbox-login-input.focus .popbox-login-input_top-text {
    top: 0;
    opacity: 1;
  }
  .popbox-login .popbox-login-input .popbox-login-input_top-text {
    position: absolute;
    pointer-events: none;
    left: 0.1rem;
    top: 0px;
    font-size: 0.2rem;
    color: #ccc;
    opacity: 0;
    transition: 0.25s;
  }
  .popbox-login .popbox-login-input.focus .popbox-login-input_top-middle {
    opacity: 0;
    transform: scale(0.75) translateY(-50%);
  }
  .popbox-login .popbox-login-input .popbox-login-input_top-middle {
    position: absolute;
    color: #979797;
    pointer-events: none;
    top: 50%;
    left: 0.16rem;
    transform: translateY(-50%);
    transition: 0.25s;
    font-size: 0.2rem;
  }
  .popbox-login .code {
    display: flex;
  }
  .popbox-login .code .popbox-login-input {
    flex: 1;
  }
  .popbox-login .code .code-button {
    width: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
    border-radius: 0.04rem;
    margin-left: 0.18rem;
    font-size: 0.22rem;
    box-sizing: border-box;
    height: 0.5rem;
    min-height: 0.5rem;
    line-height: 0.5rem;
    pointer-events: none;
    transition: 0.15s;
    cursor: none;
  }
  .popbox-login .code .code-button.active {
    cursor: pointer;
    background: #ff773d;
    color: #fff;
    pointer-events: unset;
  }
  .popbox-login .code .code-button.active:hover {
    filter: brightness(0.94);
  }
  .popbox-login .tips {
    display: flex;
    align-items: center;
    color: red;
    font-size: 0.18rem;
    line-height: 100%;
    margin: 0.04rem 0 0.12rem;
    transition: 0.15s;
    opacity: 0;
  }
  .popbox-login .tips.show {
    opacity: 1;
  }
  .popbox-login .tips i {
    background: url(https://goldenspatula.com/act/authentication/images/i-tips.png) no-repeat;
    background-size: cover;
    width: 0.144rem;
    height: 0.14rem;
    min-width: 0.144rem;
    min-height: 0.14rem;
    display: inline-block;
    margin-right: 0.04rem;
  }
  .popbox-login .popbox-login-other {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.4rem;
    /* 设置子元素间距 */
  }
  .popbox-login .popbox-login-other .popbox-login-other-item {
    border-radius: 0.096rem;
    border: 2px solid rgba(0, 0, 0, 0.05);
    padding: 0.07rem 0;
    max-width: 100px;
    box-sizing: border-box;
    flex-grow: 1;
    /* 使子元素尽量延伸到最大宽度 */
    display: flex;
    cursor: pointer;
  }
  .popbox-login .popbox-login-other .popbox-login-other-item.gg {
    background: #fff;
  }
  .popbox-login .popbox-login-other .popbox-login-other-item.ap {
    background: #000;
  }
  .popbox-login .popbox-login-other .popbox-login-other-item.fb {
    background: #1877f2;
  }
  .popbox-login .popbox-login-other .popbox-login-other-item.fb svg {
    fill: #fff;
  }
  .popbox-login .popbox-login-other .popbox-login-other-item svg {
    width: 0.16rem;
    height: 0.16rem;
    min-width: 0.16rem;
    min-height: 0.16rem;
    margin: 0 auto;
  }
  .popbox-login .popbox-login-other .popbox-login-other-item:hover {
    filter: brightness(0.94);
  }
  .popbox-login .popbox-login-submit {
    position: relative;
    cursor: not-allowed;
    margin: 0.1rem auto 0.15rem auto;
    transition: 0.15s;
    width: 100%;
    min-width: 100%;
    height: 0.6rem;
    min-height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: 500;
    opacity: 0.5;
  }
  .popbox-login .popbox-login-submit.active {
    border-color: transparent;
    cursor: pointer;
    opacity: 1;
  }
  .popbox-login .popbox-login-submit.active svg {
    fill: #fff;
  }
  .popbox-login .popbox-login-submit.active:hover {
    filter: brightness(0.94);
  }
  .popbox-login .popbox-login-agree {
    display: flex;
    align-items: center;
    color: #ffffff;
  }
  .popbox-login .popbox-login-agree a {
    color: #ff773d;
  }
  .popbox-login .popbox-login-agree .popbox-login-agree-box {
    width: 0.22rem;
    height: 0.22rem;
    background: rgba(186, 186, 186, 0.3);
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    /* 防止子元素缩小 */
    flex-grow: 0;
    /* 防止子元素放大 */
    border-radius: 0.04rem;
    cursor: pointer;
  }
  .popbox-login .popbox-login-agree .popbox-login-agree-box.active {
    background: #ff773d;
  }
  .popbox-login .popbox-login-agree .popbox-login-agree-box.active svg {
    visibility: visible;
  }
  .popbox-login .popbox-login-agree .popbox-login-agree-box svg {
    fill: transparent;
    align-self: baseline;
    stroke: #fff;
    padding: 2px;
    stroke-width: 4;
    height: 0.22rem;
    visibility: hidden;
  }
  .popbox-login .popbox-login-agree p {
    margin-left: 0.08rem;
    font-size: 0;
    cursor: default;
  }
  .popbox-login .popbox-login-agree p > * {
    font-size: 0.22rem;
  }
  .popbox-login .agree-tips {
    margin-left: 0.26rem;
    margin-bottom: 0;
  }
  .divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0.2rem 0;
    color: #fff;
    font-size: 0.24rem;
  }
  .divider::before,
  .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #fff;
  }
  .divider::before {
    margin-right: 0.2rem;
  }
  .divider::after {
    margin-left: 0.2rem;
  }
  .login_google,
  .login_apple,
  .login_facebook,
  .login_twitter {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 0.4rem;
    min-height: 0.4rem;
  }
  .lang-zh_tw .main .section2 .section2_content .section2_content_title {
    font-size: 0.26rem;
    padding: 0;
  }
  .lang-en .main .section2 .section2_content .section2_content_title {
    font-size: 0.32rem;
    padding: 0;
  }
  .lang-en .main .section2 .section2_content .section2_content_main .section2_content_item .operations {
    margin-top: 0.18rem;
  }
  .lang-en .main .main_title .title_img2 {
    line-height: 0.54rem;
  }
  .lang-ja .main .section1 .section1_content .item .section1_item_title {
    font-size: 0.2rem;
    padding: 0 0.3rem;
    padding-left: 0.2rem;
    padding-right: 0.4rem;
  }
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_label {
    font-size: 0.2rem;
  }
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .done_btn,
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .doing_btn,
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .go_btn,
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .nextrounds_btn,
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .copy_btn,
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
    font-size: 0.2rem;
    font-family: jaTitle;
  }
  .lang-ja .main .section3 .section3_content .faq-list .faq-item .faq-question {
    font-size: 0.28rem;
  }
  .lang-ja .main .section3 .section3_content .faq-list .faq-item .faq-answer.active {
    font-size: 0.23rem;
  }
  .lang-en .main .main_header .language-box {
    font-family: GRFontENRegular;
  }
  .lang-en .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .doing_btn {
    background-image: url(../images/doing_en_btn.gif);
    width: 1.4rem !important;
    height: 0.44rem !important;
    background-size: 100% 100%;
  }
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .doing_btn {
    background-image: url(../images/doing_ja_btn.gif);
    width: 1.4rem !important;
    height: 0.44rem !important;
    background-size: 100% 100%;
  }
  .lang-zh_tw .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .doing_btn {
    background-image: url(../images/doing_tw_btn.gif);
    width: 1.4rem !important;
    height: 0.44rem !important;
    background-size: 100% 100%;
  }
  .lang-ja .main .section1 .section1_content .item .section1_item1_img {
    margin-top: -0.7rem;
  }
  .lang-ja .main .section3 .section3_content .faq-list .faq-item .faq-question .faq-question_left {
    align-items: start;
  }
  .lang-ja .main .section3 .section3_content .faq-list .faq-item .faq-question .faq-question_left .question_index {
    margin-top: 0.03rem;
  }
  .lang-ja .main .section2 .section2_content .section2_content_subtitle {
    font-size: 0.26rem;
  }
  .lang-ja .main .section2 .section2_content .section2_content_subtitle .section2_content_subtitle_text {
    font-family: IBMPlexSansJP;
    font-weight: 400;
  }
  .lang-ja .main .section2 .section2_content .section2_content_main .center {
    font-size: 0.25rem;
  }
  .lang-ja .main .section2 .section2_content {
    height: 11.7rem;
    background-size: 100% 100%;
  }
  .lang-en .line2,
  .lang-ja .line2 {
    display: none;
  }
  .lang-ja .dialog .pop .content .popTitle {
    font-family: JaTitle;
  }
  .lang-ja .dialog .pop.popSteam .content .steamStep {
    font-family: IBMPlexSansJP;
  }
  .lang-zh_tw .main .footer .footer_logo2 {
    height: 0.56rem;
    background-image: url("../images/m/en_foot_logo.png");
  }
  .lang-en .main .footer .footer_logo2 {
    height: 0.56rem;
    background-image: url("../images/m/en_foot_logo.png");
  }
  .head_logo {
    display: block;
    width: 1.15rem;
    height: 0.45rem;
    background: url(../images/new_m/logo1.png) 0 0 / 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
  }
  .lang-en .head_logo {
    display: block;
    width: 1.15rem;
    height: 0.45rem;
    background: url(../images/new_m/logo1.png) 0 0 / 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
  }
  .lang-ja .head_logo {
    background: url(../images/m/ja_foot_logo.png) 0 0 / 100% no-repeat;
    background-size: auto 0.35rem;
    background-position: 50% 50%;
    background-color: #000;
  }
  .lang-ja .main .footer .footer_logo2 {
    height: 0.46rem;
    background-image: url("../images/m/ja_foot_logo.png");
  }
  .lang-ko .head_logo {
    background: url(../images/m/ko_foot_logo.png) 0 0 / 100% no-repeat;
    background-size: auto 0.35rem;
    background-position: 50% 50%;
    background-color: #000;
  }
  .lang-ko .main .footer .footer_logo2 {
    height: 0.46rem;
    background-image: url("../images/m/ko_foot_logo.png");
  }
  .lang-en .black,
  .lang-ja .black {
    display: inline-block;
  }
  .lang-ja .main .section1 .section1_content .item #bindAccount,
  .lang-ja .main .section1 .section1_content .item #lpAccount {
    font-family: IBMPlexSansJP;
    font-size: 0.16rem;
  }
  .lang-ja .main .section1,
  .lang-en .main .section1,
  .lang-zh_tw .main .section1 {
    font-size: 0.25rem;
  }
  .lang-en .main .main_header .logo1 {
    background-image: url("../images/m/logo1_en.png");
  }
  .lang-en .main .main_title .title_img1 {
    background-image: url("../images/m/main_title_en_pc.png");
    width: 6.86rem;
    height: 1.19rem;
  }
  .lang-en .main .section1 .section1_title_img {
    background-image: url("../images/m/section1_title_bg_en.png");
    width: 5.495rem;
    height: 1.16rem;
  }
  .lang-en .main .section2 .section2_title_img {
    background-image: url("../images/m/section2_title_bg_en.png");
    width: 3.8rem;
    height: 0.525rem;
  }
  .lang-en .main .section2 .section2_left {
    background-image: url("../images/m/section2_left_icon_en.png");
    width: 1.14rem;
    height: 1.99rem;
  }
  .lang-en .main .section3 .section3_title_img {
    background-image: url("../images/m/section3_title_bg_en.png");
    width: 1.84rem;
    height: 0.66rem;
  }
  .lang-ja .main .main_header .logo1 {
    background-image: url("../images/m/logo1_ja.png");
    margin-left: 0.21rem;
  }
  .lang-ja .main .main_title .title_img1 {
    background-image: url("../images/m/main_title_en_pc.png");
    width: 6.86rem;
    height: 1.19rem;
  }
  .lang-ja .main .main_title .title_img2 {
    width: 6.8rem;
  }
  .lang-ja .main .section1 .section1_title_img {
    background-image: url("../images/m/section1_title_bg_ja.png");
    width: 5.945rem;
    height: 1.16rem;
  }
  .lang-ja .main .section2 .section2_title_img {
    background-image: url("../images/m/section2_title_bg_ja.png");
    width: 3.8rem;
    height: 0.525rem;
  }
  .lang-ja .main .section2 .section2_left {
    background-image: url("../images/m/section2_left_icon_ja.png");
    width: 1.14rem;
    height: 1.99rem;
  }
  .lang-ja .main .section2 .section2_content .section2_content_main .section2_content_item .operations .operations_btn .not_collect_btn {
    font-size: 0.17rem;
  }
  .lang-ja .main .section3 .section3_title_img {
    background-image: url("../images/m/section3_title_bg_en.png");
    width: 1.84rem;
    height: 0.66rem;
  }
  .lang-zh_tw .main .main_header .logo1 {
    background-image: url("../images/m/logo1_en.png");
  }
  .lang-zh_tw .main .main_title .title_img1 {
    background-image: url("../images/m/main_title_zh_pc.png");
    width: 5.81rem;
    height: 1.19rem;
  }
  .lang-zh_tw .main .section1 .section1_title_img {
    background-image: url("../images/m/section1_title_bg_tw.png");
    width: 6.94rem;
    height: 0.585rem;
  }
  .lang-zh_tw .main .section2 .section2_title_img {
    background-image: url("../images/m/section2_title_bg_tw.png");
    width: 3.1rem;
    height: 0.655rem;
  }
  .lang-zh_tw .main .section2 .section2_left {
    background-image: url("../images/m/section2_left_icon_tw.png");
    width: 1.14rem;
    height: 1.99rem;
  }
  .lang-zh_tw .main .section3 .section3_title_img {
    background-image: url("../images/m/section3_title_bg_tw.png");
    width: 3.76rem;
    height: 0.73rem;
  }
  .lang-ja .main .section2 .section2_content .section2_content_bottom .section2_content_title {
    font-size: 0.2rem;
    padding: 0 1rem;
  }
  .lang-en .operations_btn div {
    padding-top: 0.02rem;
  }
  .lang-en .main .main_header .logo2 {
    padding-top: 0.02rem;
  }
  .main .section1 .section1_content .item.item1 .btn_logout {
    margin-right: 0.1rem;
  }
  .lang-en .main .section2 .section2_content .section2_content_top .section2_refresh {
    background-image: url(../images/m/m_en_ref.png);
  }
  .lang-ja .main .section2 .section2_content .section2_content_top .section2_refresh {
    background-image: url(../images/m/m_ja_ref.png);
  }
  .lang-zh_tw .main .section2 .section2_content .section2_content_top .section2_refresh {
    background-image: url(../images/m/m_tw_ref.png);
  }
  .head {
    width: 7.5rem;
    height: 6.87rem;
    background-image: url(../images/new_m/head1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .head_box {
    width: 7.5rem;
    height: 0.45rem;
    background: #fff;
  }
  .head_btnbox {
    display: flex;
    position: absolute;
    right: 0;
  }
  .head_xzyy {
    display: block;
    width: 2.06rem;
    height: 0.63rem;
    background: #f2f2f2;
    font-size: 0.24rem;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'font3';
  }
  .head_qwgw {
    display: block;
    width: 1.48rem;
    height: 0.45rem;
    line-height: 0.5rem;
    background: #000000;
    font-size: 0.17rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'font3';
  }
  .head_xzyy span,
  .head_qwgw span {
    display: flex;
    align-items: center;
    margin-right: 0.05rem;
  }
  .language_i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/new_m/head_icon2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.15rem;
    top: 0.15rem;
  }
  .head_qwgw i {
    display: block;
    width: 0.22rem;
    height: 0.21rem;
    background: url(../images/new_m/head_icon1.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0.1rem;
  }
  .head_xf {
    width: 0.94rem;
    height: 3.2rem;
    background: url(../images/new_m/head_xf.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 3.53rem;
    z-index: 9;
  }
  .xf_text1 {
    font-size: 0.22rem;
    color: #ffffff;
    font-family: 'font3';
    position: absolute;
    top: 0.08rem;
    left: 0.2rem;
  }
  .xf_text2 {
    width: 1rem;
    font-size: 0.14rem;
    color: #ffffff;
    font-family: 'font3';
    position: absolute;
    bottom: 0.12rem;
    left: 0.34rem;
  }
  .xf_icon {
    width: 0.78rem;
    height: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: absolute;
    left: 50%;
    top: 49.5%;
    transform: translate(-50%, -50%);
  }
  .icon {
    display: block;
    width: 0.34rem;
    height: 0.33rem;
    border-radius: 50%;
    background: #0000;
  }
  .menu_btnsq {
    height: 0.47rem;
  }
  .head_xf.ht .menu_btnsq {
    top: 0.35rem;
  }
  .content {
    width: 7.5rem;
    height: 17.69rem;
    background: url(../images/new_m/bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 0.93rem;
    box-sizing: border-box;
    position: relative;
  }
  .head_jt {
    display: none;
  }
  .section1,
  .section3 {
    width: 6.71rem;
    margin: 0 auto;
  }
  .tit {
    font-size: 0.66rem;
    line-height: 0.66rem;
    font-family: 'font3';
    color: #000;
    display: flex;
    align-items: center;
  }
  .tit_left {
    display: block;
    width: 0.14rem;
    height: 0.93rem;
    background: #5eb7e4;
    margin-right: 0.24rem;
  }
  .section3 {
    margin-top: 1.11rem;
  }
  .part2_box {
    display: none;
  }
  .part2_box2 {
    display: block;
  }
  .rule-box {
    margin-top: 0.43rem;
    display: flex;
    flex-direction: column;
    width: 6.72rem;
    height: auto;
    background: #001622;
    box-sizing: border-box;
  }
  .rule-box .rule_title1 {
    margin-bottom: 0.05rem;
    height: 0.59rem;
    line-height: 0.59rem;
    text-indent: 0.44rem;
    background: url(../images/new_m/part2_list.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .rule-box .rule_title1 a {
    font-size: 0.24rem;
    color: #fff;
    font-family: 'font3';
    height: 0.64rem;
    line-height: 0.64rem;
    text-indent: 0.44rem;
  }
  .rule-box .rule_title1.on {
    height: 0.59rem;
    line-height: 0.59rem;
    text-indent: 0.44rem;
    background: url(../images/new_m/part2_liston.png) no-repeat;
    background-size: 100% 100%;
  }
  .rule-box .rule_text1 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.3rem 0.5rem 0.3rem 0.6rem;
    background: url(../images/new_m/part2_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .rule-box .rule_text2 {
    height: 2rem;
    overflow-y: auto;
  }
  .rule-box .rule_text1 p {
    align-items: center;
    font-size: 0.22rem;
    color: #ffffff;
    font-family: 'font1';
    margin-bottom: 0.1rem;
  }
  .rule-box .rule_text1 p a {
    color: #ffffff;
  }
  .lang-en .language-choose-list ul li {
    font-size: 0.14rem !important;
  }
  .lang-en .head {
    background-image: url(../images/new_m/head2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .lang-en .head_qwgw {
    font-size: 0.14rem;
  }
  .lang-en .head_qwgw span {
    margin-right: 0;
    margin-top: 0.05rem;
  }
  .lang-en .head_qwgw i {
    margin-left: 0.05rem;
  }
  .lang-en .xf_text1 {
    font-size: 0.2rem;
    top: 0.08rem;
    left: 0.08rem;
  }
  .lang-en .xf_text2 {
    font-size: 0.15rem;
    line-height: 0.15rem;
    bottom: 0.06rem;
  }
  .lang-en  .part1_text7 {
    font-size: 0.2rem !important;
    line-height: 0.33rem !important;
    top: 2.72rem !important;
    bottom: unset;
  }
  .lang-en .part1_text7 .part1_text8 {
    font-size: 0.18rem !important;
  }
  .lang-en .part1_text9 {
    display: none;
  }
  .lang-en .item .part1_text5 {
    text-indent: 0.4rem !important;
  }
  .lang-en .item .part1_text55 {
    text-indent: 0.3rem !important;
  }
  .lang-en .item3 .part1_text5 {
    text-indent: 0.6rem !important;
  }
  .lang-en .yy_box a {
    font-size: 0.14rem;
  }
  .lang-ja .head {
    background-image: url(../images/new_m/head3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .lang-ja .head_qwgw {
    font-size: 0.14rem;
  }
  .lang-ja .head_qwgw span {
    margin-right: 0;
    margin-top: 0.05rem;
  }
  .lang-ja .head_qwgw i {
    margin-left: 0.05rem;
  }
  .lang-ja .xf_text2 {
    width: 0.9rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    bottom: 0.03rem;
    left: 0.2rem;
    transform: scale(0.7);
    transform-origin: unset;
  }
  .lang-ja .tit {
    font-size: 0.62rem;
    line-height: 0.62rem;
  }
  .lang-ja .part1_text7 {
    font-size: 0.15rem !important;
    line-height: 0.33rem !important;
    bottom: 0.73rem !important;
  }
  .lang-ja .part1_text9 {
    font-size: 0.13rem;
  }
  .lang-ja .item .part1_text5 {
    text-indent: 0.25rem !important;
    font-size: 0.22rem !important;
  }
  .lang-ja .item .part1_text55 {
    text-indent: 0.12rem !important;
  }
  .lang-ja .item3 .part1_text5 {
    text-indent: 0.5rem !important;
  }
  .lang-ja .yy_box a {
    font-size: 0.22rem;
  }
  .lang-ko .head {
    background-image: url(../images/new_m/head4.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .lang-ko .head_qwgw {
    font-size: 0.14rem;
  }
  .lang-ko .head_qwgw span {
    margin-right: 0;
    margin-top: 0.05rem;
  }
  .lang-ko .head_qwgw i {
    margin-left: 0.05rem;
  }
  .lang-ko .xf_text2 {
    width: 0.7rem;
    font-size: 0.16rem;
    line-height: 0.2rem;
    bottom: 0.01rem;
    left: 0.3rem;
    transform: scale(0.8);
  }
  .lang-ko .part1_text7 {
    font-size: 0.28rem !important;
    line-height: 0.3rem !important;
    left: 0.1rem !important;
    bottom: 0.8rem !important;
  }
  .lang-ko .part1_text8 {
    font-size: 0.28rem !important;
  }
  .lang-ko .part1_text9 {
    display: none;
  }
  .lang-ko .item .part1_text5 {
    text-indent: 0.23rem !important;
    font-size: 0.2rem !important;
    line-height: 0.2rem !important;
  }
  .lang-ko .item .part1_text5 {
    text-indent: 0.19rem !important;
    font-size: 0.2rem !important;
    line-height: 0.2rem !important;
  }
  .lang-ko .item3 .part1_text5 {
    text-indent: 0.33rem !important;
  }
}
