
* {
	padding: 0;
	margin: 0;
}
a {
        text-decoration: none;
}
img {
	display: block;
}

.width1438 {
	width: 1338px;
}
.auto {
	margin: 0 auto;
}
.mt15 {
	margin-top: 15px;;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.pt80 {
	padding-top: 80px;
}
/* 头部begin */
#header {
	height: 78px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px 0 50px;
	min-width: 1338px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#header .logo {
	height: 46px;
}
#header .menu ul {
	display: flex;
}
#header .menu ul li {
	margin-right: 48px;
}
#header .menu ul a {
	font-weight: 600;
	font-size: 18px;
	
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
#header .menu  .active a {
	color: #3D6FA6;
}

#header .login {
	display: block;
	color: #fff;
	width: 132px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3D6FA6;
	border-radius: 40px 40px 40px 40px;
	cursor: pointer;
}
#header .top_login_register {
	margin-left: 60px;
    font-size:14px;
}
#header .top_login_register  span {
        float: left;
        	display: block;
        	padding: 6px 12px;
            	cursor: pointer;
    }
#header .top_bt_register {
	margin-left: 8px;
    float:left;
	display: block;
	color: #fff;
	padding: 6px 12px;
	background: #3D6FA6;
	border-radius: 40px 40px 40px 40px;
}
/* 头部end */


#banner {
	width: 100%;
	/* padding-bottom: 31.35%; */
	height: 520px;
	background: url(../images/banner-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	min-width: 1338px;
	box-sizing: border-box;
	margin-top: 78px; /* 为固定导航栏留出空间 */
}

#banner .sub-box {
	width: 1228px;
	text-align: center;
	margin: 0 auto ;
	padding-top: 115px;
}
#banner .sub-box .title {
    line-height: 84px;
    background: linear-gradient(180deg, #ffffff, #BBD8F7);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 58px; 
    font-weight: 900;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#banner .description {
	display: flex;
	justify-content: center;
}

#banner .button-list {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}
#banner .btn a {
	display: block;
	font-size: 18px;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	width: 180px;
	height: 56px;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
/* conotent begin */
#content {
	background-color: #fff;
	min-width: 1338px;
	box-sizing: border-box;
}
#content .sub-content {
	width: 1228px;
	margin: 0 auto;
}

#content .first {
	background: linear-gradient( 180deg, #FFFFFF 0%, #FFFFFF 100%);
	border-radius: 0px 0px 0px 0px;
}
#content .custom-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 44px;
	color: #091221;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 62px;
}

 #content .custom-title-description{
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 22px;
	color: #565C66;
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 30px;
 }

 #content .custom-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
 }
#content .custom-list .item {
	flex: 0 0 292px;
	height: 154px;
	background: #F5F8FE;
	border-radius: 8px 8px 8px 8px;
}

#content .register-service .vip-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
#content .register-service .vip-list .custom-item {
	width: 396px;
	height: 560px;
	background: url(../images/user-level-custom-bg.png) no-repeat;
	padding: 70px 38px 40px 38px;
	box-sizing: border-box;
	background-size: cover;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}
#content .register-service .vip-list .vip-item {
	background: url(../images/user-level-vip-bg.png) no-repeat center center;
}

#content .register-service .vip-list .vvip-item {
	background: url(../images/user-level-vvip-bg.png) no-repeat center center;
}


#content .register-service .custom-item-title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 28px;
	color: #1C1C1C;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

#content .register-service  .custom-item-subtitle {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #7E7A7A;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 20px;
	width: 100%;
	position: relative;
	line-height: 16px;
}
    #content .register-service .custom-item-subtitle .num{
        font-size:34px;
        font-weight:800;
    }
 #content .register-service  .level-name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #7B7B7B;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 40px;
	margin-bottom: 30px;
	position: relative;
}


#content .register-service  .vip-item .custom-item-title, 
#content .register-service  .vip-item .custom-item-subtitle {
	color: #5F84A7;
}
#content .register-service .vvip-item  .custom-item-title, 
#content .register-service .vvip-item  .custom-item-subtitle {
	color: #B18E55
}

#content .register-service  .level-name::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 126px;
	height: 1px;
	border-bottom: dashed 1px #7B7B7B;
}

#content .register-service  .level-name::after {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 8px;
	width: 126px;
	height: 1px;
	border-bottom: dashed 1px #7B7B7B;
}

 #content .register-service  .item-text {
	display: flex;
	justify-content: space-between;
	line-height: 18px;
	margin-bottom: 22px;
}

 #content .register-service  .item-text .text-label {
	font-weight: 500;
 }

 #content .register-service  .item-text .text-label:nth-child(2) {
	font-size: 13px;
 }

#content .register-service .disabled {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #BDBDBD;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.cicycle-height-list {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}
#content  .cicycle-height .cicycle-height-item {
	width: 409px;
	height: 448px;
	padding: 262px 32px 56px;
	box-sizing: border-box;
}

#content  .cicycle-height .cicycle-height-item:nth-child(1) {
	background: url(../images/slider-bg1.png) no-repeat center center;
}
#content  .cicycle-height .cicycle-height-item:nth-child(2) {
	background: url(../images/slider-bg2.png) no-repeat center center;
}
#content  .cicycle-height .cicycle-height-item:nth-child(3) {
	background: url(../images/slider-bg3.png) no-repeat center center;
}

