/*body{font-family:Arial,sans-serif,Helvetica!important;
}*/
img {
  border-radius: 8px !important;
}
.post-item {
  margin-bottom: 28px;
}
.container .section, .row .section {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.box-image {
  border-radius: 0px !important;
}
.container .row:not(.row-collapse) {
  margin-left: auto;
  margin-right: auto;
}
/* .col */
.col {
  padding-bottom: 5px !important;
}
.col.product {
  padding-bottom: 25px !important;
}
/* border radius */
.home .col-inner, .home .box, .home .box-image, .col.product-category .col-inner, .col.product .col-inner, .col.product .box {
  border-radius: 10px;
}
.col.product .box-image {
  border-radius: 10px 10px 0px 0px;
}
/*table*/
table, th, td {
  border-color: #ececec;
  border-style: solid;
}
table {
  border-width: 1px 0 0 1px !important;
}
th, td {
  border-width: 0 1px 1px 0 !important;
}
th:first-child, td:first-child, th, td {
  padding-left: 5px !important;
}
/*button*/
.button {
  margin-bottom: 0px;
}
/*heading*/
.header-shadow .header-wrapper {
  box-shadow: 1px 1px 10px rgba(8, 57, 117, 0.15) !important;
}
/*blog 分类页面*/
.archive .page-title {
  display: none !important;
}
.archive .entry-meta {
  display: none;
}
/*contact us page*/
.cus_contactpage .fill {
  border-radius: 7px !important;
}
