* {
  box-sizing: border-box;
}

body {
  background-color: #F1F1F1;
}
div.topsearch div.search button.search-btn {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    position: absolute;
    left: 0.6rem;
    bottom: 0.4rem;
    width: .31rem;
    height: .31rem;
    background: url(/web_screen/images/workstation/pic-search01.png);
    background-size: .31rem;
}
div.topsearch {
  padding: 0 0.3rem;
  width: 100%;
  height: 1.2rem;
  background-color: #16AC55;
  z-index: 9998;
  position: fixed;
  margin-top: 0;
}
div.topsearch div.search {
  padding-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.2rem;
  position:relative;
}
div.topsearch div.search img.return {
  width: 0.26rem;
  height: 0.46rem;
}
div.topsearch div.search img.home {
  width: 0.52rem;
  height: 0.5rem;
}
div.topsearch div.search input[type="search"] {
  padding-left: 0.6rem;
  padding-right: 0.2rem;
  width: 85%;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.3);
  background-size: 0.3rem 0.3rem;
  background-repeat: no-repeat;
  background-position-x: 0.2rem;
  background-position-y: center;
  border-radius: 30px;
  text-indent: 0.2rem;
  font-size: 0.28rem;
  color: #FFFFFF;
  text-align: left;
  line-height: 0.6rem;
}
div.topsearch div.search input::-webkit-input-placeholder {
  padding-top: 0.1rem;
  font-size: 0.3rem;
  color: #FFFFFF;
  text-align: left;
}

div.tab {
  width: 100%;
  height: 0.7rem;
  background-color: #16AC55;
  z-index: 9998;
  position: fixed;
  margin-top: 1.2rem;
}
div.tab ul.tab-bar {
  position: relative;
  padding: 0 0.6rem;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.tab ul.tab-bar ul.more-list {
  position: absolute;
  bottom: -2.6rem;
  width: 2.5rem;
  height: 2rem;
  background-color: #16AC55;
}
div.tab ul.tab-bar li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
div.tab ul.tab-bar li img {
  width: 0.17rem;
  height: 0.1rem;
}
div.tab ul.tab-bar li span {
  display: inline-block;
  padding-bottom: 0.1rem;
  height: 0.44rem;
  font-size: 0.3rem;
  color: #FFFFFF;
  margin-right: 0.1rem;
}

ul.tab-bar li.on-click span {
  border-bottom: 2px solid #FFFFFF;
}
ul.tab-bar li.on-click img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

#sift {
  transform: none;
  width: 0.21rem;
  height: 0.25rem;
}

