body{background-color: #e0e0e0;min-height: calc(100vh + 5px);font-size: 0;;}
/* 公共颜色 */
:root{
    --templateCommenColor: #794DA2;
    --footer-bg-color: #794DA2;
    --footer-color: #fff;
}
/* main公共样式 */
.shenglve{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.shenglve2{overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.content_box{width: 1200px;margin: 0 auto;}
.main_content{border-radius: 5px;font-size: 0;}
h1{font-weight: normal;font-size: 14px;color: #333;}
/* 面包屑 */
.navigation_nav{padding: 20px 0;line-height: 20px;}
.navigation_nav_index{padding-top: 0;}
.navigation_nav_item{float: left;font-size: 16px;color: #333;margin-right: 5px;}
/* main中每个单元的公共样式 */
.main_item{width: 100%;background: #fff;margin-bottom: 20px;border-radius: 5px;padding: 20px;color: #333;position: relative;}
.main_item_title{height: 30px;line-height: 30px;margin-bottom: 20px;}
.main_item_title_lt{float: left;font-size: 18px;color: #794da2;font-weight: bold;}
.main_item_title_rt{float: right;font-size: 12px;color: #999;}
a:hover{cursor: pointer;color: var(--templateCommenColor);}
/* 分页器 */
.pagination{text-align: right;color: #333;padding-bottom: 20px;margin-top: 20px;}
.pagination li {display: inline-block;background-color: #fff;height: 36px;line-height: 36px;width: 36px;text-align: center;border-radius: 5px;margin-left: 8px;font-size: 14px;border: 1px solid #e4e4e4;}
.pagination .prev,.pagination .next{width: 72px;}
.pagination li.active{background-color: #794DA2;color: #fff;border: 1px solid #e4e4e4 !important;}
.pagination a{color: #333;display: inline-block;width: 100%;height: 100%;}
.pagination li:hover a{color: #794DA2;}
.pagination li:hover{border: 1px solid #794DA2;}
.pagination li.disabled{color: #999;background-color: #fff !important; border: 1px solid #e4e4e4;}
/* 缺省页 */
.no_item {text-align: center;font-size: 14px;color: #333;margin-bottom: 40px;}

/*商铺信息*/
.shopInfo{padding-bottom: 34px;}
.shopInfo .main_item_content{display: inline-block;line-height: 30px;font-size: 16px;}
.main_item_shopInfo{width: 100%;display: block;padding-bottom: 30px;padding-top: 28px;}
.shopInfo_item{padding: 20px 0;border-bottom: 1px dashed #ccc;display: block;margin-right: 80px;float: left;}
.shopInfo_item:nth-of-type(1){padding-top: 0;}
.shopInfo_item:nth-of-type(2){padding-top: 0;}
.shopInfo_item:nth-of-type(2n){margin-right: 0;}
.shopInfo_item:nth-last-of-type(1){border-bottom: 0;}
.shopInfo_item:nth-last-of-type(2){border-bottom: 0;}
.shopInfo_item_info{float: left;font-size: 16px;color: #333;width: 100%;margin-bottom: 10px;line-height:30px;}
.shopInfo_item_label{display: block;font-size: 16px;width: 90px;float: left;}
.shopInfo_item_value{display: block;font-size: 16px;width: 1050px;float: left;}
.shopInfo_item_content{display: block!important;font-size: 14px;color:#999;line-height: 22px;margin-bottom: 10px;}
.service,.renzheng{margin-right: 10px;}
.shopInfo_item_info:last-of-type{margin-bottom: 0!important;}
.renzheng {background: url(/image/shop/renzheng.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}
.gold {background: url(/image/shop/gold_icon.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}
.silver {background: url(/image/shop/silver_icon.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}
.diamond {background: url(/image/shop/diamond_icon.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}