/* 默认样式适用于电脑端 */
.item {
    position: relative;
    float: right;
    margin-right: 20px;
    margin-bottom: 34px;
}

h1 {
    margin: 0;
    font-size: 40px;
    margin-top: 24px;
}

body {
    font-family: 'Bree Serif', serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll; /* 始终显示垂直滚动条 */
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.logo-title-container {
    display: flex;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 100px;
}

.dropbtn {
    background-color: transparent;
    color: black;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: none;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, +28%);
}

.dropdown-content .flex-container {
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: center;
}

.dropdown-content a{
    padding: 12px 16px;
}
a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    background-color: transparent;
    border: none;
    white-space: nowrap;
}


.dropdown-content a:hover {
    color: green;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.green {
    color: green;
}

.imglogo {
    position: relative;
    width: 80px;
    height: auto;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 20px;
}

.imglogobottom {
    position: relative;
    margin-top: 6px;
    width: 80px;
    height: auto;
}

.image-container {
    position: relative;
    margin-top: 30px; /* 保持距离为30px */
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start; /* 修改为flex-start以使子项在列表标题下方 */
    margin-top: 40px;
    margin-right: 40px; /* 根据需要调整此边距 */
    position: relative; /* 添加相对定位，以便后续绝对定位的使用 */
}

.column {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin-left: 20px; /* 根据需要调整此边距 */
}

.list-title {
    font-size: 20px; /* 根据需要调整此字体大小 */
    margin-right: 100px;
}

.sub-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column; /* 列表项垂直排列 */
    margin-left: 14px;

}

.sub-list li {
    font-size: 14px;
    margin-bottom: 4px; /* 根据需要调整此边距 */
    margin-top: 6px;
}


.spanarrow{
    font-size: 24px;
}

.line {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 1px;
    margin-top: 10px;
    border-left: 1px  solid black; /* 使用border属性来绘制细线 */
    height: 46px;
}

.title{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 80px;
}

.title h2{
    font-size: 34px;
}
.line1,.line2 ,.line3{
    flex-grow: 1;
    height: 1.5px;
    background-color: grey;
    margin: 0 36px; /* 调整线条的宽度，可以根据需要调整 */
}

.imgPosition{
    margin-top: 10px;
    text-align: center;
    height: auto;
    display: block;
    margin-left: 40px;
    margin-right: 40px;
}
.imgStats {
    width: auto; /* 使宽度自适应 */
    max-width: 100%; /* 设置最大宽度 */
}
.courseDetail{
    font-size: 24px;
    text-align: justify;
    line-height: 1.3;
    margin-right: 58px;
    margin-left: 58px;
}
.linePosition{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 80px;
}

.download-h {
    display: flex;
    justify-content: right;
    margin-right: 56px;
}
.downloadBtnP{
    margin-top: 40px;
    display: flex;
    margin-right: -100px;
}
.downloadimg{
    width: 50%;
    height: auto;
    cursor: pointer ;/* 移除按钮的边框 */
}
.downloadDetail-c p {
    width: 400px; /* 设置宽度 */
    height: auto; /* 设置高度 */
    font-size: 20px;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 10px;
}

.downloadBtn {
    width: 100px; /* 设置按钮的宽度 */
    height: 100px; /* 设置按钮的高度，以创建正方形 */
    border-radius: 30px; /* 设置按钮的圆角 */
    background-color: #d7d7d7; /* 设置按钮的背景颜色为灰色 */
    color: #000000; /* 设置按钮的文本颜色 */
    font-size: 16px; /* 设置按钮的字体大小 */
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer ;/* 移除按钮的边框 */
}
.downloadDetail-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px; /* 调整文字和按钮之间的间距 */
    margin-top: 20px;
}
.pdiv{
    margin-top: 68px;
}
.pdiv p {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0.5; /* 设置行距为1.5倍行高，可以根据需要调整 */
    color: grey;
    font-size: 14px;
}
.exitBtnP{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}
.exitBtn {
    width: 60px; /* 设置按钮的宽度 */
    height: 60px; /* 设置按钮的高度，以创建正方形 */
    border-radius: 60px; /* 设置按钮的圆角 */
    background-color: #d7d7d7; /* 设置按钮的背景颜色为灰色 */
    color: #000000; /* 设置按钮的文本颜色 */
    font-size: 16px; /* 设置按钮的字体大小 */
    display: flex;
    justify-content: center;
    align-items: center;
    border: none; /* 移除按钮的边框 */
    cursor: pointer; /* 设置初始的鼠标样式 */
}
.strong3{
    font-size: 34px;
    margin-top: 36px;
}
.coursePlan{
    justify-content: center;
    align-items: center;
    background-color: rgba(215, 215, 215, 0); /* 设置按钮的背景颜色为灰色 */
    font-size: 16px; /* 设置按钮的字体大小 */
    border: none; /* 移除按钮的边框 */
    cursor: pointer; /* 设置初始的鼠标样式 */
    margin: 20px;
}
/* 添加手机端适配样式 */
/* 添加手机端适配样式 */

