@CHARSET "UTF-8";


@IMPORT url("/static/comm/css/font-awesome.min.css");
@import url(/static/comm/css/win.m.css);

.ct {
	min-width: 320px;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: auto;
}

.ctBody {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 50px;
}

.itemBlock {
	padding: 0 15px;
	border-bottom: 1px solid #efeff4;
}

.itemName {
	display: flex;
	min-height: 44px;
}

.itemName>span {
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	width: 100%;
	padding-right: 15px;
	word-break: break-all;
}

.itemName>.report {
	min-width: 55px;
	text-align: center;
	border-left: 1px solid #dcdcdc;
	margin-right: -15px;
	margin-top: 5px;
	height: 35px;
	font-size: 12px;
	color: #122e67;
	line-height: normal;
}

.itemName>.report>i {
	font-size: 18px;
    color: #fbb03b;
    margin-bottom: 3px;
}

.report>.icon {
	width: 13px;
	height: 16px;
	background-color: #FBB03B;
	margin: 0 auto;
	margin-bottom: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
	color: white;
}

.price {
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	color: #ff0000;
}

.priceAndPopu {
	height: 25px;
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	margin-top: 3px;
	line-height: 26px;
	font-size: 12px;
}

.priceAndPopu .popularity {
	width: 100%;
	text-align: center;
}

.priceAndPopu .addTime > span, .priceAndPopu .viewNum > span {
	margin-left: 10px;
	color: #000;
}

.shopInfo {
	display: flex;
	padding: 15px;
}

.shopInfo>.shoperFace {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
}

.shopInfo img {
	width: 100%;
	height: 100%;
}

.shopInfo>.infoDetails {
	padding-left: 10px;
}
#shoperCredit {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
.shopInfo .shopType {
	height: 16px;
	width: 16px;
	margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.shopInfo .shopName {
	float: left;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
}

.shopInfo .shopHonor {
	font-size: 12px;
	color: #969696;
	border: 1px solid #dcdcdc;
	display: inline-block;
	border-radius: 25px;
	padding: 0px 4px;
    line-height: 14px;
    height: 16px;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
}
.shopInfo>.toSth {
	line-height: 42px;
	color: #ccc;
	float: right;
	flex: 1;
	text-align: right;
}

.footNav {
	display: flex;
	min-height: 50px;
	background-color: #f8f8f8;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0px 15px;
	min-width: 320px;
	border-top: 1px solid #dcdcdc;
}

.footNav li.navT1 {
	min-width: 36px;
	font-size: 12px;
	color: #969696;
	line-height: normal;
	padding-top: 5px;
}
.navT1 > div {
	display: inline-block;
	text-align: center;
	width: 40px;
}

.footNav>li:LAST-CHILD {
	padding-top: 5px;
	text-align: right;
	flex: 1;
}
.ibtnGroup{
	width: 100%;
	display: flex;
}
.ibtnGroup > .btn {
	flex: 1;
	height: 38px;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	padding: 0;
}

.ibtnGroup > button:FIRST-CHILD {
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
}

.ibtnGroup > button:LAST-CHILD {
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
}
#baojia {
	background-color: #f15a24;
	border-color: #f15a24;
}

.btnIco {
	display: inline-block;
	font-size: 23px;
	line-height: 23px;
}
.btnIcoON {
	background-color: red;
}

.deliver {
	width: 100%;
	height: 10px;
	background-color: #efeff4;
}

.goodsBox {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 10px;
}

.goodsBox .iTitle {
	font-size: 12px;
	color: #969696;
	margin-top: 10px;
}

.imgList {
	margin-top: 15px;
}
.imgList > div {
	margin-bottom: 10px;
}

.imgList img {
	max-width: 100%;
}

.tjBlock {
	border-bottom: 0;
}

.tjBlock>div {
	padding: 0 15px;
}

.tjHead {
	height: 47px;
	line-height: 46px;
	border-bottom: 1px solid #efeff4;
	color: red;
}

.tjHead>*:LAST-CHILD {
	float: right;
	color: #122E67;
}

.tjList {
	font-size: 0;
	padding-bottom: 15px !important;
}

.tjList>div:NTH-CHILD(2n+1) {
	margin-right: 4%;
}

.tjItem {
	width: 48%;
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	background-color: #f8f8f8;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	overflow: hidden;
}
.tjItem:HOVER {
	border: 1px solid #ff0000;
}
.tjItem>.headImg>img {
	width: 100%;
}

.tjPrice {
	color: red;
	font-family: 'Microsoft YaHei';
    margin-top: 3px;
    height: 17px;
}

.tjContent {
	padding: 6px;
}
.tjName {
	word-break: break-all;
	height: 32px;
	overflow: hidden;
	line-height: 16px;
}

.year1:BEFORE {
	content: '壹年店铺'
}
.year2:BEFORE {
	content: '贰年店铺'
}
.year3:BEFORE {
	content: '叁年店铺'
}
.year4:BEFORE {
	content: '肆年店铺'
}
.year5:BEFORE {
	content: '伍年老店'
}
.year6:BEFORE {
	content: '陆年老店'
}
.year7:BEFORE {
	content: '柒年老店'
}
.year8:BEFORE {
	content: '捌年老店'
}
.year9:BEFORE {
	content: '玖年老店'
}
.year10:BEFORE {
	content: '10年老店'
}
.year11:BEFORE {
	content: '11年老店'
}
.year12:BEFORE {
	content: '12年老店'
}
.year13:BEFORE {
	content: '13年老店'
}
.year14:BEFORE {
	content: '14年老店'
}
.year15:BEFORE {
	content: '15年老店'
}
.year16:BEFORE {
	content: '16年老店'
}
.year17:BEFORE {
	content: '17年老店'
}
.year18:BEFORE {
	content: '18年老店'
}
.year19:BEFORE {
	content: '19年老店'
}
.year20:BEFORE {
	content: '20年老店'
}
.year21:BEFORE {
	content: '21年老店'
}
.year22:BEFORE {
	content: '22年老店'
}
.year23:BEFORE {
	content: '23年老店'
}
.year24:BEFORE {
	content: '24年老店'
}

.b {
	font-weight: bold !important;
}
.sellStatus {
	float: right;
	color: #969696;
}
.iMemo {
	word-break: break-all;
}
#manage li {
    padding: 0 12px;
    float: left;
    margin-bottom: 8px;
    position: relative;
    width: 80px;
}
#manage .aboutMark {
	position: absolute;
	display: inline-block;
	width: 56px;
	height: 20px;
}
#manage select.aboutMark {
	background: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    opacity: 0;
}
.yaHei {
	font-family: 'Microsoft YaHei';
}
#msgBox {
	height: 48px;
	line-height: 48px;
	display: flex;
}
#msgBox:HOVER {
	background-color: #efeff4;
}
#msgBox .glyphicon-menu-right {
    line-height: 46px;
    color: #ccc;
}
.msgNum {
	color: #122e67;
	flex: 1;
	text-align: right;
}
#msgNav i {
	margin-top: -2px;
	font-size: 27px;
}
.redColo {
    color: #ff0000 !important;
}

#showPic{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.pageIn{
	z-index: 99;
	background: white;
}
#formReport {
	padding: 0px 15px;
}
legend {
	font-size: 18px;
	padding: 8px 0;
}