.lion-wrapper-export {
  .ant-modal-content{
    width:0px;
    display: none;
    margin:0 auto;

    .ant-modal-close{
        .ant-modal-close-x{
          width:28px;
          height:28px;
          line-height:40px;
        }
    }

    .ant-modal-header{
        border-bottom: 1px solid #e8e8e8;
        padding: 0 20px;
        height: 40px;
        min-height: 40px;
        max-height: 40px;
        color: #444;
        font-size: 14px;
        font-weight: 700;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .ant-modal-title{
          font-weight:700;
        }
    }

    .ant-modal-body{
        padding: 20px;
        color: #606266;
        font-size: 14px;
        word-break: break-all;
        .ant-select{
            width: 105px;
            margin-left: 8px;
            margin-right: 0px;
            .ant-select-selector{
                font-size: 12px;
                width:100%;
                border:0;
                .ant-select-selection-search{
                    width:100%;
                    left:0;
                    input{
                        -webkit-appearance: none;
                        background-color: #fff;
                        background-image: none;
                        border-radius: 4px;
                        border: 1px solid #dcdfe6 !important;
                        box-sizing: border-box;
                        color: #606266;
                        display: inline-block;
                        font-size: inherit;
                        line-height: 40px;
                        outline: none;
                        padding: 0 15px;
                        transition: border-color .2s cubic-bezier(.645,.045,.355,1);
                        width: 100%;
                        opacity:1 !important;;
                    }
                }
            }
        }
    }
  }
}
