
.tool_btn.currency{
    background: #E0341C;
}

.tool_btn.sensitive{
    background: #E0AE1C;
}

.tool_btn.ad{
    background: #A06DF2;
}

.tool_btn.news{
    background: #30999C;
}

.tool_btn.contraband{
    background: #E5954C;
}

.tool_btn.unselelct{
    cursor: pointer;
    background: rgba(0, 0, 0, .08);
}

.tools_result_info .currency{
    color: #E0341C;
}

.tools_result_info .sensitive{
    color: #E0AE1C;
}

.tools_result_info .ad{
    color: #A06DF2;
}

.tools_result_info .news{
    color: #30999C;
}

.tools_result_info .contraband{
    color: #E5954C;
}


.tool_main_title_type{
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
}

.tool_main_title_type button{
    margin-right: 16px;
    border-radius: 100px;
    color: #fff;
    border: none;
}

.tool_main_title_type button span{
    margin-right: 4px;
}

.tool_main_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 104px;
}

.filter_numb{
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
}

.filter_numb span{
    font-size: 24px;
    color: #EB465C;
    font-weight: 500;
    line-height: 32px;
}

.tools_main_textare{
    display: flex;
    justify-content: space-between;
}

.tools_main_textare_output,
.tools_main_textare_result{
    width: 50%;
    box-sizing: border-box;
}

.tools_main_textare_output{
    padding-right: 20px;
}

.tools_main_textare_result{
    padding-left: 20px;
}

.tools_options{
    display: flex;
    margin-top: 24px;
}

.tools_options button{
    margin-right: 16px;
}

.tools_main_textare_result .tools_options button{
    margin-left: 16px;
    margin-right: 0;
}

.tools_main_textare_result .tool_textarea{
    background: #F5F5F5;
    white-space: pre-wrap;
    word-break: break-all;
}
.textarea_c{
    position: relative;
}
.textarea_c div{
    white-space: pre-wrap;
    word-break: break-all;
}
.textarea_c textarea{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tool_textarea::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
}
.tool_textarea::-moz-placeholder{  
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;     
}
.tool_textarea:-ms-input-placeholder{  
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;     
}
.tool_textarea::placeholder {
    color: rgba(0, 0, 0, 0.25);
    line-height: 22px;
    font-weight: 400;
    font-size: 14px;
}

.tools_result{
    background: rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 16px 16px;
    width: 100%;
    height: 116px;
    margin-top: 32px;
    padding: 16px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tools_result_info{
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools_result_title{
    margin: 8px 0 16px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
}

.tools_result_title > span{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    margin-left: 4px;
    transition: all .3s;
}


.tools_result_info p{
    margin: 0 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
    font-size: 16px;
}

.tools_result_info > p > span{
    font-weight: 600;
}

.tools_other{
    display: flex;
    margin: 32px 0 40px 0;
}

.tools_Statistics{
    display: flex;
    width: 768px;
}

.tools_Statistics_box{
    width: 240px;
    height: 240px;
    border-radius: 16px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(../imgs/tools_Statistics_bg.png);
    background-repeat: no-repeat;
    background-position:74px 100px;
}

.tools_Statistics_box.prohibit{
    background-color: #EB465C;
}

.tools_Statistics_box.sensitive{
    background-color: #E8BD3D;
}

.tools_Statistics_box > span{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.tools_Statistics_box > p{
    margin-top: 42px;
    color: #fff;
}

.tools_Statistics_box > p > strong{
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.tools_contact{
    width: 240px;
    height: 240px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.tools_contact img{
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.tools_contact p{
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    font-size: 16px;
    margin-top: 24px;
}

.tools_news{
    flex-grow: 1;
    height: 240px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    padding: 24px 0px;
    box-sizing: border-box;
    margin-right: 32px;
    min-width: 360px;
    
}
.tools_news_list{
    padding: 0px 32px;
    height: 0px;
    flex-grow: 1;
    overflow-y: auto;
}
.tools_news_list::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
.tools_news_list::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
.tools_news_list::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(175, 175, 175, 0.38);
}



.tools_news_title{
    padding: 0px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.tools_news_title p{
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    font-size: 16px;
}

.tools_news_title a{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.tools_news_title > a > span{
    color: rgba(0, 0, 0, .45);
    margin-left: 4px;
}

.tools_news_list ul{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tools_news_list ul li{
    margin-top: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}

.tools_news_list ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
}

.tools_news_list ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tools_news_list ul li a p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    flex-grow: 1;
    width: 100%;
}   

.tools_news_list ul li a span{
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    font-size: 14px;
    width: 120px;
    text-align: right;
}

.tools_news_list ul li:hover a p,
.tools_news_list ul li:hover a span,
.tools_news_title a:hover,
.tools_news_title a:hover span{
    color: #D69A40;
}

.tools_news_list ul li:hover::before{
    background-color: #D69A40;
}

.tools_result_tips{
    width: 400px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 4px 8px 1px rgba(37, 37, 89, 0.16);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    padding: 8px;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% + 50px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.tools_result_title span:hover{
    color: #D69A40;
}

.tools_result_title span:hover + .tools_result_tips{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.help{
    color: #C4C4C4;
    cursor: pointer;
    position: relative;
    margin-left: 4px;
}
.help:hover .help_more{
    opacity: 1;
    visibility: visible;
}
.help .help_more{
    width: 432px;
    padding: 12px 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 1px rgba(37, 37, 89, 0.16);
    border-radius: 4px 4px 4px 4px;
    z-index: 999;

    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;


    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.help .help_more .help_item{
    font-weight: 600;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    display: flex;
}
.help .help_more .help_item span{
    color: #D69A40;
    padding-right: 10px;
}
.help .help_more .help_item div{
    width: 0px;
    flex-grow: 1;
}

.tool_main_title .right{
    display: flex;
    align-items: center;
}

.tool_main_title .right .zpb_link{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    width: 176px;
    height: 34px;
    border-radius: 100px 100px 100px 100px;
    color: rgb(12, 14, 33);
    border:1px solid rgb(12, 14, 33);
    font-size: 14px;
    transition: all .3s;
    margin-right: 16px;
    box-sizing: border-box;
}

.head .video_download_link{
    display: flex;
    margin-left: 32px;
    position: relative;
    width: 412px;
    height: 46px;
    border-radius: 100px;
    padding: 0 16px;
    align-items: center;
}

.head .video_download_link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}