html, body {
    position: relative;
    min-width: 62.5%;
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: '微软雅黑,Arial';
    overflow-x: hidden;
}

.content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menubar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.25vw;
    background: #fff;
    transform: translateY(-100%);
    z-index: 1;
}

.menubar.active {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.menubar.active1 {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.menubar_box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.tab-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 9.219vw;
    left: 50%;
    /* width: 70.781vw; */
    height: 18.802vw;
    transform: translateX(-50%);
}

.tab-ul li {
    flex-shrink: 0;
    position: relative;
    width: 16.719vw;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    margin: 0 0.5vw;
}


.tab-ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0.469vw;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.tab-ul li a img {
    display: block;
    position: relative;
    width: 100%;
}

.tab-ul li a .ellipse {
    position: absolute;
    top: -4.74vw;
    left: -4.74vw;
    width: 9.427vw;
    height: 9.427vw;
    border-radius: 50%;
}

.tab-ul li:nth-child(1) a .ellipse {
    background: #6a5542;
}

.tab-ul li:nth-child(2) a .ellipse {
    background: #fabe00;
}

.tab-ul li:nth-child(3) a .ellipse {
    background: #00aeca;
}

.tab-ul li:nth-child(4) a .ellipse {
    background: #bfd833;
}

.tab-ul li a .ellipse p {
    position: absolute;
    right: 1.823vw;
    bottom: 1.458vw;
    width: 2.188vw;
    color: #fff;
    font-size: 1.042vw;
}

.tab-ul li a .li-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(124, 124, 124, 0.4);
    transition: all 0.3s ease-in-out;
}

.tab-ul li a .li-mask.active {
    background: rgba(124, 124, 124, 0);
    transition: all 0.3s ease-in-out;
}

.kvbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 45.313vw;
    overflow: hidden;
}

.kvbox .kv {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
}

.kv-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.6);
}

.kv-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.kv-wrap .a_logo, .menubar_box .a_logo {
    display: block;
    position: absolute;
    top: 3.438vw;
    left: 0.156vw;
    width: 7.448vw;
    height: 3.281vw;
}

.logo {
    display: block;
    width: 7.448vw;
}

.menu {
    position: absolute;
    top: 2.969vw;
    right: 0;
    width: 3.906vw;
    height: 4.271vw;
    cursor: pointer;
}

.kv-en {
    position: absolute;
    top: 17.76vw;
    width: 100%;
    color: #fff;
    font-size: 2.396vw;
    text-align: center;
}

.kv-cn {
    position: absolute;
    top: 20.677vw;
    width: 100%;
    color: #fff;
    font-size: 4.167vw;
    font-weight: bold;
    text-align: center;
}

.kvbox .vidBtn {
    position: absolute;
    top: 27.75vw;
    left: 50%;
    width: 8.333vw;
    height: 5.208vw;
    transform: translateX(-50%);
    cursor: pointer;
}

.icon_play {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2.917vw;
    transform: translateX(-50%);
}

.kv-tips {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 1.25vw;
    text-align: center;
}

.wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 176.146vw;
    overflow: hidden;
}

.wrap_box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 62.5%;
    height: 100%;
    transform: translateX(-50%);
}

.machine_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 58.594vw;
    opacity: 0;
}

.machine_box.dh {
    animation: animationY 1s ease-in-out both;
}

.machine_box .machine {
    position: absolute;
    top: 7.656vw;
    left: 2.552vw;
    width: 58.698vw;
}

.machine_box .vidBtn {
    position: absolute;
    top: 44.479vw;
    left: 0;
    width: 8.698vw;
    height: 8.385vw;
    cursor: pointer;
}

.machine_box a img {
    display: block;
    width: 100%;
}

.machine_box .card {
    position: absolute;
    top: 27.031vw;
    left: 15.833vw;
    width: 44.844vw;
    height: 25.885vw;
    opacity: 0;
}

.machine_box .card.dh {
    animation: animationY 1s ease-in-out both;
}

.machine_box .card .card_title {
    position: absolute;
    top: 17.76vw;
    color: #00aeca;
    font-size: 1.875vw;
    font-weight: bold;
    left: -20%;
}

.machine_box .card .card_desc {
    position: absolute;
    top: 20.365vw;
    color: #818181;
    font-size: 1.042vw;
    left: -20%;
}

.machine_box .card .card_desc sup {
    font-size: 0.729vw;
}

.machine_box .ring {
    position: absolute;
    top: 10.938vw;
    left: 0.208vw;
    width: 15.625vw;
    height: 7.813vw;
    opacity: 0;
}

