@charset "utf-8";
.privacy_c_gray{color: #afafaf;}
.privacy_checkbox{ width: 12px; height: 12px; display: inline-block; border: 1px solid #D3D3D3;margin-right: 5px;}
.privacy_checkbox.checked{ background: url(../../images/web/style300/check_arrow.png) center center no-repeat; background-size: contain;}
.import_privacy_mask{
    background-image: url(../../images/web/style300/bg_04.png);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}
.privacy_modal{
    margin: 70px auto;
    z-index: 1000;
    width: 1000px;
    height: 600px;
    background: #ffffff;
    position: relative;
}
.import_privacy_modal_close{
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../../images/web/style300/close.png);
    position: absolute;
    right: 10px;
    top: 10px;
}
.privacy_modal_head{
    padding: 30px;
    line-height: 40px;
    text-align: center;
}
.privacy_modal_title,.privacy_modal_title_tache{
    font-size: 22px;
    margin-right: 15px;
    color: #333333;
    cursor:pointer
}
.privacy_tabitem.current, .privacy_modal_title_tache.current{
    color: #3b86cf;
}
.privacy_modal_time{
    font-size: 14px;
    color: #999999;
}
.privacy_modal_tabcontent,.privacy_modal_wrap{
    margin: 0px 10px;
    padding: 0 30px;
    height: 398px;
    overflow-y: scroll;
}
.privacy_modal_bottom{
    padding: 20px 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #dadada;
    background: #ffffff;
}
.privacy_confirm_btn{
    background-color: silver;
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.privacy_confirm_btn span{
    color: #ffffff;
}
.privacy_checked_white{
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #ffffff;
    background:  url(/images/web/style300/check_arrow_white.png) center center no-repeat;
    background-size: contain;
}
.privacy_modal_content_tache * {
    color: unset;
}

.privacy_modal ol, .privacy_modal ul {
    list-style: revert;
    padding-left: revert;
    margin: revert;
}
.privacy_modal ul li, .privacy_modal ol li {
    list-style: inherit;
}
.privacy_modal table{
    border: 0.8px solid rgb(128, 128, 128);
}
.privacy_modal tbody{
    border: 0.8px solid rgb(128, 128, 128);
}
.privacy_modal tr{
    border: 0.8px solid rgb(128, 128, 128);
}
.privacy_modal td{
    border: 0.8px solid rgb(128, 128, 128);
}
.privacy_modal hr{
    border: 0.8px solid rgb(128, 128, 128);
}
