#menumain {
  margin: 0;
  white-space: nowrap;
  height: 37px;
  width: 100%;
  background: url(../image/m.gif) 0px 0px repeat-x;
}

#menumain .menumain {
  float: left;
  height: 37px;
  text-align: center;
}

#menumain .left {
  float: left;
  width: 7px;
  height: 37px;
  text-align: center;
  background: url(../image/l.gif) 0px 0px no-repeat;
}

#menumain .right {
  float: right;
  width: 7px;
  height: 37px;
  text-align: center;
  background: url(../image/Rr.gif) 0px 0px no-repeat;
}

#menumain .line {
  float: left;
  width: 3px;
  height: 37px;
  background: url(../image/bg1.gif) 0px 0px no-repeat;
}

#menumain a.menumain:link,
#menumain a.menumain:active,
#menumain a.menumain:visited {
  color: #ffffff;
  margin: 0px;
  padding-top: 13px;

  text-decoration: none;
  font-size: 12px;
  font-family: "宋体";

  height: 37px;
  width: 130px;
}

#menumain a.menumain:hover {
  color: #ffffff;
}
#menumain ul {
  list-style: none;
}
#menumain li {
  float: left;
  list-style: none;
  position: relative;
}
#menumain .menu-son {
  display: none;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
}

#menumain .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}

#menumain .menu-son a:hover {
  color: #240f6c;
  background: #f5f5f5;
}

#menumain li:hover .menu-son {
  display: block;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0px 5px;
  margin: 0 5px;
  box-sizing: border-box;
}
.mypage li a {
  width: 100%;
  height: 100%;
  display: block;
}
.mypage li.active {
  background: #31b41a;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
#productview img{
  max-width: 100%;
}
div#productcontent .productloading{
  margin: 0 !important;
}
div.page_content,div.page_content *{
  font-size: 16px !important;
  line-height: 230% !important;
}
.ellipsis-one {
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
      
}