.adolescent_content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.adolescent_index_model_box {
    font-size: 12px;
}
.adolescent_index_model_box .index_template_add_toolbar{
    border-bottom: 1px solid #f9f9f9;
}
.adolescent_index_model_box .adolescent_content {
    display: flex;
    flex-direction: column;
}
.adolescent_index_model_box .content {
    width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adolescent_index_model_box .content .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.adolescent_index_model_box .content .top .img {
    width: 200px;
    height: 200px;
    background-image: url("https://alicdn.pantayun.com/pic/app/adolescent.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.adolescent_index_model_box .content .top .title {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.adolescent_index_model_box .content .top .text {
    font-size: 14px;
    color: #888;
}
.adolescent_index_model_box .content .middle {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 20px 0;
}
.adolescent_index_model_box .content .middle .functional {
    font-size: 16px;
    color: #000;
    padding: 20px;
}
.adolescent_index_model_box .content .bottom .btn {
    height: 40px;
    text-align: center;
    background-color: #06c05f;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}
.adolescent_index_model_box .content .bottom .btn.teen_mode_close {
    background-color: #ebecf0;
    color: #333;
}
.adolescent_index_box .agree_div a {
    color: #06c05f;
}
.adolescent_index_box .agree_div label {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}
.adolescent_index_box .agree_div input:checked {
    background:#0bce67;
    border-color: #0bce67;
}
.adolescent_index_box .agree_div input {
	width: 22px;
    height: 22px;
	background-color:#ffffff;
	border:solid 1px #dddddd;
	-webkit-border-radius:50%;
	border-radius:50%;
	font-size: 12px;
    padding:0;
    margin-right: 5px;
    margin-bottom: 3px;
	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;
}
.adolescent_index_box .agree_div input:checked::after {
	content:'';
	top: 6px;
    left: 4px;
	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);
}
input[type=checkbox] {
    margin: 0;
}

/* 青少年模式密码 */
.adolescent_password_model_box {
    font-size: 12px;
}
.adolescent_password_model_box .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adolescent_password_model_box .content .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
}
.adolescent_password_model_box .content .top .title {
    font-size: 18px;
    color: #000;
}
.adolescent_password_model_box .content .top .desc {
    margin-top: 20px;
    color: #666;
}
.adolescent_password_model_box .content .bottom .btn {
    width: 200px;
    height: 40px;
    text-align: center;
    background-color: #b2b2b2;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}
.adolescent_password_model_box .content .bottom .btn.btn_next {
    background-color: #06c05f;
}
.adolescent_password_model_box #codeDiv{
    margin: 0 auto;
    margin-top: 10px;
}
.adolescent_password_model_box .verify_code_div{
    box-sizing: border-box;
    max-width: 250px;
    width: 100%;
    height: 100%;
    padding: 1px;
}
.adolescent_password_model_box .verify_code_char{
    height: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 0px;
    margin-left: 3.5px;
    margin-right: 3.5px;
}
.adolescent_password_model_box .verify_code_char_input{
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    outline: none;
    text-align: center;
    font-size: 23px;
    border: 1px solid #d6d6d6;
    -webkit-appearance: none;
}
.adolescent_password_model_box .verify_code_char_input:-webkit-autofill{
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}
.adolescent_password_model_box .verify_code_char_input_state_action{
    border: 1px solid #97cee5;
    box-shadow: 0 0 0 3px rgba(131,192,253,.5);
}
