body {
	background: #000
		url("../images/d3-bg-center.jpg")
		repeat-y center top;
}
.cain-content {
	padding-top: 310px;
	min-height: 1000px;
	background: url("../images/header-bg3.png")
		no-repeat center top;
}
.cain-content > div {
	width: 1200px;
}
.cain-box {
	padding: 40px 5px 0;
}
.cain-topbar {
	height: 40px;
	background-color: #262626;
	line-height: 40px;
	font-size: 14px;
}
.cain-topbar .center {
	width: 1200px;
}
.topbar-entry {
	float: left;
	width: 50%;
}
.topbar-entry li {
	display: inline-block;
	position: relative;
}
.topbar-entry em {
	display: inline-block;
	margin-left: 6px;
	border-width: 4px 4px 0;
	border-style: solid dashed dashed;
	border-color: #c2c2c2 transparent transparent;
	vertical-align: middle;
	transition: all 300ms;
}
.topbar-entry .link {
	display: block;
	position: relative;
	padding: 13px 10px;
	cursor: pointer;
	line-height: 14px;
	color: #959595;
	transition: all 300ms;
}
.topbar-entry .link::after {
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1px;
	height: 14px;
	background-color: #959595;
	content: "";
	transform: scaleX(0.2);
}
.topbar-entry li:first-child > a {
	padding-left: 0;
}
.topbar-entry li:last-child > a::after {
	display: none;
}
.topbar-entry li:hover .link {
	color: #fff;
}
.topbar-entry li:hover em {
	transform: rotate(180deg);
}
.topbar-entry #topbar-login div {
	position: absolute;
	right: -90px;
	top: 40px;
	z-index: 9999999;
	border: 1px solid #cdcdcd;
	width: 400px !important;
	height: 400px !important;
	background-color: #f1f1f1;
	box-shadow: 0 0 8px #cdcdcd;
}
.topbar-entry #topbar-login .m-header {
	display: none;
}
.topbar-entry #topbar-register a::after {
	display: none;
}
.topbar-entry #topbar-register:hover div {
	display: block;
}
.topbar-entry #topbar-register div {
	display: none;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 9;
	padding: 6px 0;
	border: 1px solid #cdcdcd;
	width: 240px;
	background-color: #fff;
	box-shadow: 0 0 8px #cdcdcd;
}
.topbar-entry #topbar-register div a {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	text-align: left;
	color: #585858;
	transition: all 300ms;
}
.topbar-entry #topbar-register div a:hover {
	background-color: #f2f2f2;
	font-weight: bold;
}
.topbar-entry #topbar-nickname,
.topbar-entry #topbar-logout {
	display: none;
}
.cain-bottombar {
	padding-top: 226px;
	height: 496px;
	background: url("../images/d3-bg-bottom.jpg")
		no-repeat center top;
	line-height: 24px;
	font-size: 12px;
	color: #a99877;
}
.cain-bottombar h3 {
	padding: 5px 0 10px;
	transition: all 300ms;
}
.cain-bottombar h3:hover {
	color: #fff;
}
.cain-bottombar li {
	display: inline-block;
}
.cain-bottombar a {
	color: #a99877;
	transition: all 300ms;
}
.cain-bottombar a:hover {
	color: #fff;
}
.cain-bottombar small {
	color: #f00;
}
.cain-sidebar {
	float: right;
	position: relative;
	margin-bottom: 56px;
	padding: 15px 5px 0 10px;
	width: 415px;
	background: url("../images/sidebar-center.jpg")
		repeat-y;
}
.cain-sidebar::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/sidebar-top.jpg")
		no-repeat 0 0;
	content: "";
}
.cain-sidebar::after {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 56px;
	background: url("../images/sidebar-bottom.png")
		no-repeat 0 0;
	content: "";
}
.cain-sidebar > div {
	position: relative;
	z-index: 1;
}
.cain-navmenu {
	position: relative;
	z-index: 999999;
	height: 42px;
	background: url("../images/menu-bg.jpg")
		no-repeat center top;
}
.cain-navmenu .first-level {
	float: left;
	width: 11.11%;
	height: 42px;
}
.cain-navmenu .first-level img {
	display: inline-block;
	vertical-align: -10px;
}
.cain-navmenu .second-level,
.cain-navmenu .thrid-level,
.cain-navmenu .fourth-level {
	position: relative;
	border: 5px solid #0d0d0d;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom: none;
	border-radius: 2px;
	width: 118px;
	background-color: #12110f;
}
.cain-navmenu .first-level-title {
	display: block;
	height: 42px;
	line-height: 42px;
	text-shadow: 0 0 5px #000;
	color: #f3e6d0;
}
.cain-navmenu .second-level-title,
.cain-navmenu .thrid-level-title,
.cain-navmenu .fourth-level-title {
	display: block;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 12px;
	color: #a78f70;
	transition: all 300ms;
}
.cain-navmenu .second-level-title.has,
.cain-navmenu .thrid-level-title.has,
.cain-navmenu .fourth-level-title.has {
	background: url("../images/arrow.gif")
		no-repeat 100px center #12110f;
}
.cain-navmenu .second-level-title:hover,
.cain-navmenu .thrid-level-title:hover,
.cain-navmenu .fourth-level-title:hover {
	background-color: #22201c;
}
.cain-navmenu .first-level-list,
.cain-navmenu .second-level-list,
.cain-navmenu .thrid-level-list {
	display: none;
	padding-bottom: 4px;
	border: 1px solid #22201c;
	border-radius: 3px;
	width: 135px;
	background-color: #0d0d0d;
	box-shadow: 0 0 5px #000;
}
.cain-navmenu .second-level-list,
.cain-navmenu .thrid-level-list {
	position: absolute;
	left: 100%;
	top: 0;
	margin: -5px 0 0 5px;
}
.cain-navmenu .first-level:hover .first-level-list {
	display: block;
}
.cain-navmenu .first-level:hover .second-level:hover .second-level-list {
	display: block;
}
.cain-navmenu
	.first-level:hover
	.second-level:hover
	.thrid-level:hover
	.thrid-level-list {
	display: block;
}
.cain-order {
	position: absolute;
	left: -213px;
	top: -5px;
	z-index: 99999;
	width: 300px;
	height: 285px;
	background: url("../images/order-sprites.png")
		no-repeat -1200px 0;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	animation: 1.5s steps(1, start) infinite running;
}
.cain-order:hover {
	animation-name: order-swing;
}
.cain-order a {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -70px;
	width: 150px;
	height: 125px;
}
.cain-brand {
	position: absolute;
	right: -213px;
	top: -5px;
	z-index: 99999;
	width: 300px;
	height: 285px;
	background: url("../images/brand-sprites.png")
		no-repeat -3900px 0;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	animation: 1.5s steps(1, start) infinite running;
}
.cain-brand:hover {
	animation-name: brand-swing-front;
}
.cain-brand.active {
	background-position-x: -1200px;
}
.cain-brand.active:hover {
	animation-name: brand-swing-back;
}
.cain-brand a {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -70px;
	width: 150px;
	height: 125px;
}
@keyframes order-swing {
	0% {
		background-position: -1200px;
	}
	8% {
		background-position: -1500px;
	}
	15% {
		background-position: -1800px;
	}
	21% {
		background-position: -2100px;
	}
	25% {
		background-position: -2400px;
	}
	29% {
		background-position: -2100px;
	}
	35% {
		background-position: -1800px;
	}
	42% {
		background-position: -1500px;
	}
	50% {
		background-position: -1200px;
	}
	58% {
		background-position: -900px;
	}
	65% {
		background-position: -600px;
	}
	71% {
		background-position: -300px;
	}
	75% {
		background-position: 0;
	}
	79% {
		background-position: -300px;
	}
	85% {
		background-position: -600px;
	}
	92% {
		background-position: -900px;
	}
	100% {
		background-position: -1200px;
	}
}
@keyframes brand-swing-front {
	0% {
		background-position: -3900px;
	}
	8% {
		background-position: -4200px;
	}
	15% {
		background-position: -4500px;
	}
	21% {
		background-position: -4800px;
	}
	25% {
		background-position: -5100px;
	}
	29% {
		background-position: -4800px;
	}
	35% {
		background-position: -4500px;
	}
	42% {
		background-position: -4200px;
	}
	50% {
		background-position: -3900px;
	}
	58% {
		background-position: -3600px;
	}
	65% {
		background-position: -3300px;
	}
	71% {
		background-position: -3000px;
	}
	75% {
		background-position: -2700px;
	}
	79% {
		background-position: -3000px;
	}
	85% {
		background-position: -3300px;
	}
	92% {
		background-position: -3600px;
	}
	100% {
		background-position: -3900px;
	}
}
@keyframes brand-swing-back {
	0% {
		background-position: -1200px;
	}
	8% {
		background-position: -1500px;
	}
	15% {
		background-position: -1800px;
	}
	21% {
		background-position: -2100px;
	}
	25% {
		background-position: -2400px;
	}
	29% {
		background-position: -2100px;
	}
	35% {
		background-position: -1800px;
	}
	42% {
		background-position: -1500px;
	}
	50% {
		background-position: -1200px;
	}
	58% {
		background-position: -900px;
	}
	65% {
		background-position: -600px;
	}
	71% {
		background-position: -300px;
	}
	75% {
		background-position: 0;
	}
	79% {
		background-position: -300px;
	}
	85% {
		background-position: -600px;
	}
	92% {
		background-position: -900px;
	}
	100% {
		background-position: -1200px;
	}
}
.cain-mask {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	background-color: rgba(0, 0, 0, 0.5);
}
.sidebar-title {
	padding: 0 30px 0 20px;
	height: 44px;
	background: url("../images/sidebar-title-bg.jpg")
		no-repeat;
	line-height: 44px;
	font-size: 18px;
	color: #ff9300;
}
.sidebar-title i {
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background: url("../images/d3-sidebar-icons.png")
		no-repeat 0 0;
	vertical-align: -6px;
}
.sidebar-title a {
	float: right;
	font-size: 12px;
	color: #b99d6e !important;
	transition: all 300ms;
}
.sidebar-title a:hover {
	color: #ff9300 !important;
}
.cain-player-community {
	color: #35110f;
}
.cain-player-community div {
	overflow: hidden;
	padding: 20px;
	height: 233px;
	background: url("../images/news-bg.jpg")
		no-repeat;
}
.cain-player-community .list li {
	border-bottom: 1px solid rgba(152, 112, 63, 0.4);
	width: 100%;
	height: 33px;
	line-height: 32px;
}
.cain-player-community .list em {
	display: inline-block;
	margin-right: 10px;
	padding: 0 8px;
	border-radius: 3px;
	height: 19px;
	background-color: #35110f;
	line-height: 19px;
	vertical-align: 12px;
	font-style: normal;
	font-size: 12px;
	color: #ad835a;
}
.cain-player-community .list a {
	display: inline-block;
	width: 280px;
	color: #35110f;
	transition: all 300ms;
}
.cain-player-community .list a:hover {
	color: #900;
}
.cain-player-community .list span {
	float: right;
	width: 105px;
	text-align: right;
}
.cain-player-community .imgset {
	padding-top: 20px;
}
.cain-player-community .imgset li {
	float: left;
	margin-right: 17px;
	width: 142px;
	height: 96px;
}
.cain-player-community .imgset li:last-child {
	margin-right: 0;
}
.cain-player-community .imgset a {
	display: block;
}
.cain-player-community .imgset a:hover img {
	border-color: #900;
}
.cain-player-community .imgset a:hover p {
	color: #900;
}
.cain-player-community .imgset img {
	border: 1px solid #483a30;
	border-radius: 3px;
	width: 141px;
	height: 72px;
	box-shadow: 0 0 2px #382109;
	transition: all 300ms;
}
.cain-player-community .imgset p {
	line-height: 24px;
	color: #35110f;
	transition: all 300ms;
}
.cain-game-live {
	margin-top: 10px;
}
.cain-game-live .sidebar-title i {
	background-position: 0 -100px;
}
.cain-game-live ul {
	padding: 15px 10px 10px;
	width: 100%;
}
.cain-game-live li {
	overflow: hidden;
	float: left;
	margin-right: 27px;
	border-radius: 4px;
	width: 142px;
	height: 96px;
	cursor: pointer;
}
.cain-game-live li:nth-child(3n) {
	margin-right: 0;
	margin-top: -13px;
}
.cain-game-live a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 72px;
}
.cain-game-live p {
	padding: 0 10px;
	height: 24px;
	background-color: #0e0d0b;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #b99d6e;
}
.cain-game-live .icon-live {
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 24px;
	height: 24px;
	background: url("../images/pulgb.gif")
		no-repeat center;
}
.cain-game-live .icon-video {
	width: 42px;
	height: 42px;
	background: url("../images/cusuig.png")
		no-repeat center;
}
.cain-hero-station {
	margin-top: 10px;
}
.cain-hero-station .sidebar-title i {
	background-position: 0 -125px;
}
.cain-hero-station > div {
	padding: 10px 20px;
	border: 1px solid #312818;
	border-top: 0;
	background: #0f0b0a
		url("../images/sidebar-bg.jpg")
		no-repeat;
}
.cain-hero-station .class-link {
	overflow: hidden;
	height: 142px;
}
.cain-hero-station .class-link li {
	float: left;
	margin-right: 2px;
	border: 1px solid #3a301e;
	width: 63px;
	height: 142px;
	background: no-repeat center;
	background-size: 61px 140px;
	transition: all 500ms;
}
.cain-hero-station .class-link a {
	display: block;
	height: 100%;
}
.cain-hero-station .class-link .heros_bar {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_bar:hover {
	background-image: url("../images/22.jpg");
}
.cain-hero-station .class-link .heros_cru {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_cru:hover {
	background-image: url("../images/22.jpg");
}
.cain-hero-station .class-link .heros_dh {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_dh:hover {
	background-image: url("../images/22.jpg");
}
.cain-hero-station .class-link .heros_monk {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_monk:hover {
	background-image: url("../images/22.jpg");
}
.cain-hero-station .class-link .heros_necro {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_necro:hover {
	background-image: url("../images/22.jpg");
}
.cain-hero-station .class-link .heros_wd {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_wd:hover {
	background-image: url("../images/22.jpg");
}
.cain-hero-station .class-link .heros_wid {
	background-image: url("../images/111.jpg");
}
.cain-hero-station .class-link .heros_wid:hover {
	background-image: url("../images/22.jpg");
}
/* .cain-hero-station .class-link li {
	float: left;
	padding: 5px 0 5px 10px;
	line-height: 30px;
	text-align: center;
}
.cain-hero-station .class-link a {
	display: block;
	width: 140px;
	height: 30px;
	background: url("../images/classes-button.png") no-repeat 0 0;
	text-shadow: 0 0 2px #000;
	color: #fff;
}
.cain-hero-station .class-link a:hover {
	background-position-x: -141px;
}
.cain-hero-station .class-link .heros_bar {
	background-position-y: -30px;
}
.cain-hero-station .class-link .heros_dh {
	background-position-y: -60px;
}
.cain-hero-station .class-link .heros_cru {
	background-position-y: -150px;
}
.cain-hero-station .class-link .heros_monk {
	background-position-y: -90px;
}
.cain-hero-station .class-link .heros_wid {
	background-position-y: 0;
}
.cain-hero-station .class-link .heros_wd {
	background-position-y: -120px;
}
.cain-hero-station .class-link .heros_necro {
	background-position-y: -180px;
} */
.builds {
	width: 456px;
}
.builds .build {
	margin: 10px 0;
	border: 1px solid #382f1f;
	background-color: #252017;
	cursor: pointer;
	transition: all 300ms;
}
.builds .build:hover {
	border-color: #824c06;
}
.builds .index_heros_bar {
	background: url("../images/class-barbarian.jpg")
		no-repeat right 0;
}
.builds .index_heros_bar .class-icon {
	background: #000
		url("../images/barbarian_male.png")
		no-repeat center;
}
.builds .index_heros_wid {
	background: url("../images/z.jpg")
		no-repeat right 0;
}
.builds .index_heros_wid .class-icon {
	background: #000
		url("/static/image/sc/zerg.png")
		no-repeat center;
}
.builds .index_heros_monk {
	background: url("../images/class-monk.jpg")
		no-repeat right 0;
}
.builds .index_heros_monk .class-icon {
	background: #000
		url("../images/monk_male.png")
		no-repeat center;
}
.builds .index_heros_dh {
	background: url("../images/p.jpg")
		no-repeat right 0;
}
.builds .index_heros_dh .class-icon {
	background: #000
		url("/static/image/sc/protoss.png")
		no-repeat center;
}
.builds .index_heros_wd {
	background: url("../images/class-witch-doctor.jpg")
		no-repeat right 0;
}
.builds .index_heros_wd .class-icon {
	background: #000
		url("../images/witchdoctor_male.png")
		no-repeat center;
}
.builds .index_heros_cru {
	background: url("../images/class-crusader.jpg")
		no-repeat right 0;
}
.builds .index_heros_cru .class-icon {
	background: #000
		url("../images/x1_crusader_male.png")
		no-repeat center;
}
.builds .index_heros_necro {
	background: url("../images/t.jpg")
		no-repeat right 0;
}
.builds .index_heros_necro .class-icon {
	background: #000
		url("/static/image/sc/terran.png")
		no-repeat center;
}
.builds .build-head {
	display: block;
	padding: 10px 5px;
}
.builds .build-head .class-icon {
	display: block;
	float: left;
	border: 1px solid #59411c;
	width: 44px;
	height: 44px;
}
.builds .build-head .build-title {
	padding-left: 6px;
	line-height: 1;
	font-weight: normal;
	font-size: 14px;
	color: #b99d6e;
}
.builds .build-head .build-meta {
	margin: 10px 0 0;
	padding: 0 0 0 55px;
	color: #999;
}
.builds .build-head .build-meta span {
	display: block;
	padding-right: 10px;
	font-size: 12px;
}
.builds .build-contents {
	padding: 10px 5px;
	border-top: 1px solid #382f1f;
	background-color: #0d0b0861;
}
.builds .build-contents .skills li,
.builds .build-contents .passive li {
	float: left;
}
.builds .build-contents .skills a,
.builds .build-contents .passive a {
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	background: no-repeat center;
	background-size: contain;
}
.builds .build-contents .skills .frame,
.builds .build-contents .passive .frame {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 42px;
	height: 42px;
}
.builds .build-contents .skills li {
	padding: 0 2px 0 0;
}
.builds .build-contents .skills .frame {
	background: url("../images/skill-42.png")
		no-repeat 0 0;
}
.builds .build-contents .skills .frame:hover {
	background-position: 0 -42px;
}
.builds .build-contents .passive li {
	padding: 0 2 0 0px;
}
.builds .build-contents .passive .frame {
	background: url("../images/trait-42.png")
		no-repeat -42px 0;
}
.builds .build-contents .passive .frame:hover {
	background-position: -42px -42px;
}
.cain-selected-column {
	margin-top: 10px;
}
.cain-selected-column .sidebar-title i {
	background-position: 0 -75px;
}
.cain-selected-column ul {
	padding: 10px 20px;
}
.cain-selected-column li {
	float: left;
	margin-right: 16px;
	padding: 5px 0;
	width: 137px;
	cursor: pointer;
}
.cain-selected-column li:nth-child(2n) {
	/*margin-right: 0;*/
}
.cain-selected-column img {
	border: 1px solid #483a30;
	border-radius: 3px;
	width: 135px;
	height: 135px;
	box-shadow: 0 0 10px #000;
	transition: all 300ms;
}
.cain-selected-column p {
	line-height: 24px;
	color: #b99d6e;
	transition: all 300ms;
}
.cain-selected-column a:hover img {
	border-color: #ff9300;
}
.cain-selected-column a:hover p {
	color: #ff9300;
}
.cain-latest-news {
	margin-top: 10px;
}
.cain-latest-news .sidebar-title i {
	background-position: 0 -25px;
}
.cain-latest-news ul {
	padding: 10px 20px;
	border: 1px solid #312818;
	border-top: none;
}
.cain-latest-news li {
	padding-left: 15px;
	height: 30px;
	background: url("../images/bullet.gif")
		no-repeat 0 center;
	line-height: 30px;
}
.cain-latest-news li a {
	display: inline-block;
	width: 210px;
	color: #b99d6e;
	transition: all 300ms;
}
.cain-latest-news li a:hover {
	color: #ff9300;
}
.cain-latest-news li span {
	float: right;
	color: #999;
}
.cain-official-bluepost {
	margin-top: 10px;
}
.cain-official-bluepost .sidebar-title i {
	background-position: 0 -150px;
}
.cain-official-bluepost ul {
	padding: 10px 20px;
	border: 1px solid #312818;
	border-top: none;
	background: url("../images/bluepost-bg.jpg")
		no-repeat 0 -15px;
}
.cain-official-bluepost li {
	padding-left: 45px;
	height: 30px;
	/*background: url("../images/bluepost-icon.gif") no-repeat 0 center;*/
	background: url("/static/image/sc/favicon.ico") no-repeat 0 center;
	background-size: 30px 30px;
	line-height: 30px;
}
.cain-official-bluepost li a {
	display: inline-block;
	width: 280px;
	color: #00b4ff;
	transition: all 300ms;
}
.cain-official-bluepost li a:hover {
	color: #ff9300;
}
.cain-official-bluepost li span {
	float: right;
	color: #999;
}
.cain-game-data {
	margin-top: 10px;
}
.cain-game-data .sidebar-title i {
	background-position: 0 -175px;
}
.cain-game-data ul {
	padding: 20px;
	border: 1px solid #312818;
	border-top: none;
	background: url("../images/sidebar-data-bg.jpg")
		no-repeat -100px -20px;
}
.cain-game-data li {
	overflow: hidden;
	float: left;
	padding: 0 10px 0 15px;
	width: 152px;
	height: 28px;
	background: url("../images/bullet.gif")
		no-repeat 0 center;
	line-height: 28px;
}
.cain-game-data a {
	display: block;
	color: #e1ce9a;
	transition: all 300ms;
}
.cain-game-data a:hover {
	color: #ff9300;
}
.cain-rec-video {
	margin-top: 10px;
}
.cain-rec-video .sidebar-title i {
	background-position: 0 -100px;
}
.cain-rec-video div {
	padding: 10px;
}
.cain-rec-video ul {
	padding-top: 10px;
}
.cain-rec-video li {
	padding-left: 15px;
	height: 24px;
	background: url("../images/bullet.gif")
		no-repeat 0 center;
	line-height: 24px;
}
.cain-rec-video li a {
	display: inline-block;
	width: 280px;
	color: #b99d6e;
	transition: all 300ms;
}
.cain-rec-video li a:hover {
	color: #ff9300;
}
.cain-rec-video li span {
	float: right;
	color: #999;
}
.cain-rec-video .res-video {
	display: block;
	overflow: hidden;
	border: 1px solid #483a30;
	box-shadow: 0 0 10px #000;
	cursor: pointer;
	color: #b99d6e;
	transition: all 300ms;
}
.cain-rec-video .res-video:hover {
	border-color: #824c06;
	color: #ff9300;
}
.cain-rec-video .res-video span {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 30px;
	text-align: center;
}
.cain-rec-video .video-cover {
	width: 100%;
	height: 195px;
}
.cain-rec-video .video-play {
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
}
.cain-game-wiki {
	margin-top: 10px;
}
.cain-game-wiki .sidebar-title i {
	background-position: 0 -150px;
}
.cain-game-wiki ul {
	padding: 10px 20px;
	border: 1px solid #312818;
	border-top: none;
}
.cain-game-wiki li {
	padding: 0 0 0 45px;
	height: 30px;
	background: url("../images/wiki-icon.gif")
		no-repeat 0 center;
	line-height: 30px;
}
.cain-game-wiki li a {
	display: inline-block;
	width: 280px;
	color: #b99d6e;
	transition: all 300ms;
}
.cain-game-wiki li a:hover {
	color: #ff9300;
}
.cain-game-wiki li span {
	float: right;
	color: #999;
}
.cain-rec-imgset {
	margin-top: 10px;
}
.cain-rec-imgset .sidebar-title i {
	background-position: 0 -75px;
}
.cain-rec-imgset ul {
	padding: 10px 20px;
}
.cain-rec-imgset li {
	float: left;
	margin-right: 16px;
	padding: 5px 0;
	width: 222px;
	cursor: pointer;
}
.cain-rec-imgset li:nth-child(2n) {
	margin-right: 0;
}
.cain-rec-imgset a {
	display: block;
}
.cain-rec-imgset a:hover img {
	border-color: #ff9300;
}
.cain-rec-imgset a:hover p {
	color: #ff9300;
}
.cain-rec-imgset img {
	border: 1px solid #483a30;
	border-radius: 3px;
	width: 222px;
	height: 141px;
	box-shadow: 0 0 10px #000;
	transition: all 300ms;
}
.cain-rec-imgset p {
	line-height: 24px;
	color: #b99d6e;
	transition: all 300ms;
}
.cain-hot-vote {
	margin-top: 10px;
	color: #a99877;
}
.cain-hot-vote .sidebar-title i {
	background-position: 0 -50px;
}
.cain-hot-vote .list {
	padding: 20px 15px;
	border: 1px solid #312818;
	background-color: #070706;
}
.cain-hot-vote .list > div {
	padding-top: 50px;
}
.cain-hot-vote .list > div:first-child {
	padding-top: 0;
}
.cain-hot-vote h4 {
	line-height: 28px;
	font-size: 22px;
	color: #f5ebd1;
}
.cain-hot-vote h4 span {
	vertical-align: bottom;
	font-size: 18px;
	color: #5c5a54;
}
.cain-hot-vote small {
	display: block;
	line-height: 40px;
	font-size: 16px;
}
.cain-hot-vote small span {
	vertical-align: -1px;
}
.cain-hot-vote ul {
	overflow: hidden;
	padding-bottom: 5px;
}
.cain-hot-vote li {
	position: relative;
	margin: 15px 4px 0;
	padding: 6px 130px 6px 60px;
	height: 65px;
	background: #191815
		url("../images/vote-box-center.png")
		repeat-x;
	transition: all 300ms;
}
.cain-hot-vote li::before,
.cain-hot-vote li::after {
	position: absolute;
	top: -2px;
	width: 34px;
	height: 69px;
	background: no-repeat center;
	content: "";
}
.cain-hot-vote li::before {
	left: -4px;
	background-image: url("../images/vote-box-left.png");
}
.cain-hot-vote li::after {
	right: -4px;
	background-image: url("../images/vote-box-right.png");
}
.cain-hot-vote li:hover {
	background-color: #44423c;
}
.cain-hot-vote li.active {
	padding-left: 20px;
}
.cain-hot-vote li.active:hover {
	background-color: #191815;
}
.cain-hot-vote li.active i {
	opacity: 0;
}
.cain-hot-vote li input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.cain-hot-vote li input:checked ~ div {
	background-image: url("../images/vote-item-center-checked.png");
}
.cain-hot-vote li input:checked ~ div::before {
	background-image: url("../images/vote-item-left-checked.png");
}
.cain-hot-vote li input:checked ~ div::after {
	background-image: url("../images/vote-item-right-checked.png");
}
.cain-hot-vote li input:checked ~ i {
	background: #030303
		url("../images/vote-checked.png")
		no-repeat center;
}
.cain-hot-vote li div {
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	width: 0;
	height: 60px;
	background: url("../images/vote-item-center.png")
		repeat-x center;
	transition: all 300ms;
}
.cain-hot-vote li div::before,
.cain-hot-vote li div::after {
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	background: no-repeat center;
	content: "";
}
.cain-hot-vote li div::before {
	left: 0;
	background-image: url("../images/vote-item-left.png");
}
.cain-hot-vote li div::after {
	right: 0;
	background-image: url("../images/vote-item-right.png");
}
.cain-hot-vote li i {
	position: absolute;
	left: 14px;
	top: 18px;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	background-color: #030303;
	transition: all 300ms;
}
.cain-hot-vote li p {
	display: table-cell;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 52px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 16px;
	color: #f5ebd1;
}
.cain-hot-vote li span {
	display: none;
	position: absolute;
	right: 20px;
	top: 24px;
	z-index: 2;
	line-height: 16px;
	font-size: 16px;
	color: #a99877;
}
.cain-hot-vote button {
	display: block;
	margin: 27px auto 0;
	padding: 0;
	border: none;
	width: 182px;
	height: 63px;
	background: url("../images/vote-btn.png")
		no-repeat center;
	cursor: pointer;
	line-height: 63px;
	text-align: center;
	font-size: 16px;
	color: #d9a774;
	transition: all 300ms;
}
.cain-hot-vote button:disabled,
.cain-hot-vote button:hover {
	background-image: url("../images/vote-btn-hover.png");
}
.cain-hot-vote .hot-vote-result {
	display: none;
	padding: 20px 0;
	font-size: 16px;
	color: #a99877;
}
.cain-friendly-link {
	margin-top: 10px;
}
.cain-friendly-link .sidebar-title i {
	background-position: 0 -25px;
}
.cain-friendly-link div {
	padding: 10px;
	border: 1px solid #312818;
	border-top: 0;
	background: #0f0b0a
		url("../images/sidebar-bg.jpg")
		no-repeat 0 -100px;
}
.cain-friendly-link a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 10px;
	/*border: 1px solid #322d29;*/
	border-radius: 3px;
	/*background-color: #12110f;*/
	color: #b99d6e;
	transition: all 300ms;
}
.cain-friendly-link a:hover {
	border-color: #824c06;
	color: #ff9300;
}
.cain-sidebar .sidebar-title {
	background-image: url("../images/endpage-sidebar-title-bg.jpg");
}
.cain-sidebar .cain-player-community div {
	background-image: url("../images/endpage-sidebar-bbs-bg.jpg");
}
.cain-sidebar .cain-player-community .list a {
	width: 200px;
}
.cain-sidebar .cain-player-community .imgset li {
	display: none;
	margin: 0 19px;
}
.cain-sidebar .cain-player-community .imgset li:nth-child(1),
.cain-sidebar .cain-player-community .imgset li:nth-child(2) {
	display: block;
}
.cain-sidebar .cain-official-bluepost li a {
	width: 210px;
}
.cain-sidebar .cain-rec-imgset li {
	display: none;
	width: 172px;
}
.cain-sidebar .cain-rec-imgset li:nth-child(1),
.cain-sidebar .cain-rec-imgset li:nth-child(2) {
	display: block;
}
.cain-sidebar .cain-rec-imgset img {
	width: 172px;
	height: 130px;
}
.cain-sidebar .cain-game-data li {
	width: 179px;
}
.crumb-nav {
	border-bottom: 3px solid #22201c;
}
.crumb-nav a,
.crumb-nav span {
	display: inline-block;
	padding: 10px 10px 10px 15px;
	background: url("../images/arrow.gif")
		no-repeat 0 center;
	line-height: 22px;
	color: #b99d6e;
	transition: all 300ms;
}
.crumb-nav a:hover {
	color: #ff9300;
}
.page-number {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.page-number a {
	padding: 5px 10px;
	border: 1px solid #322d29;
	background: #191814;
	text-align: center;
	color: #b99d6e;
	transition: all 300ms;
}
.page-number a:hover {
	border-color: #ff9300;
}
.page-number span {
	padding: 5px 10px;
	text-align: center;
}
.page-number .nopage {
	border-color: #1f1c19;
	color: #1f1c19;
}
.page-number .thispage {
	border-color: #ff9300;
	color: #ff9300;
}
.page-number .ellipsis {
  border: none;
  background: none;
  padding: 5px 10px;
  color: #b99d6e;
}
.cain-toast {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99999;
	padding: 0 30px;
	border-radius: 5px;
	height: 46px;
	background-color: #ff9300;
	line-height: 46px;
	font-weight: bold;
	font-size: 16px;
	color: #8a3604;
	transform: translate(-50%, -50%);
}
.cain-nickname-modal {
	display: none;
}
.cain-nickname-modal > div {
	padding: 40px 50px;
	width: 600px;
	height: 308px;
	background-color: #fff;
}
.cain-nickname-modal h3 {
	font-size: 16px;
	color: #a99877;
}
.cain-nickname-modal i {
	display: inline-block;
	margin-right: 8px;
	width: 17px;
	height: 18px;
	background: url("../images/uniteLogin.png")
		no-repeat -133px 0;
	vertical-align: bottom;
}
.cain-nickname-modal input {
	display: block;
	margin: 20px 0;
	padding: 8px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 48px;
	outline: none;
	font-weight: bold;
	font-size: 16px;
}
.cain-nickname-modal label {
	display: block;
	font-size: 14px;
	color: #999;
}
.cain-nickname-modal button {
	display: inline-block;
	border: none;
	border-radius: 5px;
	width: 200px;
	height: 60px;
	outline: none;
	background-color: #ce1f2b;
	cursor: pointer;
	line-height: 60px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.cain-nickname-modal button:first-child {
	margin-right: 38px;
}
.cain-nickname-modal .btn {
	margin-top: 40px;
	text-align: center;
}
.cain-delete-modal,
.cain-report-modal {
	display: none;
}
.cain-delete-modal > div,
.cain-report-modal > div {
	padding: 20px 16px;
	border: 10px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	width: 408px;
	background-color: #26211d;
}
.cain-delete-modal i,
.cain-report-modal i {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	background: url("../images/close.png")
		no-repeat center;
	cursor: pointer;
}
.cain-delete-modal h3,
.cain-report-modal h3 {
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #cf9238;
}
.cain-delete-modal ul,
.cain-report-modal ul {
	overflow: hidden;
	padding: 45px 0 23px;
}
.cain-delete-modal li,
.cain-report-modal li {
	float: left;
	margin-top: 8px;
	width: 50%;
	height: 26px;
	cursor: pointer;
	line-height: 26px;
	font-size: 16px;
	color: #b4a488;
	transition: all 300ms;
}
.cain-delete-modal li.active em,
.cain-report-modal li.active em {
	background-image: url("../images/checked.png");
}
.cain-delete-modal em,
.cain-report-modal em {
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #37322f;
	border-radius: 100%;
	width: 26px;
	height: 26px;
	background: #110a05 no-repeat center;
	vertical-align: bottom;
}
.cain-delete-modal textarea,
.cain-report-modal textarea {
	padding: 0 10px;
	border: none;
	width: 100%;
	height: 0;
	background-color: #4d4740;
	resize: none;
	line-height: 33px;
	font-size: 14px;
	color: #b4a488;
	transition: all 300ms;
}
.cain-delete-modal textarea.active,
.cain-report-modal textarea.active {
	height: 66px;
}
.cain-delete-modal p,
.cain-report-modal p {
	padding: 55px 0 40px;
	text-align: center;
	font-size: 16px;
	color: #b4a488;
}
.cain-delete-modal .btns,
.cain-report-modal .btns {
	padding-top: 22px;
	text-align: center;
}
.cain-delete-modal a,
.cain-report-modal a {
	display: inline-block;
	margin-right: 50px;
	border: 1px solid #3d3b36;
	width: 100px;
	height: 34px;
	cursor: pointer;
	line-height: 32px;
	font-size: 16px;
	color: #7d756d;
}
.cain-delete-modal a:last-child,
.cain-report-modal a:last-child {
	margin-right: 0;
	color: #d9a774;
}
.cain-toolbar {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999999;
	width: 55px;
}
.cain-toolbar li {
	height: 55px;
	background: no-repeat center;
	cursor: pointer;
	transition: all 300ms;
}
.cain-toolbar li + li {
	margin-top: 15px;
}
.cain-toolbar li a {
	display: block;
	height: 100%;
}
.cain-toolbar .contribute-btn {
	background-image: url("../images/postt.png");
}
.cain-toolbar .contribute-btn:hover {
	background-image: url("../images/postt2.png");
}
.cain-toolbar .gotop-btn {
	background-image: url("../images//top.png");
}
.cain-toolbar .gotop-btn:hover {
	background-image: url("../images/top2.png");
}
