@charset "UTF-8";

/* CSS Document */


/*edit:wangshuo
@ update: 2016-07-25 */

@font-face {
	font-family: 'hyhh';
	src: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/hyhh.ttf) format('truetype');
}

html,
body,
div,
span,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}

ul,
li,
ol {
	list-style: none;
}

i,
em,
cite,
dfn {
	font-style: normal;
}

.clearfix {
	*display: inline-block;
	*zoom: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	*display: inline;
	font-size: 1px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.none {
	display: none;
}

.block {
	display: block;
}

.overf {
	overflow: hidden;
}

.center {
	margin: 0 auto;
}

.middle {
	vertical-align: middle;
}

:focus {
	outline: none;
	-moz-outline-style: none;
}

a {
	outline: none;
	-moz-outline-style: none;
}

a:visited,
a:link,
a:hover {
	text-decoration: none;
}

body {
	font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", tahoma, Arial;
	color: #333;
	min-width: 1300px;
}

.bold {
	font-weight: bold;
}

.font14 {
	font-size: 14px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font24 {
	font-size: 24px;
}

.scroll_H {
	width: 100%;
	overflow-y: auto;
	word-break: break-all;
	word-wrap: break-word;
	overflow-x: hidden;
}

.scroll_H::-webkit-scrollbar {
	width: 10px;
	/* 滚动条宽度 */
}

.scroll_H::-webkit-scrollbar-thumb {
	background-color: #fe5be2;
	border-radius: 4px;
}

.scroll_H::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 4px;
}


/*common*/

.container {
	position: relative;
	width: 100%;
	height: 400px;
	overflow-y: hidden;
}

.container .wrap-scroll-bar {
	position: absolute;
	top: 0;
	right: 3px;
	width: 3px;
	height: 100%;
	overflow: hidden;
}

.container .scroll-bar {
	transition: 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 20px;
	background-color: #fff;
}





/* --------------通用-------------- */
.con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/* --------------头图-------------- */

.header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 1000px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/header.jpg) no-repeat center 0;
}

.logo {
	position: absolute;
	top: 40px;
	left: 0;
	width: 285px;
	height: 100px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/logo.png) no-repeat center 0;
}

.link {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: 480px;
	width: 238px;
	height: 42px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/togw.png) no-repeat center 0;
	line-height: 42px;
	display: flex;
	justify-content: space-evenly;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;

}

.link a {
	color: #fff;
}
.link .btn_togw {
	min-width: 30px;
}
.link .userinfo{
	max-width: 175px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn_logout {
	color: #fff;
	position: absolute;
	top: 30px;
	right: -240px;
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: left;
}



/* --------------霓虹秘藏-------------- */

.wrap-1 {
	width: 100%;
	height: 950px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/wrap-1.jpg) no-repeat center 0;
}

.wrap-1 .msg {
	width: 130px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 285px;
	font-size: 20px;
	color: #ffe4fb;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrap-1 .gif1 {
	width: 52px;
	height: 53px;
	position: absolute;
	left: -52px;
	top: 285px;
	cursor: pointer;
}

.wrap-1 .btn-buy-count {
	width: 104px;
	height: 42px;
	position: absolute;
	left: 130px;
	top: 285px;
	cursor: pointer;
}

.wrap-1 .mycount {
	width: 290px;
	height: 50px;
	position: absolute;
	left: -52px;
	top: 340px;
	font-size: 20px;
	color: #ffe4fb;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.wrap-1 .wrap-1-btn-left {
	width: 234px;
	height: 94px;
	position: absolute;
	left: -20px;
	display: block;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/btn-group.png) no-repeat;
	text-indent: -999em;
}

.wrap-1 .wrap-1-btn-left:hover {
	filter: brightness(1.2);
}

.wrap-1 .wrap-1-buy {
	top: 420px;
	background-position: 0 0;
}

.wrap-1 .wrap-1-history {
	top: 540px;
	background-position: 0 -117px;
}

