
  .gonggao_menu{color:#fff;text-align: center;}
  .gonggao_menu a{color: #FFFFFF;}


	/* customer-index */
	.dc-inspo { }
	.dc-inspo__content {
		position: relative;
		background: url();
	}
	.inspo-header {
		text-align: center;
		width: 90%;
		margin: 0 auto 25px;
	}
	.inspo-header__name {
		padding-top: 20px;
		line-height: 40px;
	}
	.inspo-header__name, .inspo-header__text {
		margin: 0;
		color: white;
		font-size: 1.5em;
		line-height: 30px;
	}
	.inspo-header__sig {
		padding-left: 25px;
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		height: auto;
	}
	@-webkit-keyframes fade {
		from {
			opacity: 0.4; }
		to {
			opacity: 1; }
	}
	@keyframes fade {
		from {
			opacity: 0.4; }
		to {
			opacity: 1; }
	}
	.fade {
		-webkit-animation-name: fade;
		-webkit-animation-duration: 1s;
		animation-name: fade;
		animation-duration: 1s;
	}
	.inspo-shoes{
		padding-bottom: 15px;
	}
	.inspo-shoes .inspo-shoe {
		width: 45%;
		display: inline-block;
	}
	.inspo-shoes .inspo-shoe:first-child {
		display: block;
    	margin: 0 auto;
	}
	.inspo-shoes .inspo-shoe:nth-child(2) {
		margin-left: 5%;
	}
	.inspo-shoe a {
		color: initial;
		line-height: inherit;
		text-decoration: none;
		cursor: pointer;
	}
	.inspo-shoes .inspo-shoe__img {
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.inspo-cta {
		display: none;
		position: absolute;
		top: 45%;
		left: 5px;
		-webkit-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		padding-bottom: 0.8rem;
	}
	.inspo-cta__checkers {
		margin-left: 5px;
		padding-bottom: 5px;
	}
	.inspo-shoes .inspo-shoe__sil {
		font-family: "FannDorenCondensed-Bold","Heiti SC","microsoft yahei";
		font-weight: 100;
		text-transform: uppercase;
		text-align: center;
		color: white;
		margin-bottom: 20px;
	}
	.dc-inspo__content__arrows--previous {
		width: auto !important;
		cursor: pointer;
		position: absolute;
		top: 50%;
		-webkit-transition: 0.6s ease;
		-o-transition: 0.6s ease;
		transition: 0.6s ease;
		left: 20px;
	}
	.dc-inspo__content__arrows--next {
		width: auto !important;
		cursor: pointer;
		position: absolute;
		top: 50%;
		-webkit-transition: 0.6s ease;
		-o-transition: 0.6s ease;
		transition: 0.6s ease;
		right: 20px;
	}


	
