.progressive {
            overflow: hidden;
            position: relative;
            background: #efefef;
        }

        .progressive__img {
            width: 100%;
            height: 100%;
            transform: translateZ(0);
        }

        .progressive--not-loaded {
            filter: blur(30px);
        }

        .progressive--is-loaded {
            filter: blur(20px);
            animation: sharpen 0.5s both;
        }

        @keyframes sharpen {
            from {
                filter: blur(20px);
            }
            to {
                filter: blur(0px);
            }
        }
        * {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*-webkit-transition: all .3s linear;*/
            /*transition: all .3s linear;*/
        }

        body {
            margin: 0;
            line-height: 1.5;
            font-size: .16rem;
            position: relative;
            background-color: #FFF;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
            -webkit-overflow-scrolling: touch;
            -webkit-font-smoothing: antialiased;
            color: #0C8484;
            font-family: "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "PingFang SC", "Hiragino Sans GB", "Neue Haas Grotesk Text Pro", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
        }

        .clearfix::before {
            display: table;
            content: "";
        }

        .clearfix::after {
            display: table;
            clear: both;
            content: "";
        }

        .float-right {
            float: right !important;
        }

        .float-left {
            float: left !important;
        }

        .float-none {
            float: none !important;
        }

        a {
            text-decoration: none;
            -webkit-transition: color .15s linear;
            transition: color .15s linear;
            color: #0C8484;
        }

        a:hover {
            color: #0c8484;
        }



        header {
            padding: .1rem 0;
            display: block;
            background: rgba(255, 255, 255, 0.93);
            height: .7rem;
            width: 100%;
            z-index: 99;
        }

        header .container {
            padding: 0 .5rem;
        }

        header .logo {
            display: inline-block;
            height: 100%;
            font-size: .3rem;
            color: #0C8484;
        }

        header .logo i {
            font-size: .4rem;
        }

        header nav {
            float: right;
        }

        header nav .menu {
            height: .6rem;
            display: block;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        header nav .menu li {
            font-size: .14rem;
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            overflow: hidden;
        }

        header nav .menu li.active a {
            color: #f15151;
        }

        header nav .menu li a {
            display: block;
            height: 100%;
            padding: 0 .25rem;
            text-align: center;
            line-height: .55rem;
        }

        header nav .menu li a .icon {
            font-size: .25rem;
            display: none;
        }

        header nav .menu li .search {
            height: 100%;
            position: relative;
            display: block;
        }

        header nav .menu li .search input {
            font-size: .12rem;
            border: 1px solid #dedede;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            height: .4rem;
            margin: .1rem 0;
            padding: 0 .1rem;
            outline: none;
            width: 1.68rem;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        header nav .menu li .search input:focus {
            margin-left: 0;
            opacity: 1;
            border: 1px solid #a7afef;
        }

        header nav .menu li .search input:focus+.search-btn .icon {
            color: #a7afef;
        }

        header nav .menu li .search .search-btn {
            border: none;
            position: absolute;
            right: .05rem;
            top: -0.04rem;
            padding: .05rem;
            background: transparent;
            outline: none;
            cursor: pointer;
        }

        header nav .menu li .search .search-btn .icon {
            display: block;
            color: #dedede;
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

        html {
            font-size: 100px;
        }

        @media only screen and (max-width: 768px) {
           /* html {
                font-size: 115px;
            }*/
            html .holder {
                height: .65rem;
            }
            html header {
                text-align: center;
            }
            html header .container {
                padding: 0 !important;
            }
            html nav {
                float: none;
            }
            html nav .menu {
                position: absolute;
                top: .65rem;
                left: 0;
                width: 100%;
                display: none !important;
                transition: all .5s ease;
            }
            html nav .menu {
                display: block !important;
                z-index: 2;
            }
            html nav .menu li {
                background: rgba(255, 255, 255, 0.9);
                width: 33.33%;
            }
            html nav .menu li .text {
                display: none;
            }
            html nav .menu li .icon {
                display: inline-block !important;
            }
            html nav .menu li.search-wrap {
                width: 100%;
                padding: 0 .1rem;
            }
            html nav .menu li.search-wrap input {
                width: 100%;
            }
        }

        @media only screen and (max-width: 640px) {
         /*   html {
                font-size: 110px;
            }*/
            html .item {
                width: 100% !important;
            }
            html .item .card .mark,
            html .item .card .description,
            html .item .card .options {
                opacity: 1 !important;
            }
            html .sub {
                display: none;
            }
            html .detail .ctrl+.heart{display: none ;} 
             html .zs{left: -120px;}
        }

        @media only screen and (max-width: 480px) {
            html {
                font-size: 100px;
            }
         /*  html .detail .ctrl+.left2{display: none ;}*/
html .detail .preview .ctrl + .ctrl {
  margin-left: .01rem;
}
        }

        @media only screen and (max-width: 320px) {
            html {
                font-size: 85px;
            }

        }
        .container {
            font-size: 0;
            margin: 0 auto;
            position: relative;
        }

        .container .item {
            display: inline-block;
            width: 33.33%;
            height: auto;
            position: relative;
            border: none;
        }

        .container .item .card {
            display: block;
            height: 100%;
            background: #dedede;
            position: relative;
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
        }

        .container .item .card img {
            width: 100%;
            border: 0;
        }

        .container .item .card .mark {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, rgba(0, 0, 0, 0.6)));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.6));
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.6));
            -webkit-filter: blur(15px);
            filter: blur(15px);
            z-index: 1;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .container .item .card .options {
            font-size: .12rem;
            position: absolute;
            right: .05rem;
            bottom: .05rem;
            padding: .05rem;
            display: block;
            text-align: right;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            opacity: 0;
            z-index: 3;
        }

        .container .item .card .ctrl {
            display: inline-block;
            height: .32rem;
            line-height: .31rem;
            background-color: rgba(255, 255, 255, 0.8);
            border: 1px solid transparent;
            cursor: pointer;
            -webkit-border-radius: .06rem;
            border-radius: .06rem;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
            text-align: center;
            padding: 0 .1rem;
        }

        .container .item .card .ctrl+.ctrl {
            margin-left: .05rem;
        }

        .container .item .card .ctrl.heart .icon {
            color: #f15151 !important;
        }

        .container .item .card .ctrl:hover {
            background: #fff;

        }

        .container .item .card .t {
            margin-left: .05rem;
            font-style: normal;
        }

        .container .item .card .description {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            padding: .05rem;
            display: block;
            color: #fff;
            opacity: 0;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            z-index: 1;
            pointer-events: none;
        }

        .container .item .card .description h3 {
            font-size: .14rem;
            letter-spacing: .01rem;
            font-weight: 400;
            color: #fff;
            padding: .02rem;
        }

        .container .item .card .description p {
            font-size: .12rem;
        }

        .container .item .card .description p .icon {
            color: #dedede;
        }

        .container .item .card .description p .t {
            color: #dedede;
        }

        .container .item:hover .mark {
            opacity: 1;
        }

        .container .item:hover .options {
            opacity: 1;
        }

        .container .item:hover .description {
            opacity: 1;
        }

        .mobile .mark,
        .mobile .options,
        .mobile .description {
            opacity: 1 !important;
        }

        .ctrl.hide {
            display: none;
        }

        @media only screen and (max-width: 980px) {
            .item {
                width: 50% !important;
            }
        }

        .page {
            text-align: center;
            padding: .3rem;
        }

        .page a {
            display: inline-block;
            height: .32rem;
            line-height: .31rem;
            background-color: rgba(255, 255, 255, 0.8);
            border: 1px solid #dedede;
            cursor: pointer;
            -webkit-border-radius: .06rem;
            border-radius: .06rem;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
            text-align: center;
            padding: 0 .1rem;
        }

        .page span {
            display: inline-block;
            padding: 0 .1rem;
        }

        .copyright {
            padding-bottom: .3rem;
            text-align: center;
        }

        .detail {
            height: 100vh;
            position: relative;
            background: rgba(1, 1, 1, .5);
        }

        .detail .mark {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background-size: cover;
            background-position: center;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            -webkit-filter: blur(30px);
            filter: blur(20px);
        }

        .detail .preview img {
            width: 180px;
            height: 180px;
            border: 0;
        }

        .detail .preview .progressive {
            background: transparent;
        }

        .detail .preview .options {
            font-size: .12rem;
            padding: .1rem;
            width: 100%;
            display: block;
            text-align: right;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            position: absolute;
            right: 0;
            top: 0;
        }

        .detail .preview .ctrl {
            display: inline-block;
            height: .32rem;
            line-height: .31rem;
            background-color: rgba(255, 255, 255, 0.8);
            border: 1px solid transparent;
            cursor: pointer;
            -webkit-border-radius: .06rem;
            border-radius: .06rem;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
            text-align: center;
            padding: 0 .1rem;
        }

        .detail .preview .ctrl+.ctrl {
            margin-left: .05rem;
        }

        .detail .preview .ctrl.heart .icon {
            color: #f15151 !important;
        }

        .detail .preview .ctrl.left1 {
            left: .15rem;
            top: .1rem;
            position: absolute;
        }
         .detail .preview .ctrl.left2 {
            left: 0.95rem;
            top: .1rem;
            position: absolute;
        }

        .detail .preview .ctrl:hover {
            background: #fff;
        }

        .detail .preview .ctrl .t {
            font-style: normal;
            margin-left: .05rem;
            display: inline-block;
            vertical-align: top;
        }

        .detail .preview .description {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: .1rem;
            display: block;
            width: 100%;
            color: #fff;
            background: rgba(1, 1, 1, 0.5);
        }

        .detail .preview .description .title {
            font-size: .2rem;
			 text-align: left;
        }

        .detail .preview .description .sub {
            color: #c6cccc;
            text-indent: 2em;
        }

        .detail .preview .description .t {
            font-style: normal;
            margin-left: .05rem;
            display: inline-block;
            vertical-align: top;
        }

        .detail .preview .description .show+.show {
            margin-left: .3rem;
        }
        
        .dropdown {
    position: relative;
    display: inline-block;
    /*width: 24px;*/
    height: 20px;
    /*float: right;*/
    text-align: center;

}

