.regBox{
	margin:30px auto 0px;;
	width:7rem;
}
.verityTips{
	display:none;
}
.inputGroup{
	align-items: center;
	background: rgba(255, 255, 255, 0.32);
	border: 0.02rem solid rgb(255, 255, 255);
	border-radius: 0.6rem;
	box-shadow: rgba(83, 122, 246, 0.05) 0px 0.36rem 0.22rem 0px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row;
	height: 0.8rem;
	justify-content: flex-start;
	margin-bottom: 0.24rem;
	padding: 0px 0.3rem;
}
.inputIcon{
	background-position: 50% center;
	background-repeat: no-repeat;
	height: 0.48rem;
	margin-right: 0.2rem;
	width: 0.48rem;
}
.inputUser{
	background-image: url("../images/login_username_icon.webp");
	background-size: contain;
}
.inputPassword{
	background-image: url("../images/login_userpassword_icon.webp");
	background-size: contain;
}
.wdPassword{
	background-image: url("../images/password.svg");
	background-size: contain;
}
.inputEmail{
	background-image: url("../images/join_icon_gmail.webp");
	background-size: contain;
}
.inputPhone{
	background-image: url("../images/login_user_phone.png");
	background-size: contain;
}
.inputTelcode{
	background-image: url("../images/telcode.png");
	background-size: contain;
}
.inputMain{
	align-items: flex-start;
	display: flex;
	flex: 1 1 0%;
	flex-flow: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.inputMain input{
	background-color: transparent;
	border: none;
	caret-color: rgba(94, 99, 128, 0.698);
	color: rgb(70, 72, 84);
	display: block;
	font-size: 0.28rem;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0px;
	text-align: justify;
	width: 100%;
}
.regBtn{
	align-items: center;
	background-color: transparent;
	background-image: url("../images/entry_submit_bg.webp");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	border-radius: .5rem;
	color: #fff;
	display: flex;
	font-family: PingFangSC-Regular;
	font-size: .32rem;
	font-weight: 500;
	height: .8rem;
	justify-content: center;
	width: 100%;
	box-shadow: 0 18px 11px 0 rgba(83, 122, 246, .1);
	font-family: PingFang SC;
	letter-spacing: .04rem;
	margin-top: .3rem;
}
.verityTips{
	align-items: center;
	display: flex;
	margin-bottom: .2rem;
	margin-top: -.12rem;
}

.verityTips span {
	background-image: url("../images/login_point_correct.webp");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: .24rem;
	margin-right: .1rem;
	vertical-align: middle;
	width: .24rem
}

.verityTips p {
	color: rgba(94,99,128,.698);
	font-size: .2rem;
	text-align:left;
}
.reghead{
	margin-bottom: 55px;
	margin-top: 50px;
}
.reghead img{
	height:1.3rem;
}
.hide{
	display:none;
}
.enterLog{
	margin-top:30px;
	height: .8rem;
	justify-content: center;
	width: 100%;
	display: flex;
	color:#242489 !important;
}
.lawBox{
	height:5.8rem;
	display:none;
}
.lawBox img{
	height: .8rem;
}
.lawBox .desc{
	text-align: left;
	padding: 0px .2rem 0px;
	font-size:.2rem;
	height: 3.3rem;
    overflow-y: scroll;
	margin-top:10px;
}
.rulePrivacy{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	vertical-align: middle;
	padding: .1rem .1rem 0px;
}
.rulePrivacyEntry{
	background-position: .002rem 0;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: .32rem;
	margin-right: .08rem;
	-webkit-transform: translateY(.02rem);
	transform: translateY(.02rem);
	width: .32rem;
}
.rulePrivacy .text{
	color: #718fbd;
	display: inline-block;
	font-family: PingFang SC;
	font-size: .24rem;
	height: .36rem;
	line-height: .36rem;
	white-space: nowrap;
}
.rulePrivacy .on{
	background-image: url("../images/login_icon_checkbox_select.webp");
}
.rulePrivacy .off{
	background-image: url("../images/login_icon_checkbox.webp");
	opacity: .5;
}
.rulePrivacy .law{
	color: #464854;
	display: inline-block;
	font-weight: 500;
	margin: 0 .08rem;
	opacity: .9;
}
.bottomWrapper{
	position: relative;
	margin-top: .7rem;
}
.bottomWrapper, .bottomItem{
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.bottomItem{
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	grid-gap: 10px;
	align-items: center;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .4)), to(hsla(0, 0%, 100%, .11)));
	background: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .11));
	border: 1px solid hsla(0, 0%, 100%, .47);
	border-radius: 20px;
	-webkit-box-shadow: 0 .12rem .2rem 0 rgba(83, 122, 246, .1);
	box-shadow: 0 .12rem .2rem 0 rgba(83, 122, 246, .1);
	color: #8693a7;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: PingFang SC;
	font-size: .28rem;
	font-style: normal;
	font-weight: 400;
	gap: 10px;
	height: 1.54rem;
	min-width: 2.5rem;
}
.bottomItem img{
	display: block;
	height: .4rem;
	width: .4rem;
}
.bottomItem i{
	white-space: nowrap;
}
.getCode{
	color: #D689E2;
}
/*areaCode*/
.foreign_prefix{
    color: #333;
    margin-right: 5px;
    display: block;
    position: absolute;
	width:auto;
	padding-right: 13px;
}
.foreign_prefix .sel_arrow{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.icon_arrow_v2 {
    content: "";
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(135deg);
    transform: translate(0,-50%) rotate(135deg);
}
.icon_arrow_v2.arrow_bottom {
    -webkit-transform: translate(-50%,-50%) rotate(-135deg);
    transform: translate(-50%,-50%) rotate(-135deg);
    margin-top: -2px;
	margin-left:10px;
}
.mod_address_slide {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    background-color: rgba(0,0,0,.7);
    display: none;
}
.mod_address_slide.show {
    display: block;
    top: 0px;
}
.mod_address_slide_main {
    position: absolute;
    -webkit-transform: translate3d(0,420px,0);
    transform: translate3d(0,420px,0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0,0,.25,1);
    transition: -webkit-transform .2s cubic-bezier(0,0,.25,1);
    transition: transform .2s cubic-bezier(0,0,.25,1);
    transition: transform .2s cubic-bezier(0,0,.25,1),-webkit-transform .2s cubic-bezier(0,0,.25,1);
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}
.mod_address_slide_main.type_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mod_address_slide.show .mod_address_slide_main {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mod_address_slide_head {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
}
.mod_address_slide_main.type_flex .mod_address_slide_body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mod_address_slide_head .close {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.mod_address_slide_head .close:after {
    content: "\20";
    display: block;
    width: 12px;
    height: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURUdwTMzMzMzMzMzMzM/Pz8zMzNSv6KgAAAAFdFJOUwDvN6YbH2t2SQAAAK5JREFUOMu90z0SwiAQhuFMxhOg6c0RUtibI2Sc7/5XEQk/C+tbKhULPJDA7jT9pV226/NrvEvBTqzSLXUe0nFv4/MivVIvdiyJQEedaGRe6kTcypAPyFvtMiSBfPjZDwaUVSboFtmoAybsgYkHUAdGUIkDhThQiAeZeNDICCoJ7oFP4gFP0FZ4OH0u/iBdCV4iXTs+FD0tJgOlDyYcpigmNZYBFg6WGhYnlvPP2xujMXKfaDQDggAAAABJRU5ErkJggg==);
    background-size: 12px;
}
.mod_address_content {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    height: 60vh;
}
.hot_title {
    font-size: 12px;
    color: #999;
    margin: 10px 0 0 10px;
}
.hot_citys {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px;
}
.hot_citys .city {
    height: 25px;
    padding: 0 15px;
    line-height: 25px;
    border-radius: 25px;
    margin: 10px 10px 0 0;
    text-align: center;
    background: #f7f7f7;
}
.mod_address_slide_list_2 {
    font-size: 14px;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px 10px;
    height: 300px;
}
.mod_address_content .mod_address_slide_list_2 {
    height: auto;
    overflow-y: hidden;
}
.mod_address_slide_list_2 li {
    position: relative;
    padding: 10px 0;
    text-align: left;
}