/*
Theme Name: Vlg Theme
Theme URI: https://cn.vlg-solution.com/
Description:VLG企业主题，包含解决方案、产品、新闻等分类。
Author: 维多网络
Author URI: https://www.myvodo.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-business
Tags: elementor-compatible, responsive-layout, custom-logo, custom-menu
*/

/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}