a {
    text-decoration: none; /* 移除下划线 */
    color: inherit; /* 继承父元素的颜色 */
    cursor: pointer; /* 将鼠标指针设置为指针形状 */
}

.title {
    width: 100%;
    float: left;
    color: #007bff;
    margin-top: 50px;
    margin-bottom: 50px;
}

.title span{
    margin-left: 15%;
    line-height: 60px;
    font-size: 32px;
    float: left;
    width: 70%;
    text-align: left;
    border-bottom: 2px dotted #007bff;
    text-align: 40px;
}
.projectFeatures {
    width: 70%;
    float: left;
    margin-left: 15%;
}

.projectFeatures img{
    width: 100%;
}

.projectFeatures .chinaPhoto{
    width: 33%;
    float: left;
    margin-left: 0px;
}

.container {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    float: left;
    border: 1xp solid red;
}

.content {
    display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
}

.section {
    background: #fff;
    border: 1px solid #007bff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
}

.comparison {
    display: flex;
    justify-content: space-between;
}

.column {
    flex: 1;
    padding: 10px;
}

.column h3 {
    color: #007bff;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .comparison {
        flex-direction: column;
    }
}



.produce {
    text-align: center;
    color: #007bff; /* 蓝色标题 */
    margin-bottom: 20px;
}

.section {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f8f8; /* 浅灰色背景 */
}

.section-title {
    color: #007bff; /* 蓝色小标题 */
    border-left: 5px solid #007bff; /* 蓝色边框 */
    padding-left: 10px;
    margin-bottom: 10px;
}

.section-content {
    line-height: 1.6;
}

.blue-text {
    color: #007bff; /* 蓝色文本 */
}

.blue-border {
    border: 1px solid #007bff; /* 蓝色边框 */
    padding: 10px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .container {
        width: auto;
        margin: 10px;
    }
}

.team-title {
    text-align: center;
    color: #007bff; /* 蓝色标题 */
    margin-bottom: 20px;
}

.team-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-list li {
    background: #f8f8f8; /* 浅灰色背景 */
    border: 1px solid #007bff; /* 蓝色边框 */
    padding: 10px;
    margin-bottom: 10px;
}

.position {
    color: #007bff; /* 蓝色职位 */
    font-weight: bold;
}

.university {
    color: #333;
}

@media (max-width: 768px) {
    .container {
        width: auto;
        margin: 10px;
    }
}

.background-title {
    text-align: center;
    color: #007bff; /* 蓝色标题 */
    margin-bottom: 20px;
}

.background-content {
    margin-bottom: 20px;
}

.organization {
    border-left: 4px solid #007bff; /* 蓝色边框 */
    padding-left: 15px;
    margin-bottom: 20px;
}

.organization-title {
    font-size: 1.2em;
    color: #007bff; /* 蓝色标题 */
    margin-bottom: 10px;
}

.member-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-item {
    padding: 5px 0;
    border-bottom: 1px dashed #007bff; /* 蓝色分割线 */
}

.member-item:last-child {
    border-bottom: none;
}

.position, .name {
    display: inline-block;
}

.position::after {
    content: ", ";
}

.name::before {
    content: " - ";
}

@media (max-width: 768px) {
    .container {
        width: auto;
        margin: 10px;
    }
}

