@charset "utf-8";
#index{
    width: 100%;
    clear: both;
}
#index .step-box{
    height: 115px;
    width: 100%;
    background: url(/images_plus/index/step.png?v2)no-repeat center;
    background-size: 129% 100%;
    position: relative;
}
#index .step-box .step-wrap{
    width:1000px;
    height: 100%;
    margin:0 auto;
    display: flex;
}
#index .step-box .step{
    width: calc(100%/3);
    position: relative;
}
#index .step-box .stepIcon{
    height: 60px;
    width: 60px;
    display: block;
    position: absolute;
    top: 39px;
}
#index .step:first-child .stepIcon{
    background: url(/images_plus/index/step1.png) center/cover no-repeat;
    left: 53px;
}
#index .step:nth-child(2) .stepIcon{
    background: url(/images_plus/index/step2.png) center/cover no-repeat;
    left: 120px;
}
#index .step:nth-child(3) .stepIcon{
    background: url(/images_plus/index/step3.png) center/cover no-repeat;
    left: 140px;
}
#index .step-box .step-text{
    position: absolute;
    top: 20px;
    font-size: 12px;
    left: 130px;
    color:#d4d4d4;
}
#index .step:nth-child(2) .step-text{
    left:200px;
}
#index .step:nth-child(3) .step-text{
    left:220px;
}
#index .step-box .step-text h2{
    color:#e74701;
    padding-bottom: 6px;
}
#index .index-title{
    font-weight: bold;
    color:#ff4e00;
    font-size: 18px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
#index .content-wrap{
    width: 1200px;
    margin: 0 auto;
}
/*Index 1*/
.index1{
    background-color: #181717;
}
.index1 a {
    color: #fff;
    text-decoration: none;
}

