
@font-face {
    font-family: 'fz';
    src: url('./font/FZCUJINLJW_0.TTF');
}
* {
    font-family: fz;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    border: none;
}

a {
    text-decoration: none;
}

input {
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #f1f1f1  inset !important;
    /* 将white改为你想要的背景色 */
}

html {
    -webkit-tap-highlight-color: transparent
}

.jl-content {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    justify-content: center;
    align-content: center;
    display: none;
    flex-wrap: wrap;

}

body.active {
    overflow: hidden !important;
}

.jl-content.active {
    display: flex !important;
}

.jl-cont {
    position: relative;
    width: 1200px;
    height: 735px;
    padding: 30px 80px;
    background: url(../image/jf-bg.png) no-repeat left top /100%;
}

.jl-title {
    margin-top: 20px;
    font-size: 40px;
    font-family: "Microsoft YaHei";
    color: rgb(145, 78, 7);
    text-align: center;
    font-weight: 600;
}

.jl-table {
    height: 505px;
    padding: 0 30px;
    margin-top: 20px;
    overflow-y: auto;
}

.jl-table ul li {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 72px;
    border-bottom: 1px solid #ffe1c0;
}


.jl-text p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 5px;
}

.jl-text span {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: left;
}


.jl-num span {
    font-size: 28.366px;
    font-family: "Microsoft YaHei";
    color: rgb(220, 43, 43);
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
}

.jl-table::-webkit-scrollbar,
.jf-list-cont::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
}

.jl-table::-webkit-scrollbar-thumb,
.jf-list-cont::-webkit-scrollbar-thumb {
    width: 10px;
    height: 15px;
    border-radius: 5px;
    background: #ffcd94;
}

.jf-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.jf-close i {
    cursor: pointer;
    display: block;
    width: 51px;
    height: 51px;
    background: url(../image/jl-close-active.png) no-repeat center center / 100%;
}

.jf-list ul li {
    cursor: pointer;
    /* position: relative; */
    width: 100%;
}

.jf-list-img {
    height: 400px;
}

.jf-list {
    width: 1200px;
    margin: 0 auto;
}

.swipers  .swiper-slide{
    width: 220px;
    height: 147px;
}

.jf-numerical {
    position: absolute;
    top: 8px;
    z-index: 349;
    font-size: 20px;
    text-align: center;
    line-height: 23px;
    color: #5c391f;
}
.jf-list-datas{
    float: left;
    width: 335px;
}
.list-bg{
    width: 304px;
    height: 405px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-bg{
    clip-path: url(#clipPath);
}
.jf-list-img {
    float: left;
    width: 335px;
    height: 453px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../image/img-bg.png) no-repeat left top / 100%;
}
.jf-list-look{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 35px;
    overflow: hidden;
}
.jf-list-look b{
    float: left;
    width: 41px;
    height: 32px;
    margin-top: 4px;
    background: url(../image/more-photo.png) no-repeat center center / 100%;
}
.jf-list-look i{
    float: right;
    margin: 10px;
    width: 20px;
    height: 25px;
    margin: 7.5px 0;
    background: url(../image/jf-check.png) no-repeat center center / 100%;
}

.jf-list-img img {
    max-width: 100%;
    max-height: 100%;
}

.jf-list-text {
    float: right;
    display: flex;
    width: calc( 100% - 365px );
    flex-wrap: wrap;
    align-content: space-between;
}

.jf-list-text dl dd {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.75;
}

.jf-list-text dl dd h3 {
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin-top: 40px;
}

.jf-list-text dl dd span {
    color: #9f7c2d;
    float: left;
    margin-right: 5px;
}

.jf-list-text dl dd i {
    color: #000000;
    float: left;
}

.jf-list-text dl dd p {
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
    line-height: 1.75;
}

.jf-list-text dl dd p::-webkit-scrollbar {
    width: 15px;
    border-radius: 5px;
}

.jf-list-text dl dd p::-webkit-scrollbar-thumb {
    width: 10px;
    height: 15px;
    border-radius: 5px;
    background: #ad8f60;
}
.jf-list-boxs{
    overflow: hidden;
}
.jf-list-swiper{
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin-top: 38px;
}

.jf-check i {
    display: block;
    width: 14px;
    height: 16px;
    background: url(../image/jf-check.png) no-repeat center center / 100%;
}

.list-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.list-button button {
    cursor: pointer;
    outline: none;
    border: none;
    background-color: rgb(181, 137, 81);
    border-radius: 20px;
    width: 175px;
    height: 40px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    transition: all 0.3s;
}



.list-close {
    /* margin-left: 85px; */
}

.list-button button:hover {
    background: #d98d2c;
}

.jf-video {
    overflow: hidden;
    width: 220px;
    height: 147px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
}

.jf-video img {
    max-width: 100%;
    max-height: 100%;
}

.jf-video .bf-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    z-index: 99;
    background: url(../image/bf.png) no-repeat center center / 100%;
}

.jf-video .jf-check {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 38px;
    z-index: 99;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
}

