/* 通用 */
* {
    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
}


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('./image/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;
}

a.geted {
    pointer-events: none;
}

/* 页面部分 */
.indexPage {
    min-width: 1400px;
    display: block;
    height: 6854px;
    background: url(./image/bg.jpg)top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}

/* 头部 */
.indexPage .header {
    padding: 38px 48px;
    display: flex;
    justify-content: flex-start;
}


.indexPage .header .logo a {
    display: inline-block;
    width: 313px;
    height:232px;
    background: url(./image/logo.png) no-repeat;
}



/* 侧导航 */
.indexPage .lift-nav  {
    position: fixed;
    width: 222px;
    height: 422px;
    right: 10px;
    top: 200px;
    background-image: url(./image/ce_bg.png);
    background-size: 100% 100%;
}
.indexPage .lift-nav .lift{
    margin-top: 90px;
}
.indexPage .lift-nav a {
    display: inline-block;
    width: 218px;
    height: 56px;
    background: url(./image/ce_btn.png) no-repeat ;
} 
.indexPage .lift-nav a.current{
        -webkit-filter: brightness(115%);
    -ms-filter: brightness(115%);
    -o-filter: brightness(115%);
    -moz-filter: brightness(115%);
    opacity: 0.85\0;
}
.indexPage .lift-nav .two{
    background-position-y: -57px;
}
.indexPage .lift-nav .three{
    background-position-y: -115px;
}
.indexPage .lift-nav .four{
    background-position-y: -172px;
}
.indexPage .lift-nav .five{
    background-position-y: -229px;
}


.indexPage .main {
    margin-top: 370px;
}



.indexPage .active-time {
    width: 1044px;
    height: 158px;
    margin: 0 auto;
    
    background: url(./image/login-bg.png) center !important;
    background-size: cover;
    
}
.indexPage .active-time  p{
height: 158px;
    line-height: 150px;
    font-size: 22px;
    color: #330000;
    background-image: linear-gradient(to bottom, #ffffff, #ffb3b3);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.down-in{
    width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.down-in a{
     display: inline-block;
    width: 295px;
    height: 76px;
    background: url(./image/down-btn.png) no-repeat ;
}
.down-in a:nth-child(2){
    background-position-x: -340px;
}
.indexPage .login{
}
.indexPage .login  p{
    color: #fff;
    font-size: 20px;
    line-height:60px;
    text-align: center;
}
.indexPage .login  p a{
     color: #fff;
	text-decoration: underline;
}
/* 每日签到 */
.partOne{
    width: 1398px;
    height: 1210px;
    background-image: url(./image/partOne-bg.png);
    background-size: 100% 100%;
    margin: 50px auto 0;
}
.partOne .activeRule{
    padding-top: 365px;
}
 .activeRule{
    padding-top: 315px;
}
 .activeRule p{
color: #1b210b;
font-size: 16px;
text-align: center;
line-height: 45px;
}
.partOne .sign a{
display: inline-block;
    width: 295px;
    height: 76px;
    background: url(./image/sign-btn.png) no-repeat ;
}
.partOne-content{
    width: 1104px;
    margin: 230px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}
.partOne-content a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./image/get-btn.png) no-repeat ;
}
.partOne-content a.geted{
    background-position-y: -44px;
}
/* 每日签到 end*/


/* 乞巧 */
.partTwo{
     width: 1398px;
    height:1248px;
    background-image: url(./image/partTwo-bg.png);
    background-size: 100% 100%;
    margin: 0 auto;
    
}
.partTwo .recharge a{
display: inline-block;
    width: 295px;
    height: 76px;
    background: url(./image/recharge-btn.png) no-repeat ;
}
.partTwo-content{
    width: 1080px;
    margin: 315px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}
.partTwo-content a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./image/get-btn.png) no-repeat ;
}
.partTwo-content a.geted{
    background-position-y: -44px;
}
/* 乞巧  end*/


/* 充值好礼 */

.partThree{
     width: 1398px;
    height:1248px;
    background-image: url(./image/partThree-bg.png);
    background-size: 100% 100%;
    margin: -45px auto 0;
    
}
.partThree .recharge a{
display: inline-block;
    width: 295px;
    height: 76px;
    background: url(./image/recharge-btn.png) no-repeat ;
}
.partThree-content{
    width: 1080px;
    margin: 290px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}
.partThree-content a{
    display: inline-block;
    width: 134px;
    height: 44px;
    background: url(./image/get-btn.png) no-repeat ;
}
.partThree-content a.geted{
    background-position-y: -44px;
}
/* 充值好礼  end*/

/* 累计充值 */
.partFour{
    width: 100%;
    height:1389px;
    background-image: url(./image/partFour-bg.png);
    background-size: 100% 100%;
    margin:-100px auto 0;
}

.partFour-content{
    width: 380px;
    padding-top: 610px;
    margin-left: 570px;
    text-align: left;
}
.partFour-content p{
font-size: 16px;
color: #102a18;
font-weight: bold;
text-shadow: 5px 5px 10px #ffffff, -5px -5px 10px #ffffff
}
.partFour .rule{
    width: 1200px;
    margin: 210px auto 0;
    text-align: left;
}
.partFour .rule p{
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}
/* 累计充值  end*/