.index1 .index1-wrap{
    display: flex;
    justify-content: space-between;
    padding:50px 0;
}
.index1 .section02 {
    overflow:hidden;
    width: 1200px;
    margin:0 auto;
    position: relative;
}
.index1 .section02 .lBox .tabSection {
    width: 888px;
    height: 360px;
    overflow: hidden;
}
.index1 .section02 .lBox .menuUl li {
    width: 120px;
    height: 31px;
    float: left;
    padding-right: 8px;
    font-size: 14px;
}
.index1 .section02 .lBox .menuUl li a {
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid hsla(0,0%,100%,.25);
    border-bottom: unset;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color:hsla(0,0%,100%,.25);
}
.index1 .section02 .lBox .menuUl li.on a,
.index1 .section02 .lBox .menuUl li a:hover {
    background-color:#ff4e00;
    color:#fff;
}
.index1 .section02 .lBox .tabBox {
    display: none;
    width: 780px;
    padding: 20px 0 0 1px;
    position: relative;
    border-top: 1px solid hsla(0,0%,100%,.25);
    max-height: 350px;
    overflow: auto;
}
.index1 .section02 .lBox .tabBox .img {
    position: absolute;
    top: -90px;
    left: -138px;
}
.index1 .section02 .lBox .tabBox li {
    float: left;
    width: 146px;
    margin: 0 10px 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.index1 .section02 .lBox .tabBox li .spe {
    width: 146px;
    height: 111px;
    overflow: hidden;
    position: relative;
}
.index1 .section02 .lBox .tabBox li .spe img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.index1 .section02 .lBox .tabBox li:hover .spe img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.index1 .section02 .lBox .tabBox li a {
    display: block;
    position: absolute;
    height: 111px;
    top: 0;
    left: 0;
    width:146px;
}
.index1 .section02 .lBox .tabBox li span {
    display: block;
    color: #fff;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    background-color: #272a2b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.index1 .section02 .lBox .tabBox li:hover span {
    background-color: #000;
    color:#fff;
}
[class*=" imghvr-"], [class^="imghvr-"],
[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
    background-color: transparent !important;
    padding: 0 !important;
}
.index1 .section02 .lBox .tabBox li figcaption {
    width: 146px;
    height: 111px;
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: none;
}
.index1 .section02 .lBox .tabBox li:hover figcaption {
    display: block;
}
.index1 .section02 .lBox .tabBox li figcaption .enter {
    display: block;
    width: 100px;
    color: #fff;
    background: #ec1c23;
    margin: 40px auto;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity:0.9;
}

.index1 .section02 .rBox {
    width: 280px;
    position: relative;
}
.index1 .section02 .rBox .title {
    margin: 0 0 26px 20px;
}
.index1 .section02 .rBox .price {
    height: 32px;
    padding-top: 20px;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.index1 .section02 .rBox .price .RankingInfo span {
    margin: 0 -2px ;
}
.index1 .section02 .rBox .subBox {
    background: url(/images_plus/index/jackpotbg.png)no-repeat;
    background-size: cover;
    height: 360px;
}
/*Index 3*/
#index .index2-content{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
#index .index2-content> div.box{
    width: calc(1138px/4);
    height: 242px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
#index .index2-content> div.box:first-child{
    background: url(/images_plus/index/index2_bg1.png)no-repeat;
    background-size: cover;
    color:#f1c300;
}
#index .index2-content> div.box:nth-child(2){
    background: url(/images_plus/index/index2_bg2.png)no-repeat;
    background-size: cover;
    color:#ec1c23;
}
#index .index2-content> div.box:nth-child(3){
    background: url(/images_plus/index/index2_bg3.png)no-repeat;
    background-size: cover;
    color:#02c7bd;
}
#index .index2-content> div.box:nth-child(4){
    background: url(/images_plus/index/index2_bg4.png?v1)no-repeat;
    background-size: cover;
    color:#b401e2;
}
#index .index2-content .box-content{
    position: absolute;
    top: 50px;
    text-align: center;
    left: 0;
    right: 0;
}
#index .index2-content .box-content .text{
    line-height: 30px;
    padding-top: 15px;
}
#index .index2-content .box-content .text span{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.index2 .hover-box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: height .3s,opacity .3s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    height: 0;
    opacity: 0;
}
.index2 .box:first-child .hover-box{
    background: url(/images_plus/index/hover1.png)no-repeat;
    background-size: cover;
}
.index2 .box:nth-child(2) .hover-box{
    background: url(/images_plus/index/hover2.png?v5)no-repeat;
    background-size: cover;
}
.index2 .box:nth-child(3) .hover-box{
    background: url(/images_plus/index/hover3.png)no-repeat;
    background-size: cover;
}
.index2 .box:nth-child(4) .hover-box{
    background: url(/images_plus/index/hover4.png?v5)no-repeat;
    background-size: cover;
}
.index2 .box:hover .hover-box{
    height: 283px;
    opacity: 1;
}
.index2 .box:nth-child(2):hover .hover-box{
    height: 310px;
}
.index2 .bottom-box,.index2 .bottom-box .bottom{
    width: 100%;
    height: 43px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.index2 .bottom-box .bottom{
    transition: -webkit-transform .3s;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    transition-delay: .3s;
}
.index2 .box:hover .bottom{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.index2 .bottom-box .bottom:before{
    height: 39px;
    left: 0;
    bottom: 0;
    width: 100%;
}
.index2 .bottom-box .bottom:after{
    width: 122px;
    height: 9px;
    left: 80px;
    bottom: 35px;
    -webkit-transform: perspective(9px) rotateX(8deg);
    transform: perspective(9px) rotateX(8deg);
}
.index2 .bottom-box .bottom:before,.index2 .bottom-box .bottom:after{
    transition: background .5s;
    content: "";
    position: absolute;
}
.index2 .box:first-child .bottom-box .bottom:before,
.index2 .box:first-child .bottom-box .bottom:after{
    background-color: #f1c300;
}
.index2 .box:nth-child(2) .bottom-box .bottom:before,
.index2 .box:nth-child(2) .bottom-box .bottom:after{
    background-color: #ec1c23;
}
.index2 .box:nth-child(3) .bottom-box .bottom:before,
.index2 .box:nth-child(3) .bottom-box .bottom:after{
    background-color: #02c7bd;
}
.index2 .box:nth-child(4) .bottom-box .bottom:before,
.index2 .box:nth-child(4) .bottom-box .bottom:after{
    background-color: #b401e2;
}
.index2 .bottom-box .bottom a{
    font-family: nunito-black;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) translateY(4px);
    transform: translate(-50%,-50%) translateY(4px);
    white-space: nowrap;
    z-index: 999;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
/* index layout fixed */

html:not(.en) #index .step-box .step {
    width: calc(100%/3);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
html:not(.en) #index .step-box .stepIcon{
    margin-right: 15px;
    position: unset;
    flex-shrink: 0;
}
html:not(.en) #index .step-box .step-text {
    position: unset;
}
