@charset 'utf-8';

.lotter_main{
	background: #0a0a0a !important;
	width: 100%;
	padding: 30px 0;
}
.lotter_main .container {
	width: 1440px !important;
	max-width: 1440px !important;
	margin: 0 auto !important;
}
.main_scroll{
	height: 550px !important;
	display: flex;
	gap: 20px;
}
.main_scroll .scroll_left{
	width: 70% !important;
	height: 550px !important;
	border-radius: 10px;
	overflow: hidden;
}
.main_scroll .scroll_left img{
	height: 550px !important;
	width: 100% !important;
	object-fit: cover;
}
.main_scroll .scroll_left .carousel,
.main_scroll .scroll_left .carousel-inner,
.main_scroll .scroll_left .carousel-inner .item{
	height: 550px !important;
}
.main_scroll .scroll_right{
	width: 28% !important;
	height: 550px !important;
	background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
	border-radius: 10px;
	border: 1px solid #333;
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.gradient{
	width: 100%;
	height: 0;
	display: none;
}
.gradient i{
	display: none;
}
.gradient em{
	display: none;
}
.scroll_right h2{
	height: 60px;
	line-height: 60px;
	color: #FFD700;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid rgba(255, 215, 0, 0.3);
	margin: 0;
	background: rgba(0,0,0,0.3);
}
.winning{
	margin-top: 0;
	margin-bottom: 0px;
	height: 490px !important;
}
.ranking{
	margin: 0;
	padding: 15px;
	height: 490px !important;
	position: relative;
}
.ranking_scrooll_box{
	height: 490px;
	overflow-y: auto;
}
.ranking_scrooll_box::-webkit-scrollbar {
	width: 6px;
}
.ranking_scrooll_box::-webkit-scrollbar-thumb {
	background: #FFD700;
	border-radius: 3px;
}
.ranking_scrooll_box::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
}
.winning .ranking_list_lotter li{
	border-bottom: 1px solid rgba(255, 215, 0, 0.2) !important;
}
.ranking_list_lotter li{
	border-bottom: 1px solid rgba(255, 215, 0, 0.2);
	height: auto;
	min-height: 70px;
	cursor: pointer;
	transition: all 0.3s;
}
.ranking_list_lotter li:hover {
	background: rgba(255, 215, 0, 0.1);
}
.ranking_list_lotter li>.media{
	padding: 12px;
}
.ranking_list_lotter .media .media-left{
	vertical-align: middle;
}
.ranking_list_lotter .media img{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #FFD700;
}
.ranking_list_lotter li>.media .media-body p{
	height: auto;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}
