@charset "utf-8";

*{padding:0;margin:0;}
html,body{font-size:12px;font-family:"微软雅黑";outline:none;color:#131010;background:#fff;}
a{text-decoration: none;color: #131010;}

.clearfix {
    zoom: 1;
}

.bg-video {
	vertical-align: baseline;
	display: inline-block;
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#header {
    padding: 0 !important;
    width: 100%;
    min-height: 62px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20241030;
    box-sizing: border-box;
    display: block;
    background: #ffffff;
}
#header div.header-outer {
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    height: 42px;
	border-bottom: 1px solid #ccc;
}
#header div.header-logo {
	float: left;
	width: 200px;
    height: 42px;
}
#header img.header-logo {
	width: 158px;
    height: 42px;
}
#header div.header-nav-b {
	float: left;
	width: 100px;
    height: 42px;
	padding-top: 10px;
	font-size: 15px;
	cursor: pointer;
}
#header div.header-nav-m {
	float: left;
	width: 80px;
    height: 42px;
	padding-top: 10px;
	font-size: 15px;
	cursor: pointer;
}
#header div.header-nav-s {
	float: left;
	width: 65px;
    height: 42px;
	padding-top: 10px;
	font-size: 15px;
	cursor: pointer;
}
#header div.header-reg {
	float: right;
	width: 70px;
    height: 42px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 15px;
}
#header a.header-reg {
	background-color: #eeb571;
    border-radius: 10px;
    height: 25px;
    display: block;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 5px;
}
#header div.header-login {
	float: right;
	width: 70px;
    height: 42px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 15px;
}
#header a.header-login {
	background-color: #ff9c9c;
    border-radius: 10px;
    height: 25px;
    display: block;
    color: #ffffff;
    padding-left: 20px;
    padding-top: 5px;
}
#header div.header-kefu {
	float: right;
	width: 90px;
    height: 42px;
	padding-top: 10px;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}
#header div.header-doc {
	float: right;
	width: 75px;
    height: 42px;
	padding-top: 10px;
	font-size: 15px;
	color: #666666;
	cursor: pointer;
}



#activity-banner {
    height: 350px;
    margin: 0 auto;
    position: relative;
	margin-top: 63px;
}
#activity-banner div.activity-banner-bg {
    background-position-x: 30%;
    background-position-y: 10%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}
#activity-banner div.activity-banner-content {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 16px;
	display: flex;
	flex-direction: column;
	height: 100%;
    justify-content: end;
	position: relative;
}
#activity-banner div.activity-banner-context-left {
	width: 640px;
	display: flex;
	flex: 1;
	flex-direction: column;
    justify-content: center;
}
#activity-banner h2.activity-banner-context-left {
	font-size: 32px;
	line-height: 64px;
}
#activity-banner h3.activity-banner-context-left {
	font-size: 18px;
	line-height: 32px;
	font-weight: lighter;
}
#activity-banner h5.activity-banner-context-left {
	font-size: 18px;
	background-color: #eeb571;
    border-radius: 10px;
    height: 25px;
	width: 130px;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 0px;
	margin-top: 10px;
	cursor: pointer;
}
#activity-banner div.activity-banner-beancurd {
	height: 68px;
	margin-bottom: 25px;
	align-items: center;
	background-color: hsla(0, 0%, 100%, .8);
    border-radius: 16px;
	display: flex;
	flex-shrink: 0;
	justify-content: space-around;
}
#activity-banner a.activity-banner-beancurd-item {
    -webkit-box-flex: 1;
    -ms-flex-line-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 16px 0 transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    place-content: center;
    transition: all .3s;
}
#activity-banner a.activity-banner-beancurd-item:hover {
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	border-radius:12px;
	box-shadow:0 4px 16px 0 rgba(0,0,0,.12);
	transition:all .3s
}
#activity-banner p.activity-banner-beancurd-item-text {
    font-size: 14px;
    line-height: 22px;
	width: 100%;
	text-align: center;
}
#activity-banner p.activity-banner-beancurd-item-text b {
    font-size: 16px;
}




#activity-aq-banner {
	height: 340px;
    background: #ffffff;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}
#activity-aq-banner div.activity-aq-banner-body {
    height: 265px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 12px;
    background-position: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
	background-position-x: 0%;
    background-position-y: 0%;
}
#activity-aq-banner div.activity-aq-banner-title {
	height: 50px;
    padding-top: 0px;
}
#activity-aq-banner div.activity-aq-banner-body-left {
	float: left;
    width: 64%;
	margin-top: 50px;
	margin-left: 3%;
	margin-right: 3%;
}
#activity-aq-banner div.activity-aq-banner-body-right {
	float: right;
	margin-top: 30px;
	margin-right: 3%;
    width: 27%;
	height: 200px;
	border-radius: 8px;
	background: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#activity-aq-banner h1.activity-aq-banner-title {
	font-size: 28px;
    line-height: 48px;
}
#activity-aq-banner p.activity-aq-banner-title {
	font-size: 14px;
    line-height: 36px;
}
#activity-aq-banner h2.activity-aq-context-left {
	font-size: 24px;
	line-height: 64px;
}
#activity-aq-banner h3.activity-aq-context-left {
	font-size: 16px;
	line-height: 32px;
	font-weight: lighter;
	margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: justify;
}
#activity-aq-banner h5.activity-aq-context-left {
	font-size: 18px;
	background-color: #eeb571;
    border-radius: 10px;
    height: 25px;
	width: 130px;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 0px;
	margin-top: 10px;
	cursor: pointer;
}