.wrap-1 .wrap-1-rule {
	top: 660px;
	background-position: 0 -231px;
}

.wrap-1 .wrap-1-exchange {
	top: 780px;
	background-position: 0 -345px;
}

.wrap-1 .wrap-1-btn-right {
	width: 234px;
	height: 80px;
	position: absolute;
	right: -25px;
	display: block;
	/* background-color: red; */
	text-indent: -999em;
}

.wrap-1 .wrap-1-one {
	top: 310px;
}

.wrap-1 .wrap-1-ten {
	top: 610px;
}

.wrap-1 .marquee_wrap {
	position: absolute;
	top: 840px;
	left: 350px;
	width: 770px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}

.wrap-1 .marquee_wrap li {
	margin-right: 35px;
}


/*------------------------仓库------------------------*/
.wrap-2 {
	width: 100%;
	height: 1050px;
	/* position: relative; */
}

.wrap-2-flashNone {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/wrap-2-flashNone.jpg) no-repeat center 0;
}

.wrap-2-flashLeft {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/wrap-2-flashLeft.jpg) no-repeat center 0;
}

.wrap-2-flashRight {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/wrap-2-flashRight.jpg) no-repeat center 0;
}

.wrap-2-flashAll {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/wrap-2-flashAll.jpg) no-repeat center 0;
}

.wrap-2 .secret-key {
	height: 50px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 590px;
	display: block;
	line-height: 50px;
	white-space: nowrap;
	color: #94ffff;
	font-size: 18px;
	/* background-color: red; */
	/* text-indent: -999em; */
}

.wrap-2 .wrap-2-group {
	width: 434px;
	height: 42px;
	position: absolute;
	top: 139px;
	left: 50%;
	margin-left: 256px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.wrap-2 .wrap-2-group li {
	width: 20%;
	text-indent: -999em;
	cursor: pointer;
}

.wrap-2 .wrap-2-btn {
	width: 161px;
	height: 181px;
	position: absolute;
	top: 250px;
	right: -110px;
	transition: all 0.3s ease-in-out;

}

.wrap-2 .wrap-2-btn:hover {
	filter: brightness(1.2);
	transform: translateY(-10px);
}

.wrap-2 .wrap-2-box-left {
	width: 269px;
	height: 269px;
	position: absolute;
	top: 313px;
	left: 50%;
	margin-left: -264px;
	cursor: pointer;
}

.wrap-2 .wrap-2-box-right {
	width: 269px;
	height: 269px;
	position: absolute;
	top: 390px;
	right: 50%;
	margin-right: -286px;
	cursor: pointer;
}











/*------------------------弹层------------------------*/
.alert_bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

/* ------------------------小窗统一背景------------------------ */
.pop1 {
	position: absolute;
	z-index: 10000;
	box-sizing: border-box;
	width: 612px;
	height: 434px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/pop1.png) no-repeat;
	background-size: contain;
	color: #fff;
	-webkit-user-select: none; /* Chrome/Safari/Edge */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* 旧版IE/Edge */
	user-select: none; /* 标准语法 */
}

/* ------------------------大窗统一背景------------------------ */
.pop2 {
	position: absolute;
	z-index: 10000;
	box-sizing: border-box;
	width: 941px;
	height: 611px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/pop2.png) no-repeat;
	background-size: contain;
	color: #fff;
}

/* 统一关闭按钮 */
.close_dialog {
	position: absolute;
	display: block;
	top: 50px;
	right: 40px;
	width: 31px;
	height: 31px;
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/close.png") no-repeat center center;
	background-size: contain;
	z-index: 10;
}

/* 统一标题 */
.title {
	font-size: 35px;
	color: #48f9ff;
	text-align: center;
	line-height: 50px;
}

/* 统一内容 */
.detil {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-content: center;
	align-items: center;
}

.info {
	display: flex;
	flex-flow: column;
	width: 80%;
	align-items: center;
}

