#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 20;
    font-size: 18px;
    color: #cfd1cc;
    z-index: 101
}

#loading .box {
    width: 100%;
    height: 1px;
    background: #414141;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

#loading .box span {
    height: 1px;
    background: #c4c4c4;
    position: relative;
    top: 0;
    left: 0;
    display: block
}

#loading .box p {
    font-size: 16px;
    line-height: 30px;
    color: silver;
    text-align: center
}

/*ç»™å¤´éƒ¨è®©å‡º43px*/
body {
    min-width: 1200px;
    width: 100%;
    background: #201f2c;
    padding-top: 40px;
}

._wrap {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}

.main {
    width: 100%;
    position: relative;
    margin: 0 auto;
    transition: all .5s linear;
}

.main.show {
    filter: blur(0);
}

._wrap .con {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 3600px;
    overflow: hidden;
    background: url(../images/bg.jpg?v=2) no-repeat 50% 0;
    padding-top: 830px;
    box-sizing: border-box;
}

._wrap .con .logo {
    width: 186px;
    height: 68px;
    top: 50px;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
    background: url(../images/logo.png) no-repeat 0 0
}

._wrap .con .slogan {
    width: 817px;
    height: 541px;
    background: url(../images/slogan.png?v=2) no-repeat 0 0;
    top: 130px;
    left: 50%;
    margin-left: -670px
}

._wrap .con .btn-login, ._wrap .con .btn-logout {
    width: 402px;
    height: 136px;
    background: url(../images/btn-login.png) no-repeat 0 0;
    font-size: 44px;
    color: #09101a;
    font-weight: bold;
    text-align: center;
    line-height: 136px;
    top: 600px;
    left: 50%;
    margin-left: -620px;
}

._wrap .con .btn-login:hover, ._wrap .con .btn-logout:hover {
    background-image: url(../images/btn-login-on.png);
}

._wrap .con .btn-logout {
    font-size: 30px;
    font-weight: normal;
}

._wrap .con .evt-1 {
    width: 1200px;
    height: 820px;
    background: url(../images/con-1.png?v=2) no-repeat 50% 0;
    margin: 0 auto;
}

._wrap .con .evt-1 a {
    width: 212px;
    height: 88px;
    background: url(../images/btn.png) no-repeat 50% 50%;
    color: #09101a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 88px;
}

._wrap .con .evt-1 a.on {
    background-image: url(../images/btn-on.png);
}

._wrap .con .evt-1 a:hover {
    filter: brightness(1.2);
}

._wrap .con .evt-1 a.done {
    filter: grayscale(1);
    cursor: default;
}

._wrap .con .btn-1 {
    top: 320px;
    left: 50%;
    margin-left: 160px
}

._wrap .con .btn-2 {
    top: 690px;
    left: 50%;
    margin-left: -295px
}

._wrap .con .btn-3 {
    top: 690px;
    left: 50%;
    margin-left: 85px
}

._wrap .con .evt-2 {
    width: 1200px;
    height: 1670px;
    background: url(../images/con-2.png?v=4) no-repeat 50% 0;
    padding: 136px 150px 0;
    margin: 0 auto;
    box-sizing: border-box;
}

._wrap .con .evt-2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

._wrap .con .evt-2 li {
    flex: 0 0 156px;
    height: 220px;
    margin-left: 30px;
    margin-bottom: 56px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 140px;
    position: relative;
    box-sizing: border-box;
}
._wrap .con .evt-2 li .info {width: 156px;height: 139px;position: absolute;top: 0;left: 0;cursor: pointer;}
._wrap .con .evt-2 li .info p {display: none;width:440px;height:140px;background: url(../images/bg-pop.png) no-repeat 0 0;padding:10px 10px;box-sizing: border-box;font-size: 16px;color:#d0d0d0;line-height: 24px;justify-content: center;align-items: center;text-align: center;position: absolute;top:0;left:155px}
._wrap .con .evt-2 li:nth-child(5n) .info p {left:-440px}
._wrap .con .evt-2 li .info:hover p{display: flex;}
._wrap .con .evt-2 li:nth-child(5n+1), ._wrap .con .evt-2 li:first-child {
    margin-left: 0;
}

._wrap .con .evt-2 li a {
    width: 65px;
    height: 78px;
    padding-top: 48px;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

._wrap .con .evt-2 li a.like {
    background: url(../images/like.png) no-repeat 50% 0;
}

._wrap .con .evt-2 li a.like:hover,
._wrap .con .evt-2 li a.like.on {
    background: url(../images/like-on.png) no-repeat 0 0;
}

._wrap .con .evt-2 li a.unlike {
    background: url(../images/unlike.png) no-repeat 50% 0;
}

._wrap .con .evt-2 li a.unlike:hover,
._wrap .con .evt-2 li a.unlike.on {
    background: url(../images/unlike-on.png) no-repeat 0 0;
}

._wrap .con .btn-tp {
    width: 402px;
    height: 136px;
    background: url(../images/btn-login.png) no-repeat 0 0;
    font-size: 44px;
    color: #09101a;
    font-weight: bold;
    text-align: center;
    line-height: 136px;
    top: 1490px;
    left: 50%;
    margin-left: -200px;
}
._wrap .con .btn-tp:hover {filter: brightness(1.2);}

._wrap .con .rules {
    width: 1200px;
    padding: 90px 50px;
    box-sizing: border-box;
    color: #d0d0d0;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
}

._wrap .con .rules p {
    font-size: 26px;
    color: #56bac0;
    font-weight: bold;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 30px;
}

.pop-text {width: 480px;height:258px;background: url(../images/pop.png) no-repeat 0 0;padding:65px 55px 0;box-sizing: border-box;}
.pop-text .btn_close,
.pop-coupon .btn_close {width: 35px;
    height: 35px;
    top: 0;
    right: 0;}
.pop-text p {color:#d0d0d0;font-size: 18px;line-height: 24px;text-align: center;}
.pop-text p b {font-size: 24px;line-height: 60px;}

.pop-coupon {width: 480px;height:258px;background: url(../images/pop.png) no-repeat 0 0;padding:25px 30px 0;box-sizing: border-box;}
.pop-coupon p {color:#d0d0d0;font-size: 18px;line-height: 24px;text-align: center;}
.pop-coupon p b {font-size: 24px;line-height: 60px;}
.pop-coupon .btn-copy{
    width: 212px;
    height: 88px;
    background: url(../images/btn.png) no-repeat 50% 50%;
    color: #09101a;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 88px;
    top: 150px;
    left: 50%;
    margin-left: -106px;}