@charset "utf-8";

/*font-awesome*/
@font-face {
	font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.7.0');src:url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "\f158"
}

.fa-won:before,.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,.fa-resistance:before,.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,.fa-s15:before,.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}
/*animated*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {
	0%,100%,20%,53%,80% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0)
	}
}

@keyframes bounce {
	0%,100%,20%,53%,80% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		animation-timing-function: cubic-bezier(0.755,.050,.855,.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%,100%,50% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

@keyframes flash {
	0%,100%,50% {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	30% {
		-webkit-transform: scale3d(1.25,.75,1);
		transform: scale3d(1.25,.75,1)
	}

	40% {
		-webkit-transform: scale3d(0.75,1.25,1);
		transform: scale3d(0.75,1.25,1)
	}

	50% {
		-webkit-transform: scale3d(1.15,.85,1);
		transform: scale3d(1.15,.85,1)
	}

	65% {
		-webkit-transform: scale3d(.95,1.05,1);
		transform: scale3d(.95,1.05,1)
	}

	75% {
		-webkit-transform: scale3d(1.05,.95,1);
		transform: scale3d(1.05,.95,1)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%,100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

@keyframes shake {
	0%,100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0,0,1,15deg);
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		-webkit-transform: rotate3d(0,0,1,-10deg);
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		-webkit-transform: rotate3d(0,0,1,5deg);
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		-webkit-transform: rotate3d(0,0,1,-5deg);
		transform: rotate3d(0,0,1,-5deg)
	}

	100% {
		-webkit-transform: rotate3d(0,0,1,0deg);
		transform: rotate3d(0,0,1,0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}

	100% {
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,100%,11.1% {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	0%,100%,11.1% {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes bounceIn {
	0%,100%,20%,40%,60%,80% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

@keyframes bounceIn {
	0%,100%,20%,40%,60%,80% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-3000px,0);
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0)
	}

	75% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px,0,0);
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px,0,0);
		transform: translate3d(25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(-10px,0,0);
		transform: translate3d(-10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0);
		transform: translate3d(5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px,0,0);
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px,0,0);
		transform: translate3d(-25px,0,0)
	}

	75% {
		-webkit-transform: translate3d(10px,0,0);
		transform: translate3d(10px,0,0)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0);
		transform: translate3d(-5px,0,0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes bounceInUp {
	0%,100%,60%,75%,90% {
		-webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
		animation-timing-function: cubic-bezier(0.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,3000px,0);
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	75% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0);
		transform: translate3d(0,-5px,0)
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,-20px,0);
		transform: translate3d(0,-20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0);
		transform: translate3d(20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px,0,0);
		transform: translate3d(-20px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0);
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		-webkit-transform: translate3d(0,20px,0);
		transform: translate3d(0,20px,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,2000px,0);
		transform: translate3d(0,2000px,0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px,0,0);
		transform: translate3d(-2000px,0,0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px,0,0);
		transform: translate3d(2000px,0,0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-2000px,0);
		transform: translate3d(0,-2000px,0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95,.95,.95);
		transform: perspective(400px) scale3d(.95,.95,.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
		transform: perspective(400px) rotate3d(1,0,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
		transform: perspective(400px) rotate3d(0,1,0,-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%,0,0) skewX(-30deg);
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%,0,0) skewX(30deg);
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,-200deg);
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-90deg);
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0,0,1,200deg);
		transform: rotate3d(0,0,1,200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,45deg);
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0,0,1,-45deg);
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0,0,1,90deg);
		transform: rotate3d(0,0,1,90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-transform: rotate3d(0,0,1,80deg);
		transform: rotate3d(0,0,1,80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,80% {
		-webkit-transform: rotate3d(0,0,1,60deg);
		transform: rotate3d(0,0,1,60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0,700px,0);
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px,0,0);
		transform: scale(.1) translate3d(-2000px,0,0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px,0,0);
		transform: scale(.1) translate3d(2000px,0,0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		-webkit-animation-timing-function: cubic-bezier(0.55,.055,.675,.19);
		animation-timing-function: cubic-bezier(0.55,.055,.675,.19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175,.885,.32,1);
		animation-timing-function: cubic-bezier(0.175,.885,.32,1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes scaleToggleOne {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleOne {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes scaleToggleTwo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleTwo {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@-webkit-keyframes scaleToggleThree {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes scaleToggleThree {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

/*style*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
	text-decoration: none
}

body {
	font: 14px/1.5 Helvetica,Arial,"Microsoft Yahei",sans-serif;
	background: #fff;
	min-width: 1200px;
	overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

a {
	text-decoration: none
}

a:focus {
	outline: 0
}

i,em {
	font-style: normal
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.w1280 {
	width: 1280px;
	margin: 0 auto
}

.fl {
	float: left
}

.fr {
	float: right
}

img {
	vertical-align: middle
}

input,button,textarea {
	border: 0;
	outline: 0;
	font-family: 'Microsoft Yahei'
}

input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.wrap_bg {
	background-color: #f2f2f2
}

body.pos {
	overflow: hidden
}

@font-face {
	font-family:'Hzgb';src:url('Hzgb.TTF')
}

.Hzgb {
	font-family: 'Hzgb'
}

#tips {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 9999;
	display: none
}

#tips div {
	position: absolute;
	top: 30%;
	left: 50%;
	padding: 10px;
	width: 90px;
	margin-left: -45px;
	background: rgba(0,0,0,0.6);
	background: url(blank.png)\9;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	word-wrap: break-word
}

#tips .loading {
	padding-top: 38px;
	background: url(loading.gif) center top no-repeat
}

.header {
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px solid #f0f2f5;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

.header.header-fixed {
	position: fixed;
	-webkit-animation: searchTop .5s ease-in-out;
	-moz-animation: searchTop .5s ease-in-out;
	animation: searchTop .5s ease-in-out
}

.header .navbar .logo {
	float: left;
	padding: 10px 0
}

.header .navbar .navbar-collapse {
	float: right
}

.header .navbar .navbar-collapse .navbar-nav {
	float: right;
	margin-right: 40px
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item {
	float: left;
	margin-right: 40px;
	position: relative
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item >a {
	display: block;
	line-height: 80px;
	color: #555;
	font-size: 16px;
	padding: 0 1px
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item:hover >a,.header .navbar .navbar-collapse .navbar-nav li.nav-item.active >a {
	color: #c80000
}

.header .navbar .navbar-collapse .navbar-right {
	float: right
}

.header .navbar .navbar-collapse .navbar-right .lot {
	float: left;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box
}

.header .navbar .navbar-collapse .navbar-right .lot.lilist {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

.header .navbar .navbar-collapse .navbar-right .lot:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.header .navbar .navbar-collapse .navbar-right .lot >a {
	display: block;
	width: 50px;
	text-align: center;
	color: #787878;
	font-size: 13px
}

.header .navbar .navbar-collapse .navbar-right .lot >a i {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto 5px;
	background-image: url(icons.png);
	background-repeat: no-repeat
}

.header .navbar .navbar-collapse .navbar-right .lot >a em {
	display: block;
	height: 20px;
	line-height: 20px
}

.header .navbar .navbar-collapse .navbar-right .lot a.log i {
	background-position: -50px -150px
}

.header .navbar .navbar-collapse .navbar-right .lot a.reg i {
	background-position: -85px -150px
}

.header .navbar .navbar-collapse .navbar-right .lot a.search i {
	background-position: -120px -150px
}

.header .navbar .navbar-collapse .navbar-right .lot a.worder i {
	background-position: -155px -150px
}

.header .navbar .navbar-collapse .navbar-right .lot a.help i {
	background-position: -190px -150px
}

.header .navbar .navbar-collapse .navbar-right .lot:hover >a {
	color: #e80000
}

.header .navbar .navbar-collapse .navbar-right .lot:hover a.log i {
	background-position: -50px -180px
}

.header .navbar .navbar-collapse .navbar-right .lot:hover a.reg i {
	background-position: -85px -180px
}

.header .navbar .navbar-collapse .navbar-right .lot:hover a.search i {
	background-position: -120px -180px
}

.header .navbar .navbar-collapse .navbar-right .lot:hover a.worder i {
	background-position: -155px -180px
}

.header .navbar .navbar-collapse .navbar-right .lot:hover a.help i {
	background-position: -190px -180px
}

.header .navbar .navbar-collapse .navbar-right .lot.lilist:hover {
	border-color: #dcdcdc
}

.header .navbar .navbar-collapse .navbar-right .lot.lilist:hover ul {
	display: block
}

.header .navbar .navbar-collapse .navbar-right .lot ul {
	display: none;
	min-width: 120px;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	color: #666;
	right: -1px;
	border: 1px solid #dcdcdc;
	padding: 5px 0
}

.header .navbar .navbar-collapse .navbar-right .lot ul .search {
	width: 220px;
	height: 30px;
	margin: 10px 15px;
	position: relative;
	z-index: 12;
	border: 1px solid #e80000;
	line-height: 18px
}

.header .navbar .navbar-collapse .navbar-right .lot ul .search .seach_wrap {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 5px
}

.header .navbar .navbar-collapse .navbar-right .lot ul .search .seach_wrap input {
	float: left;
	width: 175px;
	height: 30px;
	line-height: 30px;
	color: #555;
	font-size: 12px
}

.header .navbar .navbar-collapse .navbar-right .lot ul .search .seach_wrap input.btnSeach {
	width: 30px;
	height: 30px;
	background: url(searchBoi.jpg) no-repeat center;
	float: right;
	cursor: pointer
}

.header .navbar .navbar-collapse .navbar-right .lot ul li {
	padding: 0 15px
}

.header .navbar .navbar-collapse .navbar-right .lot ul li a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: 32px
}

.header .navbar .navbar-collapse .navbar-right .lot ul li:hover {
	background-color: #dcdcdc
}

.header .navbar .navbar-collapse .navbar-right .lot ul li:hover a {
	color: #c80000
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item a .arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	right: -10px;
	z-index: 1200;
	display: none;
	min-width: 140px;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid #e4eaec;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.header .navbar .navbar-collapse .navbar-nav li.nav-item:hover .dropdown-menu {
	display: block
}

.dropdown-menu ul li {
	height: 40px;
	line-height: 40px
}

.dropdown-menu ul li a {
	display: block;
	line-height: 40px;
	padding: 0 10px;
	color: #787878;
	font-size: 15px
}

.dropdown-menu ul li:hover a {
	background-color: #ececec;
	color: #c80000
}

.dropdown-menu:after,.dropdown-menu:before {
	position: absolute;
	right: 10px;
	top: -6px;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border: 7px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff
}

.dropdown-menu:before {
	top: -7px;
	border-bottom-color: #e4eaec
}

.header.header-fixed .navbar .logo {
	height: 40px
}

.header.header-fixed .navbar .logo img {
	height: 40px
}

.header.header-fixed .navbar .navbar-collapse .navbar-nav li.nav-item >a {
	height: 60px;
	line-height: 60px
}

.header.header-fixed .navbar .navbar-collapse .navbar-right .lot {
	padding: 5px 0
}

.header.header-fixed .navbar .navbar-collapse .navbar-nav .nav_line {
	top: 50px!important
}

#banner {
	width: 100%;
	height: 580px;
	overflow: hidden;
	position: relative
}

.banner {
	width: 1920px;
	height: 580px;
	position: absolute;
	left: 50%;
	margin-left: -960px
}

.banner .bd ul li {
	position: relative
}

.banner .bd ul li a img {
	display: block;
	height: 580px;
	width: 100%
}

.banner .hd {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 5
}

.banner .hd ul {
	width: 100%;
	text-align: center
}

.banner .hd ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer
}

.banner .hd ul li.on {
	background: #e72f3c
}

#banner .row {
	position: relative
}

#banner .row .banner-card {
	width: 250px;
	background: #fff;
	position: absolute;
	z-index: 10;
	top: 50px;
	right: 0;
	box-shadow: 2px 3px 10px #ccc;
	padding: 10px 10px 15px 10px
}

#banner .row .banner-card .title {
	position: relative;
	margin-bottom: 10px
}

#banner .row .banner-card .title .plus {
	width: 20px;
	height: 20px;
	background: #fff;
	display: block;
	position: absolute;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	top: -15px;
	left: -15px;
	color: #c80000
}

#banner .row .banner-card .title h3 {
	background: #c80000;
	color: #fff;
	border-radius: 5px;
	padding: 5px 9px;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	float: left
}

#banner .row .banner-card .title a {
	float: right;
	font-family: "simsun";
	line-height: 30px;
	padding: 0 5px;
	color: #888
}

#banner .row .banner-card .title a:hover {
	color: #c80000
}

#banner .row .banner-card .news {
	background-color: #fff
}

#banner .row .banner-card .news .list {
	padding: 0;
	margin-bottom: 20px
}

#banner .row .banner-card .news .list .item {
	position: relative;
	height: 24px;
	line-height: 24px
}

#banner .row .banner-card .news .list .item:after {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #c80000;
	content: '';
	bottom: 2px;
	left: 0;
	opacity: 0;
	transition: all .5s ease
}

#banner .row .banner-card .news .list .item span {
	margin-right: 15px;
	line-height: 24px;
	color: #555;
	float: left;
	transition: all .5s ease
}

#banner .row .banner-card .news .list .item a {
	color: #555;
	display: inline-block;
	max-width: 175px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	transition: all .5s ease;
	font-size: 12px
}

#banner .row .banner-card .news .list .item a:hover {
	text-decoration: none
}

#banner .row .banner-card .news .list .item:hover span {
	color: #c80000
}

#banner .row .banner-card .news .list .item:hover a {
	color: #c80000
}

#banner .row .banner-card .news .list .item:hover:after {
	opacity: 1
}

#banner .row .banner-card .product .title {
	margin-bottom: 11px
}

#banner .row .banner-card .product .list {
	padding: 0;
	box-shadow: 3px 5px 8px #dfdfdf;
	background: #eee
}

#banner .row .banner-card .product .list .item {
	float: left;
	width: 33.333333%;
	position: relative;
	padding: 10px 5px;
	text-align: center;
	box-sizing: border-box;
	transition: all .5s ease
}

#banner .row .banner-card .product .list .item a {
	color: #999
}

#banner .row .banner-card .product .list .item a:hover {
	text-decoration: none
}

#banner .row .banner-card .product .list .item a .fa {
	font-size: 20px
}

#banner .row .banner-card .product .list .item a span {
	display: block
}

#banner .row .banner-card .product .list .item:hover {
	background: #fff;
	box-shadow: 0 6px 20px #ccc;
	cursor: pointer
}

#banner .row .banner-card .product .list .item:hover a {
	color: #c80000
}

.container .title {
	width: 100%;
	text-align: center;
	padding: 40px 0
}

.container.news .title {
	padding: 40px 0 20px
}

.container .title .h {
	display: inline-block;
	margin-bottom: 20px
}

.container .title .h h4 {
	color: #1c1c1c;
	font-size: 52px;
	line-height: 52px;
	margin-bottom: 20px
}

.container .title .h h4 i {
	color: #e80000
}

.container .title .h .line {
	width: 100%;
	height: 1px;
	background-color: #666;
	position: relative;
	margin: 4px 0
}

.container .title .h .line span {
	display: inline-block;
	width: 32%;
	height: 7px;
	background-color: #e80000;
	position: absolute;
	left: 50%;
	top: -3px;
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%)
}

.container .title p {
	color: #333;
	font-size: 16px
}

.container.process {
	background-color: #fff;
	padding-bottom: 20px
}

.cases_layout {
	border-bottom: 1px solid #e5e5e5
}

.cases_layout ul {
	border-right: 1px solid #dcdcdc;
	padding: 10px 0
}

.cases_layout ul li {
	float: left;
	width: 108px;
	transition: all .25s
}

.cases_layout ul li:hover {
	transform: translate3d(0,-10px,0)
}

.cases_layout ul li a {
	display: block
}

.cases_layout ul li span {
	display: block;
	height: 25px;
	font-size: 14px;
	color: #555;
	text-align: center;
	line-height: 1
}

.cases_layout ul li .ico i {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat
}

.cases_layout ul li.li1 .ico i,.cases_layout ul li:nth-child(1) .ico i {
	background-image: url(albc1.png)
}

.cases_layout ul li.li2 .ico i,.cases_layout ul li:nth-child(2) .ico i {
	background-image: url(albc2.png)
}

.cases_layout ul li.li3 .ico i,.cases_layout ul li:nth-child(3) .ico i {
	background-image: url(albc3.png)
}

.cases_layout ul li.li4 .ico i,.cases_layout ul li:nth-child(4) .ico i {
	background-image: url(albc4.png)
}

.cases_layout ul li.li5 .ico i,.cases_layout ul li:nth-child(5) .ico i {
	background-image: url(albc5.png)
}

.cases_layout ul li.li6 .ico i,.cases_layout ul li:nth-child(6) .ico i {
	background-image: url(albc6.png)
}

.cases_layout ul li.li7 .ico i,.cases_layout ul li:nth-child(7) .ico i {
	background-image: url(albc15.png)
}

.cases_layout ul li.li8 .ico i,.cases_layout ul li:nth-child(8) .ico i {
	background-image: url(albc8.png)
}

.cases_layout ul li.li9 .ico i,.cases_layout ul li:nth-child(9) .ico i {
	background-image: url(albc9.png)
}

.cases_layout ul li.li1:hover .ico i,.cases_layout ul li:nth-child(1):hover .ico i,.cases_layout ul li:nth-child(1).active .ico i {
	background-image: url(albc1-1.png)
}

.cases_layout ul li.li2:hover .ico i,.cases_layout ul li:nth-child(2):hover .ico i,.cases_layout ul li:nth-child(2).active .ico i {
	background-image: url(albc2-1.png)
}

.cases_layout ul li.li3:hover .ico i,.cases_layout ul li:nth-child(3):hover .ico i,.cases_layout ul li:nth-child(3).active .ico i {
	background-image: url(albc3-1.png)
}

.cases_layout ul li.li4:hover .ico i,.cases_layout ul li:nth-child(4):hover .ico i,.cases_layout ul li:nth-child(4).active .ico i {
	background-image: url(albc4-1.png)
}

.cases_layout ul li.li5:hover .ico i,.cases_layout ul li:nth-child(5):hover .ico i,.cases_layout ul li:nth-child(5).active .ico i {
	background-image: url(albc5-1.png)
}

.cases_layout ul li.li6:hover .ico i,.cases_layout ul li:nth-child(6):hover .ico i,.cases_layout ul li:nth-child(6).active .ico i {
	background-image: url(albc6-1.png)
}

.cases_layout ul li.li7:hover .ico i,.cases_layout ul li:nth-child(7):hover .ico i,.cases_layout ul li:nth-child(7).active .ico i {
	background-image: url(albc15-1.png)
}

.cases_layout ul li.li8:hover .ico i,.cases_layout ul li:nth-child(8):hover .ico i,.cases_layout ul li:nth-child(8).active .ico i {
	background-image: url(albc8-1.png)
}

.cases_layout ul li.li9:hover .ico i,.cases_layout ul li:nth-child(9):hover .ico i,.cases_layout ul li:nth-child(9).active .ico i {
	background-image: url(albc9-1.png)
}

.cases_layout ul li:hover span,.cases_layout ul li.active span {
	color: #e80000
}

.cases_layout .bgbg {
	background: #676767;
	border-radius: 5px;
	float: right;
	width: 310px;
	margin: 20px 0
}

.cases_layout .bgbg .searchbo {
	overflow: hidden;
	font-size: 0;
	float: right;
	width: 290px;
	height: 40px;
	border: 1px solid #e9e9e9;
	margin: 22px 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.cases_layout .bgbg .searchbo input {
	display: inline-block;
	width: 240px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	border: 0;
	padding-left: 10px
}

.cases_layout .bgbg .searchbo .submit {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	background: url(searchBoi.jpg) no-repeat center;
	width: 40px;
	height: 40px;
	cursor: pointer
}

.somelinks {
	padding: 25px 0 15px
}

.somelinks .smmenu {
	box-sizing: border-box
}

.somelinks .smmenu a {
	float: left;
	width: 108px;
	height: 33px;
	line-height: 33px;
	color: #555;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: 1px;
	margin-right: 11px;
	margin-bottom: 11px
}

.somelinks .smmenu a:nth-child(10n) {
	margin-right: 0
}

.somelinks .smmenu a:hover {
	color: #fff;
	background: #e80000;
	border-color: #e80000
}

.somelinks .smmenu a.active {
	color: #fff;
	background: #e80000;
	border-color: #e80000
}

.wj-case {
	background: #ececec;
	padding: 0 0 70px
}

.blocks {
	padding-top: 10px
}

.blocks ul li {
	position: relative;
	float: left;
	width: 32.3333333%;
	min-height: 1px;
	margin-right: 1.5%;
	margin-bottom: 1.5%
}

.blocks ul li:nth-child(3n) {
	margin-right: 0
}

.blocks ul li.col-lg-3 {
	width: 24%;
	margin-right: 1.3%
}

.blocks ul li.col-lg-3:nth-child(3n) {
	margin-right: 1.3%
}

.blocks ul li.col-lg-3:nth-child(4n) {
	margin-right: 0
}

.blocks ul li .widget {
	margin-bottom: 0;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	position: relative
}

.blocks ul li .widget .widget-header .project-thumbnail {
	display: block;
	overflow: hidden
}

.blocks .cover-image {
	width: 100%;
	height: 100%
}

.blocks .link {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.3)
}

.blocks .link p {
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-250%);
	transform: translate(-50%,-250%)
}

.blocks .link .link-gallery,.blocks .link .zoom-gallery {
	position: absolute;
	top: 0
}

.blocks .link .link-gallery {
	left: 100%
}

.blocks .link .zoom-gallery {
	left: 0
}

.blocks .link .btn-danger {
	display: block;
	color: #fff;
	background-color: #e80000;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center
}

.blocks .link .btn-danger:hover {
	background-color: #b80000
}

.process .process_content ul li {
	float: left;
	width: 400px;
	margin-bottom: 60px
}

.process .process_content ul li .icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center
}

.process .process_content ul li .icon1 {
	background-image: url(index-2-1.png)
}

.process .process_content ul li .icon2 {
	background-image: url(index-2-2.png)
}

.process .process_content ul li .icon3 {
	background-image: url(index-2-3.png)
}

.process .process_content ul li .icon4 {
	background-image: url(index-2-4.png)
}

.process .process_content ul li .icon5 {
	background-image: url(index-2-5.png)
}

.process .process_content ul li .icon6 {
	background-image: url(index-2-6.png)
}

.process .process_content ul li .text {
	width: 250px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle
}

.process .process_content ul li .text h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 5px
}

.process .process_content ul li .text p {
	color: #333;
	font-size: 16px
}

.process .process_content ul li .icon:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.pro_index .title {
	background-color: #222
}

.pro_index .title .h h4,.pro_index .title p,.index_time .title .h h4,.index_time .title p {
	color: #fff
}

.pro_index .title .h .line {
	background-color: #fff
}

.products .section {
	padding: 60px 0 20px
}

.products .section .section_wrap .h {
	color: #666;
	font-size: 24px;
	margin-bottom: 5px
}

.products .section .section_wrap ul {
	margin-right: -37px
}

.products .section .section_wrap ul li {
	float: left;
	margin-right: 37px;
	margin-bottom: 40px
}

.products .section .section_wrap ul li .img {
	width: 355px;
	height: 280px;
	border: 10px solid #fff;
	position: relative
}

.products .section .section_wrap ul li .img a {
	display: block;
	width: 355px;
	height: 280px;
	overflow: hidden
}

.products .section .section_wrap ul li .img a img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s
}

.products .section .section_wrap ul li .img a .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.products .section .section_wrap ul li .img .item {
	min-height: 30px;
	text-align: center;
	background-color: #fff;
	padding: 5px 2px;
	border-radius: 5px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -147px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.products .section .section_wrap ul li .img .item a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 135px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	overflow: hidden
}

.products .section .section_wrap ul li .img .item a.preview {
	background-color: #009cff
}

.products .section .section_wrap ul li .img .item a.preview:hover {
	background-color: #0085da
}

.products .section .section_wrap ul li .img .item a.ontrial {
	background-color: #ff592d
}

.products .section .section_wrap ul li .img .item a.ontrial:hover {
	background-color: #dd4b24
}

.products .section .section_wrap ul li:hover .img a img {
	-webkit-transform: scale(1.06,1.06);
	transform: scale(1.06)
}

.products .section .section_wrap ul li:hover .img a .mask {
	opacity: 1
}

.products .section .section_wrap ul li:hover .img .item {
	opacity: 1
}

.products .section .section_wrap ul li .pro_info {
	padding: 10px 0
}

.products .section .section_wrap ul li .pro_info .name {
	width: 260px
}

.products .section .section_wrap ul li .pro_info .name p {
	color: #666;
	font-size: 16px
}

.products .section .section_wrap ul li .pro_info .name h4 {
	color: #999;
	font-size: 15px
}

.products .section .section_wrap ul li .pro_info .price {
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #e72f3c;
	margin-top: 5px;
	border-radius: 5px
}

.index_time {
	;background-color: #222
}

.ho_ppzcz {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 0 80px
}

.ho_ppzcz ul {
	margin: 0 auto;
	width: 1256px;
	text-align: center
}

.ho_ppzcz .Line:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	background: #e80000;
	width: 100%;
	height: 4px;
	z-index: 19
}

.ho_ppzcz ul li {
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	text-align: center;
	color: #fff;
	margin: 0 4px
}

.ho_ppzcz ul li p {
	margin: 0 auto;
	width: 210px;
	height: 180px;
	line-height: 180px;
	position: relative;
	background: #e80000;
	font-family: Arial,Sans-serif;
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	border-radius: 10px
}

.ho_ppzcz ul li span {
	display: block;
	font-size: 20px;
	padding-top: 20px
}

.ho_ppzcz ul li.cur {
	width: 392px;
	margin-left: 25px
}

.ho_ppzcz ul li.cur p {
	width: 392px;
	background: #e80000
}

.ho_ppzcz .h_title_1 {
	border-bottom: 1px solid #333
}

.wmddys {
	background: url(wmdys_1.jpg) #ddd center no-repeat
}

.wmddys .con {
	width: 1200px;
	margin: 0 auto
}

.wmddys .con .title h2 {
	color: #fff;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px
}

.wmddys .con .title p {
	color: #fff;
	font-size: 18px
}

.wmddys .con ul {
	padding: 20px 0 50px
}

.wmddys .con ul li {
	width: 240px;
	float: left;
	margin-bottom: 35px;
	height: 35px;
	line-height: 35px;
	padding-top: 62px;
	color: #fff;
	font-size: 16px;
	text-align: center
}

.news {
	background-color: #f3f3f3
}

.news .title h4 {
	font-size: 42px;
	color: #333
}

.news_nav {
	overflow: hidden;
	margin: 0 auto
}

.news_nav ul {
	width: 100%;
	text-align: center
}

.news_nav li {
	display: inline-block;
	margin: 0 50px
}

.news_nav li a {
	display: block;
	font-size: 21px;
	color: #505050;
	text-align: center;
	box-sizing: border-box
}

.news_nav li:hover,.news_nav li.on {
	border-bottom: 3px solid #e80000
}

.news_con {
	overflow: hidden;
	padding: 40px 0 80px;
	min-height: 294px
}

.news_con .news_item ul li {
	position: relative;
	float: left;
	width: 388px;
	margin-right: 18px;
	background-color: #fff
}

.news_con .news_item ul li:nth-child(3n) {
	margin-right: 0
}

.news_con .news_item ul li a .text {
	width: 100%;
	background: #fff;
	transition: all .25s ease 0s
}

.news_con .news_item ul li a .text .content {
	position: relative;
	transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s;
	padding: 15px;
	display: block
}

.news_con .news_item ul li a .text .content .date {
	color: #888;
	transition: all .3s cubic-bezier(0.215,0.61,0.355,1) 0s;
	font-size: 20px
}

.news_con .news_item ul li a .text .content .name {
	color: #333;
	font-size: 16px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .3s cubic-bezier(0.215,0.61,0.355,1) 0s
}

.news_con .news_item ul li a .text .content .description {
	color: #888;
	font-size: 13px;
	width: 100%;
	height: 75px;
	line-height: 25px;
	overflow: hidden;
	transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.news_con .news_item ul li a .img {
	width: 100%;
	height: 194px;
	overflow: hidden;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	position: relative
}

.news_con .news_item ul li a .img img {
	transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s;
	width: 100%;
	height: 100%
}

.news_con .news_item ul li a .img:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	width: 368px;
	height: 174px;
	border: 1px solid rgba(255,255,255,0);
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-ms-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s
}

.news_con .news_item ul li a .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.23);
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	-ms-animation-duration: .4s;
	-o-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s
}

.news_con .news_item ul li a .news-more {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: url(news-more.png) no-repeat center;
	text-align: center;
	opacity: 0;
	transition: all .6s cubic-bezier(0.215,0.61,0.355,1) 0s
}

.news_con .news_item ul li a:hover .date {
	color: #e3120b!important;
	color: !important;
	margin-left: 10px
}

.news_con .news_item ul li a:hover .description {
	margin-left: 10px!important
}

.news_con .news_item ul li a:hover .name {
	margin-left: 10px!important
}

.news_con .news_item ul li a:hover .name:hover {
	color: #e80000
}

.news_con .news_item ul li a:hover .img img {
	transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-webkit-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05)
}

.news_con .news_item ul li a:hover .img:before {
	border: 1px solid;
	border-color: #fff;
	animation-name: zoomIn;
	top: 10px left:10px
}

.news_con .news_item ul li a:hover .news-more {
	opacity: 1
}

.news_item .left {
	width: 400px;
	float: left
}

.news_item .left li {
	position: relative;
	width: 400px;
	overflow: hidden;
	background-color: #fff
}

.news_item .left li .img {
	width: 400px;
	height: 145px;
	overflow: hidden
}

.news_item .left li .img a img {
	width: 400px;
	height: 145px
}

.news_item .left li .con {
	padding: 15px
}

.news_item .left li .con .h {
	height: 80px;
	margin-bottom: 15px
}

.news_item .left li .con .h .date {
	float: left;
	width: 90px;
	height: 80px;
	background-color: #e80000;
	text-align: center
}

.news_item .left li .con .h .date p {
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 28px
}

.news_item .left li .con .h .date span {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	background-color: #a80011
}

.news_item .left li .con .h .name {
	float: right;
	width: 260px;
	height: 80px
}

.news_item .left li .con .h .name a {
	display: block;
	height: 50px;
	line-height: 25px;
	color: #e80000;
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news_item .left li .con .h .name .info {
	margin-top: 10px
}

.news_item .left li .con .h .name .info span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 14px
}

.news_item .left li .con .des {
	height: 75px
}

.news_item .left li .con .des p {
	color: #333;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.news_item .right {
	width: 800px;
	height: 345px;
	float: right
}

.news_item .right li {
	float: left;
	width: 380px;
	height: 100px;
	margin-bottom: 22px;
	margin-left: 20px;
	border: 2px solid #fff;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box
}

.news_item .right li:hover {
	border: 2px solid #e80000
}

.news_item .right li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 8px;
	box-sizing: border-box
}

.news_item .right li .date {
	float: left;
	width: 80px;
	height: 80px;
	background-color: #969696;
	text-align: center
}

.news_item .right li:hover .date {
	background-color: #e80000
}

.news_item .right li .date p {
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 28px
}

.news_item .right li .date span {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px
}

.news_item .right li .info {
	width: 265px;
	height: 80px;
	float: right
}

.news_item .right li .info .name {
	color: #e80000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news_item .right li .info p {
	height: 40px;
	color: #333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news_item .right li .more {
	display: none;
	width: 13px;
	height: 13px;
	background: url(more.jpg) no-repeat center center;
	position: absolute;
	right: 0;
	bottom: 0
}

.news_item .right li:hover .more {
	display: block
}

.wqd-section-four {
	padding-bottom: 70px;
	background: #f8f8f8;
	text-align: center;
	position: relative
}

.wqd-section-four .more a {
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 45px auto;
	background-color: #578bea;
	border-radius: 30px
}

.wqd-section-four ul {
	display: inline-block;
	margin: 0 auto;
	overflow: hidden
}

.wqd-section-four li {
	width: 241px;
	height: 155px;
	border-radius: 10px;
	border: 1px dashed #dcdcdc;
	background: #fff;
	margin: 0 10px;
	float: left
}

.wqd-section-four li h5 {
	margin: 31px 0 18px 0;
	font-family: Impact;
	color: #507ed3;
	text-align: center;
	font-size: 18px;
	font-weight: normal
}

.wqd-section-four li h5 font {
	font-family: "Microsoft Yahei"
}

.wqd-section-four li p {
	font-size: 14px;
	color: #333
}

.wqd-section-four .mt-number-animate {
	line-height: 40px;
	height: 40px;
	font-size: 36px;
	overflow: hidden;
	display: inline-block;
	position: relative
}

.wqd-section-four .mt-number-animate .mt-number-animate-dot {
	width: 15px;
	line-height: 40px;
	float: left;
	text-align: center
}

.wqd-section-four .mt-number-animate .mt-number-animate-dom {
	width: 20px;
	text-align: center;
	float: left;
	position: relative;
	top: 0
}

.wqd-section-four .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	width: 100%;
	float: left;
	font-family: Impact
}

.wqd-section-four .numberRun1,.wqd-section-four .numberRun2,.wqd-section-four .numberRun3,.wqd-section-four .numberRun4 {
	display: inline-block;
	vertical-align: middle
}

.wqd-section-four .numberRun5 {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle
}

.links {
	background: #fff;
	overflow: hidden;
	padding: 30px 0
}

.links span {
	float: left;
	font-size: 16px;
	color: #666;
	height: 28px;
	line-height: 28px;
	width: 80px;
	margin-right: 10px
}

.links li {
	float: left;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding-right: 20px
}

.links li a {
	color: #666;
	font-size: 14px
}

.links li a:hover {
	color: #00a3ff
}

.wqd-footer {
	position: relative;
	height: 325px;
	background: #555
}

.footer-box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 50px
}

.footer-box h6 {
	margin-bottom: 24px;
	font-weight: 500;
	color: #fff;
	font-size: 16px
}

.footer-box a {
	font-size: 14px;
	color: #fff;
	vertical-align: middle
}

.footer-box .footer-news {
	float: left;
	margin-right: 50px
}

.footer-box .footer-news li {
	color: #fff;
	margin-bottom: 4px;
	width: 265px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.footer-box .footer-news span {
	color: #fff;
	font-size: 21px;
	vertical-align: middle
}

.footer-box .footer-pull {
	float: left;
	width: 145px
}

.footer-box .footer-pull a {
	width: 110px;
	line-height: 24px;
	font-size: 14px;
	display: block;
	color: #ccc;
	margin-bottom: 4px
}

.footer-box .footer-pull a:hover {
	color: #fff
}

.footer-box .footer-pull-more {
	width: 190px
}

.footer-box .footer-pull-more a {
	width: 75px;
	display: inline-block
}

.footer-box .footer-about {
	float: left;
	width: 255px;
	text-align: center;
	font-size: 14px
}

.footer-box .footer-about p {
	color: #fff;
	margin: 20px;
	font-size: 14px
}

.footer-box .footer-btn {
	width: 190px;
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
	text-align: left;
	text-align: center;
	background-color: #e72f3c;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	border-radius: 30px
}

.footer-box .wqd-btn-blue {
	margin-top: 0
}

.footer-img {
	position: relative;
	line-height: 50px;
	text-align: center;
	background: #393939;
	color: #aaa
}

.footer-img p {
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	vertical-align: middle
}

.footer-img a {
	color: #aaa
}

.footer-img a:hover {
	color: #fff
}

.footer-img #kx_verify {
	margin: 0 15px 0 33px;
	vertical-align: middle
}

.footer-img #kx_verify a img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 2px
}

.noshow #kx_verify {
	visibility: hidden!important;
	width: 0!important;
	margin: 0 0 0 15px!important
}

.wqd-footer .footer-btn:hover {
	background-color: #fd3644
}

.wqd-information-box {
	padding-right: 60px;
	display: none;
	left: -300px;
	bottom: 0;
	position: absolute;
	line-height: 100%
}

.wqd-information-box:hover {
	display: block
}

.seo-submain {
	overflow: hidden
}

.wqd-help {
	position: fixed;
	right: 20px;
	bottom: -30px;
	z-index: 10;
	text-align: center;
	-webkit-transition: all .8s ease;
	transition: all .8s ease
}

.wqd-help .wqd-help-box {
	position: relative
}

.wqd-help .wqd-help-icon:hover .wqd-information-box {
	display: block
}

.wqd-help .help-phone {
	height: 49px;
	line-height: 49px;
	border: 1px solid #f0f0f0;
	border-left: none;
	border-right: 0;
	color: #333;
	font-size: 14px;
	text-align: left;
	background: url(/images/pc2017310/wqd-phone.png) 48px center no-repeat;
	text-indent: 74px
}

.wqd-help .help-btn {
	width: 210px;
	height: 40px;
	line-height: 40px;
	background-color: #578bea;
	color: #fff;
	border-radius: 20px;
	margin: 17px 0;
	font-size: 14px;
	background-image: url(/images/pc2017310/wqd-qq.png);
	background-position: 21px center;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 45px;
	display: inline-block
}

.wqd-help .help-btn:hover {
	background-color: #769ade
}

.wqd-help .wqd-information {
	width: 290px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff
}

.wqd-help .help-url {
	padding: 25px 0 15px 0;
	box-sizing: border-box;
	color: #666;
	font-size: 12px
}

.wqd-help .help-url img {
	width: auto!important;
	margin-bottom: 15px
}

.wqd-help .help-url p {
	margin-bottom: 10px
}

.wqd-help .help-url .help-url-p {
	color: #999;
	margin-bottom: 30px
}

.wqd-help-top {
	bottom: 50px
}

.wqd-help-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	position: relative;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	cursor: pointer
}

.wqd-help-icon img {
	width: auto!important
}

.wqd-help-icon .wqd-kficon {
	border-radius: 50%;
	background: #578bea;
	text-align: center;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 8
}

.wqd-help-icon .wqd-kficon img {
	vertical-align: middle
}

.wqd-help-icon .wqd-kficon:hover {
	background-color: #769ade
}

.wqd-help-icon .animated-circles {
	position: absolute;
	z-index: 7;
	top: 0
}

.wqd-help-icon .animated-circles .circle {
	background: rgba(87,139,234,0.15);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1)
}

.wqd-help-icon .animated-circles.animated .c-1 {
	-webkit-animation: 2s scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards;
	animation: 2s scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.wqd-help-icon .animated-circles.animated .c-2 {
	-webkit-animation: 2.5s scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards;
	animation: 2.5s scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.wqd-help-icon .animated-circles.animated .c-3 {
	-webkit-animation: 3s scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards;
	animation: 3s scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.wqd-help-icon .animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.wqd-goTop {
	width: 30px;
	display: inline-block;
	height: 30px;
	background: rgba(0,0,0,0.15);
	color: #999;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 20px;
	position: relative
}

.wqd-goTop em {
	display: inline-block;
	width: 12px;
	margin-top: 11px;
	height: 7px;
	background: url(wqd-goTop.png) no-repeat;
	background-position: 0 0
}

.wqd-goTop .goTop-title {
	display: none;
	position: absolute;
	right: 50px;
	top: -5px;
	width: 86px;
	height: 41px;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 41px;
	text-align: center;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2)
}

.wqd-goTop .goTop-title:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 86px;
	width: 0;
	height: 0;
	z-index: 2;
	border: 10px solid transparent;
	border-left-color: #fff
}

.wqd-goTop .goTop-title:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 86px;
	z-index: 1;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left-color: rgba(0,0,0,0.6)
}

.wqd-goTop:hover {
	background: #000;
	background: rgba(0,0,0,0.3)
}

.wqd-goTop:hover em {
	background-position: 0 -7px
}

.wqd-goTop:hover .goTop-title {
	display: block
}

#_embed_v3_dc {
	display: none;
	display: none!important
}

.login_bg {
	background: url(login_bg.jpg) no-repeat center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 0
}

.login_head {
	height: 120px;
	position: relative
}

.login_head .logo {
	width: 700px;
	border-bottom: 1px solid #626c85;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 15px
}

.login_wrap .login_left {
	padding: 80px 0
}

.login_wrap .login_left h1 {
	font-size: 40px;
	color: #fff
}

.login_wrap .login_left p {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	background: url(dagou.png) no-repeat left center;
	padding-left: 25px
}

.login_wrap .login_right {
	float: right;
	width: 400px;
	border-radius: 5px;
	padding-top: 10px
}

.login_wrap .login_right h5 {
	text-align: center;
	font-size: 26px;
	color: #333
}

.login_wrap .login_right .hd {
	width: 100%;
	margin: 0 auto
}

.login_wrap .login_right .hd ul {
	font-size: 0
}

.login_wrap .login_right .hd ul li {
	display: inline-block;
	vertical-align: bottom;
	color: #333;
	font-size: 16px;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
	box-sizing: border-box
}

.login_wrap .login_right .hd ul li:nth-child(1) {
	border-radius: 6px 0 0 0
}

.login_wrap .login_right .hd ul li:nth-child(2) {
	border-radius: 0 6px 0 0
}

.login_wrap .login_right .hd ul li.on {
	height: 60px;
	line-height: 65px;
	font-size: 18px;
	background-color: #00a3ff;
	color: #fff;
	border-radius: 6px 6px 0 0
}

.login_wrap .login_right .bd {
	background-color: #fff;
	padding: 45px 30px 10px
}

.login_form .form-group {
	border: 1px solid #dcdcdc;
	width: 338px;
	height: 40px;
	margin-bottom: 20px;
	border-radius: 3px;
	position: relative;
	overflow: hidden
}

.login_form .form-group input {
	color: #333;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	font-size: 14px
}

.login_form .form-group input:hover {
	border-color: #49bcfd;
	outline: 0
}

.login_form .form-group input:focus {
	border-color: #49bcfd;
	outline: 0
}

.login_form .form-group input.input_code {
	width: 100px;
	height: 42px;
	background-color: #00a3ff;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -1px
}

.login_form .input_button {
	background: #00a3ff;
	border-radius: 3px;
	width: 338px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: 0
}

.login_form .input_button:hover {
	background-color: #49bcfd
}

.psw_info {
	width: 340px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 10px 30px 30px;
	border-radius: 0 0 6px 6px
}

.psw_info p label {
	color: #555;
	cursor: pointer
}

.psw_info p input {
	float: left;
	margin: 3px 5px 0 0;
	width: 14px;
	height: 14px
}

.psw_info a {
	color: #9b9ea0;
	padding-left: 16px;
	float: right
}

.psw_info a:hover {
	color: #00a3ff
}

.login_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #7b859c
}

.login_footer p {
	float: left
}

.login_footer a {
	float: right;
	color: #fff
}

.outside_login {
	border-top: #dcdee3 1px solid;
	padding: 21px 0;
	text-align: center;
	position: relative;
	margin: 20px 60px 0;
	border-radius: 0 0 4px 4px
}

.outside_login_tit {
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -50px;
	text-align: center;
	width: 100px;
	height: 14px;
	line-height: 1;
	color: #999;
	background: #fff
}

.outside_login_tit span {
	position: relative;
	z-index: 2;
	font-size: 14px
}

.outside_login_con {
	margin-top: 10px
}

.outside_login_list {
	width: 116%;
	margin-left: -8%;
	height: 75px
}

.outside_login_list a {
	display: block;
	width: 33.3%;
	text-align: center;
	float: left
}

.outside_login_list a:hover {
	text-decoration: none
}

.outside_login_list a em {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.outside_login_list a.qq em {
	background: url(login_qq.png) center no-repeat #00a3ff
}

.outside_login_list a.wx em {
	background: url(login_wx.png) center no-repeat #ccc
}

.outside_login_list a.wxoa em {
	background: url(login_wxoa.png) center no-repeat #ccc
}

.outside_login_list a.wx em:hover {
	background: url(login_wx.png) center no-repeat #00a3ff
}

.outside_login_list a.wxoa em:hover {
	background: url(login_wxoa.png) center no-repeat #00a3ff
}

.outside_login_list span {
	display: block;
	font-size: 14px;
	color: #333
}

.login_footer {
	background: url(/..images/line2.png) repeat-x top;
	position: absolute;
	bottom: 5px;
	height: 80px;
	line-height: 80px;
	width: 100%;
	color: #fff
}

.login_foot {
	width: 1180px;
	font-size: 14px
}

.login_foot a {
	color: #fff
}

.login_ftleft {
	float: left
}

.login_ftright {
	float: right
}

.login_ftright a:hover {
	color: #00a3ff
}

.tc-msg {
	font-size: 12px;
	height: 32px;
	line-height: 22px;
	margin: 0 auto 15px;
	vertical-align: middle;
	border-radius: 2px;
	position: relative;
	color: #e1504a;
	background: #fee;
	width: 310px;
	text-align: left;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	max-height: 140px
}

.tc-msg .msg-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/icon-warn-s.png) no-repeat;
	position: absolute;
	top: 8px;
	left: 10px
}

.tip-info {
	padding: 6px 10px 4px 35px
}

.footer-login {
	text-align: center;
	padding-top: 55px;
	line-height: 2;
	color: #666
}

.footer-login .nav a {
	padding: 0 15px;
	color: #666
}

.footer-login .nav a:hover {
	color: #2277da
}

.reg_con {
	border-radius: 6px;
	background: #fff;
	margin-top: 00px;
	padding: 35px 40px 55px 40px;
	box-sizing: border-box;
	width: 1000px
}

.reg_title {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	height: 34px
}

.reg_title strong {
	display: block;
	float: left;
	line-height: 32px;
	color: #333;
	font-weight: 400;
	font-size: 24px
}

.reg_title strong i {
	display: inline-block;
	background: url(mob.png) left center no-repeat;
	height: 32px;
	width: 30px;
	position: relative;
	top: 6px;
	margin-right: 10px
}

.findpwd .reg_title strong i {
	background: url(mob1.png) left center no-repeat;
	width: 32px
}

.findpwd a {
	color: #fff
}

.reg_title span {
	display: block;
	float: right;
	padding-top: 10px;
	font-size: 14px
}

.reg_title span a {
	color: #e72f3c
}

.reg_inner {
	width: 420px;
	margin: 0 auto;
	margin-top: 40px
}

.reg_inner ul li {
	margin-bottom: 20px;
	color: #333;
	font-size: 15px;
	line-height: 24px
}

.reg_inner ul li span {
	display: block;
	height: 0;
	line-height: 26px;
	color: #e1504a;
	font-size: 14px;
	overflow: hidden
}

.reg_inner ul li .input_text3 {
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	padding: 12px 10px 11px 10px;
	width: 398px;
	font-size: 14px;
	font-family: 'Microsoft YaHei'
}

.reg_inner ul li .input_text3:hover {
	border-color: #00a2ff;
	outline: 0
}

.reg_inner ul li .input_text3:focus {
	border-color: #00a2ff;
	outline: 0
}

.reg_inner ul li .input_text4 {
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	padding: 12px 10px 11px 10px;
	width: 178px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	float: left
}

.reg_inner ul li .input_text4:hover {
	border-color: #00a2ff;
	outline: 0
}

.reg_inner ul li .input_text4:focus {
	border-color: #00a2ff;
	outline: 0
}

.reg_inner ul li .input_button4 {
	border-radius: 2px;
	float: right;
	width: 200px;
	border: 1px solid #d1d2d4;
	background: #f4f4f4;
	height: 45px;
	text-align: center;
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	cursor: pointer
}

.reg_inner ul li .input_button4:hover {
	background: #dcdcdc
}

.reg_inner .note {
	color: #e7313e;
	font-size: 14px
}

.reg_inner .note em {
	color: #00a2ff
}

.item2_trackApp {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #4f4f4f;
	font-family: 'Microsoft YaHei';
	width: 750px;
	margin: 0 auto
}

.item2_trackApp input[type=radio] {
	height: 15px;
	position: relative;
	top: 3px
}

.trackAppLable {
	padding-left: 3px;
	margin-right: 7px
}

.input_button5 {
	width: 100%;
	border-radius: 2px;
	background: #00a2ff;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	margin-top: 20px
}

.input_button5:hover {
	background: #39b5fd
}

.reg_bottom {
	height: 80px;
	line-height: 80px;
	width: 100%;
	margin-top: 100px
}

.reg_bot {
	border-top: 1px solid #cfd0d1;
	font-size: 14px;
	color: #373d41;
	width: 1000px
}

.reg_bot a {
	color: #fff;
	text-decoration: none
}

.reg_bot a:hover {
	color: #e72f3c
}

.reg_left {
	float: left;
	color: #fff
}

.reg_right {
	float: right
}

#btnRegister {
	border: 0;
	cursor: pointer
}

.tiaokuan {
	color: #2277da;
	text-align: center;
	display: block
}

.tiaokuan:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	background: #ccc;
	width: 100px;
	float: left;
	position: relative;
	top: 10px
}

.tiaokuan:before {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	background: #ccc;
	width: 100px;
	float: right;
	position: relative;
	top: 10px
}

#cood {
	display: none
}

.location {
	width: 100%
}

.location .location_wrap {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding-left: 30px;
	background: url(icons.png) no-repeat -280px -131px;
	box-sizing: border-box
}

.location .location_wrap a {
	display: inline-block;
	margin-right: 12px;
	color: #555;
	font-size: 14px
}

.location .location_wrap a:hover {
	color: #006acd
}

.location .location_wrap a:after {
	content: '>';
	display: block;
	float: right;
	margin-left: 12px;
	font-family: "Simsun";
	line-height: 42px
}

.location .location_wrap a:hover:after {
	color: #555
}

.location .location_wrap a:last-of-type:after {
	display: none
}

@-webkit-keyframes searchTop {
	0% {
		top: -50px
	}

	to {
		top: 0
	}
}

@-moz-keyframes searchTop {
	0% {
		top: -50px
	}

	to {
		top: 0
	}
}

@keyframes searchTop {
	0% {
		top: -50px
	}

	to {
		top: 0
	}
}

.header {
	width: 100%;
	position: relative;
	z-index: 99
}

.navbar_con {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	background-color: #f2f2f2;
	position: relative;
	z-index: 999
}

.navbar_con h1 {
	float: left;
	display: inline;
	color: #666;
	font-size: 13px
}

.navbar_con .weixin {
	float: right;
	margin-left: 20px;
	font-weight: normal;
	position: relative
}

.navbar_con .weixin a {
	display: block;
	color: #666;
	padding-left: 34px;
	padding-right: 10px;
	background: url(icons.png) no-repeat -268px 7px;
	position: relative;
	z-index: 5;
	border-left: #f2f2f2 solid 1px;
	border-right: #f2f2f2 solid 1px
}

.navbar_con .weixin:hover a {
	border-left: #d9d9d9 solid 1px;
	border-right: #d9d9d9 solid 1px;
	background-color: #fff
}

.navbar_con span {
	float: right;
	margin-left: 15px;
	color: #666
}

.navbar_con span a {
	color: #666
}

.navbar_con span a:hover,.navbar_con span a.cur {
	color: #cd2727
}

.navbar_con .weixin .con {
	position: absolute;
	top: 34px;
	right: 0;
	z-index: 1;
	background: #fff;
	padding: 10px 15px;
	width: 138px;
	border: 1px solid #d9d9d9;
	display: none
}

.navbar_con .weixin .con img {
	width: 100%
}

.navbar_con .weixin .con p {
	display: block;
	color: #555;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px
}

.navbar_con .weixin:hover .con {
	display: block
}

#adv {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden
}

#adv .adv {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px
}

.inside_fl {
	position: relative;
	z-index: 2;
	margin-top: 15px;
	border: #e7e7e7 solid 1px;
	padding: 10px 24px;
	min-height: 90px
}

.inside_fl .list {
	width: 230px;
	float: left;
	position: relative;
	height: 30px;
	line-height: 30px
}

.inside_fl .list h5 {
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	color: #333;
	position: relative;
	z-index: 1;
	padding-left: 30px
}

.inside_fl .list h5 a {
	color: #333;
	font-size: 15px
}

.inside_fl .list dl {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	width: 80%;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2;
	display: none
}

.inside_fl .list:hover dl {
	display: block
}

.inside_fl .list dl dt {
	height: 6px;
	font-size: 0;
	width: 12px;
	padding-bottom: 10px;
	margin: -16px auto 0
}

.inside_fl .list dl dt img {
	display: block
}

.inside_fl .list dl dd {
	line-height: 22px;
	float: left;
	width: 50%
}

.inside_fl .list dl dd a {
	color: #555;
	font-size: 14px
}

.inside_fl_1 {
	background: url(dao_01.gif) 0 center no-repeat
}

.inside_fl_2 {
	background: url(dao_02.gif) 0 center no-repeat
}

.inside_fl_3 {
	background: url(dao_03.gif) 0 center no-repeat
}

.inside_fl_4 {
	background: url(dao_04.gif) 0 center no-repeat
}

.inside_fl_5 {
	background: url(dao_05.gif) 0 center no-repeat
}

.inside_fl_6 {
	background: url(dao_06.gif) 0 center no-repeat
}

.inside_fl_7 {
	background: url(dao_07.gif) 0 center no-repeat
}

.inside_fl_8 {
	background: url(dao_08.gif) 0 center no-repeat
}

.inside_fl_9 {
	background: url(dao_09.gif) 0 center no-repeat
}

.inside_fl_10 {
	background: url(dao_10.gif) 0 center no-repeat
}

.inside_fl_11 {
	background: url(dao_11.gif) 0 center no-repeat
}

.inside_fl_12 {
	background: url(dao_12.gif) 0 center no-repeat
}

.inside_fl_13 {
	background: url(dao_13.gif) 0 center no-repeat
}

.wrapper .wj-case {
	padding: 40px 0 60px
}

.wrapper .wj-case .blocks {
	width: 92%;
	margin: 0 auto
}

.sxjs {
	height: 20px;
	padding: 0 0 30px;
	line-height: 20px;
	overflow: hidden
}

.sxjs dl {
	float: left
}

.sxjs dl dt {
	float: left;
	font-size: 12px;
	border: #c00 solid 1px;
	color: #c00;
	padding: 0 10px
}

.sxjs dl dt strong {
	font-weight: normal
}

.sxjs dl dd {
	float: left;
	margin-left: 15px;
	_display: inline
}

.sxjs dl dd a img {
	border: #f4f4f4 solid 1px;
	font-size: 0
}

.sxjs dl dd.active a img {
	border: #c00 solid 1px
}

.pages {
	width: 100%;
	text-align: center;
	padding: 40px 0 80px;
	font-size: 0
}

.pages a {
	display: inline-block;
	min-width: 26px;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	margin-left: -1px;
	border: 1px solid #ccc;
	color: #555;
	font-size: 15px;
	position: relative
}

.pages a:hover {
	border-color: #c80000;
	color: #c80000;
	z-index: 2
}

.pages a.cur {
	color: #fff;
	background: #c80000;
	border-color: #c80000
}

#head {
	z-index: 100;
	height: 50px;
	background: #262626;
	position: relative
}

#head .c_head_l {
	float: left;
	height: 50px
}

#head .c_head_l li {
	float: left;
	width: 50px;
	height: 50px;
	background: url(head_bg.png) no-repeat;
	transition: all .3s ease;
	cursor: pointer
}

#head .c_head_l li a {
	float: left;
	width: 50px;
	height: 50px
}

#head .c_head_l li.c_head_l_n {
	background-position: -200px 0
}

#head .c_head_l li.c_head_l_n:hover {
	background-position: -200px -50px
}

#head .c_head_l li dl {
	height: 0;
	overflow: hidden;
	margin-top: 50px;
	transition: all .3s ease
}

#head .c_head_l li dl a {
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-indent: 20px;
	border-bottom: 1px solid #4f4f4f
}

#head .c_head_l li dl a:hover {
	background: #c80000
}

#head .c_head_l li.c_head_l_n:hover dl {
	height: auto;
	position: absolute;
	background: #414141;
	width: 100px;
	border-radius: 0 0 3px 3px
}

#head .c_head_l li.c_head_l_h {
	background-position: 0 0
}

#head .c_head_l li.c_head_l_h:hover {
	background-position: 0 -50px
}

#head .c_head_l li.c_head_l_nx {
	background-position: -50px -0px
}

#head .c_head_l li.c_head_l_nx:hover {
	background-position: -50px -50px
}

#head .c_head_l li.c_head_l_nt {
	background-position: -100px -227px
}

#head .c_head_l li.c_head_l_nt:hover {
	background-position: -100px -267px
}

#head .device-select {
	float: left;
	height: 50px;
	margin-right:20px;
	padding-right: 20px
}

#head .device-select>a {
	margin: 0 6px;
	font-size: 26px;
	line-height: 50px
}

#head .device-select>a.desktop {
	font-size: 22px
}

#head .device-select>a.mobile {
	font-size: 28px
}

#head .device-select>a i {
	color: #646464
}

#head .device-select>a.active i {
	color: #f8bc06
}

#head .theme-select {
	float: left
}

#head .theme-select>span {
	padding: 0 10px 0 30px;
	color: #909090;
	font-size: 12px;
	line-height: 50px;
	vertical-align: middle;
	font-family: Arial,"Microsoft Yahei",sans-serif;
	border-left: 1px solid #4e4e4e
}

#head .theme-select>nav {
	display: inline-block;
	position: relative;
	height: 20px;
	line-height: 50px;
	vertical-align: middle
}

#head .theme-select>nav>span {
	cursor: pointer;
	margin: 0 4px;
	position: relative
}

#head .theme-select>nav>span>i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

#head .theme-select>nav>span.theme-b {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	box-sizing: border-box
}

#head .theme-select>nav>span.bblue,#head .theme-select>nav>span.bgreen,#head .theme-select>nav>span.bred,#head .theme-select>nav>span.bwhite,#head .theme-select>nav>span.byellow {
	border: 1px solid #404040;
	background: #000
}

#head .theme-select>nav>span.wblack,#head .theme-select>nav>span.wblue,#head .theme-select>nav>span.wgreen,#head .theme-select>nav>span.wred,#head .theme-select>nav>span.wyellow {
	border: 1px solid #404040;
	background: #fff
}

#head .theme-select>nav>span.bblue i,#head .theme-select>nav>span.wblue i {
	background-color: #3d46ff
}

#head .theme-select>nav>span.bgreen i,#head .theme-select>nav>span.wgreen i {
	background-color: #3ed216
}

#head .theme-select>nav>span.bred i,#head .theme-select>nav>span.wred i {
	background-color: #e40807
}

#head .theme-select>nav>span.bwhite i,#head .theme-select>nav>span.wblack i {
	background-color: #cacaca
}

#head .theme-select>nav>span.byellow i,#head .theme-select>nav>span.wyellow i {
	background-color: #eeb814
}

#head .theme-select>nav>span.active i {
	width: 16px;
	height: 16px
}

#head .qrcode {
	position: relative;
	float: left;
	width: 30px;
	height: 50px;
	margin-left: 10px;
	margin-right: 30px;
	cursor: pointer;
	background: url(qricon.png) no-repeat center center/18px 18px
}

#head .qrcode .qrcondeArea {
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	position: absolute;
	display: none;
	top: 120%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 20px;
	width: 120px;
	overflow: hidden;
	border: 15px solid #fff;
	border-radius: 2px;
	background: #fff
}

#head .qrcode:hover .qrcondeArea {
	display: block
}

#head .qrcode .qrcondeArea img {
	width: 100%;
	height: 100%
}

#head .qrcode .qrcondeArea:after {
	color: #666;
	content: "扫描二维码手机预览";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px
}

#head .trybtn {
	margin-top: 10px;
	margin-right: 30px;
	float: right;
	width: 110px;
	height: 30px;
	border-radius: 2px;
	background: #cd2727;
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px
}

#head .tag {
	/* float: right; */
	margin-right: 30px;
	color: #fff;
	font-size: 15px;
	line-height: 50px
}

