﻿@charset "UTF-8";
@import url("/frontEnd/static/shop/show/comm.w.css");
@import url("/frontEnd/static/shop/show/page.w.css");
@import url("/frontEnd/static/shop/show/left.w.css");

.ct{
	font-family: 微软雅黑,SimSun;
	padding: 0 20px;
}
.m-pagination{
	height: 45px;
	margin-top: -10px;
}
p{margin-bottom: 0}
.clearBoth {
	clear: both;
}

.ctBodyRight {
	float: left;
	width: 940px;
}
.ctBodyRight >div {
	margin-bottom: 15px;
}
.ctBodyRight >div:last-child{
	margin-bottom: 0;
}

#myLocation{margin: 0}

#showVisitor {
	float: right !important;
	padding-right: 0 !important;
}
#showVisitor > span {
	cursor: pointer;
	color: #122E67;
}
#showVisitor > span:HOVER {
	color: #ff8400;
}
#showVisitor > span > i {
	color: #969696;
	margin-left: 5px;
}
#showVisitor > span > i:BEFORE {
	content: "\e259";
}
#showVisitor > .on > i:BEFORE {
	content: "\e260";
}
#showVisitorBox {
	border: 1px solid #dcdcdc;
	border-bottom: 0;
}
#showVisitorBox > li {
	display: inline-block;
	width: 116px;
	padding: 10px;
	float: left;
	overflow: hidden;
}
#showVisitorBox img {
	height: 14px;
	float: left;
    margin: 3px 5px;
}
.thwartNav {
	font-size: 0;
	width: 100%;
	background-color: #F5F5F7;
	border: 1px solid #dcdcdc;
	clear: both;
}

#thwartNav{
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #122E67;
	cursor: pointer;
	float: left;
}

#thwartNav li{
	width: 120px;
	border-right: 1px solid #dcdcdc;
	float: left;
}

#thwartNav li.on {
    background-color: #fff;
    color: #F15A24;
}
#thwartNav li:hover {
	color: #F15A24;
}

.searchBtn {
	width: auto;
	float: right;
	padding-top: 8px;
	padding-right: 15px;
	border-right: none;
}
.searchBtn input {
	height: 30px;
	float: left;
}
.searchBtn input[type='text'] {
	width: 170px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.searchBtn input[type='submit'] {
	width: 50px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	padding: 0;
}
#storeIntro{
	padding: 15px;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
#storeIntro img{
	width: auto!important;
	max-width: 910px;
}
.goodsItem {
	position: relative;
	border: 1px solid #dcdcdc;
	display: inline-block;
	width: 220px;
	height: 326px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 10px;
	float: left;
}
.goodsItem:hover{
	cursor: pointer;
	border-color: #FB4C4F;
}
.goodsItem .itemFace{
	width: 198px;
	height: 198px;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.itemPrice>span:nth-child(1) {
	font-size: 20px;
	font-family: 'Microsoft YaHei';
	color: red;
	display: inline-block;
}
.itemPrice>span:nth-child(2) {
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	float: right;
}
.ItemName {
	height: 40px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: normal;
}
.itemTime {
	padding: 10px 0 5px 0;
	color: #4F4F4F;
}
.itemTime .popularity {
	float: right;
}
.popularity > i {
	display: inline-block;
	width: 14px;
	height: 16px;
	float: left;
	color: #999;
	margin: 2px 3px 0px 0px;
}
.goodsItem:NTH-CHILD(4n) {
	margin-right: 0;
}

.btn, input {
	outline: none !important;
}

#shopHead{
	width: 100%;
	height:180px;
	border: 1px solid #dcdcdc;
	background: #fafafa;
	clear: both;
}
#headLeft{
	float: left;
	height: 160px;
	width:35%;
	margin-top:30px;
	text-align:center;
}
#headLeft .headBlock{
	text-align:center;
}
#shopFace{
	width: 62px;
	height: 62px;
	margin-right: 15px;
	border-radius: 50%;
}

.headBlock .baseLine{
	line-height: 32px;
	height: 32px;
	text-align:center;
	
}

#shopName{
	font-family: "microsoft yahei";
	font-size: 20px;
	color: #122E67;
	margin-right: 10px;
	max-width: 330px;
	white-space: nowrap;
	overflow: hidden;
}
#care{
	width: 62px;
	height: 26px;
	line-height: 14px;
	margin-top: 3px;
	background: white;
}
#shopTypePic{
	width: 16px;
	height: 16px;
	margin: 8px 10px 8px 0;
}
#shopTypeName{
	color: #122E67;
	margin-right: 10px;
}
#numbers{
	float: right;
	height: 40px;
	line-height: 20px;
	margin-top: 30px;
	border-right: 1px solid #dcdcdc;
	margin-right: 15px;
}
#numbers li{
	width: 100px;
	height: 100%;
	border-left: 1px solid #dcdcdc;
	float: left;
	text-align: center;
}
#numbers .num{
	font-family: "microsoft yahei";
}
#numbers .numName{
	color: #5E636D;
	font-size: 12px;
}

