/*移动端默认样式*/
/*清除掉按下时会有一个灰色阴影*/
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*清除掉ios自带圆角*/
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: #fff;
}
body {
  /*禁止选中文字*/
  -webkit-user-select: none;
  /* iPhone 和 Android 的浏览器纵向 (Portrate mode) 和橫向 (Landscape mode) 模式皆有自动调整字体大小的功能。控制它的就是 CSS 中的 -webkit-text-size-adjust。关闭字体大小自动调整功能*/
  -webkit-text-size-adjust: 100%;
}
/*字体设置*/
body * {
  font-family: PingFang-SC-Medium;
}
a {
  text-decoration: none;
}
input,
button {
  outline: none;
  vertical-align: middle;
}
img {
  vertical-align: middle;
}
ul {
  list-style: none;
}
body,
ul,
h1,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}
.mleft {
  float: left;
}
.mright {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
body {
  margin-top: 2.8rem;
}
.m-hide {
  display: none;
}
/*变量*/
header {
  width: 100%;
  height: 2.8rem;
  background: #fff;
  border-bottom: 0.04rem solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header img {
  width: 6rem;
  height: 1.2rem;
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
}
header .buttons {
  width: 3.6rem;
  height: 1.2rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
header .buttons .search {
  float: left;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon_search.png) no-repeat;
  background-size: 1.2rem 1.2rem;
}
header .buttons .more {
  float: right;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon_nav.png) no-repeat;
  background-size: 1.2rem 1.2rem;
}
footer {
  width: 100%;
}
footer .top {
  width: 100%;
  background-color: #EAEBE9;
}
footer .top .leftSection {
  width: 100%;
}
footer .top .leftSection .buttons {
  width: 80%;
  margin-left: 10%;
  height: 4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .top .leftSection .buttons li {
  width: 1.4rem;
  height: 1.4rem;
  background-size: 1.4rem 1.4rem;
}
footer .top .leftSection .buttons li a {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
footer .top .leftSection .buttons li:nth-of-type(1) a {
  background: url(../img/f2.png) no-repeat;
}
footer .top .leftSection .buttons li:nth-of-type(2) a {
  background: url(../img/instagram.png) no-repeat;
}
footer .top .leftSection .buttons li:nth-of-type(3) a {
  background: url(../img/p2.png) no-repeat;
}
footer .top .leftSection .buttons li:nth-of-type(4) a {
  background: url(../img/t2.png) no-repeat;
}
footer .top .leftSection .buttons li:nth-of-type(5) a {
  background: url(../img/y2.png) no-repeat;
}
footer .top .leftSection .buttons li:nth-of-type(6) a {
  background: url(../img/wechat_icon.png) no-repeat;
}
footer .top .rightSection {
  width: 100%;
}
footer .top .rightSection .buttons {
  width: 80%;
  height: 3.92rem;
  margin-left: 10%;
}
footer .top .rightSection .buttons li {
  float: left;
  width: 5.16rem;
  height: 1.76rem;
  margin-right: 0.8rem;
}
footer .top .rightSection .buttons li a {
  display: block;
  width: 5.16rem;
  height: 1.76rem;
}
footer .top .rightSection .buttons li:nth-of-type(1) a {
  background: url(../img/gp2x.png) no-repeat;
  background-size: 5.16rem 1.76rem;
}
footer .top .rightSection .buttons li:nth-of-type(2) a {
  background: url(../img/as2x.png) no-repeat;
  background-size: 5.16rem 1.76rem;
}
footer .bottom {
  width: 100%;
  padding-bottom: 0.8rem;
}
footer .bottom .leftScript {
  width: 45%;
  margin-left: 5%;
  line-height: 2rem;
  font-size: 0.56rem;
}
footer .bottom .ul2 {
  width: 45%;
  margin-right: 5%;
  height: 2rem;
}
footer .bottom .ul2 li {
  float: right;
  margin-right: 0.2rem;
  height: 2rem;
}
footer .bottom .ul2 li a {
  color: #000;
  font-size: 0.56rem;
  line-height: 2rem;
}
footer .bottom .ul1 {
  width: 100%;
  padding-left: 5%;
  box-sizing: border-box;
  border-top: 0.04rem solid #ccc;
  padding-top: 0.4rem;
}
footer .bottom .ul1 li {
  float: left;
  margin-right: 0.4rem;
}
footer .bottom .ul1 li a {
  color: #000;
  font-size: 0.56rem;
}
#navDialog {
  display: none;
  width: 100%;
  height: 19.2rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #fff;
  padding: 1.6rem 1.2rem;
}
#navDialog ul {
  width: 80%;
}
#navDialog ul li {
  height: 0.88rem;
  line-height: 0.88rem;
  margin-bottom: 0.4rem;
}
#navDialog ul li a {
  font-size: 0.64rem;
  font-weight: 700;
  color: #000;
  transition: 1s;
}
#navDialog .close {
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/close.png) no-repeat;
  background-size: 1.8rem 1.8rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  cursor: pointer;
}
#navDialog .btns {
  width: 50%;
  height: 0.8rem;
  margin-top: 1.6rem;
}
#navDialog .btns .wish {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon_sc.png) no-repeat;
  background-size: 1.2rem 1.2rem;
  float: left;
  margin-right: 1.2rem;
}
#navDialog .btns .login {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon_login.png) no-repeat;
  background-size: 1.2rem 1.2rem;
  float: left;
}
#searchLog {
  display: none;
  width: 100%;
  position: fixed;
  top: 2.8rem;
  left: 0;
  height: 2.4rem;
  background: rgba(0, 0, 0, 0.5);
}
#searchLog .mid {
  width: 70%;
  height: 1.6rem;
  margin: 0.4rem auto;
}
#searchLog .mid input {
  float: left;
  width: 80%;
  height: 1.52rem;
  background-color: #fff;
  text-indent: 1em;
}
#searchLog .mid .btn {
  float: left;
  width: 20%;
  height: 1.6rem;
  line-height: 1.6rem;
  background-color: #615f5e;
  font-size: 0.72rem;
  text-align: center;
  color: #fff;
}
#searchLog .close {
  width: 0.96rem;
  height: 0.96rem;
  background: url(../img/guanbi.png) no-repeat;
  background-size: 0.96rem 0.96rem;
  position: absolute;
  top: 0.68rem;
  right: 0.68rem;
}
#mask {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
#quidLogin {
  display: none;
  width: 12.32rem;
  height: 17.04rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c2c4ca;
  z-index: 101;
}
#quidLogin .img1 {
  width: 1.76rem;
  height: 2rem;
  position: absolute;
  left: 5.28rem;
  top: 0.8rem;
}
#quidLogin .img2 {
  width: 9.52rem;
  height: 1.6rem;
  position: absolute;
  top: 4rem;
  left: 1.4rem;
}
#quidLogin .input1 {
  width: 9.92rem;
  height: 0.88rem;
  padding: 0.4rem;
  position: absolute;
  left: 0.8rem;
  top: 6.4rem;
  background: url(../img/icon_username.png) no-repeat;
  background-size: 0.48rem 0.64rem;
  background-position: 0.2rem center;
  background-color: #fff;
  text-indent: 2em;
}
#quidLogin .input2 {
  width: 9.92rem;
  height: 0.88rem;
  padding: 0.4rem;
  position: absolute;
  left: 0.8rem;
  top: 8.88rem;
  background: url(../img/icon_password.png) no-repeat;
  background-size: 0.48rem 0.64rem;
  background-position: 0.2rem center;
  background-color: #fff;
  text-indent: 2em;
}
#quidLogin .btn {
  width: 10.72rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 11.36rem;
  left: 0.8rem;
  background-color: #666;
  font-size: 0.72rem;
}
#quidLogin .version {
  width: 10.72rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 13.36rem;
  left: 0.8rem;
  font-size: 0.48rem;
}
#quidLogin .switch {
  width: 10.72rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 14.96rem;
  left: 0.8rem;
  font-size: 0.56rem;
}
#nav {
  width: 100%;
  height: 2rem;
  padding-left: 0.8rem;
  box-sizing: border-box;
}
#nav p {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.48rem;
}
#nav p a {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.48rem;
  color: #000;
}
#contennt {
  width: 100%;
  padding-bottom: 2rem;
}
#contennt .leftNav {
  width: 100%;
}
#contennt .leftNav .title {
  width: 100%;
  background-color: #e0e0e0;
  height: 1.44rem;
  line-height: 1.44rem;
  font-size: 0.56rem;
  text-indent: 2em;
  position: relative;
}
#contennt .leftNav .title span {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../img/icon_moredesigers.png) no-repeat;
  background-size: 0.64rem 0.64rem;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}