#head .tag font {
	color: #cd2727;
	font-size: 21px;
	font-weight: 600;
	margin: 0 5px
}

#head .headMask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 1;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	line-height: 50px;
	color: #fff
}

#head .headMask:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	background: url(1442417914556.png) no-repeat center left/auto 100%
}

#index-logo {
	float: left;
	padding: 0 30px;
	color: #dadada;
	font-size: 14px;
	line-height: 50px;
	vertical-align: middle
}

#index-logo span {
	display: inline-block;
	margin-right: 15px
}

#mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: url(../icon/loading.gif) no-repeat center center;
	background-color: #000
}

.tablet #mask {
	top: 10px;
	bottom: 10px
}

.mobile #mask {
	left: 5px;
	right: 5px
}

#Content {
	height: calc(100% - 50px);
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	position: relative
}

#Content.mobile {
	width: 360px;
	height: calc(100% - 300px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #888;
	border-top-width: 0;
	border-bottom-width: 0
}

#Content.mobile>iframe {
	width: calc(100% - 20px);
	border: 10px solid #f4f5f7;
	border-top-width: 0;
	border-bottom-width: 0
}

#Content.mobile .header {
	position: absolute;
	top: -50px;
	left: -1px;
	width: 100%;
	height: 50px;
	background: #f4f5f7;
	border-radius: 30px 30px 0 0;
	border: 1px solid #888;
	border-bottom-width: 0
}

