@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	height: 100%;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	width: 100%;
}

html,
body {
	min-height: 100%;
	position: relative;
	font-size: 0.2rem;
	background: #fff;
	box-sizing: border-box;
}

input,
textarea {
	-webkit-appearance: none;
}
/**
 * border1px手机端解决方法    
 */

.wrapper {
	width: 7.5rem;
	height: 51.29rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
}
.nav {
	width: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-top: 0.3rem;
	margin-left: 5.2rem;
}
.nav .item {
	width: 1.03rem;
	height: 0.42rem;
}
.nav .item a {
	display: block;
	width: 1.03rem;
	height: 0.42rem;
}
/* 当有两个 .item 时，第一个用 margin-right: auto 推到左边 */
.nav .item:first-child:nth-last-child(2) {
    margin-right: auto;
}
.nav .item .load {
	background: url(../img/nav1.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav .item .loadout {
	background: url(../img/nav1_logout.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav .item:nth-child(2) {
	background: url(../img/center.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.account {
	background: url(../img/account.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.98rem;
	height: 0.57rem;
	line-height: 0.57rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 0.17rem;
	color: #FFFFEF;
	margin: 4.2rem auto 0;
	box-sizing: border-box;
	padding: 0 0.2rem;
	/*position: relative;*/
}
.account div {
	width: 23%;
	height: 0.2rem;
	border-right: 0.01rem solid #a27beb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.account div:first-child {
	width: 23%;
}
.account div:nth-child(2) {
	width: 27%;
}
.account div:nth-child(3) {
	width: 23%;
}
.account div:nth-child(4) {
	width: 27%;
	border-right: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.1rem;
}
.account div:nth-child(4) span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.account div span {
	color: #ffc2cb;
}

/*累计充值*/
.recharge{
	margin: 7.1rem auto 0;
	text-align: center;
}
.recharge .recharge-time{
	width: 5.75rem;
	height: 1.2rem;
	background: url(../img/recharge-time.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0 auto;
	color: #FFFFEF;
	padding-top: 0.15rem;
	box-sizing: border-box;
}
.recharge .recharge-time p:first-child{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.07rem;
}
.recharge .recharge-time p:last-child{
	font-size: 0.18rem;
}
.recharge-title{
	color: #6e36bd;
	font-size: 0.22rem;
	line-height: 0.22rem;
	margin-bottom: 0.26rem;
}
.recharge-num{
	
}
.recharge-num span{
  display: inline-block;
  width: 0.73rem;          
  height: 1.04rem;
  line-height: 1.04rem;
  text-align: center;
  font-size: 0.56rem;
  font-weight: bold;
  color: #a05b24; 
  background: url(../img/num-block.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.recharge-num span:last-child{
	margin-right: 0;
}
.next-level{
    text-align: center;
    font-size: 0.3rem;
    color: #6e36bd;
    margin: 0.5rem auto 0.5rem;
}
.target-num{
    font-weight: bold;
}
.progress-box{
    position: relative;
    width: 5.7rem;
    height: 0.2rem;
    margin: 0rem auto 0;
}
.progress-track{
    width: 5.7rem;
    height: 0.2rem;
    background: #9a80bf;
    border-radius: 0.2rem;
    margin: 0rem auto 0;
}
.progress-fill{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 0.2rem 0rem 0rem 0.2rem;
    background: linear-gradient(90deg, #ffb370, #ffdd44);
    width: 0%; 
    transition: width 0.3s ease;
}
.progress-star{
    position: absolute;
    top: -60%;
    margin-left: -0.12rem;
    width: 0.49rem;
    height: 0.49rem;
    background: url(../img/star.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
    left: 0%;
    transition: left 0.3s ease;
}
.recharge-gift {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	width: 5.9rem;
	margin: 1.92rem auto 0;
}

.gift-block {
  box-sizing: border-box;
  width: 1.6rem;
  height: 1.84rem;
  background: url(../img/gift-block.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-top: 0.37rem;
	box-sizing: border-box;
}
.recharge-gift .gift-block:first-child{
	margin-left: 0.76rem;
}
.recharge-gift .gift-block:nth-child(2),.recharge-gift .gift-block:nth-child(3){
	margin-left: -0.18rem;
}
.recharge-gift .gift-block:nth-child(4){
	margin-top: -0.42rem;
	margin-left: 0.06rem;
}
.recharge-gift .gift-block:nth-child(5){
	margin-top: -0.42rem;
	margin-left: -0.18rem;
}
.recharge-gift .gift-block:nth-child(6){
	margin-top: -0.42rem;
	margin-left: -0.18rem;
}
.recharge-gift .gift-block:nth-child(7){
	margin-top: -0.42rem;
	margin-left: -0.24rem;
}
.gift-num{
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.16rem;
	color: #695c87;
	font-weight: bold;
}
/* 外部容器：固定尺寸，flex 居中 */
.gift-imgblock {
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.05rem auto 0.06rem;
  position: relative;
}

.gift-imgblock img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.gift-imgblock .intro-jian{
	width: 0.15rem;
	height: 0.27rem;
	position: absolute;
	top: -0.21rem;
	left: 1.4rem;
	transform: rotate(90deg);
}
.gift-name{
	width: 1.6rem;
    height: 0.18rem;
  background-image: url(../img/gift-name.png);
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: center;
  color: #695c87;
  font-size: 0.12rem;
  line-height: 0.18rem;
  margin: 0.1rem auto 0;
}

.recharge-tip{
	text-align: center;
	width: 5.56rem;
	margin: 0.06rem auto 0.4rem;
}
.recharge-tip p:first-child{
	color: #42305d;
	font-size: 0.2rem;
	/*font-weight: bold;*/
	margin-bottom: 0.06rem;
}
.recharge-tip p:last-child{
	color: #fcfafe;
	font-size: 0.16rem;
	line-height: 0.2rem;
}
.btn-group{
	width: 5.4rem;
	height: 0.96rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0rem auto 0;
}
.btn-group-nor{
	width: 2.51rem;
	height: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
	font-size: 0.26rem;
	font-weight: bold;
	
}

.btn-group-nor a{
	line-height: 0.75rem;
}
a.btn-green{
	display: block;
	width: 2.51rem;
	height: 0.75rem;
	background: url(../img/btn-green.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #175515;
}
a.btn-yellow{
	display: block;
	width: 2.51rem;
	height: 0.75rem;
	background: url(../img/btn-yellow.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #aa5000;
}
a.btn-grey{
	display: block;
	width: 2.49rem;
	height: 0.75rem;
	background: url(../img/btn-grey.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #aa5000;
}
a.btn-saled{
	display: block;
	width: 2.49rem;
	height: 0.75rem;
	background: url(../img/btn-grey.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: red;
}
a.btn-spe{
	display: flex;
	flex-direction:column ;
	justify-content: center;
	align-items: center;
}
a.btn-spe .btn-spe-p{
	color: #aa5000;
	font-size: 0.26rem;
}
.btn-group-spe p{
	color: #959595;
	font-size: 0.15rem;
	line-height: 0.18rem;
}
.btn-group-block{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.08rem;
}
.btn-group-block img{
	width: 0.19rem;
	height: 0.21rem;
}
.btn-group-block p{
	font-size: 0.16rem;
	font-weight: bold;
	color: #0a6c07;
}
/*限时秒杀*/
.goods {
	margin: 1.86rem auto 0;
}
.time_block {
	width: 3.91rem;
	height: 0.54rem;
	line-height: 0.54rem;
	color: #fff;
	font-size: 0.26rem;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
/*.goods .time{}*/
.goods .img-bg {
	width: 1.37rem;
	height: 1.37rem;
	background: url(../img/img-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.22rem auto 0.08rem;
	position: relative;
}
.goods .img-bg img {
	max-width: 0.8rem;
	max-height: 0.8rem;
	object-fit: contain;
    display: block;
}
.goods_name {
	text-align: center;
	color: #6e36bd;
	font-size: 0.2rem;
	font-weight: bold;
}
.goods-progress{
	margin: 0.3rem auto 0;
}
.goods_num {
	text-align: center;
	color: #f14c5c;
	font-size: 0.22rem;
	font-weight: bold;
	margin: 0.3rem auto 0.26rem;
}
.cake{
	margin: 7.46rem auto 0;
	text-align: center;
}
.cake a{
	line-height: 0.75rem;
	color: #aa5000;
	font-size: 0.26rem;
	font-weight: bold;
	margin: 0rem auto 0;
}
.cake .btn-grey{
	color: #aa5000;
}
.cake-tip{
	color: #959595;
	font-size: 0.15rem;
	line-height: 0.15rem;
	margin: 0.04rem auto 0rem;
}
.cake-rule{
	width: 6.59rem;
	height: 4.67rem;
	margin: 0.2rem auto 0;
}
.bless {
	text-align: center;
	position: relative;
	margin: 1.7rem auto 0;
}
.bless-text {
	width: 4.39rem;
	height: 2.89rem;
	border: none;    
	background: none;
	outline: none;
	resize: none;
	margin: 0.5rem auto 0.5rem;
	box-sizing: border-box;
	padding: 0.18rem;
	font-weight: bold;
	font-size: 0.26rem;
	color: #47392c;
	line-height: 0.6rem;
	position: relative;
	z-index: 2;
}
.char-counter {
	position: absolute;
	right: 1.2rem;
	top: 3.36rem;
	color: #999;
	z-index: 9;
}
.bless-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 2.56rem;
	height: 1.82rem;
	margin: 0.3rem auto 0.4rem;
	position: relative;
	z-index: 2;
}
.bless_rule {
	margin: 0.3rem auto 0;
	width: 5.5rem;
	font-size: 0.22rem;
}
.bless_rule_title{
	color: #3a284b;
	line-height: 0.22rem;
	font-weight: bold;
	text-align: center;
	margin: 0rem auto 0.1rem;	
}

.bless_rule .bless_rule_wz{
	color: #514346;
	line-height: 0.3rem;
	text-align: justify;
}
.danmu-container{
	width: 7.5rem;
    height: 4rem;
    position: absolute;
    /*top: 2rem;*/
}
.danmu-item {
    position: absolute;
    white-space: nowrap;
    color: #ffffff;
    font-size: 0.2rem;
    user-select: none;
    font-weight: bold;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.12rem;
    box-sizing: border-box;

    /* 图片里的浅紫粉霓虹条，不是深粉红 */
    background: linear-gradient(
        90deg,
        rgba(190, 160, 255, 0.9) 0%,
        rgba(210, 170, 255, 0.9) 35%,
        rgba(235, 180, 255, 0.85) 70%,
        rgba(255, 190, 255, 0.8) 100%
    );
}
.winpop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 101;
	justify-content: center;
	align-items: center;
}
.winpop .winpop-wrap {
	padding: 0rem 0 0 0;
	overflow: hidden;
	width: 4.7rem;
	height: 4.6rem;
	background: url(../img/winpop-loadbg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.code_form {
	padding: 0.96rem 0.32rem 0 0.9rem;
}
.code_form_a {}
.code_form li {
	margin-bottom: 0.27rem;
	position: relative;
}
.code_form li input {
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	padding: 0;
	outline: none;
	border: none;
	color: #a1a1a1;
	font-size: 0.28rem;
	background: transparent;
}
.code_form li .code {
	width: 2.12rem;
	height: 0.67rem;
	position: absolute;
	right: 0;
	top: 0;
}
.code_form li .code {
	color: #6255d6;
	font-size: 0.24rem;
	width: 1.1rem;
	height: 0.42rem;
	text-align: center;
	line-height: 0.42rem;
	border: 0.01rem solid #6255d6;
	border-radius: 0.1rem;
	box-sizing: border-box;
	margin-top: 0.12rem;
}
.winpop-btn {
	width: 2.26rem;
	height: 0.82rem;
	margin: 0.26rem auto 0;
}
.winpop-btn a.btn {
	width: 2.26rem;
	height: 0.82rem;
	display: block;
}
.download {
	width: 4.2rem;
	height: 0.53rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.24rem auto 0;
}
.download p {
	color: #000;
    font-size: 0.18rem;
    /*font-weight: bold;*/
}
.download .download-android {
	width: 1.2rem;
	height: 0.34rem;
	background: url(../img/android.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.download .download-ios {
	width: 1.2rem;
	height: 0.34rem;
	background: url(../img/ios.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	animation-duration: 0.3s;
	-webkit-animation-name: fadeInUpSmall;
	-webkit-animation-duration: 0.3s;
}
.winpop .winpop-wrap .winpop-close {
	height: 0.29rem;
	width: 0.29rem;
	background: url(../img/winpop-close.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0.23rem;
	top: 0.23rem;
	cursor: pointer;
}
.closeBtn {
	width: 0.35rem;
	height: 0.35rem;
	background: url(../img/winpop-close.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0.13rem;
	top: 0.13rem;
	cursor: pointer;
}
.winpop .winpop_close {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	right: 0.33rem;
	top: 0.14rem;
	background: url("../img/close.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.winpop-load-block {
	width: 4.7rem;
    height: 5.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
}
.load-tip {
	width: 4.7rem;
	height: 0.75rem;
	background: url("../img/load-tip.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.winpop-success-content{
	width: 6.14rem;
	height: 4.06rem;
	background: url(../img/winpop-success.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.winpop-buy-content{
	width: 6.14rem;
	height: 4.06rem;
	background: url(../img/winpop-buy.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.winpop-person-content{
	background: url(../img/winpop-long.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 6.14rem;
    height: 6.33rem;
    position: relative;
}
.winpop-content-title{
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	color: #aa5000;
	font-weight: bold;
	font-size: 0.28rem;
}
.person-block{
	width: 5.3rem;
	margin: 0.24rem auto 0;
	text-align: center;
}
.person-block img{
	width: 1.38rem;
	height: 1.38rem;
	border: 0.05rem solid #fcf2d8;
	border-radius: 50%;
}
.person-list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 0.72rem;
	border-bottom: 0.02rem solid #d5d2cb;
	box-sizing: border-box;
	font-size: 0.24rem;
	
	text-align: left;
}
.person-list p:first-child{
	color: #251000;
	width: 1.04rem;
	padding-left: 0.06rem;
}
.person-list p:last-child{
	color: #aa5000;
}
.winpop-recharge-content{
	background: url(../img/winpop-long.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 6.14rem;
    height: 6.33rem;
    position: relative;
    box-sizing: border-box;
}
.winpop-recharge-block{
	width: 5.3rem;
	height: 4.6rem;
	line-height: 0.4rem;
    color: #514346;
    margin: 0.3rem auto 0;
    text-align: justify;
    overflow-y: scroll;
}
.winpop-recharge-list{
	color: #aa5000;
	font-size: 0.24rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 5.3rem;
	height: 0.64rem;
	border-bottom: 0.02rem solid #d5d2cb;
}
.winpop-recharge-list p:first-child, .winpop-recharge-top p:first-child{
	width: 0.96rem;
}
.winpop-recharge-list p:last-child, .winpop-recharge-top p:last-child{
	width: 1.8rem;
}
.winpop-recharge-list:last-child{
	border: none;	
}
.winpop-recharge-top{
	color: #251000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 5.3rem;
	height: 0.64rem;
	border-bottom: 0.02rem solid #d5d2cb;
}
.winpop-rule-content{
	background: url(../img/winpop-long.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 6.14rem;
    height: 6.33rem;
    position: relative;
    box-sizing: border-box;
}
.winpop-rule-block{
	width: 5.5rem;
	height: 4.5rem;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	font-size: 0.22rem;
    line-height: 0.4rem;
    color: #514346;
    margin: 0.3rem auto 0;
    text-align: justify;
}
.rule-img{
	width: 5.5rem;
	height: 3.24rem;
}
.winpop-cake-content{
	background: url(../img/winpop-small.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 6.14rem;
    height: 4.06rem;
    position: relative;
    box-sizing: border-box;
}
/* 外层容器：垂直布局（奖励横向栏 + 领取按钮上下排列），禁止自身滚动 */
.winpop-small-block{
	width: 5.87rem;
	height: 2.7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin: 0.8rem auto 0;
    /* 清除之前加的滚动属性 */
	overflow: visible;
	gap: 0.3rem;
}

/* 真正的横向滚动容器 */
.winpop-line {
	background: url(../img/winpop-line.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
    
    display: flex;
    flex-direction: row;
    /* 横向滚动核心 */
    overflow-x: auto;
    overflow-y: hidden;
    /* 左对齐，默认从第一个开始展示，不会自动居中 */
    /*justify-content: flex-start;*/
    /* 可选：左右留点边距 */
    padding: 0.1rem 0;
}

/* 每个奖励项禁止被压缩，固定尺寸 */
.winpop-line-item{
	width: 1.46rem;
	height: 1.34rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
    flex-shrink: 0; /* 关键：不会被父容器压缩宽度 */
}

/* 美化横向滚动条（可选，匹配你页面风格） */
.winpop-line::-webkit-scrollbar {
	height: 0.06rem;
}
.winpop-line::-webkit-scrollbar-thumb {
	background: #b895fe;
	border-radius: 0.03rem;
}
.winpop-line::-webkit-scrollbar-track {
	background: transparent;
}

/* 下面原有样式保持不变不用动 */
.winpop-block-btn{
	width: 2.41rem;
	height: 0.78rem;
	text-align: center;
	line-height: 0.78rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #aa5000;
	background: url(../img/winpop-btn-konw.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}
.winpop-block-btn2{
	width: 2.41rem;
	height: 0.78rem;
	text-align: center;
	line-height: 0.78rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: #aa5000;
	background: url(../img/winpop-btn-konw.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
}
.winpop-line-item  .img-bg {
	width: 1rem;
	height: 1rem;
	background: url(../img/img-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.winpop-line-item .img-bg img {
	max-width: 0.66rem;
	max-height: 0.66rem;
	object-fit: contain;
    display: block;
}
.winpop-line-p{
	text-align: center;
	color: #6e36bd;
	font-size: 0.15rem;
	font-weight: bold;
}
.winpop-reward-content{
	background: url(../img/winpop-small.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 6.14rem;
    height: 4.06rem;
    position: relative;
    box-sizing: border-box;
}
/*二次确认*/
.winpop-confirm-content{
	background: url(../img/winpop-small.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 6.14rem;
    height: 4.06rem;
    position: relative;
    box-sizing: border-box;
}
.confirm-tip{
	color: #aa5000;
	font-size: 0.3rem;
	font-weight: bold;
	width: 4.2rem;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}
.intro-block{
	width: 2.2rem;
	height: auto;
	box-sizing: border-box;
	/*padding: 0.1rem auto;*/
	border: 0.02rem solid #b8d4eb;
	background: #fff;
	border-radius: 0.2rem;
	position: absolute;
    top: 1.42rem;    
    right: 0.18rem;
    display: none;
    z-index: 99;
}
.intro-jian{
	width: 0.15rem;
	height: 0.27rem;
	position: absolute;
	top: -0.21rem;
	left: 1.8rem;
	transform: rotate(90deg);
}
.intro-small {
    width: 2rem;
    height: auto;
    font-size: 0.12rem;
    color: #35383c;
    box-sizing: border-box;
    margin: 0.085rem auto;
}
.goods .intro-block{
	top: 1.26rem;
    right: -1.1rem;
}
.goods .intro-jian{
	left: 0.4rem;
}
.gift-imgblock .intro-block{
	top: 0.7rem;
    right: -0.8rem;
    width: 1.8rem;
}
.gift-imgblock .intro-jian{
	left: 0.66rem;
}
.gift-imgblock .intro-small{
	    width: 1.6rem;
    text-align: left;
}