#contennt .leftNav .title span.active {
  background: url(../img/icon_currentdisplay.png) no-repeat;
  background-size: 0.64rem 0.08rem;
  background-position: 0 center;
}
#contennt .leftNav ul {
  display: none;
  width: 100%;
  background-color: transparent;
}
#contennt .leftNav ul li {
  width: 90%;
  padding-left: 10%;
  height: 1.28rem;
  line-height: 1.28rem;
  font-size: 0.56rem;
  background: url(../img/dot.png) no-repeat;
  background-size: 0.56rem 0.56rem;
  background-position: 0.2rem center;
}
#contennt .leftNav ul li.active {
  background: url(../img/dotChecked.png) no-repeat;
  background-size: 0.56rem 0.56rem;
  background-position: 0.2rem center;
}
#contennt .leftNav ul li a {
  color: #000;
}
#contennt .rightSection {
  width: 90%;
  margin-top: 0.8rem;
  margin-left: 5%;
}
#contennt .rightSection ul {
  width: 100%;
}
#contennt .rightSection ul li {
  float: left;
  width: 48%;
  margin-bottom: 0.4rem;
}
#contennt .rightSection ul li:nth-of-type(odd) {
  margin-right: 4%;
}
#contennt .rightSection ul li img {
  width: 100%;
}
#contennt .rightSection ul li .blackBg {
  display: none;
}
