html{
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: #E3E6E6;
}

/* 针对所有a标签 */
a {
    text-decoration: none; /* 去掉下划线 */
    color: #333; /* 设置颜色为深灰色 */
    transition: all 0.3s ease; /* 添加过渡效果，当样式发生变化时（如鼠标悬停）能平滑过渡 */
}

/* 鼠标悬停时的样式 */
a:hover {
    color: #0066cc; /* 鼠标悬停时颜色变为蓝色 */
    text-decoration: underline; /* 鼠标悬停时添加下划线 */
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    min-width: 1000px;
}


.header{
    display: flex;
    position: static;
    float: none;
        flex: 1 1 auto;
        z-index: 198;
    font-family: inherit;
    font-size: 12px;
    line-height: 1em;
    zoom: 1;
    min-width: 1000px;
}


.top-header {
    background-color: #131921;
    background: linear-gradient(92.41deg, #003d32, #04734b);
    display: flex;
    position: static;
    float: none;
    flex-flow: row nowrap;
    height: 60px;
    width: 100%;
    font-size: 14px;
    z-index: 5;
    font-family: inherit;
    line-height: 1em;
}

    
.top-header .logo {
    height: 60px;
    display: flex;
    position: static;
    float: none;
    -webkit-box-sizing: border-box;
    width: auto;
    font-size: 14px;
    font-family: inherit;
    line-height: 1em;
}

.top-header .search-container {
    
    height: 60px;
    display: flex;
    position: static;
    float: none;
    flex: 1 1 auto;
    overflow: visible;
    font-size: 14px;
    line-height: 1em;
    font-family: inherit;
}
@media (min-width: 1700px) {
    #search_form{
        margin: 0 18px;
    }
}

@media (min-width: 1300px) {
    #search_form{
        margin: 0 10px;
    }
}

@media (min-width: 1100px) {
    #search_form{margin: 0 6px;}
}


#search_form{
    margin: 10px 4px 10px 3px;
    height: 60px;
    display: flex;
    position: relative;
    float: none;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    width: auto;
    font-size: 14px;
    font-family: inherit;
    line-height: 1em;
    
    height: 40px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    height: 100%;
    width: 100%;
}

.top-header .user-options {
    height: 60px;
    display: flex;
    position: static;
    float: none;
    min-width: auto;
    -webkit-box-sizing: border-box;
    width: auto;
    font-size: 14px;
    font-family: inherit;
    line-height: 1em;
    
    
    
}

.top-header .user-options a{
    text-decoration: none;
    margin-top: 2px;
    padding: 3px 0 0 0;
    
    margin-right: 0;
    margin-left: 1px;
    padding-left: 9px;
    
    margin: 0 1px 0 1px;
    padding-bottom: 5px;
    
    justify-content: center;
    text-decoration: none;
    -webkit-box-pack: center;
    flex-flow: column nowrap;
    display: flex;
    position: static;
    float: none;
    padding: 0 9px 10px;
    height: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    line-height: 44px;
    color: #d6d6d6;
    font-family: inherit;
    cursor: pointer;
    font-size: 14px;
    
    
}

@media (min-width: 1700px) {
    .nav-main{
        padding-left: 15px;
    }
    
}

@media (min-width: 1100px) {
    .nav-main{
        padding-left: 15px;
    }
}

.nav-main{
    max-height: 39px;
    padding-top: 0;
    display: flex;
    position: static;
    float: none;
    flex-flow: row nowrap;
    background-image: none;
    background-color: #085749;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 4;
    background-position: 0 -725px;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    font-size: 12px;
    line-height: 1em;
}

.nav-inner{
    max-height: 39px;
    display: flex;
    position: static;
    float: none;
    flex: 1 1 auto;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    font-family: inherit;
    font-size: 12px;
    line-height: 1em;
}

@media (min-width: 1700px) {
    .nav-inner li{
        padding: 8px 12px;
    }
}

.nav-inner li{
        margin: 5px 0 6px 0;
        float: left;
    font-family: inherit;
    font-size: 14px;
    }
.nav-inner li a{
    scroll-margin: 0;
    height: 12px;
    box-sizing: content-box;
        color: #fff;
        text-decoration: none;
}

.nav-inner li a:visited{
    cursor: pointer;
}


.search_input{
    display: flex;
    position: static;
    float: none;
    flex: 1 1 0px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    font-family: inherit;
    line-height: 1em;
}

