@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%;
	height: 100%;
	overflow-y: auto;
	word-break: break-all;
	word-wrap: break-word;
	overflow-x: hidden;
}

.scroll_H::-webkit-scrollbar {
	width: 4px;
	/* 滚动条宽度 */
}

.scroll_H::-webkit-scrollbar-thumb {
	background-color: #0a2e52;
	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;
}

.order_num .order_reduce,
.order_num .order_input,
.order_num .order_increase {
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 1px solid #2a9afe;
	vertical-align: middle;
}

.order_num .order_reduce {
	background: #fff url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/i_reduce.png) no-repeat center;
}

.order_num .order_increase {
	background: #fff url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/i_increase.png) no-repeat center;
}

.order_num .order_input {
	font-size: 18px;
	width: 44px;
	height: 28px;
	font-family: inherit;
	margin: 0 6px;
	color: #3b8fff;
	text-align: center;
	padding: 0;
	font-weight: bold;
	background-color: #fff;
}

.order_num .row_num {
	line-height: 30px;
	margin: 0 5px;
	font-size: 14px;
}

.order_num .btn_buy {
	width: 117px;
	height: 48px;
	display: block;
	margin: 12px auto;
	color: #204dff;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_buy.png) no-repeat center;
}

.close_rule {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 12px;
	top: 14px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ico_close_layer.png) no-repeat center;
}

.gift_dialog_rule .close_rule {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ico_close_layer.png) no-repeat center;
}

.ranking_dialog_rule .close_rule {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ico_close_layer.png) no-repeat center;
	right: 20px;
}


/*右侧导航*/

.nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 50%;
	width: 100%;
	min-width: 1200px;
	max-width: 2000px;
	height: 98px;
	transform: translateX(-50%);
	background-color: #B81D06;
}

.top_nav {
	position: absolute;
	top: 62px;
	left: 50%;
	margin-left: -625px;
	min-width: 200px;
	display: flex;
}

.top_nav a {
	color: #e8ffe4;
	font-weight: bold;
	margin: 0 13px;
}

.nav .logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -580px;
	width: 130px;
}

.nav ul {
	position: absolute;
	top: 0;
	left: 50%;
	width: 840px;
	display: flex;
	flex-wrap: nowrap;
	margin-left: 140px;
}

.nav li {
	width: 140px;
	height: 98px;
	border-left: solid 1px #fff;
}

.nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.nav li.nav1 a {
	background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/nav1.png);
}

.nav li.nav2 a {
	background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/nav2.png);
}

.nav li.nav3 a {
	background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/nav3.png);
}

.nav li.nav4 a {
	background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/nav4.png);
}

/* .nav li.nav5 a {
	background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/nav5.png);
}

.nav li.nav6 a {
	background-image: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/nav6.png);
} */

.nav li:hover,
.nav li.active {
	background-color: #711A1B;
}


/*弹层*/

.alert_bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.dialog {
	position: absolute;
	z-index: 10001;
	color: #4b4b4b;
	top: 50px;
	display: none;
}

.close_dialog {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 51px;
	height: 51px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_clolse.png) no-repeat;
	z-index: 10;
}

.dialog_act {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_bg.png) repeat;
	width: 1200px;
	height: 655px;
}

.dialog_act .con {
	width: 1200px;
	height: 655px;
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
	font-size: 16px;
	color: #302f2f;
}

.dialog_act .tit {
	color: #544878;
	font-size: 48px;
	font-weight: bold;
	margin: 60px auto 50px;
	text-align: center;
	line-height: 1.1;
}

.dialog_act .rule {
	height: 460px;
	margin: 0 40px;
	position: relative;
	overflow-y: auto;
}

.dialog_act .rule_t {
	position: absolute;
}

.dialog_act ol.rule_c {
	padding-left: 98px;
}

.dialog_act ol.rule_c li {
	list-style-position: outside;
	list-style-type: decimal;
}

.dialog_gift {
	width: 442px;
	height: 430px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_gift.png) no-repeat center;
}

.dialog_gift .tit {
	margin: 36px auto 0;
	text-align: center;
	font-size: 24px;
	color: #f5e2b0;
	font-weight: bold;
}

.dialog_gift .img_gift {
	margin: 10px auto 5px;
	display: block;
}

.dialog_gift .text {
	color: #efd590;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.dialog_gift .btn01 {
	width: 149px;
	height: 47px;
	margin: 0 20px 10px 64px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_01.png) no-repeat center;
}

.dialog_gift .btn02 {
	width: 149px;
	height: 47px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_02.png) no-repeat center;
}

.dialog_gift .btn03 {
	width: 126px;
	height: 41px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/btn_03.png) no-repeat center;
}

.dialog_gift .close_dialog {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 180px;
	top: auto;
	bottom: -100px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_clolse1.png) no-repeat center;
}

.dialog_prize1 {
	background: #ba7f2b;
	width: 600px;
	height: 200px;
	border-radius: 6px;
	text-align: center;
}

.dialog_prize1 .tit {
	font-size: 36px;
	margin-top: 45px;
	color: #fff;
}

.dialog_prize1 .desc {
	font-size: 24px;
	color: #fae22a;
}

.dialog_prize1 .close_dialog {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 260px;
	top: auto;
	bottom: -100px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/dialog_clolse2.png) no-repeat center;
}

.qcode {
	position: fixed;
	z-index: 50;
	top: 50%;
	left: 20px;
	width: 228px;
	height: 484px;
	margin-top: -242px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/qcode.jpg) no-repeat center;
}


