@media (prefers-color-scheme: no-preference) {
	:root {
		--lv_default_fill: #FFFFFFFF;
		--lv_weak_fill3: #FAFAFAFF;
		--lv_strong_fill: #BDBFC3FF;
		--text_weak: #0000003D;
		--text_medium: #00000066;
		--text_strong: #000000A3;
		--text_ultrastrong: #000000E0;
		--text_critical: #E83245FF;
		--border_medium: #00000014;
		--border_ultrastrong: #00000029;
		--skyblue_weak: #C7D5FF;
		--skyblue_weakest: #C6D3FCFF;
		--skyblue_medium: #7C9AF8FF;
		--skyblue_strong: #446FF5FF;
		--lv_mask1: #00000099;
		--shadow_basic: #E8E8E880;
		--investigate_background: url(https://static.woshipm.com/2020090817113757601select_back_h5.png)
	}
}

@media (prefers-color-scheme: light) {
	:root {
		--lv_default_fill: #FFFFFFFF;
		--lv_weak_fill3: #FAFAFAFF;
		--lv_strong_fill: #BDBFC3FF;
		--text_weak: #0000003D;
		--text_medium: #00000066;
		--text_strong: #000000A3;
		--text_ultrastrong: #000000E0;
		--text_critical: #E83245FF;
		--border_medium: #00000014;
		--border_ultrastrong: #00000029;
		--skyblue_weak: #C7D5FF;
		--skyblue_weakest: #C6D3FCFF;
		--skyblue_medium: #7C9AF8FF;
		--skyblue_strong: #446FF5FF;
		--lv_mask1: #00000099;
		--shadow_basic: #E8E8E880;
		--investigate_background: url(https://static.woshipm.com/2020090817113757601select_back_h5.png)
	}
}

@media (prefers-color-scheme: dark) {
	:root {
		--lv_default_fill: #242424FF;
		--lv_weak_fill3: #2B2B2BFF;
		--lv_strong_fill: #585858FF;
		--text_weak: #FFFFFF40;
		--text_medium: #FFFFFF6E;
		--text_strong: #FFFFFF99;
		--text_ultrastrong: #FFFFFFCC;
		--text_critical: #E83245FF;
		--border_medium: #FFFFFF14;
		--border_ultrastrong: #FFFFFF24;
		--skyblue_weak: #2D3953;
		--skyblue_weakest: #4A5F8AFF;
		--skyblue_medium: #6BA8F8FF;
		--skyblue_strong: #4491F7FF;
		--lv_mask1: #00000099;
		--shadow_basic: #00000080;
		--investigate_background: url(https://static.woshipm.com/qdmanager_description_20230505135207_4385.png)
	}
}

*{
	font-family:PingFang SC, Source Han Sans CN, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", 微软雅黑, Arial, sans-serif, "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
}
html{
    font-size: 100px;
}
.main{
	width: 100%;
	overflow-y: auto;
	margin: auto;
	font-size: .16rem;
}
input,select{
	text-indent: 0;
	background: transparent;
	resize:none;
	outline:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;  /*清除浏览器默认的样式 */
	line-height: normal;
}
/* 弹窗 */
.all-dialog{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	/* display: none; */
}
.all-dialog .all-dia-content{
	width: 100%;
	padding: .3rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background:rgba(255,255,255,1);
	box-shadow:0 -.04rem .1rem 0 rgba(139,142,157,0.3);
	border-radius:.23rem .23rem 0 0;
	text-align: center;
}
.all-dia-tit{
	font-size:.23rem;
	font-weight:bold;
	color:rgba(21,32,66,1);
	line-height: .22rem;
}
.all-dia-tit-fu{
	font-size:.14rem;
	font-weight:400;
	color:rgba(139,142,157,1);
	line-height:.2rem;
	margin-top: .15rem;
}
.all-dia-btn{
	width:3.15rem;
	height:.5rem;
	background:linear-gradient(0deg,rgba(21,32,66,1),rgba(18,47,90,1));
	box-shadow:0 .04rem .05rem 0 rgba(21,32,66,0.42);
	border-radius:.25rem;
	font-size:.16rem;
	font-weight:500;
	color:rgba(234,239,255,1);
	line-height: .5rem;
	padding-left: 0;
}
.all-dia-btn.fail{
	background:rgba(232,232,236,1);
	color: #fff;
	box-shadow: none;
}
.all-dia-goback{
	font-size:.12rem;
	font-weight:400;
	color:rgba(21,32,66,1);
	line-height:.12rem;
	margin-top: .2rem;
}
.all-dia-gotip{
	font-size:.12rem;
	font-weight:400;
	color:rgba(139,142,157,1);
	line-height:.18rem;
	margin-top: .4rem;
}
.all-dia-gotip span{
	color: #3881B6;
}

.all-dialog .adc-close .close img{
	width:.15rem;
	height:.15rem;
	position: absolute;
	top: .35rem;
	right: .3rem;
	cursor: pointer;
}
input:-webkit-autofill { 
	box-shadow: 0 0 0 .5rem rgba(246,247,251,1) inset !important;
}
.Leo_login{
	width: 100%;
	min-height: 6.5rem;
	overflow: hidden;
	position: relative;
}
.Leo_login .Leo_close{
	position: absolute;
	top: .5rem;
	right: .3rem;
}
.Leo_login .Leo_close img{
	width: .15rem;
	height: .15rem;
}
.Leo_login .Leo_login_box{
	padding: 0 .3rem;
}
.Leo_login .Leo_login_box .Leo_login_top{
	padding-top: .54rem;
}
.Leo_login .Leo_login_box .Leo_login_top .Leo_login_title{
	font-size:.23rem;
	font-weight:bold;
	color:rgba(21,32,66,1);
	line-height:.35rem;
	margin-top: .3rem;
}
.Leo_login .Leo_login_box .Leo_login_top .Leo_login_title_fu{
	font-size:.14rem;
	font-weight:400;
	color:rgba(139,142,157,1);
	line-height:.23rem;
	margin-top: .05rem;
}
.Leo_login .Leo_login_box .Leo_login_top .Leo_login_title_newfu{
	font-size: .14rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #8B8E9D;
	line-height: .21rem;
	margin-top: .05rem;
}
.Leo_login_input{
	margin-top: .4rem;
}
.Leo_login_input.abroad{
	margin-top: .3rem;
}
.Leo_login_input input,
.Leo_login_input select
{
	height:.5rem;
	background: var(--lv_weak_fill3);
	padding-left: .54rem;
	box-sizing: border-box;
	margin-bottom: .1rem;
	font-size:.16rem;
	color: var(--text_ultrastrong);
	line-height:.5rem;
}
.Leo_login_input .Leo_input_phonenum{
	width:100%;
	border-radius:.25rem;
}
.Leo_login_input .Leo_input_phonenum.password{
	border-radius: .25rem 0 0 .25rem;
}
.Leo_login_input ul li{
	display: flex;
	justify-content: center;
	position: relative;
}
.Leo_login_input ul li::before{
	content: '';
	position: absolute;
	top: .16rem;
	left: .2rem;
}
.Leo_login_input ul li.Leo_list_name::before{
	width: .14rem;
	height: .18rem;
	background: url(https://static.woshipm.com/passport/login_icon1.png) no-repeat;
	background-size: 100% 100%;
}
.Leo_login_input ul li.Leo_list_screat::before{
	width: .16rem;
	height: .18rem;
	background: url(https://static.woshipm.com/passport/login_icon2.png) no-repeat;
	background-size: 100% 100%;
}
.Leo_login_input ul li.Leo_list_screat::after{
	content: '';
	width:.01rem;
	height:.12rem;
	background:rgba(193,195,206,1);
	position: absolute;
	right: 30%;
	top: .2rem;
}
.Leo_login_input ul li.Leo_list_nick::before{
	width: .16rem;
	height: .18rem;
	background: url(https://static.woshipm.com/passport/login_icon2.png) no-repeat;
	background-size: 100% 100%;
}
.Leo_login_input ul li.Leo_list_email::before{
	width: .18rem;
	height: .15rem;
	background: url(https://static.woshipm.com/passport/login_icon3.png) no-repeat;
	background-size: 100% 100%;
}
.Leo_login_input ul li.Leo_list_where::before{
	width: .16rem;
	height: .17rem;
	background: url(https://static.woshipm.com/passport/login_icon4.png) no-repeat;
	background-size: 100% 100%;
}
.Leo_login_input ul li.Leo_list_suo::before{
	width: .14rem;
	height: .18rem;
	background: url(https://static.woshipm.com/2020090211135866369password_icon.png) no-repeat;
	background-size: 100% 100%;
}

.Leo_login_input ul li.Leo_list_where{
	width:100%;
	height:.5rem;
	background:rgba(249,249,251,1);
	border-radius: .25rem;
}
.Leo_login_input ul li.Leo_list_where select{
	width:100%;
	border: 0;
	font-size:.14rem;
	font-weight:400;
	color: var(--text_strong);
	background: var(--investigate_background) no-repeat;
	background-size: 100% 100%;
	background-color: var(--lv_default_fill);
}
.Leo_login_input ul li.Leo_list_where select option{
	font-size:.14rem;
	font-weight:400;
	color: var(--text_ultrastrong);
	background-color: var(--lv_weak_fill3);
}
.Leo_login_input ul li.Leo_list_font p{
	font-size:.14rem;
	font-weight:400;
	color: var(--text_ultrastrong);
	text-align: center;
	line-height: .34rem;
}
.Leo_login_input ul li.have-eyes .passimgs{
	width:.2rem;
	height:.15rem;
	position: absolute;
	top: .18rem;
	right: .21rem;
}
.Leo_login_input .Leo_input_code{
	width:70%;
	border-radius:.25rem 0 0 .25rem;
}
.Leo_login_input .Leo_code_but{
	width: 30%;
	border-radius:0 .25rem .25rem 0;
	padding-left: 0;
	text-align: center;
	font-size:.12rem;
	font-weight:500;
	color: #3881B6;
	line-height:.5rem;
	cursor: pointer;
	padding-right: .2rem;
	opacity: 1;
}
/* .Leo_login_input .zc_yzm.time{
	font-weight:400;
	color:rgba(139,142,157,1);
} */

.Leo_login_input input::placeholder{
	font-size:.14rem;
	font-weight:400;
	color: var(--text_medium);
}
.Leo_login_input .Leo_detail_but .Leo_but_black{
	width:100%;
	height:.5rem;
	background:linear-gradient(0deg,rgba(21,32,66,1),rgba(18,47,90,1));
	box-shadow:0 .04rem .05rem 0 rgba(21,32,66,0.3);
	border-radius:.25rem;
	font-size:.16rem;
	font-weight:500;
	color:rgba(234,239,255,1);
	line-height: .5rem;
	padding-left: 0;
	margin-top: .18rem;
}
.Leo_login_input .Leo_detail_but .Leo_but_black.no_can_login{
	background: #E8E8EC;
	color: #FFFFFF;
	box-shadow: none;
}
.Leo_login_input.abroad .Leo_detail_but .Leo_but_black{
	margin-top: .1rem;
}
.Leo_login_input .yy_yzm_div{
	text-align: right;
	font-size:.12rem;
	font-weight:400;
	line-height:.12rem;
	margin-top: .1rem;
}
.Leo_login_input .yy_yzm_div .yy_yzm_span{
	color: #8B8E9D;
}
.Leo_login_input .yy_yzm_div .yy_yzm{
	color: #3881B6;
}
.Leo_notice_show{
	width: 100%;
	height: .13rem;
	margin-top: .1rem;
}
.Leo_notice_show p{
	font-size:.12rem;
	font-weight:400;
	color:rgba(247,80,35,1);
	line-height:.12rem;
	text-align: center;
}
.Leo_login_input .go_back_login{
	font-size:.12rem;
	font-weight:400;
	color:rgba(21,32,66,1);
	text-align: center;
	margin-top: .1rem;
}
.Leo_login .Leo_otherques{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: .2rem;
}
.Leo_login .Leo_otherques a,
.Leo_login .Leo_otherques span
{
	font-size:.12rem;
	font-weight:400;
	color:rgba(139,142,157,1);
}
.quick-dia .all-dia-btn{
	margin-top: .3rem;
}
.problem-dia .all-dia-content{
	width: 3rem;
	height: 2.95rem;
	background: #FFFFFF;
	border-radius: .1rem;
	padding:.44rem .3rem;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.problem-dia .problem-content{
	margin-top: .3rem;
}
.problem-dia .problem-content p{
	width: 2.42rem;
	font-size: .14rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #5B5D67;
	line-height: .24rem;
	text-align: center;
	margin-bottom: .15rem;
}
.problem-dia .all-dia-btn{
	display: block;
	margin: .3rem auto;
	width: 1.45rem;
	height: .45rem;
	line-height: .45rem;
}
.onekey-content{
	margin:.45rem auto;
}
.onekey-content .oc-phone{
	font-size:.19rem;
	font-weight:bold;
	color:rgba(21,32,66,1);
}
.onekey-nickname img{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	margin-top: .3rem;
	display: block;
	margin: .3rem auto .1rem auto;
}
.onekey-nickname .on-name{
	font-size: .17rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #152042;
	line-height: .17rem;
	margin-bottom: .3rem;
}
.send-content{
	margin-top: .45rem;
}
.send-content .sc-tit{
	font-size:.14rem;
	font-weight:bold;
	color:rgba(21,32,66,1);
}
.send-content .sc-code{
	display: flex;
	justify-content: center;
}
.send-content .sc-code .number{
	width:.29rem;
	border-bottom: 1px solid rgba(21,32,66,0.3);
	margin: .3rem .08rem .15rem .08rem;
	font-size:.21rem;
	font-weight:bold;
	color:rgba(21,32,66,1);
	line-height: .15rem;
	padding-bottom: .16rem;
}
.send-content .sc-tip{
	font-size:.12rem;
	font-weight:400;
	color:rgba(139,142,157,1);
	text-align: right;
	padding-right: .32rem;
}
.send-dia .all-dia-btn{
	margin-top: .1rem;
}
.form-dia .Leo_login_input{
	margin-top: .3rem;
}
.form-dia .Leo_login_input .Leo_detail_but .Leo_but_black{
	margin-top: .1rem;
}
.form-dia .Leo_login_input .Leo_detail_but .Leo_but_black.gray{
	background:rgba(232,232,236,1);
	color:rgba(255,255,255,1);
	box-shadow: none;
}
.Leo_login_input .new_back_login{
	font-size: .12rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #152042;
	line-height: .18rem;
	text-align: center;
	margin-top: .1rem;
}
.Leo_login_input .new_back_login_tips{
	font-size: .12rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #8B8E9D;
	line-height: .18rem;
	margin-top: .1rem;
	text-align: center;
}
.form-dia .all-dia-goback{
	margin-top: .1rem;
}
.form-dia .all-dia-gotip{
	margin-top: .23rem;
}

.new-green-style .Leo_login_input input{
	background: #F5F5F5;
}
.new-green-style .Leo_login_input .yy_yzm_div .yy_yzm {
    color: #30C26E;
}
.new-green-style .Leo_login_input .Leo_code_but {
	color: #30C26E;
}
.new-green-style .Leo_login_input .Leo_detail_but .Leo_but_black{
	background: linear-gradient(90deg, #39CF79 0%, #30C06E 100%);
	box-shadow: 0.01rem 0.1rem 0.18rem 0 rgba(33, 185, 98, 0.4);
	font-weight: bold;
}
.new-green-style .form-dia .Leo_login_input .Leo_detail_but .Leo_but_black.gray {
    background: linear-gradient(90deg, #39CF79 0%, #30C06E 100%);
    box-shadow: 0.01rem 0.1rem 0.18rem 0 rgba(33, 185, 98, 0.4);
    opacity: 0.5;
    color: rgba(255,255,255,1);
}
.new-green-style .Leo_login_input ul li::before {
    content: '';
    position: absolute;
    top: .14rem;
    left: .16rem;
}
.new-green-style .Leo_login_input ul li.Leo_list_name::before {
    width: .22rem;
    height: .22rem;
	background: url(https://static.woshipm.com/2020091111061573441login_icon1.png) no-repeat;
	background-size: 100% 100%;
}
.new-green-style  .Leo_login_input ul li.Leo_list_screat::before {
    width: .22rem;
    height: .22rem;
    background: url(https://static.woshipm.com/2020091111052717270login_icon2.png) no-repeat;
    background-size: 100% 100%;
}
.wcc-new-yzm-input{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .15rem;
}
.wcc-new-yzm-input .yzm-input{
	width: .34rem;
	border-bottom: 1px solid #B8BCC6;
	margin: 0 .12rem;
	height: .46rem;
}
.wcc-new-yzm-input .yzm-input input{
	width: .34rem;
	border: 0;
	font-size: .21rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #152042;
	height: .46rem;
	background-color: #fff;
	padding-left: .1rem;
	display: block;
}
.Leo_do_what{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:.12rem .2rem ;
}
.Leo_do_what .dw{
	font-size: .14rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3881B6;
	line-height: .14rem;
}
.Leo_do_other{
	font-size: .14rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #8B8E9D;
	text-align: center;
	line-height: .14rem;
	margin-top: .66rem;
}
.Leo_do_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .26rem;
}
.Leo_do_img img{
	width: .44rem;
	height: .44rem;
	border-radius: 50%;
	margin: 0 .25rem;
}
.Leo_do_meet{
	font-size: .12rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #8B8E9D;
	line-height: .12rem;
	margin-top: .45rem;
	text-align: center;
}

.wcc-write-code-in{
	position: relative;
	float: left;
	width: 3.35rem;
	height: .7rem;
	overflow: hidden;
}
.wcc-write-code-in div{
	display: flex;
	width: 100%;
	height: .55rem;
}
.wcc-write-code-in div span {
	flex: 1;
	border-bottom: 1px solid #E6E8ED;
	border-right: none;
	margin-top: -0.3rem;
	margin-right: .15rem;
}
.wcc-write-code-in p{
	position: absolute;
	width: 100%;
	height: .55rem;
	line-height: .55rem;
	top: 0;
	left: 0;
	background: none;
}
.wcc-write-code-in p input{
	float: left;
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.1rem;
	letter-spacing: 0.48rem;
	background: none;
	text-indent: 0.2rem;
}
.Leo_login_input ul li.Leo_list_suo.yzm_shu::after{
	content: '';
	width: .01rem;
	height: .12rem;
	background: #C1C3CE;
	position: absolute;
	top: .19rem;
	right: 1.04rem;
}


/* 2022/6/7 新增 */
.delete-main{
	height: 6.6rem;
}
.account-delete-title{
	padding-top: 1.1rem;
	font-size: .3rem;
	font-weight: 500;
	color: #152042;
	line-height: .3rem;
}
.delete-main .delete-content{
	width: 90%;
	margin: auto;
	min-height: 6.2rem;
	background: var(--lv_default_fill);
}
.delete-main .delete-content .delete-nav{
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: .01rem solid  #c1c3ce;
}
.delete-main .delete-content .delete-nav .nav-item{
	width: 2.06rem;
	box-sizing: border-box;
	padding-left: .96rem;
	padding-bottom: .06rem;
	font-size: .16rem;
	color: #5B5D67;
	line-height: .48rem;
	position: relative;
	text-align: left;
	margin: 0 .8rem;
	cursor: pointer;
}
.delete-main .delete-content .delete-nav .nav-item.act{
	color: #4370F5;
}
.delete-main .delete-content .delete-nav .nav-item.act::after{
	content: '';
	width: 2.06rem;
	height: .03rem;
	background-color: #4370F5;
	position: absolute;
	bottom: -.02rem;
	left: 0;
}
.delete-main .delete-content .delete-nav .nav-item::before{
	content: '1';
	font-size: .18rem;
	font-weight: bold;
	color: #FFFEFE;
	line-height: .42rem;
	text-align: center;
	width: .50rem;
	height: .50rem;
	background: url(https://static.woshipm.com/passport/delete_icon2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: .39rem;
}
.delete-main .delete-content .delete-nav .nav-item:nth-child(2){
	padding-left: .80rem;
}
.delete-main .delete-content .delete-nav .nav-item:nth-child(2)::before{
	content: '2';
	left: .23rem;
}
.delete-main .delete-content .delete-nav .nav-item.act::before{
	background: url(https://static.woshipm.com/passport/delete_icon1.png) no-repeat;
	background-size: 100% 100%;
}
.delete-main .delete-content .delete-show .not-can-delete{
	text-align: left;
	margin-left: 3.40rem;
}
.delete-main .delete-content .delete-show .not-can-delete .p1{
	margin-top: .42rem;
	font-size: .20rem;
	color: #152042;
	line-height: .20rem;
}
.delete-main .delete-content .delete-show .not-can-delete .p2{
	margin-top: .20rem;
	font-size: .14rem;
	color: #152042;
	line-height: .14rem;
}
.delete-main .delete-content .delete-show .not-can-delete .p3{
	margin-top: .10rem;
	font-size: .14rem;
	color: #8B8E9D;
	line-height: .18rem;
}
.delete-main .delete-content .delete-show .not-can-delete .pc-all-dia-btn{
	width: 2.30rem;
	margin-top:.40rem;
	margin-left: 1.20rem;
}
.delete-main .delete-content .delete-show .can-delete{
	text-align: left;
}
.delete-main .delete-content .delete-show .can-delete .can-title{
	margin-top: .3rem;
	font-size: .16rem;
	color: var(--text_ultrastrong);
	line-height: .20rem;
}
.delete-main .delete-content .delete-show .can-delete .can-info{
	width: 100%;
	height: 2.31rem;
	overflow-y: auto;
	font-size: .14rem;
	color: var(--text_strong);
	line-height: .21rem;
	border: .01rem solid var(--border_ultrastrong);
	padding: .20rem;
	box-sizing: border-box;
	margin-top: .28rem;
	margin-bottom: .20rem;
}
.delete-main .delete-content .delete-show .can-delete .can-tip{
	width: 100%;
	font-size: .14rem;
	color: var(--text_strong);
	line-height: .21rem;
	margin-top: .10rem;
}
.delete-main .delete-content .delete-show .can-delete .can-read{
	margin-top: .20rem;
	font-size: .14rem;
	color: var(--text_strong);
	line-height: .16rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}
.delete-main .delete-content .delete-show .can-delete .can-read img{
	width: .16rem;
	height: .16rem;
	border-radius: 50%;
	display: inline-block;
	margin-right: .05rem;
	cursor: pointer;
}
.delete-main .delete-content .delete-show .can-delete .can-read span{
	color: var(--skyblue_strong);
}
.delete-main .delete-content .delete-show .can-delete .pc-all-dia-btn{
	width: 1.44rem;
	margin-top:.2rem;
	margin-left: 0;
	display: block;
	height: .46rem;
	background: linear-gradient(180deg,var(--skyblue_strong) 0%,var(--skyblue_strong) 100%);
	box-shadow: .01rem .08rem .10rem 0rem var(--skyblue_weak);
	border-radius: .02rem;
	font-size: .16rem;
	color: rgba(234,239,255,1);
	line-height: .46rem;
	cursor: pointer;
	padding: 0;
}
.delete-main .delete-content .delete-show .ask-form{
	margin-top: .25rem;
}
.delete-main .delete-content .delete-show .ask-form .af-tip1{
	width: 100%;
	margin: auto;
	font-size: .14rem;
	color: var(--text_strong);
	line-height: .23rem;
	text-align: left;
}
.delete-main .delete-content .delete-show .ask-form .af-tip1 span{
	color: var(--text_ultrastrong);
	font-weight: 500;
}
.delete-main .delete-content .delete-show .ask-form .af-tip2{
	text-align: center;
	font-size: .14rem;
	color: var(--text_strong);
	line-height: .16rem;
	margin-top: .25rem;
}
.delete-main .delete-content .delete-show .ask-form .af-tip2 span{
	font-size: .16rem;
	font-weight: 600;
	color: var(--text_ultrastrong);
	line-height: .16rem;
	padding-left: .10rem;
}
.delete-main .delete-content .delete-show .ask-form .af-tip3{
	text-align: center;
	font-size: .14rem;
	color: var(--text_ultrastrong);
	line-height: .14rem;
	margin-top: .30rem;
}
.delete-main .delete-content .delete-show .ask-form .two-flex-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: .55rem;
}
.delete-main  .ask-form  .Leo_login_input{
	margin-top: .10rem;
}
.delete-main  .ask-form .Leo_login_input .Leo_detail_but .Leo_but_black{
	width: 1.68rem;
	margin:0 .10rem;
}
.gray_btn_no_click{
	background: var(--skyblue_weak)!important;
	box-shadow: 0rem .08rem .10rem 0rem var(--skyblue_weak) !important;
}
.gray_btn_default{
	border: .01rem solid var(--skyblue_strong) !important;
	background: var(--lv_default_fill)!important;
	color: var(--skyblue_strong)!important;
	box-shadow:none!important;
}

.delete-main .abroad-dia .pc-all-dia-content{
	height: 5.06rem;
}
.wcc-reset-account,
.wcc-account-delete{
	width: 100%;
	margin:auto;
}
.wcc-reset-account .info,
.wcc-account-delete .info{
	font-size: .24rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #152042;
	line-height: .45rem;
	text-align: center;
	padding-top: .10rem;
}
.wcc-new-step-top{
	display: flex;
	justify-content: center;
	align-items: center;
	height: .6rem;
	border-bottom: .01rem solid var(--border_ultrastrong);
}
.wcc-new-step-top .step{
	display: flex;
	align-items: center;
}
.wcc-new-step-top .section{
	width: .22rem;
	height: .22rem;
	background: var(--lv_strong_fill);
	font-size: .16rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .22rem;
	margin-right: .05rem;
	text-align: center;
	border-radius: 50%;
}
.wcc-new-step-top .word{
	font-size: .16rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: var(--text_weak);
	line-height: .27rem;
}
.wcc-new-step-top .heng{
	width: .65rem;
	height: .01rem;
	border-bottom: .03rem solid var(--border_ultrastrong);
	margin: .10rem .20rem;
}
.wcc-new-step-top .step.act .section{
	background: var(--skyblue_strong);
}
.wcc-new-step-top .step.act .word{
	color: var(--skyblue_strong);
}
.wcc-new-step-top .heng.act{
	border-bottom: .03rem solid var(--skyblue_strong);;
}
.notice_show.add-top{
	margin-top: .10rem;
}
.notice_show{
	height: .16rem;
	margin-bottom: .14rem;
	margin-top: .14rem;
}
.notice_show p{
	font-size:.14rem;
	font-family:PingFang SC;
	color: var(--text_critical);
	line-height:.16rem;
	text-align: center;
}
.delete-show .Leo_login_input ul li{
	margin-top: 0.1rem;
}
.delete-show .Leo_login_input .Leo_list_other select{
	padding-left: 0;
	width: 1rem;
	text-align: center;
	border: 0;
	border-radius: .25rem;
}