﻿body, html {
    font-family: Arial,"微软雅黑";
}

.qimen {
    width: 100%;
    height: auto;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qmleft {
    width: auto;
    float: left;
    height: auto;
    margin-bottom: 0;
    margin-top: -5px;
    padding-right: 0px;
}

.hengkongjg {
    width: 100%;
    height: 10px;
}

.hengkongjg1 {
    width: 100%;
    height: 5px;
}

.gaodu {
    height: 5px;
}

.table {
    width: 350px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    border: solid 1px #20B2AA;
}

.paipanwangzhi1 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    height: 36px;
    font-weight: bold;
}

.juzuobianju {
    margin-left: 5px;
    font-size: 18px;
}

.input {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    outline: none;
}

.shengshixian {
    width: 86px;
    height: 23px;
    border-radius: 5px;
    background-color: #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.chushengriqi {
    margin-left: 1px;
    width: 17%;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.chushengriqi1 {
    margin-left: 5px;
    width: 22%;
    line-height: 36px;
    height: 36px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.leixing {
    margin-left: 5px;
    width: 112px;
    font-size: 14px;
    height: 35px;
    color: #3e8df4;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.zhuanpan {
    width: 110px;
    font-size: 14px;
    height: 35px;
    color: #3e8df4;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.chaibu {
    width: 112px;
    font-size: 14px;
    height: 35px;
    color: #3e8df4;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.paipan {
    width: 350px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(135deg, #20B2AA, #009999); /* 浅蓝渐变 */
    /*    background-color: #3e8df4;*/
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.jiangefu {
    margin-top: -5px;
}

.jiangefutop {
    margin-top: 30px;
}

.hrzcenter {
    text-align: center;
}


/* 全屏遮罩层 */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* 半透明白色遮罩 */
    display: none; /* 默认隐藏 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    flex-direction: column; /* 垂直排列内容 */
    z-index: 9999; /* 高层级 */
}

/* 旋转动画样式 */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #388E3C;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

.loading-text {
    color: #388E3C;
    font-size: 16px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
