html body {
    min-width: 1900px;
    background: #ffffff !important;
    font-size: 14px;
    color: #434a52;
    font-family: '微软雅黑';
    margin: 0;
    padding: 0;
}

#app {
    background: #ffffff !important;

}

li {
    list-style: none;
}

/* 通用 */
.F_L {
    float: left;
}

.F_R {
    float: right;
}

.CLEAR {
    clear: both;
}

.I_B {
    display: inline-block;
    zoom: 1;
    display: inline;
}

.T_HIDE {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover {
    -webkit-transition: all .4s;
    -mz-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

/* 重置浏览器p标签样式 start*/
p {
    margin: 0;
}

/* 重置浏览器p标签样式 end*/
p {
    margin: 0;
}

.app_container .banner {

    height: 350px;
    background: #c9f3ff;
    background: url(/statics/img/web/index/parentalControl/banner1.jpg?2025070901) no-repeat center top;

}

.menu {
    margin: 0 auto;
    width: 1000px;
    height: 90px;
    text-align: center;
}

.menu a.cur,
.menu a:hover {
    color: #16956f;
    font-weight: bold;
}

.cur span {
    line-height: 2;
    padding-bottom: 10px;
    border-bottom: 2px solid #16956f;
}

.menu a {
    display: inline-block;
    width: 24%;
    color: #4c4c4c;
    font-size: 18px;
    text-align: center;
    line-height: 90px;
    text-decoration: none;
}

.header {
    height: 448px;
}

.main {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto 100px auto;
}

.main-content {
    float: left;
    width: 600px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 20px 30px;
}

.main-content p {
    text-indent: 2em;
    line-height: 24px;
}

.main h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    background: #24b68b;
    text-indent: 2em;
    color: #f7fffd;
}

.img {
    padding: 20px 0;
    text-align: center;
}

.main-aside {
    float: right;
    width: 304px;
    overflow: hidden;
}

.main-aside .mod {
    margin-bottom: 30px;
    border-radius: 25px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.mod h5 {
    margin-top: 0;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    background: #24b68b;
    color: #f7fffd;
    position: relative;
    text-align: center;
}

.mod .content {
    padding: 20px 30px;
    line-height: 26px;
}

.mod .mobile-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: url(/statics/img/web/index/parentalControl/mobile-icon.png?2025070901) no-repeat;
}

.mod .addr-icon {
    display: inline-block;
    width: 12px;
    margin-right: 10px;
    height: 12px;
    background: url(/statics/img/web/index/parentalControl/addr-icon.png?2025070901) no-repeat;
}

.mod .mail-icon {
    display: inline-block;
    width: 12px;
    margin-right: 10px;
    height: 12px;
    background: url(/statics/img/web/index/parentalControl/mail-icon.png?2025070901) no-repeat;
}

.mod .custom-icon {
    display: inline-block;
    width: 12px;
    margin-right: 10px;
    height: 12px;
    background: url(/statics/img/web/index/parentalControl/custom.png?2025070901) no-repeat;
}
.customSite{
    width: 300px;
}
.j-kfBtn {
    font-size: 13px;
    text-decoration: underline;
}

.btn {
    color: #f7fffd;
    font-size: 16px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    background: #28b55f;
    text-decoration: none;
    text-indent: 0;
}

.mod-faq p a {
    color: #434a52;
    text-decoration: none;
}


.inner-main-content {
    padding: 20px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}

.inner-main-content p {
    text-indent: 2em;
    line-height: 24px;
}

.inner-main-content .tip {
    color: #16956f;
    text-indent: 0;
    font-weight: bold;
    line-height: 14px;
    position: relative;
    padding-left: 10px;
}

.inner-main-content .no-text-indent {
    text-indent: 0;
    line-height: 24px;
}

.inner-main-content h6 {
    margin-top: 30px;
    font-size: 14px;
}

a {
    color: #fc6306;
}

h5 .more {
    float: right;
    margin-right: 20px;
    text-decoration: none;
    color: #fff;
    right: 0;
    position: absolute;
}

.faq-q {
    margin-bottom: 10px;
}

.faq-list li {
    margin-bottom: 20px;
}

.faq-list li p {
    position: relative;
    line-height: 20px;
}

.faq-a i,
.faq-q i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #24b68b;
    color: #f7fffd;
    text-align: center;
    text-indent: 0em;
    width: 20px;
    font-style: normal;
}