body {
	background-color: #03366f;
}

.wrapper {
	background-color: #03346f;
}

.bg_layer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	display: none;
}

.mainBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainBg img {
	width: 100%;
	height: auto;
	position: relative;
}

.mainBg .bg_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainBg .bg_inner .line {
	position: absolute;
	top: 18%;
	left: -10%;
	z-index: 2;
	width: 84.2708333333%;
	mix-blend-mode: overlay;
	opacity: 0;
}

.mainBg .bg_inner .icon {
	width: 100%;
}

.mainBg .bg_inner .icon1 {
	position: absolute;
	top: 52%;
	left: 10.5%;
	z-index: 3;
	width: 82.65%;
	mix-blend-mode: color-dodge;

}

.mainBg .bg_inner .icon2 {
	top: 42%;
	left: 16%;
	z-index: 3;
	width: 75.46%;
}

.mainBg .bg_inner .kv_bg {
	position: absolute;
	left: 0;
	top: 0;
}

.mainBg .bg_inner .squares_m {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	mix-blend-mode: overlay
}

.mainBg .bg_inner .squares_b {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 2;
	mix-blend-mode: overlay
}

@keyframes index_kv_float {
	0% {
		transform: scale(1) translateX(0)
	}

	50% {
		transform: scale(1.1) translateX(30px)
	}

	100% {
		transform: scale(1) translateX(0)
	}
}

.mainBg .item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46.875%;
	transform: translate(-55%, -5%)
}

.mainBg .logos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mainBg .logos .logo {
	position: absolute;
	top: 50%;
	left: 50%
}

.kv {
	position: relative;
	margin: 0;
	height: 50vw;
	overflow: hidden
}

.kv .iconfont {
	display: block;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 43%;
	transform: translateX(-20px);
	color: #fafafa;
	background: #00b6b6;
	border-radius: 40px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	cursor: pointer;
	text-align: center;
}

.pulse {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50px;
	animation: pulse 1.5s infinite;
}

@keyframes pulse {

	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

-webkit-@keyframes pulse {

	0% {
		box-shadow: 0 0 #ffffff84;
	}

	70% {
		box-shadow: 0 0 0 30px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 15px #2ca92c00;
	}
}

.kv .logo {
	width: 8.59375%;
	position: absolute;
	top: 5%;
	left: 2%
}

.kv .tit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-45%, -25%)
}

.kv .tit img {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto
}

.kv .t1 {
	position: absolute;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
	/* width: 72%; */
}

.kv .t1 img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.kv .t2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -670%);
	width: 36.0416666667%
}

.kv .t3 {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 32.34375%
}

.main {
	position: relative;
	width: 100%;
	margin-top: -20vw;

}

.sc_intro {
	position: relative;
	width: 100%;

	z-index: 2;
}

