html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 12px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none
}

image {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-width-1200 {
  margin: 0 auto;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clear {
  *zoom: 1;
}

.ideal-nav {
  padding: 8px 50px;
}

.ideal-nav .image-wrap {
  float: left;
  width: 30%;
}

.nav-logo {
  width: 150px;
  height: 27px;
}

.ideal-nav .nav-list {
  float: left;
  width: 70%;
  text-align: right;
}

.ideal-nav .nav-list > li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.ideal-nav .nav-list > li.is-active a {
  color: #3e71ed;
}

.ideal-nav .nav-list > li a {
  font-size: 16px;
  color: #383838;
  line-height: 30px;
  width: 100px;
  height: 32px;
  display: block;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
}

.ideal-nav .nav-list > li .product-hover {
  display: none;
}

.ideal-nav .nav-list > li .product-hover a {
  color: #000;
  cursor: pointer;
}

.ideal-nav .nav-list > li .product-hover a:hover {
  background-color: rgb(255,255,255);
}

.ideal-nav .nav-list > li:hover .product-hover {
  display: block;
  position: absolute;
  padding-top: 9px;
  border-radius: 3px;
  z-index: 1;
  background-color: rgba(255,255,255,.5);
}

.ideal-nav .nav-list > li a.has-border {
  border: 1px solid #333;
}

.ideal-foot .friend-link {
  background: #343434;
  padding: 30px 0 40px 0;
}

.ideal-foot .friend-link .column {
  width: 20%;
  vertical-align: top;
  display: inline-block;
}

.ideal-foot .friend-link .column:first-child {
  margin-left: 10em;
}

.ideal-foot .friend-link .title {
  font-size: 1.2em;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ideal-foot .friend-link .list {
  color: #d9d9d9;
}

.ideal-foot .friend-link .list > li {
  margin-bottom: 5px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.ideal-foot .friend-link .list > li a {
  font-size: 1em;
  color: #777777;
  line-height: 16px;
}

.ideal-foot .copyright {
  background: #000;
}

.ideal-foot .copyright .copyright-text-left {
  line-height: 2.5em;
  color: #a6a6a6;
  text-align: left;
  padding-left: 10em;
  display: inline-block;
  width: 59%
}

.ideal-foot .copyright .copyright-text-right {
  line-height: 2.5em;
  color: #a6a6a6;
  text-align: right;
  padding-right: 10em;
  display: inline-block;
  width: 39%;
  white-space: nowrap;
}

@media screen and (max-width: 800px){

  .ideal-foot {
    font-size: 8px;
  }

  .ideal-foot .friend-link .column {
    width: 49%;
    padding-left: 10em;
  }
  .ideal-foot .friend-link .column:first-child {
    margin-left: 0em;
  }

  .ideal-foot .copyright .copyright-text-left {
    text-align: center;
    padding-left: 0;
    display: block;
    width: 100%
  }
  .ideal-foot .copyright .copyright-text-right {
    text-align: center;
    padding-right: 0;
    display: block;
    width: 100%
  }
}

@media screen and (min-width: 800px){
  .ideal-foot {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px){
  .ideal-foot {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px){
  .ideal-foot {
    font-size: 14px;
  }
}