div.con ul.show-goods {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.16rem 0.3rem;
}
div.con ul.body1 {
    padding-top: 2rem;
}
div.con ul.body2 {
    padding-top: 1.4rem;
}
div.con ul.show-goods li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem;
  margin-bottom: 0.16rem;
  position: relative;
  width: 5rem;
  height: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.06rem;
}
div.con ul.show-goods li img.show-left {
  width: 1.8rem;
  height: 1.8rem;
}
div.con ul.show-goods li div.show-right {
  position: relative;
  width: 2.77rem;
  height: 1.7rem;
}
div.con ul.show-goods li h3.right-t {
  width: 2.7rem;
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.con ul.show-goods li span.right-t {
  width: 2.7rem;
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
div.con ul.show-goods li span.right-price {
  position: absolute;
  bottom: 0.3rem;
  left: 0rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: #FF0000;
  text-align: left;
}
div.con ul.show-goods li span.right-ass {
  position: absolute;
  bottom: 0rem;
  left: 0;
  font-size: 0.18rem;
  color: #A3A3A3;
  text-align: left;
}
div.con ul.show-goods li span.pay {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  display: inline-block;
  width: 0.88rem;
  height: 0.32rem;
  background-color: #FF0000;
  border-radius: 0.16rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.32rem;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  div.tab {
    width: 100%;
    height: 0.7rem;
    background-color: #16AC55;
  }
  div.tab ul.tab-bar {
    position: relative;
    padding: 0 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div.tab ul.tab-bar ul.more-list {
    position: absolute;
    bottom: -2.6rem;
    width: 2.5rem;
    height: 2rem;
    background-color: #16AC55;
  }
  div.tab ul.tab-bar li {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  div.tab ul.tab-bar li img {
    width: 0.13rem;
    height: 0.08rem;
  }
  div.tab ul.tab-bar li #sift {
    transform: none;
    width: 0.16rem;
    height: 0.19rem;
    margin-bottom: 0.03rem;
  }
  div.tab ul.tab-bar li span {
    display: inline-block;
    padding-bottom: 0.1rem;
    height: 0.44rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    margin-right: 0.1rem;
  }

  div.con ul.show-goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.16rem 0.2rem;
    margin-bottom: 1.2rem;
  }
    div.con ul.body1 {
        padding-top: 2rem;
    }

    div.con ul.body2 {
        padding-top: 1.4rem;
    }
  div.con ul.show-goods li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    margin-bottom: 0.16rem;
    position: relative;
    width: 3.75rem;
    height: 1.5rem;
    background-color: #FFFFFF;
    border-radius: 0.06rem;
  }
  div.con ul.show-goods li img.show-left {
    width: 1.35rem;
    height: 1.35rem;
  }
  div.con ul.show-goods li div.show-right {
    position: relative;
    width: 2.1rem;
    height: 1.25rem;
  }
  div.con ul.show-goods li h3.right-t {
    width: 2.1rem;
    font-size: 0.14rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.con ul.show-goods li span.right-t {
    width: 2.1rem;
    font-size: 0.14rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.con ul.show-goods li span.right-price {
    position: absolute;
    bottom: 0.3rem;
    left: 0rem;
    font-size: 0.18rem;
    font-weight: 600;
    color: #FF0000;
    text-align: left;
  }
  div.con ul.show-goods li span.right-ass {
    position: absolute;
    bottom: 0rem;
    left: 0;
    font-size: 0.14rem;
    color: #A3A3A3;
    text-align: left;
  }
  div.con ul.show-goods li span.pay {
    position: absolute;
    right: 0rem;
    bottom: 0rem;
    display: inline-block;
    width: 0.66rem;
    height: 0.22rem;
    background-color: #FF0000;
    border-radius: 0.12rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.2rem;
  }
  /*΅₯ΑΠ*/
  div.con1 ul.show-goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.16rem 0.2rem;
  }
  div.con1 ul.show-goods li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.1rem;
    margin-bottom: 0.16rem;
    position: relative;
    width: 7.7rem;
    height: 2rem;
    background-color: #FFFFFF;
    border-radius: 0.06rem;
  }
  div.con1 ul.show-goods li img.show-left {
    width: 1.7rem;
    height: 1.7rem;
  }
  div.con1 ul.show-goods li div.show-right {
    position: relative;
    width: 5.5rem;
    height: 1.6rem;
  }
  div.con1 ul.show-goods li h3.right-t {
    width: 5.5rem;
    font-size: 0.2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  div.con1 ul.show-goods li span.right-price {
    position: absolute;
    bottom: 0.35rem;
    left: 0rem;
    font-size: 0.28rem;
    font-weight: 600;
    color: #FF0000;
    text-align: left;
  }
  div.con1 ul.show-goods li span.right-ass {
    position: absolute;
    bottom: 0rem;
    left: 0;
    font-size: 0.2rem;
    color: #A3A3A3;
    text-align: left;
  }
  div.con1 ul.show-goods li span.pay {
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    display: inline-block;
    width: 1rem;
    height: .3rem;
    background-color: #FF0000;
    border-radius: 0.3rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.3rem;
  }
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  div.con ul.show-goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.16rem 0.3rem;
  }
    div.con ul.body1 {
        padding-top: 2rem;
    }

    div.con ul.body2 {
        padding-top: 1.4rem;
    }
  div.con ul.show-goods li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    margin-bottom: 0.16rem;
    position: relative;
    width: 7rem;
    height: 2rem;
    background-color: #FFFFFF;
    border-radius: 0.06rem;
  }
  div.con ul.show-goods li img.show-left {
    width: 1.8rem;
    height: 1.8rem;
  }
  div.con ul.show-goods li div.show-right {
    position: relative;
    width: 4.6rem;
    height: 1.7rem;
  }
  div.con ul.show-goods li h3.right-t {
    width: 4.6rem;
    font-size: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  div.con ul.show-goods li span.right-t {
    width: 4.6rem;
    font-size: 0.2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  div.con ul.show-goods li span.right-price {
    position: absolute;
    bottom: 0.4rem;
    left: 0rem;
    font-size: 0.3rem;
    font-weight: 600;
    color: #FF0000;
    text-align: left;
  }
  div.con ul.show-goods li span.right-ass {
    position: absolute;
    bottom: 0rem;
    left: 0;
    font-size: 0.24rem;
    color: #A3A3A3;
    text-align: left;
  }
  div.con ul.show-goods li span.pay {
    position: absolute;
    right: 0.1rem;
    bottom: 0rem;
    display: inline-block;
    width: 1.5rem;
    height: 0.38rem;
    background-color: #FF0000;
    border-radius: 0.16rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.38rem;
  }
}
#no-sc::-webkit-scrollbar {
  width: 0px;
}

html {
  -ms-overflow-style: none;
}

div.menu-con {
  position: relative;
  height: 80%;
}
div.menu-con .all-nav {
  display: block;
  margin-top: 0.2rem;
  position: absolute;
  top: -0.2rem;
  z-index: 90;
  width: 100%;
  height: 4.7rem;
  background-color: #FFFFFF;
}
div.menu-con .all-nav p {
  width: 100%;
  height: 0.4rem;
  color: #A3A3A3;
  font-size: 0.28rem;
  text-align: left;
  vertical-align: middle;
  line-height: 0.6rem;
  text-indent: 0.2rem;
}
div.menu-con .all-nav hr {
  border: none;
  background-color: #E5E5E5;
  width: 100%;
  height: 1px;
}
div.menu-con .all-nav ul:after {
  content: "";
  display: block;
  width: 4.2rem;
}
div.menu-con .all-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
div.menu-con .all-nav ul li.change-a {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-top: 0.4rem;
  width: 1.9rem;
  height: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  color: #1A1A1AF;
  text-align: center;
  vertical-align: middle;
  line-height: 0.5rem;
  box-sizing: border-box;
  border: solid 1px #E31536;
}

div.submit {
  margin: 0 auto;
  width: 40%;
  height: 0.4rem;
  background-image: -moz-linear-gradient(0deg, #fba152 1%, #e93b3d 100%);
  background-image: -webkit-linear-gradient(0deg, #fba152 1%, #e93b3d 100%);
  background-image: -ms-linear-gradient(0deg, #fba152 1%, #e93b3d 100%);
  border-radius: 0.4rem;
  font-size: 0.2rem;
  text-align: center;
  color: #FFFFFF;
  line-height: 0.4rem;
}

h3.change-right {
  margin-top: 0.5rem;
  width: 100%;
  height: 0.7rem;
  font-size: 0.24rem;
  background-color: #F1F1F1;
  text-align: center;
  line-height: 0.7rem;
  color: #333333;
}

#no-border {
  border: none;
}

/*# sourceMappingURL=list-style.css.map */
