body {
    background-color: #f8f9fa;
    color: #343a40;
}

.container {
    margin-top: 50px;
    max-width: 800px;
}

.alert {
    font-size: 1.1rem;
}

.form-control {
    border-radius: 0.25rem;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.card-details {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 20px;
    margin-bottom: 20px;
}

.card-details h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.form-group input[type="text"] {
    font-size: 1rem;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-left-color: #007bff;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
}

.info-icon {
    cursor: pointer;
    margin-right: 10px; /* 确保图标与输入框有间距 */
}

.tooltip-img {
    background-image: url("/img/tipsbg.png");
    background-size: auto;
    background-repeat: repeat;

    display: none;
    position: fixed;
    z-index: 1000;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;

}

.tooltip-img > div{
    position: relative;
    max-width: 80%;
    max-height: 80%;

}

.tooltip-img > div > img{
    box-shadow: 0 0 20px rgba(18, 93, 231, 0.5);
}

.closeTips{
    text-align: center;
    color: #004562;
    font-size: 24px;
    margin-bottom: 20px;
}

.btn-copy {
    background-color: #28a745; /* 绿色背景 */
    border-color: #28a745; /* 绿色边框 */
    color: white; /* 白色文字 */
    font-size: 0.9rem; /* 字体大小 */
    padding: 0.5rem 1rem; /* 内边距 */
    border-radius: 0.25rem; /* 圆角 */
    transition: background-color 0.3s, border-color 0.3s; /* 动画效果 */
}

.btn-copy:hover {
    background-color: #218838; /* 悬停时的深绿色 */
    border-color: #1e7e34; /* 悬停时的深绿色边框 */
}

.btn-copy:disabled {
    background-color: #6c757d; /* 灰色背景 */
    border-color: #6c757d; /* 灰色边框 */
    cursor: not-allowed; /* 禁用状态光标 */
}

.tips {
    width: 43px;
    height: 43px;
    background-image: url("/img/tishi.png");
    background-size: 43px 43px;
}

/* 复制成功提示样式 */
.copy-alert {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    z-index: 1000;
}

/* 自定义样式 */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
    margin: 8px 5px;
    border-radius: 20px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}
.navbar-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    font-weight: bold;
    font-size: 20px;
}


.navbar-center {
    display: flex;
    justify-content: center;
    width: 100%;
}
.navbar-center .btn {
    margin: 0 15px;
}

.blink-text1 {
    font-weight: bold;
    color: blue;
}

.blink-text {
    animation: blink 1s infinite;
    color: blue;
}

@keyframes blink {
    0% { opacity: 1; font-weight: bold;}
    50% { opacity: 0.5; font-weight: normal;}
    100% { opacity: 1; font-weight: bold;}
}

/* 兼容旧浏览器 */
@-webkit-keyframes blink {
    0% { opacity: 1; font-weight: bold;}
    50% { opacity: 0.5; font-weight: normal;}
    100% { opacity: 1; font-weight: bold;}
}


.weixin-tip{
    display: none;
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,0.8);
    filter:alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}
.weixin-tip p{
    text-align: center;
    margin-top: 10%;
    padding:0 5%;
}

.weixin-tip p img{
    max-width: 100%;
    height: auto;
}

.btn-huoqu{
    position:absolute;
    right: 0px;
    top: 5px;
    width: 110px;
    height: 35px;
    background-image: url("/img/huoqu.png");
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;
}

#link{
    height: 45px;
    padding-right: 106px;
    padding-left: 6px;
}

@media (max-width: 400px) {
    #link {
        font-size: 0.87rem;
    }
}

.downurl1{
    word-wrap: break-word;
}
.downmin1{
    color: red;
    display: inline-block;
}

.downbtn1 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 0.25rem;
    margin-left: 10px;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
}