#Content.mobile .header i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 6px;
	border-radius: 10px;
	background: #ccc
}

#Content.mobile .header i::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	left: -14px;
	border-radius: 100%;
	background: #ccc
}

#Content.mobile .footer {
	position: absolute;
	bottom: -50px;
	left: -1px;
	width: 100%;
	height: 50px;
	background: #f4f5f7;
	border-radius: 0 0 30px 30px;
	border: 1px solid #888;
	border-top-width: 0
}

#Content.mobile .footer i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #ccc
}

#Content.tablet {
	width: 980px;
	height: calc(100% - 200px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #888;
	border-left-width: 0;
	border-right-width: 0
}

#Content.tablet>iframe {
	height: calc(100% - 30px);
	border: 15px solid #f4f5f7;
	border-left-width: 0;
	border-right-width: 0
}

#Content.tablet .header {
	position: absolute;
	height: 100%;
	width: 40px;
	left: -40px;
	top: -1px;
	background: #f4f5f7;
	border-radius: 24px 0 0 24px;
	border: 1px solid #888;
	border-right-width: 0
}

#Content.tablet .header i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 12px;
	width: 12px;
	border-radius: 20px;
	background: #ccc
}

#Content.tablet .footer {
	position: absolute;
	top: -1px;
	right: -66px;
	width: 66px;
	height: 100%;
	background: #f4f5f7;
	border-radius: 0 24px 24px 0;
	border: 1px solid #888;
	border-left-width: 0
}

