* {
    margin: 0 auto;
    padding: 0;
}

ul {
    list-style: none;
}

body {
    background-image: url("https://pic.imgdb.cn/item/65bba67f871b83018a59c948.jpg");
    /* 设置半透明背景 */
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    align-items: center;
}

*::-webkit-scrollbar {
    width: 0;
}

.verBox {
    color: blue;
    text-align: right;
}

#big_box {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: bold;
    /* overflow: hidden;
    overflow-y: scroll; */
    justify-content: space-between;
}

#content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: white;
    justify-content: space-between;
}

#announceBox {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: scroll;
    height: 100px;
    border-radius: 2px;
    padding: 10px;
    margin: 4px 10px;
    color: brown;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: black;
}

#title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: bold;
    height: 55px;
    background-color: brown;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#title b,
#title img {
    margin: 0;
}

.pTable {
    position: relative;
    flex: 1;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.model_input_box {
    width: 100%;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model_input_box>span {
    /* text-align: center; */
    border-radius: 2px;
    margin-right: 30px;
    display: inline-block;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background-color: white;
}

.model_input {
    margin: 5px 0;
    height: 35px;
    flex: 1;
    border: 2px solid black;
    border-radius: 5px;
    padding-left: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
}

#warnBox {
    text-align: center;
    font-size: 15px;
    color: white;
    width: 100%;
    margin: 0 15px;
    padding: 5px 15px;
    height: 40px;
    background-color: grey;
    border-radius: 2px;
    line-height: 40px;
}

.modeBtn {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 100px;
    border: 0px;
    padding: 8px 10px;
    margin: 0px;
    border-radius: 1px;
    font-weight: bold;
}

.btn {
    background-size: cover;
    border: none;
    height: 60px;
    margin: 15px  15px 0 0;
    width: 100%;
    font-weight: bold;
    font-size: medium;
    color: brown;
    padding: 10px 15px;
    border-radius: 1px;
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px; */
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.btn:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

#return_data {
    background-image: url('./images/return.png');
    background-size: cover;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    flex: 1;
    max-height: 560px;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 15px 20px;
    max-height: 560px;
    padding-bottom: 10px;
    border-radius: 5px;
}


#return_data>ul {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#return_data ul,
#return_data li {
    margin: 0;
}

#return_data>ul>li,
#accountBox>ul>li {
    margin: 20px 0;
    border-radius: 2px;
    padding: 15px 10px;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: black;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

#return_data>ul>li>span,
#accountBox>ul>li>b {
    margin: 0;
}



@media (max-width: 425px) {
    #big_box {
        width: 100%;
        height: 100vh;
    }
    #announceBox {
        max-width: 340px;
    }

}

@media (min-width: 426px) and (max-width: 530px) {
    #big_box {
        width: 100%;
        height: 100vh;
    }

    #announceBox {
        max-width: 400px;
    }

}
@media (min-width: 531px) and (max-width: 768px) {
    #big_box {
        width: 100%;
        height: 100vh;
    }

    #announceBox {
        max-width: 510px;
    }

}

@media (min-width: 769px) {
    #big_box {
        width: 1000px;
        border-radius: 3px;
        height: 580px;
    }

    #content {
        width: 500px;
        max-height: 580px;
        border: 5px solid black;
        border-radius: 2px;
    }

    #return_data {
        max-height: 580px;
    }
    #announceBox {
        max-width: 450px;
    }
}