.machine_box .ring.dh {
    animation: animationY 1s ease-in-out both;
}

.machine_box .platform {
    position: absolute;
    top: 4.271vw;
    left: 17.917vw;
    width: 20.469vw;
    height: 16.198vw;
    opacity: 0;
}

.machine_box .platform.dh {
    animation: animationY 1s ease-in-out both;
}

.machine_box .treasure {
    position: absolute;
    top: 6.719vw;
    left: 41.25vw;
    width: 19.479vw;
    height: 19.167vw;
    opacity: 0;
}

.machine_box .treasure.dh {
    animation: animationY 1s ease-in-out both;
}

.machine_box .ring .ring_title, .machine_box .platform .platform_title, .machine_box .treasure .treasure_title {
    position: absolute;
    top: 0;
    color: #00aeca;
    font-size: 1.875vw;
    font-weight: bold;
}

.machine_box .ring .ring_desc, .machine_box .platform .platform_desc, .machine_box .treasure .treasure_desc {
    position: absolute;
    top: 2.604vw;
    color: #818181;
    font-size: 1.042vw;
}

.game {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 34.271vw;
    opacity: 0;
}

.game.dh {
    animation: animationY 1s ease-in-out both;
}

.game .title {
    position: absolute;
    top: 0;
    width: 100%;
    color: #00aeca;
    font-size: 2.604vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.game .game1img {
    position: absolute;
    top: 6.354vw;
    left: 50%;
    margin-left: -3.724vw;
    width: 7.448vw;
}

.game .geme_title {
    position: absolute;
    top: 15.729vw;
    width: 100%;
    color: #f0ac00;
    font-size: 1.875vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.game .geme_desc1 {
    position: absolute;
    top: 18.854vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.game .geme_desc1 sup {
    font-size: 0.729vw;
}

.game .geme_desc2 {
    position: absolute;
    top: 20.729vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.game .game2img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30.104vw;
    width: 60.208vw;
}

.create {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 39.583vw;
    opacity: 0;
}

.create.dh {
    animation: animationY 1s ease-in-out both;
}

.create .create1img {
    position: absolute;
    top: 3.75vw;
    left: 50%;
    margin-left: -3.724vw;
    width: 7.448vw;
}

.create .create_title {
    position: absolute;
    top: 13.125vw;
    width: 100%;
    color: #bfd833;
    font-size: 1.875vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.create .create_desc1 {
    position: absolute;
    top: 16.25vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.create .create_desc2 {
    position: absolute;
    top: 18.125vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.create .create_box {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -34.323vw;
    width: 68.646vw;
    height: 17.656vw;
}

.create .create_box .create_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 50%;
    width: 64.531vw;
    height: 100%;
    transform: translateX(-50%);
}

.create .create_box .create_wrap div {
    position: relative;
    width: 20.052vw;
    height: 100%;
}

.create .create_box .create_wrap div p:nth-child(1) {
    position: absolute;
    top: 1.667vw;
    width: 100%;
    color: #94a727;
    font-size: 1.042vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.create .create_box .create_wrap div p:nth-child(2) {
    position: absolute;
    top: 3.438vw;
    width: 100%;
    color: #818181;
    font-size: 0.938vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.accompany {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 38.802vw;
    opacity: 0;
}

.accompany.dh {
    animation: animationY 1s ease-in-out both;
}

.accompany .accompany1img {
    position: absolute;
    top: 4.375vw;
    left: 50%;
    margin-left: -3.724vw;
    width: 7.448vw;
}

.accompany .accompany_title {
    position: absolute;
    top: 13.802vw;
    width: 100%;
    color: #6a5542;
    font-size: 1.875vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.156vw;
}

.accompany .accompany_desc {
    position: absolute;
    top: 16.927vw;
    width: 100%;
    color: #333333;
    font-size: 1.146vw;
    text-align: center;
    letter-spacing: 0.156vw;
}

.accompany .accompany_desc1 {
    position: absolute;
    top: 40.885vw;
    width: 100%;
    color: #636363;
    font-size: 0.938vw;
    text-align: left;
    letter-spacing: 0.156vw;
}

.accompany .accompany2img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -30.104vw;
    width: 60.208vw;
}

.toiobox {
    position: absolute;
    left: 0;
    bottom: 0.26vw;
    width: 100%;
    opacity: 0;
}

.toiobox.dh {
    animation: animationY 1s ease-in-out both;
}

.footer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.938vw;
    background: #00b0ca;
}