﻿body {
}
:root {
    --font-color: #04BE02;
}

.屏 {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 800px) {
    .屏 {
        width: 100%;
        height: 100%;
    }
}
.Divw {
    width: 95vw; /* 设置宽度为屏幕宽度 */
    overflow-x: auto; /* 水平方向超出时显示滚动条 */
}
.table无边 {
    border-collapse: collapse;
}

    .table无边 td {
        padding: 0;
    }
.输入横线 {
    width: 100%;
    background-color: Transparent;
    border-bottom: 1px solid #C0C0C0;
    border-image: -webkit-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,##C0C0C0 20%, rgba(255,255,255,0.00) 99%) 0 0 2 0;
    border-image: -moz-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 0 0 2 0;
    border-image: linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 0 0 2 0;
}
.按键下 {
    background-color: Transparent;
    border-style: none none solid none;
    border-bottom-width: 1px;
    border-bottom-color: var(--font-color);
    text-align: center;
    color: var(--font-color);
}
.字体颜色 {
    color: var(--font-color);
}

.按键上 {
    background-color: Transparent;
    border-style: none none none none;
    border-bottom-width: 1px;
    border-bottom-color: Silver;
    text-align: center;
    color: Silver;
}
        .ifmdiv {
            border-style: none;
            bottom: -50px;
            width: 100%;
            background-color: #ffffff;
        }

        .tdb {
            background: -webkit-linear-gradient(top,rgb(242 243 247 / 0.98),rgb(242 243 247 / 0.10));
            background: -moz-linear-gradient(top,rgb(242 243 247 / 0.98),rgb(242 243 247 / 0.10));
            background: linear-gradient(top,rgb(242 243 247 / 0.98),rgb(242 243 247 / 0.10));
        }

        .下分线 {
            width: 100%;
            background-color: Transparent;
            border-bottom: 1px solid #C0C0C0;
            border-image: -webkit-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,##C0C0C0 20%, rgba(255,255,255,0.00) 99%) 0 0 2 0;
            border-image: -moz-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 0 0 2 0;
            border-image: linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 0 0 2 0;
        }

        .上分线 {
            width: 100%;
            background-color: Transparent;
            border-top: 1px solid #C0C0C0;
            border-image: -webkit-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,##C0C0C0 20%, rgba(255,255,255,0.00) 99%) 2 0 0 0;
            border-image: -moz-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 2 0 0 0;
            border-image: linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 2 0 0 0;
        }
