﻿/*pad*/

img {
	max-width: 100%;
}

#gh {
	float: right;
	height: 36px;
	width: 36px;
	right:30px;
	position: absolute;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor: pointer;
	z-index: 9999;
	display: none;
	top: 25px;
}

.selected #gh {
	transform: rotate(90deg);
}

#gh a {
	background-color: #de1620;
	display: block;
	height: 3px;
	margin-top: -1px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
	border-radius: 2px;
}

#gh a:after,
#gh a:before {
	background-color: #de1620;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
	border-radius: 2px;
}

#gh a:after {
	top: 10px;
}

#gh a:before {
	top: -10px;
}

.selected #gh a:after,
.selected #gh a:before {
	top: 0;
}

.selected #gh a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	background: #de1620;
}

.selected #gh a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	background: #de1620;
}

.selected #gh a {
	background-color: transparent !important;
}


.selected .header .nav {
	display: block;
	z-index: 111;
	position: absolute;
	left: 0;
	top: 80px;
	right: 0;
	margin: 0;
}

.selected .header .nav li a {
	text-align: center;
	width: auto;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	margin: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 50px;
	padding: 0;
}

.selected .header .nav li a {
	color: #000000;
}

.selected .header .nav .selected a {
	border-bottom-color: #73e5b1;
}
@media only screen and (max-width:1180px) {
	.container{
		width: auto;padding: 0 20px;height: auto;
	}
	.xc-show-wrap{
		padding-bottom: 50px;
	}
	.xc-show-header .title h2{
		font-size: 18px;line-height: 1.7;
	}
	.layout{
		width: 360px;margin: 0 auto;background: #fff;overflow: hidden;
	}
	body.gray{
		background: #fff;
	}
	.xc-show-header{
		padding: 0;margin-top: 20px;height: auto;padding-bottom: 20px;
	}
	.xc-show-header .opa-group{
		float: none;margin-top: 0;
	}
	.xc-show-header .title{
		float: none;
	}
	.btn.btn-small.btn-round{
		width: 110px;height: 36px;border-radius: 23px;line-height: 36px;display: block;padding: 0;font-size: 14px;
	}
	.xc-show-wrap .xc-show-content .item > img{
		width: auto;height: auto;
	}
	.xc-show-wrap .xc-show-content{
		width: auto;height: auto;
	}
	#add{
		display: none;
	}
	.xc-show-wrap .xc-show-content .item .info-wrap{
		display: none;
	}
	.xc-show-wrap .xc-show-content{
		margin-top: 30px;
	}
	.owl-mod-1 .owl-nav div{
		width: 40px;height: 40px;
	}
	.xc-show-footer{
		display: none;
	}
	
	
	
	
	
	
	
}