/*
* @description: 新版公共样式 10.0.0 推广pc 样式
 *@author:lh
* @time: 2023-12-27
 */
/* 表格中a标签颜色 */
.newHrefColor {
	color: #018FFF;
}

/* 审核中 */
.inReview {
	color: #F99239;
}

a.newColor1,
a.newColor1:hover {
	color: #46BB36;
}

a.newColor2,
a.newColor2:hover,
.newColor2 {
	color: #FF5050;
}

.newColor3,
.newColor3:hover {
	color: #A1A7BB;
	/* pointer-events: none */
}

.color-orange,
.nowarp {
	white-space: nowrap;
}

.new_tableStyle tr td p {

	line-height: 20px;
}

.new_tableStyle tr td .alignLeft {
	text-align: left;
	white-space: nowrap;
}

.titleBold {
	font-weight: bold;
}

.statusBox {
	display: flex;
}

.statusBox a {
	display: inline-block;
}

.fixWidth {
	width: 75px;
	margin-right: 0px !important;
}

.statusBox a {
	margin-right: 10px;
}

div.new_Wrap .new_tableStyle .tableFont12 tr td {
	font-size: 12px;
}

/* ----------全部游戏start */

.ten_tabHref {
	margin-top: 4px;
	margin-bottom: 16px;
	height: 152px;
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	padding: 7px 15px 0 15px;
}



.ten_tabbox {
	display: flex;
	box-sizing: border-box;
	/* padding: 12px 15px; */
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #747C94;
	/* margin-bottom: 12px; */
}

.ten_tabbox:last-child {
	margin-bottom: 0px;
}

.ten_title {
	margin-right: 10px;
}

.ten_title,
.ten_title ul li {
	height: 28px;
	line-height: 28px;
}

.ten_tabbox ul {
	display: flex;
	align-items: center;
}

.ten_tabbox ul li {
	margin-right: 26px;
}

.ten_active {
	color: #018FFF;
}

.ten_tabbox ul li a:hover {
	color: #018FFF;
}

.ten_default_newBtn {
	width: auto;
	padding-left: 13px;
	padding-right: 13px;
	height: 32px;
	line-height: 32px;
	background: #018FFF;
	border-radius: 2px 2px 2px 2px;

	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-ms-border-radius: 2px 2px 2px 2px;
	-o-border-radius: 2px 2px 2px 2px;
}

.mrgl6 {
	display: flex;
}

.mrgl6 .btn-clear {
	margin-left: 6px;
}

.p_icon {
	margin-bottom: 8px;
}

.templateStyle {
	width: 36px;
	height: 18px;
	background: #018FFF;
	border-radius: 2px 2px 2px 2px;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
	margin-right: 8px;
}

.templateStyle:hover {
	color: #fff;
	text-decoration: none;
}

