@media screen and (min-width:1025px){
	.n_loca{
		
		display: flex;
		position: relative;
	}
	.n_loca .location{
		position: absolute;
		width: 63px;
		box-shadow: none;
		left: 17px;
		height: 70%;
		top: 7px;
		z-index: 10;
		padding-left: 10px;
		color: #8DC63F;
		background: transparent;
	}
	.n_loca .n_lo_in{
		padding-left: 90px;
	}
	.n_loca .hr{
		height: 37%;
		width: 1px;
		background: #8DC63F;
		position: absolute;
		top: 15px;
		left: 79px;
		z-index: 10;
		
	}
	.register{
		width:540px;
		height:630px;
		border-radius:20px;
		border:2px solid rgba(141,198,63,1);
		/* margin-left:240px; */
		margin-bottom:70px;
	}
	.new_register{
		width:445px;
		height:44px;
		margin:0 auto;
		cursor: pointer;

		background:linear-gradient(320deg,rgba(215,223,35,1) 0%,rgba(188,214,45,1) 41%,rgba(141,198,63,1) 100%,rgba(66,147,33,1) 100%);
		border-radius:22px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 44px;
	}
	input.get{
		width:125px;
		height:30px;
		border-radius: 14px;
		background-image: none;
		background:#8DC63F;
		margin:0;
		padding:0;
		position:absolute;
		margin-top:7px;
		margin-left: 310px;
		font-size:16px;
		/* font-family: PingFang-SC-Regular; */
		color:#fff;
		text-align: center;
		align-items: flex-start;
		line-height:30px;
	}
	.footer{
		margin:0 auto;
		margin-top:32px;	
		width:445px;
		text-indent: 21px;
	}
	.footer a:nth-child(1){
		/* margin-right: 230px; */
		float: left;
	}
	.footer a:nth-child(2){
		float: right;
		/* margin-right: 22.4609375vw; */
	}
	.footer a{
		text-decoration:none;
		font-size:14px;
		color:#000;
		/* font-family: PingFangHK-Regular; */
	}
	.footer a span{
		color:#8DC63F;
	}
	/* 新增 */
	.Parallel{
		width:445px;
		margin: 0 auto;
		margin-top:37px;
	}
	input.name{
		width:213px;
		/* background: url("../img/short_Rectangle.png") no-repeat;
		background-size:100%; */
		float:left;
	}
	input.Surname{
		width:213px;
		/* background: url("../img/short_Rectangle.png") no-repeat;
		background-size:100%; */
		float:right;
	}
	._agree{
		width:445px;
		margin: 0 auto;
		text-align:center;
		padding:0px 32px 0 38px;
		box-sizing: border-box;
		line-height: 30px;
		margin-bottom: 20px;
	}
	._agree span:nth-child(1){
		float:left;
		width:30px;
		height:30px;
		background: url("../img/phone/new_agree_w.png") no-repeat;
		background-size:100%;
		cursor: pointer;
	}
	._agree span:nth-child(1).add{
		background: url("../img/phone/new_agree.png") no-repeat;
		background-size:100%;
	}
	._agree span:nth-child(2){
		float:right;
		font-size:16px;
		color:rgba(0,0,0,1);
		/* font-family: PingFangHK-Regular; */
		font-weight: 400;
	}
	.Tips{
		width:445px;
		margin: 0 auto;
		text-align:center;
		font-size:14px;
		color:rgba(0,0,0,1);
		line-height:30px;
	}
	.Tips a{
		color:#8DC63F;
	}
	input.apassw{
		margin-bottom:23px;
	}
	/* new */
	.item_box{
		width: 445px;
		height: 44px;
		margin: 0 auto;
		margin-bottom: 29px;
		position: relative;
	}
	.item_box_tips{
		margin-bottom: 40px;
	}
	.item-tips{
		position: absolute;
		top: 50px;
		font-size: 12px;
		padding-left: 30px;
		color: #666;
	}
	.modify{
		top: 7px;
		right: 10px;
		position: absolute;
		width:96px;
		height:30px;
		text-align: center;
		background:rgba(141,198,63,1);
		border-radius:15px;
		text-decoration: none;
		color: #fff;
		line-height: 30px;
		display: none;
	}
}