.info-ten {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

/* 统一按钮组 */
.pop-btn-group {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 20px;
	width: 100%;
}

.pop-btn {
	width: 172px;
	height: 66px;
	display: block;
	background-size: contain;
	text-indent: -999em;
}

.confirm {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/confirm.png") no-repeat center center;
}

.cancel {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/btn-close.png") no-repeat center center;
}

.getaward {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/getaward.png") no-repeat center center;
}

.change {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/change.png") no-repeat center center;
}

.think-again {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/think-again.png") no-repeat center center;
}

.buy_confirm {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/buy_confirm.png") no-repeat center center;
}

.reserved {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/reserved.png") no-repeat center center;
}


/* pop1通用样式 */
.pop1 .info-title {
	font-size: 30px;
	color: #fff4b7;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}

.pop2 .info-title {
	font-size: 30px;
	color: #fff4b7;
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
}

.pop1 .info-tips {
	font-size: 16px;
	line-height: 24px;
}

.pop1 .info-tips-red {
	font-size: 16px;
	color: #ff4d4f;
	line-height: 24px;
}

.pop1 .info-tips-money {
	font-size: 20px;
}

/* 白色数字 */
.pop1 .info-tips-white {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;

}





/*-----------------------兑换娱乐券弹窗样式----------------------- */
.exchange_box {
	color: #065d9e;
}

.exchange_box .num_input {
	margin: 150px auto 60px;
	color: #fff4b7;
	text-align: center;
	font-weight: 700;
	font-size: 24px
}

.exchange_box .btn_minus,
.btn_plus {
	display: inline-block;
	width: 26px;
	height: 26px;
	color: #fff4b7;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	line-height: 20px;
	cursor: pointer;
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/circle.png") no-repeat center center;
}

.exchange_box .btn_plus {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/circle.png") no-repeat center center;
}

.exchange_box .num_value {
	margin: 0 5px;
	width: 70px;
	height: 45px;
	border: none;
	background: 0 0;
	color: #fff4b7;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px
}

.exchange_box .num_confirm {
	display: block;
	margin: 0 auto 25px;
	width: 160px;
	height: 50px;
	background: #065d9e;
	color: #fff4b7;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px
}

.exchange_box .buy_box_title {
	position: absolute;
	top: 55px;
	width: 100%;
}

/* 购买弹窗样式 */
.buy_box {
	color: #065d9e;
}

.buy_box .num_input {
	margin: 150px auto 60px;
	color: #fff4b7;
	text-align: center;
	font-weight: 700;
	font-size: 30px
}

.buy_box .btn_minus,
.btn_plus {
	display: inline-block;
	width: 26px;
	height: 26px;
	color: #fff4b7;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	line-height: 20px;
	cursor: pointer;
	background: #ea562c;
	border-radius: 50%;
}

.buy_box .num_value {
	margin: 0 5px;
	width: 70px;
	height: 45px;
	border: none;
	background: 0 0;
	color: #fa4c1b;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	background: #fde2d7;
	border-radius: 8px;
}

.buy_box .num_confirm {
	display: block;
	margin: 0 auto 25px;
	width: 160px;
	height: 50px;
	background: #065d9e;
	color: #fff4b7;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px
}

.buy_box .buy_box_title {
	position: absolute;
	top: 55px;
	width: 100%;
}


/*-----------------------一次开箱----------------------- */
.getawardimg {
	width: 102px;
	height: 102px;
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/award-bg.png") no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding: 2px;
}

.getawardname {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap;

	/* 超出部分省略号 */
	text-overflow: ellipsis;
}

a.ok-openone {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/btn-oneopen.png") no-repeat;
	background-size: contain;
}

a.ok-openten {
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/btn-tenopen.png") no-repeat;
	background-size: contain;
}

/* 更换道具 */
.search-select {
	position: relative;
	width: 280px;
	margin-top: 10px;
}

.search-input {
	width: 100%;
	height: 45px;
	border: 3px solid #673AB7;
	border-radius: 0 0 5px 5px;
	padding: 0 10px;
	font-size: 18px;
	text-align: left;
	line-height: 40px;
	background: rgba(23, 14, 43, 0.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat right 15px center;
	color: #fff;
	box-sizing: border-box;
	padding-right: 40px;
}

.search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}



.search-select-list {
	width: 280px;
	max-height: 300px;
	overflow-y: auto;
	background-color: rgba(23, 14, 43, 0.9);
	position: absolute;
	display: none;
}

.search-select-list li {
	padding: 10px 0px 10px 20px;
	/* 超出部分省略号 */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;

}

.search-select-list li:hover {
	background-color: #673AB7;
}






/* 十次开箱结果 */
.info-ten-item {
	text-align: center;
	width: 19%;
	overflow: hidden;
	margin-top: 10px;

}

.pop-award-ten .pop-btn-group {
	margin-top: -10px;
}


/*-----------------------活动规则----------------------- */
.activity-ruleinfo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 700px;
	height: 440px;
	overflow-y: auto;
	font-size: 16px;
}

.activity-ruleinfo .item {
	text-align: left;
	/* 确保文本左对齐，其实默认就是左对齐 */
}

.activity-ruleinfo .item a {
	color: #48f9ff;
	/* 确保文本左对齐，其实默认就是左对齐 */
}

/*-----------------------历史记录----------------------- */
.historyinfo {
	width: 85%;
	height: 70%;
}

.historyinfo li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0px 15px 20px;
	border-bottom: 1px dashed #ff6b9d;
	font-size: 14px;
	color: #ffffff;
}