/* 头图 */

.header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 1180px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/bg_01.jpg) no-repeat center 0;
}


/* .header .link {
    position: absolute;
    top: 206px;
    left: 50%;
    margin-left: -158px;
    width: 274px;
    height: 68px;
} */


/*周年蛋糕*/

.wrap-20-1 {
	width: 100%;
	height: 876px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/bg_02.jpg) no-repeat center 0;
}

.wrap-20-1 .con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.wrap-20-1_btn_preview{
	display: block;
    width: 160px;
    height: 47px;
    position: absolute;
    top: 1270px;
    left: 50%;
    margin-left: 410px;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/btn_event1_rule.png) no-repeat center 0;
}


/* EVENT02鸿运白鸽 */


.card_mod {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: 283px;
	padding-left: 34px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.card {
	width: 202px;
	height: 283px;
	perspective: 1000px;
	cursor: pointer;
	margin-right: 31px;
}

.card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.card.flipped .card-inner {
	transform: rotateY(180deg);
}

.card-front,
.card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.card-front {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/card-front.png) no-repeat;
	cursor: pointer;
}

.card-back {
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/card-back.png) no-repeat;
	transform: rotateY(180deg);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-back p {
	font-size: 100px;
	color: #000;
	font-family: 'hyhh';
}

.pop_card {
	position: absolute;
	z-index: 10001;
	display: none;
	border: solid 5px #000;
	border-radius: 30px;
	box-sizing: border-box;
	background: #fff url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop_card_bottom.png) repeat-x 0 100%;
}

.pop_card .closeCard {
	position: absolute;
	top: -20px;
	right: -20px;
	display: block;
	width: 49px;
	height: 48px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop_card_close.png) no-repeat center center;
}

.pop_card.pcard1 {
	width: 442px;
	height: 255px;
}

.pop_card.pcard2,
.pop_card.pcard5,
.pop_card.pcard4 {
	width: 672px;
	height: 270px;
}

.pop_card.pcard3 {
	width: 672px;
	height: 534px;
}

.pop_card .cont {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.pop_card.pcard1 .cont .list {
	width: 400px;
	height: 36px;
	display: flex;
	align-items: center;
}

.pop_card.pcard1 .cont .list span {
	flex-shrink: 0;
	width: 220px;
	font-size: 18px;
	color: #000;
}

.pop_card.pcard1 .cont .list a {
	width: 79px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #d84536;
	border-radius: 15px;
	margin-right: 8px;
}

.pop_card.pcard5 .cont p {
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}

.pop_card.pcard2 .cont p {
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}

.pop_card.pcard2 .cont .btnArea,
.pop_card.pcard5 .cont .btnArea,
.pop_card.pcard4 .cont .btnArea {
	display: flex;
	justify-content: center;
}

.pop_card.pcard2 .cont .btnArea a,
.pop_card.pcard5 .cont .btnArea a,
.pop_card.pcard4 .cont .btnArea a {
	width: 132px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #d84536;
	border-radius: 15px;
	margin: 0 12px;
}

.pop_card.pcard3 .cont p {
	width: 100%;
	padding: 20px;
	font-size: 18px;
	line-height: 32px;
}

.pop_card.pcard3 .cont p span {
	color: #d84536;
}

.pop_card.pcard4 .cont .ipt {
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
}

.pop_card.pcard4 .cont .ipt span {
	margin-right: 20px;
	font-size: 18px;
	color: #000;
}

.pop_card.pcard4 .cont .ipt input {
	width: 250px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #bbbbbb;
	font-size: 18px;
	color: #000;
	font-family: inherit;
}

.marquee-container {
	position: absolute;
	top: 638px;
	left: 62px;
	width: 1075px;
	height: 45px;
	overflow: hidden;
}

.marquee-container li {
	float: left;
	margin-right: 30px;
	font-size: 18px;
	line-height: 45px;
	color: #fff074;
}

.marquee {
	white-space: nowrap;
	position: absolute;
	top: 0;
	/* animation: marquee 20s linear infinite; */
	color: #ffdd00;
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.marquee:hover {
	animation-play-state: paused;
}

.card_tag {
	position: absolute;
	top: 554px;
	left: 58px;
	width: 163px;
	height: 52px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/card_tag.png);
	text-align: center;
	box-sizing: border-box;
	padding: 0 7px 8px 0;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}



/*活动合集*/

.wrap-20-3 {
	width: 100%;
	height: 880px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/bg_07.jpg) no-repeat center 0;
}

.wrap-20-3 .con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.tab_list {
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.tab_list li {
	width: 226px;
	height: 82px;
	margin: 0 30px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/w6-tab.png) no-repeat center 0;
}

.tab_list li.active {
	background-position-y: bottom;
}

.tab_list li a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -999em;
}

.tab_list li:nth-child(1) a {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev1.png) no-repeat 50% 18px;
}

.tab_list li:nth-child(2) a {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev2.png) no-repeat 50% 18px;
}

.tab_list li:nth-child(3) a {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev3.png) no-repeat 50% 18px;
}

.tab_list li:nth-child(4) a {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202508qixi/ev4.png) no-repeat 50% 18px;
}

.wrap-20-3 .mod {
	position: absolute;
	top: 375px;
	left: 0;
	width: 100%;
	height: 430px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	box-sizing: border-box;
}