.dropdown span{/*padding-left: 6px;*/ color: #000000;height:20px;}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 75px;
    text-align: center;
    top: 30px;
   /* border: 1px solid #919191;*/
    left: -1px;
   /* opacity: 0.7;*/
    /*border-radius: 8px;*/
}

.dropdown-content a {
    color: black;
    padding: 0px 0.1rem;
    text-decoration: none;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: .12rem;
    color: black;

}

.dropdown-content a:hover {
    background-color: #dedede;
    
}
 /*.detail .preview  .dropdown:hover {border-radius: 6px 6px 0px 0px;}*/
.dropdown:hover .dropbtn{ cursor:default; }

.dropdown:hover .dropdown-content {
    display: block;
}

body {  
  display: flex;  
  justify-content: center;  
  align-items: center;  
  height: 100vh;  
  margin: 0;  
  background-color: #f0f0f0;  
}  
  
.pagination-container {  
  display: flex;  
  justify-content: center;  
  align-items: center;  
  padding: 0px;  
  text-align: center; /* 设置文本居中 */  
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "PingFang SC", "Hiragino Sans GB", "Neue Haas Grotesk Text Pro", "Microsoft YaHei", "Microsoft JhengHei", sans-serif;
  font: bold;
  z-index:9999;
} 
  