#Content.tablet .footer i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #ccc
}

#contentFrame {
	width: 100%;
	height: 100%
}

.buy_header {
	width: 100%;
	padding: 10px 0;
	background-color: #f2f2f2;
	border-bottom: 1px solid #eaeaea
}

.buy_header .logo {
	float: left;
	height: 40px
}

.buy_header .logo a img {
	height: 40px
}

.buy_header .buy_home {
	float: right
}

.buy_header .buy_home a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	background: url(/images/kz.png) left center no-repeat;
	padding-left: 25px
}

.buy_nav {
	border-bottom: solid 1px #eaeaea;
	background: #fefefe;
	height: 54px
}

.buy_nav span {
	padding-left: 42px;
	color: #333;
	font-size: 24px;
	font-weight: 400;
	display: block;
	height: 54px;
	line-height: 54px;
	background: url(xd.png) left center no-repeat
}

.buy_main {
	background: #fff;
	width: 1120px;
	margin: 10px auto 60px;
	padding: 40px;
	padding-bottom: 110px
}

.buy_conn {
	height: 91px
}

.buy_conn dl {
	float: left;
	width: 186px;
	height: 91px
}

.buy_conn dl dt {
	height: 40px;
	line-height: 40px;
	background: #f9f9f9;
	text-align: center
}

.buy_conn dl dt strong {
	color: #333;
	font-size: 16px
}

.buy_conn dl dd {
	border-bottom: 1px solid #e9e9e9;
	height: 70px;
	line-height: 70px;
	color: #333;
	text-align: center
}

.buy_conn dl.que dt a {
	display: block;
	position: relative;
	height: 40px;
	float: left
}

.buy_conn dl.que dt img {
	position: absolute;
	top: 12px;
	left: 102px
}

.buy_conn dl.que dt .ans {
	background: url(/images/kuang.png) no-repeat;
	width: 175px;
	height: 60px;
	line-height: 20px;
	padding: 8px 15px;
	position: absolute;
	top: 3px;
	left: 122px;
	display: none;
	z-index: 999;
	color: #666
}

.buy_conn dl dd span {
	font-size: 14px
}

.buy_conn dl dd span.price {
	color: #f60;
	font-size: 16px
}

.buy_conn dl dd span#idsheng {
	text-decoration: line-through
}

.buy_conn dl dd .select {
	color: #333;
	width: 120px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	border: 1px solid #ddd;
	padding-left: 5px;
	cursor: pointer;
	outline: 0
}

.buy_conn1 {
	line-height: 48px;
	border-bottom: 0;
	margin-top: 20px
}

.buy_conn1 ul li {
	line-height: 42px;
	color: #333;
	padding: 10px 0;
	padding-left: 32px;
	font-size: 14px
}

.buy_conn1 ul li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.buy_conn1 ul li i {
	margin-right: 10px;
	font-style: normal;
	float: left;
	font-weight: bold;
	font-size: 16px
}

.buy_conn1 ul {
	padding-top: 10px
}

.buy_conn1 ul li strong {
	font-weight: normal;
	float: right;
	color: #f60;
	width: 186px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px
}

.buy_conn1 ul li dl {
	float: left;
	font-size: 16px;
	width: 840px
}

.buy_conn1 ul li dl:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.buy_conn1 .price_warp {
	display: block;
	color: #333;
	font-size: 16px
}

.buy_conn1 .price_warp .zprice {
	display: block;
	float: right;
	width: 186px;
	color: #f60;
	font-size: 24px
}

.buy_conn1 .price_warp .zprice em {
	font-size: 16px
}

.buy_conn dl dd span a {
	color: #333
}

.buy_conn dl dd span a:hover {
	color: #f60
}

.buy_conn1 ul li dl.d1 dd span {
	width: 122px;
	text-align: center
}

.buy_conn1 ul li dl.d2 dd span {
	width: 122px;
	text-align: center
}

.buy_conn1 ul li dl.d3 dd span {
	width: 122px;
	text-align: center
}

.buy_conn1 ul li dl dd {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px
}

.buy_conn1 ul li dl dd span {
	border: #ddd solid 1px;
	height: 40px;
	line-height: 40px;
	display: block;
	padding: 0 8px;
	cursor: pointer;
	color: #666;
	font-size: 14px
}

.buy_conn1 ul li dl dd span:hover,.buy_conn1 ul li dl dd.cur span {
	border: #f60 solid 1px;
	color: #333;
	background: url(buy_ico.png) no-repeat right bottom
}

.buy_conn1 ul li dl dd.gm_hover {
	background: url(/images/gou02.png) 129px 32px no-repeat
}

.buy_conn1 ul li dl dd.gm_hover span {
	border: #f60 solid 1px;
	color: #333
}

.buy_conn1 ul li b {
	float: right;
	font-weight: normal
}

.buy_conn1 ul li a {
	display: block;
	position: relative;
	height: 32px;
	float: left
}

.buy_conn1 ul li img {
	position: absolute;
	top: 9px;
	left: 44px
}

.buy_conn1 ul li .ans {
	background: url(/images/kuang.png) no-repeat;
	width: 175px;
	height: 60px;
	line-height: 20px;
	padding: 8px 15px;
	position: absolute;
	top: 9px;
	left: 62px;
	display: none;
	z-index: 999;
	font-size: 12px;
	color: #666
}

.buy_warning {
	color: #f68300;
	background: #fcf8e2;
	border: 1px solid #fbeccb;
	padding: 12px;
	line-height: 18px;
	width: 1174px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px
}

.buy_conn1 ul li dl dd.piaotext {
	width: 240px;
	display: none
}

.buy_conn1 ul li dl dd.piaotext.show {
	display: block
}