.header-info {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.contact-item {
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #e0e0ff;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-label {
    color: #007bff;
    font-weight: bold;
}

.contact-data {
    color: #333;
}

@media (max-width: 768px) {
    .header-info {
        width: auto;
        margin: 10px;
    }
}

.explanation-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.explanation-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.explanation-item {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.explanation-label {
    color: #007bff;
    font-weight: bold;
}

.explanation-content {
    margin-left: 20px;
}

.instruction {
    margin-top: 20px;
    padding: 15px;
    background-color: #e8f0fe;
    border: 1px dashed #007bff;
}

.instruction-title {
    color: #007bff;
    font-weight: bold;
}

@media (max-width: 768px) {
    .explanation-container {
        width: auto;
        margin: 10px;
    }
}

.registration-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.registration-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.registration-item {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.registration-label {
    color: #007bff;
    font-weight: bold;
}

.registration-content {
    margin-left: 20px;
}

.registration-instruction {
    margin-top: 20px;
    padding: 15px;
    background-color: #e8f0fe;
    border: 1px dashed #007bff;
    margin-bottom: 25px;
}

.registration-instruction-title {
    color: #007bff;
    font-weight: bold;
}

.registration-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.registration-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0ff;
}

.registration-list li:last-child {
    border-bottom: none;
}

.registration-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.registration-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .registration-container {
        width: auto;
        margin: 10px;
    }
}

.qualification-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qualification-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.qualification-section {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.qualification-section-title {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.qualification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qualification-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0ff;
}

.qualification-list-item:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .qualification-container {
        width: auto;
        margin: 10px;
    }
}

.card-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.card-content {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.card-section-title {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0ff;
}

.card-list-item:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .card-container {
        width: auto;
        margin: 10px;
    }
}

.guide-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.guide-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.guide-section {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.guide-section-title {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guide-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0ff;
}

.guide-list-item:last-child {
    border-bottom: none;
}

.guide-note {
    background-color: #e8f0fe;
    padding: 10px;
    margin-top: 10px;
    border-left: 4px solid #007bff;
}

@media (max-width: 768px) {
    .guide-container {
        width: auto;
        margin: 10px;
    }
}


.selection-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.selection-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.selection-section {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.selection-section-title {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.selection-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.selection-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0ff;
}

.selection-list-item:last-child {
    border-bottom: none;
}

.selection-subtitle {
    color: #007bff;
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .selection-container {
        width: auto;
        margin: 10px;
    }
}

.exam-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.exam-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.exam-section {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 4px solid #007bff;
}

.exam-section-title {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 10px;
}

.exam-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exam-list-item {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0ff;
}

.exam-list-item:last-child {
    border-bottom: none;
}

.exam-description {
    margin-left: 20px;
}

@media (max-width: 768px) {
    .exam-container {
        width: auto;
        margin: 10px;
    }
}


.submission-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.submission-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.submission-step {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.submission-step::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
}

.submission-step:nth-child(odd)::before {
    content: '■';
}

.submission-step:nth-child(even)::before {
    content: '●';
}

.submission-step:last-child {
    margin-bottom: 0;
}

.submission-description {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .submission-container {
        width: auto;
        margin: 10px;
    }
}

.payment-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.payment-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.payment-step {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.payment-step::before {
    content: '→';
    position: absolute;
    left: 10px;
    top: -5px;
    font-size: 1.5em;
    color: #007bff;
}

.payment-description {
    font-size: 1em;
    line-height: 1.6;
}

.payment-highlight {
    background-color: #e8f0fe;
    padding: 5px 10px;
    border-left: 4px solid #007bff;
    display: inline-block;
    margin-top: 5px;
}

.payment-note {
    font-style: italic;
    color: #666;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .payment-container {
        width: auto;
        margin: 10px;
    }
}

.arrival-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.arrival-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.arrival-step {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.arrival-step::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23027%2C%22" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm1-13h-2v6h2v-6zm0 8h-2v2h2v-2z"/></svg>'); /* SVG icon */
    background-repeat: no-repeat;
    background-size: cover;
}

.arrival-description {
    font-size: 1em;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .arrival-container {
        width: auto;
        margin: 10px;
    }
}

.video-guide-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.video-guide-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.video-guide-section {
    margin-bottom: 20px;
}

.video-guide-list {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.video-guide-list-item {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.video-guide-list-item::before {
    content: '■';
    position: absolute;
    left: 0;
    top: 0;
    color: #007bff;
}

.video-guide-topic {
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .video-guide-container {
        width: auto;
        margin: 10px;
    }
}


.process-container {
    background-color: #ffffff;
    margin: 20px auto;
    padding: 20px;
    width: 70%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.process-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 20px;
}

.process-section {
    margin-bottom: 20px;
}

.process-list {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.process-list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.process-list-item::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #007bff;
    font-size: 1.2em;
}

.process-subtitle {
    color: #007bff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .process-container {
        width: auto;
        margin: 10px;
    }
}

.footer {
    width: 100%;
    position: relative;
    bottom: 0px;
    background-color: #007bff;
    color: #e3e3ed;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-top: 100px;
}



@media (max-width: 768px) {
    .footer {
        padding: 10px;
    }
}

.download-container {
    width: 70%;
    margin: 20px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.download-title {
    text-align: center;
    color: #007bff;
    margin-bottom: 20px;
}

.files-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.file-card {
    background-color: #e8f0fe;
    margin: 10px 0;
    padding: 15px;
    width: 40%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease;
    float: left;
    text-align: center;
}

.file-card:hover {
    transform: translateY(-5px);
}

.file-name {
    color: #007bff;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.file-description {
    font-size: 0.9em;
    color: #666;
}

.download-button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.download-button:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .files-container {
        flex-direction: column;
    }

    .file-card {
        width: 100%;
    }
}

.floating-window {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
  }
  
  .floating-button {
	font-family:"楷体";
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #007bff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50%;
    width: 5vw;
    height: 5vw;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
	font-size: 2vw;
  }
  
  .floating-button:hover {
    background-color: #0056b3;
    transform: scale(1.2);
  }
  
  .floating-button .icon {
    display: block;
    font-size: 0.5em;
  }
  
  .floating-button .text {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #007bff;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 10px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  
  .floating-button:hover .text {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  @media (max-width: 768px) {
    .floating-window {
      display: none;
    }
  }


  .info-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff; /* 白色背景 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .info-title {
    text-align: center;
    color: #007bff; /* 蓝色标题 */
    margin-bottom: 20px;
  }
  
  .info-section {
    margin-bottom: 20px;
  }
  
  .info-subtitle {
    color: #007bff; /* 蓝色子标题 */
    margin-bottom: 10px;
  }
  
  .info-list {
    list-style: none;
    padding-left: 20px;
  }
  
  .info-list li {
    background: url('data:image/svg+xml;utf8,<svg fill="%23027%2C%22" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M10 19v-13h4v13h-4zm0 0h4v-13h-4zm0 0h4V6h-4v13zM10 19V6H6v13h4zm6 0V6h-4v13h4zm0 0h4V6h-4V19zM16 19v-13h4V19h-4zm0 0h4v-13h-4z"/>') left center no-repeat;
    background-size: 16px 16px;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #333;
  }
  
  /* 响应式设计 */
  @media (max-width: 768px) {
    .info-container {
      width: auto;
      margin: 10px;
    }
  }

  .happyAndSad{
    width: 30px;
    height: 30px;
    display: inline-block;
  }

 .document-list-container {
     background-color: #ffffff; /* 白色背景 */
     margin: 20px auto;
     padding: 20px;
     max-width: 800px; /* 表格的最大宽度 */
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     border-radius: 8px; /* 边角圆滑 */
 }
 
 .document-list-title {
     text-align: center;
     color: #007bff; /* 蓝色标题 */
     margin-bottom: 15px;
 }
 
 .document-list-table {
     width: 100%;
     border-collapse: collapse; /* 合并边框 */
     margin-bottom: 20px;
 }
 
 .document-list-table thead {
     background-color: #007bff; /* 蓝色表头 */
     color: #ffffff; /* 白色文字 */
 }
 
 .document-list-table th,
 .document-list-table td {
     padding: 10px;
     border: 1px solid #ddd; /* 单元格边框 */
     text-align: left;
 }
 
 .document-list-table tbody tr:nth-child(even) {
     background-color: #e8f0fe; /* 条纹背景 */
 }
 
 @media (max-width: 768px) {
     .document-list-container {
         width: auto;
         margin: 10px;
     }
 }
 
 .tuition-payment-container {
     background-color: #ffffff; /* 白色背景 */
     margin: 20px auto;
     padding: 20px;
	 width: 70%;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     border-radius: 8px; /* 边角圆滑 */
 }
 
 .tuition-payment-title {
     text-align: center;
     color: #007bff; /* 蓝色标题 */
     margin-bottom: 15px;
 }
 
 .tuition-payment-list {
     list-style: none;
     padding: 0;
     margin-left: 20px; /* 列表缩进 */
 }
 
 .tuition-payment-list li {
     margin-bottom: 10px; /* 列表项间距 */
     color: #333;
     font-size: 16px; /* 字体大小 */
 }
 
 @media (max-width: 768px) {
     .tuition-payment-container {
         width: auto;
         margin: 10px;
     }
 }
 
 .visa-instructions-container {
             background-color: #ffffff; /* 白色背景 */
             margin: 20px auto;
             padding: 20px;
             width: 70%;/* 内容的最大宽度 */
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             border-radius: 8px; /* 边角圆滑 */
         }
 
         .visa-instructions-title {
             text-align: center;
             color: #007bff; /* 蓝色标题 */
             margin-bottom: 15px;
         }
 
         .visa-section {
             margin-bottom: 20px;
         }
 
         .visa-subsection-title {
             color: #007bff; /* 蓝色子标题 */
             margin-bottom: 10px;
         }
 
         .visa-list {
             list-style: none;
             padding: 0;
             margin-left: 20px; /* 列表缩进 */
         }
 
         .visa-list li {
             margin-bottom: 5px; /* 列表项间距 */
             color: #333;
			 list-style: decimal;
			 margin-left:2vw;
         }
 
         @media (max-width: 768px) {
             .visa-instructions-container {
                 width: auto;
                 margin: 10px;
             }
         }
		 
		 .arrival-guide-container {
		     background-color: #ffffff; /* 白色背景 */
		     margin: 20px auto;
		     padding: 20px;
		     width: 70%;/* 内容的最大宽度 */
		     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		     border-radius: 8px; /* 边角圆滑 */
		 }
		 
		 .arrival-guide-title {
		     text-align: center;
		     color: #007bff; /* 蓝色标题 */
		     margin-bottom: 15px;
		 }
		 
		 .arrival-section {
		     margin-bottom: 20px;
		 }
		 
		 .arrival-subsection-title {
		     color: #007bff; /* 蓝色子标题 */
		     margin-bottom: 10px;
		 }
		 
		 @media (max-width: 768px) {
		     .arrival-guide-container {
		         width: auto;
		         margin: 10px;
		     }
		 }

/* 日本大学院项目页面样式 */
.graduate-hero-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 30px;
}

.graduate-hero-title {
    font-size: 2.5em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.graduate-hero-subtitle {
    font-size: 1.2em;
    opacity: 0.9;
}

.graduate-feature-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,123,255,0.15);
    padding: 25px;
    margin-bottom: 0;
    border-left: 5px solid #007bff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.graduate-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,123,255,0.25);
}

.graduate-card-title {
    color: #007bff;
    margin-bottom: 15px;
    font-size: 1.4em;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
}

.graduate-highlight-text {
    background: linear-gradient(120deg, #a8edea 0%, #fed6e3 100%);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.graduate-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
}

.graduate-link:hover {
    text-decoration: underline;
}

.graduate-service-list {
    margin-left: 20px;
    margin-top: 10px;
}

.graduate-process-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.graduate-process-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0,123,255,0.1);
    border: 2px solid #e3f2fd;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.graduate-process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
}

.graduate-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,123,255,0.2);
    border-color: #007bff;
}