.wrap-20-3 .mod span {
	font-size: 24px;
	font-weight: bold;
}

.wrap-20-3 .mod.none {
	display: none;
}

.wrap-20-3 .mod .scroll-container {
	width: 1040px;
	height: 430px;
	margin: 0 auto;
	overflow-y: auto;
}

.scroll-container::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
}

.scroll-container::-webkit-scrollbar-thumb {
	background-color: #011155;
	/* 滚动条-thumb颜色 */
	border-radius: 4px;
	/* 滚动条-thumb圆角 */
}

.scroll-container::-webkit-scrollbar-track {
	background-color: transparent;
	/* 滚动条-track颜色 */
	border-radius: 4px;
	/* 滚动条-track圆角 */
}

.wrap-20-3 .mod a {
	color: inherit;
	text-decoration: none;
}


/* 周年扭蛋 */

.wrap {
	width: 100%;
	height: 930px;
	position: relative;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/bg01.png) no-repeat center 0;
	overflow: hidden;
}

.wrap .con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.wrap .bigBox {
	top: 208px;
	left: 50%;
	transform: translateX(-50%);
}

.wrap .box_l {
	top: 568px;
	left: 70px;
}

.wrap .box_r {
	top: 568px;
	right: 64px;
}

.wrap .pic_b {
	bottom: 0;
	left: -360px;
}

.wrap .light {
	width: 368px;
	left: 418px;
	top: 376px;
}

.wrap .btn_start {
	width: 155px;
	top: 480px;
	left: 50%;
	margin-left: -75px;
}

.wrap .layer {
	/* overflow: hidden; */
	background-color: #3b8fff;
	color: #fff;
}

.wrap .layer .tit {
	font-size: 18px;
	margin: 16px 18px 0;
	line-height: 1.2;
	font-weight: bold;
}

.wrap .layer .close_layer {
	width: 21px;
	height: 21px;
	position: absolute;
	right: 10px;
	top: 14px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/ico_close_layer.png) no-repeat center;
}

.wrap .layer_L01 {
	height: 451px;
	left: 48px;
	font-size: 18px;
}

.wrap .layer_L01 li {
	margin-top: 28px;
	line-height: 1.33;
	color: #982600;
}

.wrap .layer_L02 {
	width: 250px;
	height: 325px;
	top: 216px;
	left: 70px;
	font-size: 18px;
	display: none;
}

.wrap .layer_L02::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #3b8fff transparent transparent;
}

.wrap .layer_L02 .tit {
	font-size: 24px;
	color: #ffde57;
	margin-bottom: 8px;
}

.wrap .layer_L02 .dl01 {
	margin: 30px auto;
}

.wrap .layer_L03 {
	width: 390px;
	height: 354px;
	right: 0;
	font-size: 18px;
	top: 370px;
	border-radius: 10px;
	z-index: 5;
	display: none;
}

.wrap .layer_L03::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #3b8fff transparent transparent;
}

.wrap .layer_L03 li {
	text-align: justify;
	font-size: 14px;
	margin: 6px 18px 0;
}

.wrap .btn_buy01 {
	top: 684px;
	left: 82px;
	width: 170px;
	height: 130px;
}

.wrap .text01 {
	top: 644px;
	right: 108px;
	width: 60px;
	height: 25px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.wrap .text02 {
	top: 706px;
	right: 108px;
	width: 60px;
	height: 25px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.wrap .btn_rule {
	top: 750px;
	right: 106px;
	width: 170px;
	height: 60px;
}

.wrap .arrow {
	width: 81px;
	top: 412px;
	left: 50%;
	margin-left: -40px;
}

.wrap .egg {
	top: 674px;
	left: 522px;
	opacity: 0;
}

.wrap .pool {
	width: 170px;
	height: 58px;
	position: absolute;
	top: 626px;
	left: 82px;
}


/* 全场折不停 */

.wrap1 {
	width: 100%;
	height: 1030px;
	position: relative;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/bg_04.jpg) no-repeat center 0;
	overflow: hidden;

}




.weapon-grid-container {
	max-height: 420px;
	width: 630px;
	overflow-y: auto;
	padding-top: 5px;
	padding-right: 25px;
	position: absolute;
	top: 285px;
	left: 50%;
	margin-left: -540px;
}

.weapon-grid-container::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
}

.weapon-grid-container::-webkit-scrollbar-thumb {
	background-color: #FF5847;
	/* 滚动条-thumb颜色 */
	border-radius: 4px;
	/* 滚动条-thumb圆角 */
}

.weapon-grid-container::-webkit-scrollbar-track {
	background-color: #E6CAA6;
	/* 滚动条-track颜色 */
	border-radius: 4px;
	/* 滚动条-track圆角 */
}

.weapon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 15px;
}
.weapon-card {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/prop_bc.png) no-repeat center 0;
	border-radius: 10px;
	padding: 15px 10px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 147px;
	height: 92px;
}

.weapon-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(255, 107, 0, 0.2);
}

