/*
file_name: s.css
file_version: v1.0
from: Static Resource Version Controller
from_url: 
author: https://github.com/laiyuqiang/
update_time: 2025-07-30 13:53:00
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
*/
*{
	margin:0;
	padding:0;
}
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%;
}
.hh{
    flex-wrap: wrap;
}
.dis-no,.hidden{
	display:none;
}
.vno{
    visibility: hidden;
}
.por{
	position:relative;
}
.poa{
	position:absolute;
}
.t0{
    top:0;
}
.l0{
    left:0;
}
.r0{
    right: 0;
}
.r10{
    right:10px;
}
.b0{
    bottom: 0;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mr10{
    margin-right: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.r4{
    border-radius: 4px;
}
.r8{
    border-radius: 8px;
}
.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;
}
.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;
}
.b_E0{
	background: #E0E0E0;
}
.fff{
    background: #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;
    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;
}
@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);
    }
}
/*公共部分*/