* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.5;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
div {
  box-sizing: border-box;
}
.sider {
  z-index: 999;
  float: left;
  transition: all 0.2s;
  width: 0px;
  overflow: hidden;
  height: 100vh;
}
.layout {
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  background-color: #000;
}
.layout .tabBar {
  display: none;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  height: 60px;
  width: 100%;
  line-height: 60px;
  text-align: center;
  background-color: #1f1e1d;
}
.layout .tabBar .tab-item {
  float: left;
  width: 33.33%;
  color: #fff5da;
  font-size: 14px;
}
.layout .tabBar .tab-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff5da;
}
.layout .tabBar .tab-item-active {
  background-color: #3D3B39;
  color: #fff5da;
}
.layout .tabBar .tab-item-active a {
  color: #fff5da;
}
.layout .mask {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(196, 196, 196, 0.6);
}
.layout .footer {
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  line-height: 60px;
  color: #868686;
  text-align: center;
  background-color: #000;
}
.layout .main {
  position: relative;
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
}
.layout .top {
  position: relative;
  height: 32px;
  line-height: 32px;
  width: 100%;
  background-color: #e8dbb7;
}
.layout .top .top-wrap {
  color: #000;
  text-align: center;
}
.layout .header {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.layout .header .header-wrap {
  float: left;
  width: 1300px;
  margin: 0 auto;
}
.layout .header .space {
  float: left;
  width: calc((100vw - 1300px) / 2);
  height: 80px;
  background-color: #1f1e1d;
}
.list {
  width: 100%;
}
.list .banner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.list .banner .banner-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  float: left;
  width: 100%;
  height: 100%;
}
.list .banner .banner-item img {
  display: block;
  width: 100%;
}
.list .banner .banner-item:first-child {
  opacity: 1;
  position: relative;
}
.list .content {
  padding: 60px 0;
  background-color: #1f1e1d;
}
.list .content .content-wrap {
  margin: 0 auto;
  width: 1300px;
}
.list .content .content-wrap .title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 110px;
}
.list .content .content-wrap .title img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.list .content .content-wrap .tops {
  padding: 0;
  margin: 0;
}
.list .content .content-wrap .tops .top-item {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  margin-bottom: 150px;
}
.list .content .content-wrap .tops .top-item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.list .content .content-wrap .news {
  padding: 0;
  margin: 0;
}
.list .content .content-wrap .news {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  
}
.block-pagination ul {
    float: right;
}
.simple-pagination li {
    float: left;
	padding: 0;
	    margin: 0;
	    list-style: none;
}
.prev.current {
    color: #ccc!important;
}
.disabled span {
    cursor: not-allowed;
}
.block-pagination ul a{
    color: #fef5d9;
    font-size: 14px;
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 99px;
    transition: background-color .2s;
}
.block-pagination ul .current {
    color: #201e1e;
    background: #fff5d9;
}
.line_news{
	    border-bottom: solid 2px #fff5d9;
	    font-size: 18px;
	    padding: 40px 0;
	    color: #fff5d9;
}
.text_news{color: #fff;    line-height: 32px;padding-bottom: 60px !important;}
.page{
	    width: 70%;
	    padding-top: 80px;
	    padding-bottom: 40px;
	    margin: 0 auto;
	}
.block-pagination ul span {
    color: #666;
    font-size: 14px;
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 99px;
    transition: background-color .2s;
}
.block-pagination ul .prev.current {
    color: #ccc!important;
}
.block-pagination ul .disabled span {
    cursor: not-allowed;
}
.block-pagination ul .prev {
    font-family: iconfont;
    background: 0 0!important;
    color: #666!important;
    font-size: 16px;
    vertical-align: 0;
}
.block-pagination ul span {
    color: #666;
    font-size: 14px;
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    cursor: pointer;
    border-radius: 99px;
    transition: background-color .2s;
}

.list .content .content-wrap .news .top-item {
  border-bottom: solid 2px #fff5d9;
  padding: 40px 0px;
  color: #fff5d9;
  text-align: left;
  font-size: 18px;
}
.news .news_tiitle{color: #FFFFFF;padding: 10px 0;}
.list .content .content-wrap .title_news {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
.select-dropdown {
  display: none;
  position: absolute;
  background-color: #fff5da;
  color: #1f1e1d;
  padding: 4px 0;
  z-index: 999;
}
.select-dropdown .select-item {
  cursor: pointer;
  line-height: 32px;
  /* padding: 0 4px; */
  width: 100%;
  text-align: center;
}
.select-dropdown .select-item:hover {
  background-color: #bba68d;
}
.second-menu {
  display: none;
  z-index: 999;
  background-color: #fff5da;
  width: 720px;
  /* transform: translateX(20px); */
  height: 357px;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 8px 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(31, 30, 29, 0.25);
}
.second-menu .menu-main,
.second-menu .menu-list {
  float: left;
  box-sizing: border-box;
}
.second-menu .menu-list {
  width: 120px;
  padding: 0 4px;
}
.second-menu .menu-list .menu-list-item {
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
  color: #fff5da;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #1f1e1d;
  border-radius: 2px;
  cursor: pointer;
}
.second-menu .menu-list .menu-list-item:hover,
.second-menu .menu-list .menu-list-item-active {
  color: #1f1e1d;
  background-position: center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url(../imgs/active.png);
}
.second-menu .menu-main {
  display: none;
  height: 100%;
  width: calc(100% - 128px);
  margin-right: 8px;
  overflow: hidden;
}
.second-menu .menu-main#single {
  display: block;
}
.second-menu .menu-main .second,
.second-menu .menu-main .menu-main-pic {
  float: left;
}
.second-menu .menu-main .second + .menu-main-pic {
  width: calc(100% - 180px);
}
.second-menu .menu-main .second {
  height: 100%;
  background-color: #1f1e1d;
  width: 180px;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0;
}
.second-menu .menu-main .second .second-item {
  color: #bba68d;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
.second-menu .menu-main .second .second-item a {
  width: 100%;
  height: 100%;
}
.second-menu .menu-main .second .second-item a > span {
  float: left;
}
.second-menu .menu-main .second .second-item a .second-icon {
  display: block;
  width: 24px;
  line-height: 32px;
  height: 38px;
  text-align: center;
}
.second-menu .menu-main .second .second-item .second-icon .circle {
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #bba68d;
  border-radius: 50%;
}
.second-menu .menu-main .second .second-item:hover,
.second-menu .menu-main .second .second-item-active {
  color: #fff5da;
}
.second-menu .menu-main .second .second-item:hover .second-icon .circle,
.second-menu .menu-main .second .second-item-active .second-icon .circle {
  background-color: #fff5da;
}
.second-menu .menu-main .menu-main-pic img {
  display: inline-block;
  width: 100%;
}
.list .content .content-wrap .tab {
  text-align: center;
}
.list .content .content-wrap .tab .tab-btn {
  display: inline-block;
  margin-bottom: 110px;
  position: relative;
  width: auto;
}
.list .content .content-wrap .tab .tab-btn .tab-item {
  display: block;
  float: left;
  margin-left: 32px;
  font-size: 16px;
  color: #8a8a8a;
  padding: 4px 0;
  line-height: 32px;
  cursor: pointer;
}
.list .content .content-wrap .tab .tab-btn .tab-item.active,
.list .content .content-wrap .tab .tab-btn .tab-item:hover {
  color: #fff5da;
}
.list .content .content-wrap .tab .tab-btn .tab-item:first-child {
  margin: 0;
}
.list .content .content-wrap .tab .tab-btn .tab-active {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #fff5da;
}
.list .content .content-wrap .tab .tab-cont .tab-pane {
  display: none;
}
.list .content .content-wrap .tab .tab-cont .tab-pane.active{
  display: block;
}
.list .content .content-wrap .tab .tab-cont .tab-pane .row .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 60px;
}
.list .content .content-wrap img {
  width: 100%;
  height: auto;
}
.list .content .content-wrap .story {
  text-align: center;
}
.list .content .content-wrap .story img {
  display: inline-block;
  width: 60%;
  height: auto;
  margin-bottom: 110px;
}
.list .content .content-wrap .story .intro {
  display: inline-block;
  width: 60%;
}
.list .content .content-wrap .story .intro .title {
  color: #fff5da;
  margin-bottom: 32px;
}
.list .content .content-wrap .story .intro .title .first {
  font-size: 24px;
  line-height: 32px;
}
.list .content .content-wrap .story .intro .title .second {
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}
.list .content .content-wrap .story .intro .main {
  overflow: hidden;
}
.list .content .content-wrap .story .intro .main img {
  display: block;
  float: left;
  width: 50%;
  height: auto;
}
.list .content .content-wrap .story .intro .main .text {
  float: left;
  width: 50%;
  padding: 0 32px;
  box-sizing: border-box;
  line-height: 2;
  padding-top: 48px;
}
.list .content .content-wrap .story .intro .main .text p {
  text-align: left;
  font-size: 16px;
  color: #fff5da;
}
.list .content .content-wrap .card {
  width: 100%;
}
.list .content .content-wrap .card p {
  margin: 0;
}
.list .content .content-wrap .card .top-img,
.list .content .content-wrap .card .mark,
.list .content .content-wrap .card .split {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto;
}
.list .content .content-wrap .card .mark,
.list .content .content-wrap .card .name,
.list .content .content-wrap .card .detail {
  color: #fff5da;
  margin-top: 4px;
}
.list .content .content-wrap .card .name {
  font-weight: 500;
}
.list .content .content-wrap .card .mark {
  line-height: 1;
  color: #b19d86;
  margin-top: 16px;
}
.list .content .content-wrap .card .split {
  width: 14%;
  height: 1px;
  background-color: #fff5da;
  margin-top: 4px;
}
.list .content .content-wrap .card .detail {
  font-weight: 100;
}
.header-inner {
  display: flex;
  justify-content: start;
  width: 100%;
  overflow: hidden;
}
.header-inner .logo,
.header-inner .menu,
.header-inner .search,
.header-inner .lang,
.header-inner .wrap {
  float: left;
}
.header-inner .logo {
  padding: 0 8px;
  margin-top: 8px;
}
.header-inner .wrap {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #1f1e1d;
}
.header-inner .wrap .collapse {
  float: left;
  display: none;
  height: 100%;
  width: auto;
}
.header-inner .wrap .menu {
  overflow: hidden;
}
.header-inner .wrap .menu .menu-item {
  float: left;
  line-height: 80px;
  color: #fff5da;
}
.header-inner .wrap .menu .menu-item a, .header-inner .wrap .menu .menu-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.header-inner .wrap .menu .menu-item-active,
.header-inner .wrap .menu .menu-item:hover {
  color: #1f1e1d;
  background-color: #fff5da;
}
.header-inner .wrap .right {
  float: right;
}
.header-inner .wrap .right .search {
  margin-left: 8px;
  line-height: 80px;
  position: relative;
  color: #1f1e1d;
}
.header-inner .wrap .right .search input {
  border-radius: 8px;
  background-color: #50504f;
  border: none;
  height: 44px;
  width: 200px;
  box-sizing: border-box;
  padding: 0 8px;
  outline: none;
}
.header-inner .wrap .right .search .fa {
  position: absolute;
  top: calc(50% - 9px);
  right: 8px;
  font-size: 18px;
}
.header-inner .wrap .right .lang {
  margin-left: 16px;
  width: 100px;
  line-height: 80px;
}
.header-inner .wrap .right .lang .select {
  overflow: hidden;
  cursor: pointer;
  color: #fff5da;
}
.header-inner .wrap .right .lang .select span {
  display: block;
  float: left;
}
.header-inner .wrap .right .lang .select .fa {
  display: block;
  float: right;
  line-height: 80px;
}
.sider-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #3D3B39;
}
.sider-wrap .logo {
  padding: 16px;
  padding-right: 8px;
  background-color: #000;
  width: 100%;
  position: relative;
}
.sider-wrap .logo img {
  display: inline-block;
  width: 50%;
  height: auto;
}
.sider-wrap .logo .close {
  padding: 0;
  float: right;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: right;
  color: #fff5da;
  background-color: transparent;
  border: none;
}
.sider-wrap .logo .close:focus {
  outline: none;
}
.sider-wrap .menu.menu-open {
  display: block;
}
.sider-wrap .menu .menu-item {
  box-sizing: border-box;
  width: 100%;
  background-color: #1f1e1d;
  border-bottom: 1px solid #bba68d;
}
.sider-wrap .menu .menu-item .menu-item-btn {
  padding: 0px 8px;
  overflow: hidden;
}
.sider-wrap .menu .menu-item .menu-item-btn .menu-item-icon {
  float: left;
  margin-right: 4px;
  line-height: 44px;
  min-height: 1px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #fff5da;
}
.sider-wrap .menu .menu-item .menu-item-btn .menu-item-icon img {
  display: inline-block;
  height: 18px;
  width: 18px;
}
.sider-wrap .menu .menu-item .menu-item-btn .menu-item-icon .circle {
  display: inline-block;
  width: 4px;
  height: 4px;
  line-height: normal;
  border-radius: 50%;
  background-color: #fff5da;
}
.sider-wrap .menu .menu-item .menu-item-btn .menu-item-text {
  float: left;
  color: #fff5da;
  font-size: 14px;
  line-height: 44px;
}
.sider-wrap .menu .menu-item .menu-item-btn .menu-item-text a {
  color: #fff5da;
}
.sider-wrap .menu .menu-item .menu-item-btn .menu-item-more {
  float: right;
  width: 50px;
  color: #fff5da;
  text-align: right;
  line-height: 44px;
}
.sider-wrap .menu .menu-item .menu {
  display: none;
  padding-left: 24px;
}
.sider-wrap .menu .menu-item .menu .menu-item-btn {
  padding-left: 0px;
}
.sider-wrap .menu .menu-item .menu .menu-item-btn .menu-item-icon {
  line-height: 36px;
}
.sider-wrap .menu .menu-item:last-child {
  border-bottom: none;
}
.home {
  position: relative;
  padding-top: 80px;
  width: 100%;
}
.home .opt {
  z-index: 1;
  position: absolute;
  height: 80px;
  padding: 0 32px;
  top: 50%;
  cursor: pointer;
}
.home .opt img {
  vertical-align: top;
  display: inline-block;
  height: 100%;
  width: auto;
}
.home .opt-left {
  left: 0;
}
.home .opt-right {
  right: 0;
}
.home .banner {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.home .banner .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  float: left;
  width: 100%;
  height: 100%;
}
.home .banner .item img {
  display: block;
  width: 100%;
}
.home .banner .item:first-child {
  opacity: 1;
  position: relative;
}
.brand {
  width: 100%;
}
.brand .scrollbox {
  box-sizing: content-box;
  width: 100%;
  padding-bottom: 100px;
}
.brand .scrollbox .scroll-item {
  width: 100%;
  height: 840px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-attachment: fixed;
}
.brand .scrollbox .scroll-item:first-child {
  background-attachment: scroll;
}
.row {
  width: 100%;
  overflow: hidden;
}
.col {
  float: left;
  box-sizing: border-box;
}
.list-pro {
  box-sizing: border-box;
  height: 900px;
  line-height: 900px;
  width: 100%;
  background-image: url(../imgs/product.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.list-pro .content-wrap {
  display: inline-block;
  height: 50%;
  width: 60%;
  overflow: hidden;
  line-height: normal;
  vertical-align: middle;
}
.list-pro .content-wrap .img {
  float: left;
  width: 40%;
  height: 100%;
  text-align: center;
}
.list-pro .content-wrap .img img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.list-pro .content-wrap .pro {
  float: left;
  width: 60%;
  color: #bba68d;
  text-align: left;
}
.list-pro .content-wrap .pro .name,
.list-pro .content-wrap .pro .detail,
.list-pro .content-wrap .pro .desc {
  margin-bottom: 16px;
  font-size: 20px;
}
.list-pro .content-wrap .pro .name {
  line-height: 32px;
}
.list-pro .content-wrap .pro .name .pro-main {
  display: flex;
  justify-content: start;
  align-items: center;
}
.list-pro .content-wrap .pro .name .pro-main span:first-child {
  display: inline-block;
  width: 100px;
}
.list-pro .content-wrap .pro .name .eg {
  font-size: 18px;
  font-weight: 100;
}
.list-pro .content-wrap .pro .detail .price,
.list-pro .content-wrap .pro .detail .cont {
  margin-bottom: 8px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.list-pro .content-wrap .pro .detail .price span:first-child,
.list-pro .content-wrap .pro .detail .cont span:first-child {
  display: inline-block;
  width: 100px;
  overflow: hidden;
}
.list-pro .content-wrap .pro .detail .buy {
  display: inline-block;
  overflow: hidden;
}
.list-pro .content-wrap .pro .detail .buy a {
  display: inline-block;
  margin: 0;
  text-align: center;
  background-color: #000000;
  font-size: 18px;
  border-radius: 2px;
  color: #bba68d;
  padding: 8px 16px;
  line-height: 20px;
}
.list-pro .content-wrap .pro .detail .buy a span:first-child {
  margin-right: 8px;
}
.list-pro .content-wrap .pro .desc .desc-label {
  line-height: 32px;
  margin-bottom: 8px;
}
.list-pro .content-wrap .pro .desc .desc-title {
  font-size: 18px;
  margin-bottom: 4px;
}
.list-pro .content-wrap .pro .desc .desc-content {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  .layout .tabBar {
    display: block;
  }
  .layout .footer {
    position: relative;
  }
  .layout .top {
    display: none;
  }
  .layout .header {
    top: 0px;
  }
  .layout .main {
    padding-top: 50px;
  }
  .header-inner .logo {
    display: none;
  }
  .header-inner .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    background-color: #1f1e1d;
  }
  .header-inner .wrap .collapse {
    display: block;
    width: 50px;
    line-height: 50px;
  }
  .header-inner .wrap .collapse button {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
  }
  .header-inner .wrap .collapse button:focus {
    outline: none;
  }
  .header-inner .wrap .collapse button span {
    display: block;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #fff5da;
  }
  .header-inner .wrap .collapse button span:last-child {
    margin-bottom: 0;
  }
  .header-inner .wrap .right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    float: right;
    margin-right: 8px;
  }
  .header-inner .wrap .right .search {
    width: 100%;
    line-height: 50px;
  }
  .header-inner .wrap .right .search input {
    height: 32px;
    width: 100%;
  }
  .header-inner .wrap .right .lang, .header-inner .wrap .right .lang .select .fa {
    line-height: 50px;
  }
  .header-inner .wrap .right .lang {
    margin-left: 8px;
  }
  .header-inner .wrap .menu {
    display: none;
  }
  .home .opt {
    height: 40px;
  }
  .brand .scrollbox .scroll-item {
    background-attachment: scroll;
    background-size: auto 100%;
  }
  .list .content .content-wrap .tab .tab-btn {
    margin-bottom: 40px;
  }
  .list .banner .banner-item img {
    height: 240px;
    object-fit: cover;
  }
  .list .banner .banner-item:first-child {
    opacity: 1;
    position: relative;
  }
  .list .content {
    padding: 16px 0;
  }
  .list .content .content-wrap {
    width: auto;
  }
  .list .content .content-wrap .story img {
    width: 90%;
    margin-bottom: 32px;
  }
  .list .content .content-wrap .story .intro {
    width: 90%;
  }
  .list .content .content-wrap .story .intro .title {
    margin-bottom: 24px;
  }
  .list .content .content-wrap .story .intro .title .first {
    font-size: 16px;
  }
  .list .content .content-wrap .story .intro .title .second {
    font-size: 14px;
    font-weight: 100;
  }
  .list .content .content-wrap .story .intro .main {
    overflow: hidden;
  }
  .list .content .content-wrap .story .intro .main img {
    width: 100%;
  }
  .list .content .content-wrap .story .intro .main .text {
    width: 100%;
    padding: 0 16px;
  }
  .list .content .content-wrap .story .intro .main .text p {
    text-align: left;
    font-size: 12px;
    color: #fff5da;
  }
  .list-pro {
    padding-bottom: 48px;
    padding-top: 98px;
    height: auto;
    line-height: normal;
  }
  .list-pro .content-wrap {
    height: auto;
    width: 100%;
  }
  .list-pro .content-wrap .img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .list-pro .content-wrap .img img {
    height: 200px;
    width: auto;
  }
  .list-pro .content-wrap .pro {
    width: 100%;
    padding: 0 32px;
  }
  .list-pro .content-wrap .pro .name {
    font-size: 16px;
  }
  .list-pro .content-wrap .pro .name .pro-main {
    align-items: flex-start;
  }
  .list-pro .content-wrap .pro .name .pro-main span:first-child {
    width: 100px;
  }
  .list-pro .content-wrap .pro .name .eg {
    font-size: 14px;
    font-weight: 100;
  }
  .list-pro .content-wrap .pro .detail .price,
  .list-pro .content-wrap .pro .detail .cont {
    margin-bottom: 8px;
    display: flex;
    font-size: 16px;
    justify-content: start;
    align-items: center;
  }
  .list-pro .content-wrap .pro .detail .price span:first-child,
  .list-pro .content-wrap .pro .detail .cont span:first-child {
    display: inline-block;
    width: 84px;
    overflow: hidden;
  }
  .list-pro .content-wrap .pro .detail .buy {
    display: inline-block;
    overflow: hidden;
  }
  .list-pro .content-wrap .pro .detail .buy a {
    display: inline-block;
    margin: 0;
    text-align: center;
    background-color: #fff5da;
    font-size: 14px;
    border-radius: 2px;
    color: #1f1e1d;
    padding: 8px 16px;
    line-height: 20px;
  }
  .list-pro .content-wrap .pro .detail .buy a span:first-child {
    margin-right: 8px;
  }
  .list-pro .content-wrap .pro .desc .desc-label {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .list-pro .content-wrap .pro .desc .desc-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .list-pro .content-wrap .pro .desc .desc-content {
    line-height: 1.5;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .col-xs-24 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-24 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    width: 33.33333%;
  }
}