.search_submit{
    min-width: auto;
    display: flex;
    position: static;
    float: none;
    height: auto;
    -webkit-box-sizing: border-box;
    width: auto;
    white-space: nowrap;
    font-size: 14px;
    font-family: inherit;
    line-height: 1em;
}
/*
.search-container input[type="text"] {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    line-height: 15px;
    padding: 7px 10px 10px 0;
    margin: 0;
    border: 0;
    height: 38px;
    font-family: inherit;
    font-size: 15px;
    background: 0 0;
    color: #111;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    text-indent: 8px;
    direction: ltr;
}

.search_input {
    display: flex;
    position: static;
    float: none;
    flex: 1 1 0px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    width: auto;
    white-space: nowrap;
    
}*/
/*.search-container button[type="submit"] {
    width: 44px;
    height: 42px;
    
    
    height: 100%;
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: 0;
    color: #fff;
    background: 0 0;
    border: none;
    text-indent: -1000px;
    line-height: 1px;
    display: flex;
    position: static;
    float: none;
}
*/


.pro-bg {
    background: #ffffff;
    max-width: 400px;
    /*height: 420px;*/
    min-height: 420px;
    -webkit-flex: 1 0 290px;
    flex: 1 0 290px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 290px;
}


.today-deals {
    background-color: #f9f9f9;
    padding: 20px;
}

.today-deals h2 {
    margin-top: 0;
}

.deal-items {
    display: flex;
    flex-wrap: wrap;
}

.deal-item {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.deal-item img {
    width: 100%;
    height: auto;
}

.deal-info {
    text-align: center;
}

.deal-info p {
    margin: 5px 0;
}

/* 通用样式 */
.product-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.product-item img {
    width: 100%;
    height: auto;
}

.product-item h3 {
    margin-top: 10px;
    font-size: 14px;
}

.product-item p {
    margin: 5px 0;
}

/* 特定模块样式 */
.gaming-accessories h2,
.home-essentials h2,
.kitchen-appliances h2,
.fashion-deals h2 {
    margin-top: 30px;
}

footer {
    background-color: #232F3E;
    color: #fff;
    padding: 20px 0;
}

.footer-links-container {
    display: flex;
    justify-content: center;
}

.footer-links li {
    margin-right: 20px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
}



.combined-sections {
    display: flex;
    margin-top: 15px;
    margin: 15px 0;
}

.combined-sections > div {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-item img {
    width: 80%;
    height: auto;
}

.product-item h3 {
    margin-top: 10px;
    font-size: 14px;
}

.product-item p {
    margin: 5px 0;
}

/* 面包屑导航样式 */
.breadcrumb {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
  line-height: 1em;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
  margin-right: 5px;
}

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

.product-detail{
    background: #ffffff;
    padding: 50px 30px;
}

.productlink-item{
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}


 /* 整体容器样式 */
.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

/* 第一段文字介绍样式 */
.intro-text {
    text-align: left;
    margin-bottom: 20px;
}

/* 图片和右侧文字介绍的容器样式 */
.img-text-container {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    max-width: 800px; /* 根据需要调整最大宽度 */
    height: 200px;
    width: 180px;
    margin-left: 15px;
}

.content-grid a {
    background: #e4f3ee;
    min-width: 760px;
    display: block;
    border-radius: 10px;
}

/* 图片样式 */
.img-text-container img {
    /*width: 40%;*/
    height: auto;
    margin-right: 20px;
    height: 90%;
    width: 90%;
    border-radius: 8px;
}


/* 右侧文字介绍样式 */
.img-text-container .right-text {
    /*width: 60%;*/
    min-width: 700px;
    color: #007c92;
}

.img-text-container .right-text  {
    /*width: 60%;*/
    min-width: 600px;
}

/* 鼠标悬停在超链接区域的样式 */
.img-text-container:hover {
    background-color: #f0f0f0; /* 悬停时的背景颜色，可根据喜好调整 */
    cursor: pointer; /* 鼠标指针变为手型 */
}

.footer-content{
    background-color: #131A22;
    max-width: 100%;
    margin: 0;
    padding: 10px 0 30px;
}

.navFooterLine{
    font-size: 12px;
    font-family: inherit;
    line-height: 18px;
    white-space: nowrap;
    text-align: center;
    background-color: #131A22;
    max-width: 100%;
    margin: 0;
    padding: 10px 0 30px;
}

.navLeftFooter a, .navLeftFooter span {
    color: #fff;
    font-family: inherit;
    white-space: normal;
}

.navFooterLinkLine ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navFooterPadItemLine a, .navFooterPadItemLine span{
    padding: 0 .6em;
}

.navLeftFooter div.navFooterLine {
    font-size: 12px;
}

.navFooterLine span {
    font-family: inherit;
    white-space: normal;
    padding: 0 .6em;
    list-style-type: none;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    max-width: 1000px;
    margin: 30px auto 15px;
    line-height: 18px;
}

.navFooterLine ul li {
    display: inline;
    word-wrap: break-word;
    margin: 0;
    list-style: disc;
}
