@media screen and (min-width:1200px){
	html{
		background-color: #f3f3f3;
	}
	.y_wrap{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 415px;
		/* height: 100%; */
		margin: 0 auto;
		box-shadow: 5px 5px 28px rgba(153,153,153,0.5);
	}
	.nmn_head{
		width: 100%;
		height: 54px;
		background-color: #fff;
		display: flex;
	}
	.nmn_head_logo{
		width: 26%;
		padding: 2% 6%;
	}
	.nmn_head span{
		font-size: 18px;
		color: #333;
		height: 54px;
		line-height: 54px;
	}
	.nmn_form{
		width: 100%;
		background-color: #232323;
		padding: 50px 6%;
	}
	.form_div{
		width: 100%;
		padding: 40px 8%;
		border-radius: 20px;
		background-image: linear-gradient(to bottom right,#fd662c,#feb158);
	}
	.form_title{
		width: 100%;
		text-align: center;
		font-size: 26px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.form_small{
		font-size: 16px;
		color: #fff;
		margin: 0 auto;
		border-radius: 50px;
		background-color: #f14a20;
		margin-top: 10px;
		padding: 4px;
		text-align: center;
		width: 198px;
		letter-spacing: 1px;
	}
	.form_main{
		width: 100%;
		margin-top: 20px;
	}
	.form_main_list{
		width: 100%;
		margin-bottom: 18px;
	}
	.form_main_name{
		width: 100%;
		font-size: 18px;
		color: #fff;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	.form_main_list input{
		width: 100%;
		background-color: #fff;
		border: none;
		border-radius: 6px;
		height: 46px;
		padding-left: 20px;
		font-size: 16px;
	}
	.form_main_list input:focus{
		outline: none;
	}
	.form_div .submit{
		width: 100%;
		height: 52px;
		border-radius: 50px;
		border: none;
		margin-top: 8px;
		font-size: 20px;
		letter-spacing: 2px;
		background-image: linear-gradient(to right,#ffed63,#fdd128);
		color: #6a4219;
		line-height: 52px;
		font-weight: 600;
	}
	.bottom{
		width: 415px;
		height: 60px;
		background-image: linear-gradient(90deg, #ff9233, #fe5136 31%, #fd2245 64%, #fd227a);
		position: fixed;
		bottom: 0;
		overflow: visible;
		transform: translateZ(0px);
		z-index: 999;
	}
	.bottom_bx{
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.bottom_block{
		width: 18%;
		padding: 12px 0;
	}
	.bottom_block_icon{
		width: 20px;
		margin: 0 auto;
	}
	.bottom_block_text{
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		margin-top: 5px;
	}
	.submit_bottom{
		width: 58%;
		height: 45px;
		margin-top: -8px;
		border-radius: 50px;
		background-image: linear-gradient(90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
		border: none;
		margin-left: 6%;
		color: rgb(250, 24, 24);
		font-size: 15px;
		font-weight: 600;
		/* letter-spacing: 1px; */
	}
	
}
@media screen and (min-width:431px) and (max-width:1199px){
	html{
		background-color: #f3f3f3;
	}
	.y_wrap{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 415px;
		/* height: 100%; */
		margin: 0 auto;
		box-shadow: 5px 5px 28px rgba(153,153,153,0.5);
	}
	.nmn_head{
		width: 100%;
		height: 54px;
		background-color: #fff;
		display: flex;
	}
	.nmn_head_logo{
		width: 26%;
		padding: 2% 6%;
	}
	.nmn_head span{
		font-size: 18px;
		color: #333;
		height: 54px;
		line-height: 54px;
	}
	.nmn_form{
		width: 100%;
		background-color: #232323;
		padding: 50px 6%;
	}
	.form_div{
		width: 100%;
		padding: 40px 8%;
		border-radius: 20px;
		background-image: linear-gradient(to bottom right,#fd662c,#feb158);
	}
	.form_title{
		width: 100%;
		text-align: center;
		font-size: 26px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.form_small{
		font-size: 16px;
		color: #fff;
		margin: 0 auto;
		border-radius: 50px;
		background-color: #f14a20;
		margin-top: 10px;
		padding: 4px;
		text-align: center;
		width: 198px;
		letter-spacing: 1px;
	}
	.form_main{
		width: 100%;
		margin-top: 20px;
	}
	.form_main_list{
		width: 100%;
		margin-bottom: 18px;
	}
	.form_main_name{
		width: 100%;
		font-size: 18px;
		color: #fff;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	.form_main_list input{
		width: 100%;
		background-color: #fff;
		border: none;
		border-radius: 6px;
		height: 46px;
		padding-left: 20px;
		font-size: 16px;
	}
	.form_main_list input:focus{
		outline: none;
	}
	.form_div .submit{
		width: 100%;
		height: 52px;
		border-radius: 50px;
		border: none;
		margin-top: 8px;
		font-size: 20px;
		letter-spacing: 2px;
		background-image: linear-gradient(to right,#ffed63,#fdd128);
		color: #6a4219;
		line-height: 52px;
		font-weight: 600;
	}
	.bottom{
		width: 415px;
		height: 60px;
		background-image: linear-gradient(90deg, #ff9233, #fe5136 31%, #fd2245 64%, #fd227a);
		position: fixed;
		bottom: 0;
		overflow: visible;
		transform: translateZ(0px);
		z-index: 999;
	}
	.bottom_bx{
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.bottom_block{
		width: 18%;
		padding: 12px 0;
	}
	.bottom_block_icon{
		width: 20px;
		margin: 0 auto;
	}
	.bottom_block_text{
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		margin-top: 5px;
	}
	.submit_bottom{
		width: 58%;
		height: 45px;
		margin-top: -8px;
		border-radius: 50px;
		background-image: linear-gradient(90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
		border: none;
		margin-left: 6%;
		color: rgb(250, 24, 24);
		font-size: 15px;
		font-weight: 600;
		/* letter-spacing: 1px; */
	}
}
@media screen and (min-width:280px) and (max-width:430px){
	html{
		background-color: #f3f3f3;
	}
	.y_wrap{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		/* height: 100%; */
		margin: 0 auto;
		box-shadow: 5px 5px 28px rgba(153,153,153,0.5);
	}
	.nmn_head{
		width: 100%;
		height: 54px;
		background-color: #fff;
		display: flex;
	}
	.nmn_head_logo{
		width: 26%;
		padding: 2% 6%;
	}
	.nmn_head span{
		font-size: 18px;
		color: #333;
		height: 54px;
		line-height: 54px;
	}
	.nmn_form{
		width: 100%;
		background-color: #232323;
		padding: 50px 6%;
	}
	.form_div{
		width: 100%;
		padding: 40px 8%;
		border-radius: 20px;
		background-image: linear-gradient(to bottom right,#fd662c,#feb158);
	}
	.form_title{
		width: 100%;
		text-align: center;
		font-size: 23px;
		color: #fff;
		font-weight: 600;
		letter-spacing: 1px;
	}
	.form_small{
		font-size: 16px;
		color: #fff;
		margin: 0 auto;
		border-radius: 50px;
		background-color: #f14a20;
		margin-top: 10px;
		padding: 4px;
		text-align: center;
		width: 198px;
		letter-spacing: 1px;
	}
	.form_main{
		width: 100%;
		margin-top: 20px;
	}
	.form_main_list{
		width: 100%;
		margin-bottom: 18px;
	}
	.form_main_name{
		width: 100%;
		font-size: 18px;
		color: #fff;
		margin-bottom: 5px;
		letter-spacing: 2px;
	}
	.form_main_list input{
		width: 100%;
		background-color: #fff;
		border: none;
		border-radius: 6px;
		height: 46px;
		padding-left: 20px;
		font-size: 16px;
	}
	.form_main_list input:focus{
		outline: none;
	}
	.form_div .submit{
		width: 100%;
		height: 52px;
		border-radius: 50px;
		border: none;
		margin-top: 8px;
		font-size: 20px;
		letter-spacing: 2px;
		background-image: linear-gradient(to right,#ffed63,#fdd128);
		color: #6a4219;
		line-height: 52px;
		font-weight: 600;
	}
	.bottom{
		width: 100%;
		height: 60px;
		background-image: linear-gradient(90deg, #ff9233, #fe5136 31%, #fd2245 64%, #fd227a);
		position: fixed;
		bottom: 0;
		overflow: visible;
		transform: translateZ(0px);
		z-index: 999;
	}
	.bottom_bx{
		width: 90%;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.bottom_block{
		width: 18%;
		padding: 12px 0;
	}
	.bottom_block_icon{
		width: 20px;
		margin: 0 auto;
	}
	.bottom_block_text{
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		margin-top: 5px;
	}
	.submit_bottom{
		width: 58%;
		height: 45px;
		margin-top: -8px;
		border-radius: 50px;
		background-image: linear-gradient(90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
		border: none;
		margin-left: 6%;
		color: rgb(250, 24, 24);
		font-size: 15px;
		font-weight: 600;
		/* letter-spacing: 1px; */
	}
}