@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background-color: #f7f7f7;
}
ul {
	list-style-type: none;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
div::after{
	content: " ";
	clear:both;
}
table{
	 border-collapse:collapse;
	 width: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.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;
}
/*公共部分*/
/*公共头部和导航*/
.topNavBox{
	width: 100%;
	height:auto;
	overflow: hidden;
	padding:0.625em 0;
	background-color: #fafafa;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 10px;
}
.topNavBox.active{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
}
.topNavBox a.user{
	float: left;
	width: 10%;
	padding-top: 10%;
	margin-left: 2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
}
.topNavBox .navRightSideBarButton{
	float: right;
	padding-top: 10%;
	width: 10%;
	margin-right: 2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	background-image:url(/static/images/wap/sideBarIcon.png);
}
/*公共侧边栏*/
.sideBarAllBox{
	width: 68%;
	position: fixed;
	right: -100%;
	height: 100%;
	transition: all .3s ease;
	z-index: 999;
	top: 0;
}
.sideBarBox{
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
	background-color:#f3f3f3;
	float: left;
}
.sideBarBox>p.head{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: rgba(0,0,0,.3);
	font-size:1em;
	border-bottom: 1px solid #ededed;
}
.sideBarBox>div.copyright{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 10px 0;
	border-top:1px solid #ededed;
}
.sideBarBox>div.copyright>p{
	color: rgba(0,0,0,.3);
	font-size: 0.625em;
	text-align: center;
}
.sideBarAllBox.active{
	transform: scale(1,1) translate3d(0,0,0);
	right: 0;
}
.sideBarMenuBox{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sideBarMenuBox>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.sideBarMenuBox>li>a{
	width: 100%;
	display: block;
	margin: auto;
	color: #666;
	font-size: 0.875em;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #dbdbdb;
}
.sideBarMenuBox>li>a.index{
	background-color: #f9f9f9;
}
/*侧边栏出现时的黑色背景*/
.sidebarDisplayLeftBg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: fixed;
	background-color:#000;
	z-index: 998;
	left: 0;
	top: 0;
	display: none;
	opacity: 0.3;
}
.sidebarDisplayLeftBg.active{
	/*transition: all .4s ease .4s;
	display: block;
	opacity: .3;*/
}
/*底部footer固定nav*/
.footerTabBox,.footerTabBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.footerTabBox{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	z-index:995;
}
.footerTabBox>ul>li{
	width: 33.3%;
	float: left;
}
.footerTabBox>ul>li>a{
	display: block;
	width: 100%;
	height: 66px;
	color: #8e8a8c;
	text-align: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top:41px;
	font-size: 0.8em;
	background-position: center 30%;
	background-size: 20%;
}
.footerTabBox>ul>li>a.active{
	color: #4888ef;
}
.footerTabBox>ul>li>a.index{
	background-image: url(/static/images/wap/bottomHomeIcon.png);
}
.footerTabBox>ul>li>a.index.active{
	background-image: url(/static/images/wap/bottomHomeIconActive.png);
}
.footerTabBox>ul>li>a.formula{
	background-image: url(/static/images/wap/bottomProIcon.png);
}
.footerTabBox>ul>li>a.formula.active{
	background-image: url(/static/images/wap/bottomProIconActive.png);
}
.footerTabBox>ul>li>a.fans{
	background-image: url(/static/images/wap/bottomShopIcon.png);
}
.footerTabBox>ul>li>a.fans.active{
	background-image: url(/static/images/wap/bottomShopIconActive.png);
}
.footerTabBox>ul>li>a.sign{
	background-image: url(/static/images/wap/bottomContactIcon.png);
}
.footerTabBox>ul>li>a.sign.active{
	background-image: url(/static/images/wap/bottomContactIconActive.png);
}
/*首页公共白底和黑底*/
.indexColunmWhiteBg {
    background-color: #fff;
    background-image: url(/static/images/wap/indexTmBgBlock.png);
}
.indexColunmBg{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}
.indexColunmblackBg{
    background-color: #f5f5f5;
    background-image: url(/static/images/wap/indexTmBgBlock.png);
    background-repeat: repeat;
}
/*板块名*/
.indexPublicColunmName{
	height: auto;
	overflow: hidden;
	display: table;
	margin: auto;
	margin-bottom: 20px;
}
.indexPublicColunmName>h3{
	color: #333;
	font-size: 1.625em;
	text-align: center;
	font-weight: normal;
}
.indexPublicColunmName>h4{
	text-align: center;
    color: #999;
    font-size: 0.625em;
	font-weight: normal;
}
.indexPublicColunmName>h5{
	text-align: center;
    color: #666;
    font-size: 0.875em;
	font-weight: normal;
}
.indexTopBannerBg{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexTopBannerLink{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexTopBannerLink>img{
	display: block;
	width:100%;
}
/*首页开始*/
.indexSearchBg{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1.125em 0;
}
.indexSearchTopIcon{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.indexSearchTopIcon>img{
	display: block;
	width:30%;
	margin: auto;
}
.indexSearchBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexSearchFormLine{
	width:84%;
	float: left;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexSearchFormLine>input[type="text"]{
	width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ccc;
	border-right: none;
    outline: none;
    font-family: "微软雅黑";
    box-sizing: border-box;
    padding-left: 3%;
	display: block;
	border-radius: 2px 0 0 2px;
}
.indexSearchButtonLine{
	width: 16%;
	float: right;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexSearchButtonLine>div{
	width: 100%;
    height: 46px;
    line-height: 46px;
    outline: none;
    font-family: "微软雅黑";
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #4888ef;
	border-radius: 0 2px 2px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(/static/images/wap/searchIcon.png);
	background-size: 50%;
}
.indexFunctionList{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexFunctionList>ul{
	width: 100%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.indexFunctionList>ul>li{
	width: 33.3%;
	margin: auto;
	height: auto;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 2%;
}
.indexFunctionList>ul>li>a{
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	height: 3em;
	display: block;
}
.indexFunctionList>ul>li>a.detailed{
	background-image:url(/static/images/wap/indexDIcon);
}
.indexFunctionList>ul>li>a.updata{
	background-image:url(/static/images/wap/indexUpdataIcon);
}
.indexFunctionList>ul>li>a.hot{
	background-image:url(/static/images/wap/indexHotIcon);
}
.indexFunctionList>ul>li>p{
	text-align: center;
	font-size: 0.875em;
	color: #666;
}
/*配色功能板块*/
.formulaPlateFunctionListBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
	border-top: 1px dashed #ccc;
}
.formulaPlateFunctionListBox>div.head{
	padding: 0 2%;
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
}
.formulaPlateFunctionListBox>div.head>p{
	color: #333;
	font-size: 1em;
	text-align: center;
}
.formulaPlateFunctionListBox>div.list,.formulaPlateFunctionListBox>div.list>ul{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.formulaPlateFunctionListBox>div.list>ul>li{
	width: 25%;
	float: left;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
}
.formulaPlateFunctionListBox>div.list>ul>li:nth-child(5){
	border-bottom: 1px dashed #ccc;
}
.formulaPlateFunctionListBox>div.list>ul>li:nth-child(6){
	border-bottom: 1px dashed #ccc;
}
.formulaPlateFunctionListBox>div.list>ul>li:nth-child(7){
	border-bottom: 1px dashed #ccc;
}
.formulaPlateFunctionListBox>div.list>ul>li:nth-child(8){
	border-bottom: 1px dashed #ccc;
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon{
	width: 100%;
	display: block;
	height: 0;
	padding-top: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: 30%;
	position: relative;
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon>p{
	color: #666;
	font-size: 0.875em;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon1{
	background-image: url(/static/images/wap/indexFunction1.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon2{
	background-image: url(/static/images/wap/indexFunction2.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon3{
	background-image: url(/static/images/wap/indexFunction3.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon4{
	background-image: url(/static/images/wap/indexFunction4.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon5{
	background-image: url(/static/images/wap/indexFunction5.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon6{
	background-image: url(/static/images/wap/indexFunction6.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon7{
	background-image: url(/static/images/wap/indexFunction7.png);
}
.formulaPlateFunctionListBox>div.list>ul>li>a.icon.icon8{
	background-image: url(/static/images/wap/indexFunction8.png);
}
/*云粉团功能列表*/
.fansPlateFunctionList,.fansPlateFunctionList>ul,.fansPlateFunctionList>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.fansPlateFunctionList>ul>li{
	background-color: #fff;
	border-top: 1px solid #ccc;
}
.fansPlateFunctionList>ul>li:first-child{
	border-top: 0;
}
.fansPlateFunctionList>ul>li>a{
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 98% center;
	color: #666;
	font-size: 0.875em;
	padding-left: 2%;
	box-sizing: border-box;
	line-height: 3em;
	background-image: url(/static/images/wap/fansPlatFunctionPublicIcon.png);
}

/*云粉团日志*/
.fasnPlatePostListBox{
	margin-bottom: 10px;
}
.fasnPlatePostListBox,.fasnPlatePostListBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.fasnPlatePostListBox>ul>li{
	margin-top: 10px;
}
.fasnPlatePostListBox>ul>li:first-child{
	margin-top: 0;
}
.fasnPlatePostListStyle{
	width: 96%;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
	height: auto;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.projectCenterContentColunmNameBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fafafa;
    cursor: pointer;
	border-bottom: 1px solid #eee;
}
.projectCenterContentColunmNameBox>p{
	float: left;
	line-height: 40px;
	font-size: 1em;
	color: #333;
	height: 40px;
	width: 93%;
	padding-left: 2%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.projectCenterContentColunmNameBox>div{
	float: right;
    width:5%;
	margin-right: 2%;
    background: url(/static/images/wap/dropDownButton.png) no-repeat center center;
    background-size: 23%;
    height: 40px;
    box-sizing: border-box;
	cursor: pointer;
	transition: all ease .3s;
}
.projectCenterContentColunmNameBox>div.active{
	transform: rotate(90deg);
 	-moz-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
}
.projectCenterContentColunmNameBox>p>img{
	vertical-align: middle;
	margin-right: 6px;
	width: 20px;
}
.projectCenterContentColunmContentBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 10px 10px;
	transition: none;
	background-color: #fff;
}
.projectCenterContentColunmContentBox>p{
	font-size: 0.875em;
	color: #666;
	box-sizing: border-box;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #e3e3e3;
	word-break:break-all;
}
.projectCenterContentColunmContentBox>div.userIcon>span{
	color: #999;
	font-size: 0.625em;
	display: block;
	box-sizing: border-box;
	line-height: 28px;
	flex: 1;
	text-align: right;
}
.projectCenterContentColunmContentBox>div.userIcon{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
.projectCenterContentColunmContentBox>div.userIcon>p.icon{
	width:28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.projectCenterContentColunmContentBox>div.userIcon>p.name{
	box-sizing: border-box;
	color: #666;
	font-size: 0.625em;
	box-sizing: border-box;
	box-sizing: border-box;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 2%;
	flex: 1;
}
.projectCenterContentColunmContentBox.last{
	border-bottom: none;
}
/*顶部多tab样式*/
.topNavWithTabBg{
	width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fafafa;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #ccc;
	margin-bottom: 10px;
}
.topNavWithTabBg.active{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.topNavTabBox{
	width: 90%;
	margin: auto;
	height: auto;
	overflow: hidden;
}
.topNavTabBox.two>a{
	width: 50%;
}
.topNavTabBox.three>a{
	width: 33.3%;
}
.topNavTabBox.four>a{
	width: 25%;
	font-size: 0.8em;
}
.topNavTabBox>a{
	display: block;
	text-align: center;
	color: #666;
	font-size: 0.875em;
	float: left;
	height:3.75em;
	line-height: 3.75em;
	box-sizing: border-box;
}
.topNavTabBox>a.active{
	color: #4888ef;
	border-bottom: 1px solid #4888ef;
}
/*配方列表容器*/
.myFormulaListContentBox{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.myFormulaListBox{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
}
.myFormulaListBox>ul,.myFormulaListBox>ul>li{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	height: auto;
}
.myFormulaListBox>ul>li{
	display: none;
}
.myFormulaListBox>ul>li.active{
	display: block;
}

.myFormulaListTableList{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.myFormulaListTableList>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}
.myFormulaListTableList>li:first-child{
	border-top:none;
}

/*通用页数选择*/
.publicPageChooseBox{
	display: table;
	margin: auto;
	margin-bottom: 10px;
	display: none;
}
.publicPageChooseBox.active{
	display: table!important;
}
.publicPageChooseBox>a.prev{
	float: left;
	display: block;
	padding: 6px 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 0.875em;
	border-radius: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}
.publicPageChooseBox>p{
	float: left;
	padding: 6px 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 0.875em;
	border-radius: 2px;
	color: #999;
	text-align: center;
}
.publicPageChooseBox>a.next{
	float: right;
	display: block;
	padding:6px 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 0.875em;
	border-radius: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
}
.publicPageChooseBox>select{
	float: left;
    display: block;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 0.875em;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
	margin-left: 14px;
	margin-right: 14px;
}
.eachPageContentBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 70px;
}
.eachPageContentBox.margin{
	position: relative;
	top: 70px;
}
.myFormulaListTableHeader.img>tr>td{
	width: 20%;
}
.myFormulaListTableList.img>tr>td{
	width: 20%;
}
.myFormulaListTableList tr>td{
	text-align: center;
	width: 25%;
	color: #666;
	font-size: 0.75em;
	box-sizing: border-box;
	padding: 2%;
	border-left: 1px solid #eee;
}
.myFormulaListTableList tr>td:first-child{
	border-left: none;
}
.myFormulaListTableList tr>td>a{
	display: block;
	width: 100%;
	text-align: center;
	height: 100%;
	color: #666;
	font-size:1em;
	margin-top: 10px;
}
.myFormulaListTableList tr>td>a:first-child{
	margin-top: 0;
}
.myFormulaListTableList tr{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}
.myFormulaListTableList tr:first-child{
	border-top:none;
}
.myFormulaListTableHeader{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fafafa;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.myFormulaListTableHeader>tr>td{
	text-align: center;
	width: 25%;
	color: #333;
	font-size: 0.875em;
	box-sizing: border-box;
	line-height: 3em;
	border-left: 1px solid #eee;
}
.myFormulaListTableHeader>tr>td:first-child{
	border-left: none;
}
.contentPublicTopTitle{
	width: 100%;
    height: 3.75em;
    overflow: hidden;
    background-color: #fafafa;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 10px;
	position: relative;
}
.contentPublicTopTitle>p{
	width: 100%;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 1em;
}
.contentPublicTopTitle>a.back{
	display: block;
    position: absolute;
    height: 100%;
    left: 2%;
    top: 0;
    width: 10%;
    background: url(/static/images/wap/backButton.png) no-repeat left center;
    background-size: 28%;
}
.contentPublicTopTitle.active{
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
}
.fixedTitle{
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
}
/*配方详情*/
.formulaOwnerIconBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
.formulaOwnerIconBox>div{
	width: 20%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 4px;
	border: 2px solid #ccc;
}
.formulaOwnerIconBox>div>img{
	width: 100%;
	display: block;
}
.formulaOwnerIconBox>h3{
	text-align: center;
	color: #333;
	font-size: 0.875em;
	font-weight: normal;
}
.formulaContentBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.formulaDetailsTableBox{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin-bottom:10px;
}
.formulaDetailsTable{
	width: 100%;
}
.formulaDetailsTable>thead{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fafafa;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.formulaDetailsTable>thead>tr>td{
	text-align: center;
    width: 50%;
    color: #333;
    font-size: 0.875em;
    box-sizing: border-box;
    line-height: 3em;
    border-left: 1px solid #eee;
}
.formulaDetailsTable>thead>tr>td:first-child{
	border-left: none;
}
.formulaDetailsTable>tbody{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}
.formulaDetailsTable>tbody>tr{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}
.formulaDetailsTable>tbody>tr:first-child{
	border-top: none;
}
.formulaDetailsTable>tbody>tr>td{
	text-align: center;
    width: 50%;
    color: #666;
    font-size: 0.75em;
    box-sizing: border-box;
    padding: 2% 0;
    border-left: 1px solid #eee;
}
.formulaDetailsTable>tbody>tr>td:first-child{
	border-left: none;
}
.formulaDetailsTwoTableBox{
	width: 96%;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e3e3e3;
}
.formulaDetailsTwoTableBox>div.head{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.formulaDetailsTwoTableBox>div.head>h3{
	float: left;
	color: #333;
	font-size: 1em;
	line-height: 40px;
	font-weight: normal;
}
.formulaDetailsTwoTableBox>div.head>p{
	float: right;
	line-height: 40px;
	padding: 0 0.625em;
	text-align: center;
	color: #fff;
	background-color: #4888ef;
	font-size: 0.875em;
}
.formulaDetailsTwoTableBox>div.table{
	width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
/*配方转换列表的样式*/
.formulaDetailsTable.bottom>thead>tr>td{
	width: 20%;
}
.formulaDetailsTable.bottom>tbody>tr>td{
	width: 20%;
}
.needReconcileBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.needReconcileBox>div.line{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}
.needReconcileBox>div.line>span{
	color: #333;
	font-size: 0.625em;
}
.needReconcileBox>div.line>input{
	width: 30%;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 0.625em;
	text-align: center;
	font-family: "微软雅黑";
	background-color: transparent;
	outline: #4888ef;
}
.needReconcileBox>div.CalculationButton{
	width: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	color: #fff;
	background-color:#4888ef;
	margin: auto;
}
.needReconcileBox>div.hui{
	width: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	color: #fff;
	background-color:#ccc;
	margin: auto;
}
.imgFormulaPicListBox{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.imgFormulaPicListBox>p{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	font-size: 1em;
	margin-bottom: 10px;
}
.imgFormulaPicListBox>ul,.imgFormulaPicListBox>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.imgFormulaPicListBox>ul>li{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #ccc;
}
.imgFormulaPicListBox>ul>li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top:none;
}
.imgFormulaPicListBox>ul>li>img{
	display: block;
	width: 100%;
}
.imgFormulaPicListBox>ul>li>p{
	color: #999;
	font-size: 0.875em;
	text-align: center;
}
/*图片配方查询*/
.imgFormulaSearchForm{
	width: 96%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 10px;
}
.imgFormulaSearchForm>div.line{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.imgFormulaSearchForm>div.line>p{
	color: #333;
	font-size: 0.875em;
	margin-bottom: 4px;
}
.imgFormulaSearchForm>div.line>select{
	color: #333;
	font-size: 0.875em;
	width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
	border: 1px solid #e3e3e3;
	padding-left: 1%;
	background-color: #fafafa;
}
.imgFormulaSearchForm>div.button{
	width: 30%;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
#myFormulaListImg tr>td>a.check{
	margin-bottom: 10px;
}
.myFormulaListTableList.love tr>td{
	width: 16.6%;
}
.myFormulaListTableHeader.love>tr>td{
	width: 16.6%;
}
/*通过编号查询*/
.publicSearchFormByNumber{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.publicSearchFormByNumber>div.line{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}
.publicSearchFormByNumber>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.publicSearchFormByNumber>div.line>input{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.publicSearchFormByNumber>div.line>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.publicSearchFormByNumber>div.button{
	width: 30%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
	float: right;
	font-size: 0.875em;
}
.myFormulaCollectionTabBox,.myFormulaCollectionTabBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.myFormulaCollectionTabBox>ul>li{
	display: none;
}
.myFormulaCollectionTabBox>ul>li.active{
	display: block;
}
.myFormulaListTableList.love tr>td>a.check{

}
/*上传配方页面*/
.myFormulaUploadTabBox,.myFormulaUploadTabBox>ul,.myFormulaUploadTabBox>ul>li{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.myFormulaUploadTabBox>ul>li{
	display: none;
}
.myFormulaUploadTabBox>ul>li.active{
	display: block;
}
.myFormulaUploadTabContentBox{
	width: 96%;
	height: auto;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.myFormulaUploadTabContentBox>p.head{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	color: #333;
	font-size: 1em;
	margin-bottom: 10px;
	text-align: center;
}
.myFormulaUploadFormBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.myFormulaUploadFormBox>div.line{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
.myFormulaUploadFormBox>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.myFormulaUploadFormBox>div.line>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.myFormulaUploadFormBox>div.line>input{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.myFormulaUploadFormBox>div.line>textarea{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 2px;
	resize: none;
	padding: 5px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 0.875em;
	outline-color: #4888ef;
}
.myFormulaUploadFormBox>div.line>div.formulaList{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	padding: 6px 4px;
}
.myFormulaUploadFormBox>div.line>div.formulaList>p{
	color: #666;
	font-size: 0.875em;
	margin-bottom: 5px;
}
.myFormulaUploadFormBox>div.line>div.formulaList>p>span{
	font-weight: bold;
	margin: 0 2%;
	color: #333;
}
.myFormulaUploadFormBox>div.line>div.uploadedImgBox{
	width: 50%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.myFormulaUploadFormBox>div.line>div.uploadedImgBox>img{
	width: 100%;
	display: block;
}
.formulaStyleTwoList{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.formulaStyleTwoList>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	/*margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px dashed #e3e3e3;*/
}
.formulaStyleTwoList>li>div.list{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.formulaStyleTwoList>li>div.list>p.del{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width:6%;
	color: #dc0000;
	text-align: center;
	font-size: 0.625em;
}
.formulaStyleTwoList>li>div.list>div{
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 4px;
	float: left;
	width: 47.5%;
}
.formulaStyleTwoList>li>div.list>div>p{
	color:#333;
	font-size: 0.625em;
	float: left;
	line-height: 40px;
	margin-right: 2%;
	width: 22%;
}
.formulaStyleTwoList>li>div.list>div>p:last-child{
	margin-right: 0;
}
.formulaStyleTwoList>li>div.list>div>input{
	color: #333;
    font-size: 0.875em;
    width: 70%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
	float: left;
}
.formulaStyleTwoList>li>div.list>p.num{
	float: left;
	width: 5%;
	color: #333;
	font-size: 0.875em;
	line-height: 40px;
}
.smLiang{
	clear: both;
	color: #333;
	font-size: 0.625em;
}
.smLiang>span{
	color: #4888ef;
	font-size: 1em;
}
.myFormulaUploadFormBox>div.line>div.formulaList>div.add{
	width: 30%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
	font-size: 0.875em;
}
/*图片上传组件*/
.imgUploadBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    padding: 10px;
}
#fileList div.info{
	color: #333;
	font-size: 0.625em;
}
#fileList div.error{
	color: rgb(255,43,91);
	font-size: 0.625em;
	margin-bottom: 4px;
}
.webuploader-pick{
	background-color: #4888ef!important;
}
.imgUploadBox div.fileDel{
	background: #ffffff;
    border: 1px solid #cfcfcf;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    font-size: 0.625em;
	position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    color: #333;
    text-align: center;
    overflow: hidden;
}
.myFormulaUploadFormBox>div.line>div.submitButton{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
/*热门配方页面*/
.hotFormulaTabContentBox{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.myFormulaListTableHeader.hot>tr>td{
	width: 16.6%;
}
.myFormulaListTableList.hot>tr>td{
	width: 16.6%;
}
.hotFormulaTabBox,.hotFormulaTabBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.hotFormulaTabBox>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
.hotFormulaTabBox>ul>li.active{
	display: block;
}
/*有奖征集*/
.prizeCollectionListBox,.prizeCollectionListBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.prizeCollectionListBox>ul>li{
	margin-top: 10px;
}
.prizeCollectionListBox>ul>li:first-child{
	margin-top: 0;
}
/*色号收集*/
.colorCollectionTabBox,.colorCollectionTabBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.colorCollectionTabBox>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
.colorCollectionTabBox>ul>li.active{
	display: block;
}
.colorCollectionContentBox{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
/*色号收集表单*/
.colorCollectionAddFormBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.colorCollectionAddFormBox>div.line{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
}
.colorCollectionAddFormBox>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.colorCollectionAddFormBox>div.line>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.colorCollectionAddFormBox>div.line>input{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.colorCollectionAddFormBox>div.line>textarea{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 2px;
	resize: none;
	padding: 5px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 0.875em;
	outline-color: #4888ef;
}
.colorCollectionAddFormBox>div.line>div.formulaList{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.colorCollectionAddFormBox>div.line>div.formulaList>p{
	color: #666;
	font-size: 0.875em;
	margin-bottom: 5px;
}
.colorCollectionAddFormBox>div.line>div.formulaList>p>span{
	font-weight: bold;
	margin: 0 2%;
	color: #333;
}
.colorCollectionAddFormBox>div.line>div.formulaList>div.add{
	color: #666;
	font-size: 0.875em;
}
.colorCollectionAddFormBox>div.line>div.submitButton{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
/*table表格不同格数样式*/
/*2*/
.myFormulaListTableHeader.two>tr>td{
	width: 50%!important;
}
.myFormulaListTableList.two>tr>td{
	width: 50%!important;
}
/*5*/
.myFormulaListTableHeader.five>tr>td{
	width: 20%!important;
}
.myFormulaListTableList.five>tr>td{
	width: 20%!important;
}
/*6*/
.myFormulaListTableHeader.six>tr>td{
	width: 16.6%!important;
}
.myFormulaListTableList.six>tr>td{
	width: 16.6%!important;
}
/*8*/
.myFormulaListTableHeader.eight>tr>td{
	width: 12.5%!important;
}
.myFormulaListTableList.eight>tr>td{
	width: 12.5%!important;
}
/*详细搜索*/
.formulaSearchTabBox,.formulaSearchTabBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.formulaSearchTabBox>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
.formulaSearchTabBox>ul>li.active{
	display: block;
}
/*详细查询表单*/
.formulaSearchTabContentBox{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
}
.formulaSearchTabContentBox.vague{
	padding-top: 3em;
}
.formulaDetailSearchFormBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.formulaDetailSearchFormBox>div.line{
	width: 50%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
	float: left;
	padding: 0 1%;
	position: relative;
}
.formulaDetailSearchFormBox>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.formulaDetailSearchFormBox>div.line>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.formulaDetailSearchFormBox>div.line>input{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.formulaDetailSearchFormBox>div.line>textarea{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	background-color: #fff;
	border-radius: 2px;
	resize: none;
	padding: 5px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 0.875em;
	outline-color: #4888ef;
}
.formulaDetailSearchFormBox>div.line>div.formulaList{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fafafa;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.formulaDetailSearchFormBox>div.line>div.formulaList>p{
	color: #666;
	font-size: 0.875em;
	margin-bottom: 5px;
}
.formulaDetailSearchFormBox>div.line>div.formulaList>p>span{
	font-weight: bold;
	margin: 0 2%;
	color: #333;
}
.formulaDetailSearchFormBox>div.line>div.formulaList>div.add{
	color: #666;
	font-size: 0.875em;
}
.formulaDetailSearchFormBox>div.subLine{
	clear: both;
	width: 90%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 1%;
	margin: auto;
	padding-top: 20px;
}
.formulaDetailSearchFormBox>div.subLine>div.submitButton{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
.formulaStyleTwoList>li>div.list>div.del{
	clear: both;
	float: right;
	width: 30%;
	text-align: right;
	color: #999;
	font-size: 0.875em;
	margin-top: 4px;
	margin-bottom: 0;
}
.detailInfoAboutButton{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 0.625em;
    color: #666;
    text-align: center;
}
/*条件筛选介绍*/
.signUpAgreementBg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 999;
	display: none;
}
.signUpAgreementBox{
	width: 90%;
	height:27.6rem;
	border: 5px solid rgba(0,0,0,0.65);
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13.8rem;
	margin-left: -45%;
	display: none;
	box-sizing: border-box;
}
.signUpAgreementBox>div.head{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px 2% 10px 2%;
	color: #333;
}
.signUpAgreementBox>div.head>p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #4888ef;
	font-weight: bold;
}
.signUpAgreementBox>div.textArea{
	width: 100%;
	box-sizing: border-box;
	height: 332px;
	overflow-y:scroll;
	border-bottom: 1px solid #ccc;
	padding: 2%;
	margin-bottom: 10px;
}
.signUpAgreementBox>div.textArea>p{
	color: #666;
	font-size: 14px;
}
.signUpAgreementTrueOrFalseBox{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding: 0 2%;
}
.signUpAgreementTrueOrFalseBox>a{
	display: block;
	width:100%;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #4888ef;
    color: #fff;
    font-size: 0.625em;
}
.signUpAgreementTrueOrFalseBox>a.true{
	float: left;
	width: 49%;
}
.signUpAgreementTrueOrFalseBox>a.false{
	float: right;
}
/*搜索结果页面*/
.searchResultContentBox{
	width: 96%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
}
.searchResultContentListBox{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
/*排序按钮*/
.searchResultContentBox>.sortButtonList{
	width: 100%;
	margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.sortButtonList>p{
	width: 50%;
	text-align: center;
	color: #333;
	line-height: 2.75em;
	font-size: 0.875em;
	float: left;
	background-color: #fafafa;
}
.sortButtonList>p.active{
	background-color: #4888ef;
	color: #fff;
}
/*配方详情下的我的评论*/
.addMyCommentBox{
	width: 96%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #e3e3e3;
}
.addMyCommentBox>p.head{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
    color: #333;
    font-size: 1em;
	margin-bottom: 10px;
	text-align: center;
}
.addMyCommentFormBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.addMyCommentFormBox>div.line{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.addMyCommentFormBox>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.addMyCommentFormBox>div.line>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.addMyCommentFormBox>div.line>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.addMyCommentFormBox>div.submitLine{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.addMyCommentFormBox>div.submitLine>div.submitButton{
	width:80%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    color: #fff;
    background-color: #4888ef;
	font-family: "微软雅黑";
    margin: auto;
	display: block;
}
.addMyCommentFormBox>div.submitLine>input[type="submit"]{
	width:80%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    color: #fff;
    background-color: #4888ef;
	font-family: "微软雅黑";
    margin: auto;
	display: block;
}
/*该配方评论*/
.thisFormulaCommentListBox{
	width: 96%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
	padding-top: 10px;
	border-top:1px solid #e3e3e3;
	margin-top: 10px;
	position: relative;
}
.thisFormulaCommentListBox>p.head{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    color: #333;
    font-size: 1em;
    margin-bottom: 10px;
	border: 1px solid #e3e3e3;
    text-align: center;
	background-color: #fff;
	padding: 1em 0;
}
.thisFormulaCommentList,.thisFormulaCommentList>ul{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.thisFormulaCommentList{
	margin-bottom: 10px;
}
.thisFormulaCommentList>ul>li{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #e3e3e3;
}
.thisFormulaCommentList>ul>li:first-child{
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}
.thisFormulaCommentListStyle{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
.thisFormulaCommentListStyle>div.icon{
	width: 20%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
	border-radius: 100%;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.thisFormulaCommentListStyle>div.icon>img{
	display: block;
	width: 100%;
}
.thisFormulaCommentListStyle>p.userName{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.875em;
}
.thisFormulaCommentListStyle>p.time{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.625em;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #e3e3e3;
}
.thisFormulaCommentListStyle>ul.info,.thisFormulaCommentListStyle>ul.info>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.thisFormulaCommentListStyle>ul.info{
	margin-bottom: 4px;
}
.thisFormulaCommentListStyle>ul.info>li{
	margin-top: 5px;
}
.thisFormulaCommentListStyle>ul.info>li:first-child{
	margin-top: 0;
}
.thisFormulaCommentListStyle>ul.info>li>p{
	color: #666;
	font-size: 0.875em;
}
.thisFormulaCommentListStyle>ul.info>li>p>span{
	color: #333;
}
.thisFormulaCommentListStyle>div.img{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.thisFormulaCommentListStyle>div.img>p{
	float: left;
	width: 18%;
	color: #666;
	font-size: 0.875em;
}
.thisFormulaCommentListStyle>div.img>img{
	display: block;
	width: 40%;
	float: right;
}
/*新增注册协议*/
.signUpAgreementBg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 999;
	display: none;
}
.signUpAgreementBox{
	width: 90%;
	height:27.6rem;
	border: 5px solid rgba(0,0,0,0.65);
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13.8rem;
	margin-left: -45%;
	display: none;
	box-sizing: border-box;
}
.signUpAgreementBox>div.head{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding: 10px 2% 10px 2%;
	color: #333;
}
.signUpAgreementBox>div.head>p{
	width: 100%;
	font-size: 18px;
	text-align: center;
	color: #4888ef;
	font-weight: bold;
}
.signUpAgreementBox>div.textArea{
	width: 100%;
	box-sizing: border-box;
	height: 332px;
	overflow-y:scroll;
	border-bottom: 1px solid #ccc;
	padding: 2%;
	margin-bottom: 10px;
}
.signUpAgreementBox>div.textArea>p{
	color: #666;
	font-size: 14px;
}
.signUpAgreementTrueOrFalseBox{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding: 0 2%;
}
.signUpAgreementTrueOrFalseBox>a{
	display: block;
	width:49%;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #4888ef;
    color: #fff;
    font-size: 14px;
}
.signUpAgreementTrueOrFalseBox>a.true{
	float: left;
}
.signUpAgreementTrueOrFalseBox>a.false{
	float: right;
}
/*配方评论页面*/
.formulaCommentTabBox,.formulaCommentTabBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.formulaCommentTabBox>ul>li{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}
.formulaCommentTabBox>ul>li.active{
	display: block;
}
.formulaCommentTabContentBox{
	width: 96%;
	height: auto;
	overflow:hidden;
	box-sizing: border-box;
	margin: auto;
}
.formulaCommentListBox{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
/*个人中心*/
.userCenterUserInfoBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 2% 30px 2%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
	background-image: url(/static/images/wap/userCenterBg.png);
	background-repeat: repeat;
	background-position: center center;
	background-color: #4888ef;
	background-size: cover;
}
.userCenterUserInfoBox>p.mail{
	width: 30%;
	line-height: 40px;
	text-align: center;
	color: #69470c;
	background-color: #ffb83b;
	font-size: 0.875em;
	margin: auto;
	margin-top: 10px;
}
.userCenterUserInfoBox>.isFollowedText{
	position: absolute;
	right: 2%;
	top: 2%;
	color: #bcd5e6;
	font-size: 1em;
}
.userCenterUserInfoBox>.unFollowedText{
	position: absolute;
	right:2%;
	top: 2%;
	color: #eef2f5;
	font-size: 1em;
}
.userCenterUserIcon{
	margin: auto;
    width: 30%;
    height: 0;
    padding-top: 30%;
    border-radius: 100%;
    position: relative;
    margin-bottom: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 4px solid #f2f5f9;
}
.userCenterUserBasicInfo{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	padding: 0 2%;
	margin-bottom: 10px;
}
.userCenterUserBasicInfo>li{
	text-align: center;
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userCenterUserBasicInfo>li.name{
	color: #fff;
	font-size: 1.2em;
}
.userCenterUserBasicInfo>li.sign{
	color: #fff;
	font-size: 0.875em;
	word-break: break-all;
}
.userCenterUserBasicInfo>li.isFollow{
	margin-top: 4px;
	text-align: center;
}
.userCenterUserBasicInfo>li.isFollow>a.yes{
	display: inline-block;
	text-align: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 2px;
    height: 2.6rem;
    line-height: 2.6rem;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #ccc;
	box-sizing: border-box;
	width: 30%;
	margin: auto;
}
.userCenterUserBasicInfo>li.isFollow>a.un{
	display: inline-block;
    height: 2.6rem;
    line-height: 2.6rem;
    color: #eaf3f8;
    font-size: 1em;
    text-align: center;
	border: 1px solid #eaf3f8;
    border-radius: 2px;
	box-sizing: border-box;
	width: 30%;
	margin: auto;
}
.userCenterUserBasicInfo>li.isFollow>a.chat{
	display: inline-block;
    height: 2.6rem;
    line-height: 2.6rem;
    color: #eaf3f8;
    font-size: 1em;
    text-align: center;
	border: 1px solid #eaf3f8;
    border-radius: 2px;
	box-sizing: border-box;
	width: 30%;
	margin: auto;
}
.userCenterUserFollowAndFansAndPostNumBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	padding-top: 10px;
	border-top: 1px dashed #f2f5f9;
}
.userCenterUserFollowAndFansAndPostNumBox>li{
	width: 33.3%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.userCenterUserFollowAndFansAndPostNumBox>li>h3{
	color: #ceddf1;
	font-size: 0.875em;
	font-weight: normal;
}
.userCenterUserFollowAndFansAndPostNumBox>li>a{
	display: block;
	color: #fafafa;
	font-size: 0.7em;
}
.userCenterUserFollowAndFansAndPostNumBox>li:nth-child(4){
	margin-bottom: 0;
}
.userCenterUserFollowAndFansAndPostNumBox>li:nth-child(5){
	margin-bottom: 0;
}
.userCenterUserFollowAndFansAndPostNumBox>li:nth-child(6){
	margin-bottom: 0;
}
.userCenterFunctionListBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.userCenterFunctionListBox>div.head{
	padding: 0 2%;
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
}
.userCenterFunctionListBox>div.head>p{
	color: #333;
	font-size: 1em;
	text-align: center;
}
.userCenterFunctionListBox>div.list,.userCenterFunctionListBox>div.list>ul{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userCenterFunctionListBox>div.list>ul>li{
	width: 25%;
	float: left;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.userCenterFunctionListBox>div.list>ul>li:nth-child(5){
	border-bottom: none;
}
.userCenterFunctionListBox>div.list>ul>li:nth-child(6){
	border-bottom: none;
}
.userCenterFunctionListBox>div.list>ul>li:nth-child(7){
	border-bottom: none;
}
.userCenterFunctionListBox>div.list>ul>li>a.icon{
	width: 100%;
	display: block;
	height: 0;
	padding-top: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 30%;
	background-size: 30%;
	position: relative;
}
.userCenterFunctionListBox>div.list>ul>li>a.icon>p{
	color: #666;
	font-size: 0.875em;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20%;
	width: 100%;
}
.userCenterFunctionListBox>div.list>ul>li>a.icon.icon1{
	background-image: url(/static/images/wap/userCenterIcon1.png);
}
.userCenterFunctionListBox>div.list>ul>li>a.icon.icon2{
	background-image: url(/static/images/wap/userCenterIcon2.png);
}
.userCenterFunctionListBox>div.list>ul>li>a.icon.icon3{
	background-image: url(/static/images/wap/userCenterIcon3.png);
}
.userCenterFunctionListBox>div.list>ul>li>a.icon.icon4{
	background-image: url(/static/images/wap/userCenterIcon4.png);
}
.userCenterFunctionListBox>div.list>ul>li>a.icon.icon5{
	background-image: url(/static/images/wap/userCenterIcon5.png);
}
.userCenterFunctionListBox>div.list>ul>li>a.icon.icon6{
	background-image: url(/static/images/wap/userCenterIcon6.png);
}
.userCenterUserLoginOutButton{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.userCenterUserLoginOutButton>a{
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: auto;
	font-size: 1em;
	text-align: center;
	background-color: #ea2d26;
	border-radius: 2px;
}
/*首页外其他板块的搜索*/
.publicSearchBox{
	width: 96%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 10px;
}
.publicSearchFormLine{
	width:84%;
	float: left;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.publicSearchFormLine>input[type="text"]{
	width: 100%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ccc;
	border-right: none;
    outline: none;
    font-family: "微软雅黑";
    box-sizing: border-box;
    padding-left: 3%;
	display: block;
	border-radius: 2px 0 0 2px;
}
.publicSearchButtonLine{
	width: 16%;
	float: right;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.publicSearchButtonLine>div{
	width: 100%;
    height: 46px;
    line-height: 46px;
    outline: none;
    font-family: "微软雅黑";
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #4888ef;
	border-radius: 0 2px 2px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image:url(/static/images/wap/searchIcon.png);
	background-size: 50%;
}
/*他人查看我的用户中心*/
.userCenterCheckByOtherFormulaListBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.userCenterCheckByOtherBox>p.head{
	padding: 0 2%;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
	color: #333;
    font-size: 1em;
    text-align: center;
}
.userCenterCheckByOtherFormulaListBox{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
/*2017.11.28新增切换按钮*/
.colorTabButton{
	width: 30%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
/*2017.11.29新增个人中心的密码相关页面*/
.userCenterPwdFunctionBg{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.userCenterPwdFunctionFormBox{
	width: 96%;
    height: auto;
	margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userCenterPwdFunctionFormBox>div.line{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.userCenterPwdFunctionFormBox>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.userCenterPwdFunctionFormBox>div.line>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.userCenterPwdFunctionFormSubmitButton{
	width: 96%;
	margin: auto;
    height: 40px;
    line-height: 40px;
    background-color: #4888ef;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    font-family: "微软雅黑";
    border-radius: 2px;
}
/*2017.11.29新增个人资料*/
.userCenterPublicBg{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.userCenterPersonalDataFormBox{
	width: 96%;
    height: auto;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userCenterPersonalDataFormBox div.line{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.userCenterPersonalDataFormBox div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.userCenterPersonalDataFormBox div.line>div.canNotChangeContent{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.userCenterPersonalDataFormBox div.line>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.userCenterPersonalDataFormBox div.line>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
/*服务点修改和新增*/
/*注册服务点*/
.serviceStationBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
}
.serviceStationBox.first{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.serviceStationBox>*{
	margin-top: 10px;
}
.serviceStationBox>:first-child{
	margin-top: 0;
}
.serviceStationBox>div.location{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.serviceStationBox>div.location>*{
	margin-top: 6px;
}
.serviceStationBox>div.location>:first-child{
	margin-top: 0;
}
.serviceStationBox>div.location>p{
	color: #666;
	font-size: 0.625em;
}
.serviceStationBox>div.location>p>span{
	float: right;
	color: #4888ef;
}
.serviceStationBox.first>div.location>p>span{
	display: none;
}
.serviceStationBox>div.location>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.serviceStationBox>div.location>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.serviceStationBox>div.name{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.serviceStationBox>div.name>:first-child{
	margin-bottom:6px;
}
.serviceStationBox>div.name>p{
	color: #666;
    font-size: 0.625em;
}
.serviceStationBox>div.name>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fafafa;
}
.serviceStationBox>div.carAbout{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.serviceStationBox>div.carAbout>*{
	margin-top: 6px;
}
.serviceStationBox>div.carAbout>:first-child{
	margin-top: 0;
}
.serviceStationBox>div.carAbout>p{
	color: #666;
    font-size: 0.625em;
	position: relative;
	line-height: 1.75em;
}
.serviceStationBox>div.carAbout>p>span{
	float: right;
	color: #4888ef;
	font-size: 0.625em;
}
.serviceStationBox>div.carAbout.first>p>span{
	display: none;
}
.serviceStationBox>div.carAbout>select{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.carAboutAddButton{
	color: #4888ef;
	font-size: 0.625em;
}
.serviceStationAddButton{
	color: #4888ef;
	font-size: 0.625em;
}
.userCenterPersonalDataFormBox>div.submit{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
	margin: auto;
    font-size: 0.875em;
}
/*色号选择的上下页选择默认隐藏*/
#colorCollectionPageChoose{
	display: none;
}
#colorCollectionPageChoose.active{
	display: table;
}
/*2017.11.30新增详细配方的图片区域*/
.formulaDetailsImgListBox{
	width: 96%;
    margin: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.formulaDetailsImgListBox>p.head{
    color: #333;
    font-size: 1em;
	margin-bottom: 10px;
    font-weight: normal;
}
.formulaDetailsImgListBox>div.box{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.formulaDetailsImgListBox>div.box>img{
	display: block;
	width: 100%;
}
.formulaDetailsImgListBox>div.box>p{
	text-align: center;
	color: #999;
	font-size: 0.875em;
}
/*2017.12.4新增收藏和未收藏按钮display: none;*/ 
.publicFormulaLoveButton{
	position: absolute;
	right: 10px;
	top: 0;
    line-height: 30px;
    padding: 0 0.625em;
    text-align: center;
    color: #fff;
    background-color: #4888ef;
    font-size: 0.875em;
	border-radius: 5px;
}
/*2019.09.11新增添加好友按钮display: none;*/ 
.publicFormulaFriendButton{
	position: absolute;
	left: 10px;
	top: 0;
    line-height: 30px;
    padding: 0 0.625em;
    text-align: center;
    color: #fff;
    background-color: #4888ef;
    font-size: 0.875em;
	border-radius: 5px;
}
/*display: none;*/
.publicFormulaLovedButton{ 
	position: absolute;
	right: 10px;
	top: 0;
    line-height: 30px;
    padding: 0 0.625em;
    text-align: center;
    color: #fff;
    background-color: #fff;
	color: #666;
	border: 1px solid #e3e3e3;
    font-size: 0.875em;
	border-radius: 5px;
}
.publicFormulaLoveButton.active{
	display: block!important;
}
.publicFormulaLovedButton.active{
	display: block!important;
}
/*点赞按钮*/
.publicFormulaZanBox{
	display: table;
	margin: auto;
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
}
.publicFormulaZanBox>div.img{
	width: 3em;
	height: 3em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/static/images/zan.png);
	margin-bottom: 10px;
}
.publicFormulaZanBox>p.num{
	height: auto;
	overflow:hidden;
	box-sizing: border-box;
	color: #333;
}
.publicFormulaZanBox>p.num>span{
	display: block;
	font-weight: normal;
	color: #666;
	font-size: 0.875em;
	text-align: center;
}
.userCenterPersonalDataFormBox input[type="text"]{
	background-color: #fff!important;
}
/*2017.12.8新增帖子内容详情*/
.fansPlatePostContentBg{
	width:100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.fansPlatePostUserInfoBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}
.fansPlatePostUserInfoBox>div.icon{
	width:14%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 4px;
}
.fansPlatePostUserInfoBox>div.icon>img{
	display: block;
	width: 100%;
}
.fansPlatePostUserInfoBox>h3{
	text-align: center;
    color: #333;
    font-size: 1em;
    font-weight: normal;
}
.fansPlatePostUserInfoBox>h4{
	text-align: center;
    color: #666;
    font-size: 0.875em;
    font-weight: normal;
}
.fansPlatePostContentBox{
	width: 96%;
    margin: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.fansPlatePostContentBox>h1.title{
	text-align: center;
    width: 100%;
    color: #333;
    font-size: 1em;
    box-sizing: border-box;
    border-left: 1px solid #eee;
	font-weight: normal;
	background-color: #fafafa;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 2%;
}
.fansPlatePostContentBox>p.content{
    width: 100%;
    color: #666;
    font-size: 0.875em;
    box-sizing: border-box;
    padding: 2%;
}
.fansPlatePostContentBox>
/*上传日志页面*/
.fansPlatePostAddBox{
	width: 96%;
    margin: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userAddPostFormBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userAddPostFormBox>div.line{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
}
.userAddPostFormBox>div.line:first-child{
	margin-top: 0;
}
.userAddPostFormBox>div.line>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.userAddPostFormBox>div.line>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
}
.userAddPostFormBox>div.line>textarea{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 2px;
    resize: none;
    padding: 5px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.875em;
    outline-color: #4888ef;
}
.userAddPostFormBox>div.line>div.uploadedImgBox{
	width: 50%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userAddPostFormBox>div.line>div.uploadedImgBox>img{
	display: block;
	width: 100%;
}
.userAddPostFormBox>div.submitLine{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
}
.userAddPostFormBox>div.submitLine>div.submitButton{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    font-size: 0.875em;
}
.userAddPostFormBox>div.submitLine>div.del{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #666;
    border-radius: 2px;
    background-color: #e3e3e3;
    font-size: 0.875em;
	border:1px solid #ccc;
}
.fansPlatePostAddBox{
	width: 96%;
	margin: auto;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fansPlatePostContentImgBox{
	width: 96%;
    margin: auto;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.fansPlatePostContentImgBox>p.head{
	text-align: center;
    width: 100%;
    color: #333;
    font-size: 1em;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    font-weight: normal;
    background-color: #fafafa;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 2%;
}
.fansPlatePostContentImgBox>div.img{
	width: 100%;
    color: #666;
    font-size: 0.875em;
    box-sizing: border-box;
    padding: 2%;
	text-align: center;
}
.fansPlatePostContentImgBox>div.img>img{
	display: block;
	width: 100%;
}
.fansPlatePostListUserFuntionBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 2%;
}
.fansPlatePostListUserFuntionBox>div.updata{
	float: left;
	width: 28%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    font-size: 0.875em;
}
.fansPlatePostListUserFuntionBox>div.check{
	float: right;
	width: 28%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    font-size: 0.875em;
}
/*云粉团*/
.fansPlateIndexTopFormBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.fansPlateIndexTopFormBox>div.line{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
	margin-top: 10px;
	display: flex;
}
.fansPlateIndexTopFormBox>div.line:first-child{
	margin-top: 0;
}
.fansPlateIndexTopFormBox>div.line>textarea{
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 2px;
    resize: none;
    padding-left:2%;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.875em;
	flex: 1;
	height: 36px;
	line-height: 36px;
}
.fansPlateIndexTopFormBox>div.line>p.detailButton{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 1.5em;
}
.fansPlateIndexTopFormBox>div.line>div.submit{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
.fansPlateIndexTwitterListBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterListBox>ul{
	width: 96%;
	margin: auto;
}
.fansPlateIndexTwitterListBox>ul>li{
	margin-top: 10px;
}
.fansPlateIndexTwitterListBox>ul>li:first-child{
	margin-top: 0;
}
.fansPlateIndexTwitterListStyle{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
	background-color: #fff;
	padding: 2%;
}
.fansPlateIndexTwitterListStyle>div.userInfo{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
	display: flex;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterListStyle>div.userInfo>div.icon{
	width: 36px;
    padding-top: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    overflow: hidden;
    box-sizing: border-box;
	margin-right: 8px;
}
.fansPlateIndexTwitterListStyle>div.userInfo>div.info{
	flex: 1;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.fansPlateIndexTwitterListStyle>div.userInfo>div.info>p.name{
	color: #333;
	font-size: 0.875em;
	height: 19px;
	line-height: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fansPlateIndexTwitterListStyle>div.userInfo>div.info>p.time{
	color: #666;
	font-size: 0.625em;
	height: 17px;
	line-height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fansPlateIndexTwitterListStyle>p.textContent{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	color: #333;
	font-size: 0.875em;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterListStyle>div.img{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.fansPlateIndexTwitterListStyle>div.img>img{
	display: block;
	width: 100%;
}
.fansPlateIndexTwitterListStyle>div.userFunction{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.fansPlateIndexTwitterListStyle>div.userFunction>p.pl{
	float: right;
    text-align: center;
    color: #333;
    border-radius: 2px;
    font-size: 0.875em;
	line-height: 22px;
}
.fansPlateIndexTwitterListStyle>div.userFunction>p.pl>img{
	vertical-align: middle;
}
.fansPlateIndexTwitterListStyle>div.userFunction>p.zf{
    text-align: center;
    color: #333;
    border-radius: 2px;
    float: left;
    font-size: 0.875em;
	line-height: 22px;
}
.fansPlateIndexTwitterListStyle>div.userFunction>p.zf>img{
	vertical-align: middle;
}
.fansPlateIndexTwitterListStyle>div.plTextAreaBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10px;
}
.fansPlateIndexTwitterListStyle>div.plTextAreaBox>textarea{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 2px;
    resize: none;
    padding: 5px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.875em;
    outline-color: #4888ef;
}
.fansPlateIndexTwitterListStyle>div.plTextAreaBox>div.submit{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
	margin-top: 6px;
}
.fansPlateIndexTwitterListStyle>ul.plList{
	margin-top: 10px;
	/*border-top: 1px solid #e3e3e3;
	padding-top: 10px;*/
}
.fansPlateIndexTwitterListStyle>ul.plList>li{
	margin-top: 5px;
}
.fansPlateIndexTwitterListStyle>ul.plList>li>p{
	font-size: 0.875em;
	color: #333;
	font-weight: bold;
	word-break:break-all
}
.fansPlateIndexTwitterListStyle>ul.plList>li>p>span{
	font-size: 0.875em;
	color: #333;
	font-weight: normal;
	margin-left: 4px;
}
.fansPlateIndexTwitterListStyle>ul.plList>li:first-child{
	margin-top: 0;
}
/*转发的动态显示*/
.forwardedTwitterBox{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    background-color: #efefef;
    padding: 3%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.forwardedTwitterBox>div.top{
	width: 100%;
}
.forwardedTwitterBox>div.top>p.name{
	color: #333;
    font-size: 0.875em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forwardedTwitterBox>div.top>p.time{
	color: #666;
    font-size: 0.625em;
    height: 17px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.forwardedTwitterBox>p.content{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    color: #333;
    font-size: 0.875em;
    margin: 10px 0;
	font-weight: bold;
}
.forwardedTwitterBox>div.userFunction{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.forwardedTwitterBox>div.userFunction>p.zf{
	text-align: center;
    color: #333;
    border-radius: 2px;
    float: left;
    font-size: 0.875em;
    line-height: 22px;
}
.forwardedTwitterBox>div.userFunction>p.zf>img{
	vertical-align: middle;
}
.forwardedTwitterBox>div.userFunction>p.pl{
	text-align: center;
    color: #333;
    border-radius: 2px;
    float: right;
    font-size: 0.875em;
    line-height: 22px;
}
.forwardedTwitterBox>div.userFunction>p.pl>img{
	vertical-align: middle;
}
.forwardedTwitterBox>ul.plList{
	margin-top: 10px;
    /*border-top: 1px solid #e3e3e3;
    padding-top: 10px;*/
}
.forwardedTwitterBox>ul.plList>li{
	margin-top: 5px;
}
.forwardedTwitterBox>ul.plList>li>p{
	font-size: 0.875em;
	color: #333;
	font-weight: bold;
	word-break:break-all
}
.forwardedTwitterBox>ul.plList>li>p>span{
	font-size: 0.875em;
	color: #333;
	font-weight: normal;
	margin-left: 4px;
}
.forwardedTwitterBox>ul.plList>li:first-child{
	margin-top: 0;
}
.forwardedTwitterBox>div.plTextAreaBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10px;
}
.forwardedTwitterBox>div.plTextAreaBox>textarea{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 2px;
    resize: none;
    padding: 5px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.875em;
    outline-color: #4888ef;
}
.forwardedTwitterBox>div.plTextAreaBox>div.submit{
	width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
	margin-top: 6px;
}
/*发表详细动态*/
.fansPlateIndexTwitterAddDetailBg{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.65);
    z-index: 999;
    display: none;
}
.fansPlateIndexTwitterAddDetailBox{
	width: 100%;
    height: auto;
    border: 5px solid rgba(0,0,0,0.65);
    background-color: #fff;
    border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
    display: none;
    box-sizing: border-box;
}
.fansPlateIndexTwitterAddDetailBox>p.head{
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    padding: 10px 2% 10px 2%;
    color: #333;
	width: 100%;
    font-size: 1em;
    text-align: center;
}
.fansPlateIndexTwitterAddDetailBox>div.textArea{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterAddDetailBox>div.title>input{
	color: #333;
    font-size: 0.875em;
    width: 96%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
	margin: auto;
	display: block;
}
.fansPlateIndexTwitterAddDetailBox>div.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterAddDetailBox>div.textArea>textarea{
	width: 96%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 2px;
    resize: none;
    padding: 5px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.875em;
	margin: auto;
	display: block;
}
.fansPlateIndexTwitterAddDetailBox>div.img{
	width: 96%;
	margin: auto;
	height:auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterAddDetailBox>div.img>p{
	color: #666;
    font-size: 0.875em;
    margin-bottom: 4px;
}
.fansPlateIndexTwitterAddDetailBox>div.submitButton{
	width: 96%;
	margin: auto;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    font-size: 0.875em;
	margin-bottom: 10px;
}
.fansPlateIndexTwitterAddDetailBox>div.closeButton{
	position: absolute;
	left:50%;
	bottom: -46px;
	width: 30px;
	height: 30px;
	background-image: url(/static/images/wap/closeButton.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: -15px;
}
.fixedAddPostButton{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	background-size: 50%;
	background-color: #4888ef;
	background-image: url(/static/images/wap/addPostButton.png);
	position: fixed;
	right: 2%;
	bottom: 78px;
	display: block;
}
/*好友搜索*/
.searchFriendFormBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.searchFriendFormBox>div.line{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    margin-top: 10px;
    display: flex;
}
.searchFriendFormBox>div.line:first-child{
	margin-top: 0;
}
.searchFriendFormBox>div.line>input{
	overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 2px;
    resize: none;
    padding-left: 2%;
    font-family: "微软雅黑";
    color: #333;
    font-size: 0.875em;
    flex: 1;
    height: 36px;
    line-height: 36px;
}
.searchFriendFormBox>div.line>p.searchButton{
	width: 36px;
    height: 36px;
    line-height: 36px;
	background-repeat: no-repeat;
	background-position:center;
	background-image: url(/static/images/wap/friendSearchButton.png);
	background-size: 78%;
}
/*好友列表*/
.userFriendListBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userFriendListBox>ul{
	width: 96%;
    margin: auto;
}
.userFriendListBox>ul>li{
    margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
}
.userFriendListBox>ul>li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.userFriendStyle{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 10px;
}
.userFriendStyle>div.cancelFollow{
	width: 77px;
    height: 36px;
	border-radius: 4px;
	background-color: #e5eaf3;
	color:#777a7f;
	text-align: center;
	font-size: 0.875em;
	line-height: 36px;
    overflow: hidden;
    box-sizing: border-box;
	border: 1px solid #e3e3e3;
}
.userFriendStyle>div.follow{
	width: 77px;
    height: 36px;
	border-radius: 4px;
	background-color: #4888ef;
	color:#fff;
	text-align: center;
	font-size: 0.875em;
	line-height: 36px;
    overflow: hidden;
    box-sizing: border-box;
}
.userFriendStyle>div.userIcon{
	width: 36px;
    padding-top: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 8px;
}
.userFriendStyle>div.userInfo{
	flex: 1;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.userFriendStyle>div.userInfo>p.name{
	color: #333;
    font-size: 0.875em;
    height: 19px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.userFriendStyle>div.userInfo>p.text{
	color: #666;
    font-size: 0.625em;
    height: 17px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.userFriendStyle>div.userInfo>p.text>span:first-child{
	margin-right: 10px;
}
.userCenterSendEmailBox{
	top: 70px!important;
}
/*云公告日志*/
.signPlatePostListBox,.signPlatePostListBox>ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.signPlatePostListBox>ul>li{
	margin-top: 10px;
}
.signPlatePostListBox>ul>li:first-child{
	margin-top: 0;
}
.signPlatePostListStyle{
	width: 96%;
	margin: auto;
	overflow: hidden;
	box-sizing: border-box;
	height: auto;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.signPlatePostContentColunmNameBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fafafa;
    cursor: pointer;
	border-bottom: 1px solid #eee;
}
.signPlatePostContentColunmNameBox>p{
	float: left;
	line-height: 40px;
	font-size: 1em;
	color: #333;
	height: 40px;
	width: 93%;
	padding-left: 2%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.signPlatePostContentColunmNameBox>div{
	float: right;
    width:5%;
	margin-right: 2%;
    background: url(/static/images/wap/dropDownButton.png) no-repeat center center;
    background-size: 23%;
    height: 40px;
    box-sizing: border-box;
	cursor: pointer;
	transition: all ease .3s;
}
.signPlatePostContentColunmNameBox>div.active{
	transform: rotate(90deg);
 	-moz-transform: rotate(90deg);
  	-ms-transform: rotate(90deg);
  	-webkit-transform: rotate(90deg);
}
.signPlatePostContentColunmNameBox>p>img{
	vertical-align: middle;
	margin-right: 6px;
	width: 20px;
}
.signPlatePostContentColunmContentBox{
	width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
	padding: 10px 10px;
	transition: none;
	background-color: #fff;
	border-bottom: 1px #e3e3e3 dashed;
}
.signPlatePostContentColunmContentBox>p{
	font-size: 0.875em;
	color: #666;
	box-sizing: border-box;
}
.signPlatePostContentColunmContentBox>div.userIcon>span{
	color: #999;
	font-size: 0.625em;
	display: block;
	box-sizing: border-box;
	line-height: 28px;
	flex: 1;
	text-align: right;
}
.signPlatePostContentColunmContentBox>div.userIcon{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
}
.signPlatePostContentColunmContentBox>div.userIcon>p.icon{
	width:28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.signPlatePostContentColunmContentBox>div.userIcon>p.name{
	box-sizing: border-box;
	color: #666;
	font-size: 0.625em;
	box-sizing: border-box;
	box-sizing: border-box;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 2%;
	flex: 1;
}
.signPlatePostContentColunmContentBox.last{
	border-bottom: none;
}
.signPlatePostListUserFuntionBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 2%;
}
.signPlatePostListUserFuntionBox>div.check{
	float: right;
	width: 28%;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    font-size: 0.875em;
}
.signPlatePostListUserFuntionBox>p.time{
	float: left;
    line-height: 30px;
    color: #999;
    font-size: 0.875em;
}
.signPlateRankTableBox{
	width: 96%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
	margin: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.postListNoResultAlert{
	text-align: center;
	color: #999;
	font-size: 0.875em;
	padding-top: 30px;
}
#signList{
	margin-bottom: 10px;
}
/*积分规则*/
.rulePageContentBox{
	width: 96%;
	margin: auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.rulePageContentBox>h3.title{
	text-align: center;
	color: #333;
	font-size: 1.25em;
	margin-bottom: 6px;
}
.rulePageContentBox>p.time{
	text-align: center;
	color: #999;
	font-size: 0.875em;
	margin-bottom: 10px;
}
.rulePageContentBox>p.content{
	color: #666;
	font-size: 0.875em;
}
/*个人积分板块*/
.userCenterUserInfoBox.credits{
	padding: 20px 2% 20px 2%;
}
.userCenterUserInfoBox.credits>ul.userCenterUserFollowAndFansAndPostNumBox{
	padding-top: 0;
	border-top: none;
}
.userCenterUserInfoBox.credits>ul.userCenterUserFollowAndFansAndPostNumBox>li{
	width: 25%;
	margin-bottom: 0;
}
.userCreditsDetailTableBox{
	width: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
/*汽车品牌选择板块*/
.carPpChooseBg{
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
	justify-content: center;
	align-items: center;
	display: none;
}
.carPpChooseBg.active{
	display: flex;
}
.carPpChooseBox{
	width: 90%;
    height: auto;
    border: 5px solid rgba(0,0,0,0.65);
    background-color: #fff;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
	padding: 2%;
	z-index: 999;
}
.carPpChooseBox>div.formLine{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.carPpChooseBox>div.formLine>input[type="text"]{
	color: #333;
    font-size: 0.875em;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    outline: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding-left: 1%;
    background-color: #fff;
    float: left;
}
.carPpChooseOptionList{
	width: 100%;
	height: 20em;
	overflow: scroll;
	box-sizing: border-box;
}
/*.carPpChooseOptionList>li{
	margin-top: 8px;
	box-sizing: border-box;
	border-top: 1px dashed #ccc;
	padding-top: 8px;
}*/

/*.carPpChooseOptionList>li:first-child{
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}*/
.carPpChooseOptionList>li>p{
	color: #666;
	font-size: 0.875em;
	padding: 12px;
}
.carPpChooseOptionList>li{
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}
.carPpDispalyButton{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}
.carPpChooseBox .closeButton{
	width: 30px;
	height: 30px;
	background-image: url(/static/images/wap/closeButton.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}
/*色号图片上传*/
#filePicker>div:not(.webuploader-pick){
	width: 100%!important;
	height: 100%!important;
}
.imgUploadStartButton{
	width: 60%;
    line-height: 40px;
	margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: #4888ef;
    float: right;
    font-size: 0.875em;
}
#detailFormulaUploadButton{
	margin-bottom: 30px;
}
#imgFormulaUploadButton{
	margin-bottom: 30px;
}
