.vis-section {
	padding-top: 0;
}

.vis-item {
	position: relative;
	margin-bottom: 50px;
}

.vis-item .si-pic img {
	/* min-width: 100%; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	border-radius: 2px;
}

.vis-item .si-text .si-title {
	margin-bottom: 28px;
}

.vis-item .si-text .si-title h4 {
	color: #171822;
	font-weight: 600;
	margin-bottom: 13px;
}

.vis-item .si-text .si-title span {
	color: #f44949;
	font-size: 16px;
	display: block;
}

.vis-item .si-text .si-social {
	margin-bottom: 24px;
}

.vis-item .si-text .si-social a {
	display: inline-block;
	font-size: 16px;
	color: #171822;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #ebebeb;
	border-radius: 50%;
	margin-right: 5px;
}

.vis-item .si-text .si-social a:hover {
	background: -o-linear-gradient(330deg, #ee8425, #f9488b);
	background: linear-gradient(120deg, #ee8425, #f9488b);
	color: #ffffff;
}

.vis-item .si-text p {
	color: #707070;
	line-height: 26px;
}

.load-more {
	text-align: center;
	padding-top: 10px;
}

.load-more .primary-btn {
	padding: 12px 45px;
}

.vis-container{
    max-width: 80vw !important;
    margin: 0 auto !important;
}

.vis{
	display: flex;
    /* justify-content: center; 水平居中 */
    align-items: center;   
}

.vis-card{
	/* height: 45vh; */
	width: 78vw;
	margin-top: 5vh;
	margin-bottom: 5vh;
    border-radius: 10px;
}

.si-title .text1{
    color: #e5e5e5;
    font-weight: 700;
}
.si-title .text2{
    color: #000000;
    font-weight: 700;
}
.vis-card:nth-child(even){
	/* background-color: #6a6b7c; */
}

.vis-card:nth-child(odd){
    background: linear-gradient(135deg,#6008b9 0%, #944ddb 100%);
	/* background-color: linear-gradient(135deg, #4D0099 0%, #944ddb 100%); */
}

.vis-card:nth-child(even) .vis-text p{
	/* background-color: #6a6b7c; */
    color: black;
}
.vis-pic{
    height: 100%;
    width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
	padding-right: 10%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;   
}

.vis-pic img{
	height: 30vh;
}
.vis-card:nth-child(even) .vis-text{
	padding-left: 15% !important;

}

.vis-text{
	padding-top: 10%;
	padding-bottom: 10%;
	padding-left: 5%;
	padding-right: 10%;

}


.vis-text p{
	color: #ebebeb;
}



.text-container {
    max-width: 80vw;
    margin: 0 auto;
}



/* 跳转按钮 */
.njuButton1{
    /* background-color: #69005f; */
    transition: 1s;
    width: 40%;
}

.njuButton1 a{
    padding: 1vh 2vh;
    color: white;
    border: 2px solid #e5e5e5 ;

    transition: 1s;
}

.njuButton1:hover a{
    /* padding: 1vh 2vh; */
    background-color: #e5e5e5;
    color: #69005f;
    border: 2px solid #e5e5e5 ;
}

.njuButton2{
    background-color: white;
    transition: 1s;
    width: 40%;

}

.njuButton2 a{
    padding: 1vh 2vh;
    color: #69005f;
    border: 2px solid #69005f ;

    transition: 1s;
}

.njuButton2:hover a{
    /* padding: 1vh 2vh; */
    background-color: #69005f;
    color: white;
}

/* header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
} */

/* h1 {
    color: #1a5fb4;
    font-size: 2.8rem;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
} */

.subtitle {
    font-size: 1.2rem;
    color: #5e5e5e;
    /* max-width: 800px; */
    /* margin: 0 auto; */
}

.guide-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
}

.card-header {
    background: linear-gradient(135deg, #680868 0%, #763d97 100%);
    color: white;
    padding: 25px 30px;
}

.card-header h2 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.card-header h2 i {
    font-size: 1.5rem;
}

.card-content {
    padding: 30px;
}

.address-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-box {
    background: #f8f9fa;
    border-left: 4px solid #4D0099;
    padding: 20px;
    border-radius: 0 8px 8px 0;
}

.address-title {
    font-weight: 600;
    color: #4D0099;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.address {
    font-size: 1.05rem;
    color: #444;
}

.routes-section {
    margin-top: 10px;
}

.route-item {
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
}

.route-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.route-icon {
    background: #dcc1f5;
    color: #1a5fb4;
    width: 4vh;
    height: 4vh;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 1.3rem;
}

.route-content {
    flex: 1;
}

.route-title {
    font-weight: 600;
    color: #4D0099;
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.route-desc {
    color: #555;
    line-height: 1.7;
}

.map-section {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 12px;
}

.map-section img{
    display: block;
    max-width: 75%;
    margin: auto;
}

.map-title {
    font-size: 1.4rem;
    color: #4D0099;
    margin-bottom: 20px;
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #4D0099 0%, #944ddb 100%);
    color: white;
    padding: 14px 30px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(26, 95, 180, 0.3);
}

.map-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 95, 180, 0.4);
}

/* footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    color: #666;
    font-size: 0.9rem;
} */

@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }
    
    .route-item {
        flex-direction: column;
    }
    
    .route-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .card-content {
        padding: 20px;
    }
}

.content-image img{
    max-width: 85%;
    min-width: 70%;
    /* max-height: 60%; */
}