﻿@charset "UTF-8";
/*底部tab 栏*/
.tab_bar {
  width: 100%;
  height: 49px;
  background-color: #ffffff;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.06);
  border-top: solid 1px #eeeeee;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.tab_bar .home_icon {
  width: 24px;
  height: 24px;
}

.tab_bar .lanmu_icon {
  width: 22.5px;
  height: 22.5px;
}

.tab_bar .mine_icon {
  width: 22.5px;
  height: 24px;
}

.tab_bar span {
  margin-top: 5px;
}

.cover_bg {
  background-size: cover;
  background-position: center center;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.hr8 {
  height: 0.10667rem;
  background-color: #eee;
}

.hr16 {
  height: 0.21333rem;
  background-color: #eee;
}

/*透明背景*/
.bgcover {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
  filter: Alpha(opacity=60);
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}

.rela {
  position: relative;
}

/*边距*/
.pl34r30 {
  padding-left: 0.45333rem;
  padding-right: 0.4rem;
}

.pt36b42 {
  padding-top: 0.48rem;
  padding-bottom: 0.56rem;
}

.pt17 {
  padding-top: 0.22667rem;
}

.pb46 {
  padding-bottom: 0.61333rem;
}

.pl10 {
  padding-left: 0.13333rem;
}

.marl10 {
  margin-left: 0.13333rem;
}

.marr10 {
  margin-right: 0.13333rem;
}

.marr15 {
  margin-right: 0.2rem;
}

.marlr30 {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.marb8 {
  margin-bottom: 0.10667rem;
}

.marb16 {
  margin-bottom: 0.21333rem;
}

.marr24 {
  margin-right: 0.32rem;
}

.marr29 {
  margin-right: 0.38667rem;
}

.marb26 {
  margin-bottom: 0.34667rem;
}

.marb36 {
  margin-bottom: 0.48rem;
}

.marb10 {
  margin-bottom: 0.13333rem;
}

.marb20 {
  margin-bottom: 0.26667rem;
}

.mart30 {
  margin-top: 0.4rem !important;
}

.mart50 {
  margin-top: 0.66667rem !important;
}

.mat649 {
  margin-top: 8.65333rem !important;
}

.marb50 {
  margin-bottom: 0.66667rem;
}

.marb60 {
  margin-bottom: 0.8rem;
}

.marb80 {
  margin-bottom: 1.06667rem;
}

.martb30 {
  margin: 0.4rem 0;
}

.maratuo {
  margin: 0 auto;
}

/*flex*/
.flex {
  display: flex;
}

.flex1 {
  flex: 1;
  height: 100%;
}

.flex_column {
  flex-direction: column;
}

.just_end {
  justify-content: flex-end;
}

.al_cen {
  align-items: center;
}

.justcenter {
  justify-content: center;
}

.al_end {
  align-items: flex-end;
}

.space_betw {
  justify-content: space-between;
}

.space_around {
  justify-content: space-around;
}

/*字体大小*/
.bold {
  font-weight: bold;
}

.lineh1 {
  line-height: 1;
}

.lineh40 {
  line-height: 0.53333rem !important;
}

.lineh50 {
  line-height: 0.66667rem !important;
}

.font50 {
  font-size: 0.66667rem;
}

.font48 {
  font-size: 0.64rem;
}

.font40 {
  font-size: 0.53333rem;
}

.font39 {
  font-size: 0.52rem;
}

.font36 {
  font-size: 0.48rem;
}

.font34 {
  font-size: 0.45333rem;
}

.font32 {
  font-size: 16px;
}

.font28 {
  font-size: 0.37333rem;
}

.font24 {
  font-size: 12px;
}

.font20 {
  font-size: 0.26667rem;
}

.font18 {
  font-size: 0.24rem;
}

.font16 {
  font-size: 0.21333rem;
}

.font14 {
  font-size: 0.18667rem;
}

.font12 {
  font-size: 0.16rem;
}

/*背景色*/
.bgeee {
  background-color: #eee;
}

.bg17 {
  background-color: #1766b1;
}

.bg40 {
  background-color: #40A7E2;
}

.bg5f {
  background-color: #5FB3E3;
}

.bg05 {
  background-color: #0551A5;
}

.bg003 {
  background-color: #003574;
}

.bg004 {
  background-color: #004598;
}

.bg13 {
  background-color: #135ecd;
}

.bg3a {
  background-color: #3a3a3a;
}

.bgff7 {
  background-color: #ff7f17;
}

.bg14 {
  background-color: #E4B543;
}

.bgcb {
  background-color: #cb463f;
}

.bg9a {
  background-color: #a93c37;
}

.bga5 {
  background-color: #a5211b;
}

.bgff3 {
  background-color: #ff3535;
}

.bg2e {
  background-color: #2e2e2e;
}

.bgfff {
  background-color: #fff;
}

/*字体颜色*/
.colorff9 {
  color: #ff9600;
}

.color2e {
  color: #2e2e2e;
}

.colorcb {
  color: #cb463f;
}

.colore8 {
  color: #E8B6B3;
}

.colorecc {
  color: #ecc24c;
}

.color222 {
  color: #222222;
}

.color28 {
  color: #283c0d;
}

.color999 {
  color: #999;
}

.color61 {
  color: #616161;
}

.color49 {
  color: #494949;
}

.colorblack {
  color: black;
}

.color75 {
  color: #75834f;
}

.color666 {
  color: #666666;
}

.colorfff {
  color: #ffffff !important;
}

.color81 {
  color: #81a442;
}

.colorf0 {
  color: #ff0000;
}

.colorff3 {
  color: #ff3535;
}

.color78 {
  color: #787878;
}

.color40 {
  color: #40a7e2;
}

.color004 {
  color: #004190;
}

.color12 {
  color: #121011;
}

.coloraaa {
  color: #aaaaaa;
}

.colored5 {
  color: #ed5d29;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-wrapper {
  width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}

.swiper-pagination-bullet-active {
  background-color: #f4f4f4 !important;
}

/*文字超过一和两行和5行显示省略号*/
.textover {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*强制不换行*/
}

.textover2 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.textover3 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.textover4 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.textover5 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.textover7 {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

/*消除浮动导致 高度塌陷*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bodrad50 {
  border-radius: 50%;
}

.bodtred {
  border-top: 1px solid #cb463f;
}

/* 按压效果 */
.ripple {
  position: relative;
  overflow: hidden;
}

.ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #585858 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .3s, opacity .4s;
}

.ripple:active:after {
  transform: scale(0, 0);
  opacity: .6;
  transition: 0s;
}

.borb_de {
  border-bottom: 1px solid #dedede;
}



.bord20 {
  border-radius: 0.26667rem;
}

.header_title {
  height: 44px;
  line-height:44px;
  text-align: center;
}

.swiper_ad {
  width: 100%;
  height: 4.8rem;
}

nav img {
  display: block;
}

nav > ul {
  height: 2.13333rem;
}

nav > ul .nav_about {
  width: 0.68rem;
  height: 0.8rem;
}

nav > ul .nav_shop {
  width: 0.8rem;
  height: 0.77333rem;
}

nav > ul .nav_news {
  width: 0.66667rem;
  height: 0.8rem;
}

.yw {
  padding: 0.4rem;
}

.yw .yw_img1 {
  width: 3rem;
  height: 3rem;
  background-color: #eeeeee;
  border-radius: 0.26667rem;
  margin-left: 0.64rem;
  overflow: hidden;
  position: relative;
}

.pro_fl {
  padding: 0.46667rem 0.33333rem;
}

.pro_fl .pro_fl_list {
  height: 4.53333rem;
}

.pro_fl .pro_fl_list .pro_fl_list_l {
  width: 100%;
  width: 4.53333rem;
  height: 4.53333rem;
  line-height: 4.53333rem;
  text-align: center;
  margin-right: 0.30667rem;
}

.pro_fl .pro_fl_list_r {
  width: 100%;
}

/**顶部标题*/
.top_title {
  height: 1.86667rem;
}

.top_title .line {
  width: 1.04rem;
  height: 1px;
  background: #dedede;
}

.top_title .marlr30 {
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro_show {
  
}

.pro_show .pro_list {
  margin-left: 0.33333rem;
}

.pro_show .pro_list > li {
  float: left;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  width: 2.81333rem;
}

.pro_show .pro_list > li .pro_item_bg {
  width: 2.81333rem;
  height: 2.81333rem;
  margin-bottom: 0.30667rem;
}

.pro_show .pro_list .hot_pro_item {
  float: left;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  width: 4.42667rem;
}

.pro_show .pro_list .hot_pro_item .hot_pro_item_bg {
  width: 4.42667rem;
  height: 4.42667rem;
  margin-bottom: 0.30667rem;
}

.pro_show .pro_list .hot_pro_item span {
  line-height: 0.53333rem;
  padding-left: 0.26667rem;
}

.fw {
  padding: 0 0.32rem 0.4rem;
}

.fw .fw_bg {
  width: 100%;
  height: 4.8rem;
}

.news .news_top {
  height: 1.33333rem;
  padding-left: 0.45333rem;
}

.news .news_top .look_all {
  width: 100px;
  height: 100%;
}

.news .news_top .look_all .arrow_right {
  margin-left: 0.13333rem;
  width: 0.14667rem;
  height: 0.28rem;
}

.news .news_list {
  padding: 0 0.93333rem 0 0.42667rem;
}

.news .news_list li {
  margin-top: 0.62667rem;
}

.news .news_list li .news_item {
  display: block;
  padding-bottom: 0.4rem;
}

/**
* 商店
*/
.shop_header {
  height: 1.17333rem;
  position: relative;
}

.shop_header .shop_header_title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  line-height: 1.17333rem;
  padding: 0 1.17333rem;
  text-align: center;
}

.shop_header .shop_header_search {
  height: 100%;
  width: 1.17333rem;
  background: url(../images/shop_search.png) no-repeat center center;
  background-size: 0.64rem 0.64rem;
  position: relative;
  z-index: 1;
}

.shop_header .shop_header_back {
  display: block;
  height: 100%;
  width: 1.17333rem;
  background: url(../images/shop_back.png) no-repeat center center;
  background-size: 0.34667rem 0.64rem;
  position: relative;
  z-index: 1;
}

/*弹出栏目*/
.warp {
  padding: 8px;
}
.slidemuen {
  box-sizing: content-box;
  display: none;
  width: 240px;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
  box-shadow: 3px 0px 8px #000;
  z-index: 100000;
  position: fixed;
  left: -300px;
  top: 0;
}

.slidemuen .sdmlogo {
  box-sizing: content-box;
  padding: 26px 0 16px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}

.slidemuen .sdmsearchbox {
  box-sizing: content-box;
  height: 26px;
  padding: 12px 8px;
  padding-right: 0;
  border-bottom: 1px solid #dedede;
}

.slidemuen .sdmsearchbox .sdmsearch {
  box-sizing: content-box;
  float: left;
  width: 180px;
  height: 26px;
}

.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox {
  box-sizing: content-box;
  height: 26px;
  border: 1px solid #dedede;
  box-shadow: inset 2px 1px 5px #ccc;
  background-color: #fff;
}

.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschtxtbox {
  box-sizing: content-box;
  float: left;
  width: 145px;
  padding: 2px 3px 3px 5px;
  overflow: hidden;
}

.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschtxtbox .sdmschinputxt {
  box-sizing: content-box;
  width: 145px;
  height: 14px;
  line-height: 100%;
  border: 1px solid #fff;
  background: #fff url(../images/mu-ico-4.png) no-repeat -9999px -9999px;
}

.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschsubmit {
  box-sizing: content-box;
  margin-top: 0.06667rem;
  float: right;
  padding-right: 5px;
}

.slidemuen .sdmsearchbox .sdmsearch .sdmschinputbox .sdmschsubmit .sdmschbtn {
  box-sizing: content-box;
  padding-top: 3px;
}

.slidemuen .sdmsearchbox .sdmgoindex {
  box-sizing: content-box;
  float: left;
  width: 22px;
  height: 22px;
  padding-left: 6px;
  padding-top: 2px;
}

.slidemuen .sdmsearchbox .sdmgoindex a {
  box-sizing: content-box;
  margin-top: 0.06667rem;
  margin-left: 0.13333rem;
  display: block;
}

.slidemuen .sdmmuenlist {
  padding-bottom: 50px;
  box-sizing: content-box;
}

.slidemuen .sdmmuenlist ul li {
  box-sizing: content-box;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

.slidemuen .sdmmuenlist ul li a {
  box-sizing: content-box;
  display: block;
  color: #333;
  font-size: 14px;
  padding-left: 16px;
  background: #fff url(../images/t-mu-li-bg-01.png) no-repeat right center;
  background-size: auto 16px;
}

.slidemuen .sdmmuenlist ul li a img {
  box-sizing: content-box;
  margin-top: -4px;
}

/*fanye*/
.fanye{ padding:0 0 8px 0px;}
.fanye a{ display:inline-block; color:#000; height:26px; line-height:26px; width:62px; border:1px solid #dedfde; text-align:center;background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#bfe8ff));-webkit-border-radius: 3px; border-radius:3px;}
.fanye span{background:#d6ebf7; display:inline-block; height:26px; line-height:26px; padding:0 10px; margin:0 6px;-webkit-border-radius: 12px; border-radius:12px;}
.fanye input[type=button] {margin-left:5px;}