#activity-aq-banner2 {
	height: 340px;
    background: #ffffff;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}
#activity-aq-banner2 div.activity-aq-banner-body {
    height: 265px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 12px;
    background-position: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
	background-position-x: 0%;
    background-position-y: 0%;
}
#activity-aq-banner2 div.activity-aq-banner-title {
	height: 50px;
    padding-top: 0px;
}
#activity-aq-banner2 div.activity-aq-banner-body-left {
	float: right;
    width: 64%;
	margin-top: 50px;
	margin-left: 3%;
	margin-right: 3%;
}
#activity-aq-banner2 div.activity-aq-banner-body-right {
	float: left;
	margin-top: 30px;
	margin-left: 3%;
    width: 27%;
	height: 200px;
	background: center;
	border-radius: 8px;
	background: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
#activity-aq-banner2 h1.activity-aq-banner-title {
	font-size: 28px;
    line-height: 48px;
}
#activity-aq-banner2 p.activity-aq-banner-title {
	font-size: 14px;
    line-height: 36px;
}
#activity-aq-banner2 h2.activity-aq-context-left {
	font-size: 24px;
	line-height: 64px;
}
#activity-aq-banner2 h3.activity-aq-context-left {
	font-size: 16px;
	line-height: 32px;
	font-weight: lighter;
	margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: justify;
}
#activity-aq-banner2 h5.activity-aq-context-left {
	font-size: 18px;
	background-color: #eeb571;
    border-radius: 10px;
    height: 25px;
	width: 130px;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 0px;
	margin-top: 10px;
	cursor: pointer;
}




#activity-cerf {
	height: 140px;
    background: #fffff;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
	padding-top: 60px;
}
#activity-cerf div.activity-node-cerf {
	height: 100px;
	width: 100%;
}
#activity-cerf ul.activity-node-cerf-item {
	list-style: none;
}
#activity-cerf li.activity-node-cerf-item {
	width: 14.28%;
	float: left;
}
#activity-cerf div.activity-node-cerf-item {
	
}
#activity-cerf img.activity-node-cerf-item {
	width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1px solid #e9e9e9;
}
#activity-cerf p.activity-node-cerf-item {
	margin-top: 7px;
    font-size: 12px;
    line-height: 21px;
    color: #737373;
    text-align: center;
}


#activity-foot {
	height: 550px;
	padding-left: 10%;
    padding-right: 10%;
    background: #f2f2f2;
}
#activity-foot div.activity-foot-content {
	height: 360px;
	align-items: flex-start;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #cdcdcd;
}
#activity-foot div.activity-foot-content-right {
    float: right;
	padding-top: 0px;
	height: 360px;
	width: 15%;
	max-width: 200px;
    text-align: center;
}
#activity-foot div.activity-foot-content-right a {
	color: #666;
    font-size: 14px;
	line-height: 32px;
}
#activity-foot div.activity-foot-content-left {
    float: left;
	height: 360px;
	width: 55%;
}
#activity-foot div.activity-foot-content-left-up {
	height: 140px;
}
#activity-foot div.activity-foot-content-left-logo {
	margin-top: 10px;
}
#activity-foot img.activity-foot-content-left-logo {
	width: 158px;
    height: 42px;
}
#activity-foot div.activity-foot-content-left-text {
	height: 26px;
    line-height: 26px;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}
#activity-foot div.activity-foot-content-left-qrcode {
	margin: 10px 0 7px 0;
    font-size: 12px;
	height: 170px;
}
#activity-foot h2 {
	height: 50px;
    line-height: 50px;
}
#activity-foot h4 {
	height: 28px;
    line-height: 28px;
    text-align: center;
	font-weight: normal;
	color: #666;
}
#activity-foot div.activity-foot-content-left-qrcode-img {
	float: left;
	width: 90px;
	padding-right: 20px;
}
#activity-foot div.activity-foot-content-left-qrcode-img-item {
    width: 90px;
    height: 90px;
    border: 1px solid #eeeeef;
    box-shadow: 0 2px 2px 0 #bebec3;
}
#activity-foot img.activity-foot-content-left-qrcode-img-item {
    width: 90px;
    height: 90px;
}
#activity-foot div.activity-foot-friends {
    height: 50px;
	line-height: 50px;
	text-align: center;
    border-bottom: 1px solid #cdcdcd;
}
#activity-foot div.activity-foot-friends a {
	color: #666;
    font-size: 12px;
	line-height: 50px;
}
#activity-foot div.activity-foot-zz {
    float: left;
	padding-top: 10px;
    width: 80%;
    height: 20px;
	line-height: 20px;
	text-align: center;
	display: flex;
	/*justify-content: center;*/
}
#activity-foot div.activity-foot-zz a {
	color: #666;
    font-size: 12px;
	line-height: 20px;
}

#activity-foot div.activity-foot-zz-right {
    float: right;
    width: 20%;
    padding-top: 10px;
    text-align: right;
}
#activity-foot div.activity-foot-zz-right a {
	color: #666;
    font-size: 12px;
	line-height: 20px;
}