.errcodeTips {
  padding: 15px;
  position: fixed;
  z-index: 99999999;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  display: none ;
}
.h5hw-index {
  min-height: 100vh;
  height: auto;
  background: #343e47 url(../h5tw-image/home/h5_bg.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
.kv_video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  top: 0;
  left: 0;
}
.cat_kv {
  height: auto;
}
.cat_kv .bg_kv {
  position: static;
  height: 100vh;
  background: url(../../tw-images/1211/kv_h5.jpg) top center no-repeat;
  background-size: cover;
}
.video-img {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
}
.video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  transform: translateX(-50%) translateY(-50%);
}
.cat_kv .cat_slogan {
  margin-bottom: 1rem;
}
.cat_kv .cat_appoint {
  width: 80%;
  height: auto;
  bottom: 1rem;
}
.cat_kv .cat_appoint .appoint_content {
  width: 100%;
}
.cat_kv .cat_appoint .appoint_content .appoint_btn {
  background: none;
  width: 50%;
  height: auto;
  margin: 0 auto 1.2rem;
}
.cat_kv .cat_appoint .appoint_content .go_appoint_main {
  width: 87%;
}
.cat_kv .cat_appoint .appoint_content .appoint_renshu {
  background: url("../h5tw-image/appoint/appoint_renshu_bg.png") no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  margin-top: 1.2rem;
  height: 0.6rem;
  width: 10rem;
  text-indent: 1.8rem;
  font-size: 20px;
  position: relative;
}
.cat_kv .cat_appoint .appoint_content .appoint_renshu .renshu {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
}
.cat_kv .download-btn {
  text-align: center;
}
.cat_kv .download-btn a {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 0.1rem;
}
.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: url("../h5tw-image/navs/fix-top-bg.png") top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  z-index: 3;
}
.fix-top .logo {
  height: 1.6rem;
  width: auto;
  margin: 0.5rem 1rem;
  display: inline-block;
  vertical-align: top;
}
.fix-top .fr img {
  height: 1rem;
  margin: 0.7rem 1rem;
  width: auto;
}
.fix-top .menu-close {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.slide-menu {
  position: fixed;
  right: 0;
  top: -100vh;
  height: 100vh;
  width: 100%;
  background: url("../h5tw-image/navs/menu_bg.png") top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  z-index: 2;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  padding: 4rem 2rem 2rem 2rem;
  overflow: auto;
}
.slide-menu.active {
  top: 0;
  transition: 0.3s all;
}
.slide-menu .menu-container {
  min-height: 24rem;
}
.slide-menu div a,
.slide-menu div span {
  padding: 1rem 0;
  background: url("../h5tw-image/navs/nav_line.png") bottom center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  position: relative;
}
.slide-menu img {
  height: 2rem;
  width: auto;
  display: inline-block;
}
.slide-menu img.active {
  display: none;
}
.slide-menu .is-active img {
  opacity: 0;
}
.slide-menu .is-active .active {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  opacity: 1;
}
.slide-menu a,
.slide-menu span {
  display: block;
}
.slide-menu .nav_login_name {
  font-size: 1rem;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
}
.slide-menu .nav_btns.text {
  display: none;
}
.slide-menu .share-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.slide-menu .share-btn a {
  margin: 0 0.8rem;
}
.slide-menu .share-btn img {
  width: 1.5rem;
  height: auto;
}
.hw_award {
  height: 100vh;
}
.hw_award .title {
  margin: 3rem auto 1rem;
  width: 60%;
}
.hw_award .items {
  padding: 0 1.5rem;
  font-size: 0;
}
.hw_award .each {
  width: 40%;
  display: inline-block;
  margin: 0.4rem 5%;
  position: relative;
}
.hw_award .each img:last-child {
  position: absolute;
  right: 0.4rem;
  bottom: 2.3rem;
  width: 2rem;
  display: none;
}
.hw_award .each.active img:last-child {
  display: block;
}
.hw_award .each:last-child {
  width: 90%;
  margin-right: 0;
  margin-top: -1.5rem;
}
.hw_award .each:last-child img:last-child {
  width: 2.8rem;
  bottom: 3rem;
  right: 0.6rem;
}
.hw_award .each.active:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.hw_award .award_share {
  padding: 0.4rem 2.3rem;
}
.popi_footer {
  margin: 0;
  border: 0;
  background: #000;
  color: #fff;
  border-top: 1px solid #fb57f7;
  text-align: center;
  height: auto;
  padding-bottom: 1rem;
}
.popi_footer p {
  color: #fff;
  font-size: 0.3rem;
}
.popi_footer p a {
  color: #01d8ec;
  font-size: 0.6rem;
}
.popi_footer .text {
  padding: 1rem 0.5rem;
}
.popi_footer .imgs img {
  height: 3rem;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem;
}
.box_title {
  display: none;
}
.appoint_mosk {
  background: rgba(0, 0, 0, 0.8);
}
.appoint_mosk .appoint_login {
  width: 16.7rem;
  height: 14.3rem;
  background: url(../h5tw-image/dialog/login_bg.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
}
.appoint_mosk .appoint_login .login_list {
  width: 80%;
  margin: 3rem auto;
  text-align: center;
}
.appoint_mosk .appoint_login .login_list .login_item .input_item {
  height: auto;
  margin-top: 1rem;
  position: relative;
}
.login_list input {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 0.2rem;
  border: 1px solid #e1e1e1 !important;
  box-sizing: border-box;
  color: #fff;
}
.social_media {
  text-align: center;
}
.social_media img {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  cursor: pointer;
  height: 1.5rem;
  width: auto;
}
.appoint_mosk .appoint_login .login_list .bottom {
  margin-top: 0.5rem;
}
.appoint_mosk .appoint_login .login_list .login_item .input_item .tip {
  position: absolute;
  bottom: -1rem;
  left: 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: red;
}
.appoint_mosk .box_title,
.appoint_mosk .fungo_title {
  display: none;
}
.appoint_mosk .appoint_login .bottom a {
  color: #fe58fa;
  border-color: #fe58fa;
}
.appoint_mosk .appoint_login .login_list .login_item .submit {
  margin-left: 0;
  height: auto;
  width: 100%;
}
.appoint_mosk .appoint_login .login_list .login_item .submit img {
  width: 100%;
}
.fungo_close {
  background: url(../h5tw-image/dialog/close.png) no-repeat;
  right: 50%;
  transform: translateX(50%);
  bottom: -2rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-size: contain;
  z-index: 2;
}
.appoint_mosk .appoint_login .login_list .login_item p,
.register_email .fungo_list .input_item p {
  color: #49dbef;
  font-size: 12px;
  text-align: center;
  margin: 0.4rem 0;
}
.fungo_list {
  width: calc(100% - 70px);
  padding: 0 145px;
  margin-top: 110px;
}
.fungo_list .tip {
  color: red !important;
}
.verify {
  background: transparent;
  color: #fe58fa;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  width: 3rem;
  height: 1.2rem;
  line-height: 1.4rem;
}
.register_email .text {
  color: #fff;
}
.register_email .text a {
  color: #fe58fa;
  border-color: #fe58fa;
}
.scuess_mosk .scuess_box {
  background: url(../h5tw-image/dialog/appoint_success.png) no-repeat;
  width: 17.4rem;
  height: 15rem;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.scuess_mosk .scuess_box .share-btn {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.scuess_mosk .scuess_box .share-btn img {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin: 0 5px;
  cursor: pointer;
}
.hw_appoint_mosk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.hw_appoint_mosk .register_email {
  background: url(../h5tw-image/dialog/send_bg.png) no-repeat;
  background-size: contain;
  width: 18rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.hw_appoint_mosk .register_email .fungo_list {
  padding: 0 1.5rem;
  margin-top: 3rem;
}
.hw_appoint_mosk .register_email .platform_btn span {
  display: inline-block;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  width: 4.3rem;
  min-width: auto;
  font-size: 13px;
  margin-right: 0.4rem;
  line-height: 1.2rem;
}
.hw_appoint_mosk .register_email .platform_btn span:last-child {
  margin: 0;
}
.hw_appoint_mosk .register_email .platform_btn span.active {
  border-color: #fe58fa;
}
.hw_appoint_mosk .register_email .text span {
  margin: 0;
  display: inline;
  font-size: 12px;
}
.hw_appoint_mosk .register_email .text span a {
  vertical-align: text-bottom;
}
.hw_appoint_mosk .register_email .login_item .text input {
  margin-right: 5px;
}
.hw_appoint_mosk .submit_btn {
  height: auto;
  width: 100%;
}
.hw_appoint_mosk .input_item select {
  /* display: inline-block;
  vertical-align: top;
  height: 1.2rem;
  background: transparent;
  color: #fff;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  width: 60px;
  text-align: center;
  outline: none; */
}
.hw_appoint_mosk .is_andriod {
  display: none;
}
.fungo_list .input_item.required:before {
  content: '*';
  position: absolute;
  left: -20px;
  top: 0;
  color: red;
  line-height: 32px;
}
.has_appoint_mosk {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}
.has_appoint_mosk .has_appoint_box {
  width: 17rem;
  height: 12.2rem;
  background: url(../h5tw-image/dialog/has_appoint_bg.png) no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reset_mosk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
}
.reset_mosk .fungo_list .input_item {
  margin-bottom: 0;
}
.reset_mosk .reset_password {
  width: 16.7rem;
  height: 13.4rem;
  background: url(../h5tw-image/dialog/reset_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reset_mosk .box_title {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-top: 95px;
  height: auto;
}
.reset_mosk .reset_password .fungo_list {
  margin-top: 2.5rem;
}
.reset_mosk .submit_btn {
  margin-top: 0.5rem;
}
.reset_mosk .tip {
  bottom: -3px;
  left: 0;
}
.fungo_title {
  display: none;
}
.fungo_list {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  margin-top: 40px;
}
.fungo_list .input_item {
  color: #fff;
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
  height: 40px;
  position: relative;
}
.fungo_list .input_item input {
  box-sizing: border-box;
  outline: none;
  border: 1px solid #e1e1e1;
  color: #fff;
  background: transparent;
  width: 100%;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.fungo_list .login_item span {
  text-align: right;
  min-width: 142px;
  display: inline-block;
  margin-right: 20px;
}
.fungo_list .tip {
  position: absolute;
  bottom: -14px;
  left: 0;
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: red;
}
.submit_btn {
  background: #fff;
  margin: 1rem auto 0;
  cursor: pointer;
  display: block;
  border: 0;
}
.submit_btn img {
  height: 100%;
}
.reset_success_mosk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}
.reset_success_mosk .reset_success {
  width: 17.2rem;
  height: 17rem;
  background: url(../h5tw-image/dialog/reset_success_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reset_success_mosk .reset_success .return_to_login {
  height: auto;
  margin: 13.5rem auto 0;
  background: transparent;
}
.reset_success_mosk .reset_success .return_to_login img {
  width: 80%;
  margin: 0 auto;
}
.register_mosk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.register_mosk .register_email {
  width: 18.5rem;
  height: 18.5rem;
  background: url(../h5tw-image/dialog/register_email.png) no-repeat;
  position: absolute;
  left: 50%;
  background-size: contain;
  top: 50%;
  transform: translate(-50%, -50%);
}
.register_mosk .login_item span {
  min-width: 4rem;
}
.register_mosk .text {
  font-size: 13px;
  color: #6f7378;
}
.register_mosk .login_item .text input {
  width: 18px !important;
  display: inline-block;
  vertical-align: top;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.register_mosk .input_item .text {
  font-size: 12px;
  margin-top: 10px;
  color: #b9b9b9;
}
.register_mosk .return {
  font-size: 12px;
  margin-top: 10px;
  color: #b9b9b9;
  text-align: center;
}
.register_mosk .return span {
  border-bottom: 1px solid #b9b9b9;
  margin: 0;
  cursor: pointer;
}
.register_mosk .fungo_list {
  margin-top: 3rem;
}
.register_mosk .fungo_list .input_item {
  margin-bottom: 5px;
  height: 40px;
}
.register_mosk .fungo_list .tip {
  bottom: -14px;
  left: 0;
}
.register_success_mosk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.register_success_mosk .register_success {
  width: 17rem;
  height: 14.5rem;
  background: url(../h5tw-image/dialog/register_success_bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section2 .news {
  height: 100vh;
  padding: 0 1rem;
}
.section2 .news .swiper-container {
  padding-top: 4rem;
  height: auto;
}
.section2 .news .swiper-slide a {
  position: relative;
}
.section2 .news .swiper-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../h5tw-image/home/banner_top.png") top center no-repeat;
  background-size: contain;
  height: 1rem;
}
.section2 .news .swiper-slide a img {
  margin-top: 0.4rem;
  border-radius: 0 0 1.5rem 0;
}
.sq_game_info {
  background: none;
  position: relative;
  height: auto;
  margin-top: 1.5rem;
}
.sq_game_info .sq_notice_info {
  padding-top: 0;
}
.sq_game_info .sq_notice_info .sq_notice {
  width: 100%;
  height: auto;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right {
  position: relative;
  width: 100%;
  height: auto;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav {
  width: 100%;
  height: 3rem;
  text-align: center;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item {
  display: inline-block;
  width: 2rem;
  height: 2.4rem;
  margin: 0.2rem 0.6rem;
  background-size: contain !important;
  vertical-align: top;
  position: relative;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.n1 {
  background: url(../h5tw-image/home/button_newest_a.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.n1.active {
  background: url(../h5tw-image/home/button_newest_b.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.n2 {
  background: url(../h5tw-image/home/button_announcement_a.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.n2.active {
  background: url(../h5tw-image/home/button_announcement_b.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.n3 {
  background: url(../h5tw-image/home/button_news_a.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.n3.active {
  background: url(../h5tw-image/home/button_news_b.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_nav .news_nav_item.newsMore {
  background: url(../h5tw-image/home/more.png) no-repeat;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_list {
  width: 100%;
  padding-top: 0;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_list .news_item {
  height: 3rem;
  line-height: 3rem;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_list .news_item:first-child {
  background: url("../h5tw-image/home/news_line.png") top center no-repeat;
  background-size: contain;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_list .news_item a {
  display: block;
  background: url("../h5tw-image/home/news_line.png") bottom center no-repeat;
  background-size: contain;
  height: 100%;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_list .news_item a:hover {
  color: #fb57f7;
}
.sq_game_info .sq_notice_info .sq_notice .sq_news .news_right .news_list .news_item a .news_title {
  width: calc(100% - 4rem);
  font-size: 0.7rem;
}
.community_iframe {
  padding: 0 1rem;
  text-align: center;
}
.community_iframe .bg {
  width: 340px;
  margin: 0 auto;
  background: #fff url("../h5tw-image/home/iframe_border.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 0.5rem 0;
}
.community_iframe .community_btn {
  width: 340px;
  margin: 2rem auto 0;
  display: block;
}
.feature {
  height: 450px;
  box-sizing: border-box;
  padding: 0 1rem;
}
.feature > img {
  height: 0.3rem;
  margin: 0.3rem auto 0;
  width: auto;
}
.feature .swiper-container {
  width: 100%;
}
.feature .swiper-container .swiper-slide {
  padding-top: 0.6rem;
}
.feature .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #75f9fe;
  height: 0.2rem;
  width: 1.66rem;
  margin: 0 0.2rem;
  border-radius: 0;
  opacity: 1;
}
.feature .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #75f9fe;
}
.news_content {
  background: #343e47 url(../h5tw-image/home/h5_bg.png) no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  color: #fff;
  padding: 0;
  min-height: 100vh;
  height: auto;
}
.news_content .news_content_box {
  padding: 4rem 1.5rem 2rem;
  width: 100%;
  box-sizing: border-box;
}
.news_content .news_box {
  width: 100%;
  min-height: auto;
}
.news_content .news_box .news_title {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1rem;
}
.news_content .news_box .news_title .goback {
  display: none;
}
.news_content .news_box .news_time {
  text-align: right;
  font-size: 0.7rem;
  line-height: 1rem;
  background: url("../../tw-images/home/detail_line.png") bottom center no-repeat;
  background-size: contain;
  padding-bottom: 0.5rem;
  color: #fe58fa;
  margin: 0.6rem 0;
}
.news_content .news_box .news_content_text {
  width: 100%;
  box-sizing: border-box;
  line-height: 1rem;
  padding: 0;
}
.news_content .list_bar ul {
  text-align: center;
}
.news_content .list_bar .tab-item {
  margin: 0 1rem 1rem;
  display: inline-block;
}
.news_content .list_bar .tab-item:nth-child(1) span {
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../h5tw-image/home/detail_button_newest_a.png") top center no-repeat;
  background-size: contain;
}
.news_content .list_bar .tab-item:nth-child(1) span.active {
  background: url("../h5tw-image/home/detail_button_newest_b.png") top center no-repeat;
  background-size: contain;
}
.news_content .list_bar .tab-item:nth-child(2) span {
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../h5tw-image/home/detail_button_notice_a.png") top center no-repeat;
  background-size: contain;
}
.news_content .list_bar .tab-item:nth-child(2) span.active {
  background: url("../h5tw-image/home/detail_button_notice_b.png") top center no-repeat;
  background-size: contain;
}
.news_content .list_bar .tab-item:nth-child(3) span {
  display: block;
  width: 3rem;
  height: 2rem;
  background: url("../h5tw-image/home/detail_button_news_a.png") top center no-repeat;
  background-size: contain;
}
.news_content .list_bar .tab-item:nth-child(3) span.active {
  background: url("../h5tw-image/home/detail_button_news_b.png") top center no-repeat;
  background-size: contain;
}
.news_content .newslist .list_item:first-child {
  background: url(../h5tw-image/home/more_line.png) no-repeat top center;
  background-size: contain;
}
.news_content .newslist .list_item a .list-name {
  position: relative;
  line-height: 3rem;
}
.news_content .newslist .list_item a .list-name p {
  font-size: 0.6rem;
  padding-right: 4rem;
  background: url(../h5tw-image/home/more_line.png) no-repeat bottom center;
  background-size: contain;
}
.news_content .newslist .list_item a .list-name .list-time {
  position: absolute;
  top: 0;
  right: 0;
}
.news_content .newslist .list_item_active a .list-name p,
.news_content .newslist .list_item_active a .list-time {
  color: #fb57f7;
}
.news_content .news_prog {
  margin: 2rem 0;
}
.news_content .news_prog #page li {
  height: 1rem;
  width: 1rem;
  border-bottom: 1px solid transparent;
  font-size: 0.6rem;
}
.news_content .news_prog #page li.xl-active {
  border-bottom: 1px solid #01d8ec;
  color: #01d8ec;
  background: transparent;
}
.news_content .news_prog #page li.xl-nextPage {
  height: 0.7rem;
  width: 0.7rem;
  background: url(../h5tw-image/home/arrow_right.png) no-repeat center center;
  background-size: contain;
}
.news_content .news_prog #page li.xl-prevPage {
  height: 0.7rem;
  width: 0.7rem;
  background: url(../h5tw-image/home/arrow_left.png) no-repeat center center;
  background-size: contain;
}
.appointRuleCheck_tip {
  bottom: 5rem !important;
  left: 0 !important;
}
/* 隐藏三方 */
.appoint_mosk .social_media img {
  display: none;
}
.register_mosk .social_media img {
  display: none;
}
.input_item .selsec_box {
  display: inline-block;
  vertical-align: top;
  height: 1.2rem;
  background: transparent;
  color: #fff;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  width: 58px;
  text-align: center;
  outline: none;
  position: relative;
}
.select_show {
  display: inline-block;
  width: 58px !important;
  position: absolute;
  text-align: center;
  left: 0;
}
.triangleDiv {
  width: 10px;
  height: 8px;
  display: inline-block;
  background: url('../h5tw-image/home/triangle.png') no-repeat;
  background-size: contain;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.input_item .selsec_box select {
  display: inline-block;
  vertical-align: top;
  height: 1.2rem;
  background: transparent;
  color: #fff;
  border: 1px solid #e1e1e1;
  width: 58px;
  text-align: center;
  outline: none;
  position: absolute;
  left: 0;
  opacity: 0;
}
.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.loadEffect {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
}
.loadEffect span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fe58fa;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: 0.13s;
}
.loadEffect span:nth-child(2) {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.26s;
}
.loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -8px;
  -webkit-animation-delay: 0.39s;
}
.loadEffect span:nth-child(4) {
  top: 14px;
  right: 14px;
  -webkit-animation-delay: 0.52s;
}
.loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: 0.65s;
}
.loadEffect span:nth-child(6) {
  right: 14px;
  bottom: 14px;
  -webkit-animation-delay: 0.78s;
}
.loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  -webkit-animation-delay: 0.91s;
}
.loadEffect span:nth-child(8) {
  bottom: 14px;
  left: 14px;
  -webkit-animation-delay: 1.04s;
}
/*抽奖活动*/
.appoint_btn_item.go_appoint_main {
  width: 85%;
  margin: 0 auto 1rem;
}
.appoint_main {
  padding: 2rem 1rem;
  height: auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.wrap {
  position: relative;
  display: inline-block;
  height: 100%;
}
.appoint_main .bg {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.appoint_main .fb_share {
  position: absolute;
  left: 2rem;
  bottom: 42%;
  width: 30%;
}
.appoint_main .award_share {
  position: absolute;
  left: 10%;
  bottom: 2%;
  width: 80%;
}
.appoint_main_form {
  position: absolute;
  left: 10%;
  top: 16%;
  width: 80%;
  text-align: left;
}
.appoint_main_form .register_email .text span a {
  vertical-align: text-bottom;
}
.appoint_main_form .verify {
  font-size: 12px;
  line-height: 24px;
  height: auto;
  top: 2px;
}
.appoint_main_form .register_email .text span {
  margin: 0;
  display: inline;
  font-size: 12px;
}
.appoint_main_form .fungo_list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.appoint_main_form .login_item .text input {
  margin-right: 5px;
}
.appoint_main_form .fungo_list .platform_btn {
  margin-bottom: 0;
}
.appoint_main_form .platform_btn span {
  display: inline-block;
  border: 1px solid #fff;
  cursor: pointer;
  width: 30%;
  margin-right: 2%;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.appoint_main_form .platform_btn span:last-child {
  margin: 0;
}
.appoint_main_form .platform_btn span.active {
  border-color: #49dbee;
}
.appoint_main_form .submit_btn {
  height: auto;
  width: 100%;
  background: transparent;
  margin: 1rem auto;
}
.appoint_main_form .register_email .fungo_list .input_item {
  /*margin: 0;*/
  height: auto;
  padding-bottom: 12px;
}
.appoint_main_form .fungo_list .login_item input {
  font-size: 12px;
  height: 24px;
}
.appoint_main_form .input_item select {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  background: transparent;
  color: #fff;
  border: 1px solid #e1e1e1;
  margin-right: 10px;
  width: 60px;
  text-align: center;
  outline: none;
}
.appoint_main_form .fungo_list .login_item .text input {
  height: auto;
}
.price-main {
  padding: 2rem 1rem 1rem;
  height: calc(100vh - 3rem);
  position: relative;
}
.price-main .wrap {
  position: absolute;
  left: 8%;
  bottom: 5%;
  width: 84%;
  height: auto;
}
.price-main .bg {
  margin: 0 auto;
}
.price-main .btns {
  padding: 0.4rem 15% 0;
  text-align: center;
  color: #fff;
}
.price-main .btns .bottom {
  text-align: right;
  margin-top: 0.3rem;
}
.price-main .btns .bottom a {
  width: 46%;
  display: inline-block;
}
.price-main .facebook {
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 47%;
}
.price-main .copy {
  position: absolute;
  right: 0;
  top: 20%;
  width: 100%;
}
.price-main .copy > * {
  display: inline-block;
  vertical-align: top;
}
.price-main .copy_btn {
  width: 20%;
}
.price-main .code_text {
  width: 44%;
  overflow: hidden;
  color: #666;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0 0.3rem;
  box-sizing: border-box;
  line-height: 0.8rem;
  height: 1rem;
}
.price-main .copy span {
  color: #4adef2;
}
.popi_footer .imgs {
  position: relative;
  padding-top: 80px;
}
/* .popi_footer .imgs:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 130px;
  height: 76px;
  background: url("../../tw-images/appoint/office-logo-pc-gangtai2.png") no-repeat center center;
} */
/*弹窗*/
@font-face {
  font-family: Price;
  src: url('../../font/BEBAS.ttf');
}
.appoint_price .scuess_box {
  background: url(../h5tw-image/appoint/appoint_success.png) no-repeat;
  background-size: contain;
}
.appoint_price .scuess_box .price-btns {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  text-align: center;
}
.appoint_price .scuess_box .price-btns a {
  display: inline-block;
  vertical-align: top;
  margin: 0.5rem 0;
  width: 40%;
}
.appoint_price .go-next {
  cursor: pointer;
  width: 80%;
  margin: 0 auto;
}
.price_code_mosk,
.role_mosk,
.price_check_mosk,
.excess_mosk {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
.price_code_main,
.role_main,
.price_check_main,
.excess_main {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 90%;
  transform: translateY(-50%);
}
.price_code_main p {
  color: #000;
  font-family: Price;
  position: absolute;
  font-size: 1.3rem;
  top: 34%;
  left: 1.7rem;
}
.price_code_main .close,
.role_main .close,
.price_check_main .close,
.excess_main .close {
  background: url(../h5tw-image/dialog/close.png) no-repeat;
  right: 50%;
  transform: translateX(50%);
  bottom: -2rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background-size: contain;
  z-index: 2;
}
.role_main .text,
.price_check_main .text {
  position: absolute;
  top: 12%;
  color: #fff;
  font-size: 12px;
  left: 0;
  width: 100%;
  padding: 3% 5%;
  box-sizing: border-box;
  line-height: 24px;
}
.role_main .text {
  width: 100%;
  padding: 5%;
  overflow: auto;
  height: 85%;
}
.price_check_main .text p {
  color: #f758fa;
  text-align: center;
  margin: 0 0 0.3rem 0;
  font-weight: bold;
  font-size: 15px;
}
.price_check_main ul li {
  border: 1px solid #f758fa;
  color: #f758fa;
  text-align: center;
  min-height: 1.5rem;
}
.price_check_main ul li + li {
  border-top: 1px solid transparent;
}
.price_check_main ul li:first-child {
  color: #000;
  background: #f758fa;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #f758fa;
}
.cat_downLoad {
  width: 293px;
  height: 76px;
}
.gopay_btn {
  width: 55.5px;
  height: 58.5px;
  position: fixed;
  top: 50px;
  right: 0.7rem;
}
.gift_box .game_info {
  width: 90%;
  margin: 1rem auto;
}
.gift_box .game_box {
  width: 90%;
  margin: 1rem auto;
}
.gift_box .btn_list {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.gift_box .btn_list .query_btn {
  display: inline-block;
  width: 35%;
  margin: 0 3%;
}
.gift_box .btn_list .query_btn1 {
  margin-left: 11%;
}