.buy_conn1 ul li dl dd.piaotext input {
	display: block;
	width: 220px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #ddd
}

.buy_conn1 ul li dl dd.piaotext input:hover,.buy_conn1 ul li dl dd.piaotext input:focus {
	border-color: #f60
}

.buy_conn2 {
	background: #f9f9f9;
	margin-top: 20px;
	font-size: 14px;
	color: #333
}

.buy_conn2 input[type=radio] {
	height: 15px;
	position: relative;
	top: 3px
}

.buy_conn2 span {
	padding-left: 6px;
	font-weight: bold
}

.buy_conn2_1 {
	padding: 0 40px;
	height: 48px;
	line-height: 48px
}

.buy_conn2_1 strong {
	float: left;
	font-weight: normal
}

.buy_conn2_1 ul {
	float: left
}

.buy_conn2_1 ul li {
	float: left;
	margin-left: 20px;
	width: 100px
}

.buy_conn2_2 {
	padding: 0 26px;
	height: 105px
}

.buy_conn2_2 ul li {
	margin: 30px 0;
	height: 45px;
	float: left;
	width: 267px
}

.buy_conn2_2 ul li b {
	width: 70px;
	text-align: right;
	color: #333;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: normal
}

.buy_conn2_2 ul li .input_text6 {
	margin-left: 10px;
	float: left;
	border: 1px solid #ddd;
	color: #333;
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	padding: 12px 10px 11px 10px;
	width: 159px;
	font-family: 'Microsoft YaHei';
	font-size: 14px
}

.buy_conn2_2 ul li .input_text6:hover {
	border-color: #b3b3b3;
	outline: 0
}

.buy_conn2_2 ul li .input_text6:focus {
	border-color: #f60;
	outline: 0
}

.buy_bottom {
	margin-top: 80px;
	height: 80px;
	line-height: 80px;
	width: 100%
}

.buy_bot {
	border-top: 1px solid #cfd0d1;
	font-size: 14px;
	color: #373d41;
	width: 1200px
}

.buy_bot a {
	color: #373d41
}

.buy_bot a:hover {
	color: #f60
}

.buy_left {
	float: left
}

.buy_right {
	float: right
}

.buy_main .btn {
	margin-top: 30px;
	text-align: right
}

.buy_main .btn .readTerms {
	display: inline-block;
	text-align: right;
	margin-right: 10px
}

.buy_main .btn .readTerms span {
	color: #c00;
	cursor: pointer;
	font-size: 14px
}

.buy_main .btn .readTerms label input {
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
	margin: 2px 5px 0 0
}

.input_button6 {
	display: inline-block;
	width: 158px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #cd2727;
	border-radius: 2px;
	font-family: 'Microsoft YaHei';
	cursor: pointer
}

.input_button6:hover {
	background: #e02b2b
}

.shop-pay {
	width: 1160px;
	margin: 25px auto;
	padding: 20px;
	background: #fff
}

.shop-pay .shop-pay-head {
	border: 1px solid #ececec;
	padding: 20px
}

.shop-pay .shop-pay-head .top::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.shop-pay .shop-pay-head .top .pay-icon {
	float: left;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #6ba71f;
	font-size: 18px
}

.shop-pay .shop-pay-head .top .pay-icon::after {
	content: '';
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	background: url(icons.png) no-repeat 0 -150px
}

.shop-pay .shop-pay-head .top .prize {
	float: right;
	line-height: 35px;
	color: #666;
	font-size: 16px
}

.shop-pay .shop-pay-head .top .prize span {
	color: #e02b2b
}

.shop-pay .shop-pay-head .top .prize span em {
	font-size: 24px
}

.shop-pay .shop-pay-head .bottom {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ececec
}

.shop-pay .shop-pay-head .bottom p {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	font-size: 15px;
	margin-right: 60px
}

.shop-pay .shop-pay-head .bottom p span {
	color: #e02b2b
}

.shop-pay .shop-pay-head .bottom p span em {
	font-size: 20px
}

.gm_wzxx {
	margin: 40px 0;
	border-top: #dcdcdc solid 1px;
	border-left: #dcdcdc solid 1px;
	font-size: 16px
}

.gm_wzxx dl dt {
	height: 45px;
	line-height: 45px;
	border-bottom: #dcdcdc solid 1px;
	background: #f5f5f5;
	color: #333
}

.gm_wzxx dl dt span {
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box
}

.gm_wzxx dl dd {
	height: 45px;
	line-height: 45px;
	border-bottom: #dcdcdc solid solid 1px;
	color: #333;
	font-size: 15px
}

.gm_wzxx dl dd span {
	float: left;
	width: 20%;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box
}

.gm_wzxx dl dd span a {
	color: #333
}

.gm_wzxx dl dd span a:hover {
	color: #cd2727;
	text-decoration: underline
}

.payment ul {
	width: 100%;
	height: 43px
}

.payment ul li {
	;width: 150px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #555;
	font-size: 16px;
	float: left;
	cursor: pointer
}

.payment ul li.on {
	border: 1px solid #ccc;
	border-radius: 6px 6px 0 0;
	border-bottom-color: #fff;
	position: relative;
	z-index: 1
}

.payment_con {
	border-top: 1px solid #ccc;
	padding-top: 20px
}

.payment_con>p {
	color: #555;
	font-size: 15px
}

.payment_list {
	padding: 10px 0 30px
}

.payment_list>a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	width: 190px;
	text-align: center;
	border-radius: 3px;
	margin-right: 40px;
	position: relative
}

.payment_list a label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 8px 0
}

.payment_list a label input {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.payment_list a label img {
	display: inline-block;
	vertical-align: middle
}

.payment_list a.cur {
	border-color: #cd2727
}

.payment_list a .account-balance {
	display: none;
	position: absolute;
	left: 0;
	top: -45px;
	color: #333;
	width: 190px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background-color: #fffdee;
	border: 1px solid #eed97c
}

.payment_list a.cur .account-balance {
	display: block
}

.payment_list a .account-balance i {
	color: #cd2727
}

.payment_list a .account-balance::after {
	content: '';
	display: block;
	position: absolute;
	left: 28px;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #eed97c;
	border-left: 1px solid #eed97c;
	background-color: #fffdee;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.payment_list .item-bank {
	color: #555;
	font-size: 14px;
	padding-top: 20px
}

.payment_list .item-bank a {
	color: #428bca
}

.pay_btn {
	margin: 0 auto;
	height: 50px
}

.pay_btn a {
	display: block;
	float: right;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #cd2727;
	border-radius: 5px
}

.pay_btn a:hover {
	background-color: #e02b2b
}

.pro-price {
	padding: 30px 0 0
}

.slideTxtBox {
	padding: 0 0 50px
}

.slideTxtBox ul li {
	border: 1px solid #efefef;
	width: 241px;
	float: left;
	position: relative;
	box-sizing: border-box;
	margin-left: -1px;
	padding-bottom: 20px;
	transition: all .5s ease
}

.slideTxtBox ul li .hot {
	position: absolute;
	right: 0;
	top: 0;
	height: 59px;
	width: 71px;
	background: url(/images/hot-flag.jpg) no-repeat;
	text-align: center;
	padding-top: 5px;
	text-indent: 27px;
	color: #fff;
	font-size: 14px;
	font-style: normal
}

.slideTxtBox ul li .price {
	text-align: center;
	height: 140px;
	position: relative;
	background: #f5f5f5;
	transition: all .5s ease
}

.slideTxtBox ul li .price strong {
	color: #575757;
	font-size: 32px;
	padding: 15px 0 0;
	display: block;
	transition: all .5s ease
}

.slideTxtBox ul li .price .one_year {
	line-height: 30px;
	height: 30px;
	transition: all .5s ease
}

.slideTxtBox ul li .price .three_year {
	line-height: 20px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	color: #666
}

.slideTxtBox ul li .price .date-jg {
	color: #5c5c5c;
	font-size: 21px;
	transition: all .5s ease
}

.slideTxtBox ul li .price .date-jg i {
	color: #e80000;
	transition: all .5s ease
}

.slideTxtBox ul li .price .date-unit {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	position: absolute;
	top: 25px;
	left: 139px
}

.slideTxtBox ul li .icon {
	width: 78px;
	height: 78px;
	border: 1px solid #efefef;
	background-color: #fff;
	background-image: url(price-ico.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -40px auto 10px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.slideTxtBox ul li b {
	line-height: 32px;
	color: #333;
	font-size: 14px;
	display: block;
	text-align: center;
	font-weight: normal;
	margin: 0 20px;
	border-bottom: 1px solid #e6e5e5
}

.slideTxtBox ul li >span {
	display: block;
	padding: 10px 20px;
	background-color: #f5f5f5;
	color: #333;
	font-size: 14px
}

.slideTxtBox ul li i.go {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal
}

.slideTxtBox ul li i.go a {
	padding-right: 8px
}

.slideTxtBox ul li .btnDiv {
	padding: 20px
}

.slideTxtBox ul li .btnDiv a {
	height: 32px;
	line-height: 32px;
	width: 90px;
	text-align: center;
	display: inline-block;
	font-size: 14px
}

.slideTxtBox ul li .btnDiv .g-empty-btn {
	margin-right: 10px;
	border: 1px solid #e72f3c;
	color: #e72f3c
}

.slideTxtBox ul li .btnDiv .g-empty-dark-btn {
	border: 1px solid #c5c4c7;
	color: #505050
}

.slideTxtBox dl {
	border: 1px solid #efefef;
	border-left: none;
	border-top: 0;
	height: 75px;
	background: #f9f9f9
}

.slideTxtBox dl dt {
	float: left;
	width: 130px;
	text-align: center;
	background: url(/images/wt.png) center 12px no-repeat;
	padding-top: 50px
}

.slideTxtBox dl dd {
	width: 385px;
	float: left;
	height: 38px;
	line-height: 38px;
	margin-right: 50px
}

.slideTxtBox dl dd a {
	padding-left: 20px;
	background: url(/images/disc.jpg) 8px center no-repeat
}

.slideTxtBox dl dd span {
	float: right;
	color: #b0b0b0
}

.slideTxtBox ul li:hover {
	border-color: #df2121;
	box-shadow: 0 3px 10px #fbb;
	position: relative;
	z-index: 1
}

.slideTxtBox ul li:hover .price {
	background-color: #e91600
}

.slideTxtBox ul li:hover .price strong,.slideTxtBox ul li:hover .price .one_year,.slideTxtBox ul li:hover .price .three_year,.slideTxtBox ul li:hover .price .date-jg,.slideTxtBox ul li:hover .price .date-jg i {
	color: #fff
}

.slideTxtBox ul li:hover .btnDiv .g-empty-btn {
	background: #e72f3c;
	color: #fff
}

.slideTxtBox ul li:hover .btnDiv .g-empty-dark-btn {
	background: #efefef;
	color: #7c7c7c;
	border: 1px solid #efefef
}

.pro-price .edition {
	padding-bottom: 60px
}

.pro-price .con-header {
	height: 94px;
	background-color: #f3f3f3;
	border-top: 2px solid #ff4200;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 1px;
	overflow: hidden
}

.pro-price .con-header.con-header-fixed {
	position: fixed;
	top: 61px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	background-color: rgba(243,243,243,0.95)
}

.pro-price .con-header tr {
	height: 94px;
	overflow: hidden
}

.pro-price .con-header td {
	height: 94px;
	float: left;
	font-size: 14px;
	color: #000
}

.pro-price .con-header td p {
	line-height: 28px;
	text-align: center;
	padding: 9px 0 11px
}

.pro-price .con-header td a {
	width: 90px;
	height: 34px;
	display: block;
	margin: 0 auto;
	background-color: #4cbfff;
	border-radius: 17px;
	color: #fff;
	line-height: 34px;
	text-align: center
}

.pro-price .con-header td a:hover {
	background-color: #ff4200
}

.pro-price .con-header td h4 {
	font-style: normal;
	font-size: 14px;
	line-height: 28px;
	padding-top: 9px
}

.pro-price .con-header td h4:first-child {
	padding: 9px 0 8px 34px
}

.pro-price .con-header td em {
	width: 75px;
	height: 1px;
	display: block;
	border-bottom: 1px solid #dcdcdc;
	position: absolute;
	bottom: 46px;
	left: 15px;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg)
}

.pro-price .con-header td:first-child {
	position: relative
}

.pro-price .con-header td,.pro-price .con-detail td {
	width: 168px;
	border-left: 1px solid #e5e5e5
}

.pro-price .con-header td:first-child,.pro-price .con-detail td:nth-of-type(1) {
	padding-left: 20px;
	border-left: none;
	width: 186px;
	box-sizing: border-box
}

.pro-price .con-detail td {
	text-align: center;
	font-size: 14px;
	color: #000
}

.pro-price .con-detail td img {
	width: 17px;
	height: 12px
}

.pro-price .con-detail td h4 {
	font-size: 18px;
	color: #ff4200;
	line-height: 32px
}

.pro-price .con-detail td span {
	width: 78px;
	height: 20px;
	display: block;
	margin: 3px auto 0;
	border: 1px solid #ff701a;
	font-size: 14px;
	color: #ff4200;
	line-height: 20px
}

.pro-price .con-detail td p.cost-info {
	height: 32px;
	line-height: 32px;
	color: #666;
	margin-bottom: 8px
}

.pro-price .con-detail td p.cost-info em {
	font-size: 14px;
	color: #ff4200
}

.pro-price .con-detail td:nth-of-type(1) {
	text-align: left
}

.pro-price .con-detail .cost p {
	font-size: 14px;
	color: #333;
	height: 32px;
	line-height: 32px
}

.pro-price .con-detail .cost p em {
	font-size: 24px;
	color: #ff4200
}

.pro-price .con-detail tr:nth-of-type(2) {
	height: 20px
}

.pro-price .con-detail .cost td {
	padding-top: 15px
}

.pro-price .con-detail .cost td:first-child {
	padding-top: 48px
}

.pro-price .con-detail .price-bg {
	height: 35px;
	background: #f3f3f3
}

.pro-price .con-detail .price-no {
	height: 35px
}

.pro-price .con-detail .feature td {
	vertical-align: top;
	text-align: left;
	padding: 11px 0 17px
}

.pro-price .con-detail .feature td:first-child {
	padding: 57px 0 0 20px
}

.pro-price .con-detail .feature p {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding-left: 32px
}

.pro-price .con-detail .feature p em {
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #ff4200;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 7px
}

.pro-price .web-space tr:first-child {
	border-top: 1px solid #ff4200;
	border-bottom: 1px solid #dcdcdc;
	background-color: #f3f3f3
}

.pro-price .web-space tr:nth-child(2n+1) {
	background-color: #f3f3f3
}

.pro-price .web-space td {
	width: 168px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 34px
}

.pro-price .web-space td img {
	width: 17px;
	height: 12px
}

.pro-price .web-space td h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 39px
}

.pro-price .web-space td h3 em {
	width: 3px;
	height: 14px;
	display: inline-block;
	background-color: #ff4200;
	vertical-align: middle;
	margin-right: 6px
}

.pro-price .web-space td p {
	padding-top: 5px;
	line-height: 25px
}

.pro-price .web-space td em {
	font-size: 11px;
	color: #999;
	line-height: 20px
}

.pro-price .web-space td:first-child {
	padding-left: 20px;
	border-left: none;
	text-align: left
}

.pro-price .service td {
	border-bottom: 1px solid #e5e5e5
}

.pro-price .web-prompt {
	padding: 13px 0 0 20px
}

.pro-price .web-prompt p {
	font-size: 14px;
	color: #999;
	line-height: 30px
}

.pro-price .web-prompt p em {
	font-style: normal;
	padding-right: 20px
}

.price_adv {
	width: 100%;
	height: 115px;
	background: url(price_adv.jpg) no-repeat center
}

.price_adv h4 {
	float: left;
	color: #fff;
	font-size: 30px;
	line-height: 115px
}

.price_adv .link {
	float: right;
	height: 42px;
	margin-top: 35px
}

.price_adv .link a {
	float: left;
	display: block;
	width: 180px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	margin-left: 20px
}

.price_adv .link a:hover {
	background: #fff;
	color: #2277da
}

.custom {
	padding: 50px 0
}

.custom_list {
	padding-bottom: 50px
}

.custom_list h4 {
	color: #333;
	font-size: 30px;
	text-align: center
}

.custom_list ul {
	margin-right: -35px;
	margin-top: 30px
}

.custom_list ul li {
	float: left;
	width: 265px;
	margin-right: 35px
}

.custom_list ul li .icon {
	width: 265px;
	padding: 49px 0;
	border-radius: 5px;
	overflow: hidden
}

.custom_list ul li .icon .ico {
	width: 70px;
	height: 62px;
	margin: 0 auto;
	background: url(icons.png) no-repeat
}

.custom_list ul li .icon1 {
	background-color: #4b80c2
}

.custom_list ul li .icon2 {
	background-color: #ff6158
}

.custom_list ul li .icon3 {
	background-color: #5cca4d
}

.custom_list ul li .icon4 {
	background-color: #ffc40c
}

.custom_list ul li .icon1 .ico {
	background-position: 0 0
}

.custom_list ul li .icon2 .ico {
	background-position: -70px 0
}

.custom_list ul li .icon3 .ico {
	background-position: 0 -63px
}

.custom_list ul li .icon4 .ico {
	background-position: -70px -63px
}

.custom_list ul li .text h5 {
	color: #555;
	font-size: 20px;
	margin: 10px 0 5px
}

.custom_list ul li .text p {
	color: #888;
	font-size: 15px
}

.gdvis-cms {
	padding: 60px 0
}

.gdvis-table {
	width: 100%;
	color: #999
}

.gdvis-table thead th {
	padding: 12px 20px!important;
	border-bottom: 0!important;
	border-left: 4px solid #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
	text-align: center
}

.gdvis-table thead th.t1 {
	width: 100px
}

.gdvis-table thead th.t2 {
	width: 100px
}

.gdvis-table thead th.t3 {
	width: 200px
}

.gdvis-table thead th.t4 {
	text-align: left
}

.gdvis-table thead tr {
	background: #eff4f5
}

.gdvis-table tbody td {
	border-left: 4px solid #fff;
	border-top: 0!important;
	font-size: 16px;
	font-weight: normal;
	padding: 12px 20px!important;
	text-align: center;
	vertical-align: middle
}

.gdvis-table tbody th {
	border-top: 0!important
}

.gdvis-table tbody th i {
	color: #f0ad4e;
	margin-left: 5px
}

.gdvis-table tbody tr:nth-child(even) {
	background: #eff4f5
}

.gdvis-table td.c1 {
	background: #fff
}

.gdvis-table td.c2 {
	background: #62a8ea;
	color: #fff
}

.gdvis-table td.c2_b {
	background: #57c7d4;
	color: #fff
}

.bbs_warp {
	padding: 30px 0 50px
}

.newsList .position {
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
	background: url(icons.png) no-repeat -280px -141px;
	padding-left: 35px
}

.newsList .position a {
	font-size: 15px;
	color: #333
}

.newsList .position a:hover {
	color: #c80000
}

.newsList .position font {
	font-size: 14px;
	color: #333;
	font-family: "Sumsim";
	margin: 0 8px 0 12px
}

.newsList {
	width: 800px;
	padding: 20px 20px 50px;
	background: #fff
}

.newsCell {
	height: 165px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc
}

.newsCell>a>img {
	float: left;
	width: 208px;
	height: 145px
}

.newsCell .messa {
	float: left;
	width: 550px;
	padding-left: 20px
}

.newsCell .messa .title>a {
	display: inline-block;
	font-size: 20px;
	color: #353535;
	margin-bottom: 5px
}

.newsCell .messa .type a:hover,.content-left .top .head>li>a:hover span,.newsCell .messa .title>a:hover,.right .topList .title>a:hover,.left .top .head>li>a:not(.last):hover span,.seoDetail .moreList li>a:hover {
	color: #cd2727
}

.newsCell .messa .time {
	font-size: 14px;
	color: #888;
	margin-bottom: 8px
}

.newsCell .messa .desc {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	margin-bottom: 8px
}

.newsCell .messa .type,.newsCell .messa .type a {
	font-size: 14px;
	color: #888
}

.newsCell .messa .type span,.newsCell .messa .type a {
	margin-right: 12px
}

.pages_bbs {
	width: 100%;
	text-align: center;
	padding-top: 10px
}

.pages_bbs a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 30px;
	margin: 0 3px;
	color: #666;
	font-size: 14px
}

