body{ width:100%;font-size:14px; font-family:"微软雅黑","Microsoft YaHei","宋体",Arial, Helvetica, sans-serif;margin:0 auto;padding:0;color:#333; background:#fff; width:100%;}
div,img,h3,h4,p,dd,dl,em{margin: 0; padding: 0; border: 0;}
h1{font:bold 1.26em Arial, Sans-Serif;letter-spacing:-1px;margin:0;padding:0}
h2{font:bold 1.7em Arial, Sans-Serif;letter-spacing:-1px;font-size:16px;color:#000;background:inherit;margin:0 0 5px;padding:0}
p{margin:0 auto}
ul,li{list-style:none;margin:0;padding:0}
form{margin:0}
.left{float:left}
a{text-decoration:none; outline:none;color:#333;}
a:hover{text-decoration:underline;}


header {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    text-align: center;
    display: -webkit-box;
    display: box;
    z-index: 95;
    box-sizing: border-box;
    background-image: linear-gradient(0,#e1e1e1,#e1e1e1 50%,transparent 50%);
    background-position: 100% 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
		position: relative;
    color: #333;
		overflow:hidden;
}
header .back {
    padding-left: 18px;
    display: block;
		position: relative;
    color: #333;
}
header .back span{
    border: 3px solid #666;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -8px;
    display: block;
    background-size: 12px,auto;
    width: 12px;
    height: 12px;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
}
header .placeholder {
    -webkit-box-flex: 1;
}
header .title {
    font-size: 16px;
    position: absolute;
    width: 160px;
    height: 100%;
    text-align: center;
    left: 50%;
    margin-left: -90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
header .info_search {
    display: block;
    border-radius: 8px;
    margin: 10px 15px 9px 8px;
    line-height: 30px;
    color: #666;
    text-align: left;
    border: 2px solid #676767;
    width: 12px;
    height: 12px;
    position: relative;
    top: 0;
    left: 1px;
}
header .info_search::after {
    content: '';
    display: block;
    width: 9px;
    height: 2px;
    border-top: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: -6px;
    bottom: -6px;
}
.shopInfoPagelet {
    position: relative;
}
.shopInfoPagelet .imgFrame {
    position: absolute;
    display: block;
    left: 15px;
    top: 15px;
    z-index: 10;
}
.shopInfoPagelet .imgFrame img{
	width:90px;
	height:66px;
}
.shopInfoPagelet .imgFrame .imgNum {
    height: 18px;
    min-width: 35px;
    line-height: 18px;
    background-color: #001;
    position: absolute;
    bottom: 10px;
    right: 5px;
    opacity: .6;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
}
.shopInfoPagelet .shopPicBg {
    padding: 15px 0 15px 116px;
    background-color: #f0f0f0;
}
.shopInfoPagelet .shopPicBg .shop-name {
    color: #323232;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.shopInfoPagelet .shopPicBg p {
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}
.shopInfoPagelet .shopPicBg p .star {
    margin-right: 5px;
    vertical-align: -1px;
		display: inline-block;
    width: 66px;
    height: 12px;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -33px;
}
.shopInfoPagelet .shopPicBg p .itemNum {
    margin-right: 5px;
}
.shopInfoPagelet .shopPicBg .aboutType {
	  margin-top:3px;
    font-size: 12px;
    color: #999;
}
.info-address {
		border-bottom:#e1e1e1 1px solid;
}
.info-address .item {
    font-size: 16px;
    line-height: 23px;
    padding: 15px 30px 15px 40px;
    position: relative;
    display: block;
    color: #323232;
}
.info-address .icon-address {
		display:inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    background: url(../images/icon.png) no-repeat;
    background-size: 46px;
		background-position: -1px -306px;
}
.info-address .icon-call {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    background: url(../images/icon.png) no-repeat;
    background-position: -1px -388px;
    background-size: 50px;
}

.modebox, .shop-details .modebox .title-item {
    display: block;
    position: relative;
}
.modebox .title-item {
    font-weight: 400;
    padding-left: 15px;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    color: #323232;
		border-bottom: #e1e1e1 1px solid;
}
.modebox.arrowent {
    position: absolute;
    right: 15px;
    top: 50%;
    background-size: 8px 14px;
    margin-top: -4px;
    border: 2px solid #bbb;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
}
.modebox .comment-list {
    display: block;
    margin-top: 0;
}
.modebox .comment-list .singleUser {
    border-bottom: #e1e1e1 1px solid;
    display: -webkit-box;
    padding: 10px 15px 10px 15px;
}
.modebox .comment-list .singleUser .user-pic {
    margin-right: 10px;
    width: 56px;
    padding-right: 0;
}
.modebox .comment-list .singleUser .user-pic img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
.modebox .comment-list .comment {
    -webkit-box-flex: 1;
    display: block;
}

.modebox .comment-list .comment .info {
    position: relative;
}
.modebox .star {
    display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -117px;
}
.modebox .star1 {
    display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -117px;
}
.modebox .star2 {
    display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -100px;
}
.modebox .star3{
    display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -82px;
}
.modebox .star4 {
    display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -49px;
}
.modebox .star5 {
    display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -15px;
}
.modebox .comment-list .singleUser .comment-entry {
    padding-bottom: 0;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #323232;
    word-wrap: break-word;
}
.modebox .comment-list .singleUser .comment-info {
    line-height: 12px;
    color: #777;
    font-size: 0;
    height: 12px;
    margin-top: 5px;
}
.modebox .comment-list .singleUser .comment-info span {
    font-size: 12px;
    margin-right: 5px;
}

.qa {
    position: relative;
		background-color: #f0f0f0;
		padding:10px 0;
}
.qa .qa_main {
    padding: 13px 30px 13px 15px;
		border-top: #e1e1e1 1px solid;
		border-bottom: #e1e1e1 1px solid;
		background:#fff;
}
.qa .qa_main .question {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #333;
}
.qa .qa_main .question .questionPrefix {
    background-color: #fb8e53;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    border-radius: 2px;
    width: 30px;
    height: 18px;
    display: inline-block;
    text-align: center;
    padding: 1px 2px 2px;
    vertical-align: 1px;
}
.qa .qa_main .question .questionText {
    margin-left: -2px;
    font-size: 15px;
}

.shopInfo {
    padding-left: 15px;
		border-bottom: #e1e1e1 1px solid;
}
.shopInfo .infoTitle {
    height: 45px;
    line-height: 45px;
    position: relative;
    font-weight: 400;
		border-bottom: #e1e1e1 1px solid;
}
.shopInfo .otherInfo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.shopInfo .otherInfo .businessTime {
    word-wrap: break-word;
    font-size: 14px;
}

.download-welfare {
    height: 128px;
    margin-left: 15px;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
}
.download-welfare .main {
    background-image: url(../images/ad.png);
    display: flex;
    flex-direction: column;
    height: 108px;
		background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.download-welfare .main .content {
    flex: 1;
    margin-left: 26%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.download-welfare .main .content .line-1 {
    font-size: 18px;
    color: #111;
    font-weight: bolder;
    line-height: 18px;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.download-welfare .main .content .line-2 {
    font-size: 12px;
    color: #777;
    line-height: 12px;
    margin: 8px 0;
    width: 168px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.download-welfare .main .content .btn {
    padding: 8px 14px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
    color: #70510D;
    font-weight: bolder;
    width: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.brand-info {
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
		font-family: Hiragino Sans GB,Arial,Helvetica,"\5B8B\4F53",sans-serif;
}
.brand-info .line-1 {
    display: flex;
    align-items: center;
}
.brand-info .line-1 {
    display: flex;
    align-items: center;
}
.brand-info .line-1 .text {
    color: #bbb;
    font-size: 14px;
    line-height: 14px;
    font-weight: bolder;
    margin: 0 5px 0 11px;
}
.brand-info .line-1 .border-middle {
    width: 34px;
    height: 1px;
		background:#e1e1e1;
}
.brand-info .line-1 .icon-brand-info {
    background-image: url(../images/ad2.png);
    height: 17px;
    width: 71px;
    margin-right: 11px;
		background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.brand-info .line-2{
	margin-top:2px;
}
.brand-info .line-2 .text {
    color: #ccc;
    font-size: 11px;
    line-height: 11px;
}

.shop-recommend-ad {
    background: #f0f0f0;
    overflow: hidden;
}
.shop-recommend-ad .shop-recommend-ad-head {
    font-size: 14px;
    color: #999;
    padding: 10px 15px;
    background: #f0f0f0;
}
.shop-recommend-ad .fl {
    float: left;
}
.shop-recommend-ad .shop-recommend-ad-head span.fr {
    font-size: 12px;
    color: #ccc;
		float:right;
}
.shop-recommend-ad .shop-recommend-ad-box {
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
    background: #fff;
    background-color: #fff;
    position: relative;
}
.shop-recommend-ad .shop-recommend-ad-box .box-basic {
    padding: 10px 15px 5px 0;
}
.shop-recommend-ad .shop-recommend-ad-box .box-basic .row-1 h1 {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
		float: left;
}
.shop-recommend-ad .shop-recommend-ad-box .box-basic .row-1 .shop-distance {
    color: #999;
    font-size: 12px;
		    float: right;
}
.shop-recommend-ad .shop-recommend-ad-box .box-basic .row-2 {
    color: #999;
}
.shop-recommend-ad .shop-recommend-ad-box .box-basic .row-2 span.star {
		display: inline-block;
    width: 66px;
    height: 12px;
    vertical-align: middle;
    background: url(../images/xx.png) no-repeat;
    background-size: 86px auto;
		background-position: 0 -66px;
}
.shop-recommend-ad .shop-recommend-ad-box .box-basic .row-2 span {
    margin: 0 10px 0 0;
    font-size: 12px;
}

.shop-recommend-ad .shop-recommend-ad-box .box-content .shop-moreinfo h1 {
    color: #333;
    font-size: 15px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-recommend-ad .shop-recommend-ad-box .box-content .shop-cover {
    width: 94px;
    height: 70px;
    margin: 10px 0 10px 0;
}
.shop-recommend-ad .shop-recommend-ad-box .box-content .shop-moreinfo.two-rows {
    padding: 20px 15px 20px 10px;
    line-height: 25px;
		box-sizing: border-box;
    color: #999;
		overflow: hidden;
}
.shop-recommend-ad .fl {
    float: left;
}
.shop-recommend-ad .shop-recommend-ad-box .box-content .shop-moreinfo .now-price-tag {
    font-size: 13px;
    color: #f63;
}
.shop-recommend-ad .shop-recommend-ad-box .box-content .shop-moreinfo .now-price {
    color: #f63;
    font-size: 20px;
    margin: 0 5px 0 0;
}
.shop-recommend-ad .shop-recommend-ad-box .box-content .shop-moreinfo .origin-price {
    text-decoration: line-through;
}
.shop-recommend-ad .fr {
    float: right;
}

.simpleFunction {
    margin: 8px 0;
    background-color: #fff;
    display: -webkit-box;
    font-size: 12px;
}
.simpleFunction .functionItem {
    color: #000;
    display: block;
    -webkit-box-flex: 1;
    text-align: center;
    line-height: 15px;
    border-right: 1px solid #f0f0f0;
}
.simpleFunction .functionItem .itemPicBg.writecomment {
		width: 30px;
    height: 27px;
    margin: -2px auto 2px;
    background: url(../images/icon.png) -1px 0 no-repeat;
    background-size: 68px;
}
.simpleFunction .functionItem .itemPicBg.takephoto {
		width: 30px;
    height: 27px;
    margin: -2px auto 2px;
    background: url(../images/icon.png) -1px -43px no-repeat;
    background-size: 68px;
}

.shop-crumbs {
    background-size: 100% 1px;
    color: #000;
    background-color: #f0f0f0;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
		background-position: 100% 100%;
    background-repeat: no-repeat;
}
.shop-crumbs a {
    font-size: 12px;
    color: #323232;
		color: #000;
}
.shop-crumbs font {
    font-size: 12px;
    color: #323232;
		color: #000;
}
.shop-crumbs .arrowent {
    position: static;
    display: inline-block;
    right: 15px;
    top: 50%;
    background-size: 8px 14px;
    margin-top: -8px;
    border: 2px solid #bbb;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: none;
    border-left: none;
}
.footer-tags-box {
    padding: 15px 10px 10px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.footer-tags-box .home-search {
    margin-bottom: 15px;
    position: relative;
    zoom: 1;
    margin-top: 9px;
}
.footer-tags-box .home-search input {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ced0d1;
    height: 45px;
    padding: 0 68px 0 12px;
    -moz-box-shadow: 0 2px 3px -1px #ced0d1 inset;
    -webkit-box-shadow: 0 2px 3px -1px #ced0d1 inset;
    box-shadow: 0 2px 3px -1px #ced0d1 inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    color: #323232;
}
footer {
    text-align: center;
    padding: 15px 5px 10px;
    font-weight: 400;
    font-size: 12px;
}
footer a {
    color: #adadad;
    line-height: 28px;
}
footer .narrow_sep, footer em {
    padding: 0 3px;
		color: #8c8c8c;
    font-weight: 400;
    font-style: normal;
}



.comment-form h2 {
    position: relative;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 40px;
    color: #999;
    background: #f3f3f3;
		font-weight: normal;
    font-size: 100%;
}
.comment-form h2 strong {
    font-size: 1.2em;
    font-weight: normal;
    color: #C00;
    margin-right: 5px;
}
.comment-form h2 em {
    color: #C00;
}
.shop-comment-form .rating-form .form-textarea {
    margin-left:0px;
    height: 100px;
    padding: 2px;
    margin-right: 5px;
    font-family: Tahoma,Geneva,sans-serif;
    border: 1px solid #CCC;
		width: 230px;
}
.shop-comment-form .form-block {
    padding-left: 0;
	  margin-bottom: 11px;
}
.options-wrap .chk-unit li {
    float: left;
    width: 200px;
    padding: 0 10px 10px 0;
}
.shop-comment-form .label {
		text-align: right;
	  float: left;
    margin-right: 0;
    padding-right: 13px;
    width: 84px;
		margin-top:0;
}
.shop-comment-form .txt2{
	padding:2px 3px; 
	font-size:12px;
	width: 230px;
}
.form-block .average {
    float: left;
    width: 73px;
		height: 17px;
    margin-right: 5px;
    padding-left: 2px;
    border: 1px solid #CCC;
}
.shop-comment-form .label em {
    position: relative;
    left: -5px;
    width: 8px;
    overflow: hidden;
		top: 3px;
    margin: 0 1px;
    color: #C00;
		font-style:normal;
		font-weight:normal;
}
.btn-type-b {
    display: inline-block;
    height: 34px;
    padding: 0 0 0 2px;
    font-size: 1.2em;
		margin-right: 10px;
		margin-left:100px;
}
.btn-type-b .form-btn, .btn-type-b .txt {
    float: left;
    height: 34px;
    margin: 0;
    padding: 0 15px 3px 13px;
    font-weight: bold;
    line-height: 34px;
    border: 0;
		color: #fff;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;text-align: center;background-color: #ff8f1f;
}
.notice-block {
    padding: 7px 10px;
    color: #999;
    border: 1px solid #efe0d7;
    background: #fff9f1;
}
.notice-block p {
    margin-bottom: 2px;
}
.notice-block ul {
    list-style: inside disc;
}
.notice-block li {
    margin-bottom: 2px;
}