.h-opa {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    cursor: pointer;
}

.hs-a {
    display: none;
    z-index: 9999;
    white-space: nowrap;
    position: fixed;
    top: 13.5rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.hs-form {
    font-size: 0;
    display: inline-block;
}

.hs-text {
    border: none;
    padding: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
    width: 16rem;
    height: 45px;
    background-color: #fff;
    color: #333;
}

.hs-submit {
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #9a0808;
    background-image: url('../images/a3-b.png');
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

body.search-state .hs-a {
    display: block;
}

body.search-state .h-opa {
    display: block;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    outline: 0;

}

.container {
    padding: 0 15px;
    overflow: hidden;
}

.black {
    background-color: #000;
}

.abt {
    /* padding-top: 40px; */
    padding-bottom: 40px;
}

.abt1 {}

.abt1 img {
    vertical-align: middle;
}

.color1 {
    font-size: 16px;
    line-height: 24px;
    color: transparent;
    background-image: linear-gradient(135deg, #8BCEFF, #FFD5BB);
    background-clip: text;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
}

.bt1 {
    font-size: 24px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.726);
}

.bt2 {
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, .85);
}

.product {
    padding-top: 40px;
}

.bt3 {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -.03em;
    background-image: linear-gradient(90deg, rgb(246, 129, 40) 29%, rgb(255, 174, 102) 50%, rgb(246, 129, 40) 70%);
    background-clip: text;
    color: transparent;
}

.bt4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.03em;
    background-image: linear-gradient(90deg, rgb(246, 129, 40) 29%, rgb(255, 174, 102) 50%, rgb(246, 129, 40) 70%);
    background-clip: text;
    color: transparent;
}

.bt5 {
    font-size: 30px;
    line-height: 36px;
    color: rgba(0, 0, 0, .85);
}

.bt6 {
    font-size: 24px;
    line-height: 36px;
    color: rgba(0, 0, 0, .85);
}

.cont {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, .65);
    /* letter-spacing: -.02em; */
    margin-top: 16px;
    /* text-align: justify; */
    text-align: center;
}

.cont1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .65);
    /* letter-spacing: -.02em; */
    margin-top: 16px;
    /* text-align: justify; */
    text-align: center;
}

.y1 {
    margin-bottom: 30px;
}

.y1 .img {
    margin-top: 30px;
}

.y1 .img img {
    border-radius: 15px;
}

.table-box {
    overflow-x: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    /* 单元格之间的间距 */
    border: 1px solid #ddd;
}

th,
td {
    border: 1px solid #ddd;
    padding: 5px;
    /* 单元格内边距 */
}

th {
    background-color: #4CAF50;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}


.table-box1 {
    color: #ffffffac;
    padding-top: 15px;
    overflow-x: auto;
}

.table-box1 tr:nth-child(even) {
    background-color: #5f5f5f55;
}

.table-box1 tr:hover {
    background-color: #4b4b4b;
}

.table-box1 h4 {
    padding-bottom: 30px;
}

.table-box1 img {
    border-radius: 15px;
}

.table-box1 .kjddg {
    overflow-x: auto;
    margin-bottom: 35px;
}

.zoom-image {
    width: 100%;
    /* 或其他宽度 */
    transition: transform 1.5s ease;
    /* 平滑的过渡效果 */
    transform-origin: center;
    /* 缩放中心 */
    transform: scale(0.6);
}

.videobox video {
    width: 100%;
}

.center {
    text-align: center;
}

#image-container {
    height: 200vh;
    /* 确保有足够滚动空间 */
    padding-top: 100px;
}

#zoom-image {
    display: block;
    margin: 0 auto;
    transition: transform 0.1s ease-out;
}

.num h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff31;
    text-align: center;
}

.num h3 span {
    font-size: 30px;
    font-weight: 600;
}

.num h3 em {
    font-style: normal;
    background-color: #9a08087c;
    padding: 0px 6px;
    border-radius: 5px;
}

.num h3 p {
    margin-top: 10px;

}

.num h3 p strong {
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(90deg, rgb(246, 129, 40) 29%, rgb(255, 174, 102) 50%, rgb(246, 129, 40) 70%);
}

.bg1 {
    position: relative;
}

.bg1 h3 {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.fea h4 {
    margin-bottom: 20px;
}

.fea .item {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.prolist .child-module-item {
    margin-top: 8px;
}

.prolist .child-module-item:first-child {
    margin-top: 0;
}

.site-footer-m .footer-more-link {
    display: block;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #f2f2f2;

}

.footer-social-list li:first-child:hover .erm {
    display: block;
}

.erm {
    display: none;
    position: absolute;
    z-index: 9;
}

.erm img {
    max-width: 150px;
}

.remark {
    font-size: 26px;
    color: red;
    font-weight: bold;
    display: none;
}

#imgBox img {
    display: block;
}

#fullPage {
    display: none;
    background: #000000cc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19930428;
}

#fullPage img {
    display: block;
    width: 100%;
}

#canvas {
    width: 100%;
    height: 100%;
    background: none;
    display: block;
}