.jf-video .jf-check i {
    float: right;
    margin: 8px;
    margin-top: 14px;
    display: block;
    width: 14px;
    height: 16px;
    background: url(../image/jf-check.png) no-repeat center center / 100%;
}


/* 分页 */

.cont-result {
    margin-top: 17px;
    overflow: hidden;
}

.cont-result .page ul {
    display: flex;
    justify-content: center;
    margin-left: -15px;
}

.page ul li {
    float: left;
    margin-left: 15px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bd853d;
    border-radius: 50%;
    overflow: hidden;
}

.list-item ul li {
    position: relative;

}

.pagination li span,
.pagination li {
    cursor: pointer;
}

.page ul li a,
.page ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #bd853d;
    transition: all 0.3s;
}

.pagination>li>a,
.pagination>li>span {
    background: none;
}

.page ul li:hover {
    background: #bd853d;
    color: #fff;
}

.pagination>.active>a,
.pagination>li:hover a,
.pagination>.active>span,
.pagination>li:hover span {
    color: #fff;
    background: #bd853d;
}

.page ul li.disabled:hover,
.pagination>li.disabled,
.pagination>li.disabled:hover span,
.pagination>li.disabled span {
    background: none !important;
    color: #bd853d !important;
}

.pagination>.disabled {
    background: none;
    color: #bd853d;
}

.page ul li:first-child a,
.page ul li:first-child span,
.page ul li:last-child a,
.page ul li:last-child span {
    font-size: 28px;
    padding-bottom: 7px;

}

.jl-item {
    color: #bd853d;
}

.jl-item span {
    font-size: 26px;
}

.jl-item b {
    font-size: 32px;
}





.jf-photo {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}

.jf-photo iframe {
    width: 100vw;
    height: 100vh;
    background: #000;
}

.jf-photo.active {
    background: #000;
    display: block;
}

.list-btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.list-btn button {
    background-color: rgb(181, 137, 81);
    width: 110px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
}

.list-btn button:hover {
    background: #d98d2c;
}

.list-btn button:last-child {
    margin-left: 60px;
}

