/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  background-color: #F5F5F5;

}

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}

h1 {
  font-size: 6em;
}

p {
  font-size: 2em;
}

.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}

.section {
  text-align: center;
}

/* Demos Menu
 * --------------------------------------- */

#errorImage {
  display: none;
}

#errorImageMobile {
  display: none;
}

.container {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #CDCDCD;
  min-height: 100vh;
  table-layout: fixed;
  overflow: hidden;
}


.col1 {
  display: table-cell;
  position: relative;
  width: 190px;
  height: 100%;
  background-image: url("../image/bg_desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
  text-align: center;

}

.col2 {
  display: table-cell;
  position: relative;
  width: auto;
  height: 100%;
  vertical-align: top;


}

.col3 {
  display: table-cell;
  position: relative;
  width: 35%;
  height: 100%;
  vertical-align: top;
}

.inlineLogoD {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}

.inlineLogoM {
  display: none;
  position: relative;
  width: auto;
  height: auto;
}


.insideTable {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;

}

.commonCol {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.commonCol2 {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}


.commonCol2NotFound {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}



.insideRow1 {
  display: table-row;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #F5f5f5;
  vertical-align: middle;
  text-align: center;

}

.insideRow2 {
  display: table-row;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #266041;
  vertical-align: middle;
}

.insideRow3 {
  display: table-row;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  vertical-align: middle;

}

.padder {
  padding: 10px;
}

.insideTable2 {
  display: inline-table;
  position: relative;
  width: 100%;
  height: 100%;
}

.col21 {
  display: table-cell;
  position: relative;
  width: 150px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.col22 {
  display: table-cell;
  position: relative;
  width: auto;
  height: 100%;
  vertical-align: middle;
  text-align: left;
}

.col22 img {
  width: 100%;
  max-width: 400px;
}

.col23 {
  display: table-cell;
  position: relative;
  width: 210px;
  height: 100%;
  vertical-align: middle;
  text-align: left;
}


.verify {
  display: inline-block;
  position: relative;
}

.verify img {
  height: 53px;
}


.socialTable {
  display: inline-table;
  position: relative;
  width: 100%;
  height: 100%;
}

.sCol1 {
  display: table-cell;
  position: relative;
  width: auto;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.inlineSocial {}






.productTable {
  display: inline-table;
  position: relative;
  width: 100%;
  height: 100%;
}

.productCell {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.productImage {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
}

.productImage img {

  max-width: 70%;
  width: 100%;

}

.mobileProductImage {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

.mobileProductImage img {
  display: inline-block;
  position: relative;
  max-width: 90%;

}


.infoPanel {
  display: inline-block;
  position: relative;
  background-color: #F6F6F6;
  width: 100%;
  max-width: 680px;

}

.infoPanelBlock {
  padding: 60px;
  text-align: left;
  padding-bottom: 20px;

}





.title1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.title2 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.notFoundTitle {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 25px;
  color: #6e6e6e;
  margin-top: -30px;
}


.title2 a {
  color: #000000;
  text-decoration: none;

}


.title2 a:hover {
  color: #000000;
  text-decoration: none;



}


.title3 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.title5 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.title5 span {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 5px;
  float: right;
  vertical-align: top;
}


.gLine {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.title6Panel {
  padding-top: 15px;
  padding-bottom: 15px;

}


.title6 {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;

}


.title7 {
  font-family: 'Archivo', sans-serif;

  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}


.title8 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 26px;

  padding-bottom: 5px;
}


.title8 a {
  color: #000000;
  text-decoration: none;

}


.title8 a:hover {
  color: #000000;
  text-decoration: none;



}

.title9 {
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;

}


.iconsContainer {
  padding-top: 0px;
  padding-bottom: 20px;

}


.iconDetails {
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-top: 4px;
  margin-bottom: 4px;
}

.iconPlacement {
  display: table-cell;
  position: relative;
  width: 46px;
  height: 36px;
  table-layout: fixed;
  text-align: left;
  vertical-align: top;
}

.iconPlacement img {
  display: inline-block;
  position: relative;
  width: 36px;
  height: auto;
}


.iconTitle {
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  table-layout: fixed;
  text-align: left;
  vertical-align: middle;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

.durableFooter {
  display: none;
}


.notFound {
  font-size: 140px;
  line-height: 140px;
  font-weight: 200;
  color: #6e6e6e;
}

.fullImage {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.fullImage img {
  display: inline-block;
  position: relative;

  text-align: center;
}

.pad30 {
  padding-top: 40px;
}

@media (max-width:1300px) {

  .col3 {
    width: 50%;
  }
}


@media (max-width:1500px) {

  .col3 {
    width: 50%;
  }
}




@media (max-width:1000px) {

  .slider {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .durableFooter {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    background-color: #266041;
    padding: 40px;
    padding-top: 70px;
  }


  .notFoundTitle {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #6e6e6e;
    margin-top: 20px;
  }


  .container {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #CDCDCD;
    min-height: 100vh;
    overflow: auto;

  }


  .col1 {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url("../image/bg_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    text-align: center;

  }




  .inlineLogoD {
    display: none;
    position: relative;
    width: auto;
    height: auto;
  }

  .inlineLogoM {
    display: none;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 90px;
  }


  .col2 {
    display: none;


  }


  .infoPanel {
    display: inline-block;
    position: relative;
    background-color: #F6F6F6;
    width: 100%;
    max-width: 100%;

  }


  .infoPanelBlock {
    padding: 30px;
    text-align: center;
    padding-bottom: 50px;


  }


  .mobileProductImage {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .mobileProductImage img {
    display: inline-block;
    position: relative;
    max-width: 90%;

  }

  .socialTable {
    display: table;
    position: relative;
    width: 100%;
    height: 85px;
  }

}



.learnMore {

  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  background-image: url(../image/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  /* background-size: contain; */
  vertical-align: middle;
  text-align: left;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  padding-right: 30px;
  letter-spacing: 1px;


}





.collections {
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-top: 7px;
  margin-bottom: 7px;

}

.slide {
  display: table-cell;
  position: relative;
  width: 33%;
  height: auto;
  table-layout: fixed;
  text-align: left;
  vertical-align: top;
}

.slidePadder {
  padding: 5px;
}

.slideContainer {
  display: block;
  position: relative;
  padding: 10px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  min-height: 170px;

}

.slideImage {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;

}

.slideImage img {
  display: inline-block;
  position: relative;

}


.slideTitle {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}


.iconDetails {
  display: table;
  position: relative;
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-top: 7px;


}

.iconPlacement {
  display: table-cell;
  position: relative;
  width: 28px;
  height: auto;
  table-layout: fixed;
  text-align: left;
  vertical-align: top;

}

.iconPlacement img {
  display: inline-block;
  position: relative;
  width: 28px;
  height: auto;


}

.iconContainer {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}


.iconTitleFootwear {
  display: table-cell;
  position: relative;
  width: auto;
  height: auto;
  table-layout: fixed;
  text-align: left;
  vertical-align: top;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding-left: 10px;
}


.slideTable {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}


.slideHeader {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.slideText {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  min-height: 28px;
}


@media (max-width:1000px) {

  .collections {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    table-layout: fixed;
    margin-top: 7px;
    margin-bottom: 7px;

  }

  .slide {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    table-layout: fixed;
    text-align: left;
    vertical-align: top;
  }


  .slideTable {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
  }


  .slideHeader {
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
  }

  .slideText {
    display: table-cell;
    position: relative;
    width: 60%;
    height: auto;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    min-height: 28px;
    vertical-align: top;
  }

  .slideContainer {
    display: block;
    position: relative;
    padding: 10px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    min-height: auto;
  }


  .iconTitleFootwear {
    display: table-cell;
    position: relative;
    width: auto;
    height: auto;
    table-layout: fixed;
    text-align: left;
    vertical-align: middle;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding-left: 10px;
  }


}


.bottomText {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}







/* 产品列表页 */
.product-list-container {
  max-width: 1200px;
  min-height: calc(100vh - 40px);
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.product-list-tit {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
}

.product-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-item {
  box-sizing: border-box;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-code,
.product-name {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-code {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.product-name {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

.foot-copyright p {
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.foot-copyright p a {
  color: #333;
}

@media screen and (max-width: 992px) {
  .product-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .product-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .foot-copyright p {
    line-height: 30px;
    margin: 10px 0;
  }
}