			body,html{
				/* margin-top: 100px; */
				background: #FFFFFF;
			}
			button{
				width: 3.125rem;
				height: 1.875rem;
				background-color: #0079FF;
				color: #FFFFFF;
				display: flex;
				justify-content: center;
				align-items: center;
				font-size: 0.75rem;
				margin: auto;
				border-radius: 1.5625rem;
				border: none;
			}
			.madel {
				width: 100%;
			    height: 100%;
			    background: rgba(0, 0, 0, 0.4);
			    position: fixed;
			    top: 0;
			    left: 0;
			    visibility: hidden;
			    opacity: 0;
			    z-index: 999;
			    transition: all 0.3s;
			    cursor: pointer;
			}
			
			.content {
				
				width: 17.5rem;
				height: 18.75rem;
				background: #FFFFFF;
				border-radius: 8px;
				
				/* width: 80%; */
			    /* height: 350px; */
			    /* position: absolute;
			    top: 50%;
			    left: 50%;
			    margin-left: -300px;
			    margin-top: -175px; */
			    /* background-color: #fff; */
			    transition: all 0.3s;
			    border-radius: 10px;
			    transform: scale(0.5);
				margin:6.25rem auto;
				position: relative;
			}
			.content ul{
				display: flex;
				flex-direction: column;
				justify-content: center;
			}
			.Text{
				
				font-size: 1.25rem;
				font-family: PingFangSC-Semibold, PingFang SC;
				font-weight: 600;
				color: #333333;
				line-height: 1.75rem;
				display: flex;
				justify-content: center;
				margin: auto;
				width: 100%;
				margin-top: 1.8125rem;
			}
			
			.nameinput{
				margin-top: 1.25rem;
				width: 14rem;
				height: 2.25rem;
				background: #FFFFFF;
				box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.1);
				border-radius: 4px;
				border: 1px solid rgba(0, 121, 255, 0.5);
				margin: auto;
				margin-top: 0.75rem;
				
				font-size: 0.875rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #999999;
				line-height: 0.875rem;
				padding-left: 0.5rem;
			}
			.phoneinput{
				margin-top: 1.25rem;
				width: 14rem;
				height: 2.25rem;
				background: #FFFFFF;
				box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.1);
				border-radius: 4px;
				border: 1px solid rgba(0, 121, 255, 0.5);
				margin: auto;
				margin-top: 0.75rem;
				
				font-size: 0.875rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #999999;
				line-height: 0.875rem;
				padding-left: 0.5rem;
			}
			.valinput{
				width: 8.625rem;
				height: 2.25rem;
				margin-top: 0;
				background: #FFFFFF;
				box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.1);
				border-radius: 4px;
				border: 1px solid rgba(0, 121, 255, 0.5);
				
				font-size: 0.875rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #999999;
				line-height: 0.875rem;
				padding-left: 0.5rem;
			}
			.chooseval{
				width: 4.5rem;
				font-size: 0.875rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #1B66FF;
				line-height: 1.25rem;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			ul ol{
				display: flex;
				width: 14.5rem;
				height: 2.25rem;
				justify-content: space-between;
				align-items: center;
				margin: auto;
				margin-top: 0.75rem;
				/* padding-left: 0.5rem; */
			}
			.submit{
				width: 14rem;
				height: 2.375rem;
				background: #0079FF;
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.03);
				border-radius: 5px;
				margin: auto;
				display: flex;
				justify-content: center;
				align-items: center;
				
				font-size: 0.875rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #FFFFFF;
				line-height: 1.25rem;
				padding-left: 0.5rem;
				margin-top: 1.5rem;
			}
			.close{
				width: 1rem;
				height: 1rem;
				display: flex;
				justify-content: end;
				align-items: center;
				position: absolute;
				top: 1rem;
				right: 1rem;
			}
			input:focus{ outline:none; }
			.success{
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.4);
				position: fixed;
				top: 0;
				left: 0;
				visibility: hidden;
				opacity: 0;
				z-index: 999;
				transition: all 0.3s;
				cursor: pointer;
			}
			.contentsuc {
				width: 17.5rem;
				height: 18.75rem;
				background: #FFFFFF;
				border-radius: 8px;
			    transition: all 0.3s;
			    border-radius: 10px;
			    transform: scale(0.5);
				margin:6.25rem auto;
				position: relative;
				display: flex;
				flex-direction: column;
				justify-content: space-evenly;
				align-items: center;
			}
			.sucimg{
				width: 4rem;
				height: 4rem;
			}
			.suctext{
				font-size: 1.25rem;
				font-family: PingFangSC-Semibold, PingFang SC;
				font-weight: 600;
				color: #333333;
				line-height: 1.75rem;
			}
			.contacttext{
				font-size: 0.9375rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #999999;
				line-height: 1.3125rem;
			}
			.surebtn{
				width: 13.875rem;
				height: 2.375rem;
				background: #0079FF;
				box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.03);
				border-radius: 5px;
				
				font-size: 0.875rem;
				font-family: PingFangSC-Regular, PingFang SC;
				font-weight: 400;
				color: #FFFFFF;
				line-height: 1.25rem;
				display: flex;
				justify-content: center;
				align-items: center;
			}