.weapon-card.selected {
	background: linear-gradient(to right, var(--light), #ffe4cc);
	border-color: #FF0000;
	box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
}

.purchased {
	cursor: default;
	opacity: 0.7;
	
}
.weapon-card .weapon-purchased {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 93px;
	height: 70px;
}

.weapon-card.purchased:hover {
	transform: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.weapon-name {
	font-weight: bold;
	line-height: 40px;
}

.weapon-price {
	color: #e74c3c;
}






.wrap1 .scroll-bar {
	width: 5px;
	background: #274766;
	border-top-left-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-bottom-right-radius: 1000px;
}

.wrap1 .order_search {
	width: 295px;
	height: 42px;
	/* margin: 10px 0; */
	background-color: #fff;
	position: absolute;
	border: 2px solid #FF5647;
	border-radius: 35px;
	top: 210px;
	left: 400px;
	line-height: 42px;
	margin: 20px;
	/* background: url(https://static.web.sdo.com/mxd/pic/mxd_act/vipshop/bg_search.png) no-repeat; */
}

.order_search input {
	width: 55%;
	border-color: transparent;
	font-size: 16px;
	background-color: transparent !important;
	margin-left: 30px;
}

.order_search .btn_search {
	display: block;
	float: right;
	width: 60px;
	height: 42px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #FF5647;
	border-radius: 35px;
	padding: 0 10px;
}
.wrap1 .tips{
	text-align: center;
	position: absolute;
	top: 123px;
	left: 50%;
	margin-left: 265px;
	text-align: center;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 33px;
	color: #b90f17;
	font-weight: bold;
}

.wrap1 .price {
	text-align: center;
	position: absolute;
	top: 123px;
	left: 50%;
	margin-left: 355px;
	text-align: center;
	width: 170px;
	height: 40px;
	line-height: 40px;
	font-size: 33px;
	color: #FEDFC3ed;
	
	background-color: #b90f17;
	/* background-color: #fff; */
	font-weight: bold;
}

.wrap1 .precent {
	text-align: center;
	position: absolute;
	top: 395px;
	left: 50%;
	margin-left: 265px;
	text-align: center;
	width: 244px;
	font-weight: bold;
	font-size: 40px;
	color: red;
}

.wrap1 .result {
	width: 155px;
	height: 100px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	top: 850px;
	left: 50%;
	text-align: center;
}

.wrap1 .result .result_title {
	width: 100%;
	font-size: 20px;
	color: #000;
}

.wrap1 .result .result_name {
	width: 100%;
	font-size: 26px;
	color: red;
}

.wrap1 .result1 {
	margin-left: -555px;
}

.wrap1 .result2 {
	margin-left: -395px;
}

.wrap1 .result3 {
	margin-left: -235px;
}

.wrap1 .result4 {
	margin-left: -75px;
}

.wrap1 .result5 {
	margin-left: 75px;
}

.wrap1 .result6 {
	margin-left: 235px;
}

.wrap1 .result7 {
	top: 825px;
	margin-left: 395px;
	font-weight: bold;
}

.wrap1 .result .result_btn {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 10px;
	font-size: 20px;
	color: #000;
}

.wrap1 .con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.wrap1 .welfare_btn_receive {
	display: block;
	width: 150px;
	height: 55px;
	position: absolute;
	top: 900px;
	left: 50%;
	margin-left: 405px;
}

.wrap1 .welfare_btn_extract {
	display: block;
	width: 174px;
	height: 63px;
	position: absolute;
	text-align: center;
	line-height: 63px;
	color: #fff;
	font-weight: bold;
	top: 568px;
	left: 50%;

	font-size: 25px;
	margin-left: 208px;
}

.wrap1 .welfare_btn_rule {
	display: block;
	width: 174px;
	height: 63px;
	position: absolute;
	text-align: center;
	line-height: 63px;
	color: #fff;
	font-weight: bold;
	top: 568px;
	left: 50%;
	cursor: pointer;
	font-size: 25px;
	margin-left: 390px;
}

.wrap1 .welfare_btn_num {
	display: block;
	width: 174px;
	height: 63px;
	position: absolute;
	text-align: center;
	line-height: 63px;
	color: #fff;
	font-weight: bold;
	top: 645px;
	left: 50%;
	cursor: text;
	font-size: 25px;
	margin-left: 208px;
}

.wrap1 .welfare_btn_buy {
	display: block;
	width: 174px;
	height: 63px;
	position: absolute;
	text-align: center;
	line-height: 63px;
	color: #fff;
	font-weight: bold;
	top: 645px;
	left: 50%;
	font-size: 25px;
	margin-left: 390px;
}


.wrap1 .js_container1 {
	width: 225px;
	height: 520px;
}

.wrap1 .welfare_dialog_preview .cont {
	font-size: 14px;
	width: 200px;
	line-height: 32px;
	position: absolute;
	transition: 0.3s;
}

.wrap1 .welfare_dialog_preview .cont li {
	border-bottom: 1px solid #274766;
	margin-bottom: 4px;
}


/* 周年壕礼 */

.wrap2 {
	width: 100%;
	height: 1140px;
	position: relative;
	z-index: 10;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/bg_05.jpg) no-repeat center;
	box-sizing: border-box;
	padding-top: 160px;
}

.wrap2 .con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.wrap2 .items {
	position: absolute;
	z-index: 10;
	top: 32px;
	left: 40px;
	display: flex;
	justify-content: center;
}

.wrap .items_rule {
	z-index: 5;
}

.wrap2 .items .gift_btn_rule {
	position: absolute;
	left: 109px;
	display: block;
	width: 254px;
	height: 81px;
	cursor: pointer;
}

.wrap2 .items .integral {
	line-height: 80px;
	color: #fff;
	font-size: 36px;
	text-shadow: -1px -1px 0 #13bcf4, 1px -1px 0 #13bcf4, -1px 1px 0 #13bcf4, 1px 1px 0 #13bcf4;
}

.wrap2 .items .logo_info {
	line-height: 80px;
	color: #fff;
	font-size: 36px;
	text-shadow: -1px -1px 0 #13bcf4, 1px -1px 0 #13bcf4, -1px 1px 0 #13bcf4, 1px 1px 0 #13bcf4;
	margin: 0 80px;
	margin-left: 465px;
}

.wrap2 .gift_dialog_rule {
	width: 365px;
	height: 230px;
	top: -238px;
	left: 58px;
	position: absolute;
	padding: 35px 21px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202508qixi/pop3.png) no-repeat center;
	color: #0a2e52;
	transform: translate3d(0, 0, 0);
	line-height: 1.6;
	z-index: 5;
	box-sizing: border-box;
	display: none;
}

