/*
 * @Author: SkyHro 
 * @Date: 2019-11-07 14:50:47 
 * @Last Modified by: SkyHro
 * @Last Modified time: 2019-11-09 15:28:40
 */
/* 默认样式重置 */
html, body, div, p, a, ul, li, ol {
  margin: 0;
  padding: 0;
}
html {
  /* 定义rem基础大小 */
  font-size: 1rem;
  /* 移动端: 中文字体使用系统默认字体, 数字、英文使用Helvetica字体 */
  font-family: Helvetica, "微软雅黑";
}
body {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #333333;
}
input,
button {
  background: transparent;
  outline: none;
  box-sizing: border-box;
  display: inline-block;
}
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
ul,ol,li {
  list-style: none;
}
i {
  display: inline-block;
}
.fas,
.far,
.fab {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
img {
  vertical-align: top;
}
:after, :before {
  display: inline-block;
}
/* 移动端布局以 375+/-35(410 - 340) 为移动端屏幕基础适配范围, 屏幕适配最大宽度为640, 采用rem适配方案 */
/* 移动端首页 */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 32rem;
  height: 2.5rem;
  transform: translateX(-50%);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
  font-size: 1rem;
  background-color: #ffffff;
}
.main {
  min-height: 5rem;
  max-width: 32rem;
  margin: 0 auto;
  padding: 2.5rem 0 0;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.8rem;
  background-color: #eeeeee;
}
/* 顶部固定栏 */
.header > .logo {
  width: 11rem;
  padding: 0.2rem 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
.header > .title {
  flex: 1;
  text-align: center;
  font-size: .7rem;
  line-height: 2.5rem;
}
.header > .navbar-btn {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.3rem;
  padding: 0 0.75rem;
  color: #724cf0;
}
/* 导航栏 */
.header > .navbar {
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin-left: -0.05rem;
  overflow: hidden;
  font-size: 0.8rem;
  transition: height .6s linear;
}
.header > .navbar.hidden {
  height: 0;
}
.header > .navbar.show {
  height: auto;
}
.header > .navbar > .navbar-container {
  background-color: #606AD8;
}
.header > .navbar > .navbar-container > .nav-item {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #5A64CC;
  box-sizing: border-box;
  color: #ffffff;
  font-weight: 200;
  font-size: 0.7rem;
  padding: 0 0.5rem;
}
.header > .navbar > .navbar-container > .nav-item > .nav-link {
  display: block;
  padding: 0 0.5rem;
}

/*轮播图*/
.swiper-slide .banner1_div1{
	font-size: 0.9rem;
	font-weight: bold;
}
.swiper-slide .banner1_div2{
	font-size: 0.6rem;
	margin-top: 0.3rem;
	max-width: 8.5rem;
}

/* 首页栏目展示 */
.main > .category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.main > .category > .item {
  width: 33%;
  padding: 0.3rem;
  text-align: center;
  font-size: 0.8rem;
  box-sizing: border-box;
}
.main > .category > .item > .img {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  border: 1px solid #cccccc;
  overflow: hidden;
}

/* 产品分类展示 */
.main > .classify {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.2rem;
  background-color: #ffffff;
  padding-bottom: 1rem;
}
.main > .classify.no-margin {
  margin-top: 0;
}
.main > .classify > .name {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 2rem 0 0.5rem;
  box-sizing: border-box;
  color: #434343;
  font-size: 1.1rem;
  font-weight: normal;
}
.main .classify .small_name{
  font-size: 12px;
  color: #838383;
  margin: 0 auto 0.5rem;
}
.main > .classify > .name > .link {
  position: absolute;
  right: 0.6rem;
  font-size: 0.6rem;
  color: #999999;
}
.main > .classify > .item {
  width: 50%;
  padding: 1rem 0.3rem 0.7rem;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.main > .classify > .item:nth-of-type(2n + 1) {
  border-right: 1px solid #eeeeee;
}
.main > .classify > .item:nth-of-type(5),.main > .classify > .item:nth-of-type(6){
  border-bottom: 0;
}
.main > .classify > .item > .top {
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.main > .classify > .item > .top > .img{
  height: 4rem;
  width: auto;
}
.main > .classify > .item > .bottom {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.6rem;
  line-height: normal;
  color: #434343;
}
.main > .classify > .item > .bottom.list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.main > .classify > .item > .bottom.list > .title {
  flex: 0 0 100%;
  font-size: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main > .classify > .item > .bottom.list > .price,
.main > .classify > .item > .bottom.list > .sales {
  flex: 1;
  font-size: .6rem;
  color: #666666;
}
.main > .classify > .item > .bottom.list > .sales {
  text-align: right;
}
/*成功案例*/
.adv_img img{
  padding: 0.6rem;
  box-sizing: border-box;
  width: 32.4%;
  height: auto;
}
.main > .classify > .content {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
.main > .classify > .content > .img {
  border-radius: 6px;
  overflow: hidden;
}
.main > .classify > .content > .desc {
  margin-top: 0.3rem;
}
/*功能介绍*/
.main .classify1{
	background: #f6f6f6;
	padding-bottom: 1.5rem;
}
.main .classify1 .name {
  text-align: center;
  width: 100%;
  padding: 1.5rem 0 0.5rem;
  box-sizing: border-box;
  color: #434343;
  font-size: 1.1rem;
  font-weight: normal;
}
.main .classify1 .funall{
  padding: 0 1rem;
  box-sizing: border-box;
}
.main .classify1 .funall:after{
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.main .classify1 .funall .fun_single{
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 0 1.4rem 2rem;
  box-sizing: border-box;
  float: left;
  min-height: 8rem;
}
.main .classify1 .funall .fun_single .fun_single_left{
  color: #C7C9DF;
  font-size: 1.5rem;
}
.fun_single_right .fun_single_right_div1{
  font-size: 0.75rem;
  color: #434343;
  margin: 0.5rem 0 0.3rem;
}
.fun_single_right .fun_single_right_div2{
   text-overflow: -o-ellipsis-lastline;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
   color: #838383;
   font-size: 0.6rem;
}
.main .classify1 .more_full{
  border: 1px solid #e5e5e5;
  color: #434343;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem;
  margin: 0 2.1rem;
  display: block;
}




/* 分页信息 */
.main .page-info {
  width: 100%;
  padding: 0.75rem 0.5rem;
  text-align: center;
}
.main .page-info > .info {
  font-size: .7rem;
  color: #999999;
}
.main .page-info > .info > span {
  padding: 0 0.2rem;
  color: #666666;
}
.main .page-info > .pages {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0 1rem;
}
.main .page-info > .pages > li > a {
  padding: .15rem .6rem;
  margin: 0 .2rem;
  font-size: .7rem;
  border: 1px solid #5c4f4f;
  border-radius: 4px;
  transition: color, background-color .3s ease;
}
.main .page-info > .pages > li:hover > a,
.main .page-info > .pages > .page-active > a {
  color: #ffffff;
  background-color: #333333;
}
/* 首页新闻 */
.main > .classify > .content > .news-item {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0 0.3rem 1rem;
  line-height: 1.5rem;
}
.main > .classify > .content > .news-item > .title {
  flex-grow: 0;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main > .classify > .content > .news-item > .title > .icon {
  position: absolute;
  transform: translateX(-120%);
  line-height: 1.5rem;
}
.main > .classify > .content > .news-item > .time {
  width: 40%;
  white-space: nowrap;
  text-align: right;
  font-size: .7rem;
  color: #999999;
}
/* 服装详情页 */
.main > .clothes-detail > .clothes-info {
  line-height: 1.5rem;
}
.main > .clothes-detail > .clothes-info > .top,
.main > .clothes-detail > .clothes-info > .bottom {
  padding: .5rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.main > .clothes-detail > .clothes-info > .top {
  display: flex;
  flex-wrap: wrap;
}
.main > .clothes-detail > .clothes-info > .top > .title {
  width: 100%;
}
.main > .clothes-detail > .clothes-info > .top > .price {
  flex: 1;
}
.main > .clothes-detail > .clothes-info > .top > .price > .now {
  color: #ff5777;
}
.main > .clothes-detail > .clothes-info > .top > .price > .original {
  padding-left: .4rem;
  font-size: .6rem;
  text-decoration: line-through;
  color: #999999;
}
.main > .clothes-detail > .clothes-info > .top > .sales {
  flex: 0 0 6rem;
  font-size: .7rem;
  text-align: right;
  color: #999999;
}
.main > .clothes-detail > .clothes-info > .bottom {
  margin-top: 1rem;
  font-size: .7rem;
}
.main > .clothes-detail > .clothes-info > .bottom > .item {
  line-height: 1.2rem;  
}
.main > .clothes-detail > .clothes-info > .bottom > .item > .title {
  float: left;
  width: 3.5rem;
  height: 1.2rem;
  padding-right: .5rem;
  text-align: justify;
  color: #ff5777;
}
.main > .clothes-detail > .clothes-info > .bottom > .item > .title > span {
  position: absolute;
  width: .5rem;
  text-align: center;
}
.main > .clothes-detail > .clothes-info > .bottom > .item > .title:after {
  content: '';
  width: 100%;
}
.main > .clothes-detail > .clothes-info > .bottom > .item > .value {
  margin-left: 4rem;
}
.main > .clothes-detail > .bottom {
  margin-top: 1rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.main > .clothes-detail > .bottom > .title {
  text-align: center;
  line-height: 2rem;
  font-size: .7rem;
  border-bottom: 1px solid #cccccc;
  color: #666666;
}
.main > .clothes-detail > .bottom > .content {
  padding: .8rem;
}
.main > .clothes-detail > .bottom > .content img {
  width: 100%;
  margin: 0 auto;
}

/* 新闻列表 */
.main > .news-list > .news-item {
  display: flex;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #ffffff;
  padding: 0 1rem 0 1.5rem;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .1) inset;
}
.main > .news-list > .news-item > .icon {
  position: absolute;
  line-height: 2.5rem;
  transform: translateX(-120%);
  color: #666666;
}
.main > .news-list > .news-item > .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main > .news-list > .news-item > .time {
  flex: 0 0 70px;
  font-size: .6rem;
  text-align: right;
  color: #999999;
}
/* 新闻详情页 */
.main > .news-detail {
  padding: .6rem .6rem 1.5rem;
  background-color: #ffffff;
}
.main > .news-detail > .title {
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
}
.main > .news-detail > .time {
  text-align: center;
  font-size: .7rem;
  color: #999999;
}
.main > .news-detail > .content {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
}
.main > .news-detail > .content:after {
  content: 'end';
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0 .5rem;
  font-size: .6rem;
  transform: translate(-50%, 50%);
  color: #999999;
  background-color: #ffffff;
}
.main > .news-detail > .content img {
  width: 100%;
}
.main > .news-detail > .pages {
  display: flex;
  justify-content: space-between;
}
.main > .news-detail > .pages > .page-item {
  position: relative;
  width: 45%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .7rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main > .news-detail > .pages > .page-item > .icon {
  position: absolute;
  line-height: 1rem;
}
.main > .news-detail > .pages > .page-item.prev-page {
  padding-left: .6rem;
}
.main > .news-detail > .pages > .page-item.prev-page > .icon {
  left: 0;
}
.main > .news-detail > .pages > .page-item.next-page {
  padding-right: .6rem;
  text-align: right;
}
.main > .news-detail > .pages > .page-item.next-page > .icon {
  right: 0;
}
/* 联系我们页面 */
.main .relate {
  border-top: 1px solid #cccccc;
  margin-top: 1rem;
  font-size: .7rem;
  background-color: #ffffff;
}
.main .relate.no-margin {
  margin: 0;
}
.main .relate > .relate-item {
  border-bottom: 1px solid #cccccc;
}
.main .relate > .relate-item > .title {
  padding: 0 .6rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #cccccc;
}
.main .relate > .relate-item > .content {
  padding: .6rem;
}
.main .relate > .relate-item > .content > .item {
  display: flex;
  line-height: 1.2rem;
}
.main .relate > .relate-item > .content > .item > .name {
  max-width: 3.7rem;
  min-width: 3rem;
  height: 1.2rem;
  padding-right: .2rem;
  box-sizing: border-box;
  overflow: hidden;
  text-align: justify;
  color: #ff5777;
}
.main .relate > .relate-item > .content > .item > .name:after {
  content: '';
  width: 100%;
}
.main .relate > .relate-item > .content > .item > .value {
  flex: 1;  
}
/* 企业介绍 */
.main > .introduce {
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.main > .introduce > .name {
  padding: .4rem 1rem;
  font-size: .9rem;
  text-align: center;
}
.main > .introduce > .content {
  padding: 0 .6rem;
}
.main > .introduce > .content img {
  width: 100%;
}


/* 底部功能栏 */
.foot_box{
  background-color: #2a2a2a;
}
.footer {
  color: #ffffff;
  padding: 1.4rem 0.75rem 1.75rem;
}
.footer .footer_top{
  border-bottom: 1px solid #414141;
}
.footer .footer_top .footer_toplist{
  width: 32%;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.footer .footer_top .footer_toplist .list_item1 {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  line-height: 1.75rem;
  font-size: 0.75rem;
  text-align: center;
}
.footer .footer_top .footer_toplist .list_item2{
  font-size: 0.75rem;
  margin-top: 0.5rem;
  text-align: center;
}
.footer .footer_top .footer_toplist .list_item3{
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 0.25rem;
}
.footer .footer_tellink{
  width: 15.4rem;
  height: 2.325rem;
  border: 1px solid #EEEEEE;
  display: block;
  margin: 1.15rem auto 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2.325rem;
  text-align: center;
}
.footer_info{
  margin-top: 1.5rem;
}
.footinfo_item{
  font-size: 0.75rem;
  line-height: 0.95rem;
  margin-bottom: 0.75rem;
}
.info_itemimg{
  height: auto;
  width: 1rem;
  margin-right: 0.4rem;
}
.footer_ewm{
  text-align: center;
  margin-top: 1rem;
}
.footer_bottom{
  border-top: 1px solid #414141;
  color: #606060;
  font-size: 0.6rem;
  text-align: center;
  padding: 0.65rem 0;
}

/* 适配大于 410 的屏幕方案 */
@media (min-width: 400px) {
  body {
    font-size: 22px;
  }
  .main > .category {
    display: flex;
    /* flex-wrap: wrap; */
    flex-flow: column;
    justify-content: start;
  }
  .main > .category > .item {
    width: 25%;
    text-align: center;
    font-size: 0.8rem;
  }
  .main > .category > .item > .img {
    width: 20rem;
    height: 7rem;
  }
}

/* 适配小于 340 的屏幕方案 */
@media (max-width: 340px) {
  body {
    font-size: 18px;
  }
}
