/* 通用 */
* {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
button {
    outline: 0;
}

button {
    border: 0;
    background-clip: padding-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

textarea,
input {
    word-wrap: break-word;
    word-break: break-all;
}

span,
p,
div {
    word-wrap: break-word;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
    padding: 0 !important;
    text-align: center;
    background: black !important;
    color: white !important;
    font-size: 22px !important;
    height: 50px !important;
    line-height: 50px !important;
    position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
    top: 15px !important;
}

body .skin_class_exmple .layui-layer-ico {
    background: url('../images/index/close2.png')no-repeat !important;
    background-size: 115%;
}

body .skin_class_exmple>.layui-layer-content {
    text-align: center;
    font-size: 20px;
    color: red;
    box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
    opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
    opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
    background: white;
    text-align: center;
}

body .layui-layer-title {
    background-color: transparent !important;
    border-bottom: none;
}

body .layui-layer-content {
    background-color: transparent !important;
    border-bottom: none;
    box-shadow: none;
}

body .layui-layer-setwin a {
    width: 24px;
    height: 24px;
    opacity: 0;
}

body .layui-layer-setwin a:hover {
    opacity: 0;
}

body .layui-layer-setwin {
    opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
    right: -2px;
    top: -2px;
}

body .skin_class_two {
    box-shadow: none;
}

.cu_layer {
    display: none;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

body {
    max-width: 1920px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

a:hover {
    -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%);
    opacity: 0.85\0;
}

.indexPage a.geted {
    pointer-events: none;
}

/* 页面部分 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 4061px;
    background: url(../images/index/index-bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}

/* 视频背景样式 */
#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 30%; */
    /* height: 100vh; */
    z-index: 0;
    /* 将视频放在最底层 */
    object-fit: cover;
    /* 保持视频比例并覆盖整个容器 */
}

/* 头部 */
.indexPage .header {

    width: 1745px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 10;
}

.indexPage .header .logo {
    text-align: left;
    padding-top: 40px;
}

.indexPage .header .logo a {
    display: inline-block;
    width: 290px;
    height: 215px;
    background: url(../images/index/logo.png) no-repeat;
}

.indexPage .header .btn {
    width: 348px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/index/header-btn.png);
    background-size: 100% 100%;
}

.indexPage .header .btn .enter {
    flex: 1;
    padding-left: 57px;
}

.indexPage .header .btn .download {
    flex: 1;
    padding-right: 45px;
}

.indexPage .header .btn .download a {
    padding-right: 5px;
}

.indexPage .header .btn .download a:nth-child(2) {
    padding-left: 5px;
}

.indexPage .header .btn a {
    display: inline-block;
    color: #e1b36d;
    font-size: 18px;
    font-family: 'Source Han Serif', serif;
    font-weight: bold;
    padding-bottom: 12px;
}

/* 头部 end*/

/* 侧边导航样式 */
.lift-nav {
    position: fixed;
    right: 90px;
    width: 136px;
    height: 451px;
    background: url(../images/index/ce-bg.png)top center no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.lift-nav .lift {
    width: 136px;
    height: 290px;
    position: relative;
    text-align: center;
    padding-top: 146px;
}


.lift-nav .lift a {
    display: block;
    font-family: 'Source Han Serif CN';
    color: #ffcda5;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
}

/* 侧边导航样式 end*/

/* 注册下载 */
.gameDownload {
    width: 589px;
    height: 211px;
    background-image: url(../images/index/gameDownload-bg.png);
    background-size: 100% 100%;
    padding: 0 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.gameDownload .le {
    margin-left: 35px;
}

.gameDownload .le a {
    display: inline-block;
    width: 179px;
    height: 46px;
    background: url(../images/index/gameDownload-btn.png) no-repeat;
}

.gameDownload .le a:last-child {
    background-position-y: -46px;
}

.gameDownload .ri a {
    display: inline-block;
    width: 92px;
    height: 106px;
    background: url(../images/index/gameDownload-btn2.png) no-repeat;
}

/* 注册下载 end*/

/* 内容区 */
.indexPage .indexPage_container {
    margin-top: 500px;
}

/* partOne */
.partOne {
    width: 1400px;
    margin: 90px auto 0;
    position: relative;
}

.partOne .swiper {
    position: relative;
    top: -75px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 103px;
    height: 101px;
    background-image: url(../images/index/partOne-jt1.png);
    background-size: 100% 100%;
    left: 0px;
    top: 60%;
    transform: translateY(-50%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 103px;
    height: 101px;
    background-image: url(../images/index/partOne-jt2.png);
    background-size: 100% 100%;
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
}

/* partOne end*/


/* partTwo */
.partTwo {
    width: 1600px;
    margin: 188px auto 0;
}


/* partTwo end*/

/* partThree */
.partThree {
    width: 1400px;
    margin: 70px auto 0;
}

.partThree .content {
    margin-top: 70px;
}

/* partThree end*/