.section {
    overflow: hidden;
}
.section1{
    position: relative;
}
.section1 .back {
    width: 100%;
    height: 100%;
}
.section1 .content .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
    margin: auto;
}
.section1 .content .flex .list{
    text-align: center;
}
.section1 .content .flex .list:not(:last-child) {
    margin: 0 40px 0 0;
}
.section1 .content .flex .list a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 12px 0;
    display: block;
    position: relative;
}
.section1 .content .flex .list a[data-text]:after{
    content: attr(data-text);
    width: 34px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background-color: #ff5959;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -8px;
    right: -24px;
}
.section1 .content .flex .list p{
    font-size: 14px;
    font-weight: 400;
    color: #ffffffcc;
    position: relative;
}
.section1 .content .flex .list p:after{
    content: attr(data-text);
    display: inline-block;
}
.section1 .content{
    z-index: 1;
    position: absolute;
    top: 86%;
    left: 50%;
    transition: 0.4s;
    transform: translate(-50%,-50%);
}
.section1 .content.on{
    top: 50%;
}
.section1 .content .search{
    width: 840px;
    height: 56px;
    background: rgba(64, 65, 68,0.2);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 16px;
    margin: auto;
}

.section1 .content.on .search{
    background: rgba(64, 65, 68,0.3);
}

.section1 .content .search input{
    width: 92%;
    height: 100%;
    border: none;
    padding: 0 0 0 20px;
    background: transparent;
    font-size: 16px;
    color: #fff;
}
.section1 .content .search input::placeholder{
    color: #c2c6cc;
}
.section1 .content .search .iconfont{
    cursor: pointer;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    font-size: 20px;
}
.section1 .content.on .search .iconfont{
    opacity: 1;
}
.section1 .content .text{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    z-index: 1;
    text-align: center;
}
.section1 .content .text p{
    color: #fff;
    font-size: 25px;
    font-weight: normal!important;
    font-family: '' !important;
}
.section2 {
    position: relative;
}

.section2 {
    padding: 102px 0 0 0;
}

.section2 .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section2 .wrap {
    position: relative;
    z-index: 12;
    margin: 78px auto;
}

.section2 .wrap .title {
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 59px 0;
}

.section2 .wrap .title span {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.section2 .wrap .cut {
    margin: 72px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.section2 .wrap .cut:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.section2 .wrap .cut .item {
    cursor: pointer;
    position: relative;
}

.section2 .wrap .cut .item:not(:last-child) {
    margin: 0 368px 0 0;
}

.section2 .wrap .cut .item .circle {
    width: 8px;
    height: 8px;
    background: #999999;
    border-radius: 50%;
    transition: 1s;
    margin: 0 auto 28px;
}

.section2 .wrap .cut .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    transition: 0.3s;
}

.section2 .wrap .cut .item .hammer {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1s;
}

.section2 .wrap .cut .item.active .circle {
    opacity: 0;
}

.section2 .wrap .cut .item.active .hammer {
    opacity: 1;
}

.section2 .wrap .cut .item.active p {
    transform: scale(1.7) translate(3px, 0);
}

.section2 .wrap .auction {
    width: calc(100% - 240px);
    margin: 78px auto 0;
    padding: 0 0 10px 0;
}

.section2 .wrap .auction .joke{
    display: none;
    min-height: 500px;
    position: relative;
}
.section2 .wrap .auction .joke .none_auction{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
}
.section2 .wrap .auction .joke .none_auction p{
    font-size: 20px;
    font-family: HarmonyOS Sans SC;
    font-weight: 500;
    color: #C19A63;
    margin: 36px 0 0 0;
}
.section2 .wrap .auction .joke.on{
    display: block;
}

.section2 .wrap .auction .swiper-slide {
    display: flex;
}

.section2 .wrap .auction .swiper-slide .joke {
    display: flex;
    transform: translateY(10px);
    opacity: 0;
    width: 100%;
    transition: 1s;
}

.section2 .wrap .auction .swiper-slide .joke .auction_{
    width: 100%;
}

.section2 .wrap .auction .swiper-slide-active .joke {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
}

.section2 .wrap .auction .swiper-slide .item {
    width: 100%;
}

.section2 .wrap .auction .swiper-slide .item:not(:last-child) {
    margin: 0 31px 0 0;
}

.section2 .wrap .auction .swiper-slide .item .picture {
    width: 100%;
    display: block;
    overflow: hidden;
    /* height: 481px; */
    max-height: 13.541666666vw;
}

.section2 .wrap .auction .swiper-slide .item .picture img {
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section2 .wrap .auction .swiper-slide .item .picture img:hover {
    transform: scale(1.1);
}

.auction .swiper-slide .item .text {
    margin: 21px 0 0 0;
}
.auction .swiper-slide .item .text a{
    color: #666666;
}

.auction .swiper-slide .item .headline {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.auction .swiper-slide .item .text .price {
    display: flex;
    align-items: flex-end;
    margin: 15px 0 27px 0;
}

.auction .swiper-slide .item .text .price p, .auction .swiper-slide .item .text .price .num {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}

.auction .swiper-slide .item .text .price .num {
    color: rgba(0, 119, 0, 1);
    font-size: 30px;
    position: relative;
    top: 4px;
}

.auction .swiper-slide .item .text .message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 33px 0;
}

.auction .swiper-slide .item .text .message p {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #666666;
}

.auction .swiper-slide .item .text .message .address {
    display: flex;
    align-items: center;
}

.auction .swiper-slide .item .text .message .address img {
    margin: 0 11px 0 0;
}

.auction .swiper-slide .item .text .message p {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #666666;
}

.auction .swiper-slide .item .text .time {
    display: flex;
    align-items: center;
}

.auction .swiper-slide .item .text .time a {
    width: 87px;
    height: 36px;
    background: #007700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 28px 0 0;
}

.auction .swiper-slide .item .text .time p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0, 119, 0, 1);
}