.wrap2 .gift_dialog_rule a {
	color: inherit;
	text-decoration: underline;
}

.wrap2 .gift_dialog_rule .cont {
	font-size: 14px;
	width: 300px;
	line-height: 32px;
	position: absolute;
	transition: 0.3s;
}

.wrap2 .gift_dialog_rule .cont li {
	border-bottom: 1px solid #ba7f2b;
	margin-bottom: 4px;
}

.wrap2 .slot_box {
	width: 1200px;
	height: 200px;
	position: absolute;
	top: 118px;
	left: 0
}

.wrap2 .slot {
	width: 1077px;
	height: 21px;
	margin: 5px 32px;
	position: relative;
}

.wrap2 .slot .bar {
	background: #fae22a;
	display: block;
	height: 21px;
	width: 0%;
	border-radius: 30px;
	position: relative;
}

.wrap2 .slot .sign {
	position: absolute;
	top: -55px;
	right: 0;
	width: 113px;
	height: 46px;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #006dfe;
	text-align: center;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/8th/ico_sign.png) no-repeat center;
}

.wrap2 .box_btn {
	height: 29px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -46px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding-left: 34px;
}

.wrap2 .box_btn a {
	display: block;
	width: 74px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	float: left;
	border-radius: 30px;
	position: relative;
	color: #ff513d;
	background: #fff;
	margin-right: 44px;
	box-sizing: border-box;
}

.wrap2 .box_btn a:hover {
	color: #fff;
	background: #1b3d5e;
	border: 1px solid #44ddf9;
}


/*.wrap2 .gift_dialog_rule::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -20px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #3b8fff;
}*/

.box_btn a.active {
	color: #fff;
	background: #fff;
}

.wrap2 .box_btn a i {
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 32px;
	background: #2590d0;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	display: none;
	line-height: 1.5;
	z-index: 6;
}

.wrap2 .box_btn a:hover i {
	display: block;
}


/* 周年排行榜 */



.ani_arrow {
	animation: arrow 2s infinite both;
}

@keyframes arrow {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	70% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}

	90%,
	100% {
		opacity: 0;
	}
}

.ani_light {
	animation: light 0.5s infinite alternate both;
}

@keyframes light {
	0% {
		opacity: 0.7;
		transform: scale(0.7);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.ani_egg.active {
	animation: egg 0.3s linear 2.85s both;
	transform-origin: 50% 30%;
}

@keyframes egg {
	0% {
		transform: scale(0.8) translate3d(0, 0, 0);
		opacity: 0;
	}

	1% {
		opacity: 1;
	}

	100% {
		transform: scale(15) translate3d(0, -50px, 0);
		opacity: 1;
	}
}

.ani_rotate.active {
	animation: rotate 0.5s both;
}

@keyframes rotate {
	0% {
		transform: rotate3d(0, 0, 0, 0deg);
	}

	100% {
		transform: rotate3d(0, 0, 1, 120deg);
	}
}

.ani_moveT {
	animation: moveT 1.5s both;
}

@keyframes moveT {
	0% {
		transform: translate3d(0, 100%, 0);
	}

	100% {
		transform: rotate3d(0, 0, 0);
	}
}

.ball {
	height: 580px;
	width: 580px;
	top: 226px;
	left: 316px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20th/css_sprites.png);
	background-size: 100% auto;
}

.ball.active {
	animation: test 2250ms steps(44) 500ms both;
}

.dialog_act .rule::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.dialog_act .rule::-webkit-scrollbar-track {
	background: #f7f7f7;
}

.dialog_act .rule::-webkit-scrollbar-thumb {
	background: #8c8a80;
}




/* 幸运转盘样式 */
.wrap04 {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/bg_06.jpg) no-repeat center;
	min-width: 1000px;
	max-width: 2560px;
	margin: 0 auto;
	position: relative;
}

.wrap04 .w_con {
	height: 1200px;
	position: relative;
}

.w_con {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%
}

.w_con:before {
	content: "";
	display: table;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 幸运转盘容器及整体样式 */
.rotate_box {
	position: relative;
	width: 800px;
	height: 800px;
	margin: 190px auto 0;
}

/* 转盘指针图片 */
.draw_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 800px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/202506yongchipaidui/bg_pointer.png) no-repeat;
	/* background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/bg_pointer.png) no-repeat */
}

/* 转盘背景 */
.rotate_bg {
	width: 800px;
	height: 800px;
	overflow: hidden;
	position: relative;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/roulette.png) no-repeat;
}

/* 转盘中心文字区域 */
.rotate_txt {
	position: relative;
	margin: 283px auto 0;
	width: 265px;
	height: 265px;
	text-align: center
}

