* {
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei';
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

a,
img {
    -webkit-touch-callout: none
}

img {
    width: 100%;
    height: 100%;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul, ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 定制整个滚动条 */
::-webkit-scrollbar {
    width: 10px; /* 设置滚动条的宽度 */
}

/* 定制滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道的背景颜色 */
}

/* 定制滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
    background: #888; /* 设置滑块的背景颜色 */
}

/* 当hover或active状态时，定制滚动条滑块的颜色 */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    background: #F7F8FA;
    overflow-x: auto;
    overflow-y: scroll;
    max-width: 1920px;
}

a {
    color: inherit;
}


.register-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 57px;
    height: 31px;
    border: 1px solid #FC8200;
    border-radius: 5px;

    font-weight: 400;
    font-size: 14px;
    color: #FC8200;
    margin-right: 11px;
}

.login-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    width: 57px;
    height: 31px;
    border: 1px solid #FC8200;
    border-radius: 5px;

    color: #FFFFFF;
    background: #FC8200;

    font-weight: 400;
    font-size: 14px;
}

.left-active{
    width: 122px;
    background:  #FFF2E5;
    border-radius: 4px;
    color: #FC8200 !important;
}

/*/////////////////////////////////////////////////*/
#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Bootstrap 的 modal 背景 z-index 是 1040 */
}

#popup-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Bootstrap 的 modal 背景 z-index 是 1040 */
}

#popup-overlay3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040; /* Bootstrap 的 modal 背景 z-index 是 1040 */
}

.popup-title {
    background: #FFA205;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

#popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 1050; /* 确保弹出窗口在遮罩层之上 */
}

#popup-content2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 1050; /* 确保弹出窗口在遮罩层之上 */
}

#popup-content3 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 1050; /* 确保弹出窗口在遮罩层之上 */
}

#close-popup{
    text-align: center;
    width: 100px;
    height: 40px;
    background: #FFA205;
    border: 1px solid #FFA205;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}


#close-popup2{
    text-align: center;
    width: 77px;
    height: 33px;
    background: #FFA205;
    border: 1px solid #FFA205;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    cursor: pointer;
}

#close-popup3{
    text-align: center;
    width: 100px;
    height: 40px;
    background: #FFA205;
    border: 1px solid #FFA205;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}

#save-popup {
    text-align: center;
    width: 100px;
    height: 40px;
    background: #FFA205;
    border: 1px solid #FFA205;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}

#save-popup2 {
    text-align: center;
    width: 77px;
    height: 33px;
    background: #FFA205;
    border: 1px solid #FFA205;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    cursor: pointer;
}

/*分页样式*/
.pagination li {
    display: inline-block;
    margin-right: 3px;
    padding: 2px 5px;
    border: 1px solid #e2e2e2;
    min-width: 20px;
    text-align: center;
}

.pagination li.active {
    background: #FC8200;
    color: #fff;
    border: 1px solid #FC8200;
}

.pagination li a {
    display: block;
    text-align: center;
}