body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}

body {
  font-family: "MicrosoftYaHeiUI", "MicrosoftYaHei";
}
.navigationWrapper {
  width: 100%;
  height: 100vh;
  background: url(../images/web/image/image_bg.gif) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  position: relative;
  /* flex-direction: column; */
}

.navigationWrapper .content {
  width: 100%;
  flex: 1;
  /* overflow: hidden; */
}

.content .bg_video {
  /* 宽度 最小 100% 高度最小 100vh - 80px 其他自适应 */
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.content_container {
  overflow: scroll;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.content_container .content_left {
  width: 662px;
  height: 100%;
  text-align: right;
}

.content_inner_container {
  width: 1378px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-around;
}

.content_container .content_left img {
  height: 100%;
}

.content_container .content_right {
  width: 840px;
  /* display: flex; */
  /* align-items: center; */
}

.content_container .content_right .hj_logo {
  width: 654px;
  height: 250px;
  margin: 40px auto 0;
  background: url(../images/web/image/654-250.png?version=1702042366503)
    no-repeat center center;
  background-size: contain;
}

.content_container .content_right .title {
  /* width: 665px; */
  /* height: 92px;
  margin:auto; */
  /* background: url(../images/web/image/title.png?version=1702042366503) no-repeat center center; */
  background-size: contain;
  /* margin-bottom: 25px; */
}

.boxintro {
  width: 840px;
  height: 400px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.content_container .content_right .sponsor_list {
  width: 840px;

  margin: 0 auto 15px;
}

.content_container .content_right .sponsor_item {
  text-align: center;
}

.content_container .content_right img {
  margin-bottom: 5px;
}

.content_container .content_right .sponsor_item .text {
  line-height: 19px;
  font-size: 14px;
  color: #ffffff;
}

.content_container .content_right .access_group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 840px;
  height: auto;
  /* margin: 0 auto 5px; */
  text-align: center;
}

.content_container .content_right .access_group .access_item {
  width: 154px;
  height: 178px;
  margin: 0 16px 16px 0;
  padding: 16px 32px;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: #26262b;
}

.content_container .content_right .access_group .access_item:nth-child(5n) {
  margin-right: 0;
}

.content_container .content_right .access_group .access_item .access_item_top {
  position: relative;
  margin-bottom: 2px;
}

.content_container
  .content_right
  .access_group
  .access_item
  .access_item_top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 72px;
  height: 2px;
  background: url(../images/web/image/img_fenge.png?version=1702042366503)
    no-repeat center center;
  background-size: contain;
}

.access_item .access_item_top .wifi_icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.wifi_icon div {
  float: left;
  width: 4px;
  /* border: 1px solid red; */
  position: absolute;
  bottom: 11.5px;
  border-radius: 3px;
  background-color: #6aaaf5;
}
.wifi_icon .signal1 {
  height: 11px;
  left: 10px;
}
.wifi_icon .signal2 {
  height: 14px;
  left: 16px;
}
.wifi_icon .signal3 {
  height: 17px;
  left: 22px;
}
.wifi_icon .signal4 {
  height: 20px;
  left: 28px;
  background-color: #898989;
}

.access_item .access_item_top .time_text {
  padding-bottom: 2px;
  line-height: 28px;
  font-size: 20px;
  color: #6aaaf5;
}

.access_item .access_item_bottom .access_text {
  line-height: 20px;
  margin-bottom: 6px;
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
}

.access_item .access_item_bottom .access_btn {
  display: inline-block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  border-radius: 32px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(270deg, #ab9768 0%, #f0ecaa 100%);
}

.content_container .hj_intro_group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 840px;
  position: fixed;
  bottom: 40px;
  left: 50%;
  z-index: 0;
  margin: 0 auto;
  margin-left: -420px;
}

.content_container .hj_intro_group .hj_intro_item {
  width: 154px;
  margin-right: 16px;
  text-align: center;
}
.content_container .hj_intro_group .hj_intro_item .hj_intro_icon {
  width: 60px;
}
.content_container .hj_intro_group .hj_intro_item:last-child {
  margin-right: 0;
}

.content_container .hj_intro_group .hj_intro_item .hj_intro_text {
  font-size: 14px;
  color: #ccc088;
  font-family: "PingFang SC";
}

.navigationWrapper .footer {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background: #353f4b;
}

.navigationWrapper .footer .footer_container {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.navigationWrapper .footer .venue_group {
  width: 100%;
  height: 80px;
  line-height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.venueItem_1 {
  width: 78px;
  height: 26px;
  background: url("../images/web/image/img_logo_ag.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_1:hover {
  background-image: url("../images/web/image/img_logo_ag_hover.png?version=1702042366503");
}

.venueItem_2 {
  width: 110px;
  height: 23px;
  background: url("../images/web/image/img_logo_pt.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_2:hover {
  background-image: url("../images/web/image/img_logo_pt_hover.png?version=1702042366503");
}

.venueItem_3 {
  width: 124px;
  height: 27px;
  background: url("../images/web/image/img_logo_mg.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_3:hover {
  background-image: url("../images/web/image/img_logo_mg_hover.png?version=1702042366503");
}

.venueItem_4 {
  width: 72px;
  height: 27px;
  background: url("../images/web/image/img_logo_bbin.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_4:hover {
  background-image: url("../images/web/image/img_logo_bbin_hover.png?version=1702042366503");
}

.venueItem_5 {
  width: 91px;
  height: 27px;
  background: url("../images/web/image/img_logo_shuang.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_5:hover {
  background-image: url("../images/web/image/img_logo_shuang_hover.png?version=1702042366503");
}

.venueItem_6 {
  width: 88px;
  height: 20px;
  background: url("../images/web/image/img_logo_ebet.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_6:hover {
  background-image: url("../images/web/image/img_logo_ebet_hover.png?version=1702042366503");
}

.venueItem_7 {
  width: 36px;
  height: 27px;
  background: url("../images/web/image/img_logo_og.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_7:hover {
  background-image: url("../images/web/image/img_logo_og_hover.png?version=1702042366503");
}

.venueItem_8 {
  width: 73px;
  height: 27px;
  background: url("../images/web/image/img_logo_gd.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_8:hover {
  background-image: url("../images/web/image/img_logo_gd_hover.png?version=1702042366503");
}

.venueItem_9 {
  width: 126px;
  height: 19px;
  background: url("../images/web/image/img_logo_lb.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_9:hover {
  background-image: url("../images/web/image/img_logo_lb_hover.png?version=1702042366503");
}

.venueItem_10 {
  width: 28px;
  height: 27px;
  background: url("../images/web/image/img_logo_kg.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_10:hover {
  background-image: url("../images/web/image/img_logo_kg_hover.png?version=1702042366503");
}

.venueItem_11 {
  width: 28px;
  height: 27px;
  background: url("../images/web/image/img_logo_tcg.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_11:hover {
  background-image: url("../images/web/image/img_logo_tcg_hover.png?version=1702042366503");
}

.venueItem_12 {
  width: 101px;
  height: 24px;
  background: url("../images/web/image/img_logo_pg.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  margin-right: 22px;
  cursor: pointer;
}
.venueItem_12:hover {
  background-image: url("../images/web/image/img_logo_pg_hover.png?version=1702042366503");
}

.venueItem_13 {
  width: 101px;
  height: 10px;
  background: url("../images/web/image/img_logo_dt.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  cursor: pointer;
  margin-right: 0;
}
.venueItem_13:hover {
  background-image: url("../images/web/image/img_logo_dt_hover.png?version=1702042366503");
}

.chatClient {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(90, 121, 150, 0.32);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
}
.chatClient a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #48acff;
  text-decoration: none;
}

.chatClient a:hover {
  text-decoration: underline;
}

.chatImg {
  position: relative;
  width: 27px;
  height: 27px;
  margin: 12px auto 10px;
}

.chatClient:hover .default {
  opacity: 0;
}

.chatClient:hover .hover {
  opacity: 1;
}

.default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/web/image/icon-customer-support.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/web/image/icon-customer-support-hover.png?version=1702042366503")
    no-repeat center center;
  background-size: contain;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
}

.footList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 1200px;
  margin: auto;
}

.footList li {
  position: relative;
  cursor: pointer;
}
.footList li > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 3368px 50px;
  transition: all 0.4s ease;
}

.footer img {
  height: 50px;
  margin: 0 auto;
}

/* 新增太阳城集团推广内容样式 */
.video_view {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  z-index: 1;
  top: 0;
  left: 0;
}
.new-top-info {
  width: 100%;
  height: 100vh;
  background-color: rgba(0 0 0 / 0.3);
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}

.top-banner {
  margin-bottom: 20px;
  position: relative;
  height: 150px;
}

.banner-button {
  position: absolute;
  top: 46px;
  right: 22px;
  cursor: pointer;
}

.banner-button img {
  display: block;
  object-fit: contain;
  height: 46px;
  width: auto;
}

.banner-button-l {
  position: absolute;
  top: 32px;
  left: 22px;
  cursor: pointer;
}

.banner-button-l img {
  display: block;
  object-fit: contain;
  height: 88px;
  width: auto;
}

.main-content {
  position: relative;
}

.logo-section {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sun-logo {
  position: relative;
}

.sun-logo img {
  display: block;
  object-fit: contain;
  height: 266px;
  width: auto;
}

.company-name {
  margin-bottom: 15px;
}

.company-name img {
  display: block;
  object-fit: contain;
  height: 65px;
  width: auto;
}

.company-domain {
  margin-bottom: 15px;
  cursor: pointer;
}

.company-domain img {
  display: block;
  object-fit: contain;
  height: 35px;
  width: auto;
}

.company-slogan {
  margin-bottom: 12px;
}

.company-slogan img {
  display: block;
  object-fit: contain;
  height: 30px;
  width: auto;
}

.customer-service {
  position: absolute;
  right: 0;
  top: 0;
}

.service-icon {
  background: #d4af37;
  color: #000;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.promotion-buttons {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.promo-button {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.promo-button img {
  display: block;
  object-fit: contain;
  height: 45px;
  width: auto;
}

.promo-button:hover {
  background: linear-gradient(135deg, #f4e4bc, #d4af37);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(212, 175, 55, 0.3);
  border-radius: 6px;
}

.website-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.link-item {
  display: flex;
  background-color: rgba(0 0 0 / 0.3);
  border: 2px solid #d4af37;
  border-radius: 8px;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.link-domain {
  flex: 1;
  background-color: rgba(0 0 0 / 0.3);
  color: #ec1518;
  padding: 12px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: 320px;
  cursor: pointer;
}

.link-button {
  background: linear-gradient(135deg, #d4af37, #f4e4bc);
  color: #dc143c;
  padding: 12px 16px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.link-button:hover {
  background: linear-gradient(135deg, #f4e4bc, #d4af37);
}

.kfimg {
  width: 88px;
  height: 88px;
  position: fixed;
  top: 55%;
  right: 2px;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  @media (min-width: 680px) {
    max-width: 430px;
  }
}