.pages_bbs a.arrow {
	width: 70px
}

.pages_bbs a:hover {
	border-color: #c80000;
	color: #c80000
}

.pages_bbs a.cur {
	border-color: #c80000;
	background: #c80000;
	color: #fff
}

.comiis_lbox {
	width: 330px;
	overflow: hidden
}

.comiis_irbox {
	width: 330px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 0 0 5px;
	margin-bottom: 10px;
	box-sizing: border-box
}

.comiis_top {
	padding: 14px 0;
	overflow: hidden;
	min-height: 50px
}

.comiis_top a {
	float: left;
	height: 50px;
	width: 143px;
	margin-left: 14px;
	overflow: hidden;
	background-color: #e03300;
	background-repeat: no-repeat
}

.comiis_top a.kmfbzt {
	background-image: url(icons.png);
	background-position: 0 -220px
}

.comiis_top a.kmqd {
	background-image: url(icons.png);
	background-position: 0 -290px;
	width: 143px;
	height: 50px;
	text-align: center;
	line-height: 18px;
	color: #333;
	font-size: 12px
}

.comiis_top a.kmqd.cur {
	background-position: 0 -430px
}

.comiis_top a.kmqd .date {
	width: 60px;
	float: right;
	color: #333;
	padding: 8px 0
}

.comiis_irbox_ss .img {
	margin: 14px 0 0 14px
}

.comiis_irbox_ss #comiis_twtsc {
	background: url(icons.png) no-repeat 0 -360px;
	width: 298px;
	height: 38px;
	line-height: 38px;
	margin: 10px 0 0 14px;
	border: 1px solid #e5e5e5
}

.comiis_irbox_ss #comiis_twtsc .comiis_twtsc_type {
	padding-left: 12px;
	padding-right: 7px;
	font-size: 14px
}

.comiis_irbox_ss #comiis_twtsc .comiis_twtsc_type .showmenu {
	color: #666;
	padding-right: 16px;
	background: url(http://bbs.wqdian.com/template/comiis_nby/img/arrwd.gif) no-repeat 100% 50%;
	cursor: pointer;
	white-space: nowrap
}

#comiis_twtsc_txt {
	border: 0 solid #fff;
	background: 0;
	width: 185px;
	margin: 0 2px 0 8px;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #999
}

#comiis_twtsc_btn {
	height: 36px;
	width: 40px;
	background: 0;
	border-width: 0;
	margin-right: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer
}

.comiis_irbox_ss #scbar_hot {
	padding: 8px 0;
	line-height: 24px;
	overflow: hidden;
	color: #e03300;
	font-size: 14px;
	margin: 0 0 0 15px
}

.comiis_irbox_ss #scbar_hot a {
	color: #666;
	font-size: 14px;
	margin-right: 8px
}

.comiis_irbox_ss #scbar_hot a:hover {
	color: #333
}

.comiis_bkbox {
	background-color: #fff;
	margin-bottom: 10px
}

.comiis_bkbox .comiis_bkbox_list {
	padding: 14px 14px 7px
}

.comiis_bkbox .comiis_bkbox_list .block_summary ul li {
	float: left;
	width: 148px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #e5e5e5;
	margin: -1px -1px 0 0;
	text-align: center
}

.comiis_bkbox .comiis_bkbox_list .block_summary ul li a {
	display: block;
	color: #333;
	font-size: 14px
}

.comiis_bkbox .comiis_bkbox_list .block_summary ul li a:hover {
	color: #cd2727
}

.comiis_irbox_list ul {
	margin: 0 14px
}

.comiis_irbox_list ul li {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 14px;
	border-top: 1px solid #ececec
}

.comiis_irbox_list ul li a {
	display: block;
	color: #333;
	height: 38px;
	line-height: 38px;
	background: url(http://bbs.wqdian.com/template/comiis_nby/img/comiis_home_ico.gif) no-repeat 0 -128px;
	padding-left: 26px
}

.comiis_irbox_list ul li a:hover {
	color: #cd2727
}

.comiis_irbox .comiis_irbox_tit {
	height: 48px;
	line-height: 48px;
	margin: 0 14px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	position: relative
}

.comiis_irbox .comiis_irbox_tit h4 {
	font-size: 16px;
	font-weight: 100;
	color: #cd2727;
	padding: 0 2px;
	float: left;
	height: 47px;
	border-bottom: 1px solid #cd2727;
	overflow: hidden
}

.comiis_irbox .comiis_irbox_tit span a {
	float: right;
	color: #999;
	line-height: 52px
}

.comiis_irbox .comiis_irbox_tit span a:hover {
	color: #cd2727
}

.comiis_irbox_tel {
	background: url(comiis_irbox_kfico.gif) no-repeat 8px 16px;
	color: #999;
	padding: 12px 0 0 63px;
	margin-left: 14px
}

.comiis_irbox_tel span.kmtel {
	display: block;
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	overflow: hidden
}

.comiis_irbox_tel span.km24 {
	height: 20px;
	line-height: 20px
}

.comiis_irbox_qqwb {
	width: 320px;
	padding-bottom: 5px;
	overflow: hidden;
	margin-left: 14px
}

.comiis_irbox_qqwb a {
	float: left;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #999;
	width: 110px;
	height: 30px;
	line-height: 30px;
	padding-left: 33px;
	margin: 10px 10px 0 0;
	overflow: hidden;
	background: url(icons.png) no-repeat
}

.comiis_irbox_qqwb a.iqq {
	background-position: -272px -174px
}

.comiis_irbox_qqwb a.iqq:hover {
	background-position: -272px -203px
}

.comiis_irbox_qqwb a.iwb {
	background-position: -272px -231px
}

.comiis_irbox_qqwb a.iwb:hover {
	background-position: -272px -260px
}

.comiis_irbox_qqwb a.icp {
	background-position: -272px -287px
}

.comiis_irbox_qqwb a.icp:hover {
	background-position: -272px -316px
}

.comiis_irbox_qqwb a.ish {
	background-position: -272px -287px
}

.comiis_irbox_qqwb a.ish:hover {
	background-position: -272px -316px
}

.comiis_irbox_qqwb a:hover {
	color: #cd2727;
	border-color: #cd2727
}

.comiis_irbox .comiis_irbox_tits {
	height: 28px;
	line-height: 28px;
	margin: 0 15px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding-top: 10px
}

.comiis_irbox .comiis_irbox_tits h4 {
	font-size: 15px;
	font-weight: 100
}

.comiis_irbox_ewm {
	padding: 0 0 5px 14px;
	overflow: hidden
}

.comiis_irbox_ewm li {
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin: 15px 10px 0 0;
	width: 145px;
	height: 170px;
	overflow: hidden;
	color: #333;
	float: left
}

.comiis_irbox_ewm li img {
	width: 145px;
	height: 145px
}

.newsDetail .title {
	font-size: 32px;
	color: #333;
	margin-bottom: 18px
}

.newsDetail .time {
	font-size: 14px;
	color: #999;
	padding-bottom: 12px;
	border-bottom: 1px solid #dcdcdc
}

.newsDetail .time a {
	color: #999
}

.newsDetail .time a:hover {
	color: #59c4ff
}

.newsDetail .time>span {
	margin-right: 30px
}

.newsDetail .time>span a {
	margin-right: 12px
}

.newsDetail .des {
	font-size: 17px;
	color: #353535;
	line-height: 35px;
	min-height: 350px;
	padding: 25px 0
}

.newsDetail .des p {
	text-align: justify;
	text-indent: 2em;
	margin-bottom: 10px;
	letter-spacing: 1px
}

.newsDetail .lastNest>a {
	font-size: 16px;
	color: #999;
	white-space: nowrap;
	width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 25px 0 45px
}

.newsDetail .lastNest>a>span {
	color: #333
}

.newsDetail .lastNest>a:hover span {
	color: #cd2727
}

.newsDetail .lastNest .last {
	float: left
}

.newsDetail .lastNest .next {
	float: right
}

.forum_comment {
	margin: 20px 0 30px;
	padding: 15px 20px 0;
	border: 1px solid #ccc;
	min-height: 300px;
	background: #fff;
	box-sizing: border-box
}

.forum_comment_nav {
	margin-bottom: 15px
}

.forum_comment_nav a {
	color: #666;
	font-size: 15px;
	margin-right: 15px
}

.forum_comment_nav a.cur {
	color: #f60
}

.forum_comment .forum_comment_row {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0
}

.forum_comment .forum_comment_row .row {
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px
}

.forum_comment .forum_comment_row .row .inside_avt {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden
}

.forum_comment .forum_comment_row .row .inside_avt img {
	width: 100%;
	height: 100%
}

.forum_comment .forum_comment_row .row .inside_name {
	width: 700px;
	margin-left: 10px;
	height: 44px;
	line-height: 44px
}

.forum_comment .forum_comment_row .row .inside_name div {
	width: 100%
}

.forum_comment .forum_comment_row .row .inside_name div em a {
	color: #f60
}

.forum_comment .forum_comment_row .row .inside_name div font {
	margin: 0 5px;
	color: #666
}

.forum_comment .forum_comment_row .row .inside_name div .time {
	color: #666
}

.forum_comment .forum_comment_row .row .inside_name div .storey {
	color: #666
}

.forum_comment .forum_comment_row .tc {
	color: #333;
	font-size: 14px;
	width: 100%;
	min-height: 30px;
	margin-top: 10px
}

.forum_comment .forum_comment_row .row.reply {
	padding-left: 45px;
	box-sizing: border-box
}

.forum_comment .forum_comment_row .row.reply>.clearfix {
	padding: 10px 0 0 0;
	border-top: 1px solid #dcdcdc
}

.forum_comment .forum_comment_row .row.reply .inside_name {
	width: 658px
}

.forum_comment .forum_comment_row .po {
	padding-left: 50px
}

.forum_comment .forum_comment_row .pob {
	padding-bottom: 5px
}

.forum_comment .forum_comment_row .pob em a {
	margin: 0 0 0 10px;
	color: #999;
	display: inline-block
}

.forum_comment .forum_comment_row .pob em a i {
	background-position: left top;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	padding: 0 0 0 22px;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.forum_comment .forum_comment_row .pob em a.fastre i {
	background: url(pl_ico.png) no-repeat 0 0
}

.forum_comment .forum_comment_row .pob em a.fastre:hover i {
	background-position: 0 -20px
}

.forum_comment .forum_comment_row .pob em a.replyadd i {
	background: url(pl_ico.png) no-repeat -50px 0
}

.forum_comment .forum_comment_row .pob em a.replyadd.cur i {
	background-position: -50px -20px
}

.forum_comment .forum_comment_row .pob em a.replysubtract i {
	background: url(pl_ico.png) no-repeat -100px 0
}

.forum_comment .forum_comment_row .pob em a.replysubtract.cur i {
	background-position: -100px -20px
}

.forum_comment .forum_comment_row .forum_reply {
	display: none
}

.forum_comment .forum_comment_row .forum_reply.show {
	display: block
}

.forum_comment .forum_comment_row .forum_reply #postsubmit {
	float: left;
	margin: 20px 0
}

.forum_comment .pages {
	margin: 30px 0
}

.forum_published {
	margin-top: 20px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative
}

.forum_published .yzm {
	padding: 0 1%;
	margin: 20px 0 5%
}

.forum_published .pt.hm {
	width: 798px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	background: transparent;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5
}

.forum_published .pt.hm a {
	color: #e7313e
}

.jb_pop {
	width: 318px;
	border: 1px solid #ccc;
	background: #fff;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 9;
	margin: 0 0 0 -109px;
	display: none;
	box-shadow: 1px 2px 5px #999
}

.jb_pop .con h3 {
	color: #333;
	height: 20px;
	font-size: 1rem;
	padding: 5px 3%
}

.jb_pop .con h3 a {
	color: #333
}

.reason_slct {
	padding: 3%;
	background: #fff
}

.reason_slct p {
	color: #333;
	font-size: .95rem;
	line-height: 2
}

.reason_slct .jb_liyou label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 1.8
}

.jb_pop .submit {
	padding: 0 3%;
	height: 30px;
	line-height: 30px;
	background: #eee;
	text-align: right
}

.hf_pop {
	border: 1px solid #ccc;
	background: #fff;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 9;
	margin: 0 0 0 -310px;
	display: none;
	box-shadow: 1px 2px 5px #999
}

.hf_pop .con {
	padding: 15px
}

.hf_pop .con h3 {
	color: #333;
	height: 20px;
	font-size: 1rem
}

.hf_pop .con h3 a {
	color: #333
}

.pbt {
	margin: 10px 0
}

#subjecthide {
	color: #666;
	font-size: 14px
}

.quote {
	overflow: hidden;
	margin: 10px 0;
	color: #888;
	padding-left: 16px;
	background: url(qa.gif) no-repeat 0 0
}

.quote blockquote {
	color: #888;
	font-size: 14px;
	display: inline;
	margin: 0;
	padding-right: 16px;
	background: url(qz.gif) no-repeat 100% 100%
}

.forum_reply .area {
	width: 100%;
	border: 1px solid #ccc
}

#seccheck_reply {
	height: 36px;
	margin-top: 2px
}

#seccheck_reply span {
	display: block;
	float: left;
	margin-right: 8px;
	color: #333;
	font-size: .95rem;
	line-height: 36px
}

#seccheck_reply span input {
	width: 120px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #999;
	padding: 0 10px
}

#seccheck_reply span img {
	display: block;
	height: 36px
}

#postsubmit {
	display: block;
	width: 160px;
	height: 40px;
	background: #e7313e;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer
}

#postsubmit:hover {
	background: #d82430
}

.head {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	height: 96px;
	box-sizing: border-box
}

.head .logo {
	float: left;
	margin-right: 20px;
	margin-top: 5px
}

.head .nav a {
	float: left;
	width: 70px;
	margin-left: 60px;
	padding-top: 35px;
	font-size: 16px;
	color: #333;
	text-align: center;
	background-image: url(member-icons.png);
	background-repeat: no-repeat
}

.head .nav a:hover,.head .nav a.cur {
	color: #e7313e;
	text-decoration: none
}

