/*
Theme Name: SantaMas
Author: HashThemes
Author URI: https://hashthemes.com
Theme URI: https://hashthemes.com/wordpress-theme/santamas/
Description: SantaMas is a Free WordPress Theme specifically designed for holidays and events like Christmas, New Year or any other special events. The theme has event date countdown that lets you show the remaining days of the upcoming event. The snowfall effect on the banner creates the illusion of a perfect winter snowfall in your website. Optionally it can be disabled from the customizer setting. The about section and featured section can be used to display the information about the events. A gallery section at the bottom perfectly displays the event images. Most importantly the theme is not only bound to be used for event website only. SantaMas is multipurpose theme and can be used for business, corporate, portfolio, blog, photography and all other creative agencies. The theme is pretty easy to setup with live preview from the customizer without needing to have any coding knowledge at all. The theme provides flexible setting configuration with powerful and intuitive features. For demo visit http://demo.hashthemes.com/santamas/
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: santamas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, holiday, theme-options
Tested up to: 5.8
Requires PHP: 5.6
*/


body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}



button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
    border: 1px solid #EEE;
    padding: 10px;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1 {
    font-size: 32px;

}
.entry-title{
    text-align: center;
}
h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    margin:5px 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    background: #F6F6F6;
    padding: 40px;
    border-left: 6px solid #EEE;
    margin: 0;
    margin-bottom: 40px;
}

blockquote *:last-child{
    margin-bottom: 0 !important;
}

address {
    margin: 0 0 1.5em;
}



code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}



ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.entry-readmore a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    padding: 12px 50px;
    color: #FFF;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    background: #df6310;
}

.entry-readmore a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFF;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #EEE;
    padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #CCC;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    border: 1px solid #EEE;
    padding: 10px;
}

textarea {
    width: 100%;
}

input[type="search"]{
    -webkit-appearance: textfield;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: var(--dark);
    text-decoration: none;
}

a:hover {
    color: #d72621;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: none;
}


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.santamas-container {
    width: 1400px;
    margin: 0 auto;

}

.santamas-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#page {
    position: relative;
}

.section-title {
    font-size: 40px;
    margin: 0 auto 30px;
    color: #333;
    max-width: 70%;
}

