.user_home_cancel_account {
    font-size: 14px;
}
.user_home_cancel_account .box-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 500px;
    margin: 0 auto;
}
.user_home_cancel_account .content_top {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.user_home_cancel_account .content_top .top_img {
    background-image: url("https://alicdn.pantayun.com/pic/app/cancel_account/close.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
}
.user_home_cancel_account .content_top .top_title {
    color: #3f3f3f;
    font-size: 18px;
}
.user_home_cancel_account .content_middle {
    width: 86%;
    margin: 0 auto;
    color: #afafaf;
    margin-top: 15px;
}
.user_home_cancel_account .content_middle .middle_title {
    color: #555;
    font-size: 14px;
    text-indent: 10px;
}
.user_home_cancel_account .content_middle .middle_desc {
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.user_home_cancel_account .content_middle .middle_desc .desc {
    display: flex;
    justify-content: start;
}
.user_home_cancel_account .content_middle .middle_desc .title {
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}
.user_home_cancel_account .content_middle .middle_desc .info {
    font-size: 14px;
    margin-top: 8px;
    /* color: #555; */
    color: #afafaf;
}
.user_home_cancel_account .content_middle .icon {
    background-repeat: no-repeat;
    background-size: 30px 40px;
    background-position: center;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.user_home_cancel_account .content_middle .icon_one {
    background-image: url("https://alicdn.pantayun.com/pic/app/cancel_account/icon_one.png");
}
.user_home_cancel_account .content_middle .icon_two {
    background-image: url("https://alicdn.pantayun.com/pic/app/cancel_account/icon_two.png");
}
.user_home_cancel_account .content_middle .icon_three {
    background-image: url("https://alicdn.pantayun.com/pic/app/cancel_account/icon_three.png");
}
.user_home_cancel_account .content_bottom {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: self-start;
    width: 280px;
    margin: 0 auto;
    margin-top: -30px;
}
.user_home_cancel_account .content_bottom .btn {
    width: 100%;
    margin: 0 auto;
    background-color: #0acf67;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
}
.user_home_cancel_account .content_bottom .btn:active {
    opacity: 0.7;
}
.user_home_cancel_account .agree_div {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 12px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: 10px;
}
.user_home_cancel_account .agree_div .agree_info {
    font-size: 12px;
    color: #9b9b9b;
}
.user_home_cancel_account .agree_div a {
    color: #0bce68;
}
.user_home_cancel_account .agree_div input:checked {
    background:#0bce67;
    border-color: #0bce67;
}
.user_home_cancel_account .agree_div input {
	width: 18px;
    height: 18px;
	background-color:#ffffff;
	border:solid 1px #dddddd;
	-webkit-border-radius:50%;
	border-radius: 50%;
	font-size: 12px;
    padding:0;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	cursor:default;
	-webkit-appearance:none;
	-webkit-user-select:none;
	user-select:none;
	-webkit-transition:background-color ease 0.1s;
	transition:background-color ease 0.1s;
}
.user_home_cancel_account .agree_div input:checked::after {
	content:'';
	top: 4px;
    left: 3px;
	position:absolute;
	background:transparent;
	border:#fff solid 2px;
	border-top:none;
	border-right:none;
	height:6px;
	width:10px;
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}