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;
    overflow: hidden;
    display: flex;
    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 {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.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: 732px;
}

.content_container .content_right .hj_logo{
    width: 88px;
    height: 100px;
    margin: 0 auto 15px;
    background: url(../../images/index3/logo.png) no-repeat center center;
    background-size: contain;
}

.content_container .content_right .title {
    width: 665px;
    height: 103px;
    margin:auto;
    background: url(../../images/index3/title.png) no-repeat center center;
    background-size: contain;
    margin-bottom: 25px;
}

.content_container .content_right .sponsor_list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 738px;
    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: flex-start;
    width: 745px;
    margin: 0 auto 5px;
    text-align: center;
}

.content_container .content_right .access_group .access_item {
    width: 138px;
    height: 156px;
    margin: 0 13px 12px 0;
    padding: 16px 21px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.7);
}

.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=1770832399028) no-repeat center center;
    background-size: contain;
}

.access_item .access_item_top .wifi_icon {
    position: relative;
    width: 43px;
    height: 43px;
    margin: 0 auto 2px;
    border-radius: 50%;
    background: #FFFFFF;
}

.wifi_icon div{
    float: left;
    width:4px;
    /* border: 1px solid red; */
    position: absolute;
    bottom: 11.5px;
    border-radius: 3px;
    background-color: #0096ff;
}
.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: 25px;
    font-size: 20px;
    color: #0096FF;
}

.access_item .access_item_bottom .access_text {
    line-height: 18px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #666666;
}

.access_item .access_item_bottom .access_btn {
    display: inline-block;
    width: 86px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background:linear-gradient(270deg, #d0a673 0%, #efd9bf 100%);
}

.content_container .content_right .hj_intro_group {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.content_container .content_right .hj_intro_item {
    margin-right: 34px;
    text-align: center;
}

.content_container .content_right .hj_intro_item:last-child {
    margin-right: 0;
}

.content_container .content_right .hj_intro_item .hj_intro_text {
    font-size: 16px;
    color: #FFFFFF;
}

.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=1770832399028") 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=1770832399028");
}

.venueItem_2 {
    width: 110px;
    height: 23px;
    background: url("../images/web/image/img_logo_pt.png?version=1770832399028") 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=1770832399028");
}

.venueItem_3 {
    width: 124px;
    height: 27px;
    background: url("../images/web/image/img_logo_mg.png?version=1770832399028") 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=1770832399028");
}

.venueItem_4 {
    width: 72px;
    height: 27px;
    background: url("../images/web/image/img_logo_bbin.png?version=1770832399028") 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=1770832399028");
}

.venueItem_5 {
    width: 91px;
    height: 27px;
    background: url("../images/web/image/img_logo_shuang.png?version=1770832399028") 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=1770832399028");
}

.venueItem_6 {
    width: 88px;
    height: 20px;
    background: url("../images/web/image/img_logo_ebet.png?version=1770832399028") 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=1770832399028");
}

.venueItem_7 {
    width: 36px;
    height: 27px;
    background: url("../images/web/image/img_logo_og.png?version=1770832399028") 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=1770832399028");
}

.venueItem_8 {
    width: 73px;
    height: 27px;
    background: url("../images/web/image/img_logo_gd.png?version=1770832399028") 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=1770832399028");
}

.venueItem_9 {
    width: 126px;
    height: 19px;
    background: url("../images/web/image/img_logo_lb.png?version=1770832399028") 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=1770832399028");
}

.venueItem_10 {
    width: 28px;
    height: 27px;
    background: url("../images/web/image/img_logo_kg.png?version=1770832399028") 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=1770832399028");
}

.venueItem_11 {
    width: 28px;
    height: 27px;
    background: url("../images/web/image/img_logo_tcg.png?version=1770832399028") 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=1770832399028");
}

.venueItem_12 {
    width: 101px;
    height: 24px;
    background: url("../images/web/image/img_logo_pg.png?version=1770832399028") 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=1770832399028");
}

.venueItem_13 {
    width: 101px;
    height: 10px;
    background: url("../images/web/image/img_logo_dt.png?version=1770832399028") 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=1770832399028");
}

.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=1770832399028") 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=1770832399028") 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;
}