html {
    /* 提供2种背景接口，替换壁纸记得注释掉不需要的哦！ */
    background-image: url(https://api.nxvav.cn/api/dongman);
    /* background-image: url(https://api.nxvav.cn/api/bing); */
}

svg {
    vertical-align: bottom;
}

.indexBox {
    width: 700px;
    height: 415px;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px; /* 边框圆角 */
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
}

.indexBox > .indexTitle {
    color: #fff;
    margin: 45px auto;
    font-size: 25px;
    text-align: center;
}

.indexBox-main {
    width: 350px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
}

.indexBox-main > .height {
    line-height: 32px;
}

input::-webkit-input-placeholder {
    color: #BDCADA;
}

.indexBox-main > input {
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: none; /* 隐藏输入框的边框 */
    outline: none; /* 隐藏输入框选择时的边框 */
}

.indexBox-main > .Button > input {
    width: 180px;
    height: 40px;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 30px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}

.indexBox-main > .Button > input:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset;
}

.indexBox-main > .copyright {
    font-size: 13px;
    text-align: center;
    margin-top: 40px;
}

.indexBox-main > .copyright > p a {
    color: #fff;
    text-decoration: none;
}

table {
    width: 100%;
    height: 50px;
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin: 100px auto;
}

table td {
    border-width: 0px;
    padding: 7px;
    border-style: solid;
    border-color: white;
    background-color: rgba(240,128,128,0.1);
    text-align: center; 
    color: white;
}

/* 以下为自适应的应用样式 */
@media screen and (max-width: 1250px) {
    .icon {
        width: 60px;
        height: 60px;
    }

    .iconget {
        width: 100px;
        height: 100px;
    }

    .indexBox {
        width: 900px;
        height: 1100px;
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 10px; /* 边框圆角 */
        box-sizing: border-box;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    }

    .indexBox > .indexTitle {
        font-size: 80px;
        margin: 120px auto;
    }

    .indexBox-main {
        width: 600px;
        height: 150px;
    }

    .indexBox-main > span {
        font-size: 40px;
    }

    .indexBox-main > input {
        height: 80px;
        font-size: 32px;
    }

    .indexBox-main > .Button > input {
        width: 350px;
        height: 110px;
        font-size: 50px;
        margin-top: 65px;
    }

    .indexBox-main > .copyright {
        font-size: 26px;
        margin-top: 150px;
    }
}