/* 许愿币文字样式 */
.coin_word {
	color: #1f7abd;
	font-weight: 700;
	font-size: 18px
}

/* 许愿币数量容器样式 */
.coin_box {
	color: #ffb412;
	font-weight: 700;
	font-size: 32px
}

.coin_box span {
	color: #1f7abd;
}

/* 开始抽奖按钮 */
a.start {
	display: inline-block;
	margin: 13px 0 3px;
	width: 201px;
	height: 60px;
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/202506yongchipaidui/start_btn.png") no-repeat
}

/* 转盘提示文字 */
.rotate_tip {
	color: #1f7abd
}

/* 已获得奖品标记容器 */
.got_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

/* 已获得奖品标记通用样式 */
.got_box i {
	position: absolute;
	width: 100px;
	height: 50px;
	display: none;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/202506yongchipaidui/got.png) no-repeat center;
}

/* 各奖品标记位置 */
.got_box .i01 {
	top: 135px;
	right: 272px;
}

.got_box .i02 {
	top: 193px;
	right: 152px
}

.got_box .i03 {
	top: 295px;
	right: 106px
}

.got_box .i04 {
	top: 408px;
	right: 103px
}

.got_box .i05 {
	top: 532px;
	right: 168px
}

.got_box .i06 {
	top: 575px;
	left: 405px
}

.got_box .i07 {
	top: 579px;
	left: 294px
}

.got_box .i08 {
	top: 520px;
	left: 178px
}

.got_box .i09 {
	top: 418px;
	left: 123px
}

.got_box .i10 {
	top: 304px;
	left: 120px
}

.got_box .i11 {
	top: 195px;
	left: 164px
}

.got_box .i12 {
	top: 134px;
	right: 412px
}

/* 转盘按钮 */
.common_btn {
	position: absolute;
	width: 231px;
	height: 91px;
	display: block;
	text-indent: -999em;
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/202506yongchipaidui/common_btn.png") no-repeat
}

.rule_btn03 {
	top: 1030px;
	left: 122px;
	background-position: 0 -273px;
}

.buy_btn {
	top: 1030px;
	left: 392px;
	background-position: 0 -364px;
}

.exchange_btn {
	top: 1030px;
	left: 647px;
	background-position: 0 -455px;
}



/* EVENT02开盲盒 */
.wrap-20-2 {
	width: 100%;
	height: 974px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/bg_03.jpg) no-repeat center 0;
	position: relative;
}

.wrap-20-2 .scroll-bar {
	width: 5px;
	background: #274766;
	border-top-left-radius: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-bottom-right-radius: 1000px;
}

.wrap-20-2 .con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.wrap-20-2 .tips{
	text-align: center;
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: 400px;
	text-align: center;
	/* width: 250px; */
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	text-wrap: nowrap;
	background-color: #FFE479;
	padding: 5px 30px;
	border-radius: 25px;
	border: 2px solid #000000;
	box-shadow: 0 5px 15px rgba(34, 33, 33, 0.3);
}

.wrap-20-2 .part2_btn_buy {
	display: block;
	width: 470px;
	height: 70px;
	position: absolute;
	top: 747px;
	left: 50%;
	margin-left: -240px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/btn_buy.png) no-repeat center 0;
}

.wrap-20-2 .part2_btn_preview {
	display: block;
	width: 200px;
	height: 50px;
	position: absolute;
	top: 830px;
	left: 50%;
	margin-left: 20px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/btn_part2_preview.png) no-repeat center 0;
}

.wrap-20-2 .part2_btn_rule {
	display: block;
	width: 200px;
	height: 50px;
	position: absolute;
	top: 830px;
	left: 50%;
	margin-left: -225px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/20251111/btn_part2_rule.png) no-repeat center 0;
}

/* 鸿运当头 */
.wrap-20-2 .scroll-container2 {

	position: absolute;
	width: 195px;
	height: 230px;
	margin: 0 auto;
	overflow-y: auto;
	margin-left: 1005px;
	top: 440px;
	font-size: 18px;
	color: #fff;
}

.scroll-container2::-webkit-scrollbar {
	width: 8px;
	/* 滚动条宽度 */
}

.scroll-container2::-webkit-scrollbar-thumb {
	background-color: #011155;
	/* 滚动条-thumb颜色 */
	border-radius: 4px;
	/* 滚动条-thumb圆角 */
}

.scroll-container2::-webkit-scrollbar-track {
	background-color: transparent;
	/* 滚动条-track颜色 */
	border-radius: 4px;
	/* 滚动条-track圆角 */
}














.part2_dialog_rule {
	width: 600px;
	height: 390px;
	top: 200px;
	left: 167px;
	position: absolute;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
	display: flex;
	/* 竖向 */
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #43433e;
	padding: 0 30px 0 50px;
}



.wrap-20-2 .js_container3 {
	width: 225px;
	height: 520px;
}

.wrap-20-2 .part2_dialog_preview .cont {
	font-size: 14px;
	width: 200px;
	line-height: 32px;
	position: absolute;
	transition: 0.3s;
}

.wrap-20-2 .part2_dialog_preview .cont li {
	border-bottom: 1px solid #274766;
	margin-bottom: 4px;
}





.wrap-20-2 .btn_get_gloves {
	display: block;
	width: 253px;
	height: 78px;
	position: absolute;
	top: 817px;
	left: 50%;
	margin-left: -400px;
	background-color: red;
}