@media only screen and (max-width: 600px) {
    /* 在屏幕宽度小于等于600px时应用以下样式 */
    /*基本框架代码*/
    .item {
        float: none; /* 取消浮动 */
        margin-right: 0;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 24px; /* 标题字体大小调整 */
        margin-top: 12px;
    }

    body {
        overflow-x: visible; /* 允许横向滚动 */
        overflow-y: scroll; /* 始终显示垂直滚动条 */
    }

    .dropdown {
        margin-right: 0px; /* 调整下拉菜单的右边距 */
    }

    .dropbtn {
        margin-left: 10px; /* 调整下拉按钮的左边距 */
        font-size: 20px; /* 下拉按钮字体大小调整 */
    }

    .spanarrow {
        font-size: 20px; /* 下拉箭头字体大小调整 */
    }

    .dropdown-content {
        min-width: 120px; /* 下拉内容宽度调整 */
        transform: translate(-30%, 10%); /* 调整下拉内容位置 */
        font-size: 12px; /* 下拉内容字体大小调整 */
    }

    .dropdown-content .flex-container {
        flex-direction: row; /* 下拉内容子元素水平布局 */
        justify-content: space-between;  /* 在水平方向上平均分布子元素 */
    }

    .dropdown-content a {
        padding: 8px 10px;  /* 调整下拉项的内边距 */
    }

    .imglogo {
        width: 60px; /* logo宽度调整 */
        margin-top: 10px; /* 调整logo上边距 */
    }

    .image-container {
        margin-top: 6px; /* 调整图片容器上边距 */
    }

    .imglogobottom {
        width: 50%; /* 相对宽度，按比例缩小 */
        max-width: 50px; /* 设置最大宽度，防止过度缩小 */
        margin-top: 4px; /* 调整下方logo上边距 */
    }

    .container {
        flex-direction: row; /* 容器子元素水平布局 */
        align-items: flex-start; /* 子元素在顶部对齐 */
        margin-top: 20px; /* 调整容器上边距 */
        margin-right: 20px; /* 调整容器右边距 */
    }

    .column {
        flex-direction: row; /* 列表项水平布局 */
        margin-top: 6px; /* 调整列表项上边距 */
        margin-left: -20px; /* 调整列表项左边距 */
    }

    .list-title {
        margin-right: 6px; /* 调整列表标题右边距 */
        font-size: 16px; /* 列表标题字体大小调整 */
    }

    .sub-list {
        margin-left: 4px; /* 调整子列表左边距 */
    }

    .sub-list li {
        font-size: 10px; /* 子列表项字体大小调整 */
        margin-bottom: 2px; /* 调整子列表项下边距 */
        margin-top: 2px; /* 调整子列表项上边距 */
    }

    .pdiv {
        margin-top: 20px; /* 调整pdiv上边距 */
    }

    .pdiv p {
        margin-top: 0;
        line-height: 0.5;
        font-size: 8px; /* p元素字体大小调整 */
    }

    .line {
        margin-top: 8px; /* 调整线上边距 */
        height: 26px; /* 调整线的高度 */
    }

    /*other*/
    .title {
        flex-direction: column; /* 标题垂直方向堆叠 */
        align-items: center; /* 居中对齐 */
        margin-top: 10px; /* 调整标题上边距 */
    }

    .title h2 {
        font-size: 28px; /* 标题字体大小调整 */
        margin-bottom: 0px; /* 调整标题下边距 */
        margin-top: 0; /* 取消标题负上边距 */
        margin-left: auto; /* 居中 */
        margin-right: auto; /* 居中 */
        text-align: center; /* 文本居中对齐 */
    }

    .line1, .line2, .line3 {
        margin: 0; /* 移动端不需要线条间距 */
    }

    .imgPosition {
        margin-top: 10px; /* 调整图片位置上边距 */
        text-align: center; /* 图片居中对齐 */
        height: auto;
        display: block;
        margin-left: 20px; /* 调整图片左边距 */
        margin-right: 20px; /* 调整图片右边距 */
    }

    .imgStats {
        width: 100%; /* 图片宽度100%，自适应容器宽度 */
        max-width: 100%; /* 设置最大宽度 */
    }

    .courseDetail {
        font-size: 18px; /* 详情字体大小调整 */
        text-align: justify; /* 文字两端对齐 */
        line-height: 1.5; /* 行距调整 */
        margin-right: 20px; /* 调整右边距 */
        margin-left: 20px; /* 调整左边距 */
    }

    .linePosition {
        flex-direction: column; /* 位置线垂直方向堆叠 */
        align-items: center; /* 居中对齐 */
        position: relative;
        margin-top: 40px; /* 调整位置线上边距 */
    }

    .downloadBtnP {
        display: flex;
        justify-content: center; /* 居中对齐 */
        margin-left: 30px;
        margin-top: 10px;
        margin-right: 20px;
        cursor: pointer ; /* 设置初始的鼠标样式 */
    }
    .downloadimg{
        width: 100%;
        height: auto;
        cursor: pointer ; /* 设置初始的鼠标样式 */
    }
    .downloadBtnP:hover {
        cursor: pointer ;
        /* 添加其他样式 */
    }

    .download-h {
        flex-direction: row;
        align-items: center;
        display: flex;
        margin-right: 10px;
        cursor: pointer ;
    }


    .downloadDetail-c p {
        width: 100%; /* 文字宽度100%，自适应容器宽度 */
        height: auto; /* 设置高度 */
        font-size: 16px; /* 字体大小调整 */
        text-align: justify; /* 文字两端对齐 */
        line-height: 1.5; /* 行距调整 */
        margin-bottom: 10px; /* 调整下边距 */
        margin-right: 20px;
    }


    .downloadDetail-c {
        display: flex;
        flex-direction: column; /* 详情垂直方向堆叠 */
        justify-content: center; /* 居中对齐 */
        align-items: center; /* 居中对齐 */
        margin-top: 0px;
    }
    .email{
        font-size: 14px;
    }
    .strong3{
        font-size: 24px;
        margin-top: 36px;
    }
}
