.list-top .start-city {
  float: left;
  margin-right: -285px;
  position: relative;
  width: 285px;
  z-index: 998;
}
.list-top .start-city .cur-city {
  background: url(../images/arrowbg.gif) no-repeat 265px -324px #FFF;
  border: 1px solid #536371;
  color: #555;
  cursor: pointer;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 25px 0 10px;
}
.list-top .start-city .cur-city span {
  color: #AAA;
  float: right;
}
.list-top .start-city .city-list {
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 10;
}
.list-top .start-city .city-list dl {
  background: #FFF;
  border: 1px solid #536371;
  border-top: 0;
  width: 283px;
}
.list-top .start-city .city-list dt {
  border-top: 1px solid #EFEFEF;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
}
.list-top .start-city .city-list ul {
  padding: 0 0 10px 15px;
}
.list-top .start-city .city-list li {
  float: left;
  line-height: 24px;
  padding-right: 17px;
}
.list-top .start-city .city-list li a:hover {
  text-decoration: underline;
  color: #3aa400;
}
.list-top .search-box {
  float: right;
  width: 100%;
  height: 36px;
}
.list-top .search-content {
  border: 1px solid #536371;
  background: #FFF;
  float: left;
  width: 627px;
  margin-left: 305px;
}
.list-top .search-content .input-type {
  background: #f5f5f5;
  border-right: 1px solid #E5E5E5;
  color: #555;
  cursor: pointer;
  float: left;
  height: 34px;
  line-height: 34px;
  margin-right: -90px;
  width: 74px;
  padding: 0 5px 0 10px;
  position: relative;
}
.list-top .search-content .input-type i {
  background: url(../images/arrow.png) no-repeat -16px -2px;
  display: block;
  font-size: 0;
  height: 4px;
  right: 12px;
  position: absolute;
  top: 16px;
  width: 7px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s all 0.2s ease-in 0s;
  overflow: hidden;
}
.list-top .search-content .input-type:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-top .search-content .input-type .drop-menu {
  position: absolute;
  left: -1px;
  top: 34px;
  z-index: 10;
}
.list-top .search-content .input-type dl {
  background: #FFF;
  border: 1px solid #536371;
  border-top: 0;
}
.list-top .search-content .input-type dd {
  border-top: 1px solid #EFEFEF;
  color: #999;
  padding: 0 5px 0 10px;
  width: 74px;
}
.list-top .search-content .input-type dd:hover {
  background: #F1F1F1;
  color: #666;
}
.list-top .search-content .input-box {
  float: left;
  width: 100%;
}
.list-top .search-content .input-box .wrap-box {
  background: url(../images/search.png) no-repeat 5px 9px;
  height: 34px;
  margin-left: 90px;
  padding: 0 5px 0 26px;
}
.list-top .search-content .input-box .wrap-box .input-text {
  background: #FFF;
  border: 0;
  color: #888;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 5px 0;
  width: 100%;
}
.list-top .search-content .search-btn {
  float: right;
  position: relative;
  width: 120px;
  margin-left: -120px;
}
.list-top .search-content .search-btn .input-btn {
  background: #FB8D00;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  height: 34px;
  line-height: 30px;
  width: 120px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-top .search-content .search-btn .input-btn:hover {
  background: #FB7600;
}
.list-top .search-content .search-btn .input-btn:focus {
  border-color: #feebd9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fecb98;
}
.list-top .hot-key {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-left: 20px;
  overflow: hidden;
  width: 246px;
}
.list-top .hot-key dt,
.list-top .hot-key dd {
  color: #536371;
  float: left;
}
.list-top .hot-key dd {
  margin-right: 8px;
}
.list-top .hot-key dd a:hover {
  text-decoration: underline;
  color: #3aa400;
}
.list-container {
  margin-top: 20px;
  width: 910px;
  /*padding-right: 15px;*/
  position: relative;
  float: left;
}
.list-filter {
  background: #FFF;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #3aa400;
}
.list-filter dl {
  border-bottom: 1px solid #EAEAEA;
  line-height: 24px;
  padding: 8px 0;
}
.list-filter dl:last-child {
  border-bottom: 0;
}
.list-filter dt {
  color: #888;
  float: left;
  margin-right: -82px;
  text-align: right;
  padding-left: 10px;
  width: 72px;
}
.list-filter dd {
  float: right;
  position: relative;
  width: 100%;
}
.list-filter ul {
  margin-left: 82px;
  padding: 0 80px 0 10px;
  overflow: hidden;
}
.list-filter li {
  float: left;
  padding-right: 15px;
}
.list-filter li a {
  color: #555;
}
.list-filter li a:hover {
  color: #f60;
  text-decoration: underline;
}
.list-filter li .check {
  color: #f60;
}
.list-filter .choice {
  background: #FFF;
}
.list-filter .choice dt {
  color: #333;
}
.list-filter .choice ul {
  margin-top: -8px;
}
.list-filter .choice li {
  margin-top: 8px;
  padding-right: 10px;
}
.list-filter .choice a {
  background: #FFF;
  color: #FFF;
  display: block;
  height: 22px;
  line-height: 22px;
  border: 1px dashed #ffa763;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-filter .choice b {
  background: #FFF;
  font-weight: normal;
  color: #555;
  display: inline-block;
  padding: 0 21px 0 6px;
}
.list-filter .choice i {
  background: url(../images/close.png) no-repeat right 0;
  display: block;
  height: 9px;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 9px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  transition: all 0.3s all 0.3s ease-in 0s;
}
.list-filter .choice a:hover {
  border: 1px dashed #E4393C;
  text-decoration: none;
}
.list-filter .choice a:hover b {
  color: #E4393C;
}
.list-filter .choice a:hover i {
  background: url(../images/close.png) no-repeat right -9px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-filter .choice .trash {
  display: none;
  position: absolute;
  right: 12px;
  top: 0px;
}
.list-filter .choice .trash a {
  display: block;
  border: 0 none;
  background: url(../images/trash.png) no-repeat 50% 50%;
  cursor: pointer;
  height: 24px;
  width: 16px;
  text-indent: -9999px;
}
.list-filter .choice dd:hover .trash {
  display: block;
}
.list-sort {
  margin-top: 15px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  height: 40px;
  line-height: 40px;
}
.list-sort dd {
  background: url(../images/division.gif) no-repeat scroll right 12px;
  float: left;
}
.list-sort dd i {
  background: url(../images/sorticon.png) no-repeat 0 50%;
  height: 40px;
  width: 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
}
.list-sort dd i.desc {
  background-position: -9px 50%;
}
.list-sort dd i.asc {
  background-position: -18px 50%;
}
.list-sort dd a {
  color: #888;
  display: block;
  padding: 0 25px 0 15px;
  position: relative;
}
.list-sort dd a:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.list-sort dd.cur a {
  color: #3aa400;
  text-decoration: none;
}
.list-main {
  position: relative;
}
.list-main .item {
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-top: 1px solid #D0D0D0;
  margin-top: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-main .item dl {
  padding: 15px;
}
.list-main .item dt {
  height: 160px;
  float: left;
  margin-right: -213px;
  overflow: hidden;
  position: relative;
  width: 213px;
}
.list-main .item dt i {
  background: rgba(58, 164, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
}
.list-main .item dt i.ico5 {
  background: rgba(255, 136, 136, 0.8);
}
.list-main .item dt i.ico6 {
  background: rgba(136, 187, 238, 0.8);
}
.list-main .item dt i.ico7 {
  background: rgba(204, 153, 238, 0.8);
}
.list-main .item dt i.ico8 {
  background: rgba(102, 204, 51, 0.8);
}
.list-main .item dt .btnBox {
  bottom: 8px;
  display: none;
  height: 25px;
  padding: 0 10px;
  position: absolute;
  width: 193px;
}
.list-main .item dt .btn_add {
  background: url(../images/list.png) no-repeat 0 -315px;
  height: 25px;
  width: 92px;
  float: left;
}
.list-main .item dt .btn_add.on {
  background-position: 0 -290px;
}
.list-main .item dt .btn_collection {
  background: url(../images/list.png) no-repeat -99px -315px;
  height: 25px;
  width: 64px;
  float: right;
}
.list-main .item dt .btn_collection.on {
  background-position: -99px -290px;
}
.list-main .item img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-main .item dd {
  float: left;
  width: 100%;
}
.list-main .item dd > .box {
  margin-left: 213px;
  min-height: 158px;
  padding-left: 15px;
}
.list-main .item .priceWrap {
  float: right;
  margin-left: -115px;
  position: relative;
  width: 115px;
}
.list-main .item .info {
  float: left;
  width: 100%;
}
.list-main .item .info li {
  height: 22px;
  line-height: 22px;
  padding-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-main .item .info li b {
  color: #000;
  font-weight: normal;
  padding-right: 5px;
}
.list-main .item .info li span {
  border: 1px solid #FF7C7A;
  color: #FF7C7A;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-right: 7px;
  padding: 0 4px;
}
.list-main .item .inner {
  color: #888;
  line-height: 20px;
  margin-right: 115px;
  padding-right: 35px;
}
.list-main .item h4 {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  padding-bottom: 4px;
}
.list-main .item h4 a {
  /*color: #3aa400;*/
  /*font-weight: 700;*/
}
.list-main .item h4 a:hover {
  text-decoration: underline;
}
.list-main .item h4 b {
  background: url(../images/division.gif) no-repeat right 5px;
  color: #328605;
  display: inline-block;
  font-weight: normal;
  padding-right: 7px;
  margin-right: 7px;
}
.list-main .item .price {
  color: #888;
  height: 28px;
  line-height: 28px;
  padding-top: 5px;
  text-align: left;
}
.list-main .item .price i {
  color: #FF7800;
}
.list-main .item .price em {
  color: #FF7800;
  bottom: -2px;
  font-size: 24px;
  padding: 0 2px;
  position: relative;
}
.list-main .item .discountInfo {
  padding-top: 15px;
  width: 100%;
}
.list-main .item .discountInfo li {
  float: left;
  margin-bottom: 10px;
  height: 20px;
  width: 115px;
}
.list-main .item .discountInfo li .bonus {
  color: #ff7800;
  border: 1px solid #f4e09d;
  display: inline;
  padding: 0 5px;
  border-radius: 3px;
}
.list-main .item .preHover {
  position: relative;
  cursor: pointer;
}
.list-main .item .preHover .preBox {
  display: none;
  cursor: auto;
  padding-top: 8px;
  position: absolute;
  top: 18px;
  left: -1px;
  z-index: 50;
}
.list-main .item .preHover .preBox .box {
  background: #FFFCE5;
  border: 1px solid #FFCE88;
  border-radius: 3px;
  padding: 0 10px;
  position: relative;
  width: 265px;
}
.list-main .item .preHover .preBox .bg {
  background: url(../images/prehover.png) no-repeat 0 0;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 12px;
  width: 8px;
}
.list-main .item .preHover .preBox h5.title {
  border-bottom: 1px solid #FFDBB2;
  color: #F60;
  height: 18px;
  line-height: 18px;
  padding: 8px 0;
  text-align: left;
}
.list-main .item .preHover .preBox .content {
  color: #754;
  line-height: 20px;
  padding: 8px 0;
}
.list-main .item .preHover .preBox .content p {
  float: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.list-main .item .preHover:hover .preBox {
  display: block;
}
.list-main .item .orderLink {
  background: #f80;
  color: #FFF;
  display: block;
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.list-main .item .orderLink:hover {
  background: #f60;
}
.list-main .item:hover {
  background: #FFF5ED;
  border-color: #FA8D00;
}
.list-main .item:hover img {
  transform: scale(1.1);
}
.list-main .item:hover dt .btnBox {
  display: block;
}
