<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'gilroyr';
	src : url(' ../fonts/GILROY-REGULAR.OTF');
}
@font-face{
	font-family: 'gilroym';
	src : url(' ../fonts/GILROY-MEDIUM.OTF');
}
@font-face{
	font-family: 'gilroyb';
	src : url(' ../fonts/GILROY-BOLD.OTF');
}
@font-face{
	font-family: 'gilroyl';
	src : url(' ../fonts/GILROY-LIGHT.OTF');
}

body { color:#333;font:16px "gilroyr";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
input,button,textarea,select,optgroup,option,button{font-family:gilroyr;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;border: none;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
dl,dt{font-weight: normal;}
a {color:#666; text-decoration:none;} 
a:focus,input, button, textarea, select{outline:0;} 
a:hover{text-decoration: none;}
textarea{resize: none;}
img{max-width: 100%; text-align: left;}

.c{clear: both;}
.fl{float: left;}
.fr{float: right;}
.imgfd{overflow: hidden;}
.imgfd img{transition: all 0.5s ease;height: auto;width: 100%;object-fit: cover;display: block;}
.imgfd:hover img{transform: scale(1.1);}
.imgg img{height: auto;width: 100%;object-fit: cover;display: block;}
.imgg img{max-width: 100%;}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span{padding: 0 12px;border: 1px solid #bbb;color: #000;margin-right: 8px;display: block;font-size: 14px;text-align: center;line-height: 30px;}
.pagination li.first,.pagination li.last{display: none;}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus{background: #013aa3;border-color: #013aa3;color: #fff;}
.pagination &gt; li &gt; a:hover{color: #013aa3;}
.pagination li{float: left;}
.pagination{margin: 0;margin-top: 40px;display: inline-block;}
.digg{text-align: center;width: 100%;}
@media (max-width: 600px){
	.pagination{margin-top: 20px;}
	
	
}


.center{width: 77.6%;float: right;margin-right: 4%;}

.tab{}
.tab-hd {overflow:hidden; zoom:1;}

.tab-hd li{cursor:pointer;}
.tab-hd li.active{font-weight: bold;}

.tab-bd li{display:none;}
.tab-bd li.thisclass{display:list-item;}
  #full-image-container {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            text-align: center;
            padding: 20px;
        }

        /* 全尺寸图片样式 */
        #full-image {
            max-width: 90%;
            max-height: 80%;
            margin-top: 10%;
        }

        /* 关闭按钮样式 */
        .close-btn {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 40px;
            color: white;
            cursor: pointer;
        }

     
     

</pre></body></html>