/*通用格式*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: "Helvetica Neue For Number", -apple-system, "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	font-size: 15px;
	overflow-x: hidden;
}

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.iconfont {
	font-family: "iconfont";
	font-size: 16px;
	font-style: normal;
}

.fl {
	float: left;
	border: 0;
}

.fr {
	float: right;
	border: 0;
}

.cl {
	clear: both;
}

.container {
	position: relative;
}

/* .bg_layer{
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
} */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}



@media (min-width: 1240px) {
	/* .grid_12>div {
		width: 100%;
	} */
}

@media (min-width: 1600px) {


	.container {
		width: 1440px;
	}

	ul {
		list-style: none;
		margin: 0;
	}


}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

button {
	border: 0;
	outline: none;
	background: transparent;
}

input {
	outline: none;
}

/*通用格式*/
.side_btn {
	position: fixed;
	right: 50px;
	bottom: 40%;
	z-index: 500;
	max-width: 220px;
	animation: 1s both fadeScale infinite;
	-webkit-animation: 1s both fadeScale infinite;
	-moz-animation: 1s both fadeScale infinite;
	-o-animation: 1s both fadeScale infinite;
	-ms-animation: 1s both fadeScale infinite;
}

@keyframes fadeScale {
	0% {
		transform: scale(0.85);
	}

	100% {
		transform: scale(1);
	}
}

-webkit-@keyframes fadeScale {
	0% {
		transform: scale(0.85);
	}

	100% {
		transform: scale(1);
	}
}

.nav_btns {
	position: absolute;
	float: right;
	right: 0;
	top: 0;
	z-index: 100;
}

.r-btn {

	display: block;
    

	font-size: 16px;
	font-weight: bold;
	float: left;




}


