/*
Theme Name: FAQ7777
Theme URI: https://faq7777.com
Author: FAQ7777
Author URI: https://faq7777.com
Description: 由PbootCMS主题转换而来的WordPress主题
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faq7777
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* 基础样式 */
body {
    position: relative;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

.logo a:before {
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
    opacity: 1;
}

.i_list {
    display: flex;
    flex-direction: column;
}

.thumb-srcbox {
    padding-top: 50%;
    overflow: hidden;
    position: relative;
}

.thumb-srcbox figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumb-srcbox figure img {
    height: 100% !important;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width:500px) {
    body {
        background: #fff;
    }
    .update_area {
        background: #eef1f8;
    }
}

.indexbg-module {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    height: 1000px;
    z-index: -1;
}

.indexbg-module:before, .indexbg-module:after {
    content: " ";
    width: 400px;
    height: 1000px;
    position: absolute;
    top: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.indexbg-module .degrsej {
    color: #226e43;
}

@media (max-width: 1280px) {
    .indexbg-module {
        display: none;
    }
}

/* WordPress 按钮样式 */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}