.swipers  .swiper-pagination-bullet:only-child{
    display: block !important;
}
.jf-list-datas{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
.jf-list-datas span{
    display: none;
}

.mobile-top{
    overflow: hidden;
    clear: both;
}
.mobile-top{
    clear: both;
    float: left;
}
@media (max-width: 1024px) {
    .section{
        margin-top: -2px;
        height: initial !important;
    }
    .sh-content{
        overflow: hidden;
    }
    .jf-list-datas{
        width: 100%;
        position: initial !important;
    }
    .jf-list-datas span{
        display: block;
        font-size: 0.3rem;
        color: #9f7c2d;
        cursor: pointer;
    }

    .jl-cont {
        padding:0.2rem  0.35rem !important;
        padding-bottom:  0.35rem !important;

        width: 100%;
        height: 100vh;
        background: url(../image/mobile-jf-bg.png) no-repeat left top /100% 100%;
    }

    .jl-cont .jl-data {
        padding-left: 0;
    }

    .jl-table ul li {
        height: 0.88rem;
        padding: 0 0.15rem;
    }

    .jl-text {
        width: calc(100% - 1rem);
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .jl-text p {
        width: 100%;
        margin-bottom: 0.05rem;
        font-size: 0.26rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .jl-text span {
        font-size: 0.2rem;
    }

    .jl-num {
        display: flex;
        align-items: center;
    }

    .jl-num span {
        font-size: 0.28rem;
    }

    .jl-info {
        height: 7.5rem;
        padding: 0.2rem 0;
        margin-top: 0rem;
        border-radius: 0.2rem;
    }

    .jl-table {
        height: 6.2rem;
        margin-top: 0.2rem;
        padding: 0rem;
    }

    .jl-item {
        font-size: 0.36rem;
    }

    .jl-item b {
        font-size: 0.44rem;
    }

    .jl-item i {
        font-size: 0.35rem;
        margin-left: 0.1rem;
    }

    .jl-item a {
        margin-left: 0.1rem;
        padding: 0.1rem 0.25rem;
        font-size: 0.2rem;
    }

    .jf-close {
        right: 0.25rem;
        top: 0.25rem;
    }

    .jf-close i {
        cursor: pointer;
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        background: url(../image/mobile-jl-close-active.png) no-repeat center center / 100%;
    }

    .cont-result .page ul {
        margin-left: -0.1rem;
        margin-top: -0.1rem;
        flex-wrap: wrap;
    }

    .cont-result {
        margin-top: 0.35rem;
    }

    .page ul li {
        width: 0.45rem;
        height: 0.45rem;
        margin-left: 0.1rem;
        margin-top: 0.1rem;
    }

    .jl-title {
        margin-top: 0.3rem;
        font-size: 0.46rem;
    }

    .list-button {
        margin-top: 0.2rem;
    }

    .page ul li a,
    .page ul li span {
        font-size: 0.22rem;
    }

    .page ul li:first-child a,
    .page ul li:first-child span,
    .page ul li:last-child a,
    .page ul li:last-child span {
        width: 0.14rem;
        height: 0.19rem;
    }

    .jf-list-cont {
        padding: 0;
    }

    .jf-list {
        width: 100%;
        padding: 0;
        margin-top: 0rem;
    }

    .jf-list ul {
        margin-left: 0rem;
    }

    body .video1-mask1 {
        height: 100% !important;
    }

    .jf-list ul li {
        width: 100%;
        margin-left: 0rem;
        border-radius: 0.3rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: center;
    }
      
    .jf-numerical {
        position: absolute !important;
        background-color: #e5dac6;
        box-shadow: 0px 0px 8.19px 0.81px rgba(107, 73, 0, 0.35);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 1.2rem;
        height: 0.45rem;
        line-height: 0.45rem;
        border-radius: 0 0 0.45rem 0;
        color: #5c391f;
        font-size: 0.3rem;
    }
    .jf-list-img{
        background: none !important;
    }
    .list-bg {
        clip-path: initial;
    }
    .jf-check {
        top: 3.9rem;

    }

    .jf-check i {
        width: 0.29rem;
        height: 0.33rem;
        background-size: 100% 100%;
    }

    .jf-list-img {
        padding-top: 0;
        width: 6.15rem;
        height: 8.2rem;
        /* width: 100%;
        height: calc( 100vh - 6rem ); */
        float: initial;
    }

      
    .list-bg{
        width: 6.15rem;
        height: 8.2rem;
        border-radius: 0.15rem;
    }
    
      

    .jf-list-text {
        width: 100%;
        padding: 0 0.3rem;
        min-height: initial;
    }

    .jf-list-text dl dd h3 {
        font-size: 0.39rem;
        margin-top: 0.15rem;
    }

    .jf-list-text dl dd {
        font-size: 0.3rem;
        line-height: initial;
        margin-top: 0.1rem;
    }
    .jf-list-text dl dd:last-child{
        display: none;
    }

    .mobile-top{
        overflow: hidden;
        clear: both;
        float: initial;
        margin: 0 auto;
        margin-top: 0.2rem;
        width: 2.82rem;
        height: 0.78rem;
        display: flex;
        justify-content: center;
        background: url(../image/mobile-top.png) no-repeat center center / 100%;
    }
    .mobile-top i{
        font-size: 0.32rem;
        text-align: center;
        line-height: 0.78rem;
        color: #ffdea2;
        font-family: fz;
        margin-top: -0.008rem;
    }
    .jf-list-text .swipers {
        padding-bottom: 0rem;
    }

    .jf-list-text dl dd i {
        float: initial;
    }

    .jf-list-text dl dd p {
        overflow: hidden;
        line-height: 1.45;
        margin-bottom: 0.2rem;
    }

    .jf-list-text span {
        font-size: 0.28rem;
    }
 
    .jf-video {
        width: 2.64rem;
        height: 1.77rem;
        margin: auto;
    }

    .list-close {
        margin-left: 0rem;
    }

    .list-button button {
        width: 2.1rem;
        font-size: 0.35rem;
        height: 0.7rem;
    }

    .login-cont dl dd {
        width: 6.2rem;
    }

    .look-text {
        font-size: 0.34rem;
    }

    .login-cont dl dd p {
        padding-left: 1.7rem;
    }

    .list-btn {
        padding: 0 0.6rem;
    }

    .list-btn button {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
    .jf-list-look{
        height: auto;
        bottom: 0.2rem;
        padding: 0 0.3rem;
    }

    .jf-list-look i{
        width: 0.41rem;
        height: 0.48rem;
        margin: 0.08rem;
    }
    .jf-list-look b{
        width: 0.81rem;
        height: 0.62rem;
    }
    .swipers .swiper-slide{
        width: 2.8rem;
        height: 1.87rem;
    }
    .jf-list-cont ul li.active .mobile-count  .jf-list-text{
        background: #f3ebdc;
        z-index: 9999;
    }
    .jf-list-cont ul li.active .mobile-count .jf-list-text dl dd{
        display: block !important;
    }
    
    .jf-list-cont ul li .jf-list-swiper{
        /* position: absolute;
        background: #f3ebdc;
        bottom: 0;
        z-index: 9999; */
        display: block;
    }
    .mobile-count .jf-list-text dl dd:last-child{
        display: block;
    }
    .jf-list-cont ul li.active .jf-list-swiper{

    }
    .mobile-btm{
        width: 2.65rem;
        height: 0.63rem;
        margin: auto;
        margin-top: -0.53rem;
        background: url(../image/mobile-btm.png?v=1) no-repeat left bottom / 100%;
    }
    .mobile-tp-mask.active{
        transform: translate(0);
    }
    
}
@media (max-width:445px){
    .jf-video {
        width: 2.8rem;
        height: 1.87rem;
    }
    .jf-list-text{
        width: 100%;
        min-height: initial;
    }
 
    .jf-list-text dl dd p{
        line-height: 1.45;
    }
   
    
}