.section-subtitle {
    font-size: 20px;
    margin: 0 auto 30px;
    max-width: 80%;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {

    background: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-banner {
    background-color: #333;
    background-position: center;
    background-size: cover;
    min-height: 260px;
/*    margin-bottom: 60px;*/
    position: relative;
}

.header-banner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba( 0,0,0,0.3 );
}

.site-branding {
    margin: 10px 0;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.site-title {
    font-size: 38px;
    font-family: 'Noto Serif', serif;
    margin: 0;
    font-weight: 700;
    line-height: 1;
}

.site-description {
    font-size: 16px;
    margin: 0;
    font-weight: 300;
}

.site-title a,
.site-description {
    color: #FFF;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.toggle-menu {
    display: none;
}

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li a {
    display: block;
    position: relative;
}

.primary-menu>li {
    float: left;
    margin-left: 30px;
    padding: 20px 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}

.primary-menu>li>a {
    transition: color 0.3s ease;
    font-weight: 500;
    font-size: 17px;
    color: var(--dark);
    position: relative;
    line-height: 36px;
}

.primary-menu>li>a:before,
.primary-menu>li>a:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.primary-menu>li>a:before {
    top: 0;
    left: 20px;
}

.primary-menu>li>a:after {
    bottom: 0;
    right: 20px;
}

.primary-menu>li:hover>a:before,
.primary-menu>li.current_page_item>a:before,
.primary-menu>li.current-menu-item>a:before,
.primary-menu>licurrent_page_ancestor>a:before {
    opacity: 1;
    left: 0;
}

.primary-menu>li:hover>a:after,
.primary-menu>li.current_page_item>a:after,
.primary-menu>li.current-menu-item>a:after,
.primary-menu>licurrent_page_ancestor>a:after {
    opacity: 1;
    right: 0;
}

.primary-menu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    background: #df6310;
    font-size: 14px;
}

.primary-menu>li:last-child>ul {
    left: auto;
    right: 0;
}

.primary-menu ul ul {
    left: 100%;
    top: 0;
}

.primary-menu>li:last-child>ul ul {
    left: auto;
    right: 100%;
}

.primary-menu li:hover>ul {
    display: block;
}

.primary-menu ul li {
    padding: 0 10px;
}

.primary-menu ul li a {
    color: #FFF;
    line-height: 1;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.primary-menu ul li:last-child a {
    border-bottom: none;
}

/* styling for both css and generated arrows */
.menu-item-has-children .ht-dropdown{
    position: relative;
    right: -5px;
}

.menu-item-has-children .ht-dropdown:after {
    content: '\f107';
    font-family: FontAwesome;
}

/* styling for right-facing arrows */
.menu-item-has-children ul .ht-dropdown{
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-item-has-children ul .ht-dropdown:after {
    content: '\f105';
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.pagination {
    margin-bottom: 60px;
    text-align: center;
}

.pagination .page-numbers {
    border: 2px solid #EEE;
    padding: 12px 30px;
    border-radius: 30px;
    margin: 0 5px;
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #EEE;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget-area .widget {
    border: 1px solid #EEE;
    padding: 30px;
    margin-bottom: 40px;
}

.widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-area ul ul {
    margin-left: 5px;
}

.widget-area ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.widget-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-area ul li a {
    color: #444;
}

.widget-area ul li a:hover {
    color: #d72621;
}
.widget-title{
    padding: 10px 0;
}
.widget-area .widget-title {

    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.textwidget p{
    padding:10px 0;
}
.widget-area .widget_search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-area .widget_search label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.widget-area .widget_search .search-field {
    width: 100%;
}

.widget-area .widget_search .search-submit {
    min-width: 0;
    border-radius: 0;
    padding: 12px 15px
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#primary {
    width: 67%;
    float: left;
    padding-top: 80px;
}
#primary1 {
    padding-top: 80px;
    width: 100%;

}
#secondary {
    padding-top: 80px;
    width: 29%;
    float: right;
}





.entry-banner {

    width: 35%;
    float: left;
}

.entry-wrapper {

   padding: 20px;
}

h2.entry-title {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
}

h1.entry-title {
    margin-bottom: 40px;
}

h2.entry-title a {
    color: #333;
}

.entry-content {
    font-size: 18px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-bottom: 40px;
}

.entry-content ul ul,
.entry-content ol ol{
    margin-bottom: 0;
}

.blog-hentry .entry-content {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    font-weight: 300;
     float: left;
    padding-left: 30px;
}

.entry-meta {

    padding-top: 10px;
    font-size: 13px;
    color: #666;
}

.entry-meta a {
    color: #666;
}

.entry-meta a:hover {
    color: #C53547;
}

.entry-meta .posted-on {
    float: left;
}

.entry-meta .cat-links {
    float: right;
}

.top-entry-meta {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.top-entry-meta a,
.top-entry-meta {
    color: #666;
}

.top-entry-meta a:hover{
    color: #C53547;
}

.top-entry-meta .cat-links {
    margin-right: 20px;
}

.page-header {
    margin-bottom: 40px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#respond {
    border: 1px solid #EEE;
    padding: 40px;
    margin-bottom: 40px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    margin-top: 5px;
}

p.form-submit {
    margin-bottom: 0;
}

h2.comments-title {
    font-size: 30px;
}

h3#reply-title {
    font-size: 22px;
    text-transform: uppercase;
}

ol.comment-list {
    margin: 0 0 50px;
    list-style: none;
}

ol.children {
    margin-left: 30px;
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    font-size: 13px;
}

.comment-meta .fn {
    margin-left: 20px;
    text-transform: uppercase;
}

.comment-meta .edit-link {
    margin-left: 15px;
    border-left: 1px solid #BBB;
}

.comment-meta a {
    color: #444;
    padding-left: 15px;
}

.comment-body {
    margin-top: 40px;
    font-size: 15px;
    border: 1px solid #EEE;
    padding: 30px;
}

.comment-author img {
    border-radius: 50%
}

.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    padding: 8px 20px;
    color: #333;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    background: #FFF;
}

.comment-reply-link:hover {
    background: #C53548;
    color: #FFF;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.banner-section {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.banner-section>img,
.header-banner > img{
    opacity: 0.6;
}

.banner-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    padding-top: 100px;
}

.banner-caption h2 {
    max-width: 60%;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.banner-caption p {
    max-width: 60%;
    font-size: 22px;
    margin: 0 0 30px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.banner-buttons {
    margin-top: 40px;
}

.banner-buttons a {
    padding: 15px 50px;
    background: #df6310;
    color: #FFF;
    display: inline-block;
    border-radius: 30px;
    margin-right: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.banner-buttons a:hover {
    background: #FFF;
    color: #333;
}

.about-section-image {
    width: 45%;
    padding-right: 20px;
    padding-top: 80px;
    -ms-flex-item-align: end;
 /*   align-self: flex-end;*/
}

.about-section-image img {
    display: block;
}

.about-section-content {
    padding: 80px 0;
    color: #666;
}

.about-section-image+.about-section-content {
    width: 55%;
}

.about-section-content h4 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #333;
}

.about-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-counter .counter-block {
    width: 50%;
    margin-top: 50px;
    padding-right: 40px;
}

.counter-icon {
    float: left;
}

.counter-icon .fa {
    color: #d72621;
    font-size: 36px;
}

.counter-content {
    padding-left: 70px;
}

.counter-number {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    color: #222;
}

.counter-text {
    color: #666;
    font-size: 18px;
}

.event-countdown-section {
    padding: 80px 0;
    background: #fafafa;

}

.event-countdown-section .event-info {
    font-size: 26px;
    font-family: 'Noto Serif', serif;
    width: 100%;

}

.event-counter {
    width: 45%;
}

.event-counter>div {
    position: relative;
    width: 120px;
    height: 140px;
    display: inline-block;
    background: #FFF;
    color: #333;
    text-align: center;
    margin-left: 15px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 14px 10px -6px rgba( 0, 0, 0, 0.3);
    box-shadow: 0px 14px 10px -6px rgba( 0, 0, 0, 0.3);
}

.event-counter>div span {
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding: 30px 0 10px;
    line-height: 1;
}

.santamas-featured-section {
    text-align: center;
    padding: 80px 0;
    background-image: url(images/featuredbg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.santamas-featured-section .santamas-container {
    position: relative;
    z-index: 999;
}

.featured-box-wrap {
    width: 110%;
    margin-left: -4%;
}

.featured-box {
    padding:1%;
   width:25%;
    background: #FFF;
    margin-top: 40px;
}

.featured-box p {
    color: #666;
    margin-bottom: 40px;
}

.featured-thumb {
    margin-bottom: 30px;
}

.featured-box .featured-button,
.blog-left .blog-read-more a {
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    padding: 12px 20px;
    color: #333;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.featured-box .featured-button:hover,
.blog-left .blog-read-more a:hover {
    background: #d72621;
    color: #FFF;
}

.santamas-blog-section {
    padding: 80px 0;
    text-align: center;
}

.santamas-blog-wrap {
    border: 1px solid #EEE;
    margin-top: 60px;
    padding: 20px;
}

.blog-left {
    width: 70%;
    float: left;
}

.blog-right {
    width: 30%;
    float: right;
    padding-left: 30px;
    text-align: left;
}

.blog-left .blog-post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-left .blog-post-box .blog-thumbnail,
.blog-left .blog-post-box .blog-excerpt {
    width: 50%;
    position: relative;
}

.blog-left .blog-post-box .blog-thumbnail img {
    display: block;
}

.blog-left .blog-post-box:nth-child(1) .blog-thumbnail:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-color: transparent #FFF transparent transparent;
    border-style: solid;
    border-width: 30px;
    margin-top: -30px;
}

.blog-left .blog-post-box:nth-child(2) .blog-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    border-color: transparent transparent transparent #FFF;
    border-style: solid;
    border-width: 30px;
    margin-top: -30px;
}

.blog-left .blog-post-box .blog-excerpt {
    padding: 0 50px;
}

.blog-left .blog-post-box:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.blog-post-box h5 {
    font-size: 20px;
}

.blog-post-box h5 a {
    color: #333;
}

.blog-left .blog-post-box p {
    color: #666;
}

.blog-left .blog-date {
    position: absolute;
    top: 20px;
    background: #d72621;
    font-size: 13px;
    color: #FFF;
    line-height: 1;
    padding: 5px 10px;
    font-style: italic;
    pointer-events: none;
}

.blog-left .blog-post-box:first-child .blog-date {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 0;
}

.blog-read-more {
    margin-top: 30px;
}

.blog-right .blog-post-box {
    margin-bottom: 50px;
}

.blog-right .blog-post-box:last-child {
    margin-bottom: 0;
}

.blog-right .blog-post-box h5 {
    font-size: 18px;
    margin-bottom: 8px;
}

.blog-right .blog-post-box .blog-date {
    color: #777;
    font-size: 13px;
    font-style: italic;
}

.blog-right .blog-thumbnail {
    width: 100px;
    margin-right: 20px;
    float: left;
}

.santamas-gallery-slider img{
    display: block;
}

.santamas-gallery-section .lSAction > a{
    background: none;
    height: 80px;
    width: 40px;
    background: rgba( 0,0,0, 0.8);
    margin-top: -40px;
}

.santamas-gallery-section .lSAction > .lSPrev{
    left: 0;
}

.santamas-gallery-section .lSAction > .lSNext{
    right: 0;
}

.santamas-gallery-section .lSAction > a:after{
    color: #FFF;
    text-align: center;
    line-height: 80px;
    display: block;
}

.santamas-gallery-section .lSAction > .lSPrev:after{
    content: "\e094";
    font-family: 'lg'
}

.santamas-gallery-section .lSAction > .lSNext:after{
    content: "\e095";
    font-family: 'lg'
}

.site-footer {
    background: #333;
    color: #bbb;
    font-size: 16px;
}

.site-footer a {
    color: #bababa;
}

.top-footer {
    border-bottom: 1px solid #444;
    padding: 50px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-logo {
    float: left;
}

.footer-menu {
    float: right;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.footer-menu ul li a:hover {
    border-bottom: 1px dotted #ccc;
}

.footer-logo img {
    max-height: 60px;
}

.bottom-footer {
    padding: 30px 0;
}

.site-info {
    float: left;
}

.site-info a {
    border-bottom: 1px dotted #ccc;
}

.site-social-buttons {
    float: right;
}

.site-social-buttons a {
    padding: 0 6px;
}

.site-social-buttons a:hover {
    color: #EEE;
}

/*Responsive CSS*/
@media screen and (max-width:1220px){
    .santamas-container{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

    .event-counter{
        text-align: center;
    }

    .event-counter > div{
        margin-bottom: 15px;
    }

    .featured-box{
        width: 30.33%;
    }
}

@media screen and (max-width:1000px){
    .toggle-menu + div{
        position: absolute;
        left: 40px;
        right: 40px;
        top: 100%;
        background: #d72621;
        z-index: 99;
        display: none;
    }

    .toggle-menu{
        display: block;
        background: #FFF;
        padding: 8px 20px;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 5px;
        font-weight: bold;
        white-space: nowrap;
    }

    .toggle-menu .fa{
        margin-right: 6px;
    }

    .primary-menu>li{
        float: none;
        padding: 0;
        margin: 0;
    }

    .primary-menu>li>a{
        padding: 10px 40px;
    }

    .primary-menu>li>a:before,
    .primary-menu>li>a:after{
        display: none;
    }

    .primary-menu ul{
        position: static;
        width: auto;
    }

    .primary-menu ul li{
        padding: 0 0 0 10px;
    }

    .primary-menu ul>li>a{
        padding: 10px 40px;
        line-height: 36px;
        border-bottom: none;
    }

    .menu-item-has-children .ht-dropdown,
    .menu-item-has-children ul .ht-dropdown{
        position: absolute;
        height: 26px;
        width: 26px;
        border: 1px solid rgba(255, 252, 252, 0.6);
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 4px;
    }

    .menu-item-has-children .ht-dropdown:after,
    .menu-item-has-children ul .ht-dropdown:after{
        content: '\f107';
        font-family: FontAwesome;
        vertical-align: middle;
        line-height: 26px;
        display: block;
        text-align: center;
    }

    .menu-item-has-children .ht-opened.ht-dropdown:after,
    .menu-item-has-children ul .ht-opened.ht-dropdown:after{
        content: '\f106';
    }

    .primary-menu li:hover>ul{
        display: none;
    }

    .primary-menu ul ul{
        background: none;
    }

    .banner-caption{
        text-align: center;
    }

    .banner-caption h2,
    .banner-caption p{
        max-width: none;
    }

    .banner-buttons a{
        margin: 0 5px;
    }

    .blog-left,
    .blog-right{
        width: auto;
        float: none;
    }

    .blog-right{
        padding-left: 0;
        margin-top: 40px;
    }
}

@media screen and (max-width:768px){
    .section-title,
    .section-subtitle{
        max-width: none;
    }

    .santamas-flex{
        display: block;
    }

    .banner-section{
        height: auto;
    }

    .banner-caption{
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 240px 0 120px;
    }

    .about-section-image{
        padding-right: 0;
        text-align: center;
    }

    .about-section-image,
    .about-section-content,
    .about-section-image+.about-section-content{
        width: 100%;
    }

    .event-countdown-section .event-info,
    .event-counter{
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .event-countdown-section .event-info{
        margin-bottom: 40px;
    }

    .featured-box-wrap{
        margin-left: 0;
        width: 100%;
    }

    .featured-box{
        width: 100%;
        margin-left: 0;
    }

    .top-footer,
    .bottom-footer{
        display: block;
        text-align: center;
    }

    .footer-logo,
    .site-info{
        margin-bottom: 20px;
    }

    .footer-logo,
    .footer-menu,
    .site-info,
    .site-social-buttons{
        float: none;
    }

    #primary,
    #secondary{
        width: auto;
        float: none;
    }

    #primary{
        margin-bottom: 40px;
    }

    .site-header .santamas-container{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width:680px){
    .banner-caption h2{
        font-size: 36px;
    }

    .banner-buttons a{
        margin-bottom: 10px;
    }

    .blog-left .blog-post-box{
        display: block;
        margin-bottom: 40px;
    }

    .blog-left .blog-post-box .blog-thumbnail,
    .blog-left .blog-post-box .blog-excerpt{
        width: 100%;
        margin-bottom: 25px;
    }

    .blog-left .blog-post-box .blog-thumbnail img{
        width: 100%;
    }

    .blog-left .blog-post-box .blog-thumbnail:after{
        display: none;
    }

    .blog-right .blog-post-box{
        margin-bottom: 30px;
    }

    .blog-left .blog-post-box .blog-excerpt{
        padding: 0;
    }
}

@media screen and (max-width:580px){
    .santamas-container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-counter{
        display: block;
    }

    .about-counter .counter-block{
        width: 100%;
        padding-right: 0;
    }

    .entry-wrapper {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
    }

    .widget-area .widget,
    #respond,
    .comment-body{
        padding: 20px;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea{
        width: 100%;
    }

    .toggle-menu + div{
        left: 20px;
        right: 20px;
    }
}




/*页面css*/
/* 全局重置与基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #333;
    line-height: 1.6;
    background-color: #f9fafb;
}

/* 工具类 */
.container-custom {
    width: 95%;
    max-width: 1450px;
    margin: 0 auto;
}

.section-padding {
    padding: 100px 0 100px;
}

.hover-lift {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 颜色变量 */
:root {
    --primary: #df6310;          /* 海军蓝主色调 */
    --secondary: #1A73E8;        /* 亮蓝色辅助色 */
    --accent: #E63946;           /* 活力红强调色 */
    --dark: #1E293B;
    --light: #F8FAFC;
    --gray: #64748B;
    --light-gray: #E2E8F0;
    --success: #10B981;
}

/* 按钮样式 */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(15, 52, 96, 0.15);
}

.primary-btn {
    background-color: var(--primary);
    color: #fff;
}

.primary-btn:hover {
    background-color: #545353;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 52, 96, 0.25);
}

.primary-btn:focus {
    outline: 2px solid rgba(26, 115, 232, 0.5);
    outline-offset: 4px;
}

.secondary-btn {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.secondary-btn:hover {
    background-color: rgba(15, 52, 96, 0.05);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(15, 52, 96, 0.1);
}

/* 图标背景样式 */
.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 8px 20px rgba(15, 52, 96, 0.2);
}

.icon-wrapper.small {
    width: 50px;
    height: 50px;
    margin: 0 20px 0 0;
}

.icon-wrapper i {
    font-size: 30px;
    color: #fff;
}

.icon-wrapper.small i {
    font-size: 20px;
}

/* 导航栏样式 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    padding: 18px 0;
    transition: all 0.3s ease;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 26px;
    font-weight: 800;
    color: var(--primary);
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    font-size: 15px;
    position: relative;
    transition: color 0.3s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent);
    transition: width 0.3s ease;
}

.nav-links a.active,
.nav-links a:hover {
    color: var(--primary);
}

.nav-links a.active::after,
.nav-links a:hover::after {
    width: 100%;
}

.contact-btn {
    margin-left: 20px;
}

.mobile-menu-btn {
    display: none;
    font-size: 24px;
    color: var(--primary);
    cursor: pointer;
    z-index: 1002;
}

/* 移动端侧滑菜单 */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: var(--primary);
    z-index: 1001;
    transition: right 0.4s ease;
    padding: 40px 30px;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-close {
    color: #fff;
    font-size: 24px;
    text-align: right;
    cursor: pointer;
    margin-bottom: 40px;
}

.mobile-nav-links {
    list-style: none;
}

.mobile-nav-links li {
    margin-bottom: 25px;
}

.mobile-nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contact-btn {
    background-color: var(--accent);
    padding: 15px 20px !important;
    border-radius: 8px !important;
    text-align: center;
    margin-top: 20px;
    border: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* 英雄区样式 */
.hero {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8eff7 100%);
    margin-top: 84px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(15, 52, 96, 0.05) 0%, transparent 70%);
    z-index: 0;
}

.hero .container-custom {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 1;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--dark);
    font-weight: 800;
    letter-spacing: -1px;
}

.hero-content h1 span {
    color: var(--primary);
}

.hero-content p {
    font-size: 18px;
    color: var(--gray);
    margin-bottom: 40px;
    max-width: 550px;
    line-height: 1.7;
}

.hero-btns {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
}

.hero-image {
    flex: 1;
}

.hero-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(15, 52, 96, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.hero-image img:hover {
    transform: perspective(1000px) rotateY(0);
}

/* 信任标识 */
.trust-badges {
    margin-top: 40px;
}

.trust-badges p {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 15px;
}

.badges {
    display: flex;
    gap: 20px;
    align-items: center;
}

.badge {
    height: 30px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.badge:hover {
    opacity: 1;
}

/* 通用板块标题 */
.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h2 {
    font-size: 42px;
    color: var(--dark);
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.section-title p {
    font-size: 18px;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* 服务板块 */
.services {
    background-color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.service-card {
    background-color: #fff;
    padding: 50px 35px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(15, 52, 96, 0.08);
    text-align: center;
    border: 1px solid var(--light-gray);
}

.service-card.hover-lift:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(15, 52, 96, 0.15);
    border-color: transparent;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--dark);
    font-weight: 600;
}

.service-card p {
    color: var(--gray);
    font-size: 15px;
    line-height: 1.7;
}

/* 产品板块 */
.products {
    background-color: #f8fafc;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(15, 52, 96, 0.08);
    position: relative;
    border: 1px solid var(--light-gray);
}

.product-card.hover-lift:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(15, 52, 96, 0.15);
    border-color: transparent;
}

/* 产品标签 */
.product-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.best-seller {
    background-color: var(--success);
}

.new-arrival {
    background-color: var(--accent);
}

.product-img-wrapper {
    overflow: hidden;
    height: 220px;
}

.product-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.1);
}

/*.product-info {
    padding: 25px;
}*/

.product-info h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--dark);
    font-weight: 600;
}

.product-info p {
    color: var(--gray);
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.product-btn {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.product-btn::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.product-btn:hover {
    color: var(--accent);
}

.product-btn:hover::after {
    margin-left: 12px;
}
.tit1{
    font-size: 22px;
    margin: 30px 0 15px;
    color: var(--dark);

}
/* 关于我们 */
.about {
    background-color: #fff;
}

.about .container-custom {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(15, 52, 96, 0.15);
}

.about-content {
    flex: 1;
}

.about-content h2 {
    font-size: 30px;
    color: var(--dark);
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.about-content p {
    color: var(--gray);
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.8;
}

/* 数据统计模块 */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.stat-item {
    text-align: center;
    padding: 20px 10px;
    background-color: #f8fafc;
    border-radius: 8px;
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: var(--gray);
    font-weight: 500;
}

.about-features {
    list-style: none;
    margin-bottom: 40px;
}

.about-features li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--dark);
    font-size: 16px;
}

.about-features i {
    color: var(--success);
    font-size: 18px;
}

/* 联系板块 */
.contact {
    background-color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--dark);
    font-weight: 600;
}

.contact-item p {
    color: var(--gray);
    line-height: 1.7;
}

.contact-form {
    background-color: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15, 52, 96, 0.1);
    border: 1px solid var(--light-gray);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group {
    margin-bottom: 0;
}
#contactForm{
    padding: 50px;
    margin: 0 auto;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #f9fafb;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}

/* 页脚样式 */
.footer {
    background-color:#545353;
    color: #fff;
    padding: 80px 0 30px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 50px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.footer-top p{
    color: #e4e8ed;
}
.footer-logo .logo {
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-logo p {
    color: #e4e8ed;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-trust {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-trust p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #cbd5e1;
}

.trust-icons {
    display: flex;
    gap: 15px;
}

.trust-icons i {
    font-size: 20px;
    color: #cbd5e1;
    opacity: 0.8;
}

.footer-links h4,
.footer-services h4,
.footer-social h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}
.footer-social a,.footer-social p{color:#e4e8ed;    line-height: 2.2;}
.footer-links ul,
.footer-services ul {
    list-style: none;
}

.footer-links li,
.footer-services li {
    margin-bottom: 15px;
}

.footer-links a,
.footer-services a {
    color: #e4e8ed;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover,
.footer-services a:hover {
    color: #fff;
    padding-left: 5px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: var(--primary);
    transform: translateY(-5px);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #cbd5e1;
    font-size: 15px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    color: #cbd5e1;
    font-size: 14px;
}

.footer-policies {
    display: flex;
    gap: 20px;
}

.footer-policies a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-policies a:hover {
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .footer-services {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        margin-top: -30px;
    }
}

@media (max-width: 992px) {
    .hero .container-custom {
        flex-direction: column;
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .badges {
        justify-content: center;
    }

    .about .container-custom {
        flex-direction: column;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav-links, .contact-btn {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .section-padding {
        padding: 70px 0;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .services-grid, .products-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 30px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .section-title h2 {
        font-size: 28px;
    }
}
/*关于我们*/
/* About Us Page */
.about-hero {
    background: linear-gradient(21deg, rgba(255, 255, 255, 0.1), #f8fafc), url(../santamas/images/about.jpg) center / cover no-repeat;

    text-align: center;
}
.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-story-img img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(15,52,96,0.1);
}
.about-story-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #df6310;
}
.about-story-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #64748B;
    margin-bottom: 20px;
}
.about-signature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}
.about-signature img {
    height: 60px;
}

.about-stats {
    background: #fff;
}
.stats-4col {
    grid-template-columns: repeat(3, 1fr);
}

.about-advantages.bg-light {
    background: #f8fafc;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.advantage-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15,52,96,0.06);
}
.advantage-card h3 {
    margin: 20px 0 10px;
    font-size: 20px;
}
.advantage-card p {
    color: #64748B;
    line-height: 1.6;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.mission-box {
    background: linear-gradient(135deg, #df6310, #fcd34d);
    color: #fff;
    padding: 50px 40px;
    border-radius: 12px;
}
.mission-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.mission-box p {
    line-height: 1.8;
    opacity: 0.95;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.certificate-item {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(15,52,96,0.08);
}
.certificate-item img {
    max-width: 100%;
    height: auto;
}

@media (max-width:992px) {
    .about-story-grid,
    .advantages-grid,
    .mission-grid {
        grid-template-columns: 1fr;
    }
    .stats-4col,
    .certificates-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*联系我们*/
/* ===== Contact Us Page 专属样式 ===== */
/* 联系我们主Banner */
.contact-hero {
    background: linear-gradient(135deg, #545353d9, #595a58d6), url('../santamas/images/contact.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.contact-hero-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
.contact-hero-content p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 35px;
    opacity: 0.95;
}
.hero-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* 多渠道联系卡片 */
.channels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.channel-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 52, 96, 0.06);
    transition: all 0.3s ease;
}
.channel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(15, 52, 96, 0.12);
}
.channel-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: linear-gradient(135deg, #df6310, #df6310);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.channel-icon i {
    font-size: 24px;
    color: #fff;
}
.channel-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #df6310;
    margin-bottom: 15px;
}
.channel-card p {
    font-size: 15px;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 8px;
}

/* 表单+地图布局 */
.form-map-grid {

    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: flex-start;
}
.contact-form-wrapper h2,
.contact-map-wrapper h2 {
    font-size: 28px;
    color: #df6310;
    margin-bottom: 15px;
}
.contact-form-wrapper p {
    font-size: 15px;
    color: #64748B;
    line-height: 1.7;
    margin-bottom: 30px;
}
.contact-form {
    background: #fff;
    padding: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #df6310;
    margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    transition: border 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1A73E8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.1);
}
.submit-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

/* 地图模块 */
.map-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(15, 52, 96, 0.1);
    margin-bottom: 20px;
}
.map-box img {
    width: 100%;
    display: block;
}
.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(15, 52, 96, 0.9);
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.map-overlay i {
    font-size: 20px;
    color: #1A73E8;
}
.map-overlay p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.map-tip {
    background: #f8fafc;
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #1A73E8;
}
.map-tip p {
    font-size: 14px;
    color: #64748B;
    line-height: 1.6;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 悬浮快速联系栏 */
.fixed-contact-bar {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}
.fixed-whatsapp,
.fixed-email {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}
.fixed-whatsapp {
    background: #25D366;
}
.fixed-email {
    background: #df6310;
}
.fixed-whatsapp:hover,
.fixed-email:hover {
    transform: scale(1.1);
}

/* 响应式适配（确保移动端流畅显示） */
@media (max-width: 992px) {
    .channels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-map-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact-hero-content h1 {
        font-size: 32px;
    }
}
@media (max-width: 576px) {
    .channels-grid {
        grid-template-columns: 1fr;
    }
    .hero-btn-group {
        flex-direction: column;
        gap: 15px;
    }
    .fixed-contact-bar {
        bottom: 20px;
        right: 20px;
    }
    .fixed-whatsapp,
    .fixed-email {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
/* ===== 产品详情页专属样式 ===== */

/* 面包屑导航 */
.section-padding-sm {
    padding: 30px 0;
}

.breadcrumb {
    background-color: #f8fafc;
    border-bottom: 1px solid var(--light-gray);
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.breadcrumb-wrapper a {
    color: var(--primary);
    text-decoration: none;
}

.breadcrumb-wrapper a:hover {
    text-decoration: underline;
}

.breadcrumb-wrapper span {
    color: var(--gray);
}

.breadcrumb-wrapper i {
    font-size: 12px;
    color: var(--gray);
}

/* 产品详情主区域 */
.product-detail {
    background-color: #fff;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* 产品图片画廊 */
.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 52, 96, 0.1);
}

.main-image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.thumbnail-images {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.thumbnail-item {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-item.active,
.thumbnail-item:hover {
    opacity: 1;
    border-color: var(--primary);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 产品信息区 */
.product-info {
    position: relative;
}

.product-info .product-tag {
    position: static;
    display: inline-block;
    margin-bottom: 20px;
}

.product-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.product-rating .stars {
    color: #FBBF24;
    font-size: 18px;
}

.rating-count {
    font-size: 14px;
    color: var(--gray);
}

.product-price {
    margin-bottom: 25px;
}

.product-price .price {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin-right: 15px;
}

.product-price .price-compare {
    font-size: 20px;
    color: var(--gray);
    text-decoration: line-through;
}

.product-short-desc {
    padding-top: 20px;
    font-size: 16px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-gray);
}

/* 产品特性 */
.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.feature-item i {
    color: var(--success);
}

/* 数量选择器 */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.quantity-selector label {
    font-weight: 500;
}

.quantity-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    overflow: hidden;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background-color: #f3f4f6;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.quantity-btn:hover {
    background-color: var(--light-gray);
}

.quantity-input input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
}

.stock-status {
    font-size: 14px;
    color: var(--success);
}

/* 产品操作按钮 */
.product-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.product-actions .btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-actions .btn:hover {
    color: #333333;
}

/* 分享按钮 */
.product-share {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-gray);
}

.share-icons {
    display: flex;
    gap: 10px;
}

.share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f3f4f6;
    color: var(--primary);
    transition: all 0.3s ease;
}

.share-icons a:hover {
    background-color: var(--primary);
    color: #fff;
    transform: translateY(-3px);
}

/* 交付信息 */
.delivery-info {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.delivery-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.delivery-item i {
    font-size: 24px;
    color: var(--primary);
    margin-top: 5px;
}

.delivery-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.delivery-item p {
    font-size: 14px;
    color: var(--gray);
}

/* 产品标签页 */
.product-tabs {
    background-color: #f8fafc;
}

.tabs-nav {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 40px;
}

.tab-btn {
    padding: 15px 30px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.tab-btn.active,
.tab-btn:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 描述标签内容 */
.description-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--dark);
}

.description-content p {
    font-size: 16px;
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 25px;
}

.description-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: var(--dark);
}

.benefits-list {
    margin-left: 20px;
    margin-bottom: 30px;
}

.benefits-list li {
    font-size: 16px;
    color: var(--gray);
    margin-bottom: 10px;
    line-height: 1.7;
}

.applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.application-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.application-item i {
    color: var(--primary);
    font-size: 20px;
}

/* 规格参数标签内容 */
.specifications-content h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--dark);
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.spec-row {
    display: flex;
    border-bottom: 1px solid var(--light-gray);
    padding: 15px 0;
}

.spec-label {
    width: 30%;
    font-weight: 600;
    color: var(--dark);
}

.spec-value {
    width: 70%;
    color: var(--gray);
}

.download-specs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-specs:hover {
    color: var(--accent);
    text-decoration: underline;
}

/* 运输支付标签内容 */
.shipping-content h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--dark);
}

.shipping-content h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: var(--dark);
}

.shipping-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.shipping-content li {
    font-size: 16px;
    color: var(--gray);
    margin-bottom: 10px;
    line-height: 1.7;
}

.nested-list {
    margin-top: 5px;
}

/* 评价标签内容 */
.reviews-content h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--dark);
}

.reviews-summary {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--light-gray);
}

.overall-rating {
    text-align: center;
}

.rating-value {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary);
    display: block;
}