.ceng{
	width:304px;
	height:200px;
	box-shadow: 2px 2px 5px #ccc;
	padding-top:22px;
	background: #fff;
	position:absolute;
	top:0;
	/*left:-304px;*/
	z-index:9999;
}
.ceng .media-left{
	padding-left:30px;
	padding-right: 26px;
}
.ceng .media-left img{
	width:80px;
	height:80px;
}
.ceng .media-left p{
	margin-top:15px;
}
.ceng .media-left a{
	text-align:center;
	display:block;
	color:#1d93d8;
	font-size:14px;
}
.ceng .media-body p{
	font-size:15px;
}
.ceng .media-footer{
	height:50px;
	background: #f5f5f5;
}
.ceng .media-footer a{
	display:inline-block;
	width:40px;
	text-align:center;
}
.ceng .media-footer i{
	font-size:25px;
	line-height:50px;
}
.ranking_list_lotter .media-body em{
	color: #FFD700;
	font-weight: bold;
	font-style: normal;
}
.ranking_list_lotter .media-body span{
	color: #999;
}
.lottery_content{
	background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #333;
	box-shadow: 0 5px 20px rgba(0,0,0,0.5);
	margin-top: 30px;
}
.lottery_content .content_nav{
	height: 60px;
	background: rgba(0,0,0,0.5);
	padding-left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	border-radius: 10px 10px 0 0;
}
.content_nav li{
	height: 60px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content_nav li a{
	color: #fff;
	font-size: 16px;
	width: 120px;
	line-height:27px;
	margin:10px 0;
	margin-top:7px;
	display:inline-block;
}
.content_nav li a:hover{
	text-decoration:none;
}
.content_nav li + li a:after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
}
.content_nav .active{
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	border-radius: 5px;
	margin: 0 5px;
}
.content_nav .active a{
	color: #000;
	font-weight: bold;
}
.content_nav .active a:after{
	display: none;
}
.content_list_box{
	padding: 30px 15px;
	background: transparent;
	height: 100%;
	min-height: 400px;
}
.content_list{
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
/* 当JavaScript设置display:block时，覆盖为flex布局 */
.content_list[style*="block"] {
	display: flex !important;
	justify-content: space-between;
}
/* 确保隐藏状态 */
.content_list[style*="none"] {
	display: none !important;
}
.content_list .k3_project{
    width: calc((100% - 100px) / 6);
    min-width: 210px;
    height: 140px;
    padding: 15px !important;
    margin: 10px 8px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    border: 1px solid #444 !important;
    position: relative;
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%) !important;
    transition: all 0.3s;
    flex-shrink: 0;
}
.content_list .k3_project:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(255, 215, 0, 0.2);
	border-color: #FFD700 !important;
}
.k3_project .media-left i{
	font-size: 60px;
	color: #FFD700;
	line-height: 68px;
}
.k3_project .media-body p{
	font-size: 16px;
	text-align: center;
	color: #cccccc;
	margin: 5px 0 0 0;
	font-weight: 400;
}
.k3_project .media-body span{
	color: #999;
	font-size: 14px;
	margin: 6px 0;
	display: block;
	text-align: center;
}
/*.k3_beetting{
	position:absolute;
	background: rgba(81, 96, 115, 0.9);
	width:100%;
	height:100%;
	text-align: center;
	left:0;
	top:0;
	display: none;
}*/
.k3_beetting .btn_beetting{
	border:1px solid #dfdfdf;
	color:#dfdfdf;
	font-size:14px;
	padding:2px 21px;
	display: inline-block;}
.k3_beetting .help{
	position:absolute;
	bottom:7px;
	right:8px;
	border-radius:50%;
	height:22px;
	width:22px;
}
.k3_beetting .help i{
	font-size:23px;
	color:#dfdfdf;
	line-height:0;
	vertical-align:middle;
}
.layui-layer-content{
	padding: 0 10px !important;
}
.layui-layer-TipsG { 
	border-bottom-color: transparent !important; 
	border-left-color: #bd2004 !important; 
	top: 6px !important; 
	border-width: 5px !important; 
	right: -10px !important; 
}

.lottery_content .lcbox{
	background: #fffcf5 none repeat scroll 0 0;
}

.lcbox .lctit {
	border-bottom: 2px solid #ee6b13;
}

.lcbox .lctit .jingcai {
	background: rgba(0, 0, 0, 0) url("../images/unit_hover.jpg") repeat-x scroll 0 0;
	display: block;
	height: 36px;
	position: relative;
	border-radius: 7px 7px 0 0;
	top: 2px;
	width: 116px;
}
.lcbox h2{
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 10px;
	line-height: 36px;
	text-align: center;
	text-indent: 10px;
}

.lcbox .lcmain {
	padding: 10px 0 20px;
}
.lcmain .lot_ul>li {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	display: inline;
	float: left;
	margin: 10px 5px 0;
	width: 315px;
	border-radius:7px;
}
.lcmain .lot_ul li img {
	float: left;
}
.lcmain .lot_ul li .info {
	float: left;
}
.lcmain .lot_ul li .info h3 {
	margin: 5px 0 5px 10px;
	font-size: 20px;
}
.lcmain .lot_ul li .info h3 a {
	color: #666;
}
.lcmain .lot_ul li .info h3 a:hover {
	color: #ee6b13;
	text-decoration: none;
}
.lcmain .lot_ul li .info>span {
	color: #777;
	line-height: 25px;
	padding:0 10px;
	display: inline-block;
	font-size:14px;
}

.show-gd1 ul{display: inline-block;color:#fff;
	width: 210px;
	overflow: hidden;
	height: 21px;}
