/*
file_name: s.css
file_version: v1.0
from: Static Resource Version Controller
from_url: 
author: https://github.com/laiyuqiang/
update_time: 2025-11-01 22:45:59
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
*/
*{
	margin:0;
	padding:0;
    box-sizing: border-box;
	scrollbar-width: thin;
}
body{
	margin:0;
	padding:0;
	min-width: 300px;
	overflow-x: auto;
	background-color: hsla(0,0%,98%,.8);
}
.cno{
    pointer-events: none;
}
.b{
    font-weight: bold;
}
.w{
	width:100%;
}
.h{
	height:100%;
}
.Tw{
	width:100%!important;
}
.Th{
	height:100%!important;
}
.hh{
    flex-wrap: wrap;
}
.dis-no{
	display:none;
}
.vno{
    visibility: hidden;
}
.por{
	position:relative;
}
.poa{
	position:absolute;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}
.mr50{
	margin-right: 50px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.t0{
	top:0;
}
.t5{
	top:5px;
}
.t10{
	top:10px;
}
.t20{
	top:20px;
}
.Tl0{
	left: 0 !important;
}
.l0{
	left:0;
}
.l5{
	left:5px;
}
.l10{
	left:10px;
}
.l15{
	left:15px;
}
.l20{
	left:20px;
}
.l30{
	left:30px;
}
.b0{
	bottom: 0;
}
.b5{
	bottom:5px;
}
.b20{
	bottom:20px;
}
.r0{
	right:0;
}
.r5{
	right:5px;
}
.r10{
	right:10px;
}
.r15{
	right:15px;
}
.r20{
	right:20px;
}
.r4{
    border-radius: 4px;
}
.r8{
    border-radius: 8px;
}
.r50{
    border-radius: 50%;
}
.lr_auto{
    margin-left:auto;
    margin-right:auto;
}
.dis-f{
	display:flex;
}
.dis-cen,.dis-f-c{
	justify-content:center;
	align-items:center;
}
.dis-f-cl{
	align-items:center;
}
.dis-f-b{
    justify-content: space-between;
}
.ov-no{
	overflow:hidden;
}
.ovx{
    overflow-x: auto;
}
.ovx-no{
    overflow-x: hidden;
}
.ovy{
    overflow-y: auto;
}
.ovy-no{
    overflow-y: hidden;
}
.no-hh{
	white-space:nowrap;
	flex-flow: row nowrap !important;
}
.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-hh2{
    white-space: nowrap;
}
.huanhang{
	flex-flow: row wrap;
	word-break: break-all;
}
.wrap-pre {
  white-space: pre-wrap; /* 保留空格和换行，但允许自动换行 */
  word-break: break-all; /* 强制长单词或URL换行 */
  overflow-wrap: break-word; /* 更优雅的换行方式 */
}
.b_E0{
	background: #E0E0E0;
}
.fff{
    background: #fff;
}
.red{
    color:red;
}
.tf{
    color:#fff;
}
.btn-href{
	text-decoration: none;
	color:blue;
}
._tc{
    text-align: center;
}
.waveform{
    width:calc(100% - 72px);
}
.box > .group > a:nth-child(2){
    display: none;
}
.showMessage {
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    top: calc(50% - 30px);
    left: 50%;
    color: #ffffff;
    z-index: 100000;
    transform: translate(-50%, 0);
}
 
.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #E1F3D8;
    color: #67c23a;
}
 
.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #F76C6C;
}
.no-copy {
    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;
}

/*公共部分*/
._w{
    /*width:1300px;*/
    width:100%;
    transition: all 0.3s ease;
}
.header{
    height:48px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.h-logo{
    align-items: center;
}
.h-logo > img{
    height:calc(100% - 12px);
}

.mp-main-n{
    height:auto;
}
.mp-main{
    /*height:1000px;*/
}
.mp-footer{
    /*height:300px;*/
}
.cur-p{
    cursor: pointer;
}
._br0{
	border: 0!important;
}
._r4{
	border-radius: 4px;
}
._r8{
	border-radius: 8px;
}
._r12{
	border-radius:12px;
}
._r20{
	border-radius:20px;
}
._r50{
	border-radius: 50%;
}
.yy{
    box-shadow: #aaa 0px 0px 10px;
}
.yy2{
    box-shadow: #555 0px 0px 10px;
}
.yy3{
	box-shadow:
	  0px 0px 0.4px rgba(0, 0, 0, 0.007),
	  0px 0px 0.9px rgba(0, 0, 0, 0.01),
	  0px 0px 1.6px rgba(0, 0, 0, 0.013),
	  0px 0px 2.5px rgba(0, 0, 0, 0.015),
	  0px 0px 3.9px rgba(0, 0, 0, 0.017),
	  0px 0px 6px rgba(0, 0, 0, 0.02),
	  0px 0px 10px rgba(0, 0, 0, 0.023),
	  0px 0px 20px rgba(0, 0, 0, 0.03);
}
.yy4{
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}
.hr{
    background: #ddd;
    height:1px;
}
.pd5{
    padding:5px;
}
.pd10{
    padding:10px;
}
.pd15{
    padding:15px;
}
.pd20{
    padding:20px;
}
.pt50{
    padding-top:50px;
}
.pb50{
    padding-bottom:50px;
}
.index-nav1-p1{
    padding: 20px;
    font-size: 14px;
}
.index-nav1-p1 span{
    color:#555;
}
tr:hover{
    background:#EEE;
}
@media screen and (min-width: 751px) and (max-width: 1535px) {
    ._w{
        /*width:86%;*/
    }
}
@media screen and (max-width: 751px) {
    ._w{
        width: 100%;
    }
    .header-nav{
        width:calc(100% - 20px);
    }
    .h-logo > img{
        width:calc(100% - 18px);
    }
}
/*公共部分*/