/* 通用 */
* {
    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/new_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 {
    width: 100%;
    height: 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 {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
}
.indexPage  .bg{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.indexPage  .bg video{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.indexPage  .bg img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.indexPage  .content{
     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}


/* 头部 */
.header {
    padding-top: 20px;
    width:99%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

/* 头部 end*/


/* 内容区 */
.main{
    width: 77%;
   
    margin: 278px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main .main_l{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .main_l .register a{
    display: inline-block;
    width: 287px;
    height: 250px;
    background: url(../images/new_index/register_btn.png) no-repeat;
}
.main .main_l .version{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.main .main_l .version a{
    display: inline-block;
    width: 283px;
    height: 102px;
    background: url(../images/new_index/version_btn.png) no-repeat;
}
.main .main_l .version a:last-child{
    background-position-y: -102px;
}
.main .main_l .download a{
    display: inline-block;
    width: 287px;
    height: 250px;
    background: url(../images/new_index/download_btn.png) no-repeat;
}


.main .main_r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .main_r a{
    display: inline-block;
    width: 399px;
    height: 410px;
    background: url(../images/new_index/enter_img.png) no-repeat;
}
/* 2560*1440 分辨率适配 */
@media screen and (min-width: 2000px) and (min-height: 1200px) {
    .header {
        padding-top: 30px;
    }

    .main{
        margin-top: 450px;
    }

    .main .main_l .register a{
        width: 360px;
        height: 315px;
        background-size: 100%;
    }

    .main .main_l .version a{
        width: 355px;
        height: 128px;
        background-size: 100%;
    }
.main .main_l .version a:last-child {
    background-position-y: -128px;
}
    .main .main_l .download a{
        width: 360px;
        height: 315px;
        background-size: 100%;
    }

    .main .main_r a{
        width: 500px;
        height: 515px;
        background-size: 100%;
    }
}