.lineBox {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.unTemplateStyle {
	background: #D6D6D6;
	pointer-events: none
}

.jiancePop .layui-layer-btn {
	display: flex;
	justify-content: flex-end;
}

/* * ----------全部游戏start */
/* * ----------全部游戏-----游戏详情start */
.gameDetailPage {
	border-radius: 5px;
}

.gameDetailPage .layui-layer-content {
	border-radius: 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.detailDiv {
	padding: 50px 10px 23px 20px;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.closeBt {
	width: 12px;
	height: 12px;
	cursor: pointer;
	z-index: 99999;
}

.detail_tab {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 600px;
	left: 0;
	height: 70px;
	padding: 20px;
	background: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail_tab ul {
	display: flex;

}

.detail_tab ul li {
	width: auto;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	color: #018FFF;
	border: 1px solid #018FFF;
	border-right: 0px;
}

.detail_tab ul li:last-child {
	border-right: 1px solid #018FFF;
}

.detail_tab ul li a:hover {
	color: #018FFF;
	text-decoration: none;
}

.detail_tab ul .i_active {
	background-color: #018FFF;
	color: #fff;
}

.detail_tab ul .i_active a:hover {
	color: #fff;
}

.detail_tab ul li:first-child {
	border-radius: 2px 0px 0px 2px;
}

.detail_tab ul li:last-child {
	border-radius: 0px 2px 2px 0px;
}

.A_game,
.A_line {
	display: flex;
	align-items: center;
}

.A_game_left {
	margin-right: 10px;
}

.A_game_left img {
	border-radius: 8px;
	width: 80px;
	height: 80px;
}

.contentC {
	margin-top: 20px;
}


.A_line .A_gameName {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 25px;
	max-width: 260px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.A_dec {
	padding: 0 4px;
	height: 18px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #018FFF;
	font-size: 10px;
	font-weight: 400;
	color: #018FFF;
	margin-left: 10px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.A_line2 {
	margin-top: 8px;
}

.A_line2 p {
	font-size: 12px;
	font-weight: 400;
	margin-right: 8px;

}

.A_line2 p:first-child {
	color: #FFBE39;
}

.A_line2 p:nth-child(2) {
	color: #018FFF;
}

.A_line2 p:last-child {
	color: #FF5050;
	margin-right: 0px;
}

.A_line3 {
	font-size: 14px;
	font-weight: 400;
	color: #018FFF;
	line-height: 13px;
	margin-top: 8px;
}

.A_line3 p {
	margin-right: 12px;
}

.A_line3 p:last-child {
	margin-right: 0px;
}

.A_introduction {}

.A_box {
	margin-top: 20px;
}

.A_title {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
}

.A_intr {
	font-size: 14px;
	font-weight: 400;
	color: #404040;
	display: flex;
	overflow: auto;
}

.A_intr img {
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.A_intr img:last-child {
	margin-right: 0px;
}

.A_int {
	margin-bottom: 10px;
}

.C_gift {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.C_giftBox {
	width: 270px;
	min-height: 107px;
	background: #EFF8FF;
	border-radius: 4px 4px 4px 4px;
	box-sizing: border-box;
	padding: 12px 16px 10px 16px;
	box-sizing: border-box;

}

.C_G_title {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
}

.C_G_title2 {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	margin-top: 3px;
	/* height: 18px; */
	width: 100%;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}

.C_G_title3 {
	color: #018FFF;
}

.C_gift div {
	margin-bottom: 12px;
}

.C_gift div:nth-last-child(-n+2) {
	margin-bottom: 0px;
}

.C_gift div:nth-child(2n) {
	margin-left: 12px;
}

.C_help {
	font-size: 12px;
	font-weight: 400;
	color: #A4A4A4;
}




.openDiv .game_detail_item_title {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #354359;
	margin-bottom: 19px;
}

.openDiv .game_detail_open_and {
	width: 560px;
	height: 100%;
	font-size: 12px;
	/*border: 1px solid #E6E8EC;*/
	/* background-color: #e2e2e2; */
	display: flex;
	display: -webkit-flex;
	align-items: center;
	position: relative;
}

.openDiv .a_top {
	width: 100%;
	display: flex;
	position: relative;
}

.openDiv .a-left1,
.openDiv .a-right {
	width: 100%;
}

.openDiv .a-right {
	border: 1px solid #E4E6EE;

}

.openDiv .a-left1 {
	position: relative;
	border: 1px solid #E4E6EE;
	/*border-right: none;*/
}

.openDiv .a_top_left,
.openDiv .a_top_right {
	width: 100%;
	text-align: center;
	background: #EDEEF5;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
}

.openDiv .a_bottom_left {
	width: 100%;
}

.openDiv .a_bottom_left .a_line {
	margin: 10px 16px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: var(--mainFontColor);
}

.openDiv .a_bottom_left .a_line li {
	margin-bottom: 10px;
	color: #222222;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.openDiv .a_bottom_left .a_line li span:last-child {
	margin-left: 5px;
	color: #018FFF;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 165px;
	display: inline-block;
}

.vipBOx {
	width: 120px;
	height: 260px;
	border-radius: 4px 4px 4px 4px;
}

.E_content {}

.activeList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.activeList p {
	font-size: 12px;
	font-weight: 400;
	color: #A4A4A4;
}

.activeList p:first-child {
	font-size: 12px;
	font-weight: 400;
	color: #018FFF;
}

.activeList p a {
	color: var(--mainFontColor);
}

.activeList p a:hover {
	text-decoration: underline;
	color: var(--mainColor);
}

/* * ----------全部游戏------游戏详情start */
/* * ----------开服预告--start */
.new_game_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 20px 20px 0 20px;
}

.ser_gamelIst {
	display: flex;
	align-items: center;
	width: calc(100% / 4);
	margin-bottom: 30px;
}

.ser_gamelIst img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	flex-shrink: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.right_gameList {}

.serLIne {
	font-size: 12px;
	font-weight: 400;
	color: #A4A4A4;
	line-height: 20px;
}
.serLIne p {
	font-size: 12px;
	color: #018FFF;
	line-height: unset;
}
.serBOx {
	font-size: 12px;
	font-weight: 400;
	color: #222222;
}

.serBOx span:nth-child(2) {
	font-size: 14px;
	font-weight: 400;
	color: #018FFF;
}

.roll_table2 {
	width: 100%;
}

.z_nav-tabs>li>a {
	padding: 0 !important;
}

.z_nav-tabs li {
	display: flex !important;
}

/* * ----------开服预告--stop */
/* * ----------最新活动--start */
.newActiveList {
	width: 100%;
}

.newActiveList li {
	width: calc(100% / 2);
	float: left;
	position: relative;
	margin-bottom: 16px;
}

.newActiveList li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 500;
	color: #222222;
	align-items: center;
	padding: 0 60px 0 15px;
}

.newActiveList li p:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}

.newActiveList li p:last-child {

	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.unRead::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #018FFF;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.isRead::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #C3C3C3;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.newActiveList li a:hover {
	color: #018FFF;
}

/* 活动详情 弹窗 */
.activeDetail {
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	-o-border-radius: 8px !important;
}

.closeActive {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.active-content {
	height: calc(613px - 95px - 60px);
	overflow: hidden auto;
	padding: 20px;
	box-sizing: border-box;
}

.active-content img {
	width: 100% !important;
}

.ActiveTitle {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.act_titBOx {
	height: 95px;
	box-sizing: border-box;
	padding: 30px 20px;
}

.ActiveTime {
	font-size: 14px;
	font-weight: 400;
	color: #A1A7BB;
	padding-bottom: 15px;
}

.new_Active_bottom {
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.new_bottom_post {
	width: calc(100% / 2);
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	color: #A1A7BB;
}

.noList {
	color: #222222;
}

.act_titleName {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #018FFF;
	display: inline-block;
}

.new_bottom_post a {
	color: unset;
	display: flex;
	width: 80%;

}

.gift_gameimg {
	width: 48px;
	height: 48px;
	border-radius: 8px 8px 8px 8px;
}

/* * ----------最新活动--stop */
/* * ----------我的收益 平台币--start */
.choosePtb {
	/* border: 1px solid red; */
	width: 70%;
}

.choosePtb_tabpan {
	display: flex;
	margin-top: 10px;
}

.chooseDIV {
	padding: 0 24px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #018FFF;
	position: relative;
	border-radius: 2px;
	cursor: pointer;
}

.chooseDIV p:first-child {

	color: #222222;
	font-weight: bold;
	line-height: 50px;
}

.chooseDIV p:last-child {
	position: absolute;
	left: -1px;
	top: -1px;
	background: #FF5050;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	padding: 0 5px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100px;
	text-overflow: ellipsis;
}

.chooseDIV_active {
	background-color: #018FFF;

}

.chooseDIV_active p:first-child {
	color: #fff;
}

.customAmount {
	width: 126px;
	height: 50px;
	border: 1px solid #018FFF;
	border-radius: 2px;
}

/* * ----------我的收益 平台币--stop */
/* * ---------便捷应用--start */
.convenient {
	width: 100%;
	position: absolute;
	z-index: 99;
}

#ballId {
	width: 50px;
	height: 50px;
	/*过渡效果在IE下展示效果不友好*/
	transition: all 0.08s;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	/*top: 108px;*/
	/*right: 0;*/
	top: 0;
	right: 330px;
	/* transform: translate3d(50%, 0%, -50%);
	-webkit-transform: translate3d(50%, 0%, -50%);
	-moz-transform: translate3d(50%, 0%, -50%);
	-ms-transform: translate3d(50%, 0%, -50%);
	-o-transform: translate3d(50%, 0%, -50%); */
}

.new_tableStyle {
	overflow: auto;
}

.weightP {
	font-weight: bold;
}

.editDiv {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.nowarpdiv {
	white-space: nowrap;
	margin-right: 10px;
	min-width: 10px;
	min-height: 10px;
}
.secondDiv{
	text-align: left;
}

/* * ----------便捷应用--stop */
/*新游首发 -- start*/
.qrcode-box {
	width: 140px;
	height: 204px;
	padding: 15px 13px 0 14px;
	background: url("../../images/promote/img_bg_pop.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 48px;
	right: 16px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	z-index:1;
}
.qrcode-box .qrcode {
	width: 113px;
	height: 113px;
	padding: 7px 12px 12px 7px;
	background: url("../../images/promote/img_ewm.png") no-repeat;
	background-size: 100% 100%;
}
.qrcode-box .qrcode  img {
	display: block;
	width: 94px;
	height: 94px;
}
.qrcode-box .qrcode-text {
	margin-top: 10px;
	width: 100%;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: 400;
	color: #018FFF;
	text-align: center;
}
.qrcode-box .qrcode-text2 {
	width: 100%;
	height: 16px;
	font-size: 12px;
	font-weight: 400;
	color: #018FFF;
	line-height: 16px;
	margin-top: 6px;
	text-align: center;
}
/*新游首发 -- end*/
/*文章详情--start*/
.article-page {
	width: 537px;
	height: 345px;
}
.article-page .title-box {
	width: 100%;
	height: 50px;
	color: var(--mainFontColor);
	background: #FFF;
	z-index: 1;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.article-page .title-box .title {
	width: 100%;
	min-height: 25px;
	line-height: 25px;
	font-size: 19px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.article-page .title-box .time {
	width: 100%;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #A1A7BB;
	margin: 6px 0 12px 0;
}
.article-page .title-box .closeBt {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 13px;
	top: 13px;
}
.article-page .content {
	width: 538px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	line-height: 24px;
	height: 264px;
	overflow: auto;
	overscroll-behavior-y: contain;
	padding-top: 0px;
}
.article-page .content p {
	margin: 0;
}
.article-page .other-box {
	width: 100%;
	height: 47px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 0 10px 0;
	box-sizing: border-box;
}
.article-page .other-box .title-box {
	display: inline-block;
	width: 200px;
	height: 18px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	color: #A1A7BB;
	line-height: 13px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.article-page .other-box .title-box .title {
	color: #018FFF;
	font-size: 12px;
	line-height: 21px;
	cursor: pointer;
}
.article-page .other-box .title-box .none {
	color: #222222;
	font-size: 12px;
	line-height: 21px;
}
/*文章详情--end*/
.nullServer{
		display: flex;
			justify-content: center;
			margin: 1.68rem 0 1.9rem 0;
}
.nullServer img {
		width: 40px;
			height: 30px;
			margin-right: 10px;
}
.nullContent {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
.nullContent p:last-child {
	font-size: 12px;
	font-weight: 500;
	color: #D6D6D6;
	margin-top: 2px;
}