/* 背景图 start */
.con_1 {
    width: 100%;
    height: 770px;
    background-image: url(../images/index/con_1_1124_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* con2 */
.con_2 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.con_2_content {
    position: relative;
}

.con_2_right {
    display: flex;
}

.con_2_right>img {
    width: 197px;
    height: 269px;
    object-fit: cover;
}

.con_2_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    /* 从容器右边开始 */
    width: calc((100vw - 1400px - 17px) / 2);
    /* 自适应剩余空间，减去滚动条宽度 */
    height: 100%;
    background-image: url(../images/index/con_2_ce_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    /* 确保在内容下方 */
}

.con_2_top {
    margin-top: -50px;
    height: 350px;
    background-image: url(../images/index/con_2_top_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    /* background-color: red; */
}

.con_2_left {
    width: 440px;
    height: 260px;
    color: #fff;
}

.con_2_left .con_2_left_box {
    display: flex;
    flex-direction: column;
}

.con_2_left .con_2_left_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.con_2_left .con_2_left_text {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 30px;
    font-weight: 500;
}

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

.con_2_bottom_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 810px;
}

.con_2_bottom_left_box {
    display: flex;
    height: 180px;
}

.con_2_bottom_left_box_img {
    min-width: 365px;
    height: 180px;
    object-fit: cover;
}

.con_2_bottom_left_text_title {
    font-size: 18px;
    font-weight: bold;
    color: #9f285e;
}

.con_2_bottom_left_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 5px solid #eee;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    padding: 16px;
    width: 445px;
}

.con_2_bottom_left_text_text {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
    color: black;
}

.con_2_bottom_left_text_time {
    text-align: right;
    font-size: 16px;
    color: #929292;
}

.con_2_bottom_right {
    width: 566px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con_2_bottom_right .box_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    width: 545px;
    height: 49px;
    background-color: var(--primary1-color);
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.con_2_bottom_right .box_2 {
    width: 566px;
    height: 150px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.month_selector_container {
    width: 534px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: hotpink; */
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    /* background-color: aqua; */
}

.month_selector_item {
    width: 34px;
    height: 34px;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

/* .month_selector_img {
  width: 34px;
  height: 34px;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
} */

.month_selector_item.active {
    background-color: #e6ae53;
    color: #fff;
}

.day_selector_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 534px;
    height: 86px;
    margin: 10px auto;
}

.day_selector_container .img {
    width: 20px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.day_selector_item {
    position: relative;
    width: 45px;
    height: 86px;
    cursor: pointer;
}

.day_selector_item_title {
    text-align: center;
    font-size: 16px;
    color: #979797;
}

.day_selector_item_day {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.day_selector_item.active>div {
    /* background-color: #e6ae53; */
    color: var(--primary-color);
}

.day_status {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.day_status_gq {
    background-color: #e6ae53;
}

.day_status_yg {
    background-color: #4061f4;
}

.con_2_bottom_right .box_3 {
    width: 566px;
    height: 380px;
    background-color: #f5f6f9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.con_2_bottom_right .box_3 .box_3_content {
    // height: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con_2_bottom_right .box_3 .box_3_content {
    border-bottom: 1px solid #aeaeae;
}

.con_2_bottom_right .box_3 .box_3_content:last-child {
    border-bottom: none;
}

.con_2_bottom_right .box_3 .box_3_content_left {
    width: 60%;
    /* height: 140px; */
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    border-right: 1px solid #aeaeae;
}

.con_2_bottom_right .box_3 .box_3_content_left .status_box {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 5px 0px;
}

.con_2_bottom_right .box_3 .box_3_content_left .status_box.status_box_gq {
    background-color: var(--primary1-color);
}

.con_2_bottom_right .box_3 .box_3_content_left .status_box.status_box_yg {
    background-color: #4061f4;
}

.con_2_bottom_right .box_3 .box_3_content_left_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.con_2_bottom_right .box_3 .box_3_content_left_timelocation {
    font-size: 16px;
    color: var(--primary1-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con_2_bottom_right .box_3 .box_3_content_right {
    width: 40%;
    height: 140px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con_2_bottom_right .box_3 .box_3_content_right .box_3_content_right_title {
    font-size: 18px;
    height: 30px;
    color: var(--primary1-color);
}

.con_2_bottom_right .box_3 .box_3_content_right .box_3_content_right_text {
    height: 100px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.con_3 {
    background-image: url(../images/index/con_3_bg.png);
    background-size: 1000px 100%;
    background-position: left;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.con_3_content_left {
    height: 332px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    /* background-color: hotpink; */
}

.con_3_content_left_box {
    width: 645px;
    height: 60px;
    display: flex;
    /* flex-direction: column; */
    /* background-color: hotpink; */
}

.con_3_content_left_box_time {
    /* padding: 10px; */
    text-align: center;
    width: 66px;
    height: 60px;
    line-height: 22px;
    background-color: var(--primary1-color);
    color: #fff;
    font-size: 16px;
}

.con_3_content_left_box_title {
    line-height: 60px;
    padding: 0 10px;
    width: 645px;
    background-color: #f7f7f7;
    font-weight: 500;
}

.con_3_content_center {
    position: relative;
    width: 235px;
    height: 332px;
    margin: 0 17px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #71206e;
}

.con_3_content_center_img {
    width: 235px;
    height: 160px;
    object-fit: cover;
}

.con_3_content_center_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    height: 150px;
}

.con_3_content_right {
    height: 332px;
}

.con_3_content_right_box {
    position: relative;

    width: 487px;
    height: 160px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.con_3_content_right_1,
.con_3_content_right_2 {
    background-color: #f2f2f2;
}

.con_3_content_right_text {
    position: absolute;
    width: 232px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: 500;
}

.con_3_bottom {
    display: flex;
    margin-top: 100px;
    height: 300px;
}

.con_3_bottom_title {
    width: 300px;
    /* background-color: var(--primary-color); */
}

.left_arrow {
    width: 213px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 10px; */
    margin: 0 auto;
    margin-top: 50px;
    border-bottom: 1px solid var(--primary1-color);
    padding: 10px;
    color: var(--primary1-color);
    font-weight: 500;
    cursor: pointer;
}

.left_arrow>.icon_box,
.right_arrow>.icon_box {
    cursor: pointer;
}

.left_arrow>.icon_box:hover {
    transform: translateX(-3px);
    transition: all 0.3s ease;
}

.right_arrow>.icon_box:hover {
    transform: translateX(3px);
    transition: all 0.3s ease;
}

.right_arrow {
    width: 213px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    cursor: pointer;
}

.con_3_bottom_person_list {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 1100px;
    position: relative;
    overflow: hidden;
}

.con_3_bottom_person_list_wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.5s ease-in-out;
    width: fit-content;
}

.con_3_bottom_person_list_item {
    width: 210px;
    flex-shrink: 0;
}

.con_3_bottom_person_list_item_img {
    width: 210px;
    height: 227px;
    background-color: #929292;
    overflow: hidden;
}

.con_3_bottom_person_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con_3_bottom_person_list_item_text {
    background-image: url(../images/index/con_3_name_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 210px;
    height: 74px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
}

.con_3_bottom_person_list_item_text_name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 24px;
    font-weight: 500;
}

.con_3_bottom_person_list_item_text_title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.con_4 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 453px;
    background-image: url("../images/index/con_4_bg.png");
}

.con_4_content {
    position: relative;
    /* height: 453px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #fff; */
}

.input_box {
    width: 800px;
    height: 240px;
    background-color: #dccde7;
    padding: 30px;
    /* display: flex;
  align-items: center;
  justify-content: center; */
}

.search_container {
    display: flex;
    align-items: center;
    width: 747px;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0 auto;
}

.search_input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 18px;
    color: #333;
}

.search_input::placeholder {
    color: #999;
    font-size: 16px;
}

.search_button {
    width: 56px;
    height: 39px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    margin-right: 20px;
}

.search_button img {
    width: 56px;
    height: 39px;
    filter: brightness(0);
}

.con_4_title {
    margin-left: 10px;
    height: 240px;
    font-size: 92px;
    line-height: 92px;
    color: #fff;
    opacity: 0.4;
    font-weight: bold;
}

.con_4_right_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 24px;
    border-bottom: 1px solid #fff;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    line-height: 20px;
}

.con_4_right_bottom>a {
    color: #fff;
    font-weight: 500;
}

.con_4_right_bottom:hover {
    transform: translateY(-2px) translateX(3px);
}

.text_box {
    width: 747px;
    margin: 0 auto;
    padding: 20px;
    color: var(--primary-color);
    font-weight: 500px;
    letter-spacing: 2px;
}

.con_5 {
    background-image: url(../images/index/con_5_left_bg.png),
        url(../images/index/con_5_right_bg1.png),
        url(../images/index/con_5_right_bg.png);
    background-size: 54% 475px, 49% 450px, 767px 649px;
    background-position: left, right 39%, right bottom;
    background-repeat: no-repeat;
    height: 955px;
}

.con_5_content {
    position: relative;
    height: 955px;
    /* background-color: #fff; */
}

.con_5_content_title_box {
    position: absolute;
    top: 70px;
    left: 0;
    width: 240px;
    /* z-index: 100; */
}

.con_5 .box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 338px;
    height: 405px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.con_5 .box>img {
    width: 317px;
    height: 307px;
    object-fit: cover;
}

.con_5 .box .title_box {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 45px;
}

.con_5 .box.con_5_box_1 {
    left: 0;
    top: 150px;
}

.con_5 .box.con_5_box_2 {
    left: 350px;
    top: 80px;
}

.con_5 .box.con_5_box_3 {
    left: 50px;
    top: 580px;
}

.con_5 .box.con_5_box_4 {
    left: 400px;
    top: 500px;
}

.con_5 .box.con_5_box_5 {
    left: 750px;
    top: 450px;
}

.title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
}

.title {
    height: 58px;
    width: 215px;
    background-image: url(../images/index/title_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px 0 0 65px;
    font-size: 30px;
    font-weight: bold;
    color: var(--primary1-color);
}

.title_text {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary1-color);
    background: linear-gradient(90deg, #d12c6a 0%, #3d0c3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.more {
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    padding-right: 10px;
    font-weight: 500;
    border-bottom: 2px solid var(--primary-color);
}

.more>a {
    font-size: 16px;
    color: black;
    opacity: 0.7;
}

.more:hover {
    transform: translateX(3px);
    transition: all 0.3s ease;
}
