﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    background-color: #f4f4f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 95vh;*/
}
.container {
    width: 90%;
    max-width: 650px;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.container h1 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}
.container h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top:0;
}
.container p {
    text-align: center;
    color: #666;
    font-size: 14px;
}
.upload-area {
    margin-top: 20px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    color: #999;
    transition: border-color 0.3s;
}
.upload-area p{
    line-height: 30px;
}
.upload-area:hover{
    border-color: #4caf50;
}
.upload-area.dragging {
    border-color: #4caf50;
}
.progress-container {
    margin-top: 20px;
    display: none;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.progress-bar-fill {
    height: 100%;
    background-color: #4caf50;
    width: 0%;
    transition: width 0.2s;
}
.progress-info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}
input {
    padding: 10px;
    width: 60%;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
button {
    padding: 10px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.rmbtn{
    background-color: #f11f1f;
}
.rmbtn:hover{
    background-color: #ff0000;
}

.file-info {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.file-info a {
    color: #4caf50;
    text-decoration: none;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .container {
        padding: 15px;
    }
}
#kouling{
    font-weight: bold;
    font-size: 18px;
    color: orangered;
}
.jj{
    text-align: center;
    padding:10px;
    width: 90%;
    max-width: 600px;
}
.jj p{
    text-align: left;
    color: #666;
    font-size: 14px;
}
.extimg{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}


/*购买套餐start*/

.buy-section {
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.section-title {
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0 10px;
    color: #333;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.buy-card {
    width: 94px;
    padding: 8px 6px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.buy-card:hover {
    border-color: #009688;
}

.buy-card.selected {
    color: #009688;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    background-color: #f8f8f8;
    border-color: #009688;
}

.tag {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
}

.tag.green { background-color: #16baaa; }
.tag.orange { background-color: #ff9800; }
.tag.red { background-color: #e53935; }

.payment-method {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.payment-method img {
    width: 28px;
    height: 28px;
}

.submit-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.buy-tip {
    font-size: 13px;
    color: #999;
    margin-top: 15px;
    line-height: 1.6;
}

.price-box {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #fdf6ec;
    border: 1px solid #f5dab1;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
}

.price-original {
    color: #999;
    font-size: 13px;
    margin-bottom: 4px;
}

.money {
    color: #f60;
    font-size: 22px;
    font-weight: 700;
}
.buy-zhe{
    font-size: 12px;
    color: #e53935;
    display: inline-block;
    margin-left: 5px;
}
.unit {
    color: #f60;
    font-size: 14px;
    margin-left: 5px;
}

.progress-bar-fill {
    transition: width 0.3s ease;
}

#upload-speed {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}


.dkx {
    margin-top: 20px;
}

.storage-option {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.storage-option-active {
    background-color: #f8f8f8;
    border-color: #009688;
}


.storage-option input[type="radio"] {
    margin-right: 16px;
    transform: scale(1.3);
    cursor: pointer;
}

.storage-content {
    flex: 1;
}

.storage-title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.storage-desc {
    color: #888;
    font-size: 13px;
}

.tagg {
    margin-left: 8px;
    position: relative;
    top: -3px;
}

.taocan-area {

}

.vip-package-info {
    margin: 16px 0;
    padding: 16px 20px;
    background: #fffaf5;
    border: 1px solid #f3e1d6;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    font-size: 14px;
}

.vip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.vip-title {
    font-size: 16px;
    font-weight: bold;
    color: #A9743C;
}

.vip-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vip-row {
    display: flex;
    align-items: center;
}

.vip-label {
    color: #888;
    width: 100px;
}

.vip-value {
    font-weight: 500;
    color: #333;
}

.vipColor {
    color: #B5885B
}

#uploading-area {
    margin: 20px;
}

.addMoneyBtn {
    margin-left: 5px;
    color: #16b777;
    cursor: pointer;
    text-decoration: underline;
    transition: .3s;
}

.addMoneyBtn:hover {
    color: #B5885B;
}

.downCount {
    font-size: 1.3em;
    color: rgb(255, 137, 17);
}


/*购买套餐stop*/