.r-btn a {
	display: flex;
	padding: 5px 15px;
	line-height: 50px;
	color: #fff;
	margin-left: 10px;
	background: linear-gradient(180deg, #06d7e2, #006aff);
	background: -webkit-linear-gradient(180deg, #06d7e2, #006aff);
	font-size: 15px;
	    align-items: center;
}

.r-btn a:hover {
	color: #fff;
	background: #006aff;
}

.r-btn a img {
	height: 22px;
	padding-right: 5px;
}

.timebox {
	float: right;
	position: relative;
	margin-top: 14px;
	color: #0084d5;
	text-align: center;
}

.timebox .lxftime {
	position: relative;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;

}

.timebox img {
	height: 28px;
}

.vote_button {

	z-index: 100;
	font-size: 18px;
	font-weight: bold;
	float: right;
}

.vote_button>a {
	display: inline-block;
	background: linear-gradient(-45deg, #ff5c00, #ffb600);
	background: -webkit-linear-gradient(-45deg, #ff5c00, #ffb600);
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	margin-left: 10px;

}

.vote_button ul {
	right: 0;
	/* display: none; */
	position: absolute;
	top: 54px;
	background: #fff;
	padding: 20px 14px;
	font-size: 13px;
	width: 100%;
	/* border-radius: 6px; */
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 6px 6px;
}

.vote_button ul li {
	text-align: right;
}

.vote_button ul a {
	color: #666;
	line-height: 30px;
	cursor: pointer;
	font-weight: normal;
}

.vote_button ul a:hover {
	color: #06d7e2;
}

.vote_button:hover ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(6px);
}

.vote_button>a:hover {
	background: #ff5c00;
}

.change-btn {
	/* position: absolute; */
	display: block;
	color: #666;
	/* right: 23%; */
	/* top: 22px; */
	z-index: 100;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	height: 42px;
	border-radius: 8px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 22px;
	/* margin-right: 22px; */
}

.change-btn:hover {
	color: #06d7e2;
}

.header {
	width: 100%;
	position: absolute;
	z-index: 50;
	background-color: #fff;
}

@keyframes scale {
	from {
		transform: scale(1.05);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes scale {
	from {
		transform: scale(1.15);
	}

	to {
		transform: scale(1);
	}
}

.grid_12 {
	min-height: 1px;

	min-height: 1px;
	background: #14126c;
	width: 100%;
	position: absolute;
	top: 88px;
	left: 0;
	backdrop-filter: saturate(180%) blur(20px);

}

.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 160;
}

.fix_nav .grid_12 {
	/* background-color: #fff; */
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%);
	-webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%);
}

.grid_12>div {
	position: relative;
}

.menu {
	display: block;
	text-align: left;
	width: auto;
}

.menu>li {
	float: left;

	cursor: pointer;

	text-align: center;
	height: 60px;
	position: relative;
}

.menu>li:first-child::after {
	display: none;
	 !important;
}

.menu>li:last-child::after {
	display: none;
	 !important;
}

.menu>li:nth-child(6)::after {
	display: none;
	 !important;
}

.menu .active:after {
	display: block;
	width: 80px;
}

/* .menu .active a{
	background-color: #fff;
	color: #151371;
} */
.menu-item>a {
	position: relative;
	font-size: 16px !important;
	font-weight: bold;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	/*text-align: center;*/
	height: 60px;
	line-height: 60px;
	padding-right:24px;

}

.menu-item.animate>a {
	margin-bottom: 30px;
	background-image: linear-gradient(0deg, rgb(160, 0, 184), #06d7e2, #06d7e2);
	background-image: -webkit-linear-gradient(0deg, rgb(160, 0, 184), #06d7e2, #06d7e2);
	background-clip: text;
	color: rgba(0, 0, 0, 0);
	animation: sa 1s infinite;
	-webkit-animation: sa 1s infinite;
	-moz-animation: sa 1s infinite;
	-o-animation: sa 1s infinite;
	-ms-animation: sa 1s infinite;
}

.vote-item>a {
	display: block;
	color: #e6000d;
	animation: pul 1s infinite;
	-moz-animation: pul 1s infinite;
	-webkit-animation: pul 1s infinite;
	/* box-shadow: none !important; */
}
@keyframes sa {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}
@keyframes pul {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.25);
	}
}

.menu-item:hover>a {
	color: #06d7e2;
}

.menu .active>.menu-item-dropdown {
	display: block;
}

.sign {
	display: block;
	background: #4d42ff;
	color: #fff;
	width: 134px;
	height: 44px;
	line-height: 44px;
	float: right;
	text-align: center;
	border-radius: 6px;
	margin-top: 10px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}

.sign:hover {
	color: #ffa523;
}

.sign:focus,
.sign:active {
	color: #fff;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes scroll {
	0% {

		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px)
	}
}

.topnav {
	height: 88px;
	overflow: hidden;
	position: relative;

}

.topnav .logo {
	height: 76px;
	position: absolute;
	left: 0;
	top: 20%;

	/*overflow: hidden;*/
	-webkit-animation: fadeInDown 1s ease-out forwards;
	animation: fadeInDown 1s ease-out forwards;
}

.topnav-text {
	width: 400px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
}

.topnav .logo img {
	height: 56px;
}

/* .register {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.register a {
	display: block;
	width: 130px;
	height: 42px;
	border-radius: 8px;

	line-height: 42px;
	color: #fff;
	text-align: center;
	margin-right: 14px;
	font-weight: bold;
	background: linear-gradient(45deg, #06d7e2, #006aff);
	margin-top: 14px;
	border: 1px solid #1feeff;
}

.register a:hover {
	transform: translateY(2px);
} */

.menu-item>a span:last-child {
	/* font-size: 16px; */
	color: #ebebeb;
	font-weight: bold;
}

.menu-item-dropdown {
	display: none;
	position: absolute;
	/* overflow: hidden; */
	box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	padding: 20px 10px;
	width: 200%;
	top: 60px;
	z-index: 200;
	background-image: url(../img/layer-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	left: 0;
	border-radius: 4px;
	border-top: 3px solid #06d7e2;
	background-size: cover;

	/* background-image: linear-gradient(180deg,#f3f5f8,#fff); */

}

.v_dropdown {
	width: 300%;
}

.menu-item:hover .menu-item-dropdown {
	display: block;

}

/* .menu-item-dropdown::after{
	content: "";
	position: absolute;
	top: -7px;
	left:20px;
	margin-left: -9px;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	-moz-box-shadow: 1px -1px 30px 0 rgba(135,142,154,.15);
	-webkit-box-shadow: 1px -1px 30px 0 rgba(135,142,154,.15);
	box-shadow: 1px -1px 30px 0 rgba(135,142,154,.15);
} */
.menu-item-dropdown li {
	padding: 10px 10px;
	color: #666;
	font-size: 14px;
	/* float: left; */
	/* font-weight: bold; */
	text-align: left;
}

.menu-item-dropdown li:hover {
	background: #f2f2f2;
}

.menu-item-dropdown li a {
	background-color: transparent !important;
}

.footer {
	background: #000;
	color: #ccc;
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
	z-index: 2000;
	/* position: relative; */
	margin-top: 60px;
}

.sidebar {
	position: fixed;
	bottom: 30px;
	right: 50px;
	background: #007efb;
	border-radius: 4px;
	padding: 10px 10px;
	z-index: 20000;
}

.sidebar li {
	padding: 10px 10px;
	border-bottom: 1px solid rgba(31, 141, 250, 1);
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.sidebar li:hover {
	background-color: rgba(31, 141, 250, 1);
}

.sidebar li a {
	color: #fff;
	font-size: 14px;
}

.sidebar li:last-child {

	border-bottom: 0;

}

.sidebar li:nth-child(1) .iconfont {
	font-size: 22px;
}

.sidebar li img {
	height: 1.8rem;
}

/* 
.sidebar li span:hover {
	background:#007efb;
	color: #fff;
}

.sidebar li:last-child:hover .sidebar-code {
	display: block;
}

.sidebar li .return {
	position: absolute;
	right: 50px;
	top: 3px;
	display: none;
}

.sidebar li .return strong {
	width: 100px;
	height: 34px;
	background: #2f75b5;
	text-align: center;
	display: block;
	line-height: 34px;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
}

.sidebar li .sidebar-code {
	position: absolute;
	right: 40px;
	top: 0;
	display: none;
	width: 100px;
	-webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
} */


@media (max-width:1920px) {
	.side_btn {
		max-width: 150px;
		right: 10px;
	}

	.menu-item>a {
		margin-right: 10px;

		font-size: 16px !important;
		padding: 0 10px;
	}
}

@media (max-width:1600px) {
	.grid_12>div {

		width: 100%;
	}

	.menu-item>a {
		margin-right: 0;
	}
}

@media (max-width: 1199px) {
	.menu-item>a {
		padding: 0 10px;
	}
	.grid_12 .menu>li:nth-child(7) {
		display: none;
	}

	.topnav .logo {
		height: auto;
	}

	.topnav .logo img {
		height: 40px;
	}

	.menu-item>a {
		padding: 0 12px;
		font-size: 15px !important;
	}


	.grid_12 {
		top: 60px;
	}

	.topnav-text {

		top: 40%;

		line-height: 22px;
		font-size: 13px;
	}

	.side_btn {
		max-width: 100px;
		right: 10px;
	}

	.r-btn {
		background: transparent;
	}

	.btm-wrapper-xs {
		display: block;
		width: 100%;
		height: 58px;
		color: #fff;
		text-align: center;
		line-height: 58px;
		background: #f3f5f8;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 500;
		animation: box 1s ease-out;
		-webkit-animation: box 1s ease-out;
		border-radius: 30px 30px 0 0;
		background-image: linear-gradient(-90deg, #f3f5f8, #fff);
		background-image: -webkit-linear-gradient(-90deg, #f3f5f8, #fff);
		border: 2px solid #fff;
		box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
		-webkit-box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.05), 4px 4px 10px #fafafa;
	}

	@keyframes box {
		0% {
			opacity: 0;
			transform: translateY(50%);
		}

		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}

	@-webkit-keyframes box {
		0% {
			opacity: 0;
			transform: translateY(50%);
		}

		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}

	.change-btn,
	.r-btn {

		border: none;
		color: #333;
		height: 58px;
		line-height: 58px;
		display: block !important;
		width: 50%;
		float: left;
		text-align: center;
		padding: 0;
		border-radius: 0 30px 0 0;
		margin: 0;
		position: relative;
		margin-left: 0 !important;
	}

	/* .change-btn::after {
		content: '';
		width: 1px;
		height: 40px;
		background-color: #e5e5e5;
		position: absolute;
		right: 0;
		top: 10px;

	}
 */
	.topnav-text {
		display: none;
	}



	.sidebar {
		display: none;
	}

	.banner-pc {
		display: none;
	}

	.banner {
		padding-top: 50px;
	}

	.banner img {
		margin-top: 0;
	}

	.nav-xs {
		padding: 15px;
		background: #fff;
		height: 60px;
		z-index: 200;
		position: fixed;
		top: 0;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.menu-xs {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2001;
	}

	.menu-xs .menu-xs-cnt {
		background: #fff;
		width: 100%;
		display: none;
		position: absolute;
		top: 50px;
		border-radius: 0 0 8px 8px;
		height: 420px;
		overflow-y: scroll;
		box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
		-webkit-box-shadow: 0 6px 16px rgba(193, 205, 241, .48);
	}

	.menu-xs .menu-xs-cnt li {
		margin: 8px 20px;
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 10px;
	}

	.menu-xs .menu-xs-cnt li:last-child {
		border-bottom: none;
	}

	.menu-xs .menu-xs-cnt li a {
		font-size: 16px;
		color: #666;
	}

	.menu-xs .menu-xs-list li {
		/* padding: 8px 0; */
		float: left;
		margin: 0;
		border-bottom: none;
	}

	.menu-xs .menu-xs-list li a {
		color: #999;
		font-size: 12px;
		margin-right: 20px;
	}

	.xs-banner {
		top: 50px;
		position: relative;
	}

	.nav-xs img {
		/*margin-top: -5px;*/
		float: left;
		height: 32px;
	}

	.xs-menu-btn {
		font-size: 24px;
		color: #000047;
		float: right;
		display: block;
		width: 34px;
		line-height: 30px;
		text-align: right;
		cursor: pointer;

		/* margin-top: 5px; */
	}

	.nav-xs .iconfont img {
		height: 2.4rem;
	}

	.xs-close-btn {
		font-size: 24px;
		color: #000047;
		float: right;
		width: 34px;
		line-height: 34px;
		text-align: right;
		cursor: pointer;
		display: none;

		/* margin-top: 5px; */
	}

	.menu-xs ul li a {
		font-size: 14px;
		color: #fff;
		line-height: 24px;
	}

	.menu-item>a {
		text-align: right;
	}

	.change-btn,
	.r-btn {
		font-size: 13px;
		
	}
	.change-btn{
		color: red;
	}
}

@media (max-width:1400px) {
	.r-btn a{
		font-size: 13px;
		padding: 5px 5px;
	}
	    .menu-item>a {
	        padding: 0 5px;
	    }
}



@media (max-width: 767px) {
	.container {
		padding: 0 20px;
	}

	.channel {
		display: none;
	}

	.right-wrapper {
		width: 100%;
		padding-left: 0;
	}

	.r_btn img {
		height: 22px;
		display: none;
	}

	.r_btn {
		color: #d32d26;
	}
}