.head .nav a.index {
	background-position: 22px 0
}

.head .nav a.order {
	background-position: 22px -74px
}

.head .nav a.member {
	background-position: 22px -151px
}

.head .nav a.account {
	background-position: 22px -238px
}

.head .nav a.service {
	background-position: 22px -320px
}

.head .nav a.upload {
	background-position: 22px -400px
}

.head .nav a.member:hover,.head .nav a.member.cur {
	background-position: -28px -151px
}

.head .nav a.order:hover,.head .nav a.order.cur {
	background-position: -28px -74px
}

.head .nav a.account:hover,.head .nav a.account.cur {
	background-position: -28px -238px
}

.head .nav a.service:hover,.head .nav a.service.cur {
	background-position: -28px -320px
}

.head .nav a.upload:hover,.head .nav a.upload.cur {
	background-position: -28px -400px
}

.module {
	background-color: #f5f5f5;
	padding: 20px 0
}

.menu-body {
	width: 230px;
	background-color: #2d353c;
	margin-bottom: 60px
}

.menu-body .infos {
	padding-top: 22px;
	padding-bottom: 22px;
	background-color: #192229
}

.menu-body .infos img {
	width: 60px;
	height: 60px;
	margin-left: 22px;
	margin-right: 22px;
	border-radius: 30px
}

.menu-body .infos span {
	width: 120px;
	color: #fff;
	margin-top: 10px
}

.menu-body .infos i {
	margin-top: 5px;
	font-size: 12px;
	font-style: normal;
	color: #819097
}

.menu-body .index {
	margin-bottom: 0;
	line-height: 42px;
	color: #fff;
	text-indent: 22px;
	background-color: #e7313e
}

.menu-body .index a {
	color: #fff
}

.menu-body .index a:hover {
	text-decoration: underline
}

.menu-b2 {
	padding-bottom: 0
}

.menu-dl dt {
	position: relative;
	height: 45px;
	font-weight: normal;
	line-height: 45px;
	color: #a8acb1;
	text-indent: 44px;
	font-size: 15px;
	background-image: url(member-icons.png);
	background-repeat: no-repeat;
	background-position: 200px -368px;
	cursor: default
}

.menu-dl dt i {
	position: absolute;
	left: 18px;
	top: 15px;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(member-icons.png);
	background-repeat: no-repeat
}

.menu-dl dt.order i {
	background-position: -145px 1px
}

.menu-dl dt.member i {
	background-position: -146px -72px
}

.menu-dl dt.account i {
	background-position: -145px -144px
}

.menu-dl dt.service i {
	background-position: -145px -232px
}

.menu-dl dt.upload i {
	background-position: -145px -320px
}

.menu-dl dd {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #192229
}

.menu-dl dd p {
	line-height: 25px;
	text-indent: 44px;
	height: 25px
}

.menu-dl dd p a {
	font-size: 14px;
	color: #a8acb1
}

.menu-dl dd p a:hover {
	color: #fff;
	text-decoration: underline
}

.menu-dl dd p a.cur {
	color: #fff
}

.right-content {
	width: 955px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 80px
}

.right-content .form,.all .form {
	display: block;
	margin-bottom: 30px
}

.right-content .form .keyword,.all .form .keyword {
	padding: 0 10px;
	width: 215px;
	background-color: #e5e5e5;
	line-height: 30px;
	color: #666;
	font-size: 13px;
	border-radius: 4px
}

.right-content .form .submit,.all .form .submit {
	padding: 5px 8px;
	position: relative;
	top: 10px;
	background: #25b2a3;
	border-radius: 4px
}

.right-content .left {
	width: 500px;
	padding: 25px
}

.right-content h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px auto;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px
}

.right-content .left h3 {
	color: #333;
	font-size: 20px;
	text-align: left;
	margin-top: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.member-index .left .msg {
	margin-top: 10px;
	color: #676767;
	font-size: 16px
}

.member-index .left .msg span {
	color: #e7313e
}

.member-index .left .msg span em {
	font-size: 24px
}

.member-index .left .msg a {
	color: #e7313e;
	text-decoration: underline
}

.member-index .left .orders-items dt {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.member-index .left .orders-items dt a {
	padding: 3px 10px;
	background-color: #e7313e;
	border: 0;
	color: #fff
}

.member-index .left .orders-items dt a:hover {
	background-color: #e7313e
}

.member-index .left .orders-items dd.item {
	margin-top: 10px;
	border: 1px solid #f0f3f4
}

.member-index .left .orders-items dd.item .title {
	width: 120px
}

.member-index .left .orders-items dd.item .order-content span,.member-index .left .orders-items dd.item .order-content b {
	float: left;
	margin-top: 20px;
	font-size: 12px
}

.member-index .left .orders-items dd.item .order-content span {
	margin-left: 30px;
	color: #e7313e
}

.member-index .left .orders-items dd.item .order-content b {
	width: 70px;
	margin-left: 50px;
	font-weight: normal;
	text-align: center
}

.member-index .left .orders-items dd.item {
	margin-top: 10px;
	border: 1px solid #f0f3f4
}

.member-index .left .orders-items dd.item .title {
	width: 120px
}

.member-index .left .orders-items dd.item .order-content span,.member-index .left .orders-items dd.item .order-content b {
	float: left;
	margin-top: 20px;
	font-size: 12px
}

.member-index .left .orders-items dd.item .order-content span {
	margin-left: 30px;
	color: #ef353d
}

.member-index .left .orders-items dd.item .order-content b {
	width: 70px;
	margin-left: 50px;
	font-weight: normal;
	text-align: center
}

.member-index .right {
	width: 375px;
	padding-right: 25px
}

.member-index .right .data {
	margin: 20px auto;
	background-color: #348fe2;
	width: 100%
}

.member-index .right .data p {
	padding-left: 17px;
	padding-right: 17px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #1f5688
}

.member-index .right .data p a {
	float: right;
	color: #fff
}

.member-index .right .data div {
	padding: 5px 17px 15px;
	background-image: url(member-icons.png);
	background-repeat: no-repeat;
	background-position: 300px -458px
}

.member-index .right .data div span {
	display: block;
	line-height: 30px;
	color: #fff;
	padding-left: 30px;
	background-image: url(member-icons.png);
	background-repeat: no-repeat
}

.member-index .right .data div .qq {
	background-position: -145px -470px
}

.member-index .right .data div .phone {
	background-position: -147px -534px
}

.member-index .right .data div .email {
	background-position: -145px -586px
}

.comment-no img,.favorite-no img {
	padding-right: 20px
}

.orders-no {
	padding: 50px;
	height: 250px;
	*height: 250px;
	margin-top: 10px;
	padding-top: 50px;
	font-size: 14px;
	color: #666767;
	background-color: #f0f3f4
}

.orders-no p,.orders-list-no p {
	color: #333;
	padding-top: 20px;
	text-align: center
}

.member-orders,.member-index {
	min-height: 713px
}

.orders-list-no {
	min-height: 250px;
	padding-top: 50px;
	text-align: center
}

.orders-no img {
	display: block;
	margin: auto
}

.bottom-content {
	padding: 40px 25px;
	box-sizing: border-box;
	border: 1px solid #e72f3c;
	margin: auto 25px;
	background: #fdf0f1
}

.bottom-content .left1 {
	width: 25%
}

.bottom-content .left1 .title {
	font-size: 16px;
	color: #2b2b2b;
	margin-bottom: 15px
}

.bottom-content .left1 p {
	font-size: 14px;
	color: #666
}

.bottom-content .left1 a {
	font-size: 14px;
	color: #fff;
	background: #e72f3c;
	padding: 5px 15px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s
}

.bottom-content .left1 a:hover {
	background: #e8535e
}

.member-index .order-title {
	padding: 15px 20px;
	font-size: 16px;
	border-bottom: 1px solid #ececec;
	font-weight: 600
}

.order-msg {
	height: 40px;
	color: #222;
	font-size: 12px;
	line-height: 40px;
	background-color: #ececec
}

.order-msg span {
	float: left;
	margin-left: 15px
}

.order-msg span i {
	font-style: normal;
	font-size: 12px;
	color: #00acac
}

.order-content {
	padding: 15px 0
}

.order-content img {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin-left: 20px
}

.order-content .title {
	float: left;
	margin-left: 15px;
	display: table;
	height: 70px
}

.order-content .title div {
	display: table-cell;
	vertical-align: middle
}

.order-content a {
	font-size: 14px;
	color: #333
}

.orders-items .item .order-price-details {
	float: right;
	height: 60px;
	line-height: 60px;
	padding: 20px 0
}

.orders-items .item .order-price-details .price {
	float: left;
	margin-right: 50px;
	font-size: 14px;
	color: #ef353d
}

.orders-items .item .order-price-details b {
	float: right;
	margin-right: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: center
}

.orders {
	margin: 20px 0 50px;
	padding-left: 20px;
	padding-right: 20px
}

.orders-items .item {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #f0f3f4
}

.orders .order-msg span,.orders .order-msg span i {
	font-size: 12px
}

.orders .order-msg .date {
	float: left;
	margin-left: 30px;
	font-size: 12px
}

.orders .order-msg .receipt {
	float: right;
	margin-right: 20px;
	font-size: 12px
}

.order-content .pro-img {
	width: 380px;
	margin-left: 20px
}

.order-content .pro-img img {
	margin-left: 0
}

.order-content .pro-img .name {
	float: left;
	width: 280px;
	height: 60px;
	margin-left: 20px;
}

.order-content .pro-img .name p {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	margin: 5px 0px;
}

.order-content .pro-img .name span {
	color: #666;
	font-size: 14px;
	line-height: 1.5
}

.order-content .pro-img:hover .name p {
	color: #e7313e
}

.order-content .order-details {
	width: 480px;
	height: 60px
}

.order-content .order-details .price {
	color: #e7313e;
	font-size: 15px;
	line-height: 60px
}

.order-content .order-details .status {
	margin-right: 20px;
	text-align: right
}

.order-content .order-details .status div {
	display: inline-block;
	margin-left: 20px;
	line-height: 60px;
	color: #555
}

.order-content .order-details .status .des a {
	color: #00acac
}

.myOrder-date {
	width: 100%;
	margin: 0 auto
}

.myOrder-date .row h5 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #eee;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 15px;
	font-weight: 700
}

.myOrder-date .row .orderdate {
	padding: 10px
}

.myOrder-date .row .orderdate p {
	color: #666;
	font-size: 15px;
	line-height: 40px
}

.myOrder-date .row .orderdate p label {
	text-align: justify;
	width: 80px;
	display: inline-block
}

.myOrder-date .row .orderdate p span {
	color: #333
}

.myOrder-date .row .orderdate p span.price {
	color: #e7313e
}

.myOrder-date .row .orderdate p span.price em {
	font-size: 20px
}

.myOrder-date .row .orderdate p span.status {
	color: #006acd
}

.myOrder-date .row .orderinfo {
	width: 100%;
	padding: 20px 0
}

.myOrder-date .row .orderinfo table {
	width: 100%
}

table {
	border-collapse: collapse
}

.myOrder-date tbody tr {
	border-bottom: 1px dotted #ccc
}

.myOrder-date tbody tr:hover {
	background-color: #f3f7f9
}

.myOrder-date thead tr {
	border: 1px solid #e5e5e5
}

.myOrder-date thead tr th {
	height: 30px;
	background: #f0f3f4
}

.myOrder-date td,.myOrder-date th {
	padding: 0;
	color: #555;
	font-size: 14px;
	text-align: center
}

.myOrder-date tbody td {
	line-height: 25px;
	padding: 15px 10px;
	border: 1px solid #e5e5e5
}

.myOrder-date tbody td.pro {
	text-align: left
}

.myOrder-date tbody td img {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	height: 50px
}

.myOrder-date tbody td .name {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px
}

.myOrder-date tbody td p {
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.myOrder-date .orderdetail {
	display: block;
	padding: 20px 1px;
	min-height: 100px
}

.myOrder-date .orderdetail ul {
	float: right
}

.myOrder-date .orderdetail ul li {
	display: block;
	line-height: 35px;
	color: #555;
	min-height: 35px
}

.myOrder-date .orderdetail ul li .label {
	float: left;
	text-align: right;
	width: 200px
}

.myOrder-date .orderdetail ul li .txt {
	float: left;
	width: 130px;
	text-align: right
}

.myOrder-date .orderdetail ul li.ftx-01 {
	color: #f10215
}

.myOrder-date .orderdetail ul li .count {
	font-size: 24px;
	font-weight: 700
}

.line-item .state {
	text-align: left
}

.line-item .order-details {
	text-align: left
}

.member-index .infos {
	padding: 20px
}

.infos .infos-list .item {
	width: 100%;
	margin: 0 0 15px 0;
	height: 34px
}

.infos .infos-list .item span {
	float: left;
	width: 75px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 34px;
	text-align: right
}

.infos .infos-list .item input[type="text"] {
	float: left;
	width: 282px;
	height: 34px;
	margin-right: 10px;
	*padding: 0;
	*line-height: 34px;
	*padding-left: 15px;
	border-radius: 0
}

.infos .infos-list .item input {
	float: left;
	width: 280px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 0
}

.infos .infos-list .item select {
	margin-top: 5px;
	border: 1px solid #d2d2d2;
	width: 80px;
	height: 28px;
	padding: 0 5px;
	margin-right: 5px
}

.infos .infos-list .item b,.infos .infos-list .item i {
	float: left;
	line-height: 34px
}

.infos .infos-list .item b {
	margin-right: 10px;
	font-weight: normal;
	font-size: 12px
}

.infos .infos-list .item i {
	font-style: normal;
	color: #ef353d;
	font-size: 16px
}

.infos .infos-list .item .confirm-modify {
	color: #fff;
	width: 148px;
	height: 42px;
	margin-left: 90px;
	background-color: #ef353d;
	border-radius: 5px;
	cursor: pointer
}

.infos .infos-list .item font {
	color: #ef353d;
	font-size: 14px;
	line-height: 36px;
	padding: 0 15px;
	display: block
}

.zhmm_bz {
	height: 51px;
	width: 540px;
	margin: 50px auto
}

.zhmm_bz dl {
	width: 180px;
	float: left;
	text-align: center
}

.zhmm_bz dl dt {
	width: 100%;
	height: 5px;
	color: #fff;
	background: #ccc;
	position: relative
}

.zhmm_bz dl dt span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #ccc;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	top: -7px;
	z-index: 1;
	margin-left: -10px
}

.zhmm_bz dl dd {
	height: 28px;
	line-height: 28px;
	margin-top: 12px
}

.zhmm_bz dl.cur dt {
	background: #ef353d
}

.zhmm_bz dl.cur dt span {
	background: #ef353d
}

.member-index .reg_inner ul li input:focus,.member-index .reg_inner ul li input:hover {
	border-color: #ef353d
}

.member-index .reg_inner ul li .input_button4 {
	background: #ef353d;
	border-radius: 3px;
	border: 0;
	color: #fff;
	width: 128px
}

.member-index .reg_inner ul li .input_button4:hover {
	background: #e7313e
}

.member-index .reg_inner ul li .input_text4 {
	width: 316px
}

.member-index .reg_inner ul li .btnbc {
	width: 100%;
	height: 45px;
	background: #ef353d;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 3px
}

.member-index .reg_inner ul li .btnbc:hover {
	background: #e7313e
}

.member-index .reg_inner .inputBox {
	height: 45px;
	line-height: 45px
}

.member-index .reg_inner .inputBox label {
	color: #555;
	font-size: 15px;
	display: block;
	width: 67px;
	line-height: 45px;
	float: left;
	padding-right: 15px;
	text-align: right
}

.member-index .reg_inner .inputBox select {
	width: 336px;
	height: 43px;
	border: 1px solid #ddd;
	outline: 0;
	float: left;
	padding: 0 10px
}

.member-index .reg_inner .note {
	color: #555
}

.member-index .reg_inner .note em {
	color: #e7313e
}

.account_log_href {
	color: #ef353d;
	font-size: 15px;
	margin-left: 15px;
	font-weight: 400
}

.mybalance {
	width: 600px;
	margin: 0 auto;
	padding: 150px 0;
	text-align: center
}

.mybalance span {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 28px;
	color: #ef353d
}

.mybalance font {
	padding-left: 5px;
	padding-right: 10px;
	font-size: 24px;
	color: #ef353d
}

.mybalance p {
	margin-bottom: 20px;
	font-size: 18px
}

.account-recharge,.member-index .ask-items .confirm-modify,.btnbc {
	padding: 0 30px;
	display: inline-block;
	background-color: #ef353d;
	border: 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 41px;
	height: 41px
}

.member-infos .account-recharge:hover {
	background-color: #e55850
}

.recharge {
	margin-top: 20px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 127px
}

.recharge-user {
	margin-bottom: 15px
}

.recharge-amount {
	margin-bottom: 40px
}

.recharge-amount span,.recharge-user span {
	margin-right: 20px;
	color: #333;
	font-size: 16px;
	line-height: 34px;
	text-align: right
}

.recharge-user b {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #e7313e
}

.recharge-amount #amount {
	width: 282px;
	height: 34px;
	border-radius: 0;
	box-sizing: border-box
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.ask-items>a {
	display: block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin: 10px 5px;
	background: #e7313e
}

.balance {
	padding: 20px
}

.balance .balance-list {
	width: 100%;
	border: 1px solid #dcdcdc;
	margin-bottom: 20px
}

.balance .balance-list .balance-list-hd th {
	background-color: #ececec;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.balance .balance-list .balance-list-bd td {
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	border-bottom: 1px solid #ececec
}

.member-index .search-box .select {
	margin-right: 15px;
	min-width: 130px;
	max-width: 170px;
	border: 1px solid #dcdcdc;
	line-height: 36px;
	height: 36px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	padding: 0 10px
}

.member-index .search-box .input-search {
	width: 260px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	margin-right: 15px
}

.member-index .search-box .btn-search {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #ef353d;
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

.member-index .knowledge,.member-index .questlist {
	padding: 20px
}

.member-index .knowledge .items {
	width: 945px;
	margin-top: 20px;
	padding-bottom: 40px
}

.member-index .knowledge .items table {
	border: 1px solid #f0f3f4
}

.member-index .knowledge .items table th {
	padding-left: 20px;
	color: #333;
	font-size: 16px
}

.member-index .knowledge .items table td {
	padding-left: 20px
}

.member-index .knowledge .items table thead tr {
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	background-color: #f0f3f4
}

.member-index .knowledge .items table tbody tr {
	height: 40px
}

.member-index .knowledge .items table tbody td {
	border-bottom: 1px solid #f0f3f4
}

.member-index .knowledge .items table .submit-quest {
	color: #26b2b2
}

.member-index .knowledge .items table .operate-th,.member-index .knowledge .items table .operate-td {
	text-align: center
}

.member-index .knowledge .items table tbody .td1,.member-index .knowledge .items table tbody .td7,.member-index .knowledge .items table tbody .td6 {
	text-align: center
}

.member-index .knowledge .items table tbody .td7 a {
	color: #428bca
}

.member-index .knowledge .faq_t {
	font-size: 16px
}

.member-index .knowledge .faq_t p {
	margin-bottom: 15px
}

.member-index .knowledge .faq_con .item {
	margin-bottom: 15px
}

.member-index .knowledge .faq_con .item em,.member-index .knowledge .faq_con .item .con {
	display: inline-block;
	vertical-align: top;
	font-size: 15px
}

.member-index .knowledge .faq_con .item em {
	color: #f00;
	width: 35px
}

.member-index .knowledge .faq_con .item >.con {
	width: 850px
}

.member-index .knowledge .faq_con .item >.con p img {
	max-width: 100%
}

.member-index .knowledge .faq_con .item >.con .tm-m-photos {
	margin-top: 12px;
	margin-bottom: 10px
}

.member-index .knowledge .faq_con .item >.con .tm-m-photos .tm-m-photos-thumb li {
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
	padding: 1px;
	display: inline-block;
	margin: 0;
	margin-right: 6px;
	cursor: pointer;
	box-sizing: border-box;
	position: relative
}

.member-index .knowledge .faq_con .item >.con .tm-m-photos .tm-m-photos-thumb li img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto
}

.tm-m-photo-viewer {
	width: 100%!important;
	height: 100%!important;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.23);
	z-index: 159;
	display: none
}

