body{
    background: #fff;
}

.tools_container{
    display: flex;
    width: 100%;
    min-width: 1440px;
    height: 100%;
}

.tool_nav{
    width: 200px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tool_content{
    width: 0px;
    flex-grow: 1;
}

.tool_logo{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    width: 100%;

}

.tool_logo img{
    width: 100%;
}

.tool_nav .user_info{
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.tool_nav_list{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tool_nav_list > a,
.tool_nav_list > .item{
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
    transition: all .3s;
    cursor: pointer;
}

.tool_nav_list > a.active,
.tool_nav_list > .item.active{
    background: rgba(0, 0, 0, .08);
    color: #D69A40;
    pointer-events: none;
}

.tool_nav_list > a > span,
.tool_nav_list > .item > span{
    font-size: 20px;
    margin-right: 8px;
}

.tool_nav_list > a:hover,
.tool_nav_list > .item:hover{
    background: rgba(0, 0, 0, .08);
    color: #D69A40;
}

.tool_nav_list > a:hover span,
.tool_nav_list > .item:hover span{
    color: #D69A40;
}

.tool_btn.disabled{
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border: none;
    pointer-events:none;
}

.tool_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.tool_content{
    padding: 0 40px;
    box-sizing: border-box;
    overflow-y: auto;
}

.tool_textarea{
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    resize: none;
    min-height: 470px;
    border-radius: 16px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.tools_main_textare_output .tool_textarea:focus{
    outline: none;
    border-color: #D69A40;
}

.tools_main_textare_output .tool_textarea:hover {
    border-color: #D69A40;
}

.tools_main_textare_result .tool_textarea:focus,
.tools_main_textare_result.tool_textarea:hover{
    outline: none;
    border-color: #c0c4cc;
}

.tool_btn.primary{
    background: #D69A40;
    color: #fff;
    border: none;
}

.tool_btn.primary:hover{
    background:#E5954C;
}

.tool_textarea strong{
    font-weight: normal;
}




/* base_login_model */


.base_login_model_c{
    position: relative;
}
.base_login_model_c *{
    position: relative;
}
.base_login_model_c input{
    outline: none;
}
.base_login_model_c.show {
    display: block
}

.base_login_model_c .base_login_top_height {
    height: 30%
}

.base_login_model_c {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none
}

.base_login_model_c .base_close {
    color: #fff !important;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
}

.base_login_model_c .base_content {
    display: flex;
    width: 960px;
    height: 420px;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px
}

.base_login_model_c .base_content .base_login_left_c {
    width: 480px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 18px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.base_login_model_c .base_content .base_login_left_c .base_login_left_logo{
    width: 213px;
    /* height: 64px; */
    position: absolute;
    top: 32px;
    left: 40px;
}

.base_login_model_c .base_content .base_login_left_c .base_login_left_text{
    width: 173px;
    height: 56px;
    position: absolute;
    top: 120px;
    left: 56px;
}
.base_login_model_c .base_content .base_login_logo {
    width: 85px;
    display: block;
    margin: 38px auto 0
}

.base_login_model_c .base_content .base_login_logo_desc {
    margin-top: 37px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
}

.base_login_model_c .base_content .base_login_left_c .base_login_title {
    font-size: 30px;
    color: #fff !important;
    padding: 0 20px
}

.base_login_model_c .base_content .base_login_left_c .base_login_sub_title {
    margin-top: 20px;
    font-size: 16px;
    color: #fff !important
}

.base_login_model_c .base_switch {
    position: absolute;
    right:16px;
    top: 16px;
    width: 48px;
    height: 48px;
    display: block;
    cursor: pointer;
    z-index: 9
}

.base_login_model_c .base_content .base_login_right_c {
    flex-grow: 1;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    padding: 16px 0 55px
}

.base_login_model_c .base_login_scan.base_content .base_title {
    margin-top: 80px
}

.base_login_model_c .base_content .base_title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-weight: 500
}

.base_login_model_c .base_content .base_tabs {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #F0F0F0;
    margin: 20px 47px 0 32px;
}

.base_login_model_c .base_switch_text {
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .base_switch_text span {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_switch_text .base_switch_line{
    width: 2px;
    height: 16px;
    background: #F0F0F0;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    margin: 0 16px;
}

.base_login_model_c .base_content .base_tabs .base_tab {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6)!important;
    padding: 7px 5px;
    margin: 0 23px;
    cursor: pointer;
    transition: none
}

.base_login_model_c .base_content .base_tabs .base_tab.active {
    color: rgba(0, 0, 0, 0.9)!important;
    border-bottom: 2px solid #CD9044
}

.base_login_model_c .base_form_content {
    margin: 40px 22px 0;
    padding: .1px 0
}

.base_login_model_c .base_input_content {
    height: 40px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    width: 80%;
    margin-left: 22px;
}
.base_login_model_c .base_input_content:first-child{
    margin-top: 0px;
}

.base_login_model_c .base_input_content input {
    width: 0;
    height: 100%;
    flex-grow: 1;
    margin: 0 10px;
    border: none;
    font-size: 14px;
    background: #F4F4F4;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DDDDDD;
    padding: 0 16px;
}


.base_login_model_c .base_form_content .base_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.base_login_model_c .base_form_content .base_desc a {
    font-size: 13px;
    color: #999 !important
}

.base_login_model_c .base_form_content .base_form_submit {
    display: block;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
    border: none;
    color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 4px;
    margin: 32px 10px 0 32px;
    text-align: center;
    cursor: pointer;
    width: calc(80% - 20px);
}

.base_login_model_c .base_scan_ewm_c {
    width: 200px;
    height: 200px;
    background: #F5F5F5;
    border-radius: 16px 16px 16px 16px;
    margin: 24px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .base_scan_ewm {
    width: 180px;
    height: 180px;
    display: block;
}

.base_login_model_c .base_scan_desc {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.base_login_model_c .base_get_login_code {
    height: 100%;
    width: 110px;
    border: none;
    background: 0 0;
    color: #FFFFFF;
    font-size: 14px;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 6px;
}

.base_login_model_c .base_reg_text{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    position: absolute;
    right: 96px;
    bottom: 32px;
}

.base_login_model_c .base_login_reg_text{
    margin-left: 32px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    line-height: 28px;
    padding-top: 16px;
}

.base_login_model_c .go_reg_text {
    cursor: pointer;
    color: #c70808 !important
}

.base_login_model_c .go_login_text {
    cursor: pointer;
    color: #000000 !important
}

.base_login_model_c .base_login_check_xieyi{
    margin-top: 10px;
    margin-left: 32px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_login_check_box{
    width: 14px;
    height: 14px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.base_login_model_c .base_login_check_box.active{
    border: 1px solid #CD9044;
}

.base_login_model_c .base_login_check_box.active::before{
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e6a3";
    color: #CD9044;
    position: absolute;
    top: 0px;
    left: 1px;
    transform: scale(.9);
}

/* base_login_model */


.tools_video_nav_active .icon-post_video{
    font-size: 20px;
    margin-right: 8px;
}

.tools_video_nav_active:hover .nav_tools_title_num span{
    color: #EB465C !important;
}

/*nav juzhen start*/
.zpb_matrix_btn:hover .zpb_matrix_container{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.zpb_matrix_btn:hover > p > span{
    transform: rotate(180deg);
}

.zpb_matrix_btn::after{
    content: '';
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: -24px;
    left: 0;
}

.zpb_matrix_container{
    position: absolute;
    top: 54px;
    left: 0;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    width: 330px;
    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: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    box-shadow: 0 0 16px rgba(0, 0, 0, .08);
}

.zpb_matrix_btn > p span{
    display: inline-block;
    transition: all .25s;
}

.zpb_matrix_container::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 60px;
}

.zpb_matrix_container .zpb_matrix_list{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}

.zpb_matrix_container .zpb_matrix_list .item{
    display: flex;
    align-items: center;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.zpb_matrix_container .zpb_matrix_list .item .head{
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 16px 0 24px;
}

.zpb_matrix_container .zpb_matrix_list .item .head.zpb{
    background: #0C0E21;
    color: rgba(234, 170, 71, 1);
}

.zpb_matrix_container .zpb_matrix_list .item .head.voice,
.zpb_matrix_container .zpb_matrix_list .item .head.sound{
    background: #E6C345;
}

.zpb_matrix_container .zpb_matrix_list .item .head.realVoice{
    background: #3137D0;
}

.zpb_matrix_container .zpb_matrix_list .item .head.easy,
.zpb_matrix_container .zpb_matrix_list .item .head.cloud{
    background: #24DFDF;
}

.zpb_matrix_container .zpb_matrix_list .item .text_body p:first-child{
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 24px;
}

.zpb_matrix_container .zpb_matrix_list .item .text_body p:last-child{
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 20px;
    margin-top: 8px;
}

.zpb_matrix_container .zpb_matrix_bottom{
    text-align: center;
    height: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zpb_matrix_container .zpb_matrix_bottom p:first-child{
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 20px;
}

.zpb_matrix_container .zpb_matrix_bottom p:last-child{
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 20px;
    margin-top: 4px;
}
/*nav juzhen end*/

.ewm_tips_text{
    font-size: 14px;
    font-weight: 400;
    color: #303133;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 24px;
    right: 64px;
}

.ewm_tips_text::after{
    display: block;
    content: "";
    background: #FFFFFF;
    box-shadow: 6px 0px 8px 0 rgb(0 0 0 / 15%);
    transform: rotate(45deg);
    position: absolute;
    right: -3px;
    top: 13px;
    width: 6px;
    height: 6px;
}

.file_parsing_use_time_tips{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    color: rgba(255,255,255,.55);
}