/** 
* Filename: e:\DigoodWorking\2018-Workings\Astsws\PHP\assets\css\custom.css
* Path: e:\DigoodWorking\2018-Workings\Astsws\PHP\assets\css
* Created Date: Tuesday, October 23rd 2018, 2:50:35 pm
* Author: 浩丶IMOYH
* 
* Copyright (c) 2018 OuYangHao
**/

/** 框架布局 **/
.dg-btn {
	display: inline-block;
	border: 2px solid #ddd;
	padding: .4em 1em;
	font-size: 16px;
	margin: .4em .4em .4em 0;
	text-decoration: none;
	font-weight: bold;
	border-radius: 2em;
  }
  
  .dg-btn.dg-theme {
	color: #fff;
	background-color: #434343;
  }
  
  .dg-sider-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #434343;
	padding-left: .5em;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	margin-top: 0;
  }
  
  .dg-side-weight {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-transition: top .5s;
	transition: top .5s;
  }
  
  .dg-layout-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
  }
  
  .dg-layout-wrapper::after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
  }
  
  .dg-layout-main {
	padding-left: 15px;
	padding-right: 15px;
  }
  
  .dg-layout-sider {
	padding-left: 15px;
	padding-right: 15px;
  }
  
  .dg-sider-right .dg-layout-main {
	float: left;
	width: calc(100% - 300px);
  }
  
  .dg-sider-right .dg-layout-sider {
	float: left;
	width: 300px;
  }
  
  .dg-sider-left .dg-layout-main {
	float: right;
	width: calc(100% - 300px);
  }
  
  .dg-sider-left .dg-layout-sider {
	float: right;
	width: 300px;
  }
  
  @media (max-width: 996px) {
	.dg-sider-left .dg-layout-main,
	.dg-sider-right .dg-layout-main {
	  float: none;
	  width: 100%;
	}
	.dg-sider-left .dg-layout-sider,
	.dg-sider-right .dg-layout-sider {
	  float: none;
	  width: 100%;
	}
	.dg-fixed {
	  width: 100% !important;
	  position: static !important;
	}
  }
  
  /** 框架布局 END **/
  /**
  * 侧边导航 BEGIN
  **/
  .dg-weight-category-menu a {
	text-decoration: none;
	color: inherit;
  }
  
  .dg-weight-category-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .dg-weight-category-menu .dg-sub-items {
	height: 0;
	display: none;
	overflow: hidden;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item li > span {
	padding-left: 2em;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item li li > span {
	padding-left: 4em;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item > span {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 10px;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item > span:before, .dg-weight-category-menu .dg-list-items .dg-item > span:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: -10%;
	width: 120%;
	height: 2px;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item > span:before {
	bottom: auto;
	top: -2px;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item > span > a:before {
	content: '◈';
	margin-right: 10px;
	display: inline-block;
	width: 10px;
	color: #434343;
  }
  
  .dg-weight-category-menu .dg-list-items .dg-item > span > i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #ddd;
	width: 3em;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	z-index: 9;
	cursor: pointer;
	color: inherit;
	background-color: #434343;
	color: #fff;
  }
  
  /** * 侧边导航 END **/
  .dg-weight-hot-product ul, .dg-weight-hot-product ol, .dg-weight-hot-product li {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .dg-weight-hot-product a {
	text-decoration: none;
	color: inherit;
  }
  
  .dg-weight-hot-product .dg-list-items {
	border: 1px solid #ddd;
	padding: 10px;
  }
  
  .dg-weight-hot-product .dg-list-items .dg-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .dg-weight-hot-product .dg-list-items .dg-item:last-child {
	margin-bottom: 0;
  }
  
  .dg-weight-hot-product .dg-list-items .dg-item .dg-image {
	width: 80px;
  }
  
  .dg-weight-hot-product .dg-list-items .dg-item .dg-image img {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
  }
  
  .dg-weight-hot-product .dg-list-items .dg-item .dg-content {
	width: calc(100% - 100px);
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	vertical-align: center;
	padding-left: 1em;
  }
  
  .dg-weight-hot-product .dg-list-items .dg-item .dg-content .dg-title {
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
	font-weight: 400;
  }
  
  /**
  * 图片滑块 BEGIN
  **/
  .dg-product-images-slider {
	padding-bottom: 20px;
  }
  
  .dg-product-images-slider img {
	width: 100%;
  }
  
  .dg-product-images-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .dg-product-images-slider .dg-image-main {
	position: relative;
  }
  
  .dg-product-images-slider .dg-image-main .dg-image {
	border: 1px solid #ddd;
	position: relative;
  }
  
  .dg-product-images-slider .dg-image-main .dg-image .dg-mark {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	cursor: move;
	display: none;
	z-index: 1;
  }
  
  .dg-product-images-slider .dg-image-main .dg-zoom {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ddd;
	z-index: 999;
	overflow: hidden;
	display: none;
  }
  
  .dg-product-images-slider .dg-image-main .dg-zoom > img {
	position: absolute;
	width: 200%;
	top: 0;
	left: 0;
	max-width: none;
  }
  
  .dg-product-images-slider .dg-image-main:hover .dg-zoom,
  .dg-product-images-slider .dg-image-main:hover .dg-image .dg-mark {
	display: block;
  }
  
  @media (max-width: 768px) {
	.dg-product-images-slider .dg-image-main .dg-zoom,
	.dg-product-images-slider .dg-image-main .dg-image .dg-mark {
	  display: none !important;
	}
  }
  
  .dg-product-images-slider .dg-image-list {
	position: relative;
  }
  
  .dg-product-images-slider .dg-image-list .dg-button {
	position: absolute;
	top: 0;
	width: 5%;
	height: 100%;
	font-size: 1em;
	text-align: center;
	padding: 0;
	border: 1px solid #ddd;
  }
  
  .dg-product-images-slider .dg-image-list .dg-button.dg-prev {
	left: 0px;
  }
  
  .dg-product-images-slider .dg-image-list .dg-button.dg-next {
	right: 0px;
  }
  
  .dg-product-images-slider .dg-image-list .dg-list-wrap {
	width: calc(100% - 10%);
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ddd;
  }
  
  .dg-product-images-slider .dg-image-list .dg-list {
	white-space: nowrap;
	font-size: 0px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  
  .dg-product-images-slider .dg-image-list .dg-image {
	display: inline-block;
	width: 20%;
	cursor: pointer;
	border: 2px solid #fff;
  }
  
  .dg-product-images-slider .dg-image-list .dg-image.active {
	border: 2px solid #434343;
  }
  
  /** * 图片滑块 END **/
  .dg-product-description .dg-des-title {
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
  }
  
  .dg-product-description .dg-des-price strong {
	font-size: 16px;
	font-weight: bold;
  }
  
  .dg-product-description .dg-des-buttons {
	padding: 10px 0;
  }
  
  .dg-tab {
	margin-bottom: 20px;
  }
  
  .dg-tab .dg-tab-nav {
	font-size: 0;
  }
  
  .dg-tab .dg-tab-action {
	display: inline-block;
	background-color: #f5f5f5;
	padding: 10px 20px 7px 20px;
	cursor: pointer;
	font-size: 16px;
	border: 1px solid #ddd;
	border-top-width: 3px;
	font-weight: bold;
  }
  
  .dg-tab .dg-tab-action.active {
	background-color: #fff;
	border-bottom-color: #fff;
	border-top-color: #434343;
	color: #434343;
  }
  
  .dg-tab .dg-tab-panel {
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: -1px;
  }
  
  .dg-tab .dg-tab-content {
	display: none;
  }
  
  .dg-tab .dg-tab-content.active {
	display: block;
  }
  
  @media (max-width: 996px) {
	.dg-tab .dg-tab-action {
	  display: inline-block;
	  width: 100%;
	  background-color: #eee;
	  margin-bottom: 10px;
	}
	.dg-tab .dg-tab-action.active {
	  border-bottom-color: #ddd;
	}
	}
	

	.blockquote {
    margin-bottom: 1rem;
    font-size: 13px;
    border-left: 3px #ddd solid;
    padding: 2em;
    background-color: #f7f8f9;
}


.page-nav {
	padding: 20px 15px;
	text-align: center;
}


.page-nav .nav-list li {
  display: inline-block;
}

.page-nav .nav-list li a {
	border: 1px solid #ddd;
  display: inline-block;
	padding: 10px 20px;
	margin: 5px;
}



.page-nav .nav-list li a:hover {
  background-color: #434343;
	color: #fff;
}

.service-2-content h3 {
	font-size: 13px;
}