/* CSS Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    font-family: "Microsoft Yahei", "Montserrat", sans-serif;
    color: #000;
    height: 100%;
}

body {
    min-height: 700px;
    padding: 20px;
}

.pdf_step {
    margin: 20px 0;
}

.pdf_step li {
    flex: 1;
    text-align: center;
    padding: 10px 0;
}

.pdf_step li i {
    background: #efefef;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
    line-height: 60px;
    margin-right: 10px;
    color: #666;
    font-size: 20px;
}

.pdf_step li.active i {
    background: #ddf1ff;
    color: #1890ff;
}

.upload_file {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
}

.line {
    text-align: center;
    position: relative;
    height: 250px;
    padding-top: 20px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 70px 0 35px;
}

.upload_file .search_btn_bj {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 151px;
    background-color: #f60;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    transition: all .3s;
    font-size: 16px;
}

.file {
    position: absolute;
    left: 0;
    width: 100%;
    height: 244px;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.pdf_info {
    line-height: 26px;
}

.color-red {
    color: red !important;
}

/* Loading 动画样式 */
#loading {
    margin-top: 20px;
    text-align: center;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 媒体查询 */
@media (max-width: 576px) {
    .pdf_step li {
        padding: 20px 0;
    }

    .upload_file .search_btn_bj {
        width: 90%;
        font-size: 14px;
    }

    .pdf_info {
        font-size: 14px;
    }
}

.pdfMaskContent {
    opacity: 1;
    display: flex;
    width: 100%;
    position: relative;
}

.pdf_view .fl {
    width: 100%;
    background: #f7f7f7;
    min-height: 600px;
}

.pdfcontent {
    height: calc(100vh - 240px);
}

embed {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
}

.top-title .titles{
    color: #707376;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 20px;
}

.authority-link .btn-wrap .el-button--info {
    background-color: #b1b4b8;
    border: none;
}
.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--info {
    color: #fff;
}
.el-button + .el-button {
  margin-left: 10px;
}
.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
    background-color: rgb(255, 255, 255);
  border: 1px solid #dcdfe6;
    border-top-color: rgb(220, 223, 230);
    border-right-color: rgb(220, 223, 230);
    border-bottom-color: rgb(220, 223, 230);
    border-left-color: rgb(220, 223, 230);
  border-color: #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
    margin-left: 0px;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.el-button--primary {
  color: #fff;
  background-color: #fb8c1e;
  border-color: #fb8c1e;
}

.authority-link .link .link-input {
  height: 50px;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input {
  position: relative;
  font-size: 14px;
}


.authority-link .link .link-input .el-input__inner {
  height: 50px;
  color: #2a2b2c;
}
.el-input.is-disabled .el-input__inner {
  background-color: #f5f7fa;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
  width: 84%;
}
.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  border: 1px solid #dcdfe6;
    border-top-color: rgb(220, 223, 230);
    border-right-color: rgb(220, 223, 230);
    border-bottom-color: rgb(220, 223, 230);
    border-left-color: rgb(220, 223, 230);
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.authority-link .link[data-v-1d258115] .link-input .el-input-group__append {
  background-color: #fff;
  color: #fb8c1e;
}
.el-input-group--prepend .el-input__inner, .el-input-group__append {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group__append {
  border-left: 0;
}

.authority-link .link[data-v-1d258115] .link-input .el-input-group__append .el-button {
  padding: 18px 17px;
  font-size: 14px;
  color: #fb8c1e;
}
.el-button + .el-button {
    margin-left: 10px;
}
#AuthoritativeLink.hidden {
    visibility: hidden; /* 隐藏内容但保持空间 */
    height: 0; /* 设置高度为 0 来避免占据空间 */
}

.link-tips .tips-content {
  padding: 15px;
  background: #fffcf8;
  border-radius: 2px;
  border: 1px solid #ffe4c0;
  font-size: 14px;
  color: #56595c;
  font-weight: 500;
}
.link-tips {
  background-color: #fff;
  padding: 30px;
}
.el-button--success {
  background-color: #31c993;
  border-color: #31c993;
}
.btn-del {
  background-color: #cfd2d6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 13px;
  border-color: #cfd2d6;
}
.el-tag {
    margin: 6px 0 6px 10px;
    border-radius: 15px;
    height: 30px;
    border: none;
    font-size: 14px;
}
        .link-tips {
            background-color: #fff;
            padding: 30px;
        }

        .link-tips .tips-content {
            padding: 15px;
            background: #fffcf8;
            border-radius: 2px;
            border: 1px solid #ffe4c0;
            font-size: 14px;
            color: #56595c;
            font-weight: 500;
        }

        .link-tips .tips-content .links {
            color: #9fa3a8 !important;
            margin-top: 3px;
        }

        .custom-select {
            padding: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #fff;
            color: #333;
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 10px;
            cursor: pointer;
            margin: 0 auto; /* 添加此行以实现水平居中 */
            width: 50%; /* 可选：设置宽度以便更好地居中 */
        }

        .custom-select:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
        }

        .custom-select option {
            padding: 10px;
        }

        /* 添加图标样式 */
        .custom-select option[data-icon]:before {
            content: attr(data-icon);
            margin-right: 5px;
        }

        .authority-link .keyword-input .form-ipt-box {
            width: 70%;
            width: 860px;
            min-width: 300px;
        }

        .el-form-item {
            margin-bottom: 22px;
        }

        .el-form-item__label {
            text-align: right;
            vertical-align: middle;
            float: left;
            font-size: 14px;
            color: #606266;
            line-height: 40px;
            padding: 0 12px 0 0;
            box-sizing: border-box;
        }

        .el-form-item__content {
            line-height: 40px;
            position: relative;
            font-size: 14px;
        }

        .el-input {
            position: relative;
            font-size: 14px;
            display: inline-block;
            width: 100%;
        }

        .el-input--suffix .el-input__inner {
            padding-right: 30px;
        }

        .el-input__inner {
            -webkit-appearance: none;
            background-color: #fff;
            background-image: none;
            border-radius: 4px;
            border: 1px solid #dcdfe6;
            box-sizing: border-box;
            color: #606266;
            display: inline-block;
            font-size: inherit;
            height: 40px;
            line-height: 40px;
            outline: none;
            padding: 0 15px;
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
            width: 100%;
        }

        #label-asin {
            display: flex;
            flex-wrap: wrap; /* 允许标签换行 */
            padding-block: 30px;
            padding-left: 30px;
            width: 100%; /* 容器宽度为100%，确保能适应页面宽度 */
        }

        /* 标签样式 */
        .label-asin {
            display: inline-block; /* 标签为 inline-block，允许换行 */
            padding: .2em .6em .3em;
            font-size: 100%;
            font-weight: 700;
            line-height: 3;
            color: #fff;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: .25em;
            background-color: #777;
            margin-right: 10px; /* 标签之间的间距 */
            margin-bottom: 10px; /* 垂直方向的间距 */
        }

        .label-asin i {
            cursor: pointer;
            color: #fff;
            margin-left: 5px; /* 给关闭图标添加左边距 */
        }

        .label-asin i:hover {
            color: red; /* 悬停时改变关闭图标颜色 */
        }
