body{
    margin: 0;
    padding: 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    /* margin: 20px auto; */
    font-family: Arial, sans-serif;
    margin: 0 auto;
}

th, td {
    border: 1px solid #000000;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

tr{
    background-color: #f9f9f9;
}

caption {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.f24{
    font-size: 24px;
}
.main{
    width: 80%;
    margin: 0 auto;
}
.backImg{
    background-image: url(sketchfab_GrabModel_01.png);
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: brown;
}
.t2{
    font-size: 20px;
    line-height: 1.5;
}
.t18{
    font-size: 24px;
}

.tl{
    text-align: left;
}
.txt{
    text-align: center;
}
.t-l{
    text-align: left;
}
.ipt{
    width: 412px;
    height: 30px;
    text-align: center
}
.iptCode{
    width: 500px;
    height: 30px;
    text-align: center
}
.btn-default-orange {
    background-color: #ff9900; /* 橙色背景 */
    color: white;             /* 白色文字 */
    border: 1px solid #e68a00; /* 深橙色边框（可选） */
    padding: 9px 12px;        /* 默认内边距 */
    border-radius: 4px;       /* 轻微圆角 */
    cursor: pointer;          /* 手型指针 */
    font-size: 14px;          /* 默认字体大小 */
}

/* 悬停效果（可选） */
.btn-default-orange:hover {
    background-color: #e68a00; /* 深橙色悬停 */
    border-color: #cc7a00;    /* 更深的边框 */
}

/* 点击效果（可选） */
.btn-default-orange:active {
    background-color: #cc7a00; /* 点击时更深 */
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1); /* 内阴影模拟按下 */
}
.btn-default-orange span{
    text-decoration: inherit;
    text-indent: 2px;
    display: inline-block;
    font-size: 18px;
}

.p-10{
    padding: 10px;
}
.msg{
    color: red;
    font-size: 24px;
}
.red{color: red}

svg:not(:root) {
    overflow: hidden;
}
.e-svg {
    width: 1em;
    height: auto;
    fill: #fff;
}