.graduate-process-number {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 4px 10px rgba(0,123,255,0.3);
}

.graduate-process-content h3 {
    color: #007bff;
    margin-bottom: 12px;
    font-size: 1.2em;
    font-weight: 600;
    padding-right: 50px;
}

.graduate-process-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.graduate-flow-chart {
    text-align: center;
    margin: 30px 0;
}

.graduate-flow-step {
    display: inline-block;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    margin: 10px;
    font-weight: bold;
}

.graduate-flow-step.graduate-success {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.graduate-flow-arrow {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 15px;
    color: #007bff;
}

.graduate-contact-info {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.graduate-contact-info a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.graduate-notice-box {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #ffc107;
}

.graduate-notice-box p {
    margin: 0;
    font-weight: bold;
    color: #856404;
    font-size: 1.1em;
}

.graduate-advantage-item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #007bff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.graduate-advantage-item h3 {
    color: #007bff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.graduate-advantage-item h3::before {
    content: '★';
    margin-right: 10px;
    color: #ffc107;
    font-size: 1.2em;
}

.graduate-commitment-list {
    margin-left: 20px;
}

.graduate-university-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.graduate-university-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.graduate-university-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,123,255,0.1), transparent);
    transition: left 0.5s ease;
}

.graduate-university-card:hover {
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,123,255,0.2);
}

