*{
	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;
}
.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;
}
.page2{
  background-color: #C8BEBF;
}
.page3{
  background-color: #1B1E39;
}
.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: #FC2640;
}
.main{
	width: 100%;
	margin:auto;
	display: flex;
	flex-direction: column;
}
.main .indexBaner{
	width: 100%;
}
.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 .adver{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  margin-top: 10px;
}
.main .adver  img{
  width: 100%;
}
.main .indexMenu{
	width: 100%;
	padding-top: 10px;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #FFF;
	box-sizing: border-box;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
}
.main .indexMenu .indexProtype{
	width: 100%;
	min-height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
  flex-wrap: wrap;
}
.main .indexMenu .indexProtype .indexProLi{
	width: 25%;
	height: 65px;
	line-height: 65px;
	display: flex;
  margin-bottom: 10px;
	flex-direction: column;
}
.main .indexMenu .indexProtype .indexProLi .indexProimg{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.main .indexMenu .indexProtype .indexProLi .indexProimg img{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
}
.main .indexMenu .indexProtype .indexProLi .indexProname{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.main .indexMenu .indexmain{
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main .indexMenu .indexmain .indexmainLi{
	width: 33.33%;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: column;
}
.main .indexMenu .indexmain .indexmainLi .indexmainimg{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.main .indexMenu .indexmain .indexmainLi .indexmainimg img{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
}
.main .indexMenu .indexmain .indexmainLi .indexmainname{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.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: #FC2640;
  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 .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: #FC2640;
  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: #FC2640;
}
.main .productul .productli .priNums .priceMarket .pjiamar{
	font-size: 12px;
    color: #999;
    text-decoration: line-through;
    text-indent: 10px;
    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 .zixun{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 80px;
  background-color: #FFF;
}
.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 .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;
}
.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: url(../../images/back2.png) no-repeat center left 10px;
  background-size: 20px 20px;
  background-color: #1B1E39;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  z-index: 999;
}
.main .usertop{
	width: 100%;
	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, #1A8FDC, #FC2640);
  position: relative;
}
.main .usertop .userset{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.main .usertop .userset img{
	width: 20px;
	height: 20px;
}
.main .usertop .topbg{
  width: 100%;
  height: 100px;
  position: relative;
}
.main .usertop .touxiang{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .usertop .erweima{
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 20px;
  width: 30px;
  height: 80px;
  z-index: 888;
  line-height: 80px;
}

.main .usertop .erweima img{
  width: 30px;
  height: 30px;
}
.main .usertop .touxiang img{
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.main .usertop .userinfor{
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 110px;
	right: 20px;
	height: 80px;
	line-height: 80px;
	display: flex;
	flex-direction: column;
}
.main .usertop .userinfor .login{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
}
.main .usertop .userinfor .realname{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
}
.main .orderList{
  width: 100%;
  margin: auto;
  background-color: #FFF;
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.main .orderList .list{
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .orderList .list .orderli{
  width: 20%;
  height: 60px;
  line-height: 60px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .orderList .list .orderli .state{
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
}
.main .orderList .list .orderli .state img{
  width: 25px;
  height: 25px;
}
.main .orderList .list .orderli .state .nums{
  position: absolute;
  top: 0px;
  right: 15px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  background-color: #FC2640;
  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 .share{
  width: 94%;
  margin:auto;
  margin-top: 10px;
  height: auto;
  position: relative;
}
.main .share img{
  width: 100%;
}
.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: #FC2640;
  border-bottom: 1px #FC2640 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: #FC2640;
  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: #FC2640;
  border: 1px #FC2640 solid;
}
.main .orderinforState{
  width: 100%;
  height: 140px;
  line-height: 140px;
  background: linear-gradient(-125deg, #FFB40E, #FC2640);
  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: #FC2640;
}
.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: #FC2640;
}
.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: #FC2640;
}
.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 .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;
}
.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-size: 14px;
  color: #666;
}

.main .mymoney{
	width: 94%;
	margin: auto;
	background-color: #FFF;
	border-radius:10px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	-moz-box-shadow:2px 2px 5px #999999; -webkit-box-shadow:2px 2px 5px #999999; box-shadow:2px 2px 5px #999999;
}
.main .mymoney .mymoneutitle{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #666;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.main .mymoney .mymoneutitle .myzichan{
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.main .mymoney .mymoneutitle .baozhangzhong{
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	border:1px #FC2640 solid;
	border-radius: 5px;
	font-size: 12px;
	color: #FC2640;
	margin-top: 12.5px;
}
.main .mymoney .yueul{
	width: 100%;
	margin:auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main .mymoney .yueul .yueli{
	width: 50%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.main .mymoney .yueul .yueli .yue{
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}
.main .mymoney .menuul{
	width: 96%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.main .mymoney .menuul .menuli{
	width: 25%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.main .mymoney .menuul .menuli .menuIcon{
	width: 100%;
	height: 35px;
	line-height: 35px;
}
.main .mymoney .menuul .menuli .menuIcon img{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
}
.main .mymoney .menuul .menuli .menutitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
}








.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 .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 .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: #FC2640;
}
.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: #FC2640;
}
.insertPro{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(-125deg, #57bdbf, #2f9de2);
  text-align: center;
  font-size: 22px;
  color: #FFF;
  border-radius: 100%;
  font-weight: bold;
}
.main .bottomBrn{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #FC2640;
  color: #FFF;
  font-size: 14px;
}
.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: #FC2640;
  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 .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(-125deg, #FC2640, #2f9de2);
}
.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 .money-icon{
  width: 270px;
  margin:auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.main .money-icon img{
  width: 100%;
  height: 100%;
}
.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 #FC2640 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 h4{
  width: 90%;
  margin:auto;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #666;
}
.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;
  padding-left: 10px;
  padding-right: 10px;
  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: #FC2640;
  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 #FC2640 solid;
  text-align: center;
  font-size: 16px;
  color: #FC2640;
  margin-top: 20px;
}
.main .tibi .tixianjilu{
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 40px;
  margin-bottom: 80px;
}
.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: #FC2640;
  overflow: hidden;
}
.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: #FC2640;
  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: #FC2640;
}
.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: #FC2640;
  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: #FC2640;
  overflow: hidden;
  margin-top:5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.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%;
}
.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;
}
.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;
  border-right: 1px #E8E8E8 solid;
}
.goodMenu .menusc img{
  width: 25px;
  height: 25px;
}
.goodMenu .menucar{
  width: 15%;
  height: 45px;
  line-height: 45px;
}
.goodMenu .menucar img{
  width: 25px;
  height: 25px;
}
.goodMenu .insertgoodcar{
  width: 30%;
  height: 45px;
  line-height: 45px;
  background-color: #1E9FFF;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.goodMenu .menupay{
  width: 40%;
  height: 45px;
  line-height: 45px;
  background-color: #FC2640;
  color: #FFF;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  overflow: hidden;
}
.goodMenu .insertcar{
  width: 30%;
  height: 45px;
  line-height: 45px;
  background-color: #1E9FFF;
  color: #FFF;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  overflow: hidden;
}
.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: #FC2640;
}
.paybtn .paysub{
  width: 30%;
  height: 45px;
  line-height: 45px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  box-sizing: border-box;
  color: #FFF;
  background-color: #FC2640;
  text-align: center;
  border:0px;
}
.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 .onpay .onpayli input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #676767;
  border:0px;
  margin-top: 10px;
}
.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;
}
.main .search .search-title{
  width: 100px;
  line-height: 26px;
  height: 26px;
  font-size: 12px;
}
.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: #FC2640;
  text-align: center;
}
.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 #FC2640 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 .yejiUl{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}   
.protype .protype_right .second .yejiUl li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #e8e8e8 solid;
    font-size: 14px;
    color: #676767;
    overflow: hidden;
}
.protype .protype_right .second .proul{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.protype .protype_right .second .proul .gengduo{
  width: 80%;
  margin:auto;
  margin-top: 30px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border:1px #e8e8e8 solid;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.protype .protype_right .second .proul .proli{
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px #E8E8E8 solid;
  margin-bottom: 10px;
}
.protype .protype_right .second .proul .proli .proimg{
  position: absolute;
  top:0px;
  left: 0px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.protype .protype_right .second .proul .proli .proimg img{
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.protype .protype_right .second .proul .proli .proname{
  position: absolute;
  top:0px;
  left: 90px;
  right: 0px;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.protype .protype_right .second .proul .proli .price{
  position: absolute;
  bottom:10px;
  left: 90px;
  right: 0px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
}
.protype .protype_right .second .proul .proli .price .priceColor{
  font-size: 16px;
  color: #FC2640;
}
.protype .protype_right .second .proul .proli .procar{
  position: absolute;
  bottom:10px;
  right: 0px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.protype .protype_right .second .proul .proli .procar img{
  width: 24px;
  height: 24px;
}
.topback{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FFF;
}
.topback .fanhui{
  width: 33.33%;
  height: 45px;
  line-height: 45px;
  background: url(../../images/back.png) no-repeat center left 10px;
  background-size: 20px 20px;
}
.topback .boati{
  width: 33.33%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  color: #666;
  z-index: 999;
}
.topback .careditor{
  width: 33.33%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-align: center;
  color: #666;
  z-index: 999;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.main .mycar{
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  box-sizing: border-box;
  margin-top: 10px;
}
.main .mycar .mycarli{
  width: 100%;
  height: 120px;
  line-height: 120px;
  position: relative;
  border-bottom: 1px #999 solid;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #FFF;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}
.main .mycar .mycarli .select{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 50px;
  height: 80px;
  background-color: #000;
  line-height: 80px;
}
.main .mycar .mycarli .carimg{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 70px;
  width: 80px;
  height: 80px;
  background-color: #000;
  line-height: 80px;
}
.main .mycar .mycarli .carimg img{
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.main .mycar .mycarli .carname{
  position: absolute;
  top: 10px;
  left: 160px;
  right: 10px;
  height: 24px;
  background-color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
.main .mycar .mycarli .carnumsprice{
  position: absolute;
  bottom: 10px;
  left: 160px;
  right: 10px;
  height: 24px;
  background-color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #666;
  font-size: 14px;
}

.hongbao{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.hongbao .hhongbaobg{
  width: 100%;
  margin:auto;
  height: 300px;
  margin-top: 120px;
  background-color: #FFF;
  background:url(../../images/shifang.png) no-repeat center center;
  background-size: 300px 300px;
  position: relative;
}
.hongbao .hhongbaobg .jine{
  position: absolute;
  top: 100px;
  left: 0px;
  right: 0px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #FC2640;
  font-size: 24px;
}
.hongbao .hhongbaobg .todayshifang{
  position: absolute;
  top: 150px;
  left: 0px;
  right: 0px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #FC2640;
  font-size: 14px;
}
.hongbao .hhongbaobg .dianji{
  position: absolute;
  bottom: 30px;
  left: 45%;
  width: 40px;
  margin:auto;
  line-height: 24px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  word-wrap: break-word;
  word-break: normal;
}
.main .zichan{
  width: 90%;
  margin:auto;
  margin-top: 10px;
  border-radius: 10px;
  height: 120px;
  padding-top: 20px 15px;
  position: relative;
}
.main .zichan .usdt{
  position: absolute;
  top: 20px;
  left: 15px;
  width: 35px;
  height: 35px;
}
.main .zichan .usdt img{
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.main .zichan .zichanjine{
  width: 100%;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  box-sizing:border-box;
}
.main .zichan .zichanjine .zichanName{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.main .zichan .zichanjine .zichanZong{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 22px;
  color: #666;
  overflow: hidden;
}
.main .zichan .zichanjine .zichanZong b{
  font-weight: normal;
  font-size: 14px;
}
.main .zichan .zichanjine .zichanYue{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .zichan .zichanjine .zichanYue span{
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  line-height: 20px;
  border-radius:3px;
  background-color: #FC2640;
  color: #FFF;
  margin-top: 5px;
  margin-right: 15px;
}
.main .topsearch{
  position: fixed;
  top: 45px;
  left: 0px;
  right: 0px;
  height: 55px;
  line-height: 55px;
  padding: 10px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.main .topsearch .sear{
  width: 94%;
  margin: auto;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #999;
  padding: 0px 10px;
  box-sizing: border-box;
}
.main .topsearch .sear .searIcon{
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.main .topsearch .sear .searIcon img{
  width: 20px;
  height: 20px;
}
.main .topsearch .sear .searTitle{
  width: 100px;
  line-height: 30px;
  height: 30px;
}
.main .goods{
  width: 94%;
  margin: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
.main .goods li{
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  height: 100px;
  line-height: 100px;
  margin-bottom: 10px;
}
.main .goods li .goodimg{
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.main .goods li .goodimg img{
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.main .goods li .goodname{
  position: absolute;
  top: 10px;
  left: 100px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .goods li .goodwhere{
  position: absolute;
  top: 40px;
  left: 100px;
  right: 10px;
  height: 48px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .goods li .goodbiao{
  position: absolute;
  top: 70px;
  left: 100px;
  height: 22px;
  line-height: 22px;
  right: 10px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .goods li .goodbiao span{
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.main .goods li .goodbiao .gbo1{
  border:1px #3BCBAA solid;
  color: #3BCBAA;
}
.main .goods li .goodbiao .gbo2{
  border:1px #FFBA3B solid;
  color: #FFBA3B;
}
.main .goods li .goodpn{
  position: absolute;
  bottom: 10px;
  left: 100px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  font-size: 13px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom:1px #e4e4e4 solid;
}
.main .goods li .goodpn span b{
  margin-left: 5px;
  font-weight: normal;
  text-decoration:line-through;
}
.main .goods li .goodpn span .tj{
  padding: 2px 4px;
  height: 22px;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  border-radius: 3px;
  color: #FFF;
}
.main .goods li .goodpn span .tjbg1{
  background-color: #3BCBAA;
}
.main .goods li .goodpn span .tjbg2{
  background-color: #FFBA3B;
}
.main .goods li .goodpn span .tj .shu{
  padding-left: 2px;
  padding-right: 2px;
  height: 20px;
  line-height: 20px;
  background-color: #FFF;
  color: #666;
  margin-left: 5px;
  border-radius: 3px;
}
.main .changdiInforImg{
  width: 100%;
  height: 200px;
  line-height: 200px;
  overflow: hidden;
}
.main .changdiInforImg img{
  width: 100%;
  height: 200px;
}
.main .changdiInforMain{
  width: 94%;
  margin: auto;
  margin-top: -35px;
  background-color: #FFF;
  border-radius: 10px;
  padding:10px 0px ;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.main .changdiInforMain h4{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #666;
  font-weight: normal;
  letter-spacing: 2px;
  padding:0px 10px;
  box-sizing: border-box;
}
.main .changdiInforMain .jiaozhi{
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 13px;
  color: #999;
  padding:0px 10px;
  box-sizing: border-box;
}
.main .changdiInforMain .jiaozhi .tubiao{
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #3BCBAA;
  color: #FFF;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 13px;
  text-align: center;
  margin-top: 7.5px;
}
.main .changdiInforMain .jiaozhi .tubiao2{
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #FFBA3B ;
  color: #FFF;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 13px;
  text-align: center;
  margin-top: 7.5px;
}
.main .changdiInforMain .jiaozhi .dianprice{
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .changdiInforMain .jiaozhi .dianprice b{
  color: #FF1100;
  font-weight: normal;
}
.main .changdiInforMain .jian{
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin-top: 5px;
  margin-bottom: 5px;
}
.main .changdiInforMain .xiangxi{
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 13px;
  color: #999;
  padding:0px 10px;
  box-sizing: border-box;
}
.main .changdiInforMain .xiangxi .tubiaoIcon{
  width: 20px;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  font-size: 13px;
  text-align: center;
}
.main .changdiInforMain .xiangxi .tubiaoIcon img{
  width: 15px;
  height: 15px;
  line-height: 35px;
}
.main .changdiInforMain .xiangxi .wheretime{
  height: 50px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .changdiInforMain .dianzhuang{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #999;
  padding:0px 10px;
  box-sizing: border-box;
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .changdiInforMain .dianzhuang .dianmain{
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #999;
}
.main .changdiInforMain .dianzhuang .dianmain .dianimg{
  width: 25px;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
.main .changdiInforMain .dianzhuang .dianmain .dianimg img{
  width: 25px;
  height: 25px;
}
.main .changdiInforMain .dianzhuang .dianmain .diannums{
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main .changdiInforMain .dianzhuang .dianmainborder{
  width: 1px;
  height: 35px;
  background-color: #e8e8e8;
}
.main .heyue{
  width: 100%;
  min-height: 600px;
  background: url(../../images/ico_chain_bg.png) no-repeat center center;
}
.main .heyue .top_jiaoyiliang{
  width:90%;
  margin:auto;
  margin-top:20px;
  text-indent:30px;
  height:35px;
  line-height:35px;
  background:url(../../images/ico_ve.png) no-repeat left center;
  background-size:25px 25px;
  color: #FFF;
}
.main .heyue .heyueimg{
  width: 80%;
  margin:auto;
  margin-top: 65px;
  margin-bottom: 45px;
  text-align: center;
}
.main .heyue .heyueimg img{
  width: 200px;
  height: 200px;
}
.main .heyue .heyuedeal{
  width: 90%;
  margin:auto;
  display: flex;
  flex-direction: row;
  margin-top: 85px;
  justify-content: space-between;
}
.main .heyue .heyuedeal .hli{
  width: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .heyue .heyuedeal .hli .hedealimg{
  width: 100%;
  height: 80px;
}
.main .heyue .heyuedeal .hli .hedealimg img{
  width: 80px;
  height: 80px;
}
.main .heyue .heyuedeal .hli .hedealtitle{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #FFF;
}
.main .zhongchou{
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #FFF;
}
.main .heyue .sunshifang{
  width: 60%;
  margin:auto;
  height: 45px;
  line-height: 45px;
  border:1px #FFF solid;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  border-radius: 5px;
} 




.main .zhongchou h3{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  font-size: 30px;
  margin-top: 35px;
  overflow-x: hidden;
}
.main .zhongchou h5{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  font-size: 14px;
}
.main .zcul{
  width: 94%;
  margin:auto;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-right: 10px;
}
.main .zcul li{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  border-bottom:1px #E8E8E8 solid;
}
.main .zcul li .timejie{
  width: 100%;
  height:35px;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}
.main .zcul li .timejie span{
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.main .zcul li .fangda{
  width: 100%;
  height:25px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
.main .zhuan{
  width: 88%;
  margin:auto;
  margin-top: 45px;
  border: 2px #2280E9  solid;
  height: 300px;
  line-height: 300px;
  border-radius: 10px;
  padding:10px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
.main .zhuan .number{
  width: 80%;
  margin:auto;
  margin-top: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #12396C;
  color: #FFF;
  border:0px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
}
.main .zhuan .sub{
  width: 70%;
    margin-left: 15%;
    border: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    background-color: #0F60BD;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
}
.heyuetishi{
  position: fixed;
  top: 400px;
  text-align: center;
  text-align: center;
  width: 100%;
  color: #FFF;
}
.main .qiangti{
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #E7ECFF;
  color: #6E85F1;
  font-size: 14px;
  text-align: center;
}
.main .qianlist{
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  padding:10px;
  box-sizing: border-box;
  height: 300px;
  overflow:hidden;
  position: relative;
}
.main .qianlist .scrollbar-none::-webkit-scrollbar{
  width:0px;
  height:0px;
}
.main .qianlist .qingul{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: scroll;
  border: 0px;
}
.main .qianlist .qingul li{
  width: 94%;
  margin:auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #e8e8e8 solid;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.main .qianlist .qingul li .useimg{
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
.main .qianlist .qingul li .useimg img{
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.main .qianlist .qingul li .usename{
  position: absolute;
  top: 0px;
  height: 30px;
  left: 50px;
  line-height: 30px;
  right: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}
.main .qianlist .qingul li .usejine{
  position: absolute;
  top: 35px;
  height: 25px;
  left: 50px;
  line-height: 25px;
  right: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #FC2640;
}
.main .qianlist .qingul li .qiangdan{
  position: absolute;
  top: 20px;
  right: 0px;
  bottom: 20px;
  height: 20px;
  line-height: 20px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #FC2640;
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
}

.main .qianorder{
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  padding:10px;
  box-sizing: border-box;
  overflow:hidden;
  margin-top: 10px;
  margin-bottom: 80px;
}
.main .qianorder .ordertab{
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.main .qianorder .ordertab .orderact{
  border-bottom: 2px #FC2640 solid;
}
.main .qianorder .orderul{
  width: 100%;
  margin-top: 10px;
}
.main .qianorder .orderul li{
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.main .qianorder .orderul li .item{
  width: 100%;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px #E8E8E8 solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}

.main .qianorder .orderul li .itemvalue{
  width: 100%;
  height: 24px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  margin-top: 5px;
}
.main .qianorder .orderul li .item .bili1,.main .qianorder .orderul li .itemvalue .bili1{
  width: 20%;
  overflow: hidden;
}
.main .qianorder .orderul li .item .bili2,.main .qianorder .orderul li .itemvalue .bili2{
  width: 25%;
  overflow: hidden;
}
.main .qianorder .orderul li .item .bili3,.main .qianorder .orderul li .itemvalue .bili3{
  width: 25%;
  overflow: hidden;
}
.main .qianorder .orderul li .item .bili4,.main .qianorder .orderul li .itemvalue .bili4{
  width: 30%;
  overflow: hidden;
}
.qiangcolor{
  color: #FC2640;
}
.main .salepay{
  width: 100%;
  height: 85px;
  line-height: 85px;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #FFF;
}
.main .salepay .deal{
  width: 25%;
  text-align: center;
  height: 65px;
  line-height: 65px;
  display: flex;
  flex-direction: column;
}
.main .salepay .deal .dealimg{
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.main .salepay .deal .dealimg img{
  width: 35px;
  height: 35px;
}
.main .salepay .deal .dealtitle{
  width: 100%;
  height: 21px;
  line-height: 21px;
  margin-top: 7px;
  font-size: 12px;
  color: #999;
}
.main .saleinfor{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
.main .saleinfor li{
  font-size: 14px;
  color: #666;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.main .saleinfor .ti{
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  color: #999; 
}
.main .salestate{
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #FC2640;
  font-size: 14px;
  color: #FFF;
}
.main .salePayimg{
  width: 90%;
  margin:auto;
  margin-top: 10px;
  height: 500px;
  padding:10px;
  box-sizing: border-box;
  background-color: #FFF;
  border: 1px #E8E8E8 dotted;
  margin-bottom: 60px;
}
.main .salePayimg img{
  width: 100%;
  height: 480px;
}.main .sucai{
  width: 94%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 10px;
}
.main .sucai li{
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  background-color: #FFF;
  border-radius: 5px;
}
.main .sucai li .newimg{
  width: 100%;
  width: 100%;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
}
.main .sucai li .newimg img{
  width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main .sucai li .sutitle{
  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 .newstitle{
  width: 94%;
  margin: auto;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.main .newstime{
  width: 94%;
  margin: auto;
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.main .mynews{
  width: 96%;
  margin:auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.main .mynews .li1{
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.main .mynews .li1 input{
  width: 100%;
  border-radius: 5px;
  border:1px #E8E8E8 solid;
  height: 45px;
  line-height: 45px;
  padding-left: 10px;
  box-sizing: border-box;
}
.main .mynews .li2{
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.main .mynews .li2 textarea {
  width: 100%;
  border-radius: 5px;
  border:1px #E8E8E8 solid;
  height: 120px;
  line-height: 24px;
  box-sizing: border-box;
}
.main .mynews .li3{
  width: 100%;
  height: 370px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.main .mynews .li3 textarea {
  width: 100%;
  border-radius: 5px;
  border:1px #E8E8E8 solid;
  height: 370px;
  line-height: 24px;
  box-sizing: border-box;
}
.main .mynews .tijao{
  width: 100%;
  border: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 30px;
  background-color: #FC2640;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
}
.main .mynews .li4{
  width: 100%;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
.main .mynews .li4 img{
  width: 150px;
  height: 150px;
}
.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 .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 .moery2{
  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 .mymoney2{
  width: 28%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.main .moeryList .moery2 .liyue{
  width: 50%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .moeryList .moery2 .liyue .yue{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #FC2640;
  overflow: hidden;
}
.main .moeryList .moery2 .liyue .bizhong{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #8a8a8a;
}
.main .moeryList .mymoney2 .moneyIco{
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}
.main .moeryList .mymoney2 .moneyIco img{
  width: 20px;
  height: 20px;
}
.main .moeryList .mymoney2 .moneyTitle{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #8a8a8a;
}.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: #FD2734;
}
.color2{
  color: #FFB800;
}
.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 .moery2{
  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 .mymoney2{
  width: 28%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.main .moeryList .moery2 .liyue{
  width: 50%;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .moeryList .moery2 .liyue .yue{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #FD2734;
  overflow: hidden;
}
.main .moeryList .moery2 .liyue .bizhong{
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #8a8a8a;
}
.main .moeryList .mymoney2 .moneyIco{
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
}
.main .moeryList .mymoney2 .moneyIco img{
  width: 20px;
  height: 20px;
}
.main .moeryList .mymoney2 .moneyTitle{
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #8a8a8a;
}
.haibao{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0,0,0,0.8);
  z-index: 999;
  display: none;
}
.haibao h5{
  width: 90%;
  margin:auto;
  line-height: 25px;
  font-size: 14px;
  color: #FFF;
  margin-top: 20px;
  text-align: center;
}
.haibao h5 span{
  font-size: 30px;
  color: #FF1C1D;
}
.haibao p{
  width: 85%;
  margin:auto;
  margin-top: 10px;
}
.haibao p img{
  width: 100%;
}

.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 .rusereg{
  width: 96%;
  margin:auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.main .rusereg li{
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px #E8E8E8 solid;
  position: relative;
}
.main .rusereg li .renname{
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 10px;
  height: 35px;
  line-height: 35px;
  width: 80px;
  text-align: right;
  font-size: 14px;
  color: #676767;
}
.main .rusereg li .reginput{
  position: absolute;
  top: 10px;
  left: 90px;
  right: 0px;
  bottom: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #676767;
}
.main .rusereg li .realnameReg{
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #676767;
}
.main .rusereg li .reginput input,.main .rusereg li .reginput select{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border:0px;
  text-align: left;
}
.main .regUl{
  width: 96%;
  margin:auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.main .regUl li{
  width: 100%;
  height: 45px;
  line-height: 45px;
  position: relative;
  border-bottom: 1px #e8e8e8 solid;
}
.main .regUl li .proname{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 60px;
  bottom: 0px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #676767;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .regUl li .repid{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 45px;
  line-height: 45px;
  width: 80px;
  text-align: right;
}
.kehu{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
}
.kehudianhua{
    position: absolute;
    bottom:0px;
    left: 0px;
    right: 0px;
    height: 200px;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
}
.kehudianhua h3{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 28px;
    color: #FD2734;
    overflow: hidden;
    margin-top: 30px;
}
.kehudianhua h4{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #676767;
    overflow: hidden;
}

.kehudianhua .deald{
    width: 100%;
    margin-top: 20px;
    height: 35px;
    line-height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.kehudianhua .deald .sp{
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px #e8e8e8 solid;
    text-align: center;
    margin-right: 10px;
}
.kehudianhua .deald .sp2{
    width: 150px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #FD2734;
    border: 0px;
    color: #FFF;
    text-align: center;
    margin-left: 10px;
}
.kehudianhua .deald .sp2 a{
    width: 100%;
   height: 35px;
    line-height: 35px;
    color: #FFF;
}
.wodezichan{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(-125deg, #1A8FDC, #FC2640);
    text-align: center;
    box-sizing: border-box;
}
.wodezichan .zongchan{
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #FFF;
    overflow: hidden;
}
.wodezichan .zongyue{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    color: #FFF;
    overflow: hidden;
}
.wodezichan .zongyue b{
    font-weight: normal;
    font-size: 14px;
}
.wodezichan .woyue{
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.wodezichan .woyue .quyu{
    width: 33%;
    height: 55px;
    line-height: 55px;
    display: flex;
    flex-direction: column;
}
.wodezichan .woyue .quyu h3{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}
.wodezichan .woyue .quyu h4{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}


.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 #FC743A 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 .usertop .topbg .loginType{
  position: absolute;
  top: 60px;
  right: 0px;
  height: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .usertop .topbg .loginType .login{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.main .usertop .topbg .loginType .type{
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ff1100;
  color: #FFF;
  border-radius: 15px;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 10px;
}
.main .usertop .topbg .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;
}
.main .shimingtishi{
  width: 94%;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-125deg, #8c5acb, #EF0E9B);
  display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right:10px;
    box-sizing: border-box;
}
.main .shimingtishi .smain{
  margin-top: 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .shimingtishi .smain .shiming{
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.main .shimingtishi .smain .shiming img{
  width: 20px;
  height: 20px;
}
.main .shimingtishi .smain .shizhuang{
  height: 20px;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.main .shimingtishi .zhuanqian{
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  margin-top: 13px;
  color: #936e4d;
  float: right;
}
.main .shimingtishi .dianshi{
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #fdce98,#d79559);
  margin-top: 10px;
}
.main .editor{
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main .editor .editorul{
  width: 94%;
  margin:0 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;
  position: relative;
}
.main .editor .editorul li .forminput{
  width: 60%;
  height: 45px;
  line-height: 45px;
  border:0px;
  text-align: right;
  color: #666;
}
.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:0 auto;
  height: 80px;
  line-height: 80px;
  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: linear-gradient(-125deg, #8c5acb, #EF0E9B);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
}
.main .editor .editorul .shoukuan{
  width: 100%;
}
.main .editor .editorul .shoukuan img{
  width: 100%;
}
.main .loginout2{
  width: 94%;
  margin-left: 3%;
  height: 45px;
  line-height: 45px;
  border-radius: 22.5px;
  background-color: #FC2640;
  text-align: center;
  border: 0px;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}