.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  height:100vh;
  overflow: hidden;
}
.deliver {
  visibility: hidden;
}
.container .serch-container {
  display: flex;
  height: 0.3rem;
  width: 100%;
  margin: 0.05rem;
  box-sizing: border-box;
}
.container .title {
  font-size: 0.16rem;
}
.container .title a{
  color: #868686;
}
.container .serch-container .logo {
  height: 0.3rem;
  margin-right: 0.05rem;
  flex-basis: 1rem;
}
.container .search {
  text-align: left;
  width: 100%;
  position: relative;
}
.container .search form {
  height: 100%;
}
.container .search input {
  width: 100%;
  height: 100%;
  padding-left: 0.3rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.container .search i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  text-align: center;
  line-height: 0.3rem;
  color: #2895d8;
}
.container .content {
  width: 100%;
  height: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.container .content nav ul{
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.container .content nav ul li{
  margin:0 0.1rem;
  font-size: 0.14rem;
}
.container .content nav ul li.current span{
  font-size: 0.18rem;
  padding: 0.02rem 0;
  border-bottom: 0.02rem solid #E77818;
}
/* .container .factory-container {
  width: 100%;
  padding: 0.1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.container .factory-container li {
  width: 23%;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #f2f2f2;
  margin:1%;
}
.container .factory-container li a {
  color: #666;
  font-size:0.12rem;
}
.container ul.page-container  {
  display: flex;
}
.container .page-container li {
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  margin: 0.1rem 0.03rem;
  background-color: #f2f2f2;
}
.container .page-container li a {
  font-size: 0.12rem;
  color: #333;
}
.container .page-container li.active {
  background: #ff9900;
}
.container .page-container li.active a {
  color: #fff;
}
.content-detail {
  width: 100%;
  min-height: 0.4rem;
  height: auto;
  font-size: 0.12rem;
  line-height: 0.4rem;
  text-align: left;
  padding: 0 0.1rem;
  background-color: #fff;;
  box-sizing: border-box;
  color: #333;
}
.content-detail a{
  color:#151515;
  text-decoration: underline;
}
.content-detail a:active{
  color:#151515;
}
.content-list {
  width: 100%;
  min-height: 0.4rem;
  height: auto;
  font-size: 0.12rem;
  line-height: 0.4rem;
  text-align: left;
  padding: 0 0.1rem;
  color:#333;
  box-sizing: border-box;
}
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 0.13rem;
  padding: 0.05rem 0;
}
.section:last-child {
  border-bottom: none;
}
.section .section-name {
  padding: 0.02rem 0.1rem;
  height: 0.14rem;
  font-size: 0.14rem;;
}
.section ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}
.section ul li {
  width: 100%;
  height: 0.26rem;
  line-height: 0.26rem;
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  box-sizing: border-box;
}
.section ul li a {
  color: #666;
  font-size: 0.12rem;
}
.section .section-name .sign {
  align-items: center;
  display: inline-block;
  width: 0.05rem;
  height: 0.14rem;
  border-left: 3px solid #ff9900;
  vertical-align: middle;
}
.section .section-name a {
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}

.section .goods-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
.section .goods-container li{
  display: inline-block;
  width:33.3%;
  height: auto;
}
.section .goods-container li a{
  display: inline-block;
}
.section .goods-container li a .goods-img{
  width: 100%;
  height: 1rem;
}
.section .goods-container li a .goods-img img{
  width: 100%;
  height: 100%;
}
.section .goods-container li a .goods-detail{
  line-height: 0.16rem;
  min-height: 0.32rem;
  font-size: 0.12rem;
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .goods-container li a .goods-price{
  line-height: 0.24rem;
  font-weight: bold;
  font-size: 0.14rem;
  color: #FF7F00;
}

.car-detail {
  width: 100%;
  background-color: #fff;
}
.car-detail .car-detail-title {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  text-align: left;
  padding:0 0.1rem;
  font-size: 0.14rem;
  box-sizing: border-box;
}
.car-detail table {
  width: 100%;
  box-sizing: border-box;
  border-collapse:collapse;
  
}
.car-detail table tbody tr {
  height: 0.3rem;
  
}
.car-detail table tbody tr td {
  height: 0.46rem;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.14rem;
  
}
.car-detail table tbody tr td:nth-child(2n){
  width:30%;
  background-color:#fff;
  border-bottom: 0.01rem solid #f2f2f2;
}
.car-detail table tbody tr td:nth-child(2n-1){
  width: 20%;
  border-bottom: 0.01rem solid #f9f9f9;
  background-color: #f9f9f9;
}
.single{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.redpacket{
  padding:0.1rem 0.2rem;
}
.redpacket img{
  width: 100%;
  height: 100%;
}
 */
 .fix-block-r{
  width: 0.4rem;
  position: fixed;
  z-index: 5;
  right:0;
  bottom: 0.4rem;
  
}
.fix-block-r a{
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  background-color: #ff9900;

  font-size: 0.12rem;
  padding: 0.03rem;
  color: #fff;
  font-weight: bold;
}