a:-webkit-any-link {
    color: rgba(82, 43, 28, 1);
    cursor: none;
    text-decoration: none;
}
header{
    height:4rem;
}
.mobile{
	width: 100%;
	float: left;
}
.mobile-inner{
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner img{
    height: inherit;
    margin-top: 5px;
}
/*顶部导航*/
.mobile-inner-header{
	background: url(../../s-images/general/menuBackground.png) 100% 100% repeat;
    background-size: 100% 100%;
	width: 100%;
	height: 5rem;
	position: fixed;
	top: 0;
	left: 0;
    z-index:99;
}
.mobile-inner-header-icon{
	height: 5rem;
	font-size:2rem;
	text-align: center;
	float:left;
	width: 5rem;
	position: absolute;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	/*background-color: rgba(255,255,255,0.2);*/
	/*cursor: pointer;*/
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 2rem) / 2);
	top: calc((100% - 1px) / 2);
	width: 2.3rem;
	height: 4px;
	background-color: #522b1c;
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(3){
    transform: translateY(-12px) rotate(0deg);
}


.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
.mobile-inner-header-icon-click span:nth-child(3){
    display: none;
}

@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	


@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
/*展开菜单*/
.mobile-inner-nav{
	width: 100%;
	position: fixed;
	top: 4.7rem;
	left: 0;
	display: none;
    z-index: 98;
    background: rgba(255,255,255,0.9);
}
.mobile-inner-nav > a,
.mobile-inner-nav .mainTitle,
.mobile-inner-nav .mainTitle > a{
	display: inline-block;
	line-height: 3.6rem;
	text-decoration: none;
	width: 100%;
	color: #522b1c;
	border-bottom: solid 1px rgba(82, 43, 28, 0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:bold;
    font-size: 1.5rem;
}
.mobile-inner-nav a span{
	padding-left: 0.96rem;
}
.mobile-inner-nav a:hover{
	/*color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);*/
}

.mobile-inner-nav > a,
.mobile-inner-nav .mainTitle{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@-webkit-keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*二级菜单下拉小图标*/
.dropDownIcon{
    background: url(../../s-images/general/dropDownIcon.png) 100% 100% no-repeat;
    width: 1.4rem;
    height: 2.2rem;
    background-size: contain;
    margin-right: 0.8rem;
    float: right;
}

/*二级菜单样式*/
.dropDown ul{
    list-style: none;
    display: none;
}
.dropDown ul li{
    font-size: 1.2rem;
    padding-left: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    color: rgba(82, 43, 28, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*产品系列二级菜单单列多个显示*/
.dropDown ul li.smallTitle{
    color: rgba(82, 43, 28, 1);
    font-weight: bold;
    padding-top: 0.8rem;
}
/*非产品系列二级菜单多列单行显示*/
.dropDown ul li.inlineTitle{
    line-height: 3.68rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 0.96rem;
}
.inlineTitle a{
    color: rgba(82, 43, 28, 0.7);
}
/*菜单中间logo*/
.logo{
    text-align: center;
    height: calc(100% - 0.4rem);
    display: block;
}
/*顶部导航天猫图标*/
.tianmaoIcon{
    float: right;
    padding-right: 1.5rem;
    padding-top: 0.4rem;
    width: 4.5rem;
}
.tianmaoIcon img{
    display: none;
}




