

:root{
    --hualu-content-width: 89%;
}





body{
}




/*鑷畾涔夐€氱敤鏍峰紡*/

.common-title {
    font-family: AlibabaPuHuiTi-Medium;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.common-title >.decorate {
    width: 34px;
    height: 45px;
    background: url("../image/title-decoration.png") no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.common-title >.title {
    color: #333333;
    font-size: 42px;
    margin-right: 6px;
}


.common-title >.sub-title {
    color: rgba(0,0,0,0.5);
    font-size: 32px;
    line-height: 18px;
    margin-top: 15px;
    opacity: 0.5;
    font-family: AlibabaPuHuiTi-Regular;
}

#common-slide-down{
    z-index: 300;
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: cus-bounce 4s infinite;
}

#website-screen{
    width: 100%;
    height: 100%;
    background: url("../image/108-screen.png") no-repeat;
    background-size: cover;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
}


.pagination-container {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    max-width: 1080px;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    font-size: 14px;
    gap: 25px;
}

.pagination-info,
.pagination,
.pagination-jump {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
}

#items-per-page {
    padding: 1px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    transition: border-color 0.3s;
    font-size: 18px;
    box-sizing: border-box;
    height: 30px;
    color: #333333;
}

.pagination-info select:focus {
    border-color: #4CAF50;
    outline: none;
    color: #333333;
}

.pagination-info span{
    display: inline-block;
}

.pagination a {
    padding: 4px 10px;
    text-decoration: none;
    transition: background-color 0.3s;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    height: 30px;
    color: #333333;
}

.pagination a.active {
    background-color: #D85C41;
    color: #fff;
    border: 1px solid #D85C41;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    color: #333333;
}

.pagination-jump input {
    width: 60px;
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    height: 30px;
    color: #333333;

}

.pagination-jump input:focus {
    border-color: #D85C41;
    outline: none;
}

#jump-button{
    padding: 0 10px;
    font-size: 14px;
    background: #D85C41;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    height: 30px;
}

.header-blue-theme{
    background: rgba(255,255,255,0.7);
    color:  white !important;
    background: url("../image/header-background-blue.png") no-repeat;
    background-size: cover;
}
.header-slogan-white{
    background: url("../image/header-slogan.png") no-repeat;
    background-size: cover;
}