@media screen and (max-width: 1920px) {
    .section2 .wrap .auction .swiper-slide .item .picture {
        /* height: 302px; */
        height: auto;
    }

    .section2 .wrap .cut {
        margin: 50px 0 0 0;
    }

    .section2 .wrap .auction {
        margin: 60px auto 0;
    }

    .section2 .wrap {
        margin: 32px auto;
    }
}

.section3 {
    position: relative;
}

.section3 {
    /*padding: 102px 0 0 0;*/
}

.section3 .fp-tableCell {
    padding-top: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section3 .wrap {
    position: relative;
    z-index: 12;
}

.section3 .wrap .title {
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section3 .wrap .title span {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}

.section3 .wrap .content {
    padding: 0 120px;
    margin: 57px 0 0 0;
    height: 900px;
    display: flex;
}

@media screen and (max-width: 1920px) {
    .section3 .wrap .content {
        height: 600px;
    }
}

.section3 .wrap .content .big {
    width: 50%;
    height: 100%;
    position: relative;
}

.section3 .wrap .content .big:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.section3 .wrap .content .big .big_images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section3 .wrap .content .big .text {
    position: relative;
    z-index: 1;
    padding: 86px 51px 40px 51px;
}

.section3 .wrap .content .big .text span {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    display: block;
}

.section3 .wrap .content .big .text p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section3 .wrap .content .big .text .line {
    height: 1px;
    background: #F6F6F6;
    opacity: 0.38;
    margin: 47% 0 30px 0;
}

@media screen and (max-width: 1920px) {
    .section3 .wrap .content .big .text .line {
        margin: 35% 0 30px 0;
    }
}

.section3 .wrap .content .big .text .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section3 .wrap .content .big .text .more div {
    display: flex;
    align-items: center;
}

.section3 .wrap .content .big .text .more div p {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 19px 0 0;
}

.section3 .wrap .content .big .text .more div .iconfont {
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    transform: rotate(180deg);
}

.section3 .wrap .content .the_right {
    width: 50%;
    height: 100%;
}

.section3 .wrap .content .the_right .images {
    width: 100%;
    height: 57%;
    overflow: hidden;
    display: block;
}

.section3 .wrap .content .the_right .images img {
    width: 100%;
    height: 110%;
}

.section3 .wrap .content .the_right .text {
    padding: 2% 62px 30px 47px;
    background: #fff;
    height: 43%;
}

@media screen and (max-width: 1920px) {
    .section3 .wrap .content .the_right .images {
        height: 49%;
    }

    .section3 .wrap .content .the_right .text {
        height: 51%;
    }
}

.section3 .wrap .content .the_right .text span {
    font-size: 28px;
    font-family: Barlow;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
    display: block;
}

.section3 .wrap .content .the_right .text > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section3 .wrap .content .the_right .text .line {
    margin: 5% 0 30px 0;
    height: 1px;
    background: #000000;
    opacity: 0.11;
}

.section3 .wrap .content .the_right .text .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section3 .wrap .content .the_right .text .more div {
    display: flex;
    align-items: center;
}

.section3 .wrap .content .the_right .text .more p {
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin: 0 19px 0 0;
}

.section3 .wrap .content .the_right .text .more .iconfont {
    color: rgba(102, 102, 102, 1);
    font-size: 25px;
    transform: rotate(180deg);
}

.section4 {
    position: relative;
}

.section4 .fp-tableCell{
   display: flex;
    align-items: center;
    justify-content: center;
}

.section4 .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section4 .wrap {
    width: 1056px;
    position: relative;
    z-index: 12;
    margin: auto;
}

.section4 .wrap .news_swiper {
    width: 100%;
}

.section4 .wrap .news_swiper .joke {
    display: flex;
    transform: translateY(10px);
    opacity: 0;
    transition: 1s;
}

.section4 .wrap .news_swiper .swiper-slide-active .joke {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.section4 .wrap .news_swiper .joke .text {
    width: 288px;
    margin: 137px 209px 0 0;
}

.news_swiper .joke .text .title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 68px 0;
}

.news_swiper .joke .text .time {
    margin: 0 0 57px 0;
}

.news_swiper .joke .text .time div {
    margin: 0 0 8px 0;
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #999999;
}

.news_swiper .joke .text .time p {
    font-size: 18px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #999999;
}

.news_swiper .joke .text .pick span {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0 0 25px 0;
}

.news_swiper .joke .text .pick p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_swiper .joke .text .pick a {
    margin: 27px 0 0 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: block;
}

.news_swiper .joke .picture {
    width: 559px;
    height: 648px;
    position: relative;
}

.news_swiper .joke .picture > img {
    width: 100%;
    height: 100%;
}

.news_swiper .joke .picture .location {
    width: 555px;
    height: 315px;
    position: absolute;
    top: 276px;
    left: -144px;
    overflow: hidden;
}

.news_swiper .joke .picture .location img {
    width: 100%;
    height: 100%;
    transition: 3s;
}

.news_swiper .joke .picture .location img:hover {
    transform: scale(1.1);
}

/**/
.section4 {
    position: relative;
}

.section4 .the_left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section4 .the_right {
    position: absolute;
    top: 102px;
    right: 0;
}

.section4 .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section4 .wrap {
    width: 1056px;
    position: relative;
    z-index: 12;
    margin: auto;
}

.section4 .wrap .news_swiper {
    width: 100%;
}

.section4 .wrap .joke {
    display: flex;
    transform: translateY(10px);
    opacity: 0;
    transition: 1s;
}

.section4 .wrap .joke {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.section4 .wrap .joke .text {
    width: 288px;
    margin: 137px 209px 0 0;
}

.section4 .joke .text .title {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 0 0 68px 0;
}

.section4 .joke .text .time {
    margin: 0 0 57px 0;
}

.section4 .joke .text .time .list {
    display: none;
}

.section4 .joke .text .time .list.active {
    display: block;
}

.section4 .joke .text .time div {
    margin: 0 0 8px 0;
    font-size: 30px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #999999;
}

.section4 .joke .text .time p {
    font-size: 18px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #999999;
}

.section4 .joke .text .pick span {
    /* font-size: 24px; */
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: block; */
    margin: 0 0 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.section4 .joke .text .pick .pick_swiper {
    width: 288px;
}

.section4 .joke .text .pick .pick_swiper .swiper-slide {
    opacity: 0 !important;
    transition: 0.6s;
}

.section4 .joke .text .pick .pick_swiper .swiper-slide-active {
    opacity: 1 !important;
    transition-delay: 0.4s;
}

.section4 .joke .text .pick p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section4 .joke .text .pick a {
    margin: 27px 0 0 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: block;
}

.section4 .joke .picture {
    width: 559px;
    height: 648px;
    position: relative;
}

.section4 .joke .picture .images {
    display: none;
    width: 100%;
    height: 100%;
}
.section4 .joke .picture .images img{
    width: 100%;
    height: 100%;
}

.section4 .joke .picture .images.active {
    display: block;
}

.section4 .joke .picture > img {
    width: 100%;
    height: 100%;
}

.section4 .joke .picture .location {
    width: 555px;
    height: 315px;
    position: absolute;
    top: 276px;
    left: -144px;
    overflow: hidden;
}

.section4 .joke .picture .location img {
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section4 .joke .picture .location img:hover {
    transform: scale(1.1);
}

.section4 .wrap .click_paging {
    margin: 40px 0 0 0;
    display: flex;
    min-height: 61px;
    width: fit-content;

}

.section4 .wrap .click_paging .item {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0, 0, 0, 0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: rgba(51, 51, 51, 0.39);
    cursor: pointer;
    transition: 0.4s;
}

.section4 .wrap .click_paging .item:not(:last-child) {
    margin: 0 6px 0 0;
}

.section4 .wrap .click_paging .item.active {
    width: 61px;
    height: 61px;
    border: 1px solid rgba(0, 0, 0, 0.37);
    color: #333;
}

.section4 .wrap .click_paging .item:hover {
    border: 1px solid rgba(0, 0, 0, 0.37);
    color: #333;
    transform: scale(1.15);
    transform-origin: top center;
}

.section4 .wrap .all_news {
    width: 150px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.31);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
}

.section4 .wrap .all_news:hover {
    background: #333;
    color: #fff;
}

/**/
.footer, .footer .fp-tableCell {
    height: auto !important;
}

footer {
    border-top: 1px solid transparent;
}



.section5 {
    overflow: hidden;
}

.section5 .wrap {
    margin: 0 0 90px;
    padding: 0 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section5 .wrap .title {
    font-size: 40px;
    font-family: Source Han Sans CN M;
    font-weight: 500;
    color: #333333;
    margin: 0 0 69px 0;
    text-align: center;
}

.section5 .wrap .content {
    display: flex;
    flex-wrap: wrap;
}

.section5 .wrap .content .list {
    margin: 0 101px 36px 0;
    width: 20%;
}

.section5 .wrap .content .list img {
    width: 100%;
    height: 100%;
}

.section5 .wrap .content .list:nth-child(4n) {
    margin: 0 0 36px 0;
}

@media screen and (max-width: 1920px) {
    .section2 .wrap .content .list {
        height: 118px;
    }
}

@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
    .section4 .wrap .click_paging{
        margin-top: 10px;
    }


    .section5 .wrap .content{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px 36px;
    }
    .section5 .wrap .content .list{
        width: 100%;
        margin: 0 !important;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){

    .section4 .joke .text .title {
        font-size: 36px;
        margin-bottom: 50px;
    }
    .section4 .joke .text .time div{
        font-size: 28px;
    }
    .section4 .joke .text .pick span {
        font-size: 22px;
    }
    .section4 .joke .text .pick p{
        line-height: 28px;
    }
    .section2 .wrap .title span {
        font-size: 36px;
    }
    .section2 .wrap .auction .joke .none_auction p {
        font-size: 18px;
        margin-top: 30px;
    }
    .section4 .joke .picture{
        width: 500px;
        /* height: auto; */
        height: 560px;
        flex: 1;
    }
    .section4 .joke .picture .images img{
        width: 100%;
        /* height: auto; */
    }
    .section4 .joke .picture .location{
        top: 200px;
        width: 400px;
        height: auto;
    }
    .section4 .wrap .joke .text {
        margin-top: 60px;
        width: 360px;
    }

    .section2 .wrap .auction .swiper-slide .item .picture{
        max-height: 17.541667vw;
    }
    .section4 .joke .text .pick .pick_swiper{
        width: 100%;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.section1 .content .search {
        width: 760px;
        height: 50px;
    }
    .section1 .content .flex .list a{
        margin-bottom: 8px;
    }
    .section4 .joke .picture .location {
        width: 320px;
        height: auto;
        top: 220px;
    }
    .section4 .joke .picture {
        width: 420px;
        height: 480px;
        /* height: auto; */
    }
    .section4 .wrap .joke .text {
        margin-top: 60px;
    }
    .section4 .joke .text .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .section4 .joke .text .time div {
        font-size: 24px;
    }
    .section4 .joke .text .time p {
        font-size: 16px;
    }
    .section4 .joke .text .time {
        margin-bottom: 40px;
    }
    .section2 .wrap .title span {
        font-size: 32px;
    }
    .section2 .wrap .cut .item:not(:last-child) {
        margin: 0 300px 0 0;
    }
    .section2 .wrap .auction {
        margin: 20px auto 0;
    }
    .section2 .wrap .auction .joke .none_auction img{
        width: 120px;
    }
    .section2 .wrap .auction .joke .none_auction p{
        margin-top: 20px;
    }
    .section4 .wrap .joke{
        justify-content: space-between;
    }
    .section4 .joke .text .pick .pick_swiper {
        width: 100%;
    }
    .section4 .wrap .joke .text{
        width: 360px;
    }
    .section2 .wrap .title {
        margin-bottom: 30px;
    }
    .section2 {
        padding-top: 70px;
    }
    .section4 .wrap .click_paging .item.active {
        width: 50px;
        height: 50px;
    }
    .section4 .wrap .click_paging .item {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .section4 .wrap .joke{
        align-items: end;
        flex-direction: column;
    }
    .section4 .wrap .joke .text{
        width: 100%;
        margin-right: 0;
    }
    .section4 .wrap{
        width: 90%;
    }
    .section4 .the_right,
    .section4 .the_left{
        width: 100px;
    }
    .section4 .joke .picture .location {
        left: -220px;
    }
    .section2 .wrap {
        margin: 80px auto;
    }
    .section4 .wrap .joke .text {
        margin-top: 20px;
    }
    .section4 .wrap .click_paging{
        margin-left: auto;
    }
    .section4 .the_right,
    .section4 .the_left{
        display: none;
    }
    .section4 .wrap .all_news{
        margin-top: 30px;
    }
    .section4,
    .section4 .fp-tableCell{
        height: auto !important;
    }
    .section2,
    .section2 .fp-tableCell{
        height: auto !important;
    }
    .section4 .wrap {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .section2 .wrap .auction {
        width: calc(100% - 60px);
    }
    .section2 .wrap .auction .swiper-slide .item .picture {
        max-height: 29.541667vw;
    }
}


@media screen and (max-width: 820px){
    .section1 .content{
        width: 100%;
        top: 90%;
    }
    .section1 .content .search{
        width: 80%;
    }
    .section1 .content .flex {
        padding-top: 20px;
    }
    .section2 .wrap .cut .item:not(:last-child){
        margin-right: 0;
    }
    .section4 .the_right, .section4 .the_left {
        width: 80px;
    }
    .section4 .joke .picture{
        width: 100%;
        margin-top: 20px;
        display: flex;
    }
    .section4 .joke .picture .images.active{
        display: flex;
        justify-content: end;
        margin-left: auto;
    }
    .section4 .joke .picture .images>img{
        width: 420px;
    }
    .section4 .joke .picture .location{
        left: 0;
    }

    .section4 .the_right {
        top: 40px;
        left: 0;
        right: auto;
    }
    .section4 .the_left{
        right: 0;
        left: auto;
    }
    .section2 .wrap .cut{
        padding: 0 50px;
        justify-content: space-between;
    }
    .section2 .wrap .title {
        padding: 0 30px;
    }
    .section4 .wrap {
        width: 100%;
        padding: 0 30px;
    }
    .section4 .wrap {
        margin-top: 130px;
    }
    .section2 .wrap .cut .item.active p {
        transform: scale(1.4) translate(3px, 0);
    }


    .section2 .wrap .auction .joke {
        min-height: 400px;
    }


    .section2 .wrap .auction .swiper-slide .item .picture {
        height: auto;
    }

    .section4 .joke .picture .location {
        top: 240px;
    }
    .section4 .joke .picture .location {
        width: 360px;
    }
    .section4 .joke .picture .images>img {
        width: 70%;
    }
    .section4 .wrap .click_paging {
        margin-top: 50px;
    }
    .auction .swiper-slide .item .text a {
        font-size: 14px;
    }

    .section4 .joke .picture{
        flex: none;
        height: 600px;
    }
}


@media screen and (max-width: 768px){
	.section4 .joke .text .title{
        margin-bottom: 20px;
    }
    .section4 .joke .text .title {
        font-size: 28px;
    }
    .section4 .joke .text .time div {
        font-size: 20px;
    }
    .section4 .joke .text .time p{
        font-size: 14px;
    }
    .section4 .joke .text .time {
        margin-bottom: 20px;
    }
    .section4 .joke .text .pick span {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section4 .joke .text .pick p {
        font-size: 14px;
    }


    .section2 .wrap {
        margin: 40px auto;
    }
    .section2 {
        padding-top: 0px;
    }
    .section4 .joke .picture .location{
        /* width: 62.5vw; */
        top: 34.10027100271vw;
    }
    .section4 .joke .picture .images>img {
        width: 70.6875vw;
    }
}
@media screen and (max-width: 760px){



    .section4 .joke .picture .location{
        top: 24.100271vw;
    }
}

@media screen and (max-width: 540px){
	.section1 .content .flex .list a {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .section4 .joke .text .pick a {
        margin-top: 20px;
    }

    .section1 .content .search {
        border-radius: 8px;
    }
    .section4 .wrap {
        padding: 0 20px;
    }
    .section2 .wrap .title {
        padding: 0 20px;
    }
    .section4 .wrap {
        margin-top: 40px;
    }
    .section2 .wrap .title span {
        font-size: 28px;
    }
    .common_more {
        padding: 0 15px;
        width: 100px;
        height: 36px;
    }
    footer .wrap .hotline p {
        margin-right: 20px;
    }
    .section1 .content .search {
        height: 44px;
    }
    .section1 .content .search {
        width: 90%;
    }
    .section2 .wrap .cut .item.active p {
        transform: scale(1.2) translate(3px, 0);
    }
    .section2 .wrap .cut .item p {
        font-size: 16px;
    }
    .section4 .joke .text .title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .section4 .joke .text .time div {
        font-size: 18px;
    }
    .section4 .joke .text .time {
        margin-bottom: 10px;
    }
    .section4 .joke .text .pick span {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .section4 .joke .text .pick p {
        line-height: 24px;
    }
    .section4 .joke .text .pick a {
        margin-top: 10px;
        font-size: 14px;
    }
    .section4 .wrap .click_paging .item {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .section4 .wrap .click_paging .item.active {
        width: 45px;
        height: 45px;
    }
    .section2 .wrap .auction .joke .none_auction img {
        width: 100px;
    }
    .section2 .wrap .auction .joke {
        min-height: 300px;
    }
    .section1 .content .search input{
        padding-left: 10px;
        font-size: 14px;
    }
    .section4 .wrap .click_paging .item:hover{
        transform: scale(1);
    }
    .auction .swiper-slide .item .text .price .num {
        font-size: 24px;
    }
    .section2 .wrap .auction {
        width: calc(100% - 40px);
    }
    .auction .swiper-slide .item .text>a {
        font-size: 14px;
    }

    .section2 .wrap .auction .swiper-slide .item .picture {
        max-height: 60.541667vw;
    }

    .section4 .joke .picture {
        height: 85.1851851851vw;
    }
    .section4 .joke .picture .location {
        top: 38.100271vw;
        width: 51.851851851vw;
    }
}


@media screen and (max-width: 414px){
    .section2 .wrap .title span {
        font-size: 24px;
    }
    .section4 .wrap .all_news {
        margin-top: 10px;
    }
    footer .wrap .content .left .text p {
        font-size: 12px;
        line-height: 20px;
    }
    
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 