@media (min-width: 1024px) {
	.content_1st{
		width: 1920px;
		height: 772px;
		background-image: url('../img/register/content_1st_pc_bg.png');
		position: relative;
		padding-top: 109px;
	}
	.content_1st_list{
		width: 860px;
		height: 579px;
		background: #FFFFFF;
		box-shadow: 0px 6px 51px 0px rgba(70,140,224,0.53);
		border-radius: 40px;
		margin: 0 auto;
		position: relative;
	}
	.content_1st_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bolder;
		font-size: 40px;
		color: #0D0D10;
		line-height: 40px;
		text-align: center;
		padding-top: 84px;
	}
	.content_1st_from{
		padding: 0 82px;
		padding-top: 49px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.content_1st_item{
		display: block;
		vertical-align: top;
		margin-bottom: 26px;
		width: 335px;
		box-sizing: border-box;
	}
	.content_1st_item_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 16px;
		color: #727479;
		line-height: 16px;
		margin-left: 5px;
	}
	.content_1st_item_input,.content_1st_item_select{
		width: 335px;
		height: 50px;
		margin-top: 10px;
		position: relative;
	}
	.content_1st_item_input .input{
		width: 335px;
		height: 50px;
		border-radius: 10px;
		border: 1px solid #E5E6E8;
		padding: 0 16px;
		font-family: ITC Avant Garde Gothic Std;
		font-weight: normal;
		font-size: 16px;
		color: #000000;
		line-height: 50px;
	}
	.content_1st_item_input .input:focus {
		outline: none; /* 移除默认外边框 */
		border-color: #E5E6E8; /* 保持原边框色 */
		box-shadow: none; /* 移除阴影 */
	}
	.content_1st_item_input .img{
		width: 20px;
		height: 17px;
		position: absolute;
		top: 17px;
		right: 17px;
	}
	.content_1st_item_select .region-select{
		width: 335px;
		height: 50px;
		border-radius: 10px;
		border: 1px solid #E5E6E8;
		padding: 0 16px;
		padding-right: 30px;
		font-family: ITC Avant Garde Gothic Std;
		font-weight: normal;
		font-size: 16px;
		color: #000000;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #fff; /* 确保背景透明，不遮挡箭头 */
		cursor: pointer;
	}
	.content_1st_item_select .region-select:focus {
		outline: none; /* 移除默认外边框 */
		border-color: #E5E6E8; /* 保持原边框色 */
		box-shadow: none; /* 移除阴影 */
	}
	.content_1st_item_select::after {
		content: '';
		background-image: url('../img/register/icon_select.png');
		background-size: 20px 17px;
		width: 20px;
		height: 17px;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.content_1st_msg{
		padding: 0 82px;
		height: 12px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 12px;
		color: #727479;
		line-height: 12px;
	}
	.content_1st_msg a{
		color: #468CE0;
		text-decoration: underline;
		text-decoration-color: #468CE0;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	}
	.content_1st_btn{
		width: 260px;
		height: 56px;
		background: #3B89E7;
		border-radius: 28px;
		margin: 0 auto;
		margin-top: 54px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 56px;
		cursor: pointer;
	}
	.content_1st_btn:hover{
		background: rgba(130, 180, 242, 0.88);
	}
	.content_1st_img1{
		width: 281px;
		height: 117px;
		position: absolute;
		top: 37px;
		left: 820px;
	}
	.content_1st_img2{
		width: 266px;
		height: 348px;
		position: absolute;
		top: 336px;
		left: 309px;
	}
	.content_1st_img3{
		width: 266px;
		height: 349px;
		position: absolute;
		top: 336px;
		right: 309px;
	}
	.content_2nd{
		padding: 84px 0;
	}
	.content_2nd_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 40px;
		color: #0D0D10;
		line-height: 40px;
		text-align: center;
	}
	.content_2nd_list{
		width: 1270px;
		margin: 0 auto;
		padding-top: 84px;
	}
	.content_2nd_list_item{
		width: 1270px;
		height: 409px;
		position: relative;
		margin-bottom: 23px;
	}
	.content_2nd_list_item_cont{
		width: 589px;
		box-sizing: border-box;
	}
	.content_2nd_list_item_cont_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 30px;
		color: #000000;
		line-height: 30px;
	}
	.content_2nd_list_item_cont_title_h4{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 20px;
		color: #000000;
		line-height: 20px;
		margin-top: 36px;
	}
	.content_2nd_list_item_cont_msg{
		width: 589px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 16px;
		color: #000000;
		line-height: 30px;
		margin-top: 21px;
	}
	.content_2nd_list_item_cont_btn{
		width: 251px;
		height: 68px;
		background: #468CE0;
		border-radius: 34px;
		text-align: center;
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 24px;
		color: #FFFFFF;
		line-height: 68px;
		margin-top: 44px;
	}
	.content_2nd_list_item_cont_btn_msg{
		font-family: Adobe Heiti Std;
		font-weight: normal;
		font-size: 16px;
		color: #000000;
		line-height: 16px;
		margin-top: 11px;
	}
	.content_2nd_list_item .left{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.content_2nd_list_item .rigth{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.content_2nd_list_item_img{
		width: 589px;
		height: 409px;
		background: #000000;
		border-radius: 30px;
	}
	.content_11th{
		padding-top: 80px;
		background: #FBFBFB;
	}
	.content_11th:last-child{
		padding-bottom: 80px;
	}
	.content_11th_title{
		font-family: FOT-TsukuGo Pro;
		font-weight: bolder;
		font-size: 40px;
		color: #000000;
		line-height: 40px;
		text-align: center;
	}
	.content_11th_msg{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #000000;
		line-height: 17px;
		margin-top: 26px;
		text-align: center;
	}
	.content_11th_list{
		padding-top: 43px;
		width: 1201px;
		margin: 0 auto;
	}
	.content_11th_list_item{
		border-bottom: 1px solid #D5D5D5;
		padding-top: 35px;
		padding-bottom: 38px;
		position: relative;
	}
	.content_11th_list_item:last-child{
		border-bottom: none;
	}
	.content_11th_list_item_title .title{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #000000;
		line-height: 17px;
	}
	.content_11th_list_item_title .img{
		position: absolute;
		right: 0;
		top: 20px;
		cursor: pointer;
	}
	.content_11th_list_item_cn{
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #767676;
		line-height: 32px;
		margin-top: 33px;
	}
	.content_11th_rule{
		width: 1201px;
		margin: 0 auto;
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 17px;
		color: #000000;
		line-height: 17px;
		margin-top: 38px;
	}
	.content_11th_rule .icon{
		width: 22px;
		height: 22px;
		background: #3B89E7;
		border-radius: 6px;
		vertical-align: middle;
		display: inline-block;
	}
	.content_11th_rule .msg{
		display: inline-block;
		vertical-align: middle;
		margin-left: 14px;
	}
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 9998;
	}
	.modal-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 500px;
		background-color: #fff;
		border-radius: 12px;
		padding: 51px 50px;
		padding-bottom: 45px;
		text-align: center;
		z-index: 9999;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	}
	.modal-title {
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 28px;
		color: #3B89E7;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.modal-content {
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 17px;
		color: #0A0A0A;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.modal-btn {
		width: 160px;
		height: 48px;
		background: linear-gradient(to right, #468CE0, #6BA5F5);
		border: none;
		border-radius: 24px;
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		cursor: pointer;
		transition: all 0.2s ease;
	}
	.modal-btn:hover {
		background: linear-gradient(to right, #3a7bc8, #5a94e0);
		transform: translateY(-2px);
	}
	.modal-btn:active {
		transform: translateY(0);
	}
}
@media (max-width: 1024px) {
	.content_1st{
		width: 750px;
		height: 1732px;
		background-image: url('../img/register/content_1st_phone_bg.png');
		position: relative;
		padding-top: 171px;
	}
	.content_1st_list{
		width: 680px;
		height: 1445px;
		background: #FFFFFF;
		border-radius: 43px;
		margin: 0 auto;
	}
	.content_1st_title{
		padding-top: 104px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: bolder;
		font-size: 48px;
		color: #0D0D10;
		line-height: 66px;
		text-align: center;
	}
	.content_1st_item{
		width: 609px;
		margin: 0 auto;
		margin-bottom: 52px;
	}
	.content_1st_item_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 30px;
		color: #727479;
		line-height: 30px;
		margin-left: 7px;
		margin-bottom: 22px;
	}
	.content_1st_item_input,.content_1st_item_select{
		width: 609px;
		height: 99px;
		position: relative;
	}
	.content_1st_item_input .input{
		width: 609px;
		height: 99px;
		border-radius: 23px;
		border: 1px solid #E5E6E8;
		padding: 0 33px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 30px;
		color: #000000;
		line-height: 99px;
	}
	.content_1st_item_input .img{
		width: 40px;
		height: 32px;
		position: absolute;
		top: 33px;
		right: 31px;
	}
	.content_1st_item_select .region-select{
		width: 609px;
		height: 99px;
		border-radius: 23px;
		border: 1px solid #E5E6E8;
		padding: 0 33px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 30px;
		color: #000000;
		line-height: 99px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: #fff; /* 确保背景透明，不遮挡箭头 */
		cursor: pointer;
	}
	.content_1st_item_select::after {
		width: 20px;
		height: 17px;
		content: url('../img/register/icon_select.png');
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}
	.region-select {
		-moz-appearance: menulist;
		height: auto;
		size: 6
	}
	.region-select option {
		width: 100%;
		height: 40px;
		padding: 0 16px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.region-select::-webkit-scrollbar {
		width: 6px;
	}
	.region-select::-webkit-scrollbar-track {
		background: #f5f5f5;
	}
	.region-select::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 3px;
	}
	.content_1st_item_input .input:focus,.content_1st_item_select .region-select:focus{
		outline: none;
		border-color: #E5E6E8;
		box-shadow: none;
	}
	.content_1st_msg{
		width: 609px;
		margin: 0 auto;
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 22px;
		color: #727479;
		line-height: 42px;
	}
	.content_1st_msg a{
		color: #468CE0;
		text-decoration: underline;
		text-decoration-color: #468CE0;
		text-decoration-thickness: 1px;
		text-underline-offset: 5px;
	}
	.content_1st_btn{
		width: 520px;
		height: 90px;
		background: #3B89E7;
		border-radius: 45px;
		text-align: center;
		margin: 0 auto;
		margin-top: 81px;
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 32px;
		color: #FFFFFF;
		line-height: 90px;
	}
	.content_1st_img1{
		width: 373px;
		height: 155px;
		position: absolute;
		top: 83px;
		left: 184px;
	}
	.content_2nd{
		padding: 100px 0;
	}
	.content_2nd_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 52px;
		color: #000000;
		line-height: 60px;
		text-align: center;
	}
	.content_2nd_list{
		width: 650px;
		margin: 0 auto;
		padding-top: 58px;
	}
	.content_2nd_list_item{
		padding-bottom: 70px;
	}
	.content_2nd_list_item_img{
		width: 649px;
		height: 421px;
		background: #000000;
		border-radius: 30px;
	}
	.content_2nd_list_item_cont_title{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 36px;
		color: #000000;
		line-height: 36px;
		margin-top: 74px;
	}
	.content_2nd_list_item_cont_title_h4{
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 33px;
		color: #000000;
		line-height: 36px;
		margin-top: 51px;
	}
	.content_2nd_list_item_cont_msg{
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 28px;
		color: #000000;
		line-height: 52px;
		margin-top: 41px;
	}
	.content_2nd_list_item:last-child{
		padding-bottom: 0;
	}
	.content_11th{
		width: 750px;
		background: #FBFBFB;
		padding-top: 109px;
	}
	.content_11th:last-child{
		padding-bottom: 109px;
	}
	.content_11th_title{
		font-family: FOT-TsukuGo Pro;
		font-weight: bold;
		font-size: 52px;
		color: #000000;
		line-height: 52px;
		text-align: center;
	}
	.content_11th_list{
		width: 665px;
		margin: 0 auto;
		margin-top: 46px;
	}
	.content_11th_list_item{
		padding-top: 49px;
		padding-bottom: 46px;
		border-bottom: 1px solid #D5D5D5; 
	}
	.content_11th_list .content_11th_list_item:last-child{
		border-bottom: 0;
	}
	.content_11th_list_item_title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 55px;
		padding-right: 108px;
	}
	.content_11th_list_item_title .title {
		max-width: 600px;
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 28px;
		color: #000000;
		line-height: 42px;
	}
	.content_11th_list_item_title .img {
		width: 55px;
		height: 55px;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}
	.content_11th_list_item_cn{
		width: 643px;
		font-family: FOT-TsukuGo Pro;
		font-weight: normal;
		font-size: 28px;
		color: #767676;
		line-height: 42px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 12px;
	}
	.content_11th_rule {
		width: 665px;
		margin: 0 auto;
		position: relative;
	}
	.content_11th_rule .icon {
		width: 25px;
		height: 25px;
		background: #3B89E7;
		border-radius: 9px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	.content_11th_rule .msg {
		width: 615px;
		margin-left: 48px;
		font-family: "FOT-TsukuGo Pro", sans-serif;
		font-weight: normal;
		font-size: 28px;
		color: #000000;
		line-height: 42px;
	}
	.content_11th_rule a {
		color: #3B89E7;
		text-decoration: underline;
		cursor: pointer;
	}
	.content_11th_rule a {
	  color: #3B89E7;
		text-decoration: underline;
	}
	.content_11th_rule a:hover {
		text-decoration: underline;
	}
	.content_11th_rule a:visited {
	  color: #3B89E7;
		text-decoration: underline;
	}
	.content_11th_rule a:focus,a:active{
		text-decoration: underline;
	  outline: none;
	}
	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 9998;
	}
	.modal-popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 584px;
		height: 600px;
		background: #FFFFFF;
		border-radius: 34px;
		padding: 86px 59px;
		padding-bottom: 89px;
		text-align: center;
		z-index: 9999;
	}
	.modal-title {
		font-family: Kozuka Gothic Pr6N;
		font-weight: bold;
		font-size: 50px;
		color: #3B89E7;
		line-height: 50px;
		margin-bottom: 58px;
	}
	.modal-content {
		font-family: Kozuka Gothic Pr6N;
		font-weight: normal;
		font-size: 26px;
		color: #0A0A0A;
		line-height: 48px;
		margin-bottom: 56px;
	}
	.modal-btn {
		width: 334px;
		height: 90px;
		background: #3B89E7;
		border-radius: 45px;
		border: none;
		font-family: Adobe Heiti Std;
		font-weight: 500;
		font-size: 34px;
		color: #FFFFFF;
		line-height: 90px;
		cursor: pointer;
		transition: all 0.2s ease;
	}
	.modal-btn:hover {
		background: linear-gradient(to right, #3a7bc8, #5a94e0);
		transform: translateY(-2px);
	}
	.modal-btn:active {
		transform: translateY(0);
	}
}