.wrap-20-2 .btn_get_clothes {
	display: block;
	width: 253px;
	height: 78px;
	position: absolute;
	top: 817px;
	left: 50%;
	margin-left: 180px;
	background-color: red;
}

.wrap-20-2 .count {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 30px;
}

.count1 {
	width: 380px;
	height: 100px;
	text-align: center;
	display: block;
	margin-left: 40px;
}

.count2 {
	width: 380px;
	height: 100px;
	text-align: center;
	display: block;
	margin-left: 30px;
}

/* 一次盲盒 */
.wrap-20-2 .gift_one {
	display: block;
	position: absolute;
	top: 365px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	width: 247px;
	height: 238px;
}
.wrap-20-2 .gift_one_open {
	display: block;
	position: absolute;
	top: 290px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	width: 245px;
	height: 308px;
}
.wrap-20-2 .gift_one_result {
	position: absolute;
	top: 365px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	width: 247px;
	height: 238px;
}
.wrap-20-2  .gift_one_result_img {
	display: block;
	margin: 60px auto 40px;
	width: 132px;
	height: 132px;
}
.wrap-20-2  .gift_one_result_name {
	text-align: center;
	font-size: 25px;
	color: #FF0000;
	font-weight: bold; 
}



.wrap-20-2 .gift_ten {
	display: block;
	position: absolute;
	top: 314px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	width: 950px;
	height: 550px;
	margin-left: -3px;
}
.wrap-20-2 .gift_ten_open {
	display: block;
	position: absolute;
	top: 275px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	width: 950px;
	height: 590px;
	margin-left: -3px;
}

.wrap-20-2 .gift_ten_result {
	position: absolute;
	top: 365px;
	left: 10px;
	right: 0;
	margin: 0 auto;
	width: 247px;
	height: 238px;
}
.wrap-20-2  .gift_ten_result_img {
	display: block;
	margin: 0 auto;
	width: 66px;
	height: 66px;
}
.wrap-20-2  .gift_ten_result_name {
	text-align: center;
	font-size: 22px;
	color: #FF0000;
	font-weight: bold; 
}
.wrap-20-2 .gift_ten_result1 {
    top: 340px;
	left: -910px;
}
.wrap-20-2 .gift_ten_result2 {
    top: 340px;
	left: -450px;
}
.wrap-20-2 .gift_ten_result3 {
    top: 340px;
	left: 20px;
}
.wrap-20-2 .gift_ten_result4 {
    top: 340px;
	left: 480px;
}
.wrap-20-2 .gift_ten_result5 {
    top: 540px;
	left: -910px;
}
.wrap-20-2 .gift_ten_result6 {
    top: 540px;
	left: -450px;
}
.wrap-20-2 .gift_ten_result7 {
    top: 540px;
	left: 20px;
}
.wrap-20-2 .gift_ten_result8 {
    top: 540px;
	left: 480px;
}
.wrap-20-2 .gift_ten_result9 {
    top: 730px;
	left: -680px;
}
.wrap-20-2 .gift_ten_result10 {
    top: 730px;
	left: -220px;
}
.wrap-20-2 .gift_ten_result11 {
    top: 730px;
	left: 250px;
}




/* 幸运转盘活动规则 */
.common_txt {
	position: absolute;
	bottom: 175px;
	left: -1.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1003px;
	height: 444px;
	padding: 70px 70px 0;
	background: url("https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/202506yongchipaidui/common_txt.png") no-repeat;
	line-height: 30px;
	font-size: 18px;
	color: #065d9e;
	z-index: 100;
}

.common_close {
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	top: 50px;
	right: 50px;
	background: url(https://static.web.sdo.com/bfo/pic/act_bfo/BFO/active/202506yongchipaidui/close.png?v1) no-repeat;
}

.big {
	font-size: 22px;
}

.common_txt01 {
	top: 237px;
}






/* 弹窗样式 */
/* 弹框容器 - 作为遮罩层 */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.modal-overlay1 {
	display: none;
}

.modal-overlay2 {
	display: none;
}

.modal-overlay3 {
	display: none;
}
.modal-overlay4 {
	display: none;
}
.modal-overlay5 {
	display: none;
}

/* 弹框显示状态 */
.modal-overlay1.show {
	display: flex;
}

.modal-overlay2.show {
	display: flex;
}

.modal-overlay3.show {
	display: flex;
}
.modal-overlay4.show {
	display: flex;
}
.modal-overlay5.show {
	display: flex;
}


.pop {
	position: relative;
	color: #2f3a61;
	width: 602px;
	height: 689px;
}

.pop1 {
	width: 661px;
	height: 713px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/bc_pop.png) no-repeat;
}

.pop2 {
	width: 972px;
	height: 908px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/pop_rule.png) no-repeat;
}

.pop3 {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/bc_pop.png) no-repeat;
	width: 661px;
	height: 713px;
}

.change_group {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 24px;
}

.pop .close {
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: absolute;
	right: 45px;
	top: 80px;
	text-indent: -999em;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/btn_close.png) no-repeat;
}

.confirm {
	display: block;
	width: 107px;
	height: 41px;
	text-indent: -999em;
	margin: 0 15px;
}

a.red_confirm {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/red_confirm.png) no-repeat;
}

a.red_cancel {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/red_cancel.png) no-repeat;
}

a.blue_confirm {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/bule_confirm.png) no-repeat;
}

a.blue_cancel {
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/202510hy/blue_cancel.png) no-repeat;
}