#shopInfo{
	position: relative;
	width: 100%;
	line-height: 23px;
	border: 1px solid #dcdcdc;
	padding: 5px 20px;
}
#shopHead ul{
	width: 350px;
}
#shopHead ul,#shopHead ul li,#shopHead ul li span{
	float: left;
}
#shopHead ul li span:first-child{
	color: #5E636D;
}
#shopHead ul li span:last-child{
	color: #000;
}
#shopHead .line li:first-child{
	width: 265px;
}
#shopHead .firstLine li:nth-child(2){
	width: 250px;
}
#shopHead .firstLine li:nth-child(3){
	width: 150px;
}
#shopHead .firstLine li:last-child{
	float: right;
}
#address{
	width: 560px;
	white-space: nowrap;
	overflow: hidden;
}
#phone{
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
}
#city{
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
}
#introLi{
	max-height: 46px;
	overflow: hidden;
}
#introLi li span{
	float: none!important;
}
#intro{
	color: #006600!important;
}
#showMoreIntro{
	position: absolute;
	height: 23px;
	bottom: 5px;
	right: 20px;
}
#showMoreIntro>*{
	float: left;
	background: white;
}
#showMoreIntro>span{
	color: #006600;
}
#preShadow{
	width: 20px;
	background: -webkit-repeating-linear-gradient(left,transparent,#ffffff 50%,#ffffff);
	height: 100%;
}
#shoper{
	letter-spacing: 27px;
	margin-right: -27px;
}
#map{
	color: #F15A24!important;
	margin: 5px;
}
#thwartNavContent{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#thwartNavContent img{
	width: 100%;
}
#thwartNavContent>li{
	width: 100%;
	display: none;
	float: left;
}
#thwartNavContent>li.on{display: block}

.itemPrice{
	height: 38px;
	padding-top: 6px;
}

.recommend{
	width: 74px;
	height: 74px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/frontEnd/static/img/recommend.png');
}

#showType{
	margin: 6px 15px 0 0;
	float: right;
}

ul.listTitle{
	background: #f5f5f5;
	color: black!important;
}
ul.list{
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 4px;
	border: 1px solid #dcdcdc;
	color: #333;
	border-bottom: none;
}
ul.listLine:hover{
	cursor: pointer;
	background: #fafafa;
}
#thwartNavContent .links a:last-child ul.list{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
ul.list li{
	text-align: center;
	float: left;
}
ul.list li:nth-child(1){
	width: 100px;
	position: relative;
}
ul.list li:nth-child(2){
	width: 415px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.manager ul.list li:nth-child(1){
	text-align: left;
	padding-left: 10px;
}
a.link:visited ul.list li:nth-child(2){
	color: #666!important;
}

ul.list li:nth-child(3){
	width: 100px;
}
ul.list li:nth-child(4){
	width: 80px;
}
ul.list li:nth-child(5){
	width: 80px;
}
ul.list li:nth-child(6){
	width: 150px;
}

ul.listLine li:nth-child(3){
	color: #ff0000;
	font-family: "microsoft yahei";
}
ul.listLine li:nth-child(4){
	color: #999999;
}

.checkboxCustom {
	position: relative;
	display: inline-block;
}

.checkboxCustom  input[type="checkbox"] {
	opacity: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	margin: 0;
	top: 11px;
}

.checkboxCustom  label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 19px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}

.checkboxCustom  input[type="checkbox"]:checked+label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	left: 2px;
	top: 14px;
	font-size: 14px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

.checkboxCustom  label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
	width: 20px;
}

.yearPic{top:4px;}
.closed{color: #999999!important;}
.b{font-weight: bold}
.w100{display: inline-block;width: auto;margin-top: 8px}
.w100>span{float: left}
.w16{width: 16px;height: 16px;display: none;margin-top: 10px;background-image: url('/static/img/c2c/icon_c2c.png')}
.cx{background-position: 0 -36px;}
.cxshow{display: inline-block;margin-top: 0;margin-bottom: -3px}
.cxj{display: inline-block;border: 1px solid #f83073;color: #f83073;line-height: 14px;height: 16px;font-size: 13px;padding: 1px}

.licensePic{

}
.tShop{
	height: 20px;
}
.tShop>img{
	height: 20px;
}

#smallLicenseWin{
	display: none;
	width: 400px;
	height: 280px;
	background-image: url("/static/img/shop/license_small.jpg");
	background-size: cover;
}
#smallLicenseWin .popUp{
	width: 100%;
	background-color: unset;
}
#smallLicenseWin .popHead{
	background-color: unset;
}
#smallLicenseWin .popHead i{
	background-image: none;
	color: #E2393C;
	opacity: 0.5;
	font-size: 16px;
}

#smallLicenseWin .note{
	font-size: 12px;
	line-height: 20px;
	margin-top: 60px;
	padding: 0 40px;
}
.note .time{
	padding: 0 10px;
	float: right;
	text-align: center;
	margin-top: 20px;
}