.tm-m-photo-viewer .con {
	height: 400px;
	min-height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center
}

.tm-m-photo-viewer .con img {
	height: 100%
}

.tm-m-photo-viewer .con .close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -12px;
	top: -12px;
	background-image: url(arrow-c.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer
}

.comment ul li.comment-item .right .tm-m-photos ul li.tm-current {
	border: 2px solid #ff5c00;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	cursor: auto
}

.tm-m-photo-viewer-navleft,.tm-m-photo-viewer-navright {
	top: 0;
	bottom: 0;
	position: absolute;
	width: 30%;
	background: url(s.gif)
}

.tm-m-photo-viewer-navleft {
	left: 0
}

.tm-m-photo-viewer-navright {
	right: 0
}

.tm-m-photo-viewer-navleft i,.tm-m-photo-viewer-navright i {
	top: 50%;
	margin-top: -24px;
	position: absolute;
	width: 48px;
	height: 48px;
	display: none;
	background-repeat: no-repeat;
	background-position: center
}

.tm-m-photo-viewer-navleft i {
	left: 0;
	background-image: url(arrow-l.png)
}

.tm-m-photo-viewer-navright i {
	right: 0;
	background-image: url(arrow-r.png)
}

.tm-m-photos-thumb img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	cursor: url(gesture2.png),auto
}

.tm-m-photo-viewer,.tm-m-photo-viewer img,.tm-m-photos-thumb .tm-current img {
	cursor: url(gesture1.png),auto
}

.member-index .questlist-items {
	width: 100%;
	margin-top: 20px
}

.member-index .asklist-title {
	padding: 10px 20px;
	line-height: 35px
}

.member-index .asklist-title a {
	background: #00acac;
	float: right
}

.member-index .questlist-items-table {
	border: 1px solid #f0f3f4
}

.member-index .questlist-items-table thead th {
	padding-left: 20px;
	color: #333;
	font-size: 16px
}

.member-index .questlist-items-table td {
	padding-left: 20px
}

.member-index .questlist-items-table thead tr {
	height: 40px;
	font-weight: normal;
	line-height: 40px;
	background-color: #f0f3f4
}

.member-index .questlist-items-table tbody tr {
	height: 40px
}

.member-index .questlist-items-table tbody tr td {
	border-bottom: 1px solid #f0f3f4
}

.member-index .questlist-items-table thead th .select {
	margin-right: 15px;
	min-width: 130px;
	max-width: 170px;
	border: 1px solid #dcdcdc;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	padding: 0 10px
}

.question {
	padding: 30px 100px
}

.question .item {
	margin-bottom: 20px
}

.question .item .label,.question .item .text {
	display: inline-block;
	vertical-align: top
}

.question .item .label {
	height: 36px;
	line-height: 36px;
	color: #333;
	margin-right: 15px;
	font-size: 16px
}

.question .item .text select {
	width: 180px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px
}

.question .item .text input {
	width: 478px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px
}

.question .item .text textarea {
	width: 478px;
	height: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px
}

.Submit {
	padding: 20px 20px
}

.Submit .num {
	margin: 10px 0 30px;
	text-align: left
}

.Submit .num ul .span4 {
	display: block;
	margin-top: 10px
}

.Submit .num ul .span5 {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #b5b5b5;
	border-radius: 50%;
	color: #fff
}

.Submit .num ul li.cur .span1 {
	background: #e72f3c
}

.Submit .num ul li {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	text-align: center;
	position: relative
}

.Submit .num ul li.li1 {
	width: 130px;
	height: 5px;
	margin-top: 12px;
	background: url(tijiao1.png) no-repeat left center;
	vertical-align: top
}

.Submit .num ul li.li1.cur {
	background: url(tijiao.png) no-repeat left center
}

.member-index .Submit .ask-items-title {
	float: left;
	width: 60px;
	margin-right: 20px;
	line-height: 40px;
	text-align: right
}

.member-index .Submit .ask {
	padding-left: 0;
	padding-bottom: 130px
}

.member-index .Submit .ask-items .ask-message {
	margin: 10px 60px;
	line-height: 30px;
	color: #9b9b9b;
	font-size: 12px
}

.Submit .xing {
	width: 5px;
	height: 5px;
	background: url(xing.png) no-repeat left center;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 5px
}

.member-index .Submit .ask-items .confirm-modify {
	margin: 35px 82px;
	padding: 0 35px;
	background-color: #10913c;
	border: 0
}

.member-index .Submit .bigchosen1 .form-control {
	margin: 10px 15px 20px 0;
	background: #ccc;
	line-height: 150px;
	height: 150px;
	width: 150px;
	text-align: center
}

.member-index .Submit .ask-items .bigchosen .span1 {
	color: #666
}

.member-index .Submit .bigchosen1 .form-control1,.form-control1 {
	padding: 5px 30px;
	display: inline-block;
	background-color: #10913c;
	border: 0;
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.member-index .Submit .bigchosen1 {
	float: left
}

.upload_wrap {
	padding: 30px 0
}

.upload_wrap .upload_item {
	margin-bottom: 25px
}

.upload_wrap .upload_item:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.upload_wrap .upload_item .label {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	margin-right: 10px;
	color: #333;
	font-size: 15px
}

.upload_wrap .upload_item .text {
	display: inline-block;
	vertical-align: top;
	width: 500px
}

.upload_wrap .upload_item .text input {
	float: left;
	width: 458px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	color: #333;
	font-size: 14px
}

.upload_wrap .upload_item .text select {
	width: 160px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	color: #333;
	font-size: 14px
}

.upload_wrap .upload_item .text textarea {
	width: 458px;
	height: 148px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	color: #333;
	font-size: 14px
}

.upload_wrap .upload_item .text input.upload_button {
	width: 120px;
	background: #e72f3c;
	color: #fff;
	border-color: #e72f3c;
	cursor: pointer
}

.upload_wrap .upload_item .text font {
	color: #666;
	font-size: 14px;
	line-height: 34px;
	margin-left: 15px
}

.upload_wrap .upload_item input.submit {
	width: 160px;
	height: 40px;
	background: #e72f3c;
	margin-left: 113px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer
}

.upload_wrap .upload_item #dvThum {
	width: 220px;
	height: 145px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 145px;
	text-align: center;
	font-size: 12px;
	color: #888;
	background: #ccc;
	border-radius: 3px
}

.upload_wrap .upload_item .readTerms {
	margin-left: 113px;
	padding: 20px 0;
	height: 20px;
	line-height: 20px
}

.upload_wrap .upload_item .readTerms span {
	color: #c00;
	cursor: pointer;
	font-size: 14px
}

.upload_wrap .upload_item .readTerms label input {
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
	margin: 2px 5px 0 0
}

.upload_code {
	margin-left: 113px;
	height: 42px
}

.upload_code input {
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	padding: 0 10px
}

.upload_code img {
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
	float: left;
	cursor: pointer
}

.Terms-box {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none
}

.Terms-box .Terms {
	position: absolute;
	width: 780px;
	height: 80%;
	top: 50%;
	left: 50%;
	background: #fff;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 40px 30px
}

.Terms-box .Terms .close {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.95);
	background-image: url(terms_close.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	top: -13px;
	right: -13px;
	cursor: pointer
}

.Terms-box .Terms-con {
	width: 100%;
	height: 100%;
	overflow-y: scroll
}

.Terms-box .Terms h5 {
	text-align: center;
	font-size: 22px;
	color: #353535;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 30px
}

.Terms-box .Terms .con {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 28px
}

.Terms-box .Terms .con p {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit
}

.worklist table {
	width: 100%
}

.worklist table thead {
	background: #ececec;
	color: #333;
	font-size: 15px;
	text-align: center
}

.worklist table thead tr th,.worklist table tbody tr td {
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box
}

.worklist table tbody tr td {
	color: #333;
	text-align: center;
	border-bottom: 1px solid #dcdcdc
}

.worklist table tbody tr td a.workpicfix {
	width: 82px;
	height: 82px;
	display: block
}

.worklist table tbody tr td a.workpicfix img {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
	box-sizing: border-box
}

.worklist table tbody tr td .name {
	text-align: left
}

.worklist table tbody tr td .name a {
	color: #333;
	display: inline-block;
	margin-right: 20px;
	font-size: 15px
}

.worklist table tbody tr td .name a:hover {
	color: #e72f3c
}

.worklist table tbody tr td p.des {
	color: #666;
	font-size: 13px;
	margin-top: 5px;
	text-align: left
}

.worklist table tbody tr td.op .op_btn a {
	display: block;
	color: #1583e4;
	margin-bottom: 8px
}

.worklist_wrap {
	padding-bottom: 50px
}

.worklist_wrap .upload_item {
	margin-bottom: 20px
}

.worklist_wrap .upload_item .label {
	color: #181818;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: right;
	margin-right: 10px
}

.worklist_wrap .upload_item .text {
	color: #181818;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 780px
}

.worklist_wrap .upload_item .text .pic_s {
	width: 210px;
	height: 210px
}

.worklist_wrap .upload_item .text .pic_s img {
	display: block;
	width: 100%;
	height: 100%
}

.worklist_wrap .upload_item .text .pic_list a {
	display: inline-block;
	width: 210px;
	height: 210px;
	overflow: hidden
}

.worklist_wrap .upload_item .text .pic_list a img {
	display: block;
	width: 100%;
	height: 100%
}

.worklist_wrap .upload_item .text .down {
	display: block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	overflow: hidden;
	background: #e7313e;
	color: #fff;
	font-size: 16px;
	text-align: center
}

.posting {
	border: 1px solid #dcdcdc;
	padding: 20px 25px 30px;
	background: #fff;
	box-sizing: border-box
}

.posting .release_head {
	border-bottom: 1px solid #ccc;
	height: 40px
}

.posting .release_head h4 {
	display: inline-block;
	line-height: 40px;
	padding: 0 3px;
	font-size: 16px;
	font-weight: bold;
	color: #d50d03;
	border-bottom: 1px solid #d50d03
}

.posting .pbt {
	margin: 20px 0 30px
}

.posting .pbt .ftid {
	margin-right: 2%
}

.posting .pbt .ftid select {
	width: 140px;
	padding: 0 4px;
	height: 40px;
	color: #666;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	outline: 0;
	font-family: 'Microsoft Yahei'
}

.posting .pbt .z {
	margin-right: 2%
}

.posting .pbt .z input {
	max-width: 500px;
	min-width: 280px;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 15px;
	border: 1px solid #dcdcdc;
	font-family: 'Microsoft Yahei'
}

.posting .simditor {
	box-shadow: 0 2px 30px #e8e8e8
}

.posting .simditor .simditor-body p {
	color: #555;
	font-size: 15px;
	font-family: 'Microsoft Yahei'
}

.posting .simditor .simditor-wrapper .simditor-placeholder {
	color: #999;
	font-size: 15px;
	font-family: 'Microsoft Yahei'
}

.posting #seccheck_reply {
	width: 100%;
	height: 35px;
	margin: 30px 0 20px
}

.posting #seccheck_reply span {
	display: block;
	float: left;
	margin-right: 15px;
	color: #333;
	font-size: 16px;
	line-height: 35px
}

.posting #seccheck_reply span input {
	width: 140px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #999;
	padding: 0 5px;
	box-sizing: border-box
}

.posting #seccheck_reply span img {
	display: block;
	width: 125px;
	height: 35px;
	cursor: pointer
}

.postsubmit {
	width: 180px;
	height: 42px;
	background: #d50d03;
	color: #fff;
	font-size: 14px;
	outline: 0;
	font-family: 'Microsoft Yahei';
	cursor: pointer
}

.postsubmit:hover {
	background: #e60012
}

.z_photo {
	width: 380px;
	padding-bottom: 30px
}

.z_photo .z_file {
	position: relative;
	width: 180px;
	height: 110px;
	border: 2px dashed #ccc
}

.z_file .file {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer
}

.z_photo .up-section {
	position: relative;
	width: 180px;
	height: 110px;
	border: 2px dashed #ccc
}

.btn-upload a {
	float: left;
	display: block;
	width: 138px;
	line-height: 18px;
	padding: 8px 0;
	text-align: center;
	color: #4c4c4c;
	background: #fff;
	border: 1px solid #cecece
}

.btn-upload {
	position: relative;
	height: 38px;
	margin-bottom: 10px
}

.btn-upload input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer
}

.btn-upload font {
	float: left;
	color: #f00;
	font-size: 14px;
	line-height: 36px;
	margin-left: 10px
}

.up-section .close-upimg {
	position: absolute;
	top: 6px;
	right: 8px;
	display: none;
	z-index: 10;
	cursor: pointer
}

.up-section .up-span {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,.5)
}

.up-section:hover {
	border: 2px solid #f15134
}

.up-section:hover .close-upimg {
	display: block
}

.up-section:hover .up-span {
	visibility: visible
}

.z_photo .up-img {
	display: block;
	width: 100%;
	height: 100%
}

.loading {
	border: 1px solid #d1d1d1;
	background: url(loading.gif) no-repeat center
}

.up-opcity {
	opacity: 0
}

.img-name-p {
	display: none
}

.z_file .add-img {
	display: block;
	width: 180px;
	height: 110px
}

.galleryOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	background-color: #333;
	background-color: rgba(0,0,0,0.75);
	overflow: hidden;
	display: none;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}

.galleryOverlay.visible {
	opacity: 1
}

.gallerySlider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute
}

.gallerySlider .placeholder {
	background: url(preloader.gif) no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0 15px 0 10px;
	box-sizing: border-box
}

.gallerySlider .placeholder:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.gallerySlider .placeholder img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	border: 3px solid #fff;
	border-radius: 5px;
	overflow: hidden
}

.prevArrow,.nextArrow {
	border: 0;
	text-decoration: none;
	background: url(arrows.png) no-repeat;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	width: 43px;
	height: 58px;
	top: 50%;
	margin-top: -29px
}

.prevArrow:hover,.nextArrow:hover {
	opacity: 1
}

.prevArrow {
	background-position: left top;
	left: 300px
}

.nextArrow {
	background-position: right top;
	right: 300px
}

.pagelimit {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -18px;
	color: #fff;
	font-size: 1.4rem
}