﻿.font_2{font-size:11px;font-style:normal;line-height:150%;color:#fff;text-decoration:none;font-weight:700}.box{border:1px solid silver;width:82px;height:19px;clip:rect(0px,81px,18px,0px);overflow:hidden}.box2{border:1px solid #f4f4f4;width:80px;height:17px;clip:rect(0px,79px,16px,0px);overflow:hidden}select{position:relative;left:-2px;top:-2px;font-size:12px;width:83px;line-height:14px;border:0;color:#909993}.ba{font-size:12px;color:#000;line-height:18px}.bb{font-size:15px;line-height:16px;font-weight:700;color:#dd6f00;font-style:normal;text-decoration:none}html,body{font-size:12px;margin:0;height:100%}.mesWindow{border:#833810 4px solid;background:#fff}.mesWindowTop{background:#833810;height:27px;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12pt;font-family:microsoft yahei;padding:3em 5em 0;color:#fff}.mesWindow .close{vertical-align:middle;padding:0;height:23px;width:25px;border:1;cursor:pointer;text-decoration:none;background:#833810;font-size:12pt;font-family:SimHei;color:#fff;text-align:center}.mesWindow .closeSure{height:25px;width:60px;border:1;cursor:pointer;border-color:#666}.mesWindow .text{text-align:left;font-family:时尚中黑简体;font:62.5%/1.6 Verdana,'Helvetica Neue',Helvetica,Sans-Serif;font-size:10pt}#ad_dl02{z-index:1;left:0;visibility:visible;width:180px;position:fixed;top:220px;-moz-box-shadow:0 0 8px #676767;-webkit-box-shadow:0 0 8px #676767;box-shadow:0 0 8px #676767;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}select{width:70px;border:solid 1px #ccc;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right:14px}select::-ms-expand{display:none}.div-ad1{position:fixed;_position:relative;z-index:10;right:0;top:145px;width:200px;height:100px}.div-ad2{position:fixed;_position:relative;z-index:10;left:0;top:145px;width:200px;height:100px}.div-ad3{position:fixed;_position:relative;z-index:10;left:0;top:205px;width:200px;height:250px}.div-ad4{position:fixed;_position:relative;z-index:10;right:0;top:205px;width:200px;height:250px}@keyframes mylogo{from{left:5px}to{left:-5px}}@-moz-keyframes mylogo{from{left:5px}to{left:-5px}}@-webkit-keyframes mylogo{from{left:5px}to{left:-5px}}@-o-keyframes mylogo{from{left:5px}to{left:-5px}}.imagelogo{background:url(images/logo.png) no-repeat;float:left;position:relative;width:215px;height:124px;margin:15px 0 0 -10px;padding:0;cursor:pointer;animation:mylogo 1s linear 0s infinite alternate;-moz-animation:mylogo 1s linear 0s infinite alternate;-webkit-animation:mylogo 1s linear 0s infinite alternate;-o-animation:mylogo 1s linear 0s infinite alternate;top:0;left:0}.imagelogo2{background:url(images/logo.png) no-repeat;float:left;position:relative;width:180px;height:224px;margin:150px 0 0 10px;padding:0;cursor:pointer;animation:mylogo 1s linear 0s infinite alternate;-moz-animation:mylogo 1s linear 0s infinite alternate;-webkit-animation:mylogo 1s linear 0s infinite alternate;-o-animation:mylogo 1s linear 0s infinite alternate}ui,li{list-style:none}#news{padding-left:80px;width:80%;height:34px;font-size:14px;font-family:microsoft yahei ui;color:#fff;overflow:hidden}.mesWindow{border:#666 1px solid}.mesWindowTop{height:30px;border-bottom:#eee 1px solid;padding:3px;font-weight:700;text-align:left;font-size:20px}.mesWindowContent{margin:10px;padding-left:5px;font-size:18px;width:95%;margin-top:-20px}.mesWindow .close{height:15px;width:40px;border:none;cursor:pointer;text-decoration:underline}

#popup {
            display: none; /* 默认隐藏 */
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
            color: #fff; /* 文字颜色为白色 */
            border-radius: 8px;
            text-align: center;
            font-size: 16px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 999;
        }
