:root {
    --color-main-background: #191919;
    --box-shadow-1: -5px 5px 5px #395797, 5px -5px 5px #395797;
    --box-shadow-2: -5px 5px 5px #919739, 5px -5px 5px #919739;
    --text-shadow-1: -5px 10px 15px #f8fded, 5px -10px 15px #46600f;
    --color-font-warning:#f25e3f;
    --color-font-success:#000;
    --color-font-error:#a0470f;
    --poster-back-width:713;
    --poster-back-height:1566;
    --default-font-family :"Noto Sans SC", 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Microsoft YaHei", 'Arial', sans-serif;

    --swiper-pagination-bullet-horizontal-gap:10px;
    --swiper-pagination-bullet-width:30px;
    --swiper-pagination-bullet-height:30px;
    --swiper-pagination-color: #e69b48;
    --color-backgroud-color:#fefefe90;
}
body{
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
}
* {
    padding: 0;
    margin: 0;
    color: #fefefe;
    font-family: var(--default-font-family);
}
ul,ol,li{list-style: none;}

input[type=text], input[type=tel] {
    border-radius: 5px;
    border: #878b7e solid thin;
    height: 40px;
    font-size: 20px;
    color: #46600f;
    margin-bottom: 5px;
}
input[type=text]:focus,input[type=tel]:focus{
   border: #cf5d5d solid thin;
}
.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-col{
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.flex-center{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.show {display:block;}
.hide {display: none;}
.show_border {border: #6c80f3 solid thin;}
.btn {
    cursor: pointer;
}
.btn:hover{transform: scale(1.02);
    /* border: #f48e8ea6 solid thin; */
}
.btn.circle:hover{
    border-radius: 50%;
}
.in-center{text-align: center;}
.warning {
    text-align: center;
    font-size: 18px;
    color: var(--color-font-warning);
    font-weight: bold;
}
body {
    background-color: var(--color-main-background);
    font-family: "Noto Sanc SC", 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Microsoft YaHei", 'Arial', sans-serif;
}
body.pc {
    width: 100%;
    height: 100%;
}
.wrap {
    width: 1080px;
    height: 7550px;
    background: url(../img/bg.jpg) no-repeat;
    margin: 0 auto;
}

.slice{width: 100%; margin: 0 auto; position: relative;height: auto;}
.slice .title{
    font-size: 42px;
    font-weight: bolder;
    text-align: center;
	letter-spacing: 5px;
}
.top-nav {
    height: 165px;
}
.nav-col{ margin: 0 auto; }
.nav-col-1{width: 150px;margin-left: 12px;}
.nav-col-2{width: auto;}
.nav-col-3{width:auto;}
.logo-icon{
    width: 106px;
    height:106px;
    background: url(../../assets/img/icon.png) no-repeat;
    margin: 28px 0 0 20px;
}
.slogan{width:400px;text-align: center; font-weight: bolder;padding-top: 25px;letter-spacing: 5px;}
.slogan .up{font-size: 45px;}
.slogan .down{font-size: 30px;}
.button-group{width: 500px;    padding-top: 38px;}

.button-group .btn{
    width: 220px;
    height: 83px;
    margin: 2px 9px;
    background:url(../img/btn-jump-blank.png) no-repeat;
}
.btn-go-lottery,.btn-jump-web{
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    text-decoration: none;
    color: #9e3d3d;
}

.slice2 {height: 1709px;}
.zone-yuyue {
	position: absolute;
	width: 100%;
	bottom: 45px;
	height: 285px;
}
.hd-time {
	width:100%;
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	height: 85px;
	line-height: 80px;
	letter-spacing: 5px;
}
.btn-yuyue{
    width: 669px;
    height: 151px;
    background:url(../img/btn-yuyue-blank.png) no-repeat;
    margin: 0 auto;
    color: #9e3d3d;
    text-align: center;
    font-size: 60px;
    line-height: 140px;;
    font-weight: bold;
    text-shadow: none;
}
  .btn-yuyue p{
    background-image: linear-gradient(0deg, #9e3d3d, transparent);
    width: fit-content;
    margin: 0 auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   width:100%;
   height:100%;
}
.wrap-yuyue .blank{width: 100%; height: 60px;}


.slice3 .title {
	padding-top: 240px;
}
.zone-lottery{

}
.lottery-items-wrap {
	width: 993px;
	height: 1049px;
    margin:0 auto;
    margin-top: 127px;
}

.lottery-row {
	justify-content: space-around;
	padding: 0 35px;
}
.lottery-item .img-show:hover{
    background-color: #f3f5f4a4;
    mask-border: var(--box-shadow-1);
    transform: scale(1.02);
    border-radius: 50%;
}

.btn-lottery{
    width: 278px;
    height: 278px;
    background: url(../img/lottery/btn-btn-lottery.png) no-repeat;
}
.btn-lottery.disable {
    filter: grayscale(0.5) brightness(0.8);
    cursor: none;
}
.lottery-items-wrap .desc{
    font-size: 32px;
    color: #4c6373;
    text-align: center;
}
.img-show{
    width: 248px;
    height: 248px;
    background: url(../img/lottery/bg-lottery-item-outside-border.png) no-repeat;
}
.lottery-item.active .img-show{
    background-image: url(../img/lottery/bg-lottery-item-outside-border-1.png);
}
[class^=lottery-item-]{
    width: 238px;
    height: 238px;
    background: url(../img/lottery/lottery-item-1.png) no-repeat top center/100% 100%;
}
.lottery-item-2 {
    background-image: url(../img/lottery/lottery-item-2.png);
}
.lottery-item-3 {
    background-image: url(../img/lottery/lottery-item-3.png);
}
.lottery-item-4 {
    background-image: url(../img/lottery/lottery-item-4.png);
}
.lottery-item-5 {
    background-image: url(../img/lottery/lottery-item-5.png);
}
.lottery-item-6 {
    background-image: url(../img/lottery/lottery-item-6.png);
}
.lottery-item-7 {
    background-image: url(../img/lottery/lottery-item-7.png);
}
.lottery-item-8 {
    background-image: url(../img/lottery/lottery-item-8.png);
}

.lottery-user-status{width: 100%; margin: 0 auto;height:140px;
    margin-top: 78px;}
.lottery-info {
	font-size: 34px;
	color: #BDC0c9;
	width: 325px;
	line-height: 80px;
	word-spacing: 5px;
}

.lottery-info .balance{
    color: #fefefe;
}
.btn-groups {
	justify-content: space-around;
	width: 600px;
}
.btn-lottery-awarded{
    width: 280px;
    height: 83px;
    background: url(../img/btn-lottery-awarded.png) no-repeat;
}
.btn-hd-rule{
    width: 280px;
    height: 83px;
    background: url(../img/btn-hd-rule.png) no-repeat;
}

.slice4{}
.tasks-guide {
    width: 955px;
    height: 599px;
    margin: 0 auto;
    margin-top: 480px;
}
.task-item {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}
.task-desc{font-size: 40px; color: #4C6473;text-align: center;width: 45%;}
.task-action {
    width: auto;
    margin: 0 auto;
}
.task-name,.yuyue-state{color: #4C6473;}

.yuyue-state{font-size: 30px;}
.btn-guide{
    width: 322px;
    height: 96px;
    background: url(../img/btn-guide.png) no-repeat;
}
.task-item.done .btn-guide{
    background: url(../img/btn-guide-done.png) no-repeat;
    filter: grayscale(0.5) brightness(0.6);
}
.yuyue-state .num {
    color: #947347;
}
.invit-friends{
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

.invited-gift-show {
    width: 100%;
    margin: 0 auto;
    height: 390px;
    margin-top: 180px;
    justify-content: center;
}

.invited-gift-1,.invited-gift-2{
    width: 302px;
    height: 302px;
    background: url(../img/bg-invite-gift-1.png) no-repeat;
    margin: 0 38px;
}
.invited-gift-show .invited-gift-2 {
    background: url(../img/bg-invite-gift-2.png) no-repeat;
}

.btn-invited-award{
    width: 208px;
    height: 61px;
    background: url(../img/btn-invite-stage.png) no-repeat top center;
    margin: 0 auto;
}

.btn-invited-award.done{
    background-image: url(../img/btn-invite-stage-done.png);
    cursor: none;
}
.btn-invited-award.disable{
    background-image: url(../img/btn-invite-stage-gray.png);
    cursor: none;
}
.friend-sites {
    justify-content: space-evenly;
    width: 1038px;
    margin: 0 auto;
    margin-top: 50px;
}
.site {
    width: 20%;
}
.add-firend{
    width: 194px;
    height: 194px;
    background: url(../img/btn-add-friend.png) no-repeat;
    border-radius: 50%;
    border: #d0ddb400 solid thin;    
    margin: 0 auto;
}
.add-firend.add:hover{
    border: #d0ddb4 solid thin;
    cursor: pointer;
}
.friend-sites .desc{
    text-align: center;
    font-size: 32px;
    font-weight: 400;
}
.added .avatar{
    width: 194px;
    height: 194px;
    background: url(../img/bg-default-avatar.png) no-repeat;
    border-radius: 50%;
    background-size: 100% 100%;
}

.slice5 .title{    
    margin-top: 345px;
    color:#373A41;
    font-weight: 400;
}

.hot-points-show {
    margin-top: 65px;
    margin-bottom: 100px;
}
.search-blank{
    width: 732px;
    height: 126px;
    margin: 0 auto;
    background: url(../img/bg-search.png) no-repeat;
}
.web-addr {
    width: fit-content;
    margin: 0 auto;
    color: #4C6373;
    text-align: center;
    font-size: 40px;
    padding-top: 12px;
    border-bottom: #4C6373 solid 2px;
}
.slice6 {
    margin-top: 293px;
}
.search-blank  {
    font-size: 50px;
    text-align: center;
    line-height: 135px;
    color: #4c6373;
}
.slice6 .logo{
    width: 351px;
    height: 139px;
    margin: 0 auto;
    background: url(../../../assets/images/xy_logo_2510.png) no-repeat;
    margin-top: 188px;
}
.bottom-note{
    width: 100%;
    font-size: 36px;
    color: #4c6373;
    text-align: center;    
    padding-top: 60px;
}

.pop.hd-rule,.pop.popmsg {
    display: none;
    width: 955px;
    height: 720px;
    background: url(../img/bg-pop.png) no-repeat top center/100% 100%;
    position: fixed;
    top: 20vh;
    left: 24vw;
}

.pop .close_pop {
    position: relative;
    float: right;
    margin: 0px 40px;
    font-size: 35px;
    color: #cc8b8b;
    cursor: pointer;
}
.m .pop .close_pop{
    margin: 5px 85px;
    color:#e82323;
}
.pop .close_pop:hover{
    font-size: 38px;
    color: #fefefe;
}

.content {
    padding:80px 80px 0 80px;
}
.pop .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    color: black;
}
.content *{
    color: #373A41;
    font-size: 18px;
}
.pop .close_popmsg {right:unset;}
.popmsgarea {
    padding: 80px 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.popmsgarea .qrcode{margin-top: 100px;}
.m .popmsgarea .qrcode{margin-top: 50px;}

.pop-gift-desc {
    color: red;
}
.hd-rule .content {
    width: 70%;
    margin: 0 auto;
}
.hd-wrap {
    height: 520px;
    overflow-y: scroll;
}
.sel-roles {
    display: flex;
    flex-direction: column;
    margin-left: 100px;
}

.m .pop-gift-desc{
    font-size: 25px;
}
.m .hd-rule, .m .popmsg,.m .pop {
    width: 100vw;
    height:auto;
    background: url(../img/bg-pop.png) no-repeat top center/100% 100%;
}

.m .content {
    width: 75%;
    text-indent: 2rem;
    height: auto;
    margin: 0 auto;padding-bottom: 100px;
}
.m .content *{
    font-size: 26px;
    line-height: 45px;
}
.m .content .title{
    font-size: 32px;
    padding: 10px 0 10px 0;
}
.m .rule-wrap {
    width: 100%;
    height: 600px;
    border: red dashed;
    padding: 0 0 163px 0;
    margin-bottom: 60px;
}

.m .hd-wrap {
   height: 800px;
    overflow-y: scroll;
    margin: 35px 10px 20px 15px;
}
.btn-accept-invite{
    width: 537px;
    height: 121px;
    margin: 0 auto;
    background: url(../img/btn-pass.png) no-repeat;
}
.friend-avatar{
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    background: url(../img/bg-default-avatar.png) no-repeat top center/100% 100%;
}
.m .friend-name {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-indent: unset;
}
.m .helo-words {
    font-size: 38px;
    text-align: center;
    font-weight: bolder;
    padding: 50px;
}
.m .btn-accept-invite {
    margin-bottom: 30px;
}
.m .lnregbox{width:100%;margin:0 auto;}
.m .guide-lnreg .contents{
    width: calc(750/1080 * 640px);
    height: auto;
}
.m .guide-lnreg .formline1{
    /* line-height: 110px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.m .guide-lnreg .lnreglnk,.m .lost-pwd {width: 32%;margin: 0 auto;}
.m #loginbtn{
    width: calc(750/1080 * 537px);
}
.m input[type=text], .m input[type=tel],.m input[type=password]{
    font-size: 32px;
    height: 80px;
    border-radius: 5px;
    width: 100%;
}
.m .lnregbox {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
    height: auto;
}
.m .formline2 {
    height: 75px;
    color: red;
    margin-top: 20px;
}
.m .formline2 * {
    color: #3f4a2a;
}

.m input#checkbox {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.m .close-pop.flg-close {
    position: absolute;
    color: #97b184;
    font-size: 40px;
    right: 50px;
}
.m .btn-go-lottery-flat {
    margin-top: 60px;
}

.my-gifts {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #d3d9de;
    margin-left: 4px;
}

.my-gifts .item {
    width: 248px;
    height: 248px;
    margin: 0 auto;    margin-bottom: 60px;
}
.my-gifts .desc {
    text-align: center;
}
.my-gifts .gifts {
    justify-content: space-between;    
    max-height: 550px;
    overflow-y: scroll;
    padding-bottom: 100px;
    padding-top: 25px;
}
.m .gifts img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: #6db76d dashed 3px;
}
.btn-go-lottery-flat{
    width: 537px;
    height: 121px;
    margin: 0 auto;
    background: url(../img/btn-go-lottery-flat.png) no-repeat;
}

/* patches for ucenter style*/
#loginbtn{
    /* width: 537px;
    height: 121px; */
    background: url(../img/btn-login.png) no-repeat top center/100% 100%;
}

.btn-bind{
    /* width: 322px;
    height: 96px;
    background: url(../img/btn-guide.png) no-repeat; */
    width: 322px;
    height: calc(151px * 322/669);
    background: url(../img/btn-yuyue-blank.png) no-repeat top center/100% 100%;
    margin: 0 auto;
    margin-top: 25px;
}
.bind-roles .btn-bind {
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    text-indent: 0rem;
    font-weight: 400;
}
.pop.share-tips{
    width: 1080px;
    height: 575px;    
    background: url(../img/bg-share-tips.png) no-repeat top center/100% 100%;
    top: 0vh;
    position: fixed;
}
.m .pop.share-tips{
    width: 750px;
    height: calc(750/1080 * 575px);
}
.pop.finally-invited{}
.pop.bind-roles{}
.m .pop.bind-roles{}
.guide-bind-role {
    display: none;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #c15687;
    text-decoration: #5e5cea underline dashed;
}
.m .guide-bind-role{
    font-size: 38px;
    line-height: 100px;
}
.m .sel-roles .role {
    line-height: 60px;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 50px;
}
.m .role input {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.heartbeat {
    opacity: 1;
    overflow: hidden;
    -webkit-animation-name: HeartBeat;
    -moz-animation-name: HeartBeat;
    -o-animation-name: HeartBeat;
    animation-name: HeartBeat;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}

@-webkit-keyframes HeartBeat {
    from {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
    50% {
        transform: rotate(0deg) scale(1, 1);
    }
    to {
        transform: rotate(0deg) scale(0.8, 0.8);
    }
}

.popmsgarea .desc {
    font-size: 20px;
    color: #926868;
    line-height: 50px;
    padding: 10px;
    text-indent: 3rem;
}

.sel-options {
    display: flex;
    flex-direction: row;
    font-size: 32px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
    height: 60px;
}
.sel-options * {
    font-size: 36px;
    color: #1c614a;
    text-align: center;
}
.sel-options input[type=radio] {
    font-size: 36px;
    width: 35px;
    height: 35px;
}
.btn-avator-permit{
    width: 354px;
    height: calc(151px * 354/669);
    margin: 0 auto;
    background: url(../img/btn-yuyue-blank.png) no-repeat top center/100% 100%;
    margin-top: 25px;
    font-size: 35px;
    font-weight: 400;
    line-height: 75px;
    color: #000;
}

.added .avatar::after {
    content: "♥️";
    position: absolute;
    font-size: 40px;
    color: red;
    margin: -45px 80px;
}
.line {
    height: 1px;
    border-bottom: #cca3a3 solid thin;
    width: 100%;
}
.go-bind-role,.go-bind-role-help{
    cursor: pointer;
    color: #191919;
    font-size: 30px;
    text-decoration: underline dashed;
    font-weight: bold;
}
.go-bind-role-help{
    color: #919739;
     text-decoration: #6e6eeb underline dashed;
     display: inline;
}
.user-status .lab {
    width: fit-content;
    float: left;
}
.user-status .cur-state {
    float: left;
}
.user-info {
    justify-content: space-around;
}
.my-avatar {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background-size: 100% 100%;
}
.m .other {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.m .btn-clear-cache{
    display: none;
    text-align: center;
    bottom: 0;
    font-size: 30px;
    color: red;
    cursor: pointer;
}

.btn-yuyue.done {
    filter: grayscale(0.5) brightness(0.6);
    cursor: none;
}
.walawala {
    text-align: center;
    padding-top: 50px;
}
.m .popmsgarea .warning {
    font-size: 30px;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
.m .top-mask{
    background-color: #503e3e;
}
.m .top-mask .warning {
    font-size: 25px;
    width: fit-content;
    max-width: 70vw;
    text-align: left;
    text-indent: 2rem;
}
.m .popmsgarea .tips {
    font-size: 24px;
    color: #000;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 40px 0;
}
.m .popmsgarea .btn-go-share {
    width: 400px;
    height: calc(151px * 400/669);
    background: url(../img/btn-yuyue-blank.png) no-repeat top center/100% 100%;
    margin: 0 auto;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    color: #403939;
    font-weight: 400;
}
.m .popmsgarea .btn-go-share:hover{
    transform: scale(1.02);
}

.hd-wrap p {
    font-weight: bold;
}
.hd-wrap li p {
    font-weight: 400;
}

.m .btn-yuyue.gray {
    filter: brightness(1) grayscale(0.7);
}
.m .gray p.flex-center {
    filter: brightness(0.1);
}
