body {
  margin: 0;
}
body,
html {
  font-family: "Avenir", "Helvetica Neue", Verdana, Arial, sans-serif;
}
p,
ul,
h1,
h2,
h3,
img,
li,
table {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
input {
  outline: none;
  background: none;
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.pcHide {
  display: none;
}
header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
}
header img {
  width: 212px;
  height: 25px;
  position: absolute;
  top: 38px;
  left: 28px;
}
header .buttons {
  width: 220px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 38px;
}
header .buttons .navBtn {
  float: left;
  width: 24px;
  height: 24px;
}
header .buttons .wishlist {
  margin-right: 30px;
  background: url(../img/icon_sc.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .wishlist:hover {
  background: url(../img/icon_sc_selected.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .login {
  margin-right: 30px;
  background: url(../img/icon_login.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .login:hover {
  background: url(../img/icon_login_selected.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .search {
  margin-right: 34px;
  background: url(../img/icon_search.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .search:hover {
  background: url(../img/icon_search_selected.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .more {
  background: url(../img/icon_nav.png) no-repeat;
  background-size: 24px 24px;
}
header .buttons .more:hover {
  background: url(../img/icon_nav_selected.png) no-repeat;
  background-size: 24px 24px;
}
header .nav {
  width: 440px;
  height: 14px;
  position: absolute;
  top: 42px;
  right: 200px;
}
header .nav li {
  float: left;
  margin-right: 15px;
}
header .nav li a {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
footer {
  width: 100%;
  height: 190px;
}
footer .top {
  width: 100%;
  height: 140px;
  background-color: #EAEBE9;
}
footer .top .leftSection {
  width: 440px;
  height: 100px;
  margin-left: 8%;
  margin-top: 30px;
  position: relative;
}
footer .top .leftSection .small {
  width: 140px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  text-align: right;
  position: absolute;
  top: 20px;
  left: 0;
}
footer .top .leftSection .big {
  width: 140px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #000;
  text-align: right;
  position: absolute;
  top: 40px;
  left: 0;
}
footer .top .leftSection .buttons {
  width: 280px;
  height: 30px;
  position: absolute;
  top: 32px;
  left: 160px;
}
footer .top .leftSection .buttons li {
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
footer .top .leftSection .buttons li a {
  display: block;
  width: 30px;
  height: 30px;
}
footer .top .leftSection .buttons li:nth-of-type(1) a {
  background: url(../img/f2.png) no-repeat;
  background-size: 30px 30px;
}
footer .top .leftSection .buttons li:nth-of-type(2) a {
  background: url(../img/instagram.png) no-repeat;
  background-size: 30px 30px;
}
footer .top .leftSection .buttons li:nth-of-type(3) a {
  background: url(../img/p2.png) no-repeat;
  background-size: 30px 30px;
}
footer .top .leftSection .buttons li:nth-of-type(4) a {
  background: url(../img/t2.png) no-repeat;
  background-size: 30px 30px;
}
footer .top .leftSection .buttons li:nth-of-type(5) a {
  background: url(../img/y2.png) no-repeat;
  background-size: 30px 30px;
}
footer .top .leftSection .buttons li:nth-of-type(6) a {
  background: url(../img/wechat_icon.png) no-repeat;
  background-size: 30px 30px;
}
footer .top .rightSection {
  width: 340px;
  height: 100px;
  margin-top: 30px;
  margin-right: 8%;
  position: relative;
}
footer .top .rightSection .small {
  width: 170px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  text-align: right;
  position: absolute;
  top: 20px;
  left: 0;
}
footer .top .rightSection .big {
  width: 170px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #000;
  text-align: right;
  position: absolute;
  top: 40px;
  left: 0;
}
footer .top .rightSection .buttons {
  width: 129px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 190px;
  overflow: hidden;
}
footer .top .rightSection .buttons li {
  width: 100px;
  height: 34px;
  margin-bottom: 10px;
}
footer .top .rightSection .buttons li a {
  display: block;
  width: 100px;
  height: 34px;
}
footer .top .rightSection .buttons li:nth-of-type(1) a {
  background: url(../img/gp2x.png) no-repeat;
  background-size: 100px 34px;
}
footer .top .rightSection .buttons li:nth-of-type(1) a.active {
  background: url(../img/gp2_selected.png) no-repeat;
  background-size: 100px 34px;
}
footer .top .rightSection .buttons li:nth-of-type(2) a {
  background: url(../img/as2x.png) no-repeat;
  background-size: 100px 34px;
}
footer .top .rightSection .buttons li:nth-of-type(2) a.active {
  background: url(../img/as2_selected.png) no-repeat;
  background-size: 100px 34px;
}
footer .bottom {
  width: 100%;
  height: 30px;
  background-color: #fff;
}
footer .bottom .leftScript {
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  padding-left: 2%;
}
footer .bottom .ul2 {
  width: 140px;
  height: 20px;
  margin-right: 2%;
  padding-top: 5px;
}
footer .bottom .ul2 li {
  float: right;
  margin-left: 5px;
}
footer .bottom .ul2 li a {
  display: block;
  font-size: 14px;
  color: #000;
}
footer .bottom .ul1 {
  width: 480px;
  height: 20px;
  margin-right: 20px;
  padding-top: 5px;
}
footer .bottom .ul1 li {
  float: right;
  margin-left: 5px;
}
footer .bottom .ul1 li a {
  display: block;
  color: #000;
  font-size: 14px;
}
#navDialog {
  display: none;
  width: 100%;
  height: 412px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #fff;
  padding: 40px 30px;
}
#navDialog ul {
  width: 80%;
}
#navDialog ul li {
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
#navDialog ul li:hover a {
  color: rgba(0, 0, 0, 0.6);
}
#navDialog ul li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: 1s;
}
#navDialog .close {
  width: 45px;
  height: 45px;
  background: url(../img/close.png) no-repeat;
  background-size: 45px 45px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
#searchLog {
  display: none;
  width: 100%;
  position: fixed;
  top: 120px;
  left: 0;
  height: 90px;
  background: rgba(0, 0, 0, 0.5);
}
#searchLog .mid {
  width: 50%;
  height: 50px;
  margin: 20px auto;
}
#searchLog .mid input {
  float: left;
  width: 90%;
  height: 48px;
  background-color: #fff;
  text-indent: 1em;
}
#searchLog .mid .btn {
  float: left;
  width: 10%;
  height: 50px;
  line-height: 50px;
  background-color: #615f5e;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
#searchLog .close {
  width: 30px;
  height: 30px;
  background: url(../img/guanbi.png) no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#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: 308px;
  height: 426px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #c2c4ca;
  z-index: 101;
}
#quidLogin .img1 {
  width: 44px;
  height: 50px;
  position: absolute;
  left: 132px;
  top: 20px;
}
#quidLogin .img2 {
  width: 238px;
  height: 40px;
  position: absolute;
  top: 100px;
  left: 35px;
}
#quidLogin .input1 {
  width: 248px;
  height: 22px;
  padding: 10px;
  position: absolute;
  left: 20px;
  top: 160px;
  background: url(../img/icon_username.png) no-repeat;
  background-size: 12px 16px;
  background-position: 5px center;
  background-color: #fff;
  text-indent: 2em;
}
#quidLogin .input2 {
  width: 248px;
  height: 22px;
  padding: 10px;
  position: absolute;
  left: 20px;
  top: 222px;
  background: url(../img/icon_password.png) no-repeat;
  background-size: 12px 16px;
  background-position: 5px center;
  background-color: #fff;
  text-indent: 2em;
}
#quidLogin .btn {
  width: 268px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 284px;
  left: 20px;
  background-color: #666;
  font-size: 18px;
}
#quidLogin .version {
  width: 268px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 334px;
  left: 20px;
  font-size: 12px;
}
#quidLogin .switch {
  width: 268px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-weight: normal;
  position: absolute;
  top: 374px;
  left: 20px;
  font-size: 14px;
}
body {
  margin-top: 100px;
}
#nav {
  width: 100%;
  height: 60px;
  background-color: #F1F2ED;
  padding-top: 10px;
  padding-left: 50px;
}
#nav p {
  width: 500px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #000;
}
#nav p a {
  color: #000;
}
#contennt {
  width: 100%;
  background-color: #F1F2ED;
  min-height: 600px;
}
#contennt .moreDesigners {
  width: 96%;
  margin: 0 auto;
  height: 35px;
  background-color: #EAEBE9;
  position: relative;
}
#contennt .moreDesigners p {
  line-height: 35px;
  font-size: 16px;
  text-indent: 2em;
}
#contennt .moreDesigners ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EAEBE9;
}
#contennt .moreDesigners ul li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-indent: 2em;
}
#contennt .moreDesigners span {
  width: 16px;
  height: 16px;
  background: url(../img/icon_moredesigers.png) no-repeat;
  background-size: 16px 16px;
  background-position: 0 0;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 100;
}
#contennt .moreDesigners span.active {
  background: url(../img/icon_currentdisplay.png) no-repeat;
  background-size: 16px 2px;
  background-position: 0 center;
}
#contennt .introduce {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
}
#contennt .introduce img {
  width: 20%;
  float: left;
}
#contennt .introduce .wrap {
  width: 76%;
  float: right;
}
#contennt .introduce .wrap .title {
  width: 100%;
  height: 36px;
  margin: 20px 0;
}
#contennt .introduce .wrap .title a {
  float: left;
  width: 16px;
  height: 36px;
  background: url(../img/icon_back.png) no-repeat;
  background-size: 16px 24px;
  background-position: 0 center;
}
#contennt .introduce .wrap .title .name {
  line-height: 36px;
  font-size: 26px;
  float: left;
  margin-left: 10px;
  font-family: "Optima";
}
#contennt .introduce .wrap .introduceDetail {
  line-height: 1.6em;
  font-size: 14px;
}
#contennt .production {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 10px;
}
#contennt .production .title {
  width: 100%;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  margin: 50px 0;
}
#contennt .production ul {
  width: 90%;
}
#contennt .production ul li {
  float: left;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 30px;
}
#contennt .production ul li:hover .lineH {
  background-color: #000;
}
#contennt .production ul li img {
  width: 100%;
  margin-bottom: 3px;
}
#contennt .production ul li .lineH {
  width: 100%;
  height: 3px;
  background-color: #F1F2ED;
}
#contennt .production ul li .root {
  width: 100%;
  line-height: 16px;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-indent: 1em;
  margin: 15px 0;
}
