.container {
    padding-left:0;
    padding-right:0;
}
.login-bg {
    background-image: url('/images/login_bg.jpg');
}
form .error {
    padding-left:5px;
    color: #d9534f;
}
form label {
    padding-bottom: 0.1rem;
}

/* 侧边栏 */
.sidebar {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    /*height: 600px;*/
    padding: 20px;
    border-radius: 8px;
}
.sidebar img {
    max-width:60%;
}
.sidebar h4 {
    font-size:1.1rem;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.sidebar .nav-link {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.sidebar .nav-link:hover, .sidebar nav .selected {
    color:#000000;
    background-color: #FFFFFF;
}
.sidebar .list-group {
    padding-bottom: 20px;
}
.sidebar .list-group a{
    display: block;
}
.sidebar .list-group-item {
    font-size: 0.95rem;
    padding: 10px;
    cursor: pointer;
}
.sidebar .list-group-item:hover, .sidebar .selected {
    background-color: #f0f0f0;
}

/* 产品列表 */
.product-list {
    padding:20px;
    background-color: white;
    border-radius: 10px;
}
.product-item {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}
.product-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}
.product-item h6 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}
.product-item p {
    font-size: 0.95rem;
    color: #777;
}
.product-item .price {
    font-weight: bold;
    color: #d9534f;
    font-size: 1.5rem;
    margin-top: 5px;
}
.product-item .btn {
    font-size: 0.85rem;
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 25px;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.product-item .btn:hover {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

/* 产品详情 */
/*.project-header {*/
/*    background-size: cover;*/
/*    color: #fff;*/
/*    padding: 50px 0 0 0;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/
/*.project-header h1 {*/
/*    font-size: 2rem;*/
/*    font-weight: bold;*/
/*    color: #444;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/
/*.project-header p {*/
/*    font-size: 1.2rem;*/
/*    color: #666;*/
/*    position: relative;*/
/*}*/
/*.price span{*/
/*    font-weight: bold;*/
/*    color: #d9534f;*/
/*    font-size: 1.5rem;*/
/*}*/
/*.project-intro {*/
/*    background: linear-gradient(to right, #6a11cb, #2575fc);*/
/*    color: #fff;*/
/*    padding: 30px;*/
/*    border-radius: 20px;*/
/*    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
/*    margin-top: 30px;*/
/*}*/
/*.project-intro h2 {*/
/*    font-size: 2.0rem;*/
/*    font-weight: 700;*/
/*    margin-bottom: 20px;*/
/*    color:#FFFFFF;*/
/*}*/
/*.project-intro p {*/
/*    font-size: 1.2rem;*/
/*    line-height: 1.8;*/
/*    color: #e0e0e0;*/
/*}*/

.project-intro ul {
    font-size: 1.1rem;
    color: #f5f5f5;
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}
.project-intro ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.project-intro ul li::before {
    content: '\2022';
    color: #00bcd4;
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-intro-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.project-intro-content .project-intro-image,
.project-intro-content .project-intro-text {
    flex: 1;
    max-width: 50%;
}
.project-intro-content img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    height: auto;
}
.project-intro-text {
    padding-left: 30px;
}
.project-intro-container {
    margin-bottom: 50px;
}
.nav-tabs {
    border-bottom: none;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    border-radius: 10px;
    margin-bottom: 30px;
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 10px;
    margin-right: 10px;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
    color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    transform: translateY(-5px);
}
.nav-tabs .nav-link:hover {
    background-color: #2575fc;
    color: #fff;
    transform: translateY(-2px);
}
.tab-content {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 30px;
}

/* 导游详情 */
.card {
    border-radius: 10px;
    margin-bottom: 30px;
    border: 0;
}
.card-header {
    background-color: #f7f7f7;
    font-weight: bold;
    color: #333;
    font-size: 1rem;
}
.card-body {
    background-color: #fff;
    font-size: 1rem;
    color: #666;
}
.card-experience {
    border-left: 5px solid #fd7e14;
}
.card-intro {
    border-left: 5px solid #007bff;
}
.card-rating {
    border-left: 5px solid #28a745;
}
.rating {
    display: flex;
    cursor: pointer;
}
.rating .star {
    font-size: 30px;
    color: #ccc;
    transition: color 0.2s;
}
.star.hovered,
.star.selected {
    color: #f39c12;
}
.input-feedback textarea {
    resize: none;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
.submit-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}
.submit-btn:hover {
    background-color: #218838;
}

/* 游记列表 */
.post-list {
    padding:20px;
    background-color: white;
    border-radius: 10px;
}
.post-list .post-item {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}
.post-list .post-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}
.post-list .post-item h6 {
    margin-top:10px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}
.post-list .post-item p {
    font-size: 0.95rem;
    color: #777;
}
.post-list .post-item .btn {
    font-size: 0.85rem;
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 25px;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    text-transform: uppercase;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.post-list .post-item .btn:hover {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

/* 作者卡片 */
.author-card {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.author-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    margin-bottom: 10px;
}
.author-card h5 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5px;
    color:#ffffff;
}
.author-card .author-rating {
    font-size: 20px;
}
.author-card small {
    display: block;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #f0f0f0;
}

/* 游记详情页*/
.hero-section {
    background: url('/images/page_banner.jpg') center/cover no-repeat;
    height: 260px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;
}
.hero-section h1 {
    font-size: 2.2rem;
    font-weight: bold;
    color:#FFFFFF;
}
.hero-section h4 {
    color:#FFFFFF;
}
.travel-content {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.8;
}
.travel-content h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
}
.travel-content p {
    text-indent: 2em;
    color: #333;
    font-size: 1.1rem;
}
.travel-content blockquote {
    font-size: 1.2rem;
    color: #555;
    padding-left: 15px;
    border-left: 5px solid #007bff;
    margin: 20px 0;
    background-color: #f1f9ff;
    border-radius: 5px;
}
.travel-content img {
    max-width: 90%;
    border-radius: 10px;
    margin-top: 15px;
}

/* 用户欢迎页 */
.main-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}
.welcome-message {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}
.main-content p {
    color: #555;
    font-size: 1rem;
}

/* 订单列表 */
.order-list {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}
.order-list .order-item {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.order-list .order-item h6 {
    font-weight: bold;
    color: #333;
}
.order-list .order-item .order-status {
    font-size: 0.9rem;
    color: #888;
}
.order-list .nav-tabs .nav-link {
    margin-right: 10px;
}
.order-list .nav-tabs .nav-link.active {
    background-color: #007bff;
    color: white;
}

/* 分页样式 */
.pagination {
    display: inline-flex !important;
}
.pagination li{
    border-radius: 8px;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin: 0 4px;
    border-radius: 5px;
}
.pagination .a:hover {
    background-color: #ddd;
}
.pagination .active, .pagination .disabled {
    color: black;
    float: left;
    padding: 8px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 4px;
    background-color: #2575fc;
    color: white;
}
.pagination .active:hover {
    background-color: #2575fc;
}
.payment-method {
    display: inline-block;
    align-items: center;
    margin: 10px 10px 10px 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
}
.payment-method:hover {
    background-color: #f1f1f1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.payment-method.selected {
    border-color: #007bff;
    background-color: #e9f7ff;
}
.payment-method img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 4px;
}
.btn-primary {
    font-weight: bold;
    font-size: 1.1rem;
}
@media (max-width: 767px) {
    .product-item .price, .post-list .post-item h6, .product-item h6 {
        font-size: 1.1rem;
    }
}