.pop .pbd {
	width: 602px;
	height: 150px;
	padding-top: 135px;
	text-align: center;
	margin: 20px auto 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #43433e;
	padding-left: 30px;

}

.pop .pbd_get {
	width:450px;
	height: 250px;
	margin-top: 350px;
	text-align: center;
	margin: 55px auto;
	display: flex;
	/* 竖向 */
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #43433e;
	padding-left: 30px;
	/* 超出滚动 */
	overflow-y: scroll;
	height: 400px;
}
.pop .pbd_get ul.pbd_get {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
	.pop .pbd_get .pbd_get_item {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	}
	
	.pop .pbd_get .pbd_get_item .pbd_get_item_left {
	text-align: left;
	width: 20%;
	}
	.pop .pbd_get .pbd_get_item .pbd_get_item_result {
	text-align: left;
	width: 40%;
	}
	
	.pop .pbd_get .pbd_get_item .pbd_get_item_time {
	text-align: left;
	width: 35%;
	}

.pop .pbd_get::-webkit-scrollbar {
	width: 5px;
}

.pop .pbd_get::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #F7A142;
}

.pop .pbd_get::-webkit-scrollbar-track {
	background: #FFF674;
}


/* 转盘部分弹窗样式 */
.buy_box {
	padding: 20px;
	width: 480px;
	height: 350px;
	background: #c8ecfb;
	color: #065d9e;
}

.buy_box .num_input {
	margin: 300px auto 60px;
	color: #065d9e;
	text-align: center;
	font-weight: 700;
	font-size: 24px
}

.buy_box .btn_minus,
.btn_plus {
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 1px solid #795937;
	color: #065d9e;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 20px;
	cursor: pointer
}

.buy_box .num_value {
	margin: 0 5px;
	width: 70px;
	height: 45px;
	border: 1px solid #795937;
	background: 0 0;
	color: #065d9e;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 45px
}

.buy_box .num_confirm {
	display: block;
	margin: 0 auto 25px;
	width: 160px;
	height: 50px;
	background: #065d9e;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px
}


.exchangebox {
	padding: 20px;
	width: 480px;
	height: 350px;
	background: #c8ecfb;
	color: #065d9e;
	border-radius: 0
}

.exchangebox .num_input2 {
	margin: 300px auto 60px;
	color: #065d9e;
	text-align: center;
	font-weight: 700;
	font-size: 24px
}

.exchangebox .btn_minus2,
.btn_plus2 {
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 1px solid #795937;
	color: #065d9e;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 20px;
	cursor: pointer
}

.exchangebox .num_value2 {
	margin: 0 5px;
	width: 70px;
	height: 45px;
	border: 1px solid #795937;
	background: 0 0;
	color: #065d9e;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 45px
}

.exchangebox .num_confirm2 {
	display: block;
	margin: 0 auto 25px;
	width: 160px;
	height: 50px;
	background: #065d9e;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px
}

.success_box {
	width: 500px;
	height: 270px;
	background: #c8ecfb;
	text-align: center
}

.success_box h3 {
	margin-top: 40px;
	color: #065d9e;
	font-weight: 700;
	font-size: 24px
}

.success_box .name {
	margin: 10px 0 25px 0;
	padding: 0 20px;
	color: #065d9e;
	font-weight: 700;
	font-size: 32px;
	word-wrap: break-word
}

a.ok {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 50px;
	background: #065d9e;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 50px
}

.no_show {
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0)
}

.pop4 {
	position: absolute;
	z-index: 10000;
	box-sizing: border-box;
	width: 972px;
	height: 908px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/pop_rule.png) no-repeat;
}

.pop4 .close_dialog {
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	position: absolute;
	right: 45px;
	top: 80px;
	text-indent: -999em;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/btn_close.png) no-repeat;
}

/* event4样式 */
.wrap2_title {
    position: absolute;
	top: -30px;
	right: 90px;
	z-index: 10;
	font-size: 20px;
	color: #961312;
	text-align: right;
	width: 600px;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}
.wrap2_title img{
	margin-right: 10px;
}

.product_list {
	width: 1020px;
	min-height: 770px;
	display: flex;
	margin: 90px auto;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.product_item {
	width: 273px;
	height: 334px;
	margin: 10px 30px;
	background: url(https://static.web.sdo.com//bfo/pic/act_bfo/20251111/event4_card.png) no-repeat center 0;
	position: relative;
}
.product_img {
	width: 132px;
	height: 132px;
	margin: 30px auto 5px;
	display: block;
}

.product_info {
	height: 140px;
	text-align: center;
	color: #eb2f30;
	font-size: 22px;
}

.product_name {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
}

.product_price {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 50px;
	margin: 0 auto;
}
.product_price img {
	position: relative;
	top: 5px;

}
 .product_btn{
	display: block;
	margin: 18px auto 0;
	cursor: pointer;
	width: 145px;
	height: 44px;
}




.modal-overlay0 {
	display: none;
}
	/* 弹框显示状态 */
	.modal-overlay0.show {
		display: flex;
	}


.modal-overlay6 {
	display: none;
}
	/* 弹框显示状态 */
	.modal-overlay6.show {
		display: flex;
	}


.modal-overlay7 {
	display: none;
}
	/* 弹框显示状态 */
	.modal-overlay7.show {
		display: flex;
	}


.modal-overlay8 {
	display: none;
}
	/* 弹框显示状态 */
	.modal-overlay8.show {
		display: flex;
	}