/*!
 * Painter (v0.1.0) - Sass mixin helper
 * https://github.com/ourai/painter
 *
 * Copyright 2015, 2015 Ourai Lin (http://ourai.ws/)
 *
 * Date: 2015-10-14
 */
body {
  padding-bottom: 5.70833rem;
  background: #F3F4F5;
}

main {
  color: #373737;
}

main,
main h2 {
  font-size: 1.33333rem;
}

main h2,
main h3,
main p {
  margin: 0;
}

main section:first-of-type header {
  background: #fff;
  margin-bottom: 0.83333rem;
  border-bottom: 1px solid #E7E7E7;
  padding: 1.66667rem 1.25rem 1.25rem;
}

main section:first-of-type header * {
  font-weight: 400;
}

main section:first-of-type header img {
  float: left;
  width: 4.16667rem;
  margin: 0 1.25rem 1.25rem 0;
}

main section:first-of-type header div {
  overflow: hidden;
}

main section:first-of-type header div h2 {
  line-height: 1.66667rem;
  margin-bottom: 0.83333rem;
}

main section:first-of-type header div p {
  color: #AFAFAF;
  font-size: 1.08333rem;
}

main section:first-of-type header div p span {
  float: right;
}

main section.Seek-area {
  background: #fff;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0.83333rem;
}

main section.Seek-area h4 {
  color: #373737;
  font-size: 1.25rem;
  line-height: 3.75rem;
  margin: 0;
  border-bottom: 1px solid #E7E7E7;
  font-weight: normal;
}

main section.Seek-area h4 i {
  display: block;
  float: left;
  width: 3px;
  background: #FF9933;
  height: 1.25rem;
  margin-top: 1.25rem;
  margin-right: 1.08333rem;
}

main section.Seek-area .Seek-properties {
  padding: 0 1.25rem;
}

main section.Seek-area .Seek-properties li {
  line-height: 3.75rem;
  border-bottom: 1px solid #E7E7E7;
  overflow: hidden;
}

main section.Seek-area .Seek-properties li .Seek-p {
  float: left;
  color: #AFAFAF;
  font-size: 1.25rem;
  width: 23%;
  text-align: left;
}

main section.Seek-area .Seek-properties li .Seek-v {
  float: left;
  color: #373737;
  font-size: 1.25rem;
}

main section.Seek-area .Seek-properties li:last-child {
  border-bottom: none;
}

main section.Seek-area .Seek-tagList {
  margin: 1.25rem 1.25rem 0;
  border-bottom: 1px solid #E7E7E7;
  overflow: hidden;
}

main section.Seek-area .Seek-tagList li {
  float: left;
  white-space: nowrap;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #F3F4F5;
  color: #888888;
  font-size: 1.08333rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  border-radius: 1.25rem;
  margin-right: 0.83333rem;
  margin-bottom: 0.83333rem;
  padding: 0 0.91667rem;
}

main section.Seek-area .Seek-desc {
  padding: 1.25rem;
  font-size: 1.16667rem;
  color: #626262;
  line-height: 1.66667rem;
}

main section.Seek-area .Seek-priceHistory li {
  line-height: 1.66667rem;
  padding: 0.83333rem 0;
  border-bottom: 1px solid #E7E7E7;
  overflow: hidden;
}

main section.Seek-area .Seek-priceHistory li .Seek-p {
  float: left;
  color: #2D3133;
  font-size: 1.16667rem;
  width: 35.6%;
  text-align: left;
  text-indent: 1.25rem;
}

main section.Seek-area .Seek-priceHistory li .Seek-p span {
  display: block;
}

main section.Seek-area .Seek-priceHistory li .Seek-p em {
  font-size: 1.08333rem;
  color: #AFAFAF;
  display: block;
  font-style: normal;
}

main section.Seek-area .Seek-priceHistory li .Seek-v {
  float: left;
  color: #2D3133;
  font-size: 1.08333rem;
}

main section.Seek-area .Seek-priceHistory li .Seek-v span {
  color: #FFA941;
}

main section.Seek-area .Seek-priceHistory li:last-child {
  border-bottom: none;
}

main section.Seek-area .Seek-recentView li {
  line-height: 1.5rem;
  padding: 1.04167rem 1.25rem;
  border-bottom: 1px solid #E7E7E7;
  overflow: hidden;
}

main section.Seek-area .Seek-recentView li img {
  width: 2.91667rem;
  height: 2.91667rem;
  float: left;
  margin-right: 0.83333rem;
}

main section.Seek-area .Seek-recentView li p {
  color: #2D3133;
  font-size: 1.25rem;
}

main section.Seek-area .Seek-recentView li p:last-child {
  color: #AFAFAF;
  font-size: 1.08333rem;
}

main section.Seek-area .Seek-recentView li p:last-child span {
  float: right;
}

main section.Seek-area .Seek-recentView li:last-child {
  border-bottom: none;
}

footer {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
}

footer a {
  display: block;
  text-decoration: none;
  background: #FF9933;
  margin: 0 1.25rem 1.33333rem;
  line-height: 3.75rem;
  height: 3.75rem;
  color: #fff;
  font-size: 1.33333rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

footer a img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

footer .disabled {
  background: #ccc;
}

.Seek-mask {
  display: block;
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.1);
  transition: background 500ms;
}

.Seek-phoneList {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: -100%;
  background: #F3F4F5;
  width: 100%;
  line-height: 4.16667rem;
  transition: bottom 300ms;
}

.Seek-phoneList a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #626262;
  font-size: 1.33333rem;
  border-bottom: 1px solid #E7E7E7;
  background: #fff;
}

.Seek-phoneList a img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.41667rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.Seek-phoneList a:last-child {
  border-bottom: none;
  border-top: 1px solid #E7E7E7;
  margin-top: 0.91667rem;
}

.Seek-pop {
  position: fixed;
  z-index: 999;
  width: 20.83333rem;
  left: 50%;
  top: 15%;
  margin-left: -12.5rem;
  background: #fff;
  padding: 1.66667rem 2.08333rem 2.08333rem;
}

.Seek-pop h5 {
  margin: 0 0 1.25rem;
  font-size: 1.33333rem;
  color: #373737;
  font-weight: normal;
  text-align: center;
}

.Seek-pop .line-wrap {
  overflow: hidden;
  line-height: 2.75rem;
}

.Seek-pop .line-wrap .input-wrap {
  float: left;
  width: 52%;
}

.Seek-pop .line-wrap .get-msg {
  float: right;
  width: 40%;
  color: #FF8903;
  text-decoration: none;
  border: 1px solid #FF8903;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  border-radius: 0.125rem;
  text-align: center;
}

.Seek-pop .line-wrap .get-msg .disabled {
  border: 1px solid #ccc;
  color: #ccc;
}

.Seek-pop .luosimao {
  margin-bottom: 1.25rem;
}

.Seek-pop .input-wrap {
  margin: 0 0 1.25rem 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.25rem;
  line-height: 2.75rem;
}

.Seek-pop .input-wrap input {
  line-height: 2.75rem;
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
}

.Seek-pop button {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 3.75rem;
  height: 3.75rem;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  -ms-border-radius: 0.125rem;
  -o-border-radius: 0.125rem;
  border-radius: 0.125rem;
  background: #FF8903;
  color: #fff;
  margin-top: 2.08333rem;
  font-size: 1.25rem;
}

.Seek-pop button.disabled {
  background: #ccc;
}

.Seek-pop .msg {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0;
}

.Seek-pop .msg.error {
  color: #FF5B2C;
}