@media screen and (min-width:768px) and (max-width:1024px){
	.n_loca{
		
		display: flex;
		position: relative;
	}
	.n_loca .location{
		position: absolute;
		width: 6.15234375vw;
		box-shadow: none;
		left: 1.66015625vw;
		height: 70%;
		top: 0.68359375vw;
		z-index: 10;
		padding-left: 0.9765625vw;
		color: #8DC63F;
		background: transparent;
	}
	.n_loca .n_lo_in{
		padding-left: 8.7890625vw;
	}
	.n_loca .hr{
		height: 37%;
		width: 0.09765625vw;
		background: #8DC63F;
		position: absolute;
		top: 1.46484375vw;
		left: 7.71484375vw;
		z-index: 10;
		
	}

	.register{
		width:52.734375vw;
		height:61.5234375vw;
		border-radius:1.953125vw;
		border:0.1953125vw solid rgba(141,198,63,1);
		/* margin-left:23.4375vw; */
		margin-bottom:19.8359375vw;
		margin-bottom:6.8359375vw;
	}
	.new_register{
		width:43.45703125vw;
		height:4.296875vw;
		margin:0 auto;
		/* background: url("../img/regist@2x.png") no-repeat;
		background-size: 100%; */
		cursor: pointer;

		background:linear-gradient(320deg,rgba(215,223,35,1) 0%,rgba(188,214,45,1) 41%,rgba(141,198,63,1) 100%,rgba(66,147,33,1) 100%);
		border-radius:2.1484375vw;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 4.296875vw;
	}
	input.get{
		width:12.20703125vw;
		height:2.9296875vw;
		border-radius: 1.3671875vw;
		background-image: none;
		background:#8DC63F;
		margin:0;
		padding:0;
		position:absolute;
		margin-top:0.68359375vw;
		margin-left: 30.15625vw;
		font-size:1.5625vw;
		/* font-family: PingFang-SC-Regular; */
		color:#fff;
		text-align: center;
		align-items: flex-start;
		line-height:2.9296875vw;
	}
	.footer{
		margin:0 auto;
		margin-top:3.125vw;
		width:43.45703125vw;
		text-indent: 2.05078125vw;
	}
	.footer a:nth-child(1){
		float: left;
	}
	.footer a:nth-child(2){
		float: right;
	}
	.footer a{
		text-decoration:none;
		font-size:1.3671875vw;
		color:#000;
	}
	.footer a span{
		color:#8DC63F;
	}
	/* 新增 */
	.Parallel{
		width:43.45703125vw;
		margin: 0 auto;
		margin-top:3.61328125vw;
	}
	input.name{
		width:20.80078125vw;
		/* background: url("../img/short_Rectangle.png") no-repeat;
		background-size:100%; */
		float:left;
	}
	input.Surname{
		width:20.80078125vw;
		/* background: url("../img/short_Rectangle.png") no-repeat;
		background-size:100%; */
		float:right;
	}
	._agree{
		width:43.45703125vw;
		margin: 0 auto;
		text-align:center;
		padding:0px 3.125vw 0 3.7109375vw;
		/* padding:0px 32px 0 38px; */
		box-sizing: border-box;
		line-height: 2.9296875vw;
		margin-bottom: 3.125vw;
	}
	._agree span:nth-child(1){
		float:left;
		width:2.9296875vw;
		height:2.9296875vw;
		background: url("../img/phone/new_agree_w.png") no-repeat;
		background-size:100%;
		cursor: pointer;
	}
	._agree span:nth-child(1).add{
		background: url("../img/phone/new_agree.png") no-repeat;
		background-size:100%;
	}
	._agree span:nth-child(2){
		float:right;
		font-size:1.5625vw;
		color:rgba(0,0,0,1);
		/* font-family: PingFangHK-Regular; */
	}
	.Tips{
		width:43.45703125vw;
		margin: 0 auto;
		text-align:center;
		font-size:1.3671875vw;
		color:rgba(0,0,0,1);
		line-height:2.9296875vw;
	}
	.Tips a{
		color:#8DC63F;
	}
	input.apassw{
		margin-bottom:2.24609375vw;
	}
	/* new */
	.item_box{
		width: 43.45703125vw;
		height: 4.296875vw;
		margin: 0 auto;
		margin-bottom: 2.83203125vw;
		position: relative;
	}
	.item_box_tips{
		margin-bottom: 40px;
	}
	.item-tips{
		position: absolute;
		top: 50px;
		font-size: 11px;
		color: #666;
	}
	.modify{
		top: 0.68359375vw;
		right: 0.9765625vw;
		position: absolute;
		width:9.375vw;
		height:2.9296875vw;
		text-align: center;
		background:rgba(141,198,63,1);
		border-radius:1.46484375vw;
		text-decoration: none;
		color: #fff;
		line-height: 2.9296875vw;
		display: none;
	}
}

