.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-wrapper {
	width: 100%;
	-webkit-transition-property: -webkit-transform,left,top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform,left,top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform,left,top;
	-o-transition-duration: 0s;
	-o-transition-timing-function: ease;
	-o-transform: translate(0,0);
	-ms-transition-property: -ms-transform,left,top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform,left,top;
	transition-duration: 0s;
	transform: translate3d(0,0,0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x
}

html {
	-webkit-text-size-adjust: none;
	background: #333
}

body {
	-moz-user-select: none;
	font-family: "Microsoft Yahei",Tahoma,Arial,sans-serif;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	background: #333
}

img {
	border: 0
}

.show-img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	overflow: hidden;
	background-color: #000
}

.img-detail {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 400ms;
	-webkit-transition: left 400ms
}

.xgt_apply_box {
	height: 44px;
	width: 100%;
	line-height: 44px;
	background: rgba(0,0,0,1);
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-top: 1px solid #333
}

.xgt_apply_box:visited {
	color: #fff
}

.xgt_apply_box i {
	vertical-align: middle;
	margin-right: 6px
}

.xgt-save-notice-cover {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	z-index: 99;
	width: 100%;
	height: 120%;
	display: none
}

.xgt-save-notice-img-box {
	position: absolute;
	z-index: 100;
	width: 188px;
	height: 103px;
	display: none
}

.xgt-save-notice-txt {
	font-size: 17px;
	color: #FFF;
	height: 35px
}

.xgt-save-notice-img {
	width: 34px;
	margin: 0 auto
}

.show-img-info {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	background-color: rgba(0,0,0,.5);
	font-weight: 400;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.show-img-info .img-count {
	float: right
}

.xgt-detail-aside {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 9;
	transition: bottom .5s;
	-webkit-transition: bottom .5s
}

#xgtDetailPage,.swiper-container,.swiper-slide,.xgt-detail-wrap,body,html {
	width: 100%;
	height: 100%
}

#dt-hd.navstyle4 {
	position: absolute!important;
	top: 0!important;
	right: 0!important;
	left: 0!important;
	background-color: rgba(0,0,0,.1)!important;
	-webkit-transition: margin-top .5s;
	-o-transition: margin-top .5s;
	transition: margin-top .5s
}

.xgt-detail-wrap {
	background-color: #000
}

.swiper-slide,.swiper-wrapper {
	position: relative
}

.xgt-img {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/loadinghourglass.gif?v=20141218) center no-repeat;
	background-size: 24px 24px
}

.app-ad {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 197px;
	background-color: rgba(0,0,0,.8);
	z-index: 9;
	display: none
}

.app-ad-wrap {
	width: 320px;
	position: relative;
	height: 100%;
	margin: auto
}

.icon-xgtdetail-apply,.icon-xgtdetail-close,.icon-xgtdetail-download,.icon-xgtdetail-left,.icon-xgtdetail-right {
	background: url(../images/xgt-detail-sprite.png?v=20150729) no-repeat;
	background-size: 190px 332px;
	display: inline-block
}

.icon-xgtdetail-left {
	background-position: 0 -49px;
	width: 134px;
	height: 123px
}

.icon-xgtdetail-right {
	background-position: 0 -185px;
	width: 170px;
	height: 64px
}

.icon-xgtdetail-close {
	background-position: 0 0;
	width: 28px;
	height: 28px
}

.icon-xgtdetail-download {
	background-position: 0 -292px;
	width: 190px;
	height: 40px
}

.icon-xgtdetail-apply {
	background-position: -151px 0;
	width: 24px;
	height: 24px;
	margin-top: -2px
}

.app-ad .icon-xgtdetail-left {
	position: absolute;
	top: 3px;
	left: 1px
}

.app-ad .icon-xgtdetail-right {
	position: absolute;
	right: 15px;
	top: 39px
}

.app-ad .icon-xgtdetail-close {
	position: absolute;
	right: 0;
	top: -28px
}

.app-ad .icon-xgtdetail-download-link {
	position: absolute;
	display: block;
	bottom: 15px;
	left: 50%;
	margin-left: -95px
}

.fullScreen .xgt-detail-aside {
	bottom: -44px
}

.fullScreen #dt-hd {
	margin-top: -44px
}

.pinch-zoom,.pinch-zoom-container {
	width: 100%!important;
	height: 100%!important
}

#dt-hd-navs-wrap {
	z-index: 10000
}