@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea,
span,
label,
a {
	font: 14px/1.5 'Helvetica Neue', Arial, 'Hiragino Sans GB', STHeiti, 'STHeiti Light [STXihei]', sans-serif
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', Arial, 'Hiragino Sans GB', STHeiti, 'STHeiti Light [STXihei]';
	font-size: 100%;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	outline: none;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none !important;
	vertical-align: baseline;
	cursor: pointer;
}

.y-row {
	position: relative;
	/*min-width: 1000px;*/
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

	zoom: 1;
}

#header {
	width: 100%;
	height: 120px;
	background-color: #fff;
	padding: 0px;
	padding-top: 10px;
}

#header .header-layout .logo {
	width: auto;
}

#header .header-layout .header-nav {
	float: right;
}

#header .header-layout .header-nav span {
	display: inline-block;
	margin-right: 10px;
}

#header .header-layout .header-nav span img {
	height: 60px;
}

#header .header-layout .logo>img {
	width: auto;
	height: 55px;
}

.content {
	position: relative;
	min-height: 520px;
	vertical-align: middle;
	background-color: #eaeaea;
	overflow: auto;
    width: 100%;
}

.content #login-banner {
	width: 1200px;
	height: 520px;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}

.content #login-banner a {
	display: inline-block;
	width: 100%;
}

.content #login-banner a img {
	width: 100%;
	height: 520px;
}

.content .login-module {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -5%;
	z-index: 999;
}

.content .login-module .iframe-show {
	width: 285px;
	height: 385px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 20px #999;
	padding-left: 28px;
	padding-right: 28px;
	float: right;
	margin-top: 5%;
}

.content .login-module .iframe-show .iframe-tit {
	text-align: center;
}

.content .login-module .iframe-show .iframe-tit h1 {
	font-size: 28px;
	color: #666666;
	padding-top: 58px;
}

.content .login-module .iframe-show .iframe-inp {
	display: block;
	margin-top: 16px;
}

#ie6-warning {
	display: none;
}

.content .login-module .iframe-show .iframe-inp label {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
}

.content .login-module .iframe-show .iframe-inp span {
	display: inline-block;
}

.content .login-module .iframe-show .iframe-btn {
	margin-top: 44px;
}

.content .login-module .iframe-show .iframe-click {
	display: none;
	margin-top: 10px;
}

.content .login-module .iframe-show .iframe-click .click-l {
	float: left;
	color: #019fe9;
}

.content .login-module .iframe-show .iframe-click .click-r {
	float: right;
	color: #019fe9;
}

.btn-txt {
	background-color: #00a0e9;
	width: 100%;
	height: 36px;
	border: 0px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

.fm-text {
	width: 200px;
	height: 32px;
	border: 1px solid #d5d5d5;
	padding-left: 10px;
}

.copyright-100 {
	clear: both;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

.copyright-100 .copyright {
	text-align: center;
	color: #999;
	font-size: 12px;
	padding: 35px 0 40px;
}

.copyright-100 .copyright .big {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 600;
}

.copyright-100 .copyright .fine {
	color: #333;
	margin-top: 10px;
}

.copy-em {
	font-style: normal;
	font-weight: bold;
}

.error-msg {
	margin-top: 5px;
	margin-left: 37px;
	color: red;
}

.bigBanner {
	position: absolute;
	z-index: 102;
	margin-top: 40%;
	margin-left: 35%;
}

.bigBanner span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #f7f7f7;
	border-radius: 50px;
	margin-right: 30px;
	box-shadow: 0 0 4px #999;
}

.slick-dots {
	bottom: 30px !important;
}

@media screen and (max-width: 1200px) {
	.content .login-module .iframe-show {
		float: right;
		margin-top: 5%;
		margin-right: 5%;
	}
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
	.content {
		width: 100%;
		background-color: #3ab4fd;
	}

	.ck-slide-dir {
		display: none;

	}

	.ck-slidebox {
		display: none;
	}

	.content .login-module {
		left: 0;
	}

	.ck-slide {
		width: 100% !important;
	}

	.content .login-module .iframe-show {
		margin: 10% auto;
		float: none;
	}

}

@media screen and (max-width: 600px) {
	.content {
		width: 100%;
		background-color: #3ab4fd;
	}

	.ck-slide-dir {
		display: none;

	}

	.ck-slidebox {
		display: none;
	}

	.header-nav {
		display: none;
	}

	.ck-slide {
		width: 100% !important;
	}

	.content .login-module {
		left: 0;
	}

	.content .login-module .iframe-show {
		margin: 10% auto;
		float: none;
	}
}

.ck-slide {
	width: 1200px;
	height: 520px;
	margin: 0 auto;
}

.ck-slide ul.ck-slide-wrapper {
	height: 320px;
}

#ie6-warning {
	background: rgb(255, 255, 225);
	top: 0;
	left: 0;
	font-size: 12px;
	color: #333;
	width: 100%;
	padding: 2px 15px 2px 23px;
	text-align: left;
	display: none;
}

/* 新增样式 */
.login-div {
	position: absolute;
	width: 500px;
	height: 385px;
	background: #FFFFFF;
	right: 6vw;
	top: 6vh;
	border-radius: 10px;
	box-shadow: 0 0 20px #999;
	padding: 0px 20px;
}

.login-div .left {
	float: left;
	width: 45%;
	margin-top: 91px;
	text-align: center;
}

