.big_box {
  width: 100%;
  background: url("./images/big_bg.png") no-repeat center;
  background-size: 100% 100%;
  position: relative;
}
.service_icon {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 68px;
  height: auto;
}
@media (min-width: 600px) {
  .service_icon {
    right: 50%;
    transform: translateX(calc(50% + 255px));
  }
}
.big_box .top_container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
  padding-top: 10px;
  flex-direction: column;
  align-items: center;
}
.big_box .top_container .logo {
  width: 277px;
  height: auto;
}
.big_box .top_container .poster {
  width: 90%;
  height: auto;
  margin-top: 10px;
}
.big_box .top_container .register {
  width: 75%;
  height: auto;
  margin-top: -10px;
  margin-bottom: -20px;
}
.big_box .top_container .download_box {
  width: 193px;
  height: 50px;
  background: url("./images/download_bg.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.big_box .top_container .download_box img {
  height: 20px;
  width: auto;
}
.big_box .top_container .download_box .title {
  font-weight: 900;
  font-size: 12px;
  color: #CE2323;
  text-shadow: 0 1px 1px #FFEE72;
}
.big_box .weburl_box {
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}
.big_box .weburl_box .web_item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 16px;
}
.big_box .weburl_box .web_item .url_box {
  width: 92px;
  height: 48px;
}
.big_box .weburl_box .web_item .center_url {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-left: -3px;
  flex: 1;
  border: 1px solid #FFD73B;
  border-left: none;
  font-size: 13px;
  color: #fff;
  width: 201px;
}
.big_box .weburl_box .web_item .btn_box {
  width: 48px;
  height: 48px;
  margin-left: 10px;
}
.big_box .word_content .word {
  margin-top: 10px;
  width: 100%;
  padding: 16px 10px;
  padding-right: 16px;
  box-sizing: border-box;
  background: url("./images/cotnent_bg.png") no-repeat center;
  background-size: 100% 100%;
  color: #facda3;
  font-size: 12px;
}
.big_box .word_content .word .add_weight {
  font-weight: 900;
}
.big_box .project_box {
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 26px;
}
.big_box .project_box .title {
  width: 100%;
  height: auto;
}
.big_box .project_box .req_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.big_box .project_box .req_box .req_1 {
  width: 49%;
  height: 60px;
  background: url("./images/req_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.big_box .project_box .req_box .req_1 .word {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 9px;
  font-weight: 600;
  color: #A70F02;
  transform: rotate(-6deg) translateY(12px);
}
.big_box .project_box .req_box .req_2 {
  transform: rotate(12deg);
  margin-top: 15px;
}
.big_box .project_box .req_box .req_2 .word {
  transform: rotate(-6deg) translateY(12px);
}
.big_box .project_box .req_box .req_icon {
  position: absolute;
  top: 20px;
  left: 40%;
  width: 32px;
  height: 40px;
}
.big_box .project_box .concatct_box {
  margin-top: 16px;
  width: 100%;
}
.big_box .project_box .concatct_box .list_concat {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.big_box .project_box .concatct_box .list_concat .concat_item {
  width: 15%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.big_box .project_box .concatct_box .list_concat .concat_item img {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}
.big_box .project_box .table_bg {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.big_box .bonoust_box {
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.big_box .bonoust_box .title_bg {
  width: 100%;
  height: auto;
}
.big_box .bonoust_box .list_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px;
  gap: 5%;
  row-gap: 20px;
}
.big_box .bonoust_box .list_box img {
  width: 30%;
}
.big_box .aboutus {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.big_box .aboutus .top_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big_box .aboutus .top_title img {
  width: 166px;
  height: auto;
}
.big_box .hot_game {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.big_box .hot_game .top_title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.big_box .hot_game .top_title img {
  width: 270px;
  height: auto;
}
.big_box .hot_game .list_box {
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
  padding-bottom: 90px;
}
.big_box .hot_game .list_box img {
  width: 26%;
  height: auto;
  margin-bottom: 20px;
}
.big_box .footer_box {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 85px;
  background: url("./images/footer_bg.png") no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
}
.big_box .footer_box .logo {
  width: 66px;
  height: 66px;
}
.big_box .footer_box .center {
  padding-left: 16px;
}
.big_box .footer_box .center .word {
  width: 186px;
  height: auto;
}
.big_box .footer_box .center .star {
  width: 68px;
}
.big_box .footer_box .down_loadbtn {
  width: 80px;
}
.lange_box {
  position: absolute;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid #fff;
  
  right: 10px;
  top: 10px;
}
.lange_box .top_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lange_box .lang_icon {
  width: 14px;
  height: 14px;
}
.ph_icon {
  display: none;
}
.lange_box .chose_icon {
  width: 6px;
  height: 6px;
}
.lange_box .select_icon {
  width: 60px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: 25px;
  right: -2px;
  display: none;
}
.lange_box .select_icon .select_item {
  width: 100%;
  height: 23px;
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  box-sizing: border-box;
  align-items: center;
}
.lange_box .select_icon .select_item img {
  width: 14px;
  height: 14px;
}
.lange_box .select_icon .select_item .name {
  font-size: 12px;
  color: #fff;
}
.logo_ph {
  display: none;
}
.big_box .project_box .phreq_box{
  display: none;
}
.phword_content {
  display: none;
}
.big_box .project_box .ph_title {
  display: none;
}
.table_box {
  width: 100%;
  border: 1px solid #A68769;
  margin-top: 25px;
}
.table_box .top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(180deg, #A51112 0%, #840201 100%);
  height: 25px;
  color: #fff;
  font-size: 10px;
}
.header_item1 {
  width: 20%;
  text-align: center;
  position: relative;
}
.header_item3 {
  width: 60%;
  text-align: center;
}
.table_box .value_box {
  width: 100%;
  height: 25px;
  background: url("./images/table_bg.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 11px;
}
.add_fake::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60px;
  background: #A68769;
  top: -6px;
  right: -2px;
}
.table_box .word_item {
  width: 100%;
  height: 34px;
  background: url("./images/table_bg.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  padding-top: 4px;
}