.inline-block {
	display: inline-block;
}
.lt-ie8 .inline-block {
	display: inline;
	zoom: 1;
}
.client_menu {
	display: none;
	text-align: right;
	padding-right: 40px;
}
.client_menu a {
	padding: 10px 20px;
	font-size: 18px;
	color: #14181a;
}
.client_menu a:hover,
.client_menu a.active {
	color: #ed8001;
	border-bottom: 2px solid #ed8001;
}
body {
	position: relative;
}
.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.color-warning {
	color: #ff5400 !important;
}
.color-warning a {
	color: #ff5400 !important;
}
.backdrop {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5201314;
	background-color: rgba(0, 0, 0, 0.3);
}
.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5203344;
	width: 445px;
	margin-top: -110px;
	margin-left: -222px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	font-size: 12px;
}
.modal.has-form {
	margin-top: -200px;
}
.modal.has-form .modal-content {
	height: auto;
}
.modal.has-form .need-contact {
	text-align: center;
}
.modal.has-form .contact {
	text-align: left;
}
.modal .header {
	position: relative;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	color: #fff;
	background: -webkit-gradient(
		linear,
		0deg,
		color-stop(0, ED8001),
		color-stop(100%, 37B 5F 6)
	);
	background: -webkit-linear-gradient(0deg, #ff6a00 0, #ff6a00 100%);
	background: -moz-linear-gradient(0deg, #ff6a00 0, #ff6a00 100%);
	background: -ms-linear-gradient(0deg, #ff6a00 0, #ff6a00 100%);
	background: -o-linear-gradient(0deg, #ff6a00 0, #ff6a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6A00', endColorstr='#37B5F6', GradientType='1');
	background: linear-gradient(90deg, #ff6a00 0, #ff6a00 100%);
	background-color: #ff6a00;
}
.modal .header .close {
	position: absolute;
	top: 11px;
	right: 15px;
	width: 12px;
	height: 12px;
	padding: 0;
	background-color: transparent;
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2497cda.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.modal .header .close:hover {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb24cc245.png');
}
.modal .modal-content {
	position: relative;
	height: 174px;
	overflow: hidden;
}
.modal .modal-content .package-item {
	width: auto;
	height: auto;
	padding: 29px 28px;
	margin: 0;
}
.modal .modal-content .package-item .logo-wrapper {
	width: 174px;
	height: 118px;
}
.modal .modal-content .package-item .info {
	border: none;
	padding: 0 0 0 15px;
}
.modal .modal-content .package-item .info .title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #ff9c00;
}
.modal .modal-content .package-item .info .btn {
	width: 81px;
	height: 34px;
	border: none;
	font-size: 14px;
	background-color: #45aaff;
	color: #fff;
	line-height: 34px;
}
.modal .modal-content .success,
.modal .modal-content .warning {
	padding: 36px;
}
.modal .modal-content .success > *,
.modal .modal-content .warning > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.lt-ie8 .modal .modal-content .success > *,
.lt-ie8 .modal .modal-content .warning > * {
	display: inline;
	zoom: 1;
}
.modal .modal-content .success .icon,
.modal .modal-content .warning .icon {
	height: 50px;
	width: 50px;
	margin-right: 8px;
}
.modal .modal-content .success .tip,
.modal .modal-content .warning .tip {
	font-weight: bold;
	color: #ff9c00;
	font-size: 20px;
	line-height: 50px;
}
.modal .modal-content .success.gift .info .tip,
.modal .modal-content .warning.gift .info .tip {
	line-height: 30px;
}
.modal .modal-content .success.gift .code,
.modal .modal-content .warning.gift .code {
	font-size: 13px;
	line-height: 20px;
}
.modal .modal-content .success.gift .code .btn,
.modal .modal-content .warning.gift .code .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: transparent;
	padding: 0 10px;
	color: #45aaff;
}
.lt-ie8 .modal .modal-content .success.gift .code .btn,
.lt-ie8 .modal .modal-content .warning.gift .code .btn {
	display: inline;
	zoom: 1;
}
.modal .modal-content .success.gift .code .btn:hover,
.modal .modal-content .warning.gift .code .btn:hover {
	color: #92d5f8;
}
.modal .modal-content .success.need-contact .contact,
.modal .modal-content .warning.need-contact .contact {
	margin: 24px 0 -20px;
}
.modal .modal-content .success.need-contact .contact .form,
.modal .modal-content .warning.need-contact .contact .form {
	border: 1px solid #fcfcfc;
	background: #ebf5fe;
	padding: 18px 18px 10px;
}
.modal .modal-content .success.need-contact .contact .form input,
.modal .modal-content .warning.need-contact .contact .form input {
	width: 317px;
	height: 32px;
	line-height: 22px;
	padding: 0 8px;
	margin-top: 8px;
	border: 1px solid #ebebeb;
}
.modal .modal-content .success.need-contact .contact .btn,
.modal .modal-content .warning.need-contact .contact .btn {
	width: 235px;
	height: 36px;
	margin: 24px auto 0;
	line-height: 36px;
}
.modal .modal-content .success.need-contact .contact .warning,
.modal .modal-content .warning.need-contact .contact .warning {
	border: 1px solid #ff8e6b !important;
}
.modal .modal-content .success.need-contact .contact #formTip,
.modal .modal-content .warning.need-contact .contact #formTip {
	padding: 8px;
	color: #ff8e6b;
}
.modal .modal-content .operations {
	position: absolute;
	right: 20px;
	bottom: 14px;
}
.modal .modal-content .operations .btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 111px;
	height: 36px;
	padding: 0;
	line-height: 36px;
}
.lt-ie8 .modal .modal-content .operations .btn {
	display: inline;
	zoom: 1;
}
.modal .modal-content .operations .btn.disabled {
	margin-right: 18px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ebebeb;
	background-color: #f3f2ef;
	color: #5d5d5d;
}
.modal .modal-content .loading,
.modal .modal-content .loading-ie {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.modal .modal-content .loading {
	z-index: 1314;
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb251cc10.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal_footer {
	display: none;
	min-height: 49px;
	padding: 0 28px;
	line-height: 49px;
	border-top: 1px solid #ebebeb;
	color: #888;
}
.modal .modal_footer.show {
	display: block;
}
.modal .btn {
	padding: 0 15px;
	color: #fff;
	background-color: #45aaff;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	border-radius: 3px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease--out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.modal .btn:hover {
	opacity: 0.8;
	box-shadow: none;
}
.modal .icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 24px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.lt-ie8 .modal .icon {
	display: inline;
	zoom: 1;
}
.modal .icon.icon-convert {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb24d094a.png');
}
.modal .icon.icon-ranking {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2344fe0.png');
}
.modal .icon.icon-ranking-1 {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2344c2b.png');
}
.modal .icon.icon-ranking-2 {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb23aaf4e.png');
}
.modal .icon.icon-ranking-3 {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb23ac107.png');
}
.modal .icon.icon-ranking-normal {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb240c63b.png');
}
.modal .icon.icon-shift {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb24187d2.png');
}
.modal .icon.icon-success {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb244c200.png');
}
.modal .icon.icon-warning {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb24825d1.png');
}
.modal .icon.icon-user {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2460d17.png');
}
.ie-cm .backdrop {
	background: url('//cdn-www.dsyx.com/assets/images/pop_mask.png') repeat left
		top;
}
.ie-cm .loading-ie {
	background: url('//cdn-www.dsyx.com/assets/images/pop_mask.png') repeat left
		top;
}
.ie-cm .modal input {
	height: auto !important;
	line-height: normal !important;
	padding: 8px !important;
}
.ie-cm .logo-wrapper .logo {
	left: 0 !important;
}
.ie-cm .logo-wrapper .logo img {
	margin-left: 0 !important;
}
.ie-cm .side-right {
	padding: 18px 16px;
}
.ie-cm .navbar-item {
	margin-right: 8px;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
a:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #6e6e6d;
}
:-moz-placeholder {
	color: #6e6e6d;
}
::-moz-placeholder {
	color: #6e6e6d;
}
:-ms-input-placeholder {
	color: #6e6e6d;
}
input::-ms-clear,
input::-ms-reveal {
	display: none;
	width: 0px;
	height: 0px;
}
img {
	vertical-align: middle;
	border: none;
	outline: none;
}
ul,
li {
	list-style: none;
}
.clear-fix,
.clb {
	clear: both;
}
body {
	position: relative;
	font: 12px/1.5 'microsoft yahei', Arial, sans-serif;
	color: #333;
	background-color: #eeede9;
	overflow-x: hidden;
}
.inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn {
	padding: 0 15px;
	color: #fff;
	background-color: #45aaff;
	cursor: pointer;
	line-height: 1;
	text-align: center;
	border-radius: 3px;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.btn:hover {
	opacity: 0.8;
	box-shadow: none;
}
.icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 24px;
	height: 24px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.lt-ie8 .icon {
	display: inline;
	zoom: 1;
}
.icon.icon-convert {
	background-image: url('//cdn-img.dsyx.com/a/201709/28/59cca20b1f6d5.png');
}
.icon.icon-ranking {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2344fe0.png');
}
.icon.icon-ranking-1 {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2344c2b.png');
}
.icon.icon-ranking-2 {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb23aaf4e.png');
}
.icon.icon-ranking-3 {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb23ac107.png');
}
.icon.icon-ranking-normal {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb240c63b.png');
}
.icon.icon-shift {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb24187d2.png');
}
.icon.icon-success {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb244c200.png');
}
.icon.icon-warning {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb24825d1.png');
}
.icon.icon-user {
	background-image: url('//cdn-img.dsyx.com/a/201706/05/5934bb2460d17.png');
}
.color-warning {
	color: #ff5400 !important;
}
.color-warning a {
	color: #ff5400 !important;
}
.logo-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #f7f8f9;
}
.logo-wrapper .logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	left: 50%;
	height: 100%;
}
.lt-ie8 .logo-wrapper .logo {
	display: inline;
	zoom: 1;
}
.logo-wrapper .logo img {
	height: 100%;
	margin-left: -50%;
}
.logo-wrapper .viptips {
	width: 53px;
	height: 53px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('//cdn-img.dsyx.com/a/201709/28/59ccae333368a.png');
}
.logo-wrapper .spctips {
	width: 60px;
	height: 69px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('//cdn-img.dsyx.com/c/201811/22/5bf67052cc916.png');
}
.package-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 432px;
	height: 138px;
	margin: 10px;
	font-size: 0;
	white-space: nowrap;
}
.lt-ie8 .package-item {
	display: inline;
	zoom: 1;
}
.package-item.package-animation {
	opacity: 1;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.package-item.package-animation:hover {
	z-index: 999;
	cursor: pointer;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.package-item.package-animation:active {
	opacity: 0.9;
}
.package-item > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.lt-ie8 .package-item > * {
	display: inline;
	zoom: 1;
}
.package-item .logo-wrapper {
	width: 232px;
}
.package-item .info {
	width: 167px;
	height: 108px;
	padding: 12px 16px 16px;
	font-size: 12px;
	border: 1px solid #ebebeb;
	border-left: none;
}
.package-item .info .title {
	width: 100%;
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.package-item .info .cost,
.package-item .info .remain {
	margin-bottom: 11px;
	line-height: 12px;
	color: #777;
}
.package-item .info .btn {
	width: 68px;
	height: 28px;
	border: 1px solid #45aaff;
	color: #45aaff;
	background: none;
	background-color: transparent;
	font-size: 12px;
	line-height: 26px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.package-item .info .btn.disabled {
	color: #a9a9a9 !important;
	border-color: #a7a7a7 !important;
	background-color: transparent !important;
	opacity: 1 !important;
}
.package-item .info .btn:hover {
	background-color: #45aaff;
	color: #fff;
}
.package-item .info .btn:active {
	opacity: 0.8;
}
.package-item .info .btn-h5 {
	padding: 0 5px;
	float: left;
}
.package-item .info .btn-game {
	padding: 0 5px;
	float: right;
}
.content-wrapper {
	position: relative;
	background-color: #fff;
	width: 1200px;
	margin: 16px auto;
	overflow-x: visible;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	font-size: 0;
	white-space: nowrap;
	min-height: 100%;
}
.content-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 280px;
	bottom: 0;
	border-right: 1px solid #ebebeb;
}
.content-wrapper .side-left {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	width: 280px;
	border-right: 1px solid #ebebeb;
	vertical-align: top;
}
.lt-ie8 .content-wrapper .side-left {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .profile {
	background-color: #f7f8f9;
	padding: 18px;
}
.content-wrapper .side-left .profile.not-login .logo-wrapper,
.content-wrapper .side-left .profile.not-login .nick,
.content-wrapper .side-left .profile.not-login .total-points {
	display: none;
}
.content-wrapper .side-left .profile.not-login .login-tip {
	display: block;
	background: #d7ebfb;
	border: 1px solid #45aaff;
	height: 60px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.content-wrapper .side-left .profile.not-login .login-tip:hover {
	opacity: 0.9;
}
.content-wrapper .side-left .profile.not-login .login-tip:hover .icon {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.content-wrapper .side-left .profile.not-login .login-tip a {
	display: block;
	height: 100%;
}
.content-wrapper .side-left .profile.not-login .login-tip .icon {
	width: 36px;
	height: 36px;
	margin-right: 8px;
	vertical-align: middle;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.content-wrapper .side-left .profile.not-login .login-tip .tip {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	line-height: 60px;
	color: #45aaff;
	vertical-align: middle;
}
.lt-ie8 .content-wrapper .side-left .profile.not-login .login-tip .tip {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .profile .login-tip {
	display: none;
}
.content-wrapper .side-left .profile .logo-wrapper {
	position: absolute;
	width: 82px;
	height: 82px;
	border: 1px solid #92d5f8;
	border-radius: 50%;
	overflow: hidden;
}
.content-wrapper .side-left .profile .logo-wrapper img {
	height: 100%;
}
.content-wrapper .side-left .profile .nick {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 8px 0 0 100px;
}
.content-wrapper .side-left .profile .vip-points {
	font-size: 14px;
	line-height: 14px;
	color: #777;
	margin: 10px 0 10px 100px;
}
.content-wrapper .side-left .profile .vip-points span {
	float: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.lt-ie8 .content-wrapper .side-left .profile .vip-points span {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .profile .vip-points span.link {
	cursor: pointer;
}
.content-wrapper .side-left .profile .total-points {
	font-size: 14px;
	line-height: 14px;
	color: #777;
	margin: 10px 0 10px 100px;
}
.content-wrapper .side-left .profile .btns {
	position: relative;
	padding: 14px 0 0;
	font-size: 0;
}
.content-wrapper .side-left .profile .btns .earn-points,
.content-wrapper .side-left .profile .btns .points-draw {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	font-size: 12px;
	line-height: 31px;
	color: #45aaff;
	background-color: #fff;
	border: 1px solid #45aaff;
}
.lt-ie8 .content-wrapper .side-left .profile .btns .earn-points,
.lt-ie8 .content-wrapper .side-left .profile .btns .points-draw {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .profile .btns .points-draw {
	position: absolute;
	top: 14px;
	right: 0;
	color: #ff5400;
	border-color: #ff5400;
}
.content-wrapper .side-left .profile .btns .draw-record {
	margin-top: 15px;
	font-size: 12px;
	line-height: 33px;
}
.content-wrapper .side-left .list-wrapper {
	padding: 18px 18px 0;
}
.content-wrapper .side-left .list-wrapper .list-title .icon {
	margin-right: 6px;
}
.content-wrapper .side-left .list-wrapper .list-title .title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #212b31;
	vertical-align: middle;
}
.lt-ie8 .content-wrapper .side-left .list-wrapper .list-title .title {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .list-wrapper .list-item {
	position: relative;
	padding: 15px 0;
	font-size: 0;
	white-space: nowrap;
	background-color: #fff;
	border-bottom: 1px dashed #e3eff6;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.content-wrapper .side-left .list-wrapper .list-item:last-child {
	border: none;
}
.content-wrapper .side-left .list-wrapper .list-item:hover {
	z-index: 999;
	padding: 15px 9px;
	margin: 0 -9px;
	border-bottom-color: transparent;
	cursor: pointer;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}
.content-wrapper .side-left .list-wrapper .list-item > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	vertical-align: middle;
}
.lt-ie8 .content-wrapper .side-left .list-wrapper .list-item > * {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .list-wrapper .list-item .icon {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 18px;
}
.content-wrapper .side-left .list-wrapper .list-item .logo-wrapper {
	width: 98px;
	height: 82px;
	margin-right: 13px;
	white-space: nowrap;
	background: none;
}
.content-wrapper .side-left .list-wrapper .list-item .logo-wrapper:before {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 100%;
	vertical-align: middle;
}
.lt-ie8
	.content-wrapper
	.side-left
	.list-wrapper
	.list-item
	.logo-wrapper:before {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-left .list-wrapper .list-item .logo-wrapper .logo {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	white-space: normal;
	vertical-align: middle;
}
.content-wrapper .side-left .list-wrapper .list-item .logo-wrapper .logo img {
	width: 100%;
	height: auto;
	margin-left: 0;
}
.content-wrapper .side-left .list-wrapper .list-item .info {
	width: 100px;
}
.content-wrapper .side-left .list-wrapper .list-item .info .name {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-wrapper .side-left .list-wrapper .list-item .info .cost {
	margin-top: 10px;
	line-height: 12px;
	color: #ff5400;
}
.content-wrapper .side-left .list-wrapper .list-item .info .cost .appTips {
	margin-right: 6px;
	border-radius: 2px;
	text-align: center;
	display: inline-block;
	height: 18px;
	width: 56px;
	font-size: 12px;
	color: #39d492;
	background-color: #c8f6e3;
	box-sizing: border-box;
	border: 1px solid #39d492;
	line-height: 17px;
}
.content-wrapper .side-left .list-wrapper .list-item .info .converted {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-wrapper .side-left .list-wrapper.converted .list-item .logo-wrapper {
	width: 83px;
	height: 70px;
}
.content-wrapper .side-left .list-wrapper.converted .list-item .info {
	width: 142px;
}
.content-wrapper .side-left .list-wrapper.converted .list-item .info > * {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 2px;
	line-height: 22px;
}
.content-wrapper
	.side-left
	.list-wrapper.converted
	.list-item
	.info
	> *:last-child {
	margin-bottom: 0;
}
.content-wrapper
	.side-left
	.list-wrapper.converted
	.list-item
	.info
	.package-name {
	color: #ff5400;
}
.content-wrapper .side-right {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	top: 0;
	left: -1px;
	width: 884px;
	font-size: 12px;
	padding: 18px;
	vertical-align: top;
	white-space: normal;
	border-left: 1px solid #ebebeb;
}
.lt-ie8 .content-wrapper .side-right {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .content-title .icon {
	margin-right: 6px;
}
.content-wrapper .side-right .content-title .title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	color: #212b31;
	vertical-align: middle;
}
.lt-ie8 .content-wrapper .side-right .content-title .title {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .filter {
	margin-top: 13px;
	border: 1px solid #ebebeb;
	padding: 15px 15px 7px;
}
.content-wrapper .side-right .filter .category {
	font-size: 0;
	margin-bottom: 8px;
}
.content-wrapper .side-right .filter .category > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	line-height: 22px;
}
.lt-ie8 .content-wrapper .side-right .filter .category > * {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .filter .category .title {
	color: #777;
	margin-right: 4px;
	width: 100px;
	text-align: right;
	padding: 5px 0;
}
.content-wrapper .side-right .filter .category .filter-condition {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 4px;
	padding: 5px 8px;
	cursor: pointer;
}
.lt-ie8 .content-wrapper .side-right .filter .category .filter-condition {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .filter .category .filter-condition.active,
.content-wrapper .side-right .filter .category .filter-condition:hover {
	color: #fff;
	background-color: #45aaff;
	border-radius: 2px;
}
.content-wrapper .side-right .content {
	margin: 10px -10px 0;
	font-size: 0;
}
.content-wrapper .side-right .content .empty {
	font-size: 20px;
	line-height: 100px;
	text-align: center;
}
.content-wrapper .side-right .details-wrapper .navbar {
	margin-bottom: 18px;
}
.content-wrapper .side-right .details-wrapper .navbar .navbar-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.lt-ie8 .content-wrapper .side-right .details-wrapper .navbar .navbar-item {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .details-wrapper .navbar .navbar-item:hover {
	color: #000;
}
.content-wrapper
	.side-right
	.details-wrapper
	.navbar
	.navbar-item:first-child:before {
	display: none;
}
.content-wrapper .side-right .details-wrapper .navbar .navbar-item:last-child {
	color: #999;
}
.content-wrapper
	.side-right
	.details-wrapper
	.navbar
	.navbar-item:last-child:hover {
	color: #999;
}
.content-wrapper .side-right .details-wrapper .navbar .navbar-item:before {
	content: ' > ';
}
.content-wrapper .side-right .details-wrapper .package-item {
	margin: 0;
}
.content-wrapper .side-right .details-wrapper .package-item .remain,
.content-wrapper .side-right .details-wrapper .package-item .exchanged {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.lt-ie8 .content-wrapper .side-right .details-wrapper .package-item .remain,
.lt-ie8 .content-wrapper .side-right .details-wrapper .package-item .exchanged {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .details-wrapper .package-item .remain {
	margin-right: 16px;
}
.content-wrapper .side-right .details-wrapper .details {
	margin-top: 20px;
	padding: 10px 0;
	height: 600px;
	border-top: 1px solid #ebebeb;
}
.content-wrapper .side-right .details-wrapper .details .title {
	font-size: 16px;
	line-height: 36px;
}
.content-wrapper .side-right .details-wrapper .details .details-item {
	white-space: nowrap;
}
.content-wrapper .side-right .details-wrapper .details .details-item > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	white-space: normal;
	word-break: break-all;
	line-height: 32px;
}
.lt-ie8
	.content-wrapper
	.side-right
	.details-wrapper
	.details
	.details-item
	> * {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .details-wrapper .details .details-item label {
	color: #555;
	width: 52px;
}
.content-wrapper .side-right .details-wrapper .details .details-item .text {
	width: 832px;
}
.content-wrapper .side-right .details-wrapper .sr_title {
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #212b31;
}
.content-wrapper .side-right .details-wrapper .guess_items {
	width: 880px;
	height: 226px;
	background-color: #f6f6f4;
}
.content-wrapper .side-right .details-wrapper .guess_items .guess_item {
	float: left;
	width: 262px;
	height: 196px;
	margin: 15px 15px 0px 15px;
}
.content-wrapper .side-right .details-wrapper .guess_items .guess_item a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.content-wrapper
	.side-right
	.details-wrapper
	.guess_items
	.guess_item
	a:hover
	p {
	color: #3a9ff6;
}
.content-wrapper .side-right .details-wrapper .guess_items .guess_item img {
	width: 100%;
	height: 160px;
	display: block;
}
.content-wrapper .side-right .details-wrapper .guess_items .guess_item p {
	display: block;
	width: 260px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ebebeb;
	font-size: 16px;
	color: #555;
	text-align: center;
}
.content-wrapper .side-right .page-manager {
	font-size: 12px;
	margin-top: 24px;
	text-align: center;
}
.content-wrapper .side-right .page-manager > * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.lt-ie8 .content-wrapper .side-right .page-manager > * {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .page-manager .page {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #888;
	cursor: pointer;
	height: 25px;
	padding: 0 8px;
	border: 1px solid #888;
	line-height: 25px;
	margin-right: 10px;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lt-ie8 .content-wrapper .side-right .page-manager .page {
	display: inline;
	zoom: 1;
}
.content-wrapper .side-right .page-manager .page.active {
	color: #fff;
	background-color: #45aaff;
	border-color: #45aaff;
}
.content-wrapper .side-right .page-manager .page:hover {
	color: #fff;
	background-color: #92d5f8;
	border-color: #92d5f8;
}
.content-wrapper .side-right .page-manager .page:active {
	opacity: 0.8;
}
.content-wrapper .side-right .page-manager .page.more {
	cursor: default;
	color: #888 !important;
	background-color: transparent !important;
	border: 1px solid #888 !important;
}
.content-wrapper .side-right .page-manager .page.hidden {
	display: none;
}
.allgames_bywords {
	display: none;
	background-color: #fff;
	padding: 20px 20px;
	position: absolute;
	left: 100px;
	top: 100px;
	width: auto;
	border: 1px solid #ccc;
}
.allgames_bywords .clb {
	clear: both;
}
.allgames_bywords .item {
	margin-bottom: 10px;
}
.allgames_bywords .item .word {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #45aaff;
}
.allgames_bywords .item .lists {
	width: 300px;
	float: left;
}
.allgames_bywords .item .lists span {
	display: block;
	width: 80px;
	line-height: 20px;
	float: left;
	cursor: pointer;
	padding-left: 20px;
}
.allgames_bywords .item .lists span:hover {
	color: #45aaff;
}
.client_menu {
	position: absolute;
	right: 0px;
	top: 10px;
}
.client_giftType .links {
	display: inline-block;
	margin-right: 4px;
	padding: 5px 8px;
	border-radius: 2px;
	cursor: pointer;
}
.client_giftType .links:hover {
	color: #fff;
	background-color: #45aaff;
	border-radius: 2px;
}
.client_giftType .active {
	color: #fff;
	background-color: #45aaff;
	border-radius: 2px;
}