.overall-rating .stars {
    font-size: 24px;
    color: #FBBF24;
    margin: 10px 0;
}

.rating-text {
    font-size: 16px;
    color: var(--gray);
    font-weight: 500;
}

.rating-distribution {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-bar span {
    font-size: 14px;
    width: 60px;
}

.bar-container {
    flex: 1;
    height: 8px;
    background-color: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

.bar {
    height: 100%;
    background-color: var(--primary);
    border-radius: 4px;
}

/* 评价列表 */
.reviews-list {
    margin-bottom: 40px;
}

.review-item {
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.reviewer-name {
    font-weight: 600;
    color: var(--dark);
}

.review-date {
    font-size: 14px;
    color: var(--gray);
    margin-left: 10px;
}

.review-rating {
    color: #FBBF24;
}

.review-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--dark);
}

.review-content {
    font-size: 15px;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 15px;
}

.review-verified {
    font-size: 14px;
    color: var(--success);
    display: flex;
    align-items: center;
    gap: 5px;
}

.load-more-reviews {
    display: block;
    margin: 0 auto 40px;
}

/* 评价表单 */
.review-form {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.review-form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--dark);
}

.rating-selector {
    display: flex;
    gap: 5px;
    font-size: 24px;
    color: #ddd;
    margin-bottom: 20px;
}

