.section{
    width: 100%;
    overflow: hidden;
}
.section .wrap{
    width: 1678px;
    margin: 175px auto 85px;
}
.section .wrap .result{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section .wrap .result .text{
    display: flex;
    align-items: center;
}
.section .wrap .result .text a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .result .text .active{
    font-size: 20px;
    color: rgba(155, 0, 0, 1);
}
.section .wrap .result .text .quantity{
    margin: 0 0 0 29px;
}
.section .wrap .result .text .quantity p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .result .text .quantity p span{
    color: rgba(155, 0, 0, 1);
}
.section .wrap .result .empty{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.section .wrap .content{
    margin: 64px 0 0 0;
}
.section .wrap .content .item{
    display: flex;
    height: 65px;
    border-bottom: 1px dashed rgba(0,0,0,0.21);
    position: relative;
    line-height: 65px;
    overflow: hidden;
}
.section .wrap .content .item p,.section .wrap .content .item a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .content .item a{
    color: rgba(51, 51, 51, 1);
}
.section .wrap .content .item > p:first-child{
    margin: 0 77px 0 0;
    min-width: 112px;
}
.section .wrap .content .item a.active{
    font-size: 20px;
    color: rgba(155, 0, 0, 1);
}
.section .wrap .content .item a:not(:first-child,:last-child) {
    margin: 0 48px 0 0;
}
.section .wrap .content .item .all{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.section .wrap .content .item .all p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 0 13px 0 0;
}
.section .wrap .content .item .all .iconfont{
    color: rgba(0, 0, 0, 0.52);
    transform: rotate(90deg);
}
.section .wrap .content .item .choose{
    width: 136px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.22);
    padding: 0 14px 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}
.section .wrap .content .item.institutions .search,.section .wrap .content .item .choose,.section .wrap .content .item .line,.section .wrap .content .item.date .list{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.section .wrap .content .item .choose:nth-child(2){
    margin-left: -18px;
}
.section .wrap .content .item .choose p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.section .wrap .content .item .choose .iconfont{
    color: rgba(0, 0, 0, 0.52);
    font-size: 15px;
    transform: rotate(90deg);
}
.section .wrap .content .item.minimum a:not(:nth-child(2)){
    min-width: 48px;
}
.section .wrap .content .item.institutions .search{
    width: 270px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.22);
    display: flex;
    align-items: center;
    padding: 0 20px 0 19px;
    margin: 0 0 0 13px;
}
.section .wrap .content .item.institutions .search input{
    width: 160px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    height: 100%;
    margin: 0 0 0 30px;
    border: 1px solid transparent;
}
.section .wrap .content .item.price .line{
    width: 35px;
    height: 1px;
    border: 1px solid #000000;
    opacity: 0.13;
    margin: 0 9px 0 15px;
}
.section .wrap .content .item.date .list{
    width: 136px;
    height: 40px;
    border: 1px solid rgba(0,0,0,0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .wrap .content .item.date .list:nth-child(2){
    margin-left: -18px;
}
.section .wrap .content .item.date .list input{
    width: 80px;
    border: none;
    margin: 0 0 0 5px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .content .item.date .line{
    width: 35px;
    height: 1px;
    border: 1px solid #000000;
    opacity: 0.13;
    margin: 0 9px 0 15px;
}
.section .wrap .content .fewer{
    width: 201px;
    height: 58px;
    border: 1px solid rgba(0,0,0,0.33);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 35px auto 69px;
    cursor: pointer;
}
.section .wrap .content .fewer p:nth-child(2){
    display: none;
}
.section .wrap .content .fewer.active p:nth-child(1){
    display: none;
}
.section .wrap .content .fewer.active p:nth-child(2){
    display: block;
}
.section .wrap .content .hide{
    display: none;
}
.section .wrap .details .item{
    width: 100%;
    height: 499px;
    display: flex;
}
.section .wrap .details .item:not(:last-child) {
    margin: 0 0 58px 0;
}
.section .wrap .details .item .picture{
    width: 704px;
    height: 100%;
    overflow: hidden;
}
.section .wrap .details .item .picture img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.section .wrap .details .item .picture img:hover{
    transform: scale(1.1);
}
.section .wrap .details .item .color{
    width: 976px;
    height: 100%;
    background: rgba(0,0,0,0.09);
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 22px;
}
.section .wrap .details .item .color a{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.section .wrap .details .item .color .price{
    display: flex;
    align-items: flex-end;
}
.section .wrap .details .item .color .price:not(:last-child) {
    margin: 0 0 15px 0;
}
.section .wrap .details .item .color .price:first-child{
    margin: 36px 0 15px 0;
}
.section .wrap .details .item .color .price p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .details .item .color .price .num{
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #007700;
    font-size: 30px;
    position: relative;
    top: 5px;
}
.section .wrap .details .item .color .population{
    font-size: 16px;
    font-family: Barlow;
    font-weight: 400;
    color: #666666;
    margin: 27px 0 0 0;
}
.section .wrap .details .item .color .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 87px 0 0 0;
}
.section .wrap .details .item .color .text .time{
    display: flex;
    align-items: center;
}
.section .wrap .details .item .color .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;
}
.section .wrap .details .item .color .text .time p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #007700;
    margin: 0 0 0 28px;
}
.section .wrap .details .item .color .text .address{
    display: flex;
    align-items: center;
}
.section .wrap .details .item .color .text .address img{
    margin: 0 11px 0 0;
}
.section .wrap .details .item .color .text .address p{
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
}
.item_even .flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.item_even .flex a:first-child {
    margin: 0 48px 0 0;
}
.item_even .flex .hide_{
    display: block;
}

.section .wrap .picture{
    width: 100%;
    margin: 0 0 30px 0;
}
.section .wrap .picture img{
    width: 100%;
}

.section .screening{
    background: #fafafa;
    margin: 0 0 50px 0;
}
.section .screening .flex{
    display: flex;
    overflow: hidden;
}
.section .screening .flex:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1 );
}
.section .screening .flex .headline{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 15px 15px 0 15px;
    margin: 0 15px 0 0;
    border-right: 1px solid rgba(0,0,0,0.1);
    white-space: nowrap;
}
.section .screening .flex .right{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.section .screening .flex .right a{
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
    transition: 0.6s;
    margin: 0 20px 10px 0;
    border-radius: 25px;

}
.section .screening .flex:not(.last) .right a.on,.section .screening .flex:not(.last) .right a:hover{
    background: #007700;
    color: #fff;
}
.section .screening .flex.last a{
    display: flex;
    align-items: center;
}
.section .screening .flex.last a .border{
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .screening .flex.last a .border svg,.section .screening .flex.last a .border svg path{
    fill: #fff;
    width: 70%;
}

.section .screening .flex.last a p{
    margin: 0 0 0 6px;
}
.section .screening .flex.last a.on .border{
    background: #007700;
    border: 1px solid transparent;
}
.section .screening .flex.last a.on p{
    color: #007700;
}



.screening_ {
    background: #fafafa;
    width: 1679px;
    margin: 100px auto 50px;
}

.screening_ .flex {
    display: flex;
    overflow: hidden;
}

.screening_ .flex:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.screening_ .flex .headline {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 15px 15px 0 15px;
    margin: 0 15px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    /* min-width: 91px; */
    min-width: 110px;
}

.screening_ .flex.last .headline{
    padding: 15px;
}

.screening_ .flex .right {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    position: relative;
    padding: 0 25px 0 0;
    width: 100%;
}
.screening_ .flex .right .move{
    margin: 0 0 0 70px;
    display: flex;
    flex-wrap: wrap;
}
.screening_ .flex .right .all{
    position: absolute;
}

.screening_ .flex .right a {
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
    transition: 0.6s;
    margin: 0 20px 5px 0;
    border-radius: 25px;

}

.screening_ .flex:not(.last) .right a.on, .screening_ .flex:not(.last) .right a:hover {
    background: #c19a63;
    color: #fff;
}

.screening_ .flex.multi_ .right .move{
    height: 100px;
}

.screening_ .flex .right .move .much{
    cursor: pointer;
    height: 30px;
    /*width: 50px;*/
}

.screening_ .flex .right .move .much .second{
    position: absolute;
    margin: 20px 0 0 0;
    /*display: flex;*/
    flex-wrap: wrap;
    width: 94%;
    background: #eaeaea;
    border-radius: 10px;
    align-items: center;
    padding: 0 15px 10px;
    display: none;
    left: 56px;
}

.screening_ .flex .right .move .much .second a{
    white-space: nowrap;
    margin: 8px 20px 5px 0;
}

.screening_ .flex.multi_ .right{
    display: block;
}
.screening_ .flex .right .move .much .second .tick{
    display: flex;
    align-items: center;
    margin: 5px 5px 5px 0;
}
.screening_ .flex .right .move .much .second .tick .border{
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    margin: 0 6px 0 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}
.screening_ .flex .right .move .much .second .tick.on .border{
    color: #fff;
}
.screening_ .flex .right .move .much .second .tick:hover,.screening_ .flex .right .move .much .second .tick.on{
    background: transparent !important;
    color: #333;
}
.screening_ .flex .right .move .much .second .tick.on .border{
    background: #c19a63;
    color: #fff;
}
.screening_ .flex .right .move .much .second .tick.on span{
    color: #c19a63;
}
.screening_ .flex.multi_ .all{
    top: -4px;
}

.screening_ .flex .right .move .much .second .level{
    /*padding: 5px 10px;*/
    font-size: 15px;
    color: #333;
    transition: 0.6s;
    margin: 0 20px 5px 0;
    border-radius: 25px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screening_ .flex .right .move .much .second .level > a{
    margin: 15px 0 0 0;
}


.screening_ .flex .right .move .much .second .level .hide{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    left: 0;
    top: 38px;
    width: 100%;
    background: #eaeaea;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 15px;
    display: none;
}

.screening_ .flex.last a {
    display: flex;
    align-items: center;
}

.screening_ .flex.last a .border {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screening_ .flex.last a .border svg, .screening_ .flex.last a .border svg path {
    fill: #fff;
    width: 70%;
}

.screening_ .flex.last a p {
    margin: 0 0 0 6px;
}

.screening_ .flex.last a.on .border {
    background: #c19a63;
    border: 1px solid transparent;
}

.screening_ .flex.last a.on p {
    color: #c19a63;
}

.screening_ .flex.last .second{
    position: relative;
    width: 91%;
}
.screening_ .flex.last .much{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 70px;
}
.screening_ .flex.last .second a.all{
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
    transition: 0.6s;
    margin: 0 20px 5px 0;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.screening_ .flex.last .second a.on{
    background: #c19a63;
    color: #fff;
}
.screening_ .flex.last .flex_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 70px;
}
.screening_ .flex.last .flex_wrap .tick_{
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
    transition: 0.6s;
    border-radius: 25px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 5px 5px 5px 0;
}
.screening_ .flex.last .flex_wrap .tick_ .border{
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    margin: 0 6px 0 0;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.screening_ .flex.last .flex_wrap .tick_.on{
    background: transparent !important;
    color: #333;
}
.screening_ .flex.last .flex_wrap .tick_.on .border{
    background: #c19a63;
    color: #fff;
}
.screening_ .flex.last .flex_wrap .tick_.on span{
    color: #c19a63;
}


.screening_ .flex.multi_ .right .pc{
    display: flex;
}
.screening_ .flex.multi_ .right .pe{
    display: none;
}

.section .wrap .common_paging{
    display: none;
}
.section .wrap .more{
    color: #787878;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    width: fit-content;
    margin: 60px auto 0;
    border: 1px solid #E0E0E0;
    transition: all 1s;
}
.section .wrap .more:hover{
    background: rgba(193, 154, 99, 1);
    color: #fff;
    border: 1px solid transparent;
}
@media screen and (max-width: 2560px){
	
}


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

@media screen and (max-width: 1856px){
	.section .wrap{
        width: 90%;
    }
    .screening_{
        width: 100%;
    }
}

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

}

@media screen and (max-width: 1680px){
	.section .wrap {
        margin-top: 140px;
    }
    .section .wrap .details .item {
        height: 450px;
    }
    .section .wrap .details .item .color a {
        font-size: 18px;
    }
    .section .wrap .details .item .color .price .num {
        font-size: 24px;
    }
    .section .wrap .details .item .color .price:first-child {
        margin: 24px 0 15px 0;
    }
    .section .wrap .details .item .color .text {
        margin-top: 60px;
    }
    .section .wrap {
        margin-top: 120px;
    }
    .section .wrap .details .item .color{
        padding: 0 40px;
    }
    
}

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

@media screen and (max-width: 1440px){
	.section .wrap .details .item {
        height: 380px;
    }
    .screening_ .flex.last .second a.all ,
    .screening_ .flex .right a{
        font-size: 14px;
    }
}

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

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



@media screen and (max-width: 1024px){
    .section .wrap{
        width: 100%;
        padding: 0 30px;
        margin-top: 90px;
    }
    .screening_ .flex.multi_ .all{
        top: 0;
    }
    .screening_ .flex .right a {
        margin-right: 15px;
    }
    .screening_ .flex.multi_ .right .move {
        height: 90px;
    }


    .screening_ .flex.multi_ .right{
        display: flex;
        flex-direction: column;
    }
    .screening_ .flex.multi_ .right .move{
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
        flex: 1;
        margin-left: 0;
    }
    .screening_ .flex.multi_ .right .move .much .province{
        height: 30px;
        line-height: 30px;
        display: block;
        padding-top: 0;
    }
    .scrollbox{
        height: 200px;
    }
    .screening_ .flex.multi_ .right .move .much .second{
        width: 100%;
        border-radius: 5px;
    }
    .screening_ .flex.multi_  .right .scrollbox a {
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
        display: block;
    }
    .screening_ .flex.multi_ .right .move .much{
        height: auto;
    }
    .screening_ .flex.multi_ .right .move .much .second{
        position: static;
        margin-top: 0;
        flex-direction: column;
        align-items: start;
        background-color: transparent;
    }
    .screening_ .flex.multi_ .right .move .much .second .level .hide{
        position: static;
    }
    /* .screening_ .flex .right .move .much .second .level:first-child{
        display: none;
    } */
    .screening_ .flex .right .move .much .second .level{
        display: flex;
        flex-direction: column;
        height: auto;
        width: 100%;
        margin-bottom: 0;
        align-items: start;
    }
    .screening_ .flex.multi_ .right .pc{
        display: none;
    }
    .screening_ .flex.multi_ .right .pe{
        display: block;
        height: 200px;
    }
    .screening_ .flex .right .move .much .second .level .hide {
        padding: 0 10px;
        margin-top: 10px;
    }
    .screening_ .flex .right .move .much .second .level > a {
        margin-top: 10px;
        width: 100%;
        height: 30px;
        margin-bottom: 0;
        line-height: 30px;
    }
    .screening_ .flex.multi_ .right .all{
        position: static;
        margin-bottom: 10px
    }
    .screening_ .flex.multi_ .right{
        flex-wrap: nowrap;
    }
    .section .wrap .details .item .color a {
        font-size: 16px;
    }
    .section .wrap .details .item .color .price .num {
        font-size: 20px;
        top: 0;
    }
    .section .wrap .details .item .color {
        width: 50%;
    }
    .section .wrap .details .item .picture {
        width: 50%;
    }
}



@media screen and (max-width: 820px){
    .section .wrap .details .item{
        flex-direction: column;
        height: auto;
    }
    .section .wrap .details .item .picture{
        width: 100%;
        margin-bottom: 0;
    }
    .section .wrap .details .item .color{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section .wrap .details .item .color .price:first-child {
        margin: 10px 0;
    }
    .section .wrap .details .item .color .price .num {
        font-size: 18px;
    }
    .section .wrap .details .item .color .price p {
        font-size: 14px;
    }
    .section .wrap .details .item .color .text {
        margin-top: 30px;
    }
    .section .wrap .details .item .color {
        padding: 20px;
        justify-content: start;
    }
    .section .wrap .details .item .color .text .time a {
        font-size: 14px;
    }
    .section .wrap .details .item .color .text .address p {
        font-size: 14px;
    }
}


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


@media screen and (max-width: 540px){
	.screening_ .flex .right a {
        margin-right:5px;
    }
    .screening_ .flex{
        flex-direction: column;
        padding: 10px 0;
    }
    .screening_ .flex .headline{
        border-color: transparent;
    }
    .screening_ .flex.last .second,
    .screening_ .flex .right{
        padding: 0 20px;
    }
    .section .wrap {
        padding: 0 20px;
    }
    .screening_ .flex.last .flex_wrap,
    .screening_ .flex .right .move {
        margin: 0 0 0 50px;
    }
    .screening_ .flex.last .second {
        width: 100%;
    }

    .section .wrap .details .item .color .text .time p{
        font-size: 14px;
    }
    .section .wrap .details .item .color>div{
        width: 100%;
    }

    .screening_ .flex.last .flex_wrap .tick_ {
        font-size: 12px;
    }
    .screening_ .flex.last .second a.all, .screening_ .flex .right a {
        font-size: 12px;
    }
    .screening_ .flex.last .second a.all{
        top: 20px;
    }
}
@media screen and (max-width: 450px){
    .screening_ .flex.last .second a.all, .screening_ .flex .right a {
        font-size: 12px;
    }
    .section .wrap{
        margin-top: 30px;
    }
    .screening_ {
        margin-top: 80px;
    }
    .screening_ .flex .right a {
        padding: 5px 8px;
    }
    .screening_ .flex.last .second a.all {
        margin-right: 10px;
    }
    
}

@media screen and (max-width: 414px){
	.section .wrap .details .item .color a {
        font-size: 14px;
    }
    .screening_ .flex .right a {
        padding: 2px 8px;
    }
    .section .wrap .details .item .color {
        padding: 15px;
    }
    .screening_ .flex .headline {
        font-size: 14px;
    }

    .screening_ .flex.multi_ .right .scrollbox a {
        margin-bottom: 5px;
    }
    .screening_ {
        margin-bottom: 30px;
    }
    .section .wrap {
        margin-bottom: 50px;
    }
}

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

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