.mobile{
	width: 100%;
}
.mobile-inner{
	/* width: 550px; */
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}
.mobile-inner .logo{
	width: auto;
	height: 32px;
	float: left;
	margin-top: 11px;
	margin-left: 10px;
}
.mobile-inner .logo img{
	width: auto;
	height: 100%;
}
.mobile-inner-header{
	background:#fff;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	box-shadow: 1px 1px 5px #cacaca;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-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% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background: #f7913f;
}
.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-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;
	}
	


@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{
	background-color: rgb(253 187 109);
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
	z-index: 9;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:500;
	font-size: .43rem;
}
.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{
	-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;
  }
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
dl,dd,p,h5,li,ul,h1,h2,h3,h4,h6{
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding-inline-start: 0;
}
img{
	display: block;
}
.m-fix_bar{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 7px;
    padding-right: 10%;
    z-index: 99;
    background-image: linear-gradient(to right, rgba(255, 140, 0, 1), rgba(255, 69, 0, 1));
}
.m-fix_bar .tels{
	color: #fcefb2;
    text-align: center;
    width: 30%;
    float: left;
    overflow: hidden;
	text-align: center;
}
.m-fix_bar .tels img{
	width: 25%;
	vertical-align: middle;
	display: inline-block;
}
.m-fix_bar .tels span{
	display: block;
	font-size: .38rem;
}
.m-fix_bar .ruzhu {
    width: 55%;
    border-radius: 36px;
    height: 36px;
    display: block;
    color: #e71615;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    float: left;
    background-image: linear-gradient(to right, rgba(255, 228, 195, 1), rgba(255, 231, 150, 1));
	font-size: .39rem;
	margin-left: 5%;
	margin-top: 7px;
}<!--ºÄÊ±1754917595.8066Ãë-->