@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type: none;
  text-decoration: none;
}

html, body, div, 
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td,
footer, header {
  box-sizing: border-box
} 

html {
  background: #f7f7f7;
  /* max-width: 750px; */
  margin: 0 auto;
  font-size: 62.5%;
  font-family: "思源黑体";
}
body { line-height: 1;} 

img {
  display: block;
}

input {
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
input[type=text]:focus{outline:none;border:none;box-shadow:none;}

textarea {
  -webkit-appearance: none;
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse;border-spacing:0}

a {
  color: #333333;
  outline-color:transparent;
  font-size: 0.24rem;
}
/* 去掉a标签默认点击瞬间背景色 */
a:not(.back-top,.a-hot-sale,.a-hot-sale2):hover{
  background:none; 
  -webkit-tap-highlight-color: transparent;
}

button{
  background-color: transparent;
  outline:none;
}
/* css common */ 
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}   
.clearfix { *zoom:1; } 

.f_w {
  font-size: 0.24rem;
  color: #333333;
  font-weight: 500;
}

.f_m {
  font-size: 0.24rem;
  color: #808080;
  font-weight: normal;
}

.m_t2 {
  margin-top: 0.2rem;
}

.m_t4 {
  margin-top: 0.4rem;
}

.m_r0 {
  margin-right: 0px;
}

/*分页*/
.pages{ text-align: center; }
.pre-page,.next-page{ width: 15%; float: left; margin: 0.1em; }


/*底部操作栏*/
.footer {
  width: 100%;
  height: 1.12rem;
  padding-top: .13rem;
  position: fixed;
  bottom: 0;
  border-top: 0.01rem solid #e5e5e5;
  z-index: 9998;
  background-color: #Fafafa;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
.footer-nav-box{
  width: 15%;
  position: relative;
}
.footer-nav-box>.footer-model-nav{
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #F6F6F6;
  border:1px solid #E4E4E4;
  border-radius: 5px;
}
.footer-nav-box>.footer-model-nav>a{
  display: block;
  width: 100%;
  text-align: center;
  height: .5rem;
  line-height: .5rem;
  font-size: .24rem;
  color: #A2A2A2;
  border-bottom: 1px solid #E4E4E4;
}
.footer-nav-box>.footer-model-nav>a:last-child{
  border-bottom: none;
}
/* .footer-nav-box>.footer-model-active{
  display: block;
} */
.footer-nav-box>a>img{
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
  margin-bottom: .18rem;
}
.footer-nav-box>a>p{
  color: #808080;
  font-size: 0.24rem;
  text-align: center;
  outline-color: transparent;
}
.footer-nav-box>img{
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 auto;
  margin-bottom: .18rem;
}
.footer-nav-box>p{
  color: #808080;
  font-size: 0.24rem;
  text-align: center;
  outline-color: transparent;
}