.login-div .right {
	float: right;
	width: 95%;
	text-align: center;
}

.login-div .right .title {
	padding-top: 45px;
	font-size: 28px;
	color: #666666;
	margin-top: 0px;
}

.login-div .right .form {
	padding-top: 20px;
}

.form .form-item {
	padding: 11px 5px;
	text-align: center;
}

.icon-name {
	color: #1AA0E6;
	line-height: 30px;
}

.icon-fasong {
	color: #1AA0E6;
	cursor: pointer;
	font-size: 20px;
}

.right-tag {
	position: absolute;
	right: -30px;
	top: 0px;

}

.submit-btn {
	background: #00A0E9;
	color: white;
	width: 100%;
	border-radius: 10px;
	padding: 8px 0px;
	margin-top: 3px;
}

.ivu-btn:hover {
	color: #fff;
	background-color: #00A0E9;
	border-color: #00A0E9;
}

[v-cloak] {
	display: none;
}

.tip {
	text-align: center;
	color: #BE1302;
	width: 100%;
}

.big-img-modal {
	display: flex;
	align-items: center;
	justify-content: center;
}

.big-img-modal .ivu-modal {
	top: 0;
}

.big-img-modal .ivu-modal-header,
.ivu-modal-footer {
	display: none;
}

.big-img-modal .ivu-modal-body {
	padding: 0px;
}

.big-img-modal .ivu-modal-content {
	padding: 0px;
	width: 500px;
	height: 500px;
}

/* 注册相关 */
.m-content{
	display: flex;
	width: 100%;
	height: 600px;
}

.m-left{
	padding: 30px 20px;
	border-right: 1px solid lightgray;
}

.list-item{
	display: flex;
	margin-bottom: 50px;
	cursor: pointer;
}

.item-icon{
	width: 42px;
	height: 42px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.item-label{
	font-size: 18px;
}

.gold-color{
	color: #916b3a;
}

.m-right{
	padding: 20px 50px 50px;
}

.m-footer{
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 35px;
	flex-wrap: wrap;
}

.m-footer div{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.ivu-modal-body {
    padding: 0;
}

.active{
	font-weight: 500;
	color: black;
	text-decoration: underline;
}

.align-center{
	display: flex;
	align-items: center;
}
/* 全局loading样式 - 现代化设计 */
.global-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(8px);
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: fadeIn 0.3s ease-out;
}

.loading-container {
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	padding: 45px 55px;
	border-radius: 24px;
	box-shadow:
		0 25px 70px rgba(0, 0, 0, 0.15),
		0 10px 30px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.4);
	text-align: center;
	animation: slideUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), containerPulse 4s ease-in-out infinite 1s;
	border: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	overflow: hidden;
}

.loading-container::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent 30%, rgba(0, 160, 233, 0.05) 50%, transparent 70%);
	animation: shimmer 3s ease-in-out infinite;
	pointer-events: none;
}

.loading-spinner {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto 25px;
}

.loading-spinner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid transparent;
	border-top: 3px solid #00A0E9;
	border-right: 3px solid #00A0E9;
	border-radius: 50%;
	animation: modernSpin 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

.loading-spinner::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border: 2px solid transparent;
	border-bottom: 2px solid #1296db;
	border-left: 2px solid #1296db;
	border-radius: 50%;
	animation: modernSpin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite reverse;
}

.loading-text {
	color: #2c3e50;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	opacity: 0.85;
	animation: pulse 2s ease-in-out infinite;
	letter-spacing: 0.5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loading-dots {
	display: inline-block;
	animation: dots 1.5s infinite;
}

/* 现代化动画效果 */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes slideUp {
	0% {
		opacity: 0;
		transform: translateY(30px) scale(0.9);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes modernSpin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes pulse {

	0%,
	100% {
		opacity: 0.6;
	}

	50% {
		opacity: 1;
	}
}

@keyframes dots {

	0%,
	20% {
		content: '';
	}

	40% {
		content: '.';
	}

	60% {
		content: '..';
	}

	80%,
	100% {
		content: '...';
	}
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(45deg);
	}

	100% {
		transform: translateX(100%) translateY(100%) rotate(45deg);
	}
}

@keyframes containerPulse {

	0%,
	100% {
		transform: scale(1);
		box-shadow:
			0 25px 70px rgba(0, 0, 0, 0.15),
			0 10px 30px rgba(0, 0, 0, 0.1),
			inset 0 1px 0 rgba(255, 255, 255, 0.4);
	}

	50% {
		transform: scale(1.02);
		box-shadow:
			0 30px 80px rgba(0, 0, 0, 0.18),
			0 15px 40px rgba(0, 0, 0, 0.12),
			inset 0 1px 0 rgba(255, 255, 255, 0.5);
	}
}

/* 响应式设计 */
@media (max-width: 768px) {
	.global-loading {
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}

	.loading-container {
		padding: 35px 40px;
		margin: 20px;
		border-radius: 20px;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
	}

	.loading-spinner {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.loading-text {
		font-size: 15px;
		letter-spacing: 0.3px;
	}
}

/* 小屏幕优化 */
@media (max-width: 480px) {
	.loading-container {
		padding: 30px 35px;
		margin: 15px;
		border-radius: 18px;
	}

	.loading-spinner {
		width: 45px;
		height: 45px;
	}

	.loading-text {
		font-size: 14px;
	}
}