.graduate-university-card:hover::before {
    left: 100%;
}

.graduate-university-card h4 {
    color: #007bff;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}

.graduate-advantage-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 0;
}

.graduate-advantage-title {
    color: #007bff;
    text-align: center;
    margin-bottom: 30px;
}

.graduate-score-info {
    background: linear-gradient(135deg, #e3f2fd, #bbdefb);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.graduate-score-info p {
    margin: 0;
    font-weight: bold;
    color: #1976d2;
}

.graduate-score-items {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.graduate-score-item {
    background: white;
    padding: 10px 20px;
    border-radius: 20px;
    color: #1976d2;
    font-weight: bold;
}

.graduate-subtitle {
    color: #007bff;
    margin-bottom: 20px;
}

.graduate-keyword-box {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.graduate-keyword-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: graduate-float 6s ease-in-out infinite;
}

@keyframes graduate-float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.graduate-keyword-box h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
    position: relative;
    z-index: 1;
}

.graduate-keyword-box p {
    position: relative;
    z-index: 1;
    line-height: 1.6;
}

.graduate-fee-table {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.graduate-fee-table table {
    width: 100%;
    border-collapse: collapse;
}

.graduate-fee-table th {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}

.graduate-fee-table td {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.graduate-fee-table tr:nth-child(even) {
    background: #f8f9fa;
}

.graduate-fee-table tr:hover {
    background: #e3f2fd;
}

@media (max-width: 768px) {
    .graduate-hero-title {
        font-size: 2em;
    }
    
    .graduate-university-grid {
        grid-template-columns: 1fr;
    }
    
        .graduate-process-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .graduate-process-card {
        padding: 20px;
    }

    .graduate-process-number {
        width: 35px;
        height: 35px;
        font-size: 1em;
    }

    .graduate-process-content h3 {
        padding-right: 40px;
        font-size: 1.1em;
    }
    
    .graduate-flow-chart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .graduate-flow-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .graduate-score-items {
        flex-direction: column;
        gap: 10px;
    }
}
