*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #F8F8F8;
	font-size: 14px;
	color: #666;
	font-family:"微软雅黑","Microsoft Yahei","宋体","Arial, Helvetica, sans-serif";
}
ul,li{
	list-style-type:none;
}
a{
	text-decoration:none;
	color:#333;
}
.clear{
	clear: both;
}
.hide{
	display: none;
}
.page{
  background-color: #FFF;
}
.pageTitle{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  background: url(../../images/back.png) no-repeat center left 10px;
  background-size: 20px 20px;
  background-color: #FFF;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #666;
  z-index: 999;
}
.pageTitle2{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  background-color: #FFF;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #666;
  border-bottom:1px #e8e8e8 solid;
  z-index: 999;
}
.footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 66px;
	border-top: #E8E8E8;
	background-color: #FFF;
  border-top: 1px #f8f8f8 solid;
}
.footer .bottomMneu{
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.footer .bottomMneu .menuLi{
	width: 25%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.footer .bottomMneu .menuLi .menu-icon{
	width: 100%;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
}
.footer .bottomMneu .menuLi .menu-icon img{
	width: 25px;
	height: 25px;
}
.footer .bottomMneu .menuLi .menuName{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.footer .bottomMneu .menuLi .active{
	color: #DD0A12;
}
.main{
	width: 100%;
	margin:auto;
	display: flex;
	flex-direction: column;
}
.main .search{
	width: 94%;
	margin:auto;
	height: 26px;
	line-height: 26px;
	margin-top: 55px;
	background-color: #FFF;
	border-radius: 5px;
	font-size: 12px;
	color: #999;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.main .search .search-icon{
	width: 26px;
	line-height: 26px;
	height: 26px;
}
.main .search .search-icon img{
	width: 16px;
	height: 16px;
}
.main .search .search-title{
	width: 100px;
	line-height: 26px;
	height: 26px;
  font-size: 12px;
}
.main .indexBaner{
	width: 100%;
	margin-top: 10px;
}
.main .indexBaner .swiper-container {
  width: 100%;
  height: 100%;
}
.main .indexBaner .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .indexBaner .swiper-container .swiper-slide img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

.main .gonggao{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #FFF;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	position: relative;
}
.main .gonggao .news-icon{
	position: absolute;
	top: 0px;
	left: 10px;
	bottom: 0px;
	width: 30px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.main .gonggao .news-icon img{
	width: 20px;
	height: 20px;
}
.main .gonggao .news-title{
	position: absolute;
	top: 0px;
	left: 40px;
	bottom: 0px;
	right: 50px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.main .gonggao .news-title li{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color:#666;
}
.main .gonggao .news-more{
	position: absolute;
	top: 0px;
	right: 10px;
	bottom: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 12px;
	color: #999;
}
.main .indexType{
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #FFF;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  box-sizing: border-box;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .indexType .typeTitle{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 25px;
  line-height: 25px;
}
.main .indexType .typeTitle .ico-icon{
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #DD0A12;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-radius: 2.5px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.main .indexType .typeTitle .title{
  margin-left: 5px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #666;
  font-weight: bold;
}
.main .indexType .typeMore{
  display: flex;
  height: 25px;
  line-height: 25px;
  justify-content: flex-end;
  flex-direction: row;
}
.main .indexType .typeMore .more{
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: url('data:image/png;base64,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') no-repeat center center;
  background-size: 18px 18px;
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.main .indexType .typeMore .moretitle{
  font-size: 13px;
  color: #999;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
}
.main .proul{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.main .proul .proli{
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
  background-color: #FFF;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  position: relative;
  margin-bottom: 10px;
  height: 105px;
}
.main .proul .proli .proimg{
  position: absolute;
  top: 7.5px;
  left: 2%;
  bottom: 7.5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
}
.main .proul .proli .proimg img{
  width: 90px;
  height: 90px;
  border-radius:5px;
}
.main .proul .proli .promain{
  position: absolute;
  top: 7.5px;
  bottom: 7.5px;
  right: 2%;
  left: 110px;
  height: 90px;
  line-height: 90px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.main .proul .proli .promain .proname{
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .proul .proli .promain .priNums{
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.main .proul .proli .promain .priNums .priceMarket{
	height: 30px;
  line-height: 30px;;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.main .proul .proli .promain .priNums .priceMarket .pjia{
	font-size: 14px;
  font-weight: bold;
  color: #FF475E;
}
.main .proul .proli .promain .priNums .priceMarket .pjiamar{
	  font-size: 12px;
    color: #999;
    text-decoration: line-through;
    text-indent: 10px;
    margin-left:0px;
}
.main .proul .proli .promain .xiangtuan{
  position: absolute;
  bottom: 7.5px;
  right: 2%;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #DD0A12;
  font-size: 12px;
  color: #FFF;
  border-radius: 5px; 
}








.main .proul .proli .promain .jiage{
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 22px;
}
.main .proul .proli .promain .jiage .market{
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  text-decoration:line-through;
  text-indent: 10px;
}
.main .proul .proli .promain .jiage .price{
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #FF475E;
  display: flex;
  flex-direction: row;;
  justify-content: flex-start;
}
.main .proul .proli .promain  .jiage .price h5{
  font-size: 14px;
  font-weight: bold;
}
.main .proul .proli .bargain{
  position: absolute;
  bottom: 7.5px;
  right: 2%;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #DD0A12;
  font-size: 12px;
  color: #FFF;
  border-radius: 12.5px;
}
.main .proul .proli .bargain{
  position: absolute;
  bottom: 7.5px;
  right: 2%;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #DD0A12;
  font-size: 12px;
  color: #FFF;
  border-radius: 12.5px;
}
.main .proul .proli .sharing{
  position: absolute;
  bottom: 7.5px;
  right: 2%;
  left:10px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #DD0A12;
  font-size: 12px;
  color: #FFF;
  border-radius: 12.5px;
}
.main .topbg{
  width: 100%;
  height: 180px;
  background: linear-gradient(-128deg, #ff6d6d, #ff3636);
  position: relative;
}
.main .topbg .touxiang{
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .topbg .erweima{
  position: absolute;
  top: 35px;
  bottom: 35px;
  right: 20px;
  width: 30px;
  height: 80px;
  z-index: 888;
  line-height: 80px;
}
.main .topbg .erweima img{
  width: 30px;
  height: 30px;
}
.main .topbg .touxiang img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.main .topbg .userinfor{
	position: absolute;
	top: 35px;
	bottom: 35px;
	left: 110px;
	right: 20px;
	height: 80px;
	line-height: 80px;
	display: flex;
	flex-direction: column;
}
.main .topbg .userinfor .login{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
	overflow: hidden;
}
.main .topbg .userinfor .realname{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
}
.main .orderList{
  width: 96%;
  margin: auto;
  margin-top: -45px;
  background-color: #FFF;
  border-radius: 2.5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  z-index: 100;
}
.main .orderList .title{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px #e6e6e6 solid;
  overflow: hidden;
}
.main .orderList .title .titleFont{
  height: 35px;
  line-height: 35px;
  font-weight: 500;
}
.main .orderList .title .titleMore{
  height: 35px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main .orderList .title .titleMore .more212{
  font-size: 12px;
  color: #999;
  height: 35px;
  line-height: 35px;
}
.main .orderList .title .titleMore .ico-more{
  width: 22.5px;
  height: 35px;
  line-height: 35px;
}
.moreIco{
  background: url('data:image/png;base64,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') no-repeat center center;
  background-size: 18px 18px;
}
.main .orderList .list{
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .orderList .list .orderli{
  width: 20%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .orderList .list .orderli .state{
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
}
.main .orderList .list .orderli .state img{
  width: 20px;
  height: 20px;
}
.main .orderList .list .orderli .state .nums{
  position: absolute;
  top: 0px;
  right: 15px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  background-color: #DD0A12;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  border-radius: 100%;
  overflow: hidden;
}
.main .orderList .list .orderli .statetitle{
  width: 100%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 5px;
}
.main .moeryList{
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .moeryList .moery{
  width: 70%;
  height: 50px;
  line-height: 50px;
  border-right: 1px #e6e6e6 solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.main .moeryList .mymoney{
  width: 28%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.main .moeryList .moery .liyue{
  width: 50%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .moeryList .moery .liyue .yue{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #DD0A12;
  overflow: hidden;
}
.main .moeryList .moery .liyue .bizhong{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #8a8a8a;
}
.main .moeryList .mymoney .moneyIco{
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}
.main .moeryList .mymoney .moneyIco img{
  width: 20px;
  height: 20px;
}
.main .moeryList .mymoney .moneyTitle{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #8a8a8a;
}
.main .menuList{
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.main .menuList .menuli{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}
.main .menuList .menuli .gengduo{
  width: 20px;
  height: 45px;
  line-height: 45px;
}
.main .menuList .menuli .titleico{
  display: flex;
  flex-direction: row;
  height: 45px;
  line-height: 45px;
}
.main .menuList .menuli .titleico .menuico{
  width: 20px;
  height: 45px;
  line-height: 45px;
}
.main .menuList .menuli .titleico .menuico img{
  width: 20px;
  height: 20px;
}
.main .menuList .menuli .titleico .menutitle{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #8a8a8a;
  margin-left: 10px;
}
.main .paixu{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
}
.main .paixu .paixuli{
	width: 33.33%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.main .paixu .active{
	color: #DD0A12;
}
.main .company{
  width: 94%;
  margin:auto;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.main .company img{
  width: 100%;
}
.marginTop{
  margin-top: 45px;
}
.main .saleMiddel{
  width: 94%;
  margin:auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .saleMiddel .sale-cion{
  width: 128px;
  height: 128px;
  margin:auto;
}
.main .saleMiddel .sale-cion img{
  width: 128px;
  height: 128px;
}
.main .userMenu{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .userMenu .userMenuLi{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #E8E8E8 solid;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-sizing: border-box;
}
.main .userMenu .userMenuLi a{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .userMenu .userMenuLi .userMenuLi-icon{
  width: 20px;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
}
.main .userMenu .userMenuLi .userMenuLi-icon img{
  width: 20px;
  height: 20px;
  line-height: 45px;
}
.main .userMenu .userMenuLi .userMenuLi-title{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #666;
}
.back{
  background: url(../../images/back.png) no-repeat center left 10px;
  background-size: 20px 20px;
}
.more{
  background: url(../../images/more.png) no-repeat center right 10px;
  background-size: 18px 18px;
}
.more2{
  background: url(../../images/more2.png) no-repeat center right 10px;
  background-size: 18px 18px;
}
.main .wherelist{
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.main .wherelist .whereli{
  width: 100%;
  margin-top: 10px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.main .wherelist .whereli .name_dianhua{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
}
.main .wherelist .whereli .name_dianhua span{
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
}
.main .wherelist .whereli .dizhi{
  width: 100%;
  padding-right: 30px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  box-sizing: border-box;
}
.main .wherelist .whereli .dizhi span{
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #009688;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
}
.main .wherelist .whereli .editor{
  position: absolute;
  top: 30px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 25px;
  text-align: center;
}
.main .wherelist .whereli .editor img{
  width: 17.5px;
  height: 17.5px;
}
.main .bottomBrn{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #DD0A12;
  color: #FFF;
  font-size: 14px;
}
.main .qingList{
  width: 92%;
  margin:auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.main .qingList .caiwu{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  font-weight:bold;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .qingList .caiwu div b{
  font-size: 14px;
  margin-left: 10px;
}
.main .qingList .qingUl{
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .qingList .qingUl .qingLi{
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px #E8E8E8 solid;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.main .qingList .qingUl .qingLi .content{
  width: 100%;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.main .qingList .qingUl .qingLi .content span{
  float: right;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
}
.main .qingList .qingUl .qingLi .content2{
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.main .qingList .qingUl .qingLi .content2 span{
  float: right;
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.main .qingList .qingUl .qingLi .datatitle{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .qingList .qingUl .qingLi .datatitle .oldyue{
  width: 33.33%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
}
.main .qingList .qingUl .qingLi .datatitle .biandong{
  width: 33.33%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.main .qingList .qingUl .qingLi .datatitle .newyue{
  width: 33.33%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-align: right;
}
.main .qingList .qingUl .qingLi .data{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .qingList .qingUl .qingLi .data .oldyue{
  width: 33%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
}
.main .qingList .qingUl .qingLi .data .biandong{
  width: 33%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
}
.main .qingList .qingUl .qingLi .data .newyue{
  width: 33%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-align: right;
}
.main .nodata{
  width: 192px;
  margin:auto;
  height: 192px;
  line-height: 192px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}
.main .nodata img{
  width: 100%;
  height: 100%;
}
.main .nodata h3{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-align: center;
  font-weight: normal;
}
.main .money-icon{
  width: 270px;
  margin:auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.main .money-icon img{
  width: 100%;
  height: 100%;
}
.main .tixian{
  width: 270px;
  margin:auto;
  height: 45px;
  line-height: 45px;
  margin:auto;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #DD0A12;
  text-align: center;
  color: #FFF;
}
.main .moneytitle{
  width: 94%;
  margin: auto;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin-bottom: 20px;
}
.main .money{
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.main .money .moneyLi{
  width: 50%;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px #e8e8e8 solid;
  border-right: 1px #e8e8e8 solid;
  box-sizing: border-box;
}
.main .money .moneyLi .yue{
  width: 100%;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}
.main .money .moneyLi .yuetitle{
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #999;
  overflow: hidden;
}
.color1{
  color: #DD0A12;
}
.color2{
  color: #FFB800;
}
.main .newslit{
  width: 94%;
  margin:auto;
  display: flex;
  margin-top: 10px;
  margin-bottom: 60px;
  flex-direction: column;
}
.main .newslit .newsli{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #E8E8E8 solid;
  background: url(../../images/more.png) no-repeat center right 10px;
  background-size: 18px 18px;
  font-size: 14px;
  color: #666;
}
.main .goodimg{
    width: 100%;
    height: auto;
    position: relative;
}
.main .goodimg .zhongjiang{
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  z-index: 9999;
}
.main .goodimg .zhongjiang2{
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  z-index: 9999;
}
#scroll_div,#scroll_div2 {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: #FFF;
  text-align: center;
}
#scroll_begin,#scroll_end,#scroll_begin2,#scroll_end2 {
  display: inline;
  height: 45px;
  line-height: 45px;
}
.pad_right {
  margin-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(234,67,53,0.6);
  color: #fff;
}
.pad_right2 {
  margin-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0,0,0,0.6);
}






.main .goodimg .swiper-container {
  width: 100%;
  height: 100%;
}
.main .goodimg .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .goodimg .swiper-container .swiper-slide img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

.main .goodprice{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #DD0A12;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.main .goodprice .pricemain{
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .goodprice .pricemain .price-icon{
  font-size: 14px;
  color: #FFF;
  height: 14px;
  line-height: 14px;
  vertical-align: bottom;
  margin-top: 20px;
}
.main .goodprice .pricemain .price-jine{
  font-size: 28px;
  color: #FFF;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
}
.main .goodprice .pricemain .market-nums{
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
}
.main .goodprice .pricemain .market-nums .market{
  font-size: 13px;
  height: 15px;
  line-height: 15px;
  color: #FFF;
}
.main .goodprice .pricemain .market-nums .sharing{
  height: 20px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.main .goodprice .pricemain .market-nums .sharing .tishi{
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  background-color: #FFF;
  color: #DD0A12;
}
.main .goodprice .pricemain .market-nums .sharing .xiaoliang{
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  color: #FFF;
}
.main .goodtitle{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main .goodtitle .share{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.main .goodtitle .share img{
  width: 25px;
  height: 25px;
}
.main .goodtitle .proname{
  width: 90%;
  min-height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .goodtitle .proname .numsspan{
  height: 20px;
  line-height: 20px;
  background-color: #DD0A12;
  color: #FFF;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 2px;
  width: 40px;
  text-align: center;
}
.main .goodtitle .maidian{
  width: 100%;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  color: #DD0A12;
  overflow: hidden;
  margin-top:5px;
}
.main .guize{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.main .guize .guititle{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.main .guize .buzhou{
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .guize .buzhou .firstone{
  width: 20%;
  height: 60px;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .guize .buzhou .firstone .circle{
  width: 35px;
  margin: auto;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  border:1px #e8e8e8 dashed;
  font-size: 18px;
  color: #333;
}
.main .guize .buzhou .firstone .buti{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  overflow: hidden;
}
.main .goodinfor{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.main .goodinfor .maioshu{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px #e8e8e8 solid;
  box-sizing: border-box;
}
.main .goodinfor .goodcontent{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  line-height: 24px;
  margin-top: 10px;
  min-height: 100px;
  margin-bottom: 80px;
}
.main .goodinfor .goodcontent img{
  width: 100%;
}
.goodMenu{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  border-top: 1px #E8E8E8 solid;
  box-sizing: border-box;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.goodMenu .menuindex{
  width: 15%;
  height: 45px;
  line-height: 45px;
    box-sizing: border-box;
  border-right: 1px #E8E8E8 solid;
}
.goodMenu .menuindex img{
  width: 25px;
  height: 25px;
}
.goodMenu .menusc{
  width: 15%;
  height: 45px;
  line-height: 45px;
}
.goodMenu .menusc img{
  width: 25px;
  height: 25px;
}
.goodMenu .menupay{
  width: 70%;
  height: 45px;
  line-height: 45px;
  background-color: #DD0A12;
  color: #FFF;
  display: flex;
  flex-direction: column;
}
.goodMenu .menupay .jine{
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 5px;
}
.goodMenu .menupay .pay{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  overflow: hidden;
}
.main .flowwhere{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  height: auto;
}
.main .flowwhere .whereinfor{
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.main .flowwhere .whereinfor .whereico{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  bottom: 0px;
  text-align: center;
}
.main .flowwhere .whereinfor .whereico img{
  width: 20px;
  height: 20px;
}
.main .flowwhere .whereinfor .wheremain{
  width: 100%;
  padding-left: 35px;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 30px;
}
.main .flowwhere .whereinfor .whereico2{
  background:url(../../images/more.png) no-repeat center right;
  background-size: 20px 20px;
}
.main .flowwhere .whereinfor .wheremain .shou-dian{
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 14px;
  color: #333;
}
.main .flowwhere .whereinfor .wheremain .dizhi{
  width: 100%;
  line-height: 20px;
  font-size: 13px;
  color: #999;
}
.main .flowgood{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  margin-top: 10px;
}
.main .flowgood .flowinfor{
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.main .flowgood .flowinfor .flowimg{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .flowgood .flowinfor .flowimg img{
  width: 80px;
  height: 80px;
}
.main .flowgood .flowinfor .flowname{
  position: absolute;
  top: 0px;
  left: 90px;
  right: 0px;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}
.main .flowgood .flowinfor .flowprice2{
  position: absolute;
  bottom: 20px;
  left: 90px;
  right: 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main .flowgood .flowinfor .flowprice2 .fontsize2{
  font-size: 14px;
  color: #DD0A12;
}
.main .flowgood .flowinfor .flowprice{
  position: absolute;
  bottom: 0px;
  left: 90px;
  right: 0px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .flowgood .flowinfor .flowprice .fontsize{
  font-size: 14px;
  color: #DD0A12;
}
.main .flowgood .heji{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-top: 1px #e8e8e8 solid;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  text-align: right;
}
.main .flowgood .heji span{
  color: #DD0A12;
}
.main .paytype{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #FFF;
  box-sizing: border-box;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .paytype .paytitler{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px #e8e8e8 solid;
  overflow: hidden;
}
.main .paytype .payul{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .paytype .payul .payli{
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  color: #666;
  box-sizing: border-box;
  border-bottom: 1px #f1f1f1 solid;
  overflow: hidden;
}
.main .paytype .payul .dui{
  background:url(../../images/dui.png) no-repeat center right;
  background-size: 20px 20px;
}
.main .paytype .payul .payli .payicon{
  width: 35px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
}
.main .paytype .payul .payli .payicon img{
  width: 20px;
  height: 20px;
}
.main .message{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #FFF;
  box-sizing: border-box;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 60px;
  font-size: 14px;
  color: #666;
}
.main .message textarea{
  width: 100%;
  min-height: 60px;
  border:0px;
  line-height: 24px;
}
.paybtn{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  border-top: 1px #e8e8e8 solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FFF;
}
.paybtn .allmoney{
  width: 70%;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  padding-left: 10px;
  box-sizing: border-box;
}
.paybtn .allmoney .span1{
  font-size: 13px;
  color: #DD0A12;
}
.paybtn .paysub{
  width: 30%;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  box-sizing: border-box;
  color: #FFF;
  background-color: #DD0A12;
  text-align: center;
  border:0px;
}
.main .loginout{
  width: 94%;
  margin:auto;
  margin-top: 80px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: 1px #e8e8e8 solid;
  text-align: center;
  font-synthesis: 14px;
  color: #666;
}
.main .tabTop{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  background-color: #FFF;
  text-align: center;
  box-sizing: border-box;
}
.main .tabTop li{
  width: 33.33%;
  text-align: center;
}
.main .tabTop .act{
  color: #DD0A12;
  border-bottom: 1px #DD0A12 solid;
}
.main .orderlist{
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main .orderlist .orderli{
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  background-color: #FFF;
  border-radius: 5px;
}
.main .orderlist .orderli .statetitle{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #DD0A12;
  text-align: right;
  border-bottom: 1px #F5F5F5 solid;
}
.main .orderlist .orderli .prolist{
  width: 100%;
  margin-top: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  border-bottom: 1px #F5F5F5 solid;
}
.main .orderlist .orderli .prolist .pli{
  width: 100%;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.main .orderlist .orderli .prolist .pli .pimg{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .orderlist .orderli .prolist .pli .pimg img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.main .orderlist .orderli .prolist .pli .proname{
  position: absolute;
  top: 0px;
  left: 85px;
  right: 50px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .orderlist .orderli .prolist .pli .price{
  position: absolute;
  bottom: 0px;
  left: 85px;
  right: 50px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .orderlist .orderli .prolist .pli .pnums{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.main .orderlist .orderli .tongji{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  text-align: right;
  overflow: hidden;
  border-bottom: 1px #F5F5F5 solid;
}
.main .orderlist .orderli .tongji span{
  color: #000;
  font-weight: bold;
}
.main .orderlist .orderli .deal{
  width: 100%;
  height: 45px;
  line-height: 45px;
  display:flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main .orderlist .orderli .deal span{
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px #686868 solid;
  font-size: 14px;
  color: #686868;
  margin-top: 9.5px;
  border-radius: 15px;
  margin-left: 10px;
}
.main .orderlist .orderli .deal .bc{
  color: #DD0A12;
  border: 1px #DD0A12 solid;
}
.main .liuyan{
  width: 100%;
  background-color: #FFF;
  padding-top: 10PX;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.main .liuyan h4{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  border-bottom: 1px #e8e8e8 solid; 
  font-size: 14px;
  color:#333;
  font-weight: bold;
}
.main .liuyan .liumsg{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  min-height: 50px;
  line-height: 24px;
  color: #666;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 10px;
}
.main .orderinforUl{
  width: 100%;
  margin-top: 10px;
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  margin-bottom: 80px;
}
.main .orderinforUl .orderinforLi{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.textleft{
  text-align: left;
  color: #999;
}
.textright{
  text-align: right;
}
.main .orderinforState{
  width: 100%;
  height: 140px;
  line-height: 140px;
  background: linear-gradient(-113deg, #ef86ff, #b66ff5);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main .orderinforState .car{
  width: 140px;
  height: 100px;
  margin-top: 20px;
  margin-right: 40px;
}
.main .orderinforState .car img{
  width: 100%;
  height: 100%;
}
.main .orderinforState .zhuangtai{
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #FFF;
  margin-top: 20px;
}
.main .tibi{
  width: 92%;
  margin:auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .tibi .timain{
  width: 100%;
  margin:auto;
  margin-top: 10px;
  background-color: #FFF;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.main .tibi .timain .tishuo{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  border-left:2px #26B298 solid;
  box-sizing: border-box;
  text-indent: 10px;
}
.main .tibi .timain .zhuanping{
  width: 100%;
  border-bottom: 1px #e8e8e8 solid;
  height: 160px;
  line-height: 160px;
  text-align: center;
  margin-bottom: 20px;
}
.main .tibi .timain .zhuanping img{
  width: 100px;
  height: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main .tibi .timain .qianbaodi{
  width: 100%;
  border-bottom: 1px #e8e8e8 solid;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.main .tibi .timain .qianbaodi input,.main .tibi .timain .qianbaodi select{
  width: 94%;
  margin:auto;
  height: 55px;
  line-height: 55px;
  border: 0px;
  font-size: 14px;
}
.main .tibi .timain .qianbaodi .saoyisao{
  position: absolute;
  top: 0px;
  right: 10px;
  width: 30px;
  background-color: #FFF;
  height: 55px;
  line-height: 55px;
  text-align: center;
}
.main .tibi .timain .qianbaodi .saoyisao img{
  width: 25px;
  height: 25px;
  line-height: 55px;
}
.main .tibi .timain .qianbaodi .allbi{
  position: absolute;
  top: 0px;
  right: 10px;
  width: 50px;
  background-color: #FFF;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.main .tibi .timain .qianbaodi .beizhu{
  width: 94%;
  margin:auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.main .tibi .timain .qianbaodi .passcode{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #26B298;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.main .tibi .btn{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  border: 1px #26B298 solid;
  text-align: center;
  font-size: 16px;
  color: #26B298;
  margin-top: 20px;
}
.main .tibi .tixianjilu{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 40px;
}
.main .searchMiddle{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.main .searchMiddle .sousuo{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border:1px #e8e8e8 solid;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .searchMiddle .sousuo .shuru{
  width: 80%;
  height: 43px;
  line-height: 43px;
  border:0px;
  font-size: 14px;
  padding-left: 10px;
  color: #666;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
}
.main .searchMiddle .sousuo .searchBtn{
  width: 20%;
  height: 43px;
  line-height: 43px;
  border:0px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  background-color: #DD0A12;
  text-align: center;
}
.main .problemlist{
  width: 94%;
  margin:auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .problemlist .problemli{
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.main .problemlist .problemli .protitle{
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.main .problemlist .problemli .time_state{
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
}
.main .problemlist .problemli .time_state .state{
  color: #DD0A12;
}
.main .problemlist .problemli .reply{
  width: 100%;
  margin-top: 10px;
  border-top: 1px #e8e8e8 solid;
}
.main .problemlist .problemli .reply .replyName{
  width: 100%;
  padding: 15px 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.main .problemlist .problemli .reply .replyName b{
  font-weight: normal;
  color: #FF1100;
}
.insertPro{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(-113deg, #ef86ff, #b66ff5);
  text-align: center;
  font-size: 22px;
  color: #FFF;
  border-radius: 100%;
  font-weight: bold;
}
.main .share{
  width: 94%;
  margin:auto;
  margin-top: 10px;
  height: auto;
  position: relative;
}
.main .share img{
  width: 100%;
}
.main .share .yaoqingma{
    position: absolute;
    bottom: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    left:20%;
    right: 20%;
    color:#FFF;
}
.main .share .yaoqingma2{
    position: absolute;
    bottom: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    left:20%;
    right: 20%;
    color:#FFF;
    background-color: #000;
}
.main .team{
  width: 94%;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .team .topteam{
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #FFF;
  border-radius: 10px;
  background: linear-gradient(-141deg, #f7d059, #fdb054);
}
.main .team .teamNums{
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.main .team .teamNums .teamNumsLi{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.main .team .teamNums .teamNumsLi b{
  color: #666;
}
.main .team .zhituiul{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .team .zhituiul .zhituili{
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #FFF;
  position: relative;
  height: 100px;
  line-height: 100px;
}
.main .team .zhituiul .zhituili .zhituiimg{
  position: absolute;
  top:10px;
  left: 10px;
  bottom: :10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .team .zhituiul .zhituili .zhituiimg img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.main .team .zhituiul .zhituili .zhituiinfor{
  position: absolute;
  top:10px;
  left: 100px;
  right: 10px;
  bottom: 10px;
  height: 80px;
  line-height: 80px;
  display: flex;
  flex-direction: column;
}
.main .team .zhituiul .zhituili .zhituiinfor p{
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color:#666;
}
.main .goodbunums{
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 10px;
}
.main .goodbunums .nums-ren{
  display: flex;
  flex-direction: column;
  height: 60px;
  line-height: 60px;
}
.main .goodbunums .nums-ren .nums-icon,.main .goodbunums .nums-ren .ren-icon{
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: auto;
}
.main .goodbunums .nums-ren .nums-icon img,.main .goodbunums .nums-ren .ren-icon img{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
}
.main .goodbunums .nums-ren .renTitle{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  text-align: center;
  overflow: hidden;
}
.main .bobaoTitle{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  height: 45px;
  line-height: 45px;
  background-color: #FFF;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #FF1100;
  font-weight: bold;
  border-bottom: 1px #e8e8e8 solid;
}
.main .boul{
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 225px;
  overflow: hidden;
}
.main .boul .boli{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .boul .fc{
  color:#FF1100;
}

.main .onpay{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.main .onpay .onpayli{
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px #e8e8e8 solid;
  display: flex;
  flex-direction: flex-start;
}
.main .onpay .onpayli .onpayIcon{
  width: 35px;
  height: 55px;
  line-height: 55px;
}
.main .onpay .onpayli .onpayIcon img{
  width: 35px;
  height: 35px;
}
.main .onpay .onpayli .onpayType{
  padding-left: 10px;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #666;
}
.main .onpay .dui{
  background:url(../../images/dui.png) no-repeat center right;
  background-size: 20px 20px;
}
.main .tishuoming{
    width: 92%;
    margin: auto;
    margin-top: 10px;
    color: #FF1100;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.main .develyType{
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  background-color: #FFF;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-bottom: 10px;
}
.main .develyType .Dtli{
  width: 50%;
  height: 45px;
  line-height: 45px;
}
.main .develyType .actice{
  border-bottom: 1px #DD0A12 solid;
}
.main .ziti{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  height: auto;
  display: flex;
  flex-direction: column;
}
.main .ziti .zitiinput{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border:1px #E8E8E8 solid;
  border-radius: 3px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
.main .ziti .zitiinput input{
  width: 100%;
  height: 40px;
  line-height: 40px;
  border:0px;
}
.main .zhuankuan{
  width: 92%;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .zhuankuan .shoukuan{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #DD0A12;
  overflow: hidden;
}

.main .zixun{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 80px;
  margin-top: 55px;
}
.main .zixun .zixunli{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px #e6e6e6 solid;
  position: relative;
}
.main .zixun .zixunli .zixunimg{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .zixun .zixunli .zixunimg img{
  width: 80px;
  height: 80px;
}
.main .zixun .zixunli .zixuntitle{
  position: absolute;
  top: 10px;
  left: 90px;
  right: 0px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .zixun .zixunli .zixunzhai{
  position: absolute;
  top: 40px;
  left: 90px;
  right: 0px;
  height: 50px;
  line-height: 25px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .toptitle{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  background-color: #DD0A12;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  z-index:9999;
}

.main .goodnums{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
}
.main .goodnums .numstitle{
  height: 40px;
  line-height: 40px;
  font-synthesis: 14px;
  color: #333;
}
.main .goodnums .jiaonums{
  width: 120px;
  height: 35px;
  line-height: 35px;
  border:1px #e8e8e8 solid;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .goodnums .jiaonums .jiajian{
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.main .goodnums .jiaonums .shuliang{
  width: 50px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  border-left: 1px #e8e8e8 solid;
  border-right: 1px #e8e8e8 solid;
}
.main .goodnums .jiaonums .shuliang input{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0px;
  text-align: center;
}
.main .indexmain{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 10px;
}
.main .indexmain .menutop{
  width: 25%;
  height: 80px;
  line-height: 80px;
  margin-bottom: 10px;
  text-align: center;
}
.main .indexmain .menutop .menutopico{
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.main .indexmain .menutop .menutopico img{
  width: 45px;
  height: 45px;
}
.main .indexmain .menutop .menutoptitle{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
}