
        .body {
            background-color: #1e2022;
            color: #e4e6ef;

        }

        .el-select {
            width: 100%;
        }

        .custom-select1 {
            display: flex;
            position: relative;


        }

        .custom-option {
            width: calc(100% / 6);
            box-sizing: border-box;
        }

        .el-select-dropdown {
            width: 100%;


        }

        .el-select .el-input {
            width: 100%;
            flex-direction: column;
            padding-top: 9px;


        }

        .el-select-dropdown__item {
            font-size: 14px;
            padding: 8px 10px;

        }

        .el-select-dropdown__wrap {
            height: 100%;
        }

        .el-scrollbar__wrap {
            overflow-x: hidden !important; /*关键代码*/
        }


        .el-select-dropdown__item.hover,
        .el-select-dropdown__item:hover {
            background-color: #eee;

        }

        .el-select .el-input .el-input__inner {
            border: 1px solid #dcdfe6;
            border-radius: 4px;
            padding: 0 10px;
            box-sizing: border-box;
            outline: none;

        }

        input, button, select, optgroup, textarea {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }

        .toubu1 {
            margin: 0 auto;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 100px;
            padding-right: 100px;
            max-width: 1600px;
            min-height: auto;
            background-color: #f1f1f3;


        }

        .trans_file_icon {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap
        }

        {#翻译大框#}
        .fanyi_kuang {
            display: flex;
            flex-direction: column;
            min-height: 350px;
            box-sizing: border-box;
            background-color: #fff;
            transition: min-height 500ms ease-in-out;
            margin: 0;
            box-shadow: 0 14px 16px rgba(0, 0, 0, .06);
            border: 1px solid rgba(0, 0, 0, 0);
            border-radius: 8px;
            border: 1px solid #dae1e8;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
        }

        .language_selection {
            display: flex;
            height: 56px;
            border-bottom: 1px solid #f1f1f1;
            flex-shrink: 0;
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
            box-sizing: unset
        }

        .drop_kuang {
            position: relative;
            display: flex;
            flex-direction: column;
            vertical-align: middle;
            padding: 24px;
            font-size: 16px;
            text-align: center;
            align-content: center;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border-radius: inherit
        }

        .car1 {
            display: flex;
            flex-direction: column;
            background-color: #fff;
            border: 1px solid #dae1e8;
            border-radius: .5rem;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
            min-width: 160px;
            height: 66px;
            cursor: pointer
        }

        .car2 {
            height: 66px;
            display: flex;
            flex-direction: row
        }

        .car3 {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            color: #006494
        }

        .car4 {
            display: inline-block;
            align-self: center;
            height: 1.1em;
            margin: 0px 4px;
            fill: none;
            stroke: currentColor;
            stroke-width: .2
        }

        .car5 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            padding-right: 15px
        }

        .car6 {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 22px;
            color: #006494
        }

        .car7 {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 20px;
            color: #6e6e6e
        }

        .car8 {
            height: 3px;
            border-bottom-left-radius: .5rem;
            border-bottom-right-radius: .5rem;
            background-color: #006494;

        }

        .el-select {
            width: 100%;
        }

        .custom-select {
            display: flex;
            position: fixed;
            border: 1px dashed black;
            height: 50px;
        }


        .el-select-dropdown {
            width: 100%;
            background-color:;
            overflow-x: hidden !important; /*关键代码*/


        }

        .el-select .el-input {
            width: 100%;
        }

        .el-select-dropdown__item {
            font-size: 14px;
            padding: 8px 10px;

        }

        .el-select-dropdown__wrap {
            height: 500px;
        }

        .el-scrollbar__wrap {
            overflow-x: hidden !important; /*关键代码*/
        }


        .el-select-dropdown__item.hover,
        .el-select-dropdown__item:hover {
            background-color: #eee;

        }

        .el-select .el-input .el-input__inner {
            border: 1px solid #dcdfe6;
            border-radius: 4px;
            padding: 0 10px;
            box-sizing: border-box;
            outline: none;

        }

        [v-cloak] {
            display: none;
        }

