@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.left{
    float: left;
}
.right{
    float: right;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #5f5f5f;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 10px;
    /*background: #221736 url(../../wwwImg/discounts/background.jpg) no-repeat bottom;*/
    background: #402e60 ;

    background-size: 100%;
}

a {
    text-decoration: none;
    outline: none;
}
img,
input {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0
}
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
button {
    margin: 0;
    padding: 0;
    list-style: none
}
.webLimit{
    width: 100%;
    max-width: 750px;
    min-height: 80vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;

    padding-bottom: 1rem;
}

.header{
    width: 100%;
    height: 1.04rem;
    background: url(../../wwwImg/discounts/top-bg.jpg) no-repeat center;
    background-size: 100%;
    display: flex;
    justify-content:space-between;
    align-items:center;
    padding: 0 0.2rem;
    border-bottom:1px solid #b68a65;
}
.homeLogo{
    width: 2.09rem;
    overflow: hidden;
    height: 0.95rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBtn{
    width: 2.92rem;
    height: 0.58rem;
}
.AD{
    width: 100%;
    min-height: 6.1rem;
    /*background: url(../../wwwImg/discounts/ADimg.png) no-repeat top;*/
    background-size: 100%;
    overflow: hidden;
}
.winnerList{
    width: 7.3rem;
    margin: 0.1rem auto 0;
    height: 1.3rem;
    background: rgba(22,19,19,.68);
    border: 1px solid #282124;
    margin-top:0.1rem ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.winnerListBox{
    width: 5.43rem;
    height: 1.2rem;
    background: rgba(22,19,19,.68);
    border: 1px solid #282124;
    padding: 0.05rem 0.1rem;
    overflow: hidden;
}
.winnerListBox li{
    font-size: 0.15rem;
    font-weight: normal;
    font-style: normal;
    color: #FFFFFF;
    line-height: 0.5rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.winnerListBox li em,.winnerListBox li i,.winnerListBox li span{
    font-weight: normal;
    font-style: normal;
}
.winnerListBox li span{
    color: #ca4b09;
}
.winnerListBox li i{
    color: #06ff9e;
}
.winnerListBox li em{
    color: #fe0101;
    margin-right: 0.1rem;
}
.suona{
    width: 7.23rem;
    height: 0.5rem;
    background: rgba(22,19,19,.68);
    border-radius: 0.5rem;
    margin: 0.1rem auto 0;
    line-height: 0.5rem;
    padding: 0 0.23rem;
    display: flex;
    align-items:center;
}
.suona i{
    content:'';
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../../wwwImg/discounts/suona.png) no-repeat center;
    background-size: 100%;
    line-height: 0.5rem;
    margin-right: 0.14rem;
}
.suona marquee{
    display: inline-block;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    overflow: hidden;
    width: 6.7rem;
}
.banner{
    width: 7.3rem;
    height: 2.69rem;
    margin: 0.1rem auto 0;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #7a5c26;*/
    padding: 1px;
    background: url(../../wwwImg/discounts/banner_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.banner .swiper-container{
    border-radius: 0.1rem;
}

.banner img{
    width: 100%;
    height: 100%;
}

.option_popup_box{
    width: 7.3rem;
    margin: 0.1rem auto 0;
    overflow: hidden;
}
.OP-left-box{
    width: 2.1rem;
    /*border: 1px solid #e8b22f;*/
    padding: 1px;
    background: url(../../wwwImg/discounts/OP-left-box_bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    float: left;

}
.OP-left-box ul {
    display: block;
    border-radius: 0.15rem;
    overflow: hidden;
}
.OP-left-box li{
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.5rem;
    font-weight: bold;
    color: #ff2622;
    position: relative;
    cursor: pointer;
}
.OP-left-box li:first-of-type{
    border-radius: 0.15rem 0.15rem 0 0;
}
.OP-left-box li:last-of-type{
    border-radius:0 0 0.15rem 0.15rem ;
}
.OP-left-box li.zonghe{
    background: url(../../wwwImg/discounts/zonghe.jpg) no-repeat top;
    background-size:100% 200%;
}
.OP-left-box li.qipai{
    background: url(../../wwwImg/discounts/qipai.jpg) no-repeat top;
    background-size:100% 200%;
}
.OP-left-box li.buyu{
    background: url(../../wwwImg/discounts/buyu.jpg) no-repeat top;
    background-size:100% 200%;
}
.OP-left-box li.dianzi{
    background: url(../../wwwImg/discounts/dianzi.jpg) no-repeat top;
    background-size:100% 200%;
}
.OP-left-box li.shixun{
    background: url(../../wwwImg/discounts/shixun.jpg) no-repeat top;
    background-size:100% 200%;
}
.OP-left-box li.tiyu{
    background: url(../../wwwImg/discounts/tiyu.jpg) no-repeat top;
    background-size:100% 200%;
}

.OP-left-box li.dianjing{
    background: url(../../wwwImg/discounts/dianjing.jpg) no-repeat top;
    background-size:100% 200%;
}

.OP-left-box li.active{
    background-position: bottom !important;
}
.OP-right-box{
    width: 5.1rem;
    height: 5.3rem;
    float: right;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.OP-central-box{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.OP-central-box:first-of-type{
    display: block;
}
.OP-central-box ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap:wrap;
    overflow-y: scroll;
}
.OP-central-box ul::-webkit-scrollbar {
    display: none;
}
.OP-central-box li{
    width: 2.5rem;
    height: 2.59rem;
    margin-top: 0.1rem;
    border: 1px solid #735634;
    position: relative;
    overflow:hidden;
}
.OP-central-box ul li:nth-child(1){
    margin-top: 0;
}
.OP-central-box ul li:nth-child(2){
    margin-top: 0;
}
.OP-central-box li img{
    width: 100%;
    height: 2rem;
}
.discountText{
    width: 100%;
    position:absolute;
    bottom: 0rem;
}
.discountText p{
    font-size: 0.25rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: rgba(35,21,56,0.86);
    color: #fff;
    text-align: center;
}
.operation{
    height: 0.5rem;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    background: rgba(35,21,56,0.86);
}
.applyBtn{
    display: inline-block;
    width: 0.9rem;
    height: 0.4rem;
    background: url(../../wwwImg/discounts/applyBtn.png) no-repeat center;
    background-size: 100%;
}
.rule{
    display: inline-block;
    width: 0.8rem;
    height: 0.3rem;
    background: url(../../wwwImg/discounts/rule.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    margin-top: -0.11rem;
}

.footer{
    width: 100%;
    height: 0.8rem;
    bottom: 0;
    overflow: hidden;
    z-index: 999999999;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}
.footer ul{

    background: rgba(0,0,0,1);
    border-top: 1px solid #e8cc96;

    box-shadow: 0 0 3px #000 ;
    max-width: 750px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}
.footer ul li{
    width: 33.33%;
    height: 100%;
    position: relative;
}

.footer ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer ul li img{
    height: 0.7rem;
}

.footer ul li:before{
    background: #383739;
    display: block;
    content: '';
    width: 1px;
    height: 0.7rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.35rem;
}
.footer ul li:first-of-type:before{
    display: none;
}

.OP-central-box p{
    color: #fff;
}

.popup{
    width: 6.63rem;
    min-height: 4.27rem;
    position: relative;
    overflow: hidden;
    background: url(../../wwwImg/discounts/popup_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: none;
}

.popup .select-mania-items{
    max-height:1.3rem;
}

.popup .select-mania-item{
    min-height: 0.45rem !important;
    height:0.45rem;
    line-height: 0.45rem;
}

.popupTitle{
    width: 4.23rem;
    height: 0.34rem;
    margin: 0.5rem auto 0.3rem;
    background: url(../../wwwImg/discounts/popupTitle.png) no-repeat center;
    background-size: 100% 100%;
}

.TCClass .layui-layer-ico.layui-layer-close.layui-layer-close2,
.applyPopup .layui-layer-ico.layui-layer-close.layui-layer-close2{
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../../wwwImg/discounts/popupClose.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    z-index:998;
}
body .TCClass .layui-layer-setwin,body .applyPopup .layui-layer-setwin{
    top: 0 !important;
    right: 0 !important;
}

body .TCClass.layui-layer,.applyPopup.layui-layer{
    background: none;
    overflow: hidden;
    position: absolute;
}

.adName{
    color: #f8d283;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.3rem;
    position: relative;
}
.adName:before,.adName:after{
    display: block;
    content: '';
    height: 0.02rem ;
    width: 2.15rem;
    background: #f8d283;
    position: absolute;
    margin-top: -0.01rem;
    top: 50%;
}
.adName:after{
    left: 0;
}
.adName:before{
    right: 0;
}
.popup input,.popup .select-mania.select-mania-medium.select-mania-theme-green,
.popup .select-mania-inner,.select-mania-value-text,.select-mania-value{
    display: block;
    background: url(../../wwwImg/discounts/popupInp.png) no-repeat center;
    background-size: 100%;
    width: 4.49rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.24rem;
    color: #f5c66c;
    padding: 0 0.36rem;
    position: relative;
    margin: 0.2rem auto 0;
    border: 0;
    outline: none;
    min-height: auto;
}

.select-mania-values{
    min-height: auto;
}
.popup .select-mania-inner{
    background: url(../../wwwImg/discounts/arrow.png) no-repeat center;
    background-size:100% ;
}
.select-mania [class^="icon-"]:before, .select-mania [class*=" icon-"]:before{
    display: none;
}
.popup .select-mania.select-mania-medium.select-mania-theme-green
,.select-mania-value,.select-mania-value-text{
    background: none;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.select-mania-dropdown{
    width: 4.49rem;
    left: 50%;
    margin-left: -2.245rem;
}
.select-mania-item{
    min-height: 0.55rem;
    padding:0rem 0.1rem;
}
.select-mania-group-text, .select-mania-item-text{
    min-height: auto;
    font-size: 0.2rem;
    height: 0.35rem;
}
.select-mania-theme-green .select-mania-item.select-mania-selected {
    background: #511E48;
    color: #f5c66c;
}
.popup .select-mania.select-mania-medium.select-mania-theme-green{
    color: #511E48;
}
.popup input::-webkit-input-placeholder { /* WebKit browsers */
    color: #f5c66c;
}

.popup input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f5c66c;
}

.popup input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f5c66c;
}

.popup input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f5c66c;
}

.select-mania-dropdown{
    padding:0;

}
.idCode{
    width: 4.49rem;
    height: 0.55rem;
    margin: 0rem auto 0.2rem;
    position: relative;
}
.idCode img{
    display: block;
    width: 0.9rem;
    height: 0.38rem;
    position: absolute;
    top: 50%;
    margin-top: -0.19rem;
    right: 0.2rem;
}
.popupBtn{
    display: block;
    width: 1.44rem;
    height: 0.45rem;
    margin: 0.45rem auto 0.5rem;
}

.Rheader{
    background: #571c3b;
    height: 1rem;
    border-bottom: 1px solid #b68a65;
    text-align: center;
    padding: 0;
    position: fixed;
    /*max-width:755px;*/
    top: 0;
    /*left: 0;*/
    width: 100%;
    z-index: 999;
}

.Rtitle{
    background-image:-webkit-linear-gradient(bottom,#e8cd98,#fff);
    -webkit-background-clip:text;
    /*-webkit-text-fill-color:transparent;*/
    font-size: 0.4rem;
    line-height: 1rem;
    text-align: center;
    font-weight: bold;
}

.goHome{
    width: 0.54rem;
    height: 0.48rem;
    background: url(../../wwwImg/discounts/gohome.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0.25rem;
    top: 0.26rem;
}

.Rcenter{
    width: 7.05rem;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*top:1.2rem ;*/
}

.Rcenter h1{
    text-align: center;
    line-height: 0.5rem;
    position: relative;
    display: flex;
    justify-content:center;
    align-items:center;
    margin: 0.6rem auto 0.4rem;
}

.Rcenter h1 span{
    background-image:-webkit-linear-gradient(bottom,#f7c45b,#fce88f,#fef19c);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-weight: normal;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.5rem;
}
.Rcenter h1:before,.Rcenter h1:after{
    display: flex;
    content: '';
    width: 0.52rem;
    height: 0.17rem;
    background: url(../../wwwImg/discounts/titleAB.png) no-repeat center;
    background-size: 100%;
    margin: 0 0.25rem;
}
.Rcenter p{
    color: #f7deaa;
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.Rcenter span{
    /* color: #fcfbfa; */
    font-size: 0.24rem;
    line-height: 0.4rem;
    /* display: block; */
}

.Rcenter h3{
    color: #fce701;
    font-size: 0.3rem;
    line-height: 0.4rem;
    margin: 0.55rem auto 0.2rem;
    text-align: left;
}

.Rcenter table{
    width: 100% !important;
    border-radius: 0.2rem;
    overflow: hidden;
    margin: 0.2rem auto !important;
}

.Rcenter table p span{
    color: #520a05;
}

.Rcenter td p {
    color: #520a05;
}

.Rcenter th{
    background: #520a05;
    color: #fce203;
    font-size: 0.24rem;
    border-right: 1px solid #620a04;
    line-height: 0.6rem;
}
.Rcenter td{
    background: #f2e0bd;
    font-size: 0.2rem;
    color: #520a05;
    line-height: 0.3rem;
    border-right: 1px solid #620a04;
    border-top: 1px solid #620a04;
    text-align: center;
    padding: 0.1rem 0;
}
.Rcenter tr:first-of-type td:last-of-type{
    border-right: none;
}
.Rcenter tr th:last-of-type{
    border-right: none;
}

.Rbtn{
    width: 1.43rem;
    height: 0.43rem;
    background: url(../../wwwImg/discounts/Rbtn.png) no-repeat center;
    background-size: 100%;
    margin: 0.5rem auto 0;
    display: block;
}

.Rcenter td p {
    color: #520a05;
}
#duilian{position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:9999}
#duilian .dlmask{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.65)}
#duilian .w750{position:relative;z-index:999;max-width:750px;margin:0 auto;display:flex;justify-content:center;flex-direction:column;height:100vh;left:0;top:0}
#duilian .w750 .inner{padding-bottom:20vh}

#form-box{
    max-height: 65vh;
    padding-bottom: 0.2rem;
    overflow-y: auto;
}

.bottom-npc{
    height: 0.3rem;
    position: relative;
}

.tmp-height1{
    height:6.5rem !important;
}

.tmp-height2{
    height:auto !important;
}

/************************************************* 调优 ****************************************************************/
.footer{
    bottom:0px !important;
    left:50% !important;
    transform: translate(-50%, -0 ) !important;
    z-index:990 !important;
    max-width: 750px !important;
    width:100vw !important;

}

.head_box{
    position: absolute !important;
    top:0px !important;
    left:50% !important;
    transform: translate(-50%, -0 ) !important;
    z-index:990 !important;
    max-width: 750px !important;
    width:100vw;
}

body,html{
    /*overflow: hidden !important;*/
}

#main-box{
    position:absolute;
    top:1.04rem;
    left:50%;
    transform: translate(-50%, -0 );
    height:100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom:1.04rem;
}

#rulePage{
    display: none;
    padding-bottom:1.2rem;
    /*background: #89305f url(../../wwwImg/discounts/rule_background.jpg) no-repeat bottom;*/
    background-size: 100%;
    width: 100vw;
    max-width: 750px;
    min-height: 100%;
}

.ruleClass{
    position: fixed !important;
    z-index:9999999 !important;
    width:100vw;
    max-width:750px;
}

.ruleClass .layui-layer-setwin{
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    left: 0.24rem ;
    top: 0.3rem;
    z-index: 1000;
}

/*** 返回主界面 ***/
.ruleClass .layui-layer-setwin .layui-layer-close2{
    width: 100%;
    height: 100%;
    background: url(../../wwwImg/discounts/goBack.png) no-repeat center;
    background-size: 0.22rem 100%;
    position: relative;
    right: 0;
    top: 0;
}
.ruleClass .layui-layer-setwin .layui-layer-close2:hover{
    background-position: center ;
}


body,html,.webLimit{
    overscroll-behavior-y: contain !important; //防止移动端头部元素可以下滑的现象
}

#popup{
    position: relative !important;
    top:50% !important;
    left:50% !important;
    transform: translate(-50%, -50% );
    z-index:998 !important;
}

#applyPopup{
    position: relative !important;
    top:50% !important;
    left:50% !important;
    transform: translate(-50%, -50% );
    z-index:998 !important;
}

/*
.header{
    position: fixed !important;
    max-width:750px;
    z-index:9;
}
*/
/*
#main-banner{
    margin-top:1.04rem;
}
*/

input::placeholder {
    color:rgba(245, 198, 108, 0.9) !important;
    font-size:0.22rem !important;
}

.popup .select-mania-inner,.popup .select-mania-value-text{
    color:rgba(245, 198, 108, 0.9) !important;
    font-size:0.22rem !important;
}


/********************************************* 定义滚动条的宽度和高度 ******************************************************/
.layui-layer-page .layui-layer-content {
    overflow-x: hidden;
}

#main-box{
    /*scrollbar-width: none !important;*/
}

.ruleClass .layui-layer-content{
    overflow-x:hidden;
    /*scrollbar-width: none !important;*/
}

.OP-central-box>ul{
    /*scrollbar-width: none !important;*/
    overflow-x:hidden;
}

/* WebKit */
::-webkit-scrollbar {
    /*width: 0 !important;
    height: 0 !important;*/
}

/* Firefox */
html {
    /*scrollbar-width: none !important;*/
    /*scrollbar-color: unset;*/
}

/* 定义滚动条的轨道和滑块样式 */
/* WebKit */
::-webkit-scrollbar-track {
    /*background-color:unset;*/
}

::-webkit-scrollbar-thumb {
    /*background-color: unset;
    border-radius: 0;*/
}

/* Firefox */
#main-box::-webkit-scrollbar-thumb {
    /*background-color: unset;
    border-radius: 0;*/
}


/* 鼠标悬停在滚动条上时的样式 */
/* WebKit */
::-webkit-scrollbar-thumb:hover {
    /*background-color: unset;*/
}

/* Firefox */
html::-webkit-scrollbar-thumb:hover {
    /*background-color: unset;*/
}

/* IE 和 Edge */
/* 注意：这些样式只适用于 IE 和 Edge 浏览器的旧版本 */
/* 若要支持新版本的 Edge 浏览器，请使用标准的 WebKit 样式 */
/* 可以根据需要修改样式 */
/* 滚动条轨道 */
body::-ms-scrollbar-track {
   /* background-color: unset;*/
}

/* 滚动条滑块 */
body::-ms-scrollbar-thumb {
    /*background-color: unset;
    border-radius: 0px;*/
}

/* 鼠标悬停在滚动条上时的样式 */
body::-ms-scrollbar-thumb:hover {
    /*background-color: unset;*/
}

.webLimit{
    padding-top: 1.04rem;
}
