@keyframes example3 {
    0% {
        transform: translate(0, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) {

    .index_pc_wrap {
        display: none;
    }

    .index_view_wrap {
        display: block;
    }

    .list_page_bg {
        width: 100%;
        height: 5.5rem;
        position: relative;
        overflow: hidden;
    }

    .list_page_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .list_page_bg_txt {
        position: absolute;
        top: 2.1rem;
        left: 0;
        right: 0;
        font-size: 0.42rem;
        font-family: TsangerYunHei-W06;
        color: #FFFFFF;
        text-align: center;

    }



    .date_list_select_wrap {
       display: flex;
        justify-content: space-between;
    }


    .date_list_select {
        width: 1.92rem;
        height: 0.4rem;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .date_list_select_top {
        width: 1.92rem;
        height: 0.4rem;
        background: var(--theme-color);
        font-size: 0.19rem;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 0.11rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .date_list_select_top img {
        width: 0.09rem;
        height: 0.09rem;
    }

    .date_list_select ul {
        position: absolute;
        width: 1.92rem;
        left: 0;
        right: 0;
        top: 0.4rem;
        background: #1C2122;
        z-index: 999;

    }

    .date_list_select ul.unshow {
        display: none;
    }

    .date_list_select ul li {
        color: #FFFFFF;
        text-align: center;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
        font-family: TsangerYunHei-W04;
    }

    .date_list_select ul li:first-child {
        font-size: 0.16rem;
        border-bottom: 1px solid var(--theme-color);
    }

    .date_list_select ul li.tab {
        color: var(--theme-color);
    }
    .date_list_select_tab{
        font-size: 0.43rem;
        font-family: TsangerYunHei-W02;
        color: var(--theme-color);
        position: relative;
        height: 0.6rem;

    }
    .date_list_select_tab img{
        width: 0.16rem;
        margin-left: 0.08rem;
    }
    .date_list_select_tab_top{
        display: flex;
        align-items: center;

    }

    .meiti_type {
        position: absolute;
        width: 1.92rem;
        left: 0;
        right: 0;
        top: 0.6rem;
        background: #1C2122;
        z-index: 999;

    }

    .meiti_type.unshow {
        display: none;
    }

    .meiti_type li {
        color: #FFFFFF;
        text-align: center;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
        font-family: TsangerYunHei-W04;
    }


    .meiti_type li.tab {
        color: var(--theme-color);
    }



    .list_content {
        display: flex;
        justify-content: center;
        margin-bottom: 1.83rem;
    }

    .list_content_top li {

        margin-top: 1rem;
    }

    .list_content_top li > img {
        width: 5.9rem;
        height: 4.51rem;
        object-fit: cover;

    }

    .new_list_right {
        color: #ffffff;
       margin-top: 0.44rem;
    }

    .new_list_right p:first-child {
        font-size: 0.32rem;
        font-family: TsangerYunHei-W05;
        line-height: 0.45rem;
        margin-bottom: 0.28rem;
    }

    .new_list_right p:nth-child(2) {
        font-size: 0.24rem;
        font-family: TsangerYunHei-W03;
        line-height: 0.3rem;
    }

    .new_list_right p:nth-child(3) {
        display: flex;
        justify-content: space-between;
        font-size: 0.24rem;
        margin-top: 0.22rem;

    }

    .new_list_right p:nth-child(3) span:nth-of-type(2) {
        font-size: 0.36rem;
        font-family: TsangerYunHei-W06;
        color: #CBF600;
        margin-right: 0.2rem;

    }

    .new_list_right p:nth-child(3) img {
        width: 0.54rem;
        height: 0.54rem;
        cursor: pointer;

    }

    .meiti_list_wrap {
        background: #363D3E;
        padding: 1rem 0 2rem;
    }
    .meiti_type1{
        padding-left: 0.8rem;
        padding-right: 0.8rem;

    }
    .meiti_type2{
        display: none;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
    .meiti_type3{
        display: none;
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }

    .date_list_select_wrap{
        padding: 0 0.8rem;
    }
    .meiti_content_list {
        width: 6.28rem;
        margin: 0.76rem 0;

    }
    .meiti_list .meiti_lists {
        background: #885B37;
        padding:0.2rem;
        width: 6.28rem;
    }

    .meiti_list li {
        font-family: TsangerYunHei-W05;
        margin-bottom: 0.4rem;
    }


    .meiti_list li:nth-child(2n) .meiti_lists {
        background: #00664F;
    }

    .meiti_list1 .meiti_list_top {
        position: relative;
        height: 4.54rem;
        clip-path: polygon(0% 0%, calc(100% - 0.5rem) 0%, 100% 0.5rem, 100% 100%, 0% 100%)
    }
    .meiti_list2 .meiti_list_top {
        position: relative;
        height:2.83rem;
        clip-path: polygon(0% 0%, calc(100% - 0.5rem) 0%, 100% 0.5rem, 100% 100%, 0% 100%)
    }

    .meiti_list .meiti_list_top img:nth-child(1) {
        width: 100%;
        height: 100%;
    }

    .meiti_list .sanjiao {
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        top: 0;
        right: 0;
    }

    .meiti_list .meiti_lists div:nth-child(2) {
        font-size: 0.32rem;
        line-height: 0.45rem;
        color: #ffffff;
        margin-top: 0.2rem;
        height: 0.9rem;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.3rem;
    }

    .meiti_list .meiti_lists div:nth-child(3) {
        font-size: 0.28rem;
        line-height:  0.28rem;
        color: #ffffff;
        font-family: TsangerYunHei-W06;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .meiti_list .meiti_lists div:nth-child(3) img {
        width:0.54rem;
        height: 0.54rem;
        margin-left: 0.2rem
    }

    .meiti_list .meiti_lists div:nth-child(3) p:nth-child(2) {
        display: flex;
        align-items: center;
        font-size: 0.36rem;
        color: var(--theme-color)

    }




}

@media all and (max-width: 1560px)and (min-width: 1200px) {

    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }

    .list_page_bg {
        width: 100%;
        height: 460px;
        position: relative;
        overflow: hidden;
    }

    .list_page_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .list_page_bg_txt {
        position: absolute;
        bottom: 50px;
        height: 38px;
        display: flex;
        justify-content: space-between;
        padding: 0 60px;
        left: 0;
        right: 0;
    }

    .list_page_bg_txt_left {
        font-size: 36px;
        font-family: TsangerYunHei-W04;
        line-height: 50px;
        color: #FFFFFF;
    }

    .list_page_bg_txt_right {
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-size: 16px;
    }

    .list_page_bg_txt_right span {
        width: 100px;
        margin-left: 12px;
        line-height: 22px;
        padding: 4px 0;
        text-align: center;
        border-bottom: 2px solid #FFFFFF;
        cursor: pointer;
    }

    .list_page_bg_txt_right span.tab {
        color: var(--theme-color);
        border-bottom-color: var(--theme-color);
    }

    .date_list_select_wrap {
        width: 1074px;
        margin: 0 auto 34px;
    }


    .date_list_select {
        width: 144px;
        height: 30px;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .date_list_select_top {
        width: 144px;
        height: 30px;
        background: var(--theme-color);
        font-size: 14px;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .date_list_select_top img {
        width: 9px;
        height: 9px;
    }

    .date_list_select ul {
        position: absolute;
        width: 144px;
        left: 0;
        right: 0;
        top: 30px;
        background: #1C2122;
        z-index: 999;

    }

    .date_list_select ul.unshow {
        display: none;
    }

    .date_list_select ul li {
        color: #FFFFFF;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        font-family: TsangerYunHei-W04;


    }

    .date_list_select ul li:first-child {
        font-size: 14px;
        border-bottom: 1px solid var(--theme-color);
    }

    .date_list_select ul li.tab {
        color: var(--theme-color);
    }

    .list_content {
        display: flex;
        justify-content: center;
    }

    .list_content_top {
        width: 1074px;
    }

    .list_content_top li {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }

    .list_content_top li > img {
        width: 530px;
        height: 230px;
        object-fit: cover;
        margin-right: 65px;
    }

    .new_list_right {
        flex: 1;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .new_list_right p:first-child {
        font-size: 16px;
        font-family: TsangerYunHei-W05;
        line-height: 24px;
        margin-bottom: 21px;
    }

    .new_list_right p:nth-child(2) {
        font-size: 14px;
        font-family: TsangerYunHei-W03;
        line-height: 20px;
        margin-bottom: 44px;
    }

    .new_list_right p:nth-child(3) {
        display: flex;
        align-items: center;
        font-size: 14px;

    }

    .new_list_right p:nth-child(3) span:nth-of-type(2) {
        font-size: 18px;
        font-family: TsangerYunHei-W06;
        color: #CBF600;
        margin: 0 10px 0 24px;

    }

    .new_list_right p:nth-child(3) img {
        width: 24px;
        height: 24px;
        cursor: pointer;

    }

    .meiti_list_wrap {
        background: #363D3E;
        padding: 38px 0 82px;
    }
    .meiti_type2,.meiti_type3{
        display: none;

    }


    .meiti_content_list {
        display: flex;
        justify-content: center;
    }

    .meiti_list {
        display: flex;
        flex-wrap: wrap;
        width: 1074px;
    }

    .meiti_list1 .meiti_lists {
        background: #885B37;
        padding: 10px;
        height: 350px;
    }

    .meiti_list1 li {
        width: 320px;
        margin: 0 57px 57px 0;
        font-family: TsangerYunHei-W05;
    }

    .meiti_list1 li:nth-child(3n) {
        margin-right: 0;
    }

    .meiti_list1 li:nth-child(2n) .meiti_lists {
        background: #00664F;
    }

    .meiti_list1 .meiti_list_top {
        position: relative;
        height: 230px;
        clip-path: polygon(0% 0%, calc(100% - 33px) 0%, 100% 33px, 100% 100%, 0% 100%);
    }

    .meiti_list1 .meiti_list_top img:nth-child(1) {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    .meiti_list1 .sanjiao {
        position: absolute;
        width: 33px;
        height: 33px;
        top: 0;
        right: 0;
    }

    .meiti_list1 .meiti_lists div:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        margin-top: 11px;
        height: 40px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 12px;
    }

    .meiti_list1 .meiti_lists div:nth-child(3) {
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        font-family: TsangerYunHei-W06;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .meiti_list1 .meiti_lists div:nth-child(3) img {
        width: 24px;
        height: 28px;
        margin-left: 11px;
    }

    .meiti_list1 .meiti_lists div:nth-child(3) p:nth-child(2) {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: var(--theme-color);

    }

    .meiti_list2 .meiti_lists {
        background: #885B37;
        padding: 10px;
        height: 350px;
    }

    .meiti_list2 li {
        width: 510px;
        margin: 0 54px 54px 0;
        font-family: TsangerYunHei-W05;
    }

    .meiti_list2 li:nth-child(2n) {
        margin-right: 0;
    }

    .meiti_list2 li:nth-child(2n) .meiti_lists {
        background: #00664F;
    }

    .meiti_list2 .meiti_list_top {
        position: relative;
        height: 230px;
        clip-path: polygon(0% 0%, calc(100% - 33px) 0%, 100% 33px, 100% 100%, 0% 100%)
    }

    .meiti_list2 .meiti_list_top img:nth-child(1) {
        width: 100%;
        height: 230px;
        clip-path: polygon(0% 0%, calc(100% - 33px) 0%, 100% 33px, 100% 100%, 0% 100%)
    }

    .meiti_list2 .sanjiao {
        position: absolute;
        width: 33px;
        height: 33px;
        top: 0;
        right: 0;
    }

    .meiti_list2 .meiti_lists div:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
        margin-top: 11px;
        height: 40px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 12px;
    }

    .meiti_list2 .meiti_lists div:nth-child(3) {
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        font-family: TsangerYunHei-W06;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .meiti_list2 .meiti_lists div:nth-child(3) img {
        width: 24px;
        height: 28px;
        margin-left: 11px;
    }

    .meiti_list2 .meiti_lists div:nth-child(3) p:nth-child(2) {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: var(--theme-color);

    }
}

@media screen and (min-width: 1561px) {

    .index_pc_wrap {
        display: block;
    }

    .index_view_wrap {
        display: none;
    }


    .list_page_bg {
        width: 100%;
        height: 740px;
        position: relative;
        overflow: hidden;


    }

    .list_page_bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .list_page_bg_txt {
        position: absolute;
        bottom: 60px;
        height: 80px;
        display: flex;
        justify-content: space-between;
        padding: 0 96px;
        left: 0;
        right: 0;
    }

    .list_page_bg_txt_left {
        font-size: 58px;
        font-family: TsangerYunHei-W04;
        line-height: 80px;
        color: #FFFFFF;
    }

    .list_page_bg_txt_right {
        display: flex;
        align-items: center;
        color: #FFFFFF;
        font-size: 26px;
    }

    .list_page_bg_txt_right span {
        width: 160px;
        margin-left: 19px;
        line-height: 37px;
        padding: 5px 0;
        text-align: center;
        border-bottom: 2px solid #FFFFFF;
        cursor: pointer;
    }

    .list_page_bg_txt_right span.tab {
        color: var(--theme-color);
        border-bottom-color: var(--theme-color);
    }

    .list_content {
        background: #363D3E;
        padding: 61px 0 133px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .date_list_select_wrap {
        width: 1394px;
        margin: 0 auto 54px;
    }
    .date_list_select_wraps{
        width: 89.68%;
        padding-left: 46.5px;
    }

    .date_list_select {
        width: 230px;
        height: 48px;
        position: relative;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        user-select: none; /* Standard syntax */
    }

    .date_list_select_top {
        width: 230px;
        height: 48px;
        background: var(--theme-color);
        font-size: 22px;
        color: #363D3E;
        font-family: TsangerYunHei-W05;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .date_list_select_top img {
        width: 14px;
        height: 14px;
    }

    .date_list_select ul {
        position: absolute;
        width: 230px;
        left: 0;
        right: 0;
        top: 48px;
        background: #1C2122;
        z-index: 999;

    }

    .date_list_select ul.unshow {
        display: none;
    }

    .date_list_select ul li {
        color: #FFFFFF;
        text-align: center;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        font-family: TsangerYunHei-W04;


    }

    .date_list_select ul li:first-child {
        font-size: 22px;
        border-bottom: 1px solid var(--theme-color);
    }

    .date_list_select ul li.tab {
        color: var(--theme-color);
    }


    .list_content_top li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 96px;
    }

    .list_content_top li > img {
        width: 688px;
        height: 320px;
        object-fit: cover;
        margin-right: 80px;
    }

    .new_list_right {
        width: 626px;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .new_list_right p:first-child {
        font-size: 26px;
        font-family: TsangerYunHei-W05;
        line-height: 38px;
        margin-bottom: 36px;
    }

    .new_list_right p:nth-child(2) {
        font-size: 22px;
        font-family: TsangerYunHei-W03;
        line-height: 32px;
        margin-bottom: 70px;
    }

    .new_list_right p:nth-child(3) {
        display: flex;
        align-items: center;
        font-size: 22px;

    }

    .new_list_right p:nth-child(3) span:nth-of-type(2) {
        font-size: 28px;
        font-family: TsangerYunHei-W06;
        color: #CBF600;
        margin: 0 19px 0 40px;

    }

    .new_list_right p:nth-child(3) img {
        width: 38px;
        height: 45px;
        cursor: pointer;

    }

    .meiti_list_wrap {
        background: #363D3E;
        padding: 62px 0 137px;
    }
    .meiti_type2,.meiti_type3{
        display: none;
    }
    .meiti_list_select {
        width: 89.68%;
        padding-left: 46.5px;
        margin: 0 auto;
    }

    .meiti_list_select select {
        width: 246px;
        height: 50px;
        background: var(--theme-color);
        font-size: 22px;
        color: #363D3E;
        border: 0;
        font-family: TsangerYunHei-W05;
    }

    .meiti_list_select select:focus {
        outline: none;
    }


    .meiti_content_list {
        margin-top: 53px;
        display: flex;
        justify-content: center;


    }

    .meiti_list {
        display: flex;
        flex-wrap: wrap;
        width: 89.68%;
    }

    .meiti_lists {

        background: #885B37;
        padding: 22px;
        height: 580px;
    }

    .meiti_list li {
        width: 33.33%;
        padding: 0 46.5px 93px;
        font-family: TsangerYunHei-W05;
    }
    .meiti_list2 li {
        width: 50%;
    }
    .meiti_list li:nth-child(2n) .meiti_lists {
        background: #00664F;
    }

    .meiti_list_top {
        position: relative;
        height: 368px;
        clip-path: polygon(0% 0%, calc(100% - 33px) 0%, 100% 33px, 100% 100%, 0% 100%)
        
    }

    .meiti_list_top img:nth-child(1) {
        width: 100%;
        height: 368px;
        object-fit: cover;
    }

    .sanjiao {
        position: absolute;
        width: 33px;
        height: 33px;
        top: 0;
        right: 0;
    }

    .meiti_lists div:nth-child(2) {
        font-size: 26px;
        line-height: 36px;
        color: #ffffff;
        margin-top: 24px;
        height: 72px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .meiti_lists div:nth-child(3) {
        font-size: 22px;
        line-height: 22px;
        color: #ffffff;
        font-family: TsangerYunHei-W06;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin-top: 19px;
    }

    .meiti_lists div:nth-child(3) img {
        width: 39px;
        height: 45px;
        margin-left: 19px;
    }

    .meiti_lists div:nth-child(3) p:nth-child(2) {
        display: flex;
        align-items: center;
        font-size: 28px;
        color: var(--theme-color);

    }

}

