.wrap {
    background: #fff !important;
    padding: 20px;
}

.plugin-line {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    min-height: 30px;
}

.plugin-line-label {
    width: 15%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.plugin-line-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.plugin-line-container .extends {
    flex: 1;
    margin-left: 10px;
}

.plugin-line-container .extends a {
    cursor: pointer;
    color: #333;
}

.plugin-line-container .extends a:hover {
    color: #108ee9;
}

.field-filter-container {
    min-width: 40%;
    min-height: 500px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px 20px;
}

.next-step, .prev-step {
    border: #108ee9 1px solid;
    border-radius: 5px;
    color: #333;
    cursor: pointer;
    padding: 8px 20px;
    background: #fff;
}

.prev-step {
    margin-right: 5px;
}

.next-step.disabled, .prev-step.disabled {
    background: #ccc !important;
    color: #333 !important;
    border: #ccc solid 1px;
    cursor: not-allowed !important;
}

.next-step:hover, .prev-step:hover {
    background: #108ee9;
    color: #fff;
}

/****参数配置****/
.field-setting-container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.field-setting-container.hide {
    display: none !important;
}

.field-setting-container .tab-navs {
    flex: 1;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
}

.field-setting-container .tab-navs .tab-navs-item {
    padding: 10px 20px;
    border: #ccc 1px solid;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin-right: 10px;
    cursor: pointer;
}

.field-setting-container .tab-navs .tab-navs-item:hover {
    background: #108ee9;
    color: #fff;
}

.field-setting-container .tab-navs .tab-navs-item.active {
    background: #108ee9;
    color: #fff;
}

.field-setting-container .tab-containers {
    display: flex;
    flex-direction: column;
}

.field-setting-container .tab-containers.hide {
    display: none;
}

.tab-containers-line {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.tab-containers-line-gather-content {
    display: flex;
    flex-direction: column;
    width: 30%;
    max-width: 30%;
}

.field-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    display: flex;
    flex-direction: row;
}

.field-name .field-action {
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
    color: #108ee9;
}

.field-info {
    display: flex;
    flex-direction: column;
}

.field-info.hide {
    display: none !important;
}

.field-info > div > span {
    font-weight: bold;
    margin-right: 5px;
}

.tab-containers-line-wordpress {
    max-width: 400px;
    min-width: 400px;
    display: flex;
    flex-direction: row;
}

.tab-containers-line-actions {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tab-containers-line-actions.hide {
    display: none !important;
}

.tab-containers-line-actions .rules {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tab-containers-line-actions label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tab-containers-line-actions .rules input[type=text] {
    flex: 1 !important;
    margin-left: 20px;
    font-size: 14px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    vertical-align: middle;
}

.mapping-table {
    border: #ccc solid 1px;
    width: 100%;
}

.mapping-table-tr {
    border-bottom: #ccc solid 1px;
    min-height: 30px;
}

.mapping-table-tr:last-child {
    border-bottom: none;
}

.default-mapping-one {
    display: flex;
    flex-direction: column;
    border: #ccc solid 1px;
    border-radius: 5px;
}

.default-mapping-one-line {
    display: flex;
    flex-direction: row;
    min-height: 40px;
    padding: 0 10px;
    align-items: center;
    border-bottom: #ccc solid 1px;
}

.default-mapping-one-line:last-child {
    border-bottom: none;
}

.default-mapping-one-line .default-mapping-one-left {
    max-width: 30%;
    min-width: 30%;
}


.default-mapping-two {
    display: flex;
    flex-direction: column;
    border: #ccc solid 1px;
    border-radius: 5px;
    margin-top: 20px;
}

.default-mapping-two-line {
    display: flex;
    flex-direction: row;
    min-height: 40px;
    padding: 0 10px;
    align-items: center;
    border-bottom: #ccc solid 1px;
}

.default-mapping-two-line .default-mapping-two-line-left {
    max-width: 30%;
    min-width: 30%;
    display: flex;
    flex-direction: row;
}

.default-mapping-two-line .default-mapping-two-line-left span {
    display: block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    border-radius: 15px;
    margin-right: 10px;
}

.default-mapping-two-line .default-mapping-two-line-right {

    flex: 1;
}

select.hide {
    display: none;
}

.wordpress-setting-container {
    display: flex;
    flex-direction: column;
}

.wordpress-setting-container select {
    margin-bottom: 5px;
}

.title-choose-box {
    display: flex;
    flex-direction: column;
}

.title-choose-box.hide {
    display: none;
}

.title-choose-box label {
    margin-bottom: 3px;
}

.warning.hide {
    display: none;
}

.help-tip {
    display: block;
    font-size: 1.5em;
    cursor: help;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    background: url("../images/question.webp");
    background-size: cover;
    margin-left: 5px;

}

.edit-action {
    font-size: 14px;
    background: #ccc;
    border: #ccc solid 1px;
    border-radius: 5px;
    padding: 3px 8px;
    cursor: pointer;
    color: #333;
    margin-right: 10px;
}

.edit-action:hover {
    background: #108ee9;
    color: #fff;
    border: #108ee9 solid 1px;
}

.delete-action {
    font-size: 14px;
    background: #ff0000;
    border: #ccc solid 1px;
    border-radius: 5px;
    padding: 3px 8px;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
}

.delete-action:hover {
    background: #ff0000;
    color: #fff;
}

.pull-warning{
    font-weight: bold;
    color: red;
    display: none;
}

.choose-mapping-template{
    display: none;
}

.choose-mapping-template-inner{
    display: flex;
    flex-direction: column;
}

.choose-mapping-template-inner .template_list{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.choose-mapping-template-inner .template_list select{
    flex: 1;
    max-width: max-content;
}

.pull-action{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
}

.pull-action a{
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.folder-list{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.folder-list select{
    flex: 1;
    max-width: max-content;
    min-width: 200px;
}

/*#adminmenuwrap,#adminmenuback{*/
/*    display: none !important;*/
/*}*/