*{
    margin: 0;
    padding: 0; 
}

.container{
    width: 1903px;
    margin: 0 auto;
    height: 100%;
}

/* Header Log Styles */
.header_log {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.header_log_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 40px;
}

.header_log .logo img {
    height: 30px;
    width: auto;
}

.header_tools {
    display: flex;
    gap: 20px;
}

.font {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.bing {
    font-size: 100px;
    color: #fff;
}
.font-one {
    font-size: 39px;
    color: #fff;
}
.font-two {
    font-size: 39px;
    color: #fff;
}

.tool_btn {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s;
}

.tool_btn:hover {
    color: #333;
}

.tool_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/icons.png);
    background-repeat: no-repeat;
}

/* 精灵图定佄17 - 根据实际图片调整位置 */
.tool_home .tool_icon {
    background-position: 0 0;
}

.tool_fav .tool_icon {
    background-position: -16px 0;
}

.tool_desktop .tool_icon {
    background-position: -32px 0;
}

.header_top {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    padding-top: 245px;
}
.download_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 32px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.download_box .dl_qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.download_box .dl_qrcode img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.download_box .dl_qrcode span {
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.download_box .dl_apps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.download_box .dl_apps .dl_btn img {
    width: 160px;
    height: auto;
    display: block;
}

.download_box > .dl_btn img {
    width: 140px;
    height: auto;
    display: block;
}

.header{
    width: 100%;
    margin: 0 auto;
    height: 1080px;
    background-image: url(../image/1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* Footer Styles */
.footer {
    background-color: #f5f5f5;
    padding: 40px 0 20px;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.footer_content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 40px 30px;
}

.footer_left h3,
.footer_service h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.footer_left a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.footer_left a:hover {
    color: #333;
}

.footer_right_section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.footer_service {
    text-align: left;
}

.footer_service .service_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.footer_service .qq_chat img {
    width: 80px;
    height: auto;
}

.qrcode_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qrcode_item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.qrcode_item span {
    font-size: 12px;
    color: #666;
}

.footer_bottom {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 40px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

.footer_bottom p {
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    margin-bottom: 5px;
}

.footer_bottom .copyright {
    color: #666;
    margin-bottom: 10px;
}

.footer_bottom .health_tip {
    color: #999;
}

.footer_bottom .beian {
    color: #999;
}

.footer_bottom .links a,
.footer_bottom .links span {
    font-size: 12px;
    color: #ff6600;
    text-decoration: none;
    margin: 0 5px;
}

.footer_bottom .links a:hover {
    text-decoration: underline;
}

.footer_bottom .gongan_beian {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.footer_bottom .gongan_icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
