/* 通用 */
* {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    padding: 0;
}

a {
    color: #333;
}

body{
    min-width: 1440px;
}
.width1200 {
    width: 1200px;
    margin: 0 auto;
}
.width1400 {
    width: 1400px;
    margin: 0 auto;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.flex-ar {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* 菜单1 */
.menu {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 10000;
    padding-left: 20px;
    padding-right: 30px;
}

.menu img {
    width: 130px;
    filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 1));
}

.menu .right {
    width: 60%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.menu .right a {
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
}

/* 菜单2 */
.menu2 {
    width: 100%;
    height: 100px;
    z-index: 10000;
    padding-left: 20px;
    padding-right: 30px;
    background: #FFFFFF;
}

.menu2 img {
    width: 130px;
    /*filter: drop-shadow(1px 1px 1px rgba(255, 255, 255, 1));*/
}

.menu2 .right {
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.menu2 .right a {
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
}

/* 底部 */
.footer {
    background: #0C121D;
    color: #fff;
    padding-bottom: 42px;
    padding-top: 20px;
    font-size: 14px;
}
.footer a{
    font-size: 14px;
    color: #fff;
    margin-top: 22px;

}
.footer .right {
    margin-left: 82px;
}

.footer .right img{
    width: 100px;
}

.footer .right div{
    font-size: 14px;
}

.footer div {
    margin-top: 22px;
}

.footer div span{
    margin-left: 24px;
}

/* 页码 */
.zui-page {
    font: 0px / 22px "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: content-box;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0px;
    text-align: left !important;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zui-page-noallow {
    color: rgb(210, 210, 210);
    cursor: not-allowed;
}

.zui-page a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0px 15px;
    height: 28px;
    line-height: 28px;
    margin: 0px -1px 5px 0px;
    color: rgb(51, 51, 51);
    font-size: 12px;
    border: 1px solid rgb(226, 226, 226);
}

.zui-page-curr {
    background-color: #fff;
    color: #fff !important;
}

.width770 {
    width: 770px;
}

.imgViewDom {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
	z-index: 999999;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.clickimg {
	cursor: default !important;
}

.clickimg img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.imgViewDom img {
	max-width: 90%;
	max-height: 90%;
	cursor: zoom-out;
	object-fit: contain;
}

.menu_hide {
    display: none !important;
}
/*
     FILE ARCHIVED ON 08:39:52 Jul 08, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:47:27 Aug 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.658
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.04
  esindex: 0.027
  cdx.remote: 12.177
  LoadShardBlock: 128.273 (3)
  PetaboxLoader3.datanode: 70.778 (4)
  PetaboxLoader3.resolve: 286.934 (3)
  load_resource: 233.585
*/