@media screen and (max-width:767px){
	.n_loca{
		
		display: flex;
		position: relative;
	}
	.n_loca .location{
		position: absolute;
		width: 16.8vw;
		box-shadow: none;
		left: 9.333333333333334vw;
		height: 70%;
		top: -1px;
		z-index: 10;
		padding-left: 2.666666666666667vw;
		color: #8DC63F;
		background: transparent;
	}
	.n_loca .n_lo_in{
		padding-left: 21.066666666666666vw;
	}
	.n_loca .hr{
		height: 30%;
		width: 1px;
		background: #8DC63F;
		position: absolute;
		top: 3.733333333333334vw;
		left: 24.53333333333333vw;
		z-index: 10;
	}

	.main h1{
		margin-left:0vw;
		float:left;
	}
	input.get{
		width:29.06666666666667vw;
		height:7.466666666666668vw;
		border-radius: 3.733333333333334vw;
		background-image: none;
		background:#8DC63F;
		margin:0;
		padding:0;
		position:absolute;
		margin-top:2.1333333333333333vw;
		right:0vw;
		margin-right:8.799999999999999vw;
		font-size:4vw;
		/* font-family: PingFang-SC-Regular; */
		color:#fff;
		text-align: center;
		align-items: flex-start;
		line-height:7.466666666666668vw;
	}
	.new_register{
		width:86.93333333333332vw;
		height:11.733333333333333vw;
		margin:0 auto;
		margin-bottom:14vw;
		background:linear-gradient(320deg,rgba(215,223,35,1) 0%,rgba(188,214,45,1) 41%,rgba(141,198,63,1) 100%,rgba(66,147,33,1) 100%);
		border-radius:5.866666666666666vw;
		color: #fff;
		font-weight: 700;
		text-align: center;
		line-height: 11.733333333333333vw;
	}
	.footer{
		display: none;
	}
	/* .footer a:nth-child(2){
		display: none;
	} */
	/* 新增 */
	.Parallel{
		width:86.93333333333332vw;
		margin: 0 auto;
		margin-top:3.61328125vw;
	}
	input.name{
		width:41vw;
		/* background: url("../img/short_Rectangle.png") no-repeat;
		background-size:100% 100%; */
		float:left;
	}
	input.Surname{
		width:41vw;
		/* background: url("../img/short_Rectangle.png") no-repeat;
		background-size:100% 100%; */
		float:right;
	}
	._agree{
		width:90vw;
		margin: 0 auto;
		text-align:center;
		padding:0px 0vw 0 2vw;
		box-sizing: border-box;
		line-height: 8vw;
		margin-bottom:6vw;
	}
	._agree span:nth-child(1){
		float:left;
		width: 8vw;
		height: 8vw;
		background: url("../img/phone/new_agree_w.png") no-repeat;
		background-size:100%;
		cursor: pointer;
		margin-right: 2vw;
	}
	._agree span:nth-child(1).add{
		background: url("../img/phone/new_agree.png") no-repeat;
		background-size:100%;
	}
	._agree span:nth-child(2){
		float:left;
		font-size: 3.2vw;
		color:rgba(0,0,0,1);
		/* font-family: PingFangHK-Regular; */
	}
	.Tips{
		width:86vw;
		margin: 0 auto;
		text-align:center;
		font-size:3.4vw;
		color:rgba(0,0,0,1);
		line-height:6vw;
		margin-bottom:6vw;
	}
	.Tips a{
		color:#8DC63F;
	}
	input.apassw{
		margin-bottom:7.5vw;
	}
	/* new */
	.item_box{
		position: relative;
	}
	.item_box_tips{
		margin-bottom: 40px;
	}
	.item-tips{
		position: absolute;
		top: 13vw;
		font-size: 12px;
		padding-left: 7.2vw;
		color: #666;
	}
	.modify{
		top: 1.866666666666667vw;
		right: 9.666667vw;
		position: absolute;
		width:25.6vw;
		height:8vw;
		text-align: center;
		background:rgba(141,198,63,1);
		border-radius:4vw;
		text-decoration: none;
		color: #fff;
		line-height: 8vw;
		display: none;
	}
}
