@charset "utf-8";

/* CSS Index */

:root {
	/*全局颜色更改*/
	--bgs: #ebf3ff;
	--txt: #3d3d3d;
	--bai: #ffffff;
	--hui: #3f3f3f;
	--sc01: #44beff;
	--sc02: #0a66fa;
	--sc03: rgba(10, 102, 250, 0.2);
	--sc04: #1284fa;
	--sc05: #b0ceff;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	color: var(--txt);
	box-sizing: border-box;
	background: var(--bgs);
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

img {
	width: auto;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
}

/*顶部信息----开始--------------------------------------------------------*/
header {
	width: 100%;
	height: 940px;
	background: url(../images/bg.png) center 0 no-repeat;
	padding-top: 100px;
	margin-bottom: -220px;
}

header .logo_box {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header h1 a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	font-size: 0;
}

header .lx_box {
	width: 1200px;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: 40px;
}

.lx_box li {
	flex-grow: 1;
	min-width: 300px;
	height: 70px;
	box-sizing: border-box;
	border: 2px solid var(--sc01);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
}

.lx_box i {
	width: 50px;
	height: 50px;
	margin-right: 6px;
}

.lx_box p {
	color: var(--bai);
	font-size: 40px;
	font-weight: bolder;
}

.lx_box .lx_qq {
	background: url(../images/lx_ico_01.png) no-repeat;
}

.lx_box .lx_wx {
	background: url(../images/lx_ico_02.png) no-repeat;
}

.lx_box .lx_fj {
	background: url(../images/lx_ico_03.png) no-repeat;
}

.lx_box .lx_le {
	background: url(../images/lx_ico_04.png) no-repeat;
}

.lx_box .lx_sk {
	background: url(../images/lx_ico_05.png) no-repeat;
}

.lx_box .lx_bf {
	background: url(../images/lx_ico_06.png) no-repeat;
}

.lx_box .lx_qq,
.lx_box .lx_wx,
.lx_box .lx_fj,
.lx_box .lx_le,
.lx_box .lx_sk,
.lx_box .lx_bf {
	background-size: 50px 50px;
}

header .znx {
	width: 100%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 40px;
}

/*顶部信息----结束--------------------------------------------------------*/

/*通用标题----开始--------------------------------------------------------*/
.bt_box {
	width: 1200px;
	padding: 0 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.bt_box li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: var(--sc02);
	margin: 0 20px;
}

.bt_box li h2 {
	font-size: 60px;
	font-weight: bolder;
}

.bt_box li p {
	font-size: 18px;
}

.bt_box span {
	width: 237px;
	height: 16px;
	background: url(../images/bt_zs.png) no-repeat;
	background-size: 237px 16px;
}

.bt_box span:nth-child(1) {
	transform: rotateY(180deg);
}

/*通用标题----结束--------------------------------------------------------*/

/*合作平台----开始--------------------------------------------------------*/
.pingtai {
	width: 1200px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.pingtai .pt_box {
	flex-grow: 1;
	max-width: 370px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: var(--bai);
	margin: 10px;
	box-shadow: 0 0 20px var(--sc03);
}

.pingtai .pt_box .pt_bt {
	width: 100%;
	background: var(--sc02);
	color: var(--bai);
	font-size: 30px;
	font-weight: bolder;
	display: flex;
	justify-content: left;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.pingtai .pt_box .pt_logo {
    width: 350px;
	height: 136px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}

.pingtai .pt_box .pt_logo img {
	transition: all 0.3s;
}

.pingtai .pt_box:hover .pt_logo img {
	transform: scale(1.1);
}

.pingtai .pt_box .pt_lj {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 10px;
}

.pingtai .pt_box .pt_lj a {
	flex-grow: 1;
	min-width: 150px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: var(--sc02);
	border: 1px solid var(--sc02);
	border-radius: 6px;
	box-shadow: inset 0 0 6px var(--sc03), 2px 2px 6px var(--sc03);
	text-shadow: 1px 3px 8px var(--sc03);
	-moz-text-shadow: 1px 3px 8px var(--sc03);
	-webkit-text-shadow: 1px 3px 8px var(--sc03);
	font-size: 20px;
	transition: all 0.3s;
}

.pingtai .pt_box .pt_lj a:hover {
	background: linear-gradient(0deg, var(--sc02), var(--sc04));
	color: var(--bai);
}

.pingtai .pt_box .pt_lj a:nth-child(1) {
	margin-right: 5px;
}

.pingtai .pt_box .pt_lj a:nth-child(2) {
	margin-left: 5px;
}

/*合作平台----结束--------------------------------------------------------*/

/*玩法通道----开始--------------------------------------------------------*/
.wanfa {
	width: 1200px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.wanfa a {
	flex-grow: 1;
	max-width: 370px;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 10px;
}

.wanfa a img {
	transition: all 0.3s;
	margin-top: 10px;
	margin-bottom: 0px;
}

.wanfa a:hover img {
	filter: brightness(120%);
	margin-top: 0px;
	margin-bottom: 10px;
}

/*玩法通道----结束--------------------------------------------------------*/
.kouhao {
	width: 1200px;
	height: 160px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.banquan {
	width: 100%;
	height: 30px;
	background: var(--sc02);
	color: var(--sc05);
	text-align: center;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banquan a {
	transition: all 0.2s;
	color: var(--sc01);
}

.banquan a:hover {
	color: var(--bai);
}

.kong_box {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	position: fixed;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	animation: jianx 0.3s linear 1;
}

@keyframes jianx {

	0% {
		background: rgba(0, 0, 0, 0);
	}

	100% {
		background: rgba(0, 0, 0, 0.5);
	}
}

.kong_box .kong_cent {
	width: 300px;
	height: 160px;
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	margin: 0 auto;
	background: linear-gradient(45deg, #f4f7ff, #eef2fd);
	box-shadow: 0 5px 8px 0 rgba(83, 113, 165, 0.2), inset 1px 1px 2px 2px #fafdff, inset 0 0 1px 0 rgba(251, 254, 255, 0.459);
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}

.kong_box .kong_txt {
	font-size: 20px;
	color: var(--txt);
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kong_box .kong_btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	padding-bottom: 3px;
	border-radius: 50%;
	background: var(--sc02);
	color: var(--bai);
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
}

.kong_box .kong_btn:hover {
	filter: brightness(120%);
}

/*文本不可选择*/
.banquan,
.pt_box,
.bt_box {
	-moz-user-select: none;
	/* Firefox私有属性 */
	-webkit-user-select: none;
	/* WebKit内核私有属性 */
	-ms-user-select: none;
	/* IE私有属性(IE10及以后) */
	-khtml-user-select: none;
	/* KHTML内核私有属性 */
	-o-user-select: none;
	/* Opera私有属性 */
	user-select: none;
	/* CSS3属性 */
}