.historyinfo li:last-child {
	border-bottom: none;
}

.historyinfo-time {
	width: 20%;
}

.historyinfo-time1 {
	width: 30%;
}

.historyinfo-tips {
	width: 20%;
}

.historyinfo-prop,
.historyinfo-operate {
	width: 15%;
}

.historyinfo-type {
	width: 30%;
}

.historyinfo-item {
	width: 58%;
	line-height: 1.4;
	word-break: break-word;
}

.historyinfo-item1,
.historyinfo-item2,
.historyinfo-item3 {
	width: 20%;
	line-height: 1.4;
	word-break: break-word;
}




.pop-exchange-shop-num{
	position: absolute;
	top: 60px;
    right: 120px;
	font-size: 16px;
	color: #ecb778;
}

.exchange-shop-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.exchange-shop-big-prize {
	width: 275px;
	height: 484px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/shop-big-bg.png) no-repeat center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.exchange-shop-big-img {
	width: 219px;
	height: 302px;
	background-size: contain;
	margin-bottom: 4px;
}

.exchange-shop-big-name {
	font-size: 20px;
}

/* 兑换商店样式 */
.exchange-shop-list {
	width: 60%;
	height: 470px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	justify-content: center;

}

.exchange-shop-list::-webkit-scrollbar {
	width: 6px;
}

.exchange-shop-list::-webkit-scrollbar-thumb {
	background-color: #fe5be2;
	border-radius: 3px;
}

.exchange-shop-list::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
}

.exchange-item {
	width: 181px;
	height: 234px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/shop-small-bg.png) no-repeat center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.exchange-img {
	width: 89px;
	height: 91px;
	background-size: contain;
	margin-bottom: 4px;
}

.exchange-name {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}

.exchange-cost {
	font-size: 18px;
	color: #fff;
}

.exchange-shop-btn-exchange {
	width: 124px;
	height: 46px;
	text-align: center;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/conversion.png) no-repeat center;
	text-indent: -9999px;
}

.not-enough {
	width: 124px;
	height: 46px;
	text-align: center;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/not-enough.png) no-repeat center;
	text-indent: -9999px;
}
.exchangeok {
    width: 124px;
    height: 46px;
    text-align: center;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/20260424overload/conversion-finished.png) no-repeat center;
    text-indent: -9999px;
}