#content  .cicycle-height .cicycle-height-item:nth-child(1):hover,
#content  .cicycle-height .item1.active {
	background: url(../images/slider-bg1-hover.png) no-repeat center center;
}
#content  .cicycle-height .cicycle-height-item:nth-child(2):hover,
#content  .cicycle-height .item2.active {
	background: url(../images/slider-bg2-hover.png) no-repeat center center;
}
#content  .cicycle-height .cicycle-height-item:nth-child(3):hover,
#content  .cicycle-height .item3.active {
	background: url(../images/slider-bg3-hover.png) no-repeat center center;
}

#content  .cicycle-height  .cicycle-height-name {
	margin: 20px 0 12px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
#content  .cicycle-height  .cicycle-height-description {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

#content .core-source  {
	padding: 80px 0 100px;
}
#content .core-source  .custom-list .item {
	padding: 50px 24px 24px;
	box-sizing: border-box;
}

#content .core-source  .custom-list .item:nth-child(1) {
	background: url(../images/core-source-ion1.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(1):hover {
	background: url(../images/core-source-ion1-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(2) {
	background: url(../images/core-source-ion11.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(2):hover {
	background: url(../images/core-source-ion11-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(3) {
	background: url(../images/core-source-ion8.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(3):hover {
	background: url(../images/core-source-ion8-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(4) {
	background: url(../images/core-source-ion9.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(4):hover {
	background: url(../images/core-source-ion9-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(5) {
	background: url(../images/core-source-ion10.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(5):hover {
	background: url(../images/core-source-ion10-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(6) {
	background: url(../images/core-source-ion2.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(6):hover {
	background: url(../images/core-source-ion2-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(7) {
	background: url(../images/core-source-ion4.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(7):hover {
	background: url(../images/core-source-ion4-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(8) {
	background: url(../images/core-source-ion3.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(8):hover {
	background: url(../images/core-source-ion3-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(9) {
	background: url(../images/core-source-ion7.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(9):hover {
	background: url(../images/core-source-ion7-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(10) {
	background: url(../images/core-source-ion7.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(10):hover {
	background: url(../images/core-source-ion7-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(11) {
	background: url(../images/core-source-ion5.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(11):hover {
	background: url(../images/core-source-ion5-hover.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(12) {
	background: url(../images/core-source-ion6.png) no-repeat;
	background-size: cover;
}
#content .core-source  .custom-list .item:nth-child(12):hover {
	background: url(../images/core-source-ion6-hover.png) no-repeat;
	background-size: cover;
}

#content .core-source  .custom-list .item:hover .source-name {
	color: #fff;
}
#content .core-source  .custom-list .item:hover .source-content{
	color: rgba(255, 255, 255, .7)
}
#content .core-source  .custom-list .item  .source-name {
	margin: 25px 0 5px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
#content .core-source  .custom-list .item  .source-content {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #8D8D8D;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
 #content .register-validate  {
	padding: 80px 0 100px;
 }
 #content .register-validate .step-list {
	display: flex;
	justify-content: space-between;
}

 #content .register-validate .step-item {
	flex: 0 0 409px;
	height: 255px;
	text-align: center;
	position: relative;
 }
 #content .register-validate .step-item img {
	margin: 0 auto;
 }
#content .register-validate .step-item .step-name {
	margin: 20px 0;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 22px;
	color: #2A2E35;
	text-align: center;
	font-style: normal;
	text-transform: none;
 }
#content .register-validate .step-item .step-description {
	width: 310px;
	margin: 0 auto;
	text-align: center;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #94969A;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

#content .register-validate .step-icon-box {
	position: absolute;
	left: calc(50% + 68px);
	top: 68px;
	width: 276px;
}
#content .register-validate .step-icon-box img {
	transform: translateY(-50%);
}
#content .register-validate .step-icon-box::before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: -2px;
	width: 100%;
	height: 1px;
	border-bottom: solid 2px #E8EEFB;
}

#content .register-validate .sub-description{
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #94969A;
	line-height: 22px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 50px;
}

#content .custom-list.two-item .item{
	flex: 0 0 604px;
	height: 325px;
	border-radius: 8px 8px 8px 8px;
}

#content .service-model, #content .register-service  {
	border-radius: 0px 0px 0px 0px;
	background: #F8FAFF;
	padding: 57px 0 100px;
}
#content .service-model .item {
	flex: 0 0 604px;
	height: 325px;
	background: #F5F8FE;
	border-radius: 8px 8px 8px 8px;
	background: url(../images/source-bg.png) no-repeat;
	padding: 50px 37px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#content .service-model .item .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 26px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

#content .service-model .item .list-item {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 34px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position: relative;
	width: 366px;
	padding-left: 15px;
	position: relative;
}
#content .service-model .item .list-item::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 12px;
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
}

#content .service-model .item .icon {
	position: absolute;
	top: 159px;
	right: 44px;
}


#footer {
	min-width: 1338px;
	height: 198px;
	background: #031020;
	border-radius: 0px 0px 0px 0px;
}
.footer-content {
	height: 198px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copy-right {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 12px;
}

.copy-right .lgoo img {
	width: 46px;
	height: 46px;
}

.copy-right  .item-info {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	color: #838383;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.copy-right  .item-info:last-child {
	margin-bottom: 0;
}

.qrcoode-list {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 41px;
}
.qrcoode-list .name {
	font-weight: 500;
	font-size: 13px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.qrcoode-list  .qrcode {
	width: 88px;
	height: 88px;
	margin-bottom: 9px;
}


@media (max-width:  320px) {
	.gift-list {
		margin: 20px 15px;
		padding: 30px 15px;
	}
}