/**
 *****************************************************************
 * 人工智能AI辅助识别官网主页面css样式
 * @author taoxiaofang
 * @date 2023-06-05 15:12:12
 * @since 0.0.1
 * ###############################################################
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    font-family: inherit;
    line-height: inherit;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: inherit;
    outline: none
}

img {
    border-style:  solid;
    border: 0px;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}

a {
    text-decoration: none;
    cursor: pointer;
}

*,:after,:before,:focus {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    box-sizing:inherit;
    border: 0 solid #e5e7eb;
}

.head {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.head-content {
    height: 72px;
    max-width: 1200px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.head-left {
    display: flex;
}

.head-right {
    position: absolute;
    right: 0;
    top: 17px;
    height: 34px;
}

.head-right-login[data-v-92f3de80] {
    width: 120px;
    height: 32px;
    border: 1px solid #333;
    border-radius: 16px;
    cursor: pointer;
    margin-right: 32px;
    z-index: 99;
    outline: none;
}

.head-left-index {
    margin-right: 50px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    color: #161f2d;
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.head-left-icon[data-v-92f3de80] {
    height: 60px;
    width: 60px;
    margin-right: 2px;
}

.head-left-nav {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-left-nav_item[data-v-92f3de80] {
    min-width: 80px;
    margin-left: 60px;
    cursor: pointer;
    font-size: 18px;
    color: #6c6f7d;
    position: relative;
}

.head-left-nav_item a[data-v-92f3de80] {
    font-weight: 400;
    color: #6c6f7d !important;
}

.head-left-nav_item_first[data-v-92f3de80] {
    margin-left: 0;
}

.nav_item_tip {
    display: block;
    position: absolute;
    z-index: 999;
    top: 60px;
    max-height: 0px;
    transition: max-height 0.3s;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius : 5px;
   /* left: 50%;
    transform: translate(-50%);*/
}

.head-left-nav_item:hover .nav_item_tip {
    max-height: 500px;
    border: 1px solid #eee;
}

.head-left-nav_item:hover .triangle[data-v-92f3de80] {
    display: block;
}

.triangle[data-v-92f3de80] {
    display: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-color: #d9dee5 transparent transparent #dee3e9;
    border-style: solid;
    border-width: 5px;
    transform: rotate(45deg) translate(-50%);
    z-index: 88;
}

.nav_item_tip_child[data-v-92f3de80] {
    word-break: keep-all;
    padding: 11px 32px;
    color: #9397ac;
}

.nav_item_tip_child[data-v-92f3de80]:hover,.nav_item_tip_child_active[data-v-92f3de80] {
    background: #f6f9fd;
    color: #1675fe
}

.nav_item_tip_child:hover>a[data-v-92f3de80],.nav_item_tip_child_active>a[data-v-92f3de80] {
    color: #1675fe!important
}

.container {
    margin-top: 10px;
    padding: 24px 0 60px 0;
    margin-top: 72px;
    box-sizing: border-box;
}

.new-content-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #333333;
}

.new-content {
    width: 100%;
    max-width: 1200px;
    margin: auto
}

.new-page[data-v-285a7429] {
    width: 100%;
    max-width: 1200px;
    margin: auto
}

.function_area[data-v-285a7429] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 25px;
}

.function_area .file_area img[data-v-285a7429] {
    width: 400px;
    height: 200px;
}
.function_area .file_area[data-v-285a7429] {
    width: 100%;
    height: 490px;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.active {
    background: #d5d5d5 !important;
}

.function_area .file_area>span[data-v-285a7429] {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}

.function_area .file_area .add_file[data-v-285a7429] {
    width: 160px;
    height: 48px;
    background: #1675fe;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 25px;
    margin-top: 30px;
    cursor: pointer;
}


.function_area .file_area .tips[data-v-285a7429] {
    margin-top: 30px;
    font-size: 14px;
    color: #9397ac;
}


.function_area .file_area p[data-v-285a7429] {
    font-size: 18px;
    color: #666;
    width: 100%;
    text-align: left;
    padding-left: 16px;
    margin-top: 16px;
}

.function_area .preview_area[data-v-285a7429] {
    width: 100%;
    max-width: 580px;
    height: 490px;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.function_area .preview_area .preview_area_head p[data-v-285a7429] {
    font-size: 18px;
}

.function_area .preview_area .preview_area_head[data-v-285a7429] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
}

.function_area .preview_area .preview_area_head .clear img[data-v-285a7429] {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.function_area .preview_area .preview_area_head .clear[data-v-285a7429] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 32px;
    border-radius: 47px;
    border-radius: 25px;
    border: 1px solid #666;
    font-size: 14px;
    cursor: pointer;
}

.function_area .preview_area .preview_img_con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    height: 90%;
}

.function_area .preview_area .preview_img_con img {
    max-width: 100%;
    max-height: 100%;
}

.function_area .result_area .text_area[data-v-285a7429] {
    height: 295px;
    overflow: auto;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 30px;
    width: 100%;
    resize: none;
}

.function_area .result_area[data-v-285a7429] {
    width: 100%;
    height: 490px;
    border-radius: 10px;
    border: 2px solid #eee;
    padding: 0 32px;
}

.function_area .preview_area .preview_img_con img[data-v-285a7429] {
    max-width: 100%;
    max-height: 100%;
}

.function_area .result_area p[data-v-285a7429] {
    font-size: 18px;
    color: #666;
    margin-top: 24px;
}

.function_area>div[data-v-285a7429] {
    margin-bottom: 20px;
}

.function_area .button_area a[data-v-285a7429], .function_area .button_area div[data-v-285a7429] {
    width: 129px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    margin: 0 10px;
    cursor: pointer;
}

.function_area .button_area[data-v-285a7429] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.function_area .button_area .copy[data-v-285a7429] {
    font-size: 14px;
    color: #1675fe;
    border: 1px solid #1675fe;
}
.function_area .button_area .disabled_button[data-v-285a7429] {
    border: 1px solid #ddd !important;
    color: #ddd !important;
    cursor: unset;
}
.function_area .button_area .copy[data-v-285a7429] {
    font-size: 14px;
    color: #1675fe;
    border: 1px solid #1675fe;
}

.function_area .button_area .disabled_button[data-v-285a7429] {
    border: 1px solid #ddd !important;
    color: #ddd !important;
    cursor: unset;
}

.function_area .button_area .to_voice[data-v-285a7429] {
    background: #1675fe;
    color: #fff;
}

@media (max-width : 1199px) {

    .function_area .file_area[data-v-285a7429] {
        max-width: 100%;
    }

    .function_area .result_area[data-v-285a7429] {
        max-width: 100%;
    }
}

@media (min-width: 1200px) { 
    .function_area .file_area[data-v-285a7429] {
        max-width: 580px;
    }

    .function_area .result_area[data-v-285a7429] {
        max-width: 580px;
    }
}