﻿.bd{
  /*
  overflow-x: hidden;
  */
}
#menu {
	position:fixed;
	z-index:99999;
	bottom:0;
	left:0;
	width:100%
}
#menu li{
	height:45px;
	border-bottom:0;
	border-right:0;
	position:relative;
	-webkit-box-shadow:inset 0 0 3px #fff;
	float:left;
	width:33.333%;
    height: auto;
    box-sizing: border-box;
}
#menu li:nth-child(1):after,
#menu li:nth-child(2):after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 172;
    top: 0px;
    right: 0px;
    background-color: #d4d4d4;
}
#menu li>a{
    color: #13a300;
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*border:1px solid #f9f8f9;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-bottom:0;
	display:block;
	line-height:45px;
	text-align:center;
    position: relative;
    z-index: 128;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
}
.priceInfo img{
width:100%;
  display: block;
  margin: 2px auto;
}
.product-detail .basic_info .base .title{
  font-size: 20px;
}
#priceInfo{
  font-size: 18px;
  line-height: 1.5!important;
}
.tmpl-slide:after{
  content: '';
  display: block;
  clear: both;
}
.tmpl-slide div.item{
  display: inline-block;
  position: relative;
  margin:0;
  padding: 0;
  overflow: hidden;
  float: left;
 
}
.tmpl-slide div.pic{
  max-height:560px;
  min-height:400px;
  background-size: 100% 100%;
  background-position: center center;
}
.tmpl-slide h3{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  overflow: hidden;
  color: #fff;
  background: rgba(0,0,0,0.5);
}

.slide-menu-right{
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #dd524d;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display:block;
  height: 100%;
}
.slide-menu-box {
  background: #dd524d;
  padding: 0;
}
.slide-menu-box .myrecord{
  position: relative;
}
.slide-menu-box .myscroller:first-child:before {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  background-color: #c8c7cc;
}
.slide-menu-right span{
  color: #fff;
  font-size:16px;
  text-align: center;
  width: 88px;
  height: 100%;
  display: inline-block;
}
.slide-menu-right span:after{
  display: inline-block;
  width: 0;
  height: 100%;
  content: '';
  vertical-align: middle;
}

/*二次开发-子菜单*/
.menu_sub{
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 64;
    left: 0px;
    right: 0px;
    bottom: 140%;
    margin: 0px auto;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #DDD;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
}
.menu_sub:after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -22px;
    width: 0px;
    height: 0px;
    margin: 0px auto;
    border-style: solid;
    border-color: #DDD rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 12px 10px 10px 10px;
}
.msdf{
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
text-align: center;
}
.mshov{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.menu_sub > a{
    color: #13a300;
    font-size: 14px;
    display: block;
    padding: 10px 0px;
text-align: center;
    
}
.menu_sub > a:hover{
    color: #fff;
    background-color: #13a300;text-align: center;display: block;
    padding: 10px 0px;
}