.intro-cnt {

	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	padding: 40px;
	background: rgba(0, 98, 255, 0.25);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.tit {
	font-size: 34px;
	/* text-align: center; */
	font-weight: bold;
	/* margin: 0 0 30px 0; */
	position: relative;
}

/* .tit:before {
	content: '';
	width: 130px;
	height: 6px;
	background-image: linear-gradient(0deg, #1dc9ea, transparent);
	background-image: -webkit-linear-gradient(0deg, #1dc9ea, transparent);
	position: absolute;
	bottom: 6px;
	left: 0;
} */
.tit .tit_bg {
	position: absolute;
	width: 60%;
	background-color: #fff;
	height: 80px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 60px 20px 0 0;
}

/* .tit .tit_bg:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 50px 0;
	border-color: transparent transparent transparent black;
} */
.tit .tit_bg .sanjiao {
	position: absolute;
	left: -25px;
	bottom: -6px;

}

.tit_bg .sanjiao img {
	height: 30px;
}

.tit .tit_text {
	background: linear-gradient(180deg, #06d7e2, #006aff);
	background: -webkit-linear-gradient(180deg, #06d7e2, #006aff);
	color: #fff;
	text-align: center;
	height: 80px;
	line-height: 80px;
	width: 45%;
	border-radius: 20px 0 0 0;
	font-size: 26px;
	padding-left: 80px;
}

.tit_icon {
	position: absolute;
	top: -20px;
	left: 40px;
}

.footer {
	position: static;

}

.item_box {
	background: #fff;
	border-radius: 0 0 20px 20px;
	position: relative;
	color: #333;
	padding: 50px;
	background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, .9));
	background: -webkit-linear-gradient(-90deg, #fff, rgba(255, 255, 255, .9));
	back-filter: blur(5px);
	overflow: hidden;
}

.top_item {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.top_item:before {

	content: '';
	width: 40px;
	height: 32px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/comma@2x.png) no-repeat 0 0;
	background-size: 100%;
	z-index: 21;
	opacity: .5;

}

.why {
	margin-bottom: 60px;
}

.why_cnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.why_cnt li {
	width: calc(50% - 15px);
	/* padding: 10px; */
	background: url(../img/b1.png) no-repeat 100%;
	height: 190px;
	background-size: cover;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	border: 2px solid #fff;
	margin-bottom: 24px;
	line-height: 34px;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	position: relative;

}
.where .why_cnt li{
	height: 220px;
}
.act .why_cnt li {
	width: 100%;
	height: auto;
}

.act .left {
	width: 35%;
}

.act .right {
	width: 65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.act .right div {
	width: calc(50% - 15px);
	margin-bottom: 15px;
}

/* .why_cnt li .iconfont {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .5);
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	animation: 1s both fadeL infinite;
	-webkit-animation: 1s both fadeL infinite;
	-moz-animation: 1s both fadeL infinite;
	-o-animation: 1s both fadeL infinite;
	-ms-animation: 1s both fadeL infinite;
	backdrop-filter: blur(8px);

}

@keyframes fadeL {
	0% {
		transform: translateX(-2px);

	}

	100% {
		transform: translateX(4px);

	}
} */

.why_cnt li .iconfont img {
	height: 18px;

}

.why_cnt li .detail {
	display: none;
	/* margin-top: 14px; */
}

.why_cnt .detail i {
	display: inline-block;
	background-color: #f5f5f5;
	float: left;
	border-radius: 38px;
	padding: 0 14px;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #444;
}

#why .detail strong {
	font-weight: 700;
	font-size: 34px;
	vertical-align: sub;
	color: #fff;
	padding-right: 4px;
}

.why_cnt .chance {
	font-size: 14px;
}

.why_cnt li:nth-child(3),
.why_cnt li:nth-child(4) {
	height: 240px;
}

/* #why li:hover {
	background: url(../img/hover_bg@2x.png) no-repeat 100%;
	background-size: cover;
} */

/* #why li:hover .smalltext {
	display: none;
} */

/* #why li:hover .detail {
	display: block;
	color: #fff;
} */

.why_cnt p {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
	font-size: 20px;
	color: #06afff;
	font-weight: bold;
	align-items: center;
	/* margin-bottom: 22px; */

}

.act_cnt p {
	display: unset;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
	font-size:18px;
	color: #06afff;
	font-weight: bold;
	align-items: center;
	margin-bottom: 22px;
	text-align: center;
}

.why_cnt .num_icon,
.act_cnt .num_icon {
	height: 30px;
	float: left;
}

.item_box .btm_item {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.act .time,
.act .per {
	font-size: 14px;
}

.act .prize_box {
	margin-top: 24px;
}

.how .why_cnt li {
	height: 300px;
}

.act .prize_box img {
	height: 480px;
}

.how .code {
	background-color: #fff;
	padding: 20px;
	width: 180px;
	height: 180px;
	margin-top: 24px;

}

.code_boxs {
	background-color: #fff;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
	margin-top: 20px;
	padding: 0 20px;
	width: 98%;
}

.code_box_l,
.code_box_r {
	width: calc(50% - 15px);
}

.code_box_l img {
	height: 230px;
}

.btm_tips {
	margin-top: 30px;
	font-size: 14px;

}

.btm_tips span {
	color: #999;
}

.how .contact strong {
	font-size: 24px;
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;
}

.how .contact>div {
	font-size: 16px;
	line-height: 30px;
}

.when .code {
	padding: 0 !important;
}

.when .top_item {
	padding-bottom: 60px;
}

.when .top_item li {
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin-right: 30px;
}

.when .top_item strong {
	font-weight: 700;
	font-size: 34px;
	vertical-align: sub;
	color: #666;
	padding-right: 4px;
}

.when .top_item:before {
	top: 2px;
}

.when .code>div {
	float: left;
	width: 60%;

}

.when .code {
	margin: 20px;
}

.when .code_box {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
	align-items: center;
	background: url(../img/b1.png) no-repeat right 100%;
	background-size: 100%;
	background-color: #fff;
}

.when .code_box>div {
	padding-left: 30px;
	font-size: 16px;
	line-height: 28px;
}

.where .tit .tit_text {
	padding-left: 160px;
}

.where .why_cnt li:nth-child(3) {
	width: 100%;
	height: auto;
}


.live_cnt li {
	    width: 100%;
	    height: auto;
}

.q_list .question .q {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-color: #dbe9f9;
	text-align: center;
	line-height: 45px;
	color: #333;
	font-weight: bold;
	font-size: 18px;
}

.q_list .q_text {
	height: 45px;
	border-radius: 45px;
	background-color: #dbe9f9;
	line-height: 45px;
	padding: 0 24px;
	font-size: 16px;
	margin-left: -5px;
}

.q_list .answer {
	margin: 24px 24px 24px 45px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
}

.item-con {
	/* padding: 0 32px 40px 32px; */
	/* border: 1px solid #fff; */
	font-size: 16px;
	color: #343434;
	/* background-color: #fff; */
	overflow: hidden;
	/* padding-top: 20px; */
	/* -webkit-backdrop-filter: blur(8px); */
	/* backdrop-filter: blur(8px); */
	/* background: linear-gradient(359deg, hsla(0, 0%, 100%, .63) .02%, hsla(0, 0%, 100%, .63) .03%, hsla(0, 0%, 100%, .31) 99.02%); */
	/* border: 1px solid #fff; */
	border-radius: 4px;
	width: 100%;
}

.item-con .map {
	margin-top: 40px;
	width: 100%;
}

.item-con .rule-list {
	/* padding-left: 30px; */
	margin-bottom: 20px;
	line-height: 24px;
}

.item-con .rule-list ul {
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	align-content: space-between;
}

.act .rule-list ul li {
	margin-right: 6px;
	margin-bottom: 20px;
	position: relative;
	width: calc(20% - 6px);
	position: relative;
	height: auto;
	overflow: hidden;
	background: none;
	border: none;
	padding: 0 10px;
	text-align: center;

}

.act .rule-list ul li:nth-child(even) {
	width: calc(6% - 6px);
}

.rule-list li .num {
	background: linear-gradient(135deg, rgba(255, 111, 64, 1), rgba(253, 184, 107, .8));
	background: -webkit-(135deg, rgba(255, 111, 64, 1), rgba(253, 184, 107, .8));
	width: 100px;
	height: 30px;
	border-radius: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 14px;
}

.item-con .rule-list span {
	color: #ff6e40;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}

.rule-list li .s_arrow {
	height: 30px;
}

.service-title span {
	position: absolute;
	width: 120px;
	height: 10px;
	background-color: #ffdd85;
	left: calc(-50% + 60px);
	bottom: 0;
	z-index: -1;
}

.service-con-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 24px;
	color: #1b3683;
	text-align: justify;
}

.service-con-title i {
	font-size: 20px;
	padding-right: 8px;
}


.cnt .service-con-text {
	font-size: 18px;
	color: #333;
	margin-top: 0;
	text-align: justify;
}

.service-con-title.fl {
	margin-right: 20px;
	margin-top: 14px;
}

.service-con-rule {
	padding: 10px 24px;
	background-color: #f4f6fc;
	line-height: 30px;
	font-size: 13px;
	margin-top: 14px;
	border-radius: 4px;
	color: #666;
}

.wechat {
	/* padding: 20px 20px; */
	/* background-color: #f2f2f2; */
	line-height: 30px;
	overflow: hidden;
	margin-top: 14px;
	display: inline-flex;
	align-items: center;
}

.wechat-img {
	width: 200px;
	/* height: 200px; */
}

.service-con .wechat img {
	margin-bottom: 0;
}

.service-con .wechat p {
	padding-left: 10px;
	font-size: 16px;
	line-height: 38px;
}

.service-btn {
	position: absolute;
	right: 30%;
	top: 60px;
}

.pulse {
	text-align: center;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	padding: 16px 40px;
	border-radius: 50px;
	background: #e5e5e5;
	pointer-events: none;
	
}

/* .pulse:hover {
	color: #fff !important;
} */
/* 
@keyframes pulse {
	0% {
		box-shadow: 0 0 #a5ccff;
	}

	70% {
		box-shadow: 0 0 0 15px #2ca92c00;
	}

	100% {
		box-shadow: 0 0 10px #2ca92c00;
	}
} */
@media (min-width: 1600px) {
    .grid_12>.container {
        width: 85%;
    }
}
@media (max-width:1600px) {
	.pulse {
		padding: 10px 20px;
	}

	.service-btn {
		right: 10%;
	}

	.act .rule-list ul li,
	.item-con .rule-list span {
		font-size: 14px;
	}

	.act .prize_box img {
		height: 380px;
	}

	.kv .t1 {
		top: 30%;
	}

	.tit_icon {
		height: 70px;
	}

	.tit .tit_text {
		font-size: 22px;
	}

}

@media (max-width:1199px) {
	.when .top_item {
		padding-bottom: 0;
	}

	.when .top_item ul {
		overflow: hidden;
	}

	.when .top_item li {
		font-size: 14px;

		margin-right: 10px;
	}

	.why_cnt .num_icon,
	.act_cnt .num_icon {
		height: 22px;
	}

	.act .time {
		margin-top: 14px;
	}

	.item_box {
		padding: 30px;
	}

	.act .tit_icon {
		height: 80px;
	}

	.act .prize_box img {
		height: auto;
	}

	.why_cnt .detail i {
		font-size: 12px;

	}

	.why_cnt li {
		font-size: 14px;
		line-height: 24px;
	}

	.kv .t1 {
		top: 35%;
	}

	.main {

		margin-top: -15vw;
	}

	.tit .tit_text {
		width: 55%;
	}

	.tit .tit_bg {
		width: 50%;
	}

}

@media (max-width: 991px) {
	.service-btn {
		right: 5%;
		top: 40px;
	}

	.middle .str_tit {
		font-size: 16px;
	}

	.kv .t1 {
		top: 22%;
	}

	.tit .tit_bg {
		width: 40%;
	}

	.tit .tit_text {
		width: 68%;
	}

	.item_box {
		padding: 30px;
	}

	.why_cnt p {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.how .code {
		width: 150px;
		height: 150px;
	}
}

@media (max-width: 767px) {
	.item_box .btm_item {
		font-size: 14px;

		line-height: 26px;

	}

	.how .contact strong {
		font-size: 18px;
	}

	.how .contact>div {
		font-size: 14px;
		line-height: 30px;
	}

	.service-btn {
		position: static;
		margin: 20px auto;
	}

	.wechat {
		display: unset;
		padding-bottom: 20px;
	}

	.wechat p {
		padding-left: 0 !important;
	}

	.why_cnt li:nth-child(3),
	.why_cnt li:nth-child(4) {
		height: auto;
	}

	.act .rule-list ul li {

		width: calc(50% - 6px);
	}

	.item_box {
		padding: 20px;
	}

	.act .tit {
		margin-top: 50px;
	}

	.act .tit .tit_text,
	.act .tit .tit_bg {
		height: 50px;
	}

	.act .tit .tit_bg .sanjiao {
		left: -18px;
	}

	.act .tit_icon, .live .tit_icon{
		height: 60px;
	}

	.arrow2 {
		display: none;
	}

	.rule-list ul li {
		width: calc(50% - 20px);
		height: 100px;
	}

	.item-con .rule-list span {
		font-size: 16px;
	}

	.tit .tit_bg .sanjiao {
		        position: absolute;
		        left: -18px;
		        bottom: -4px;
	}

	.top_item {
		font-size: 15px;
	}

	.tit .tit_bg {
		width: 30%;
		        height: 50px;
	}

	.tit .tit_text {
		width: 85%;
	}

	.tit .tit_text {
		font-size: 16px;
		padding-left: 30px;
		        height: 50px;
	}

	.tit_icon {
		height: 50px;
		left: 0;
	}

	.kv .t1 {

		width: 95%;
	}

	.str .middle .l .date {
		line-height: 30px;
	}

	.m_logo i {
		overflow: hidden;
		background: #FFF;
		padding: 14px;
		margin-right: 15px;
		width: 155px;
		height: 55px;
		-webkit-box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		box-shadow: -0.05208vw 0.20833vw 0.98958vw -0.15625vw rgb(26 134 192 / 16%);
		float: left;
		overflow: hidden;
		margin-bottom: 14px;
	}

	.kv {
		margin-top: 40px;
	}

	#example .modal-dialog {
		max-width: 98%;
		width: 95%;
	}

	#example .modal-dialog .modal-header {
		font-size: 20px;
		color: #323232;
		border-bottom: 0;
		padding: 0;
		max-width: 80%;
		line-height: 28px;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.kv .t3 {

		bottom: 15%;
		left: 50%;
		width: 55%;
		transform: translateX(-50%);
	}

	.tit {
		font-size: 28px;
		margin: 30px 0 20px 0;
		margin-bottom: 0;
	}

	.why_cnt li {

		width: 100%;
		padding: 20px;
	}

	.when .top_item {
		padding-bottom: 0;
	}

	.when .code_box {
		background-size: cover;
	}

	.when .code_box>div {

		font-size: 14px;
		line-height: 28px;
	}

	.when .code {
		padding-left: 0;
	}

	.how .why_cnt li {
		height: auto;
	}

	.when .top_item li {
		font-size: 14px;
		font-weight: normal;
		float: none;
		margin-right: 0;
		line-height: 28px;
	}

	.where .tit .tit_text {
		padding-left: 30px;
	}

	.intro-cnt {
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
		padding: 30px;
	}

	.where .why_cnt li {
		height: auto;
	}

	.q_list .q_text {
		font-size: 14px;
	}

	.q_list .answer {

		font-size: 14px;
		line-height: 24px;
	}

	.str .top>div {
		padding: 30px 24px;
	}

	.str .top {
		background: url(../images/bg01.png) no-repeat right 5px;

		background-size: cover;
		background-color: #f1f5fa;
	}

	.str .middle .l,
	.middle .r,
	.str .middle .l>div {
		width: 100%;
		float: none;
		height: 100px;
		/* padding: 30px 20px; */
	}

	.str .middle .l img {
		margin-top: 0;
	}

	.middle .r>div {
		height: auto;
		width: 100%;
		padding: 20px;
	}

	.btm .b_l>div {

		margin-right: 10px;
		padding: 20px;
		height: 150px;
	}

	.org-logo {
		width: 100%;
		float: left;
	}

	.str .s_tit {
		font-size: 15px;
	}

	.btm .b_r>div {
		padding: 20px;
		height: 150px;
	}

	.str .middle .l>div {
		padding: 30px;
	}

	.award {
		margin-top: 20px;
		z-index: 20;

	}

	.w_bg {
		padding-top: 80px;
	}

	.sponsor-ad li {
		width: 114px;

		margin-right: 10px;
		height: 54px;

	}

	.org {
		/* background: #f1f3f5; */
		padding-bottom: 30px;
		/* padding-top: 30px; */
	}



	.org-title {
		line-height: 50px;
	}

	.contact {
		margin-top: 0;
	}

	.contact ul li {
		width: 100%;
		height: 160px;
	}
}
