*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #F6F6F6;
	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;
}
.more{
  background: url(../../images/more.png) no-repeat center right 10px;
  background-size: 18px 18px;
}
.clear{
	clear: both;
}
.hide{
	display: none;
}
.page{
	background-color: #FFF;
}
.marginTop{
	margin-top: 45px;
}
.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: #057F44;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  z-index: 999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pageTitle2{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  background-color: #057F44;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  z-index: 999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 66px;
	background-color: #FFF;
    border-top: 1px #D3D3D5 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: #057F44;
}
.main{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.main .userTop{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #057F44;
	box-sizing: border-box;
	height: 225px;
	line-height: 225px;
	position: relative;
}
.main .userTop .set{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.main .userTop .set img{
	width: 25px;
	height: 25px;
	margin: auto;
}
.main .userTop .userIco{
	position: absolute;
	top: 60px;
	left: 20px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.main .userTop .userIco img{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
}
.main .userTop .userInfor{
	position: absolute;
	top: 60px;
	left: 95px;
	right: 20px;
	height: 60px;
	line-height: 60px;
	display: flex;
	flex-direction: column;
}
.main .userTop .userInfor .loginType{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.main .userTop .userInfor .loginType .login{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}
.main .userTop .userInfor .loginType .type{
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #608FFA;
	color: #FFF;
	border-radius: 15px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}
.main .userTop .userInfor .loginType .type2{
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #C99A59;
	color: #FFF;
	border-radius: 15px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 0px;
}
.main .userTop .userInfor .loginType .type3{
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
	color: #C99A59;
	border-radius: 15px;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 0px;
}
.more{
	background: url(../../images/more.png) no-repeat center right;
	background-size: 20px;
}
.more2{
	background: url(../../images/more.png) no-repeat center right 10px;
	background-size: 20px;
}

.main .userOrder{
	width: 94%;
	margin: auto;
	display: flex;
	flex-direction: column;
	border-radius: 7.5px;
	background-color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	margin-top: -75px;
	z-index: 99;
}
.main .userOrder h4{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #676767;
	border-bottom: 1px #F6F6F8 solid;
	font-weight: normal;
}
.main .userOrder ul{
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main .userOrder ul li{
	width: 25%;
	height: 55px;
	line-height: 55px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.main .userOrder ul li .orderIco{
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	position: relative;
}
.main .userOrder ul li .orderIco img{
	width: 25px;
	margin: auto;
	height: 25px;
}
.main .userOrder ul li .orderIco .nums{
    position: absolute;
    top: 0px;
    right: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #057F44;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
}
.main .userOrder ul li h5{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #676767;
	font-weight: normal;
}
.main .userMoney{
	width: 94%;
	margin: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-radius: 7.5px;
	position: relative;
	height: 70px;
	line-height: 70px;
}
.main .userMoney .money{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 80px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.main .userMoney .money .moneyMain{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-right: 1px #F6F6F8 solid;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main .userMoney .money .moneyMain .moneyquyu{
	width: 33%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.main .userMoney .money .moneyMain .moneyquyu h4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}
.main .userMoney .money .moneyMain .moneyquyu h5{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #676767;
}
.main .userMoney .mymoney{
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.main .userMoney .mymoney .moneyIco{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.main .userMoney .mymoney .moneyIco img{
	width: 30px;
	height: 30px;
	margin: auto;
}
.main .userMoney .mymoney h5{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #676767;
	overflow: hidden;
	font-weight: normal;
}
.main .userService{
	width: 94%;
	margin: auto;
	margin-top: 10px;
	border-radius: 7.5px;
	background-color: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
}
.main .userService h4{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}
.main .userService .serul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main .userService .serul li{
	width: 25%;
	height: 55px;
	line-height: 55px;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	margin-top: 20px;
	text-align: center;
}
.main .userService .serul li .menuIco{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.main .userService .serul li .menuIco img{
	width: 30px;
	height: 30px;
	margin: auto;
}
.main .userService .serul li .menuName{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #676767;
	margin-top: 5px;
}
.main .userMenu{
	width: 94%;
	margin: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-radius: 7.5px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
}
.main .userMenu li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px #F6F6F8 solid;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-size: 14px;
	color: #676767;
}
.main .userMenu li .menuIco2{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
}
.main .userMenu li .menuIco2 img{
	width: 25px;
	height: 25px;
	margin: auto;
}
.main .userMenu li .menuName2{
	margin-left: 0px;
	height: 45px;
	line-height: 45px;
}
.main .setMenu{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
}
.main .setMenu li{
	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: #666;
}
.main .loginout{
	width: 80%;
	margin:auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: #057F44;
	color: #FFF;
	text-align: center;
	border-radius: 22.5px;
	margin-top: 60px;
	margin-bottom: 80px;
}
.main .myshoucang{
	width: 94%;
	margin:auto;
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}
.main .myshoucang li{
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	height: 100px;
	line-height: 100px;
	margin-top: 10px;
	position: relative;
}
.main .myshoucang li .myscProImg{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.main .myshoucang li .myscProImg img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
.main .myshoucang li .myscProName{
	position: absolute;
	top: 10px;
	left: 100px;
	right: 10px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main .myshoucang li .myscProPrice{
	position: absolute;
	bottom: 10px;
	left: 100px;
	right: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #057F44;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main .myshoucang li .myscProPrice .del{
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.main .myshoucang li .myscProPrice .del img{
	width: 20px;
	height: 20px;
}
.main .editor{
	width: 100%;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .editor .editorul{
	width: 94%;
	margin:auto;
	display: flex;
	flex-direction: column;
}
.main .editor .editorul li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	position: relative;
}
.main .editor .editorul li .forminput{
	width: 60%;
	height: 45px;
	line-height: 45px;
	border:0px;
	text-align: right;
	color: #666;
	overflow: hidden;
}
.main .editor .editorul li .forminput input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border:0px;
	text-align: right;
}
.main .editor .editorul .uploadImg{
	width: 94%;
	margin:auto;
	height: 84px;
	line-height: 84px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
}
.main .editor .editorul .uploadImg .upfile{
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.main .editor .editorul .uploadImg .upfile img{
	width: 80px;
	height: 80px;
}
.main .editor .editorul li .sendsms{
	position: absolute;
	top: 10px;
	right: 0px;
	bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #057F44;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
}
.main .editor .editorul .shoukuan{
	width: 100%;
}
.main .editor .editorul .shoukuan img{
	width: 100%;
}
.findpwsbtn{
	width: 80%;
	margin: auto;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #057F44;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	border: 0px;
}
.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 .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: #057F44;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
}
.main .wherelist .whereli .editor{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 25px;
  text-align: center;
}
.main .wherelist .whereli .editor img{
  width: 20px;
  height: 20px;
}
.main .bottomBrn{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #057F44;
  color: #FFF;
  font-size: 14px;
}
.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: #057F44;
}
.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: #FEBA1E;
}
.insertPro{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #057F44;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  border-radius: 100%;
  font-weight: bold;
}
.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: 20%;
  text-align: center;
}
.main .tabTop .act{
  color: #057F44;
  border-bottom: 1px #057F44 solid;
}
.main .myteam{
	width: 94%;
	margin:auto;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}
.main .myteam li{
	width: 100%;
	background-color: #FFF;
	border-radius: 10px;
	height: 100px;
	line-height: 100px;
	margin-top: 10px;
	position: relative;
}
.main .myteam li .myscProImg{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.main .myteam li .myscProImg img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
.main .myteam li .myscProName{
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 100px;
	right: 10px;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}
.main .myteam li .myscProName h4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	overflow: hidden;
}
.main .myteam li .myscProName h5{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	overflow: hidden;
}
.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 .beizhu{
	width: 100%;
	line-height: 20px;
	font-size: 14px;
  	color: #333;
  	margin-top: 5px;
  	margin-bottom: 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 .userbao{
  width: 90%;
  margin:auto;
  border-radius: 10px;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: linear-gradient(-125deg, #01A34D, #057F44);
  margin-top: 10px;
  text-align: center;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.main .userbao h4{
	width: 90%;
	margin: auto;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #FFF;
	font-size: bold;
}
.main .userbao h5{
	width: 90%;
	margin: auto;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFF;
	font-size: bold;
}
.main .moneydeal{
	width: 90%;
	margin:auto;
	background-color: #FFF;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	border-radius: 10px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.main .moneydeal li{
	width: 33%;
	height: 60px;
	line-height: 60px;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .moneydeal li .dealIco{
	width: 30px;
	height: 30px;
	margin:auto;
	line-height: 30px;
}
.main .moneydeal li .dealIco img{
	width: 30px;
	height: 30px;
}
.main .moneydeal li .dealname{
	width: 100%;
	height: 30px;
	margin:auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.main .beizhu{
	width: 94%;
	margin:auto;
	margin-top:0px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	color: #666;
	line-height: 24px;
	margin-bottom: 80px;
}
.main .beizhu h3{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.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: #666;
  border-bottom: 1px #F5F5F5 solid;
}
.main .orderlist .orderli .statetitle span{
	float: right;
	color: #FC2640;
}
.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: #057F44;
  border: 1px #057F44 solid;
}
.main .orderinforState{
  width: 100%;
  height: 140px;
  line-height: 140px;
  background: linear-gradient(-125deg, #FFB40E, #057F44);
  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 .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: #057F44;
}
.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: #057F44;
}
.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: #057F44;
}
.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;
}
.main .onpay{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
}
.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 .onpay .onpayli input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #676767;
  border:0px;
  margin-top: 10px;
}
.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: #057F44;
}
.paybtn .paysub{
  width: 30%;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  box-sizing: border-box;
  color: #FFF;
  background-color: #057F44;
  text-align: center;
  border:0px;
}
.main .admin{
	width: 100%;
	height: 130px;
	padding:15px;
	box-sizing: border-box;
	line-height: 130px;
	background-color: #057F44;
	color: #FFF;
	position: relative;
}
.main .admin .adminImg{
	position: absolute;
	top: 25px;
	left: 25px;
	bottom: 25px;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.main .admin .adminImg img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
}
.main .admin .adminName{
	position: absolute;
	top: 25px;
	left: 115px;
	right:25px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}
.main .admin .adminTui{
	position: absolute;
	top: 65px;
	left: 115px;
	right:25px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
}
.main .adminMenu{
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	background-color: #FFF;
	display:flex;
	flex-direction: column;
}
.main .adminMenu ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main .adminMenu ul li{
	width: 25%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	display: flex;
	flex-direction: column;
}
.main .adminMenu ul li .adliimg{
	width: 35px;
	line-height: 40px;
	height: 35px;
	margin:auto;
}
.main .adminMenu ul li .adliimg img{
	width: 35px;
	height: 35px;
}
.main .adminMenu ul li h4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.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;
}
.main .shopUrl{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
}
.main .shopUrl h4{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	font-weight: bold;;
	overflow: hidden;
}
.main .shopUrl p{
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.main .shopUrl .copy{
	width: 60%;
	margin: auto;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	border:1px #057F44 solid;
	text-align: center;
	font-size: 14px;
	color: #057F44;
	margin-top: 10px;
}
.main .xuqiu{
	width: 94%;
	margin:auto;
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	margin-bottom: 80px;
}
.main .xuqiu li{
	width: 100%;
	background-color: #FFF;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	height: 100px;
	line-height: 100px;
	position: relative;
	margin-bottom: 10px;
}
.main .xuqiu li .myscProImg{
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.main .xuqiu li .myscProImg img{
	width: 80px;
	height: 80px;
	border-radius: 5px;
}
.main .xuqiu li .myscProName{
	position: absolute;
	top: 0px;
	left: 100px;
	right: 10px;
	height: 100px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.main .xuqiu li .myscProName h4{
	width: 100%
	height:30px;
	line-height: 30px;
	font-stretch: 14px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}
.main .xuqiu li .myscProName h5{
	width: 100%
	height:30px;
	line-height: 30px;
	font-stretch: 14px;
	color: #057F44;
	font-weight: bold;
	overflow: hidden;
}
.protype{
  width:100%;
  position:fixed;
  left:0px;
  top:0px;
  right:0px;
  bottom:67px;
  background-color:#FFFFFF;
}
.protype .protype_left{
  width:25%;
  height:100%;
  float:left;
  background-color:#F6F6F9;
  overflow-y: scroll;
  border:0px;
  margin-bottom: 60px;
}
.protype .scrollbar-none::-webkit-scrollbar{
  width:0px;
  height:0px;
}
.protype .protype_left ul{
  width:100%;
  margin:auto;
  height:auto;
}
.protype .protype_left ul li{
  width:94%;
  padding-left:3%;
  padding-right:3%;
  height:55px;
  line-height:55px;
  text-align:center;
    box-sizing: border-box;
  font-size:14px;
  overflow:hidden;
}
.protype .protype_left ul .active{
  width:100%;
  border-left:2px #057F44 solid;
  background-color:#FFF;
}
.protype .protype_right{
  width:74%;
  height:100%;
  float:right;
  overflow-y: scroll;
  border:0px;
}
.protype .protype_right .second{
  width:94%;
  padding-left:3%;
  padding-right:3%;
  padding-top: 10px;
}
.protype .protype_right .display{
  display:none;
}
.protype .protype_right .second .proul{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.protype .protype_right .second .proul .proli{
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
  height: 90px;
  line-height: 90px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.protype .protype_right .second .proul .proli .proimg{
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 0px;
}
.protype .protype_right .second .proul .proli .proimg img{
  width: 60px;
  height: 60px;
  vertical-align:top;
  border-radius: 5px;
}
.protype .protype_right .second .proul .proli .proname{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main .IndexTop{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #057F44, #FFF);
}
.main .IndexTop .indexSearch{
	width: 94%;
	margin:auto;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.main .IndexTop .indexSearch .IndexSLogo{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: 35px;
	line-height: 35px;
	width: 190px;
}
.main .IndexTop .indexSearch .IndexSLogo img{
	width: 190px;
	height: 35px;
	line-height: 35px;
}
.main .IndexTop .indexSearch .IndexSsear{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 35px;
	line-height: 35px;
}
.main .IndexTop .indexSearch .IndexSsear input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	border-radius: 30px;
	background: url(../../images/search.png) no-repeat left 10px center;
	background-size: 20px;
	background-color: #FFF;
	border:0px;
	color: #666;
	font-size: 14px;
	padding-left: 40px;
	box-sizing: border-box;
}
.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;
  margin-top: 10px;
}
.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 .indexMenu{
  width: 100%;
  background-color: #FFF;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main .indexMenu li{
	width: 25%;
	height: 60px;
	line-height: 60px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.main .indexMenu li .menuIco{
	width: 30px;
	height: 30px;
	margin:auto;
	line-height: 30px;
}
.main .indexMenu li .menuIco img{
	width: 30px;
	height: 30px;
}
.main .indexMenu li h4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}
.main .indexLine{
	width: 70%;
	margin:auto;
	height: 2px;
	line-height: 2px;
	background-color: #057F44;
	margin-top: 30px;
	margin-bottom: 19px;
}
.main .indexTitle{
	padding-left: 30px;
	padding-right: 30px;
	background-color: #F6F6F6;
	margin:auto;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #057F44;
	font-weight: bold;
	text-align: center;
	margin-top: -40px;
}
.main .shopList{
	width: 94%;
	margin:auto;
	display: flex;
	flex-direction: column;
}
.main .shopList li{
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}
.main .shopList li .indexShopinfor{
	width: 94%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #F6F6F6 solid;
	position: relative;
}
.main .shopList li .indexShopinfor .shopLogo{
	position: absolute;
	top: 0px;
	bottom: 2px;
	left: 10px;
	height: 33px;
	line-height: 33px;
	width: 23px;
	text-align: center;
}
.main .shopList li .indexShopinfor .shopLogo img{
	width: 23px;
	margin:auto;
	height: 23px;
	line-height: 33px;
}
.main .shopList li .indexShopinfor .shopBeishu{
	position: absolute;
	top: 0px;
	bottom: 2px;
	left: 43px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #666;
}
.main .shopList li .indexShopinfor .intoShop{
	position: absolute;
	top: 7px;
	bottom: 2px;
	right: 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px #057F44 solid;
	color: #057F44;
	font-size: 14px;
	border-radius: 20px;
}
.main .shopList li .goodList{
	width: 94%;
	margin:auto;
	height: 90px;
	line-height: 90px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	overflow: hidden;
	margin-top: 10px;
}
.main .shopList li .goodList .goodli{
	width: 60px;
	height: 90px;
	line-height: 90px;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
}
.main .shopList li .goodList .goodli .goodimg{
	width: 60px;
    height: 60px;
    overflow: hidden;
    margin-top: 0px;
}
.main .shopList li .goodList .goodli .goodimg img{
	width: 60px;
    height: 60px;
    vertical-align: top;
    border-radius: 10px;
}
.main .shopList li .goodList .goodli .goodname{
	width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.main .productul{
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 80px;
}
.main .productul .productli{
	width: 48%;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
}
.main .productul .productli .taocan{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  line-height: 24px;
  background-color: #057F44;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.main .productul .productli .productimg{
  width: 100%;
  height: 150px;
  line-height: 150px;
  overflow: hidden;
}
.main .productul .productli .productimg2{
  width: 100%;
}
.main .productul .productli .productimg img,.main .productul .productli .productimg2 img{
	width: 100%;
	height: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main .productul .productli .productname{
	width: 94%;
	margin: auto;
	height: 24px;
	line-height: 24px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 1;
  	overflow: hidden;
  	font-size: 14px;
  	color: #666;
  	margin-top: 5px;
}
.main .productul .productli .priNums{
  width: 94%;
	margin: auto;
  height: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.main .productul .productli .priNums .priceMarket{
	height: 30px;
    line-height: 30px;;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.main .productul .productli .priNums .priceMarket .pjia{
 	font-size: 12px;
    font-weight: bold;
    color: #057F44;
}
.main .productul .productli .priNums .priceMarket .pjiamar{
	font-size: 12px;
    color: #999;
    text-decoration: line-through;
    text-indent: 0px;
    margin-left:0px;
}
.main .productul .productli .productXiaoliang{
  width: 94%;
  margin: auto;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.main .productul .productli .gouwucar{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
}
.main .productul .productli .gouwucar img{
	width: 20px;
	height: 20px;
}
.main .newsTitle{
  width: 94%;
  margin:auto;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666;
  margin-top: 10px;
}
.main .newsTime{
  width: 94%;
  margin:auto;
  height: 30px;
  line-height: 30px;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.main .company{
  width: 94%;
  margin:auto;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.main .company img{
  width: 100%;
}
.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 .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: #057F44;
  text-align: center;
}
.main .shopTop{
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-color: #057F44;
	color: #FFF;
	font-size: 14px;
}
.main .shopTop .shopmain{
	width: 100%;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.main .shopTop .shopmain .logo{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.main .shopTop .shopmain .logo img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.main .shopTop .shopmain .shopzhu{
	position: absolute;
	top: 0px;
	left: 110px;
	bottom: 0px;
	right: 0px;
	display: flex;
	flex-direction: column;
}
.main .shopTop .shopmain .shopzhu h3{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.main .shopTop .shopmain .shopzhu h4{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
    overflow: hidden;
}
.main .shopTop .shopmain .shopzhu p{
	width: 100%;
	height: 46px;
	line-height: 23px;
	font-weight: normal;
    overflow: hidden;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.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: #057F44;
  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;
  text-decoration: line-through;
  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: #057F44;
}
.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: 100%;
  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: #057F44;
  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: #057F44;
  overflow: hidden;
  margin-top:5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.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 .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 .carSub{
	width: 50%;
	height: 35px;
	line-height: 35px;
	margin-right: 1%;
	margin-left: 1%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 5px;
}
.goodMenu .carSub .insertSub{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #057F44;
	text-align: center;
	border-radius: 17.5px;
	color: #FFF;
	font-size: 14px;
}
.goodMenu .carSub .insertcar{
	width: 50%;
	height: 35px;
	line-height: 35px;
	background-color: #FE8933;
	text-align: center;
	border-top-left-radius: 17.5px;
	border-bottom-left-radius: 17.5px;
	color: #FFF;
	font-size: 14px;
}
.goodMenu .shopShou{
	width: 46%;
	height: 35px;
	line-height: 35px;
	margin-right: 1%;
	margin-left: 1%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.goodMenu .shopShou li{
	width: 48%;
	height: 45px;
	line-height: 45px;
	display: flex;
	flex-direction: column;
}
.goodMenu .shopShou li .dealimg{
	width: 20px;
	margin:auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 3px;
}
.goodMenu .shopShou li .dealimg img{
	width: 20px;
	height: 20px;
}
.goodMenu .shopShou li .dealtitle{
	width: 100%;
	margin:auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.goodMenu .shopShou li .act{
	color: #057F44;
}
.main .guize p{
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666
}
.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: 195px;
}
.main .proul .proli .proimg{
  position: absolute;
  top: 7.5px;
  left: 2%;
  bottom: 7.5px;
  width: 200px;
  height: 180px;
  line-height: 180px;
}
.main .proul .proli .proimg img{
  width: 180px;
  height: 180px;
  border-radius:5px;
}
.main .proul .proli .promain{
  position: absolute;
  top: 7.5px;
  bottom: 7.5px;
  right: 2%;
  left: 197.5px;
  height: 180px;
  line-height: 180px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.main .proul .proli .promain .proname{
  width: 100%;
  min-height: 20px;
  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 .teamsharing{
  height: 30px;
  line-height: 30px;
  background:url(../../images/shar2.png) no-repeat center left;
  background-size: 18px 18px;
  text-indent: 23px;
}
.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: #057F44;
}
.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 .priNums .chatuan{
  height: 20px;
    line-height: 20px;
    border:1px #057F44 solid;
    margin-top:4px;
    padding-left:3px;
    padding-right:3px;
    font-size:12px;
    color: #057F44;
    border-radius:5px;
    margin-right:10px;
}

.main .proul .proli .promain .prouser{
  width: 100%;
  height: 20px;
  line-height: 20px;;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .proul .proli .promain .prouser .userimg{
  display: flex;
  flex-direction: row;
  margin-left: 4px;
}
.main .proul .proli .promain .prouser .userimg img{
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin-left: -4px;
}
.main .proul .proli .promain .prouser .userimg h4{
  color: #5FB878;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
.main .proul .proli .promain .prouser .bargainTishi{
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.main .proul .proli .promain .butie{
   color:#FFF;
  line-height: 20px;
  height:20px;
  font-size:12px;
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
   display: flex;
  flex-direction: row;
  justify-content: center;
}
.main .proul .proli .promain .butie .anweijiang{
  padding-left:10px;
  padding-right:10px;
  background-color: #FDD2BE;
  color:#057F44;
  line-height: 20px;
  height:20px;
  border-radius:10px;
  font-size:12px;
  overflow: hidden;
}
.main .proul .proli .promain .xiangtuan,.main .proul2 .proli2 .promain2 .xiangtuan2{
  color:#FFF;
  line-height: 35px;
  height:35px;
  font-size:14px;
  width:100%;
  margin-top:8px;
   display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #057F44;
  border-radius:17.5px;
}
/*滚动水平导航栏 start*/  
.lr_nb{
	height:40px;
	line-height:37px;
	width:100%;
	position:absolute;
	background:#fff;
	padding: 0px 10px;
	box-sizing:border-box;
	z-index:1;
	max-width:1920px;
	opacity:1;
	top:60;
	-webkit-transition:.3s all;
	transition:.3s all;
}  
.lr_nb .diqu{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #057F44;
	color: #fff;
	font-synthesis: 14px;
}
.lr_nb .slider_wrap.line{
	overflow:hidden;
	overflow-x:scroll;
	width:80%;
	-webkit-overflow-scrolling:touch;
}  
.lr_nb .slider_wrap.line .item_cell{
	display:inline-block;
	margin: 0px 10px;
	overflow:hidden;
	position:relative;
}  
.lr_nb .slider_wrap.box{
	overflow:hidden;
	width:100%;
}  
.lr_nb .slider_wrap::-webkit-scrollbar{
	display:none;
}  
.lr_nb .wx_items{
	white-space:nowrap;
}  
.lr_nb .wx_items span{
	color:#7F7D80;
	font-size: 14px; 
	display:block;
	text-align:center;
	cursor:pointer;
}  
.lr_nb .wx_items .current span,.lr_nb .wx_items .current a:visited,.lr_nb .wx_items .current a:link,.lr_nb .wx_items .current a:hover,.lr_nb .wx_items .current a:focus{
	color:#057F44;
	float:left;
	border-bottom:2px #057F44 solid;
}  
.lr_nb_after{
	height:40px;
	display:block;
	clear:both;
}  
.main .lastchengben{
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	margin-top: 10px;
	box-sizing: border-box;
}
.main .lastchengben h4{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}
.main .lastchengben  li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border:1px #E8E8E8 solid;
	margin-top: 10px;
	box-sizing: border-box;
}
.main .lastchengben  li input{
	width: 100%;
	height: 31px;
	line-height: 31px;
	border:0px;
	padding-left: 10px;
	box-sizing: border-box;
}
.main .lastchengben p{
	width: 100%;
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.main .share{
  width: 100%;
  margin:auto;
}
.main .share img{
  width: 100%;
}
.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 .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 #057F44 solid;
}
.main .qiang{
  width: 94%;
  margin:auto;
  display: flex;
  flex-direction: column;
}
.main .qiang li{
  width: 100%;
  height: 130px;
  line-height: 130px;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
}
.main .qiang li h3{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
}
.main .qiang li h4{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.main .fenye{
  width: 94%;
  margin:auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.main .fenye li{
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #057F44;
}
.main .fenye .act{
  background-color: #057F44;
  color: #fff;
}
.paidao{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right:0px;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
.paidao .paidaoMain{
  width: 70%;
  margin:auto;
  background-color: #FFF;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.paidao .paidaoMain h5{
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
}
.paidao .paidaoMain h3{
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #057F44;
  font-size: 18px;
  overflow: hidden;
}
.paidao .paidaoMain .queren{
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #057F44;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 10px;
}
.main .orderUl{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.main .orderUl li{
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.main .orderUl li .stateOrder{
  width: 94%;
  margin: auto;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .orderUl li .stateOrder .orderId{
  height: 45px;
  line-height: 45px;
  background: url(../../images/ddhtb.png) no-repeat center left;
  background-size: 20px 20px;
  min-width: 100px;
  font-size: 12px;
  color: #666;
  text-indent: 25px;
}
.main .orderUl li .stateOrder .state{
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #057F44;
}
.main .orderUl li .product{
  width: 94%;
  margin: auto;
  height: 100px;
  line-height: 100px;
  position: relative;
  margin-bottom: 10px;
}
.main .orderUl li .productall .productimg{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.main .orderUl li .productall .productimg img{
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.main .orderUl li .productall .maijia{
  position: absolute;
  top: 0px;
  left: 110px;
  right: 80px;
  height: 24px;
  line-height: 24px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .orderUl li .productall .maijia span{
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #057F44;
  color: #FFF;
  border-radius: 24px;
  margin-top: 2px;
  margin-left: 5px;
}
.main .orderUl li .productall .dianhua{
  position: absolute;
  top: 24px;
  left: 110px;
  right: 80px;
  height: 24px;
  line-height: 24px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.main .orderUl li .productall .maijia1{
  position: absolute;
  top: 48px;
  left: 110px;
  right: 80px;
  height: 24px;
  line-height: 24px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .orderUl li .productall .maijia1 span{
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #057F44;
  color: #FFF;
  border-radius: 24px;
  margin-top: 2px;
  margin-left: 5px;
}
.main .orderUl li .productall .dianhua1{
  position: absolute;
  top: 72px;
  left: 110px;
  right: 80px;
  height: 24px;
  line-height: 24px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .orderUl li .productall .zongjia{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 24px;
  line-height: 24px;
  font-weight: 14px;
  width: 80px;
  overflow: hidden;
  color: #057F44;
  text-align: right;
}
.main .orderUl li .dealtime{
  width: 94%;
  margin: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .orderUl li .dealtime div span{
  color: #057F44;
}
.main .orderUl li .deal{
  width: 94%;
  margin: auto;
  border-top: 1px #e3e3e3 solid;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.main .orderUl li .deal .dealnei{
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  line-height: 28px;
  border: 1px #057F44 solid;
  font-size: 14px;
  color: #057F44;
  border-radius: 28px;
  margin-top: 8.5px;
}
.main .leaderproduct{
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.main .leaderproduct li{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}
.main .leaderproduct li h5{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #e3e3e3 solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.main .leaderproduct li h5 span{
  color: #057F44 ;
}
.main .leaderproduct li .proinfor{
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: relative;
  margin-top:10px;
}
.main .leaderproduct li .proinfor .proing,.main .leaderproduct li .proinfor .proimg{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.main .leaderproduct li .proinfor .proing img,.main .leaderproduct li .proinfor .proimg img{
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.main .leaderproduct li .proinfor .proma{
  position: absolute;
  top: 0px;
  left: 110px;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  height: 100px;
  line-height: 100px;
}
.main .leaderproduct li .proinfor .proma h4{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}
.main .leaderproduct li .proinfor .proma p{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.main .leaderproduct li .deal{
  width: 100%;
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top: 1px #e3e3e3 solid;
}
.main .leaderproduct li .deal span{
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  border-radius: 10px;
  color: #057F44 ;
  border: 1px #057F44  solid;
  font-size: 14px;
  margin-left: 15px;
}
.main .leadertongji{
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.main .leadertongji li{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px #e3e3e3 solid;
  position: relative;
}
.main .leadertongji li .xuanze{
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 10px;
  right: 110px;
  overflow: hidden;
}
.main .leadertongji li .xuanze select,.main .leadertongji li .xuanze input{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 0px;
  font-size: 14px;
  color: #666;
  background-color: transparent;
}
.main .leadertongji li .bg1{
  background-color: #057F44;
}
.main .leadertongji li .bg2{
  background-color: rgb(20, 180, 254);
}
.main .leadertongji li .tijiao{
  position: absolute;
  top: 0px;
  bottom: 10px;
  right: 0px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  border: 0px;
  border-radius: 10px;
  text-align: center;
}
.teamtongji{
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color: #054F44;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
}
.teamtongji li{
	width: 48%;
	background-color: #057F44;
	color: #FFF;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 1%;
}
.teamtongji li h4{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-style: 14px;
	font-weight: normal;
}
.teamtongji li h5{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-style: 16px;
	font-weight: normal;
}
.shangyue{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #103B1D;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
}
.shangyue li{
	width: 32%;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.shangyue li h4{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-style: 14px;
	font-weight: normal;
}
.shangyue li h5{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-style: 16px;
	font-weight: normal;
}

.teamUl{
	width: 94%;
	margin: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 80px;
}
.teamUl li{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-bottom:1px #057F44 solid;
	position: relative;
}
.teamUl li .usertou{
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.teamUl li .usertou img{
	width: 60px;
	height: 60px;
	border-radius: 5px;
}
.teamUl li .tuanduitongji{
	position: absolute;
	top: 10px;
	left: 70px;
	right: 0px;
	bottom: 0px;
	height: 80px;
	line-height: 80px;
	display: flex;
	flex-direction: column;
}
.teamUl li .tuanduitongji h5{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.teamUl li .tuanduitongji .dataUl{
	width: 100%;
	height: 110px;
	line-height: 110px;
	font-size: 12px;
	color: #333;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.teamUl li .tuanduitongji .dataUl .dataLi{
	width: 50%;
	height: 22px;
	line-height: 22px;
	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 .goodcontent{
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin-bottom: 80px;
}
.main .goodcontent img{
	width: 100%;
}
.regxie{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	overflow: auto;
}
.regxie h3{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
	font-weight: bold;
}
.regxie p{
	width: 96%;
	margin:auto;
	margin-top: 10px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.regxie p img{
	width: 100%;
}
.regxie .queren{
	width: 90%;
	margin:auto;
	height: 45px;
	line-height: 45px;
	background-color: #070d1b;
	color: #FFF;
	border-radius: 22.5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.regxie .queren2{
	width: 90%;
	margin:auto;
	height: 45px;
	line-height: 45px;
	background-color: #AAA;
	color: #333;
	border-radius: 22.5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 5px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.regxie .qiancun{
	width: 96%;
	margin:auto;
	height: 130px;
	line-height: 130px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10px;
}
.regxie .qiancun .qianname{
	width: 15%;
	height: 130px;
	line-height: 130px;
	text-align: center;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.regxie .qiancun .qianimg{
	width: 70%;
	height: 128px;
	line-height: 128px;
	padding: 10px;
	box-sizing: border-box;
	border:1px #dedede  solid;
	border-radius: 5px;
}
.regxie .qiancun .qianimg img{
	width: 100%;
	height: 128px;
}
.regxie .qiantishi{
	width: 96%;
	margin:auto;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.regxie .qian{
	width: 96%;
	margin: auto;
	height: 240px;
	line-height: 240px;
	border:1px #dedede solid;
	display: flex;
	margin-top: 10px;
	flex-direction: column;
}
.regxie .qian .qianqu{
	width: 100%;
	height: 200px;
	line-height: 200px;
	overflow: hidden;
}
.regxie .qian .qiandeal{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	border-top: 1px #dedede  solid;
	margin-bottom: 40px;
}
.main .search{
	width: 94%;
	margin:auto;
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
	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;
	margin-top: 5px;
}
.main .search .search-title{
	width: 100px;
	line-height: 26px;
	height: 26px;
	font-size: 14px;
	color: #333;
}
.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 .proul2{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.main .proul2 .proli2{
  width: 48%;
    border-radius: 5px;
    background-color: #FFF;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}
.main .proul2 .proli2 .proimg2{
  width: 100%;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
}
.main .proul2 .proli2 .proimg2 img{
    width: 100%;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main .proul2 .proli2 .productname2{
    width: 94%;
    margin: auto;
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.main .proul2 .proli2 .productname3{
    width: 94%;
    margin: auto;
    height: 24px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.main .proul2 .proli2 .priNums2 {
    width: 94%;
    margin: auto;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.main .proul2 .proli2 .priNums2 .priceMarket2 {
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.main .proul2 .proli2 .priNums2 .priceMarket2 .pjia2 {
    font-size: 14px;
    font-weight: bold;
    color: #057F44;
}
.main .proul2 .proli2 .priNums2 .priceMarket2  .pjiamar2 {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    text-indent: 10px;
    margin-left: 0px;
}
.main .proul2 .proli2 .priNums2 .priceMarket2  .PV {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
}
.main .proul2 .proli2 .productXiaoliang2 {
    width: 94%;
    margin: auto;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.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: #5FB878;
  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,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAF30lEQVR4Xu2dS24TQRCG4yUrcoTcgOwQC8T4AIiwYoOEcwEUTpDABRDiADgL1gQOEGeB2AI3CCcg7BCbUGXaYjKZ8fTDrdTjH2kUJ+rudNX/TXV5uuyZbOFw7YGJa+th/BYAcA4BAAAAzj3g3HxEAADg3APOzUcEAADOPeDcfEQAAODcA87NRwQAAM494Nx8RAAA4NwDzs1HBAAAzj3g3HxEAADg3APOzUcEAACyPbBYLA5phnt07tJ5Tuc3Ol9Mp1N+jaPQA2IjAAm/TbYtgvB9Zu4TBPNC+913lwwAi/tsRKEjguClexULHCASgHD1/4y0a04Q7Ee2RbOOB6QC0ITwHysYIIj1lFEA2CxAkAGB1AiwfXl5eT6ZTG4n2gQIEh0mEgC2gfKAI/rBbwFTD36bSGnB9CK1o8f2YgEIEMS8E+jTDRBE0iwaAEAQqWJBM/EAAIICdSO6qgBgAxDwXUNeFnBoeBs4pBIlhrk5ASeEnBgCAs0AhEhwQD9fZ1zKgKDHaWqWgPbcKRLM6Pd3gCDDA9ojwGr+gKBcfB5BZQTYAAQ8BLaTtQMQcoLc5QAQWAAgQLBHewfzjL0D9xCoXgI6ieEuQXAGCNJyAzMAhEhQAoHL6iJTAGwAAnfbyeYAAASOl4CenIATwztpLlm2dhMJTEaA1n0CrizixDALAhqHP39gurDENABhOSiBwHxhiXkAAMH6BdAFAIBgGAI3ALQgOKGc4EFGYmhyOXAFQCs5nNPrsY+d9TFyTn98bKmwxCUAIRrkQmCqsMQtAIDgX4BzDQAgAADLq6Cw2JRzgrOMpFJEF/cRoJUYzuh1Tp0hD6G2uggAtK7DgjpDtRAAgE4g9gYBAOhZiUsgoJtMh03TvBKxwEdMAgAMOKkEAhryPSWGTyP8f+NNAMAaCQiChraT+dZx6hdVbFGfTxQJHt24wiMTAAAjDiIISuoMP1MkuC8ZAgAQoY5lCABABADhZlFRJKAxHkqsLgIAkQC0IPhC6/uthG7LptTnLeUEz1P71W4PABI8vHpnQIkhC5rQc9lU5N3CZCtSrbbSvvu2MBECkeIvI5MVgWraEb6x/Kj7PyIhECs+AIighsTnDaLZUNMhCOjvf2iZeEKJ30nEv7mxJogAa1w/Jv6qaxeCIP5dDaVjAGAAgFjxuxBoEh9LwIbEbw3zm17f03Dlr+aMCNBSLzyngNd8fkRN0kFX/i9a8xtN4iMCXBd/3SNqBoEg8b8H8dV9jhARgGSNeD6RSfERAZyL7x4Az1e++ySQxN8hJ3ygk59HmHp8pA4zibt7qYa4zAF4f5+jP538bMLU45iEn6V2ktreHQAQ/yqKrgCA+NfjkBsACsV/Q2Gfv6be3OECgELxRW/nlhJpHoDC+n7T4pu/DwDxx+OD2QgA8cfFNxsBcsUPO3p7mj/vHyf7/1bmIkCh+Oq2c1MF77Y3BUBqFc/KGVr38kvFN7UEQPw8HExEgALxf1AhB6/5bh8oqR6AAvHVVvHkXev9vVQDAPHLUVAJQCjk4L38JtUFmuv3Um2Naa8OAFTxxMga30YVACXik0uO6TywUMUTL+94SzUAlIpvqYpnXNb4FioAgPjxgqa2FA9A2MvnhG8n1TgO+7jy13tNNACFhRxmq3gyLoTBLtIB+EozzynbNl/IsSkIxAJAVz/X4L3OMBTiJzhNLACnp6f8wMfUhztB/ATxualkAC4Sv6IV4ieKLx2AqAjgeS8/Q+9rXcRGgJgcAOKXIyAWADZtXR4A8cvFF70E8OTCHcA5vbzytethR48/neu2kGMz8gtOAtsGho9y8/f28Kd5zzxV7W5K6KFxRC8BtY3H+EoiAISq5wFEgHq+VTEyAFAhU71JAoB6vlUxMgBQIVO9SQKAer5VMTIAUCFTvUkCgHq+VTEyAFAhU71JAoB6vlUxMgBQIVO9SQKAer5VMTIAUCFTvUkCgHq+VTEyAFAhU71JAoB6vlUxMgBQIVO9SQKAer5VMTIAUCFTvUn+BWxQap/pZlG9AAAAAElFTkSuQmCC') 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 .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;
}
.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: #057F44;
  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: 20px;
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
}