.textContent{
	text-align: center;
}
#breadTitleBox{
    position: relative;
    margin: 0 80px;
    width: calc(100% - 160px);
}
#breadTitleBox>.titleBtn{
    line-height: 32px;
    font-size: 12px;
    font-family: Futura, Microsoft Yahei, STHeiti, Arial;
    text-transform: uppercase;
    margin: 20px;
    display: inline-block;
}
#breadTitleBox>.titleBtn:hover,#breadTitleBox>.titleBtn.active{
	text-decoration: underline;
}
#breadTitleBox>.title {
    text-align: center;
    line-height: 130px;
    font-size: 32px;
    font-family: SuperiorTitle, Microsoft Yahei, STHeiti, Arial;
    border-bottom: 1px solid #c0c0c0;
    text-transform: uppercase;
}

#breadTitleBox>.breadBox {
    border-top: 1px solid #c0c0c0;
    border-bottom: 0px;
    font-size: 12px;
    font-family: Futura, Microsoft Yahei, STHeiti, Arial;
}
#breadTitleBox>.breadBox {
    text-align: left;
    line-height: 65px;
    vertical-align: middle;
    position: relative;
}

#breadTitleBox>.breadBox>span {
    color: #c0c0c0;
}

#breadTitleBox>.breadBox>a {
    color: #000;
}

#breadTitleBox>.breadBox>a:hover {
    text-decoration: underline;
}
.picLookbook{
	font-size: 0;
	padding:40px 80px;
}
.picLookbook img{
	display: inline-block;
	width: 25%;
}
#lookbookSliderBox {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    top: 0;
}
#lookbookSliderBox>li>img{
	/*height: 100%;*/
}
.lookbookSliderClose{
	position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}
.lookbookSliderRight
,.lookbookSliderLeft{
	position: absolute;
	top:50%;
	-webkit-transform: translate3D(0,-50%,0);
	-ms-transform: translate3D(0,-50%,0);
	-o-transform: translate3D(0,-50%,0);
	transform: translate3D(0,-50%,0);
	cursor: pointer;
	padding:0 20px;
}
.lookbookSliderLeft{
	left: 40px;
}
.lookbookSliderRight{
	right: 40px;
}
@media (min-width: 1025px){
	.concent{
	    width: 60%;
	    max-width: 700px;
	    text-align: center;
	    margin: 20px auto;
	}

	#titleBox{
		margin-bottom: 80px;
	}

	.textWarrper>.p-12,.textWarrper>.base-Btn{
		font-family:Corbel, Microsoft Yahei, STHeiti, Arial;
	}
	.section-container.p-r{
		display:none;
	}
	.boxType5-component:nth-child(even)>.boxText {
	    float: right;
	}
	.boxType5-component:nth-child(even)>.boxPic {
	    float: left;
	}

}
@media (max-width: 1025px){
	.concent{
		width: 100%;
		padding:20px;
	}
	.section-container.boxType3-component>.boxText {
		background-color: #e4e4e4;
	}
}
/*# sourceMappingURL=lookbook.css.map*/