.rating-selector i.active {
    color: #FBBF24;
}

/* 相关产品 */
.related-products {
    background-color: #fff;
}

/* 询盘弹窗 */
.enquiry-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}

.enquiry-modal.active {
    display: block;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.modal-header {
    padding: 20px 30px;
    background-color: var(--primary);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.modal-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.modal-body {
    padding: 30px;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .reviews-summary {
        grid-template-columns: 1fr;
    }

    .applications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .product-features {
        grid-template-columns: 1fr;
    }

    .product-actions {
        flex-direction: column;
    }

    .product-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .tabs-nav {
        flex-direction: column;
    }

    .tab-btn {
        width: 100%;
        text-align: left;
    }

    .applications-grid {
        grid-template-columns: 1fr;
    }

    .spec-row {
        flex-direction: column;
        gap: 5px;
    }

    .spec-label, .spec-value {
        width: 100%;
    }
}

/*22*/
/* 悬浮快速联系栏 */
.fixed-contact-bar {
    position: fixed;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}
.fixed-whatsapp,
.fixed-email {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}
.fixed-whatsapp {
    background: #25D366;
}
.fixed-email {
    background: #df6310;
}
.fixed-whatsapp:hover,
.fixed-email:hover {
    transform: scale(1.1);
}

/* 响应式适配（确保移动端流畅显示） */
@media (max-width: 992px) {
    .channels-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .form-map-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact-hero-content h1 {
        font-size: 32px;
    }
}
@media (max-width: 576px) {
    .channels-grid {
        grid-template-columns: 1fr;
    }
    .hero-btn-group {
        flex-direction: column;
        gap: 15px;
    }
    .fixed-contact-bar {
        bottom: 20px;
        right: 20px;
    }
    .fixed-whatsapp,
    .fixed-email {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
/*表格样式*/
.description-content{overflow:hidden;}
.description-content {font-size:15px;line-height:1.8;color:#333;padding:5px 0 40px;word-wrap:break-word;word-break:normal;}
.description-content  img{max-width:100% !important;height:auto !important;}
.description-content  table{font-size:14px;line-height:1.5;width:100% !important;max-width:100% !important;color:#222;padding:1px 0;position:relative;
    text-align:center;table-layout:initial;margin:0 auto;word-break:break-all;}
.description-content table tr th{padding:12px 0.4em;border:#e5e5e5 solid 1px;word-break:break-word;}
.description-content  table tr td{padding:10px 0.4em;border:#e5e5e5 solid 1px;transition:0.33s;word-break:break-word;}
.description-content  table tr:nth-child(odd){background:#f4f4f4;}
.description-content  table tr:first-child td{font-weight:bold;}
.description-content table tr:hover td{color:#df6310;font-weight:bold;}