﻿body{min-height: calc(100vh + 5px);font-size: 0;;}
/* 公共颜色 */
:root{
    --templateCommenColor: #006cdb;
    --footer-bg-color: #006cdb;
    --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;position: relative;margin-bottom: 0px;border-radius: 5px;}
.main_content{border-radius: 5px;font-size: 12px;}
.main_content_bgc{width: 20px;height: 100%;position: absolute;top: 0;left: 280px;}
h1{font-weight: normal;font-size: 14px;color: #333;}
/* 面包屑 */
.navigation_nav{padding: 20px 0;margin: 0 auto;width: 1200px;line-height: 20px;}
.navigation_nav_item{float: left;font-size: 16px;color: #333;margin-right: 5px;}
/* main中每个单元的公共样式 */
.main_item{background: #fff;color: #333;overflow: hidden;position: relative;margin-bottom: 30px;padding: 30px;border: 1px solid #e4e4e4;border-radius: 5px; box-shadow: 5px 5px 5px #99999959;}
.main_item_title{position: relative;height: 24px;line-height: 24px;margin-bottom: 16px;box-sizing: content-box;}
.main_item_title_lt{float: left;font-size: 20px;color: #006CDB;font-weight: bold;}
.main_item_title_rt{cursor: pointer;font-size: 14px;color: #999;position: absolute;right: 0;text-align: center;}
a:hover{cursor: pointer;color: red;}
/* 分页器 */
.pagination{text-align: right;color: #333;margin: 20px;margin-top: 30px;}
.pagination li {display: inline-block;height: 30px;line-height: 30px;width: 30px;text-align: center;margin-left: 8px;font-size: 14px;border: 1px solid #ccc;border-radius: 5px;}
.pagination .prev,.pagination .next{width: 49px;}
.pagination li.active{background-color: #006CDB;color: #fff;}
.pagination a{color: #333;display: inline-block;width: 100%;height: 100%;}
.pagination li:hover a{color: #fff;}
.pagination li:hover{background-color: #006CDB;}
.pagination .disabled{color: #999;background-color: #fff !important;}
/* 缺省页 */
.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: 1048px;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/renzheng.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}
.gold {background: url(../image/gold_icon.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}
.silver {background: url(../image/silver_icon.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}
.diamond {background: url(../image/diamond_icon.png) left center no-repeat;background-size: 16px 16px;padding-left: 20px;vertical-align: text-top;}