.regBanner {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 400px;
}
.regWarp {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 67px;
}
.regWarpBg {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	z-index: 0;
}
.regBox {
	width: 520px;
	margin: 0px auto;
	padding: 50px 0px;
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50px);
	-moz-transform: translateX(-50%) translateY(50px);
	-ms-transform: translateX(-50%) translateY(50px);
	transform: translateX(-50%) translateY(50px);
	text-align: left;
}
.regBox label {
	display: inline-flex;
	margin: 10px 0px;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.Meter {
	width: 70px;
	text-align: right;
	margin-right: 20px;
	display: inline-block;
}
.inputBox {
	width: calc(100% - 70px - 20px);
	height: 50px;
	border: 1px rgba(204, 204, 204, 0.8) solid;
	line-height: 50px;
	background-color: transparent;
	display: inline-block;
	border-radius: 8px;
	position: relative;
}
.txtBox {
	width: calc(100% - 70px - 20px);
	color: rgba(222, 222, 222, 1);
}
.inputBox:hover {
	border: 1px rgba(204, 204, 204, 1) solid;
}
.inputBox input {
	width: 100%;
	outline: none;
	border: 0px;
	background-color: transparent;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}
.inputBox input::placeholder {
 color: #9C9C9C
}
.GetCodeBt {
	padding: 0px 20px;
	height: 48px;
	border-left: 1px rgba(255, 255, 255, 0.77) solid;
	text-align: center;
	color: rgba(255, 164, 27, 1);
	position: absolute;
	right: 0;
	top: 1;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-radius: 0px 8px 8px 0px;
	background-color: transparent
}
.GetCodeBt:hover {
	color: #ffffff;
	background-color: rgba(255, 164, 27, 1);
}
.inputBox select {
	width: 100%;
	outline: none;
	border: 0px;
	background: url(../images/selectIcon.png) no-repeat right center;
	background-size: 24px 24px;
	background-color: transparent;
	/*color: #ffffff;*/
	padding-left: 20px;
	padding-right: 20px;
}
.inputBox select::placeholder {
 color: #D8D8D8
}
.inputBox select>option {
	background: rgba(255, 255, 255, 1);
	color: #333333;
	padding: 5px;
}
#s1, #s2, #s3 {
	display: inline-block;
	width: 30%;
}
.labelcontainer {
	flex-wrap: nowrap;
	margin-right: 0px !important;
	width: 100%;
	padding-left: 0px;
	align-items: flex-start !important
}
.labelcontainer a {
	color: #2BBAF0;
	text-decoration: none;
	padding: 0px;
}
.labelcontainer a:hover {
	color: #2BBAF0;
	text-decoration: underline;
	padding: 0px;
}
.Agree {
	width: 23px;
	text-align: left;
}
.labelcontainer input {
	height: 0;
	width: 0;
	opacity: 0;
	appearance: none;
	-webkit-appearance: none;
	display: none !important;
}
/* Create a custom checkbox */
.checkmark {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	color: #ffffff;
	border: 2px #ffffff solid;
	background-color: transparent;
}
.checkmark img {
	width: 18px;
	vertical-align: top;
	opacity: 0;
}
.labelcontainer input:checked + .checkmark {
	background-color: transparent;
	border: 1px #2fa8ff solid;
	color: #ffffff;
	width: 18px;
	height: 18px;
	font-size: 1rem;
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -1px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
}
.labelcontainer input:checked + .checkmark img {
	width: 18px;
	vertical-align: top;
	opacity: 1;
}
.labelcontainer input:checked + .checkmark:after {
	border: solid white;
}
/* Create a custom radio */
.radiomark {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
	vertical-align: middle;
	color: #ffffff;
	border: 2px #cccccc solid;
	background-color: transparent;
	border-radius: 9px;
	margin-top: -2px;
}
.radiomark img {
	width: 18px;
	vertical-align: top;
	opacity: 0;
}
.labelcontainer input:checked + .radiomark {
	background-color: transparent;
	border: 2px #2fa8ff solid;
	color: #ffffff;
	width: 18px;
	height: 18px;
	font-size: 1rem;
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 9px;
}
.labelcontainer input:checked + .radiomark img {
	width: 18px;
	vertical-align: top;
	opacity: 1;
}
.labelcontainer input:checked + .radiomark:after {
	border: solid white;
}
.AgreeInfo {
	width: calc(100% - 30px);
	display: inline-block !important;
	margin: 0px !important;
	color: #999999;
	font-size: 0.75rem;
	padding-top: 3px;
}
.submitBt {
	width: 260px;
	text-align: center;
	background: -webkit-linear-gradient(to right, #9A63FF 0%, #1D97FF 50%,#86ECFF 100%);
	background: -moz-linear-gradient(to right, #9A63FF 0%, #1D97FF 50%,#86ECFF 100%);
	background: -ms-linear-gradient(to right, #9A63FF 0%, #1D97FF 50%,#86ECFF 100%);
	background: linear-gradient(to right, #9A63FF 0%, #1D97FF 50%,#86ECFF 100%);
	line-height: 50px;
	border-radius: 25px;
	padding: 0px;
	color: #ffffff;
	-webkit-appearance: none;
	border: 0px;
}
/*注册成功*/
.regOKWarp {
	width: 100%;
	text-align: center;
	padding:0px 0px 50px 0px;
}
.regOKWarp h2 {
	color: #FF9900;
	text-align: center
}
.regOKWarp h2 img {
	max-width: 379px;
	margin-bottom: 15px;
}
.regOKBtBox{
	width:100%;
	text-align: center;
	margin: 50px auto;
}
.regOK_summitBt{	
	background:url(../images/regOKBt_bg1@2x.png) no-repeat center center;
	background-size: cover;
	width: 363px;
	height: 88px;
	margin: 0px 20px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap
}
.regOK_summitBt img{
	width:100%;
	max-width: 52px;
	margin-right: 10px;
}
.regOK_productBt{	
	background:url(../images/regOKBt_bg2@2x.png) no-repeat center center;
	background-size: cover;
	width: 363px;
	height: 88px;
	margin: 0px 20px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap
}
.regOK_productBt img{
	width:100%;
	max-width: 52px;
	margin-right: 10px;
}
@media screen and (max-width:1600px) {
	.regBanner {
	max-height: 360px;
}
}

@media screen and (max-width:1024px) {
.regBanner {
	display: none;
}
.regWarpBg {
	display: none
}
.regWarp {
	width: 96%;
	position: relative;
	text-align: center;
	padding-top: 35px;
	background: url(../images/regWarpBg.png) no-repeat center top;
	background-size: cover;
	left: 2%;
	border-radius: 10px;
}
.regBox {
	width: 100%;
	margin: 0px auto;
	padding: 0px 15px;
	position: inherit;
	left: 0;
	-webkit-transform: translateX(-0%) translateY(0px);
	-moz-transform: translateX(-0%) translateY(0px);
	-ms-transform: translateX(-0%) translateY(0px);
	transform: translateX(-0%) translateY(0px);
	top: 0;
}
.Meter {
	width: 70px;
	text-align: left;
	margin-right: 20px;
	display: inline-block;
}
.inputBox {
	height: 35px;
	line-height: 35px;
}
.GetCodeBt {
	height: 33px;
	line-height: 33px;
}
.txtBox {
	margin-top: -10px;
}
.radiomark {
	width: 15px;
	height: 15px;
}
.radiomark img {
	width: 15px;
}
.labelcontainer input:checked + .radiomark {
	width: 15px;
	height: 15px;
}
.labelcontainer input:checked + .radiomark img {
	width: 15px;
}
.AgreeInfo {
	line-height: 2;
	margin-top: -3px !important;
	padding-top: 0px;
}
.Agree {
	width: auto;
	text-align: left;
}
.regOKWarp h2 img {
	width: 100%;
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
.regOKBtBox{
	flex-wrap: wrap;
}
	
.regOK_summitBt{	
	margin: 10px 20px;
	width:100%;
	height: auto;
    background-size: 100% 100%;
	padding-top:15px;
	padding-bottom: 15px;
	max-width: 363px;
}
.regOK_productBt{	
	margin: 10px 20px;
	width:100%;
	height: auto;
    background-size: 100% 100%;
	padding-top:15px;
	padding-bottom: 15px;
	max-width: 363px;
}
	
.s_ProductServicesWarpLeft {
	width:100%;
	padding: 20px;
	z-index: 99;
	position:relative;
	top: 0%;
	-webkit-transform: translateX(-0%) translateY(-0%);
	-moz-transform: translateX(-0%) translateY(-0%);
	-ms-transform: translateX(-0%) translateY(-0%);
	transform: translateX(-0%) translateY(-0%);
	left: 0px;
}
	.viewJc hr {
    width: 115px;
    height: 3px;
    margin: 0;
}
.s_ProductServicesWarpLeftRight {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	padding-right: 0px;
	text-align: center
}
.s_ProductServicesWarpLeftRight img {
	width: 100%;
	max-width: auto;
}
}