.prev-btn, .next-btn{  
  display: inline-block; /* 使按钮在同一行显示 */  
  text-decoration: none;  
  font-weight: bold;    
  padding: 15px 15px 15px 15px;  
  border: none;  
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); /* 设置半透明背景 */  
  font-size: 32px;
  color:rgba(255, 255, 255, 0.3); /* 设置半透明背景 */ 
  transform: translateY(-50px);   
}  

.prev-btn{  
  left: 10px;  
}  
.next-btn {  
  right:10px;
}  
.prev-btn:hover, .next-btn:hover{  background-color: rgba(0, 0, 0, 0.5);  color:rgba(255, 255, 255, 0.7); /* 设置半透明背景 */   }  
/** 图标字体 **/
@font-face {
  font-family: 'layui-icon';
  src: url('/static/layui/font/iconfont.eot?v=282');
  src: url('/static/layui/font/iconfont.eot?v=282#iefix') format('embedded-opentype'),
       url('/static/layui/font/iconfont.woff2?v=282') format('woff2'),
       url('/static/layui/font/iconfont.woff?v=282') format('woff'),
       url('/static/layui/font/iconfont.ttf?v=282') format('truetype'),
       url('/static/layui/font/iconfont.svg?v=282#layui-icon') format('svg');
}

.layui-icon{
  font-family:"layui-icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* font-class */

.layui-icon-close:before{content:"\1006"}

/* Tab 关闭 */.layui-tab-title li .layui-tab-close{position: relative; display: inline-block; width: 18px; height: 18px; line-height: 20px; margin-left: 8px; top: 1px; text-align: center; font-size: 14px; color: #c2c2c2; transition: all .2s; -webkit-transition: all .2s;}
.layui-tab-title li .layui-tab-close:hover{border-radius: 2px; background-color: #ff5722; color: #fff;}
.layui-colorpicker-trigger-i.layui-icon-close{color: #999;}

.closeButton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
.closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  font-size: 32px;
  z-index: 10000;
}