.上下分线 {
    width: 100%;
    background-color: Transparent;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-image: -webkit-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,##C0C0C0 20%, rgba(255,255,255,0.00) 99%) 2 0 0 0;
    border-image: -moz-linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 2 0 0 0;
    border-image: linear-gradient(30deg, rgba(255,255,255,0.00) 0%,#C0C0C0 20%, rgba(255,255,255,0.00) 99%) 2 0 0 0;
}
.透明按钮 {
    background-color: Transparent;
    color: var(--font-color);
    border: 0px solid #FFFFFF;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    width: 100%;
}
.半圆边 {
    background-color: Transparent;
    color: var(--font-color);
    border: thin solid #f0f0f0;
    text-align: center;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    background-color: Transparent;
}
.椭圆阴影 {
    background-color: #FFF; /* Green */
    border: none;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
    background-color: Transparent;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    box-shadow: -1px 1px 1px 0px rgba(11,11,11,0.1), -1px 1px 1px 0px rgba(11,11,11,0.1);
}

.椭圆边 {
    background-color: Transparent;
    border: thin solid #f0f0f0;
    text-align: center;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: Transparent;
}
.椭圆 {
    border: 0 solid #f0f0f0;
    text-align: center;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: Transparent;
}
.上椭圆 {
    border: 0 solid #f0f0f0;
    text-align: center;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    background-color: Transparent;
}
.下椭圆 {
    border: 0 solid #f0f0f0;
    text-align: center;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: Transparent;
}
.左椭圆 {
    border: 0 solid #f0f0f0;
    text-align: center;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: Transparent;
}
.右椭圆 {
    border: 0 solid #f0f0f0;
    text-align: center;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    background-color: Transparent;
}
.框边 {
    background-color: Transparent;
    border: thin solid var(--font-color);
}
.商城边颜色 {
    background-color: Transparent;
    border: 1px solid #ff8d00;
    text-align: center;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}

.商城颜色 {
    background-image: -webkit-linear-gradient(right,#ff8d00,#FF3300);
}



.圆按钮 {
    border: thin solid rgba(240, 240, 240, 1);
    text-align: center;
    color: var(--font-color);
    border-top-left-radius: 3em;
    border-top-right-radius: 3em;
    border-bottom-right-radius: 3em;
    border-bottom-left-radius: 3em;
    background-color: rgba(240, 240, 240, 0.20);
}
.椭圆阴影1 {
    align-items: center;
    background: #FFFFFF;
    border: 0 solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    line-height: 24px;
    overflow-wrap: break-word;
    padding: 24px;
    text-decoration: none;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.A按钮 {
    text-decoration: none;
    color: #000;
    width: 25%;
    text-align: center;
    font-family: 黑体;
    font-size: small
}

    .A按钮:hover {
        text-decoration: none;
        color: var(--font-color)
    }

    .A按钮:active {
        text-decoration: none;
        color: var(--font-color)
    }
.无边椭圆 {
    background-color: Transparent;
    border: 0px solid #3c3c3c;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}
.无边 {
    background-color: Transparent;
    border: 0px solid #3c3c3c;
}


.Soff {
    margin: 1.5em auto;
    position: relative;
    display: block;
    width: 2.75em;
    height: 1.0em;
    top: 0.05em;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;
    background: linear-gradient(#f5f5f5 10%, #C0C0C0);
    box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.6) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}

    .Soff::after {
        position: absolute;
        content: '';
        width: 1em;
        height: 1em;
        top: 0em;
        left: 0.1em;
        border-radius: 50%;
        transition: 250ms ease-in-out;
        background: linear-gradient(#f5f5f5 10%, #eeeeee);
        box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, 0.5);
    }

    .Soff::before {
        position: absolute;
        content: '';
        width: 2em;
        height: 0.75em;
        top: 0.1em;
        left: 0.325em;
        border-radius: 0.325em;
        transition: 250ms ease-in-out;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.1)), #d0d0d0;
        box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(68, 204, 102, 0.7) inset;
    }

.Son {
    margin: 1.5em auto;
    position: relative;
    display: block;
    width: 2.75em;
    height: 1.0em;
    top: 0.05em;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;
    background: linear-gradient(#f5f5f5 10%, #C0C0C0);
    box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.6) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}

    .Son::after {
        position: absolute;
        content: '';
        width: 1em;
        height: 1em;
        top: 0em;
        left: 1.5em;
        border-radius: 50%;
        transition: 250ms ease-in-out;
        background: linear-gradient(#f5f5f5 10%, #eeeeee);
        box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, 0.5);
    }

    .Son::before {
        position: absolute;
        content: '';
        width: 2em;
        height: 0.75em;
        top: 0.10em;
        left: 0.325em;
        border-radius: 0.325em;
        transition: 250ms ease-in-out;
        background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #d0d0d0;
        box-shadow: 0 0.01em 0.01em -1.6px rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 3em 0 0 0 var(--font-color) inset;
    }

.bd {
    width: 140px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
}

    .bd:nth-child(6n) {
        margin-right: 0;
    }

    .bd.gr {
        color: #8c96a0;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #dce1e6;
        box-shadow: 0 1px 2px #fff inset,0 -1px 0 #a8abae inset;
        background: -webkit-linear-gradient(top,#f2f3f7,#e4e8ec);
        background: -moz-linear-gradient(top,#f2f3f7,#e4e8ec);
        background: linear-gradient(top,#f2f3f7,#e4e8ec);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f7', endColorstr='#e4e8ec');
    }

.bdp {
    font-weight: normal;
    color: #000;
    position: absolute;
    width: 100px;
    text-align: center;
    left: 0px;
    font-family: 黑体;
    font-size: small;
    top: -5px;
}

.bdof {
    font-weight: normal;
    text-shadow: 0px 0px 0px #fff;
    color: #fff;
    position: absolute;
    font-family: Arial Narrow;
    font-size: xx-small;
    width: 6px;
    text-align: center;
    right: 22px;
    top: 14px;
}

.bdon {
    font-weight: normal;
    text-shadow: 0px 0px 0px #fff;
    color: #fff;
    position: absolute;
    font-family: Arial Narrow;
    font-size: xx-small;
    width: 6px;
    text-align: center;
    left: 10px;
    top: 14px;
}

.bdv {
    position: absolute;
    width: 50px;
    text-align: center;
    right: 0px;
    top: -35px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #E3E3E3;
}

.slider-v1 {
    position: relative;
    line-height: 3em;
    text-indent: 1.3em;
    letter-spacing: 0.8em;
    font-weight: bolder;
    color: var(--font-color);
    display: block;
    width: 5.5em;
    height: 3em;
    left: 1.4em;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #FFFFFF;
    box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
}

    .slider-v1::before {
        position: absolute;
        content: '';
        width: 2em;
        height: 2em;
        top: 0.5em;
        left: 0.5em;
        border-radius: 50%;
        transition: 250ms ease-in-out;
        background: linear-gradient(#f5f5f5 10%, #eeeeee);
        box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.5em 0.3em -0.1em rgba(0, 0, 0, 0.25);
    }

    .slider-v1::after {
        position: absolute;
        content: '';
        width: 1em;
        height: 1em;
        top: 1em;
        left: 6em;
        border-radius: 50%;
        transition: 250ms ease-in;
        background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #ddd;
        box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), -7.25em 0 0 -0.25em rgba(0, 0, 0, 0.3);
    }

input:checked + .slider-v1::after {
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), var(--font-color);
    box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), -7.25em 0 0 -0.25em rgba(0, 0, 0, 0.12);
}


input:checked + .slider-v1::before {
    left: 3em;
}
.ha1 {
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-family: 黑体;
    font-size: xx-small;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    box-shadow: -1px 3px 2px 0px rgba(11,11,11,0.1), -1px 3px 2px 0px rgba(11,11,11,0.1);
}

.ha2 {
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: rgba(0,0,0,0.7);
    text-align: center;
    font-family: 黑体;
    font-size: xx-small;
    line-height: 17px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    box-shadow: -1px 3px 2px 0px rgba(11,11,11,0.1), -1px 3px 2px 0px rgba(11,11,11,0.1);
}

.ha3 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 3px 2px 0px rgba(11,11,11,0.1), -1px 3px 2px 0px rgba(11,11,11,0.1);
}

.ha4 {
    width: 60px;
    height: 60px;
    background: linear-gradient(#CCFFCC,#FFCCCC,#FFFFCC);
    animation: ha4 4.5s infinite linear;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

@keyframes ha4 {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}