.clear {
	clear: both;
}
.lcmain .lot_ul li .btnbox {
	height:40px;
	overflow: hidden;
	margin-left:20px;
}
.lcmain .lot_ul li .btnbox_top{
	height:100px;
}
.lcmain .lot_ul li .btnbox a {
	background:#e9e9e9;
	color:#333;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0 15px 0px 0;
	text-align: center;
	width: 80px;
	border-radius:20px;
}
.lcmain .lot_ul li .btnbox a:hover{
	opacity:0.8;
}
.lcmain .lot_ul li .btnbox .buybtn {
	background-color: #d32036;
	color:#ffffff;
	margin-right:-5px;
}
.lot-fore{
	height:30px;
}
.lot-fore .fl {
	float: left;
	line-height: 24px;
	margin-left: 20px;
}
.show-gd1 {
	float: left;
	margin-right: -15px;
	text-align: center;
	width: 239px;
}
.show-gd1 li {
	border-radius: 50%;
	float: left;
	height: 19px;
	line-height: 19px;
	margin: 0 1px !important;
	text-align: center;
	width: 19px;
}
.show-gd1 .big_ball li {
	font-size: 13px;
	height: 21px !important;
	line-height: 19px !important;
	width: 21px !important;
}
.show-gd1 li {
	background: url(../images/b-20.png) no-repeat 0 0;
}
.gct_time {
	background: #e1e1e1 none repeat scroll 0 0;
	color: #666;
}
.gct_time {
	border-radius: 3px;
	display: inline-block;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-left:10px;
}
.tabulousclear{
	display: inline-block;
	line-height: 23px;
}
.gct_time_now_l .leaveh-2{
	font-size: 12px;
	color: #666;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.lcbox li img{width:80px;height:80px;margin:10px 0 0 12px;}

.clear {
	clear: both;
}















 .homepage .about {
    padding: 40px 0;
}
.homepage .about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.homepage .about .about-col {
    color: #00369b;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.homepage .about .about-col:before {
    background-color: #d9d9d9;
    content: "";
    height: calc(100% - 45px);
    width: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.homepage .about .about-col .title {
    color: #207cba;
    height: 45px;
    font-size: 1.2rem;
    font-weight: bold;
}
.homepage .about .about-col.benefit .flex-wrapper {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 0.9rem;
    margin: 0 auto;
    max-width: 215px;
}
.homepage .about .about-col.benefit strong {
    color: #207cba;
    font-size: 1.5rem;
}
.homepage .about .about-col.benefit .progress {
    background-color: #d9d9d9;
    border-radius: 20px;
    height: 8px;
    width: 100%;
    margin: 5px auto 20px;
    max-width: 180px;
    overflow: hidden;
}
.homepage .about .about-col.benefit .progress .progress-bar {
    background-image: -webkit-gradient(linear, left top, right top, from(#48276d), color-stop(#384188), to(#4770af));
    background-image: -webkit-linear-gradient(left, #48276d, #384188, #4770af);
    background-image: -o-linear-gradient(left, #48276d, #384188, #4770af);
    background-image: linear-gradient(to right, #48276d, #384188, #4770af);
    border-radius: 20px;
    height: 100%;
    width: 0;
}
.homepage .about .about-col.benefit .flex-wrapper {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 0.9rem;
    margin: 0 auto;
    max-width: 215px;
}
.homepage .about .about-col.benefit strong {
    color: #207cba;
    font-size: 1.5rem;
}
.homepage .about .about-col.benefit .progress {
    background-color: #d9d9d9;
    border-radius: 20px;
    height: 8px;
    width: 100%;
    margin: 5px auto 20px;
    max-width: 180px;
    overflow: hidden;
}
.homepage .about .about-col.benefit .progress .progress-bar {
    background-image: -webkit-gradient(linear, left top, right top, from(#48276d), color-stop(#384188), to(#4770af));
    background-image: -webkit-linear-gradient(left, #48276d, #384188, #4770af);
    background-image: -o-linear-gradient(left, #48276d, #384188, #4770af);
    background-image: linear-gradient(to right, #48276d, #384188, #4770af);
    border-radius: 20px;
    height: 100%;
    width: 0;
}
.homepage .about .about-col.benefit .flex-wrapper {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 0.9rem;
    margin: 0 auto;
    max-width: 215px;
}