.choose {
    display: flex;
    justify-content: space-around;
    margin: 30px 20px;
}

.zcLangClass {
    border: 1px dotted #a5a5a5;
    margin-top: 10px;
}

.zcLangClass .zcLangClassType-0, .zcLangClass .zcLangClassType-1 {
    width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    word-break: break-all;
    padding: 5px;
}

.zcLangClass .zcLangClassType-0 span {
    width: 75px;
    margin-right: 15px;
    text-align: right;
}

.zcLangClass .zcLangClassType-0 .el-input {
    width: 280px;
}

.langItem {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.zcLangClass .zcLangClassType-1 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px !important;
}

.editItem {
    width: 100%;
}

.editItem > span {
    max-width: 80px;
    margin-right: 15px;
    margin: 10px;
    display: block;
}

.langBtnBox {
    display: flex;
    justify-content: start;;
    padding-top: 10px;
    padding-left: 95px;
}

.zc-input {
    display: inline-block;
    width: 100%;
}

.zc-input-span {
    font-size: 14px;
    color: #606266;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}

/* 抽屉 */
.drawer-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
}

.black-bg {
    width: 100%;
    background: black;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.detail-box {
    width: 1100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 3s;
    background: #fff;
}

.email-detail-box {
    width: 959px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 3s;
    background: #fff;
}

@keyframes drawer-in {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

.showDetail {
    animation: drawer-in 225ms cubic-bezier(0, 0, .2, 1) 0ms
}

.el-select-dropdown__item {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 复制框的样式 */
.more-content-box {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #606266;
    line-height: 1.4;
    justify-content: space-around;
    font-size: 14px;
    word-break: break-all;
    white-space: initial;
}

.more-content-box div {
    text-align: justify;
    padding-bottom: 10px;
}

.content-box {
    display: flex;
    align-items: baseline;
}

.copy-handle-box {
    text-align: right;
    margin-top: 10px;
}

.ellipsis-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    display: inline-block;
}

.show-more-btn {
    color: #409EFF;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 500;
    width: 54px;
}

/* 编辑器 */
.cus-editor-box {
    position: relative;
    width: 800px;
}

.insert-img_icon {
    position: absolute;
    left: 322px;
    top: 6px;
    color: #999;
    cursor: pointer;
}

/* 购物车 */
.shop-tit {
    color: #333333;
    font-size: 24px;
    margin: 30px 41px 10px;
    font-weight: 600;
}

.shop-handel {
    margin-top: 19px;
    color: #333333;
    font-size: 14px;
    align-items: center;
    padding: 10px 38px 20px 41px;
}

.shop-cart-num {
    font-size: 20px;
    color: #0A94FF;
    margin-left: 2px;
    margin-right: 2px;
}

.shop-cart-unit {
    color: #858585;
}

.shop-total_tit {
    font-weight: 600;
}

/**搜索组件开始*/
.weMainSearchSelectButton {
    width: 200px;
    text-align: left;
    position: relative;
    overflow: hidden; /*设置超出的部分进行影藏*/
    text-overflow: ellipsis; /*设置超出部分使用省略号*/
    white-space: nowrap;
}

.weMainSearchSelectIcon {
    position: absolute;
    right: 10px;
}

.weMainSearchSelectPop {
    width: 200px;
    margin-top: 5px !important;
}

.weSearchOptionButton {
    width: 180px;
    text-align: left;
    color: #303133;
    font-size: small;
    overflow: hidden; /*设置超出的部分进行影藏*/
    text-overflow: ellipsis; /*设置超出部分使用省略号*/
    white-space: nowrap;
}

.weSearchOptionButtonSelect {
    color: #8cc5ff;
}

.weSearchOptionMainName {
    width: 200px;
}

.weSearchOptionPop {
    min-width: 450px;
}

.weMainSearchAdd {
    float: left;
}

.weSearchOption {
    margin-top: 10px;
    margin-bottom: 10px;
}

.weSearchOptionRight {
    width: 250px !important;
}

.weSearchOptionLeft {
    text-align: right;
    padding-right: 10px;
}

.weSearchOptionRight .el-date-editor {
    width: 100%;
}

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

.weSearchOptionIcon {
    padding-left: 5px;
    height: 28px;
    padding-top: 5px;
    float: right;
}

.weSearchOptionPop .el-date-editor .el-range-separator {
    width: auto;
}

.weSearchOptionWork {
    float: right;
    margin-top: 32px;
}

.weSearchOptionWork .el-button {
    margin-left: 2px;
}

.restore-btn {
    min-width: 70px;
    height: 28px;
    background: rgba(21, 192, 81, .1);
    border-radius: 3px;
    color: #15C051;
}

.restore-btn:hover {
    background: rgba(21, 192, 81, .1);
    color: #15C051;
}

.del-i {
    float: right;
    margin-top: 5px;
    font-size: 16px;
}

/**搜索组件结束*/

/**图片选择*/
.box-img {
    margin: 5px 10px;
    width: 120px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.box-f {
    margin: 5px 5px;
    width: 120px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}

.span-f {
    margin-top: -38px;
}

.menusImg {
    width: 80px;
    height: 80px;
    margin-top: 30px;
}

.span-f,
.span-img {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 120px;
    text-align: center;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}

.el-tabs,
.el-tabs__content {
    height: 100%;
}

.el-tabs__content {
    overflow: auto;
    height: 85%;
}

.imgBox {
    width: 120px;
    height: 120px;
    box-shadow: 4px 4px 40px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgBox img {
    max-width: 100%;
    max-height: 100%
}

.uploadaddBtn {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.backBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* height: 70px; */
    justify-content: flex-start;
    line-height: 30px;
    margin-left: 20px;
}

.backBox .returnMenu {
    font-size: 13px;
    cursor: pointer;
}

.returnMenu:hover {
    color: #409EFF
}

.backBox .el-button-group {
    margin-left: 40px;
}

.uploadBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.el-tree-node__label {
    font-size: 12px;
}

.shop-num {
    position: absolute;
    right: 14px;
    top: 15px;
    font-size: 12px;
    background: #ff575c;
    display: block;
    padding: 1px 3px;
    line-height: 12px;
    color: #fff;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
}

.search-component {
    width: 1100px;
    display: flex;
}

.search-right .el-popover {
    position: absolute;
    top: 120px;
}
.search-right .el-icon-close{
    cursor: pointer;
    padding-right: 10px;
    font-size: 18px;
}
.search-button {
    width: 600px;
    height: 40px;
}

.search-button .button-main {
    position: absolute;
    left: 80px;
    top: 5px;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
}

.search-button .button-main .el-tag {
    margin-left: 10px;
}

.el-popover {
    padding: 0;
}

.search-main {
    display: flex;
}

.search-left {
    width: 240px;
    text-align: center;
    position: relative;
}

.search-left .title {
    margin: 20px 0;
}

.search-left .filter {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.search-left .meanList {
    font-weight: 500;

}

.search-main .setting {
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.search-left .setting .set {
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    color: rgba(133, 133, 133, 1);
}

.search-left .screen {
    margin: 20px 0;
    padding: 10px 20px;
    background: rgba(21, 192, 81, 1);
    border-radius: 3px;
    color: white;
    line-height: 10px;
}

.search-left .el-input {
    width: 150px;
}

.search-left i:hover {
    position: relative;
    z-index: 999;
    color: #F56C6D;
    cursor: pointer;
}

.search-left .add {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 115, 21, 1);
    line-height: 20px;
    cursor: pointer;
}

.search-left .el-menu-item {
    color: #858585;

}

.search-left .el-menu-item:focus {
    background-color: #5C5C5C;
    color: white !important;
}

.search-left .el-menu-item:hover {
    background-color: #5C5C5C;
    color: white !important;
}

.search-left .el-menu-item.is-active {
    background-color: #5C5C5C;
    color: white !important;
}

.search-input {
    width: 300px;
    margin-left: 10px;
    margin-right: 0;
}

.search-button-1 {
    padding: 10px 20px;
    margin: 4px 0 0 25px;
    line-height: 10px;
    background: rgba(10, 148, 255, 1);
    border-radius: 3px;
    color: #ffffff;
}

.search-button-2 {
    padding: 10px 20px;
    margin-top: 4px;
    background: rgba(15, 209, 83, 1);
    line-height: 10px;
    border-radius: 3px;
    color: #ffffff;
}

.search-item {
    width: 580px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-item .words {
    width: 200px;
    padding: 0 30px 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(133, 133, 133, 1);
}

.search-item .active {
    width: 200px;
    padding: 0 30px 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: indianred;
}

.search-item .el-select {
    width: 380px;
}

.search-item .el-input {
    width: 380px;
}

.search-item .el-range-editor.el-input__inner {
    width: 380px;
}

.button-two {
    width: 220px;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.button-two .el-button:first-child {
    padding: 15px 20px;
    background: rgba(15, 209, 83, 1);
    text-align: center;
    line-height: 7px;
    color: white;
}

.button-two .el-button:nth-child(2) {
    padding: 15px 20px;
    background: rgba(10, 148, 255, 1);
    border-radius: 3px;
    text-align: center;
    line-height: 7px;
    color: white;
}

.add-condition {
    margin: 20px;
    padding: 10px 20px;
    background: rgba(255, 115, 21, 1);
    border-radius: 3px;
    color: white;
}

.add-condition span {

}

.update-input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.update-input .el-input__inner {
    width: 130px;
    height: 35px;
}

.update-input i {
    margin-right: 5px;
    color: #F56C6D;
    cursor: pointer;
}

.search-main .el-menu {
    border-right: none;
}

.search-main .el-menu .el-menu-item {
    font-size: 16px;
    text-align: left;
}

.search-right {
    width: 660px;
    position: relative;
    border-left: 4px solid rgba(92, 92, 92, .1);
}

.search-popover .el-checkbox {
    width: 150px;
    margin-bottom: 10px;
}

.search-popover .el-checkbox .el-checkbox__label {
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-popover .el-checkbox-group {
    margin: 0 0 10px 10px;
}

.el-date-editor .el-range-separator {
    width: 30px;
}

.el-input-number {
    width: 182px;
}

.el-input-number .el-input {
    width: 182px;
}

