/*公共*/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0;
}

input,
textarea,
a,
div,
button,
select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html,
body {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	font-family: "微软雅黑";
}

.hidden {
	display: none !important;
}

li {
	list-style: none;
}

i {
	font-style: normal;
}

textarea {
	overflow: auto;
	resize: none;
}

a {
	outline: 0 none;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.align {
	text-align: center;
}

.wrap {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}

@font-face {
	font-family: 'sxs';
	src: url('../images/font.ttf');
	font-weight: normal;
	font-style: normal;
}
.hero-game-list ..hero-wrap-con{
	width:87.5%;
}
.chengg {
	width: 100%;
	height: 1px;
	background: none;
}

.hero-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.hero-wrap-con {
	width: 1680px;
	margin: 0 auto;
	position: relative;
}

.f14 {
	font-size: 14px;
}

.f18 {
	font-size: 18px;
}
.ipconfig{
	width:100%;
	height:60px;
	position:fixed;
	background:#A63732;
	top:0;
	z-index:50;
}
.ipwrap{
	width:980px;
	overflow: hidden;
	position:relative;
	margin:0 auto 0;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}
.ipTip{
	width:370px;
	font-size:16px;
	color:#fff;
	line-height:60px;
	float:left;
}
.ipBox{
	width:407px;
	height:40px;
	background:#822824;
	border-radius: 4px;
	float:left;
	margin:10px 20px 0 70px;
	position:relative;
}
.ipBox .earth{
	position:absolute;
	width:24px;
	height:24px;
	left:12px;
	top:8px;
}
.ipBox .ipName{
	width:100%;
	height:40px;
	position:absolute;
	left:0;
	top:0;
	font-size:16px;
	color:#fff;
	font-weight:500;
	line-height:40px;
}
.ipBox .ipName span{
	display: block;
	text-indent:76px;
}
.ipBox .sj{
	display: block;
	width: 0;
	height: 0;
	border:8px solid transparent;
	border-top-color:#fff;
	position:absolute;
	right:16px;
	top:18px;
}
.ipBox.active .sj{
	border-top-color:transparent;
	border-bottom-color:#fff;
	top:9px;
}
.goNext{
	display: block;
	width:70px;
	height:38px;
	border-radius: 4px;
	border:1px solid #E48A86;
	font-size:16px;
	line-height:40px;
	text-align: center;
	color:#fff;
	float:left;
	margin:10px 0 0 0;
}
.closeConfig{
	width:18px;
	height:18px;
	position:relative;
	float:left;
	margin:21px 0 0 21px;
	cursor: pointer;
}
.closeConfig span{
	display: block;
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top:8px;
}
.closeConfig span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.hero-top-bar {
	width: 100%;
	height: 72px;
	background-color: #bf3a35;
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	top: 60px;
	z-index: 20;
}

.hero-ul-one {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.hero-ul-one>li {
	display: inline-block;
	width: 118px;
	height: 100%;
	position: relative;
	font-size: 18px;
	text-align: center;
	line-height: 72px;
	transition: all .5s;
	-webkit-transition: all .5s;
	letter-spacing: 2px;
	font-weight:bold;
}

.hero-ul-one>li:hover {
	background-color: #fff;
}

.hero-ul-one>li:hover a {
	color: #000;
}

.hero-ul-one>li:nth-child(3):hover {
	background-color: transparent;
}

.hero-ul-one>li:nth-child(3) {
	width: 164px;
	margin: 0 140px;
}

.hero-ul-one>li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.hero-ul-one>li img {
	vertical-align: middle;
}

.hero-ul-one>li .product-ul {
	width: 1680px;
	max-height: 200px;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	left: -371px;
	top: 72px;
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.hero-ul-one>li:hover ul {
	display: block;
}

.hero-ul-one>li .product-ul .product-div {
	width: 1700px;
	position: relative;
}
.hero-ul-one>li ul li{
	font-weight:normal;
}
.hero-ul-one>li .product-ul li {
	width: 279px;
	height: 82px;
	float: left;
	background-color: #fff;
	border-right: 1px solid #d2d2d2;
}

.hero-ul-one>li .product-ul li:nth-child(6),
.hero-ul-one>li .product-ul li:nth-child(12) {
	border-right: none;
	width: 280px;
}

.hero-ul-one>li .product-ul li:nth-child(7),
.hero-ul-one>li .product-ul li:nth-child(8),
.hero-ul-one>li .product-ul li:nth-child(9),
.hero-ul-one>li .product-ul li:nth-child(10),
.hero-ul-one>li .product-ul li:nth-child(11),
.hero-ul-one>li .product-ul li:nth-child(12) {
	margin-top: 1px;
}

.hero-ul-one>li .product-ul li a {
	display: block;
	width: 205px;
	margin: 0 auto 0;
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
}

.hero-ul-one>li .product-ul li a div {
	line-height: 24px;
	color: #858585;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0;
}

.hero-ul-one>li .product-ul li a div:nth-child(1) {
	padding-top: 20px;
	color: #000000;
}

.hero-ul-one>li .product-ul li:nth-child(12) a div:nth-child(1) {
	padding-top: 30px;
}

.hero-ul-one>li .product-ul li:nth-child(12) a div:nth-child(1) span {
	display: block;
	float: left;
}

.hero-ul-one>li .product-ul li:nth-child(12) a div:nth-child(1) em {
	display: block;
	width: 33px;
	height: 24px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	float: left;
	margin-top: -3px;
}

.hero-ul-one>li .product-ul li:nth-child(6) a div:nth-child(1) {
	padding-top: 30px;
}

.hero-ul-one>li .product-ul li:nth-child(6) a div:nth-child(1) span {
	display: block;
	float: left;
}

.hero-ul-one>li .product-ul li:nth-child(6) a div:nth-child(1) em {
	display: block;
	width: 33px;
	height: 24px;
	overflow: hidden;
	margin-left: 10px;
	position: relative;
	float: left;
	margin-top: -3px;
}

.hero-ul-one>li .product-ul li:hover {
	background-color: #b93a33;
}

.hero-ul-one>li .product-ul li:hover a div {
	color: #fff;
}

.hero-ul-one>li .product-ul li:hover a div em img:nth-child(1) {
	display: none;
}

.hero-ul-one>li .product-ul li a i.hot {
	display: inline-block;
	width: 16px;
	height: 19px;
	background: url(../images/hot.png) no-repeat center;
	margin-left: 5px;
}

.hero-ul-one>li .product-ul li a i.new {
	display: inline-block;
	width: 16px;
	height: 19px;
	background: url(../images/new.png) no-repeat center;
	margin-left: 5px;
}

.hero-ul-one>li .join-ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 72px;
	display: none;
}

.hero-ul-one>li .join-ul li {
	width: 100%;
	height: 83px;
	background-color: #fff;
}

.hero-ul-one>li .join-ul li a {
	display: block;
	height: 82px;
	margin: 0 auto 0;
	position: relative;
	font-size: 1.8vh;
	color: #000;
	line-height: 83px;
	text-align: center;
	white-space: nowrap;
}

.hero-ul-one>li .join-ul li:nth-child(4) i {
	display: none;
}

.hero-ul-one>li .join-ul li:hover i {
	display: none;
}

.hero-ul-one>li .join-ul li i {
	display: block;
	width: 86px;
	height: 1px;
	background-color: #d2d2d2;
	margin: 0 auto 0;
}

.hero-ul-one>li .join-ul li:hover {
	background-color: #b93a33;
}

.hero-ul-one>li .join-ul li:hover a {
	color: #fff;
}
.language{
	position:absolute;
	right:200px;
	top:13px;
}
.tabLanguage{
	float:left;
	position:relative;
}
.tabLanguage img:nth-child(1){
	display: block;
	width:24px;
	height:24px;
	float:left;
	cursor: pointer;
	margin-top:11px;
}
.tabLanguage input{
	width:75px;
	font-size:16px;
	color:#fff;
	float:left;
	outline:none;
	border:none;
	cursor: pointer;
	margin-left:10px;
	line-height:47px;
	-webkit-appearance: none;
    background: none;
}
.tabLanguage ul {
	opacity: 0;
	visibility: hidden;
	z-index:-1;
	width: 130px;
	background-color: #9b322e;
	transition: all 0.3s cubic-bezier(.165,.84,.44,1);
    height: auto;
    position: absolute;
    top: 59px;
    right: -6px;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tabLanguage:hover ul{
	transition: opacity 0.5s cubic-bezier(.3,.34,.85,.96),transform 0.5s cubic-bezier(.165,.84,.44,1);
    opacity: 1;
    visibility: visible;
    z-index: initial;
}
.tabLanguage ul li{
	width: 100%;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
	text-align: center;
}
.tabLanguage ul li a{
	display: block;
	color: #fff;
}
.search-info {
	position: absolute;
	right: 0;
	top: 0;
}

.before-search {
	margin-top: 25px;
	position: relative;
	cursor: pointer;
	margin-right: 22px;
}

.after-search {
	width: 344px;
	height: 33px;
	border: 1px solid rgba(255, 255, 255, .5);
	margin-top: 19px;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
}

.search-txt {
	display: block;
	width: 278px;
	height: 26px;
	border-right: 1px solid rgba(255, 255, 255, .5);
	outline: none;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
	margin-top: 4px;
	background: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	float: left;
	-webkit-user-select: text !important;
}

.search-txt:focus {
	border-right: 1px solid rgba(255, 255, 255, 1);
}

.search-txt::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: rgba(255, 255, 255, .5);
}

.search-txt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, .5);
}

.search-txt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, .5);
}

.search-txt:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, .5);
}

.search-close {
	width: 17px;
	height: 17px;
	float: left;
	margin: 10px 0 0 22px;
	position: relative;
	cursor: pointer;
}

.search-close span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.search-close span:nth-child(2) {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.search-connect-txt {
	width: 100%;
	height: 175px;
	overflow: auto;
	position: relative;
	position: absolute;
	left: 1px;
	top: 34px;
	display: none;
}

.search-connect-txt p {
	background-color: #fff;
	font-size: 14px;
	color: #999999;
	line-height: 35px;
	text-indent: 16px;
	text-align: left;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-connect-txt p:hover {
	background-color: #b93a33;
	color: #fff;
}

.hero-footer {
	width: 100%;
	position: relative;
	margin-top: 150px;
}

.dia {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}

.search-result {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 15;
	display: none;
}

.search-result-body {
	width: 100%;
	height: 793px;
	background-color: #fff;
	position: relative;
	margin: 0 auto 0;
	overflow: hidden;
}

.search-result-h3 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin: 60px 0 0 40px;
}

.search-result-h3 em {
	font-style: normal;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 14px;
}

.search-list {
	width: 1598px;
	position: relative;
	margin: 30px auto 0;
}

.search-list li {
	width: 100%;
	height: 83px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
}

.search-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.search-list li:hover a p:nth-child(1) {
	color: #b93a33;
}

.search-list li a p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-list li a p:nth-child(1) {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 32px;
	margin-top: 16px;
}

.search-list li a p:nth-child(2) {
	font-size: 16px;
	color: #999999;
}

.hero-footer ul {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-top: 9px solid #b93a33;
}

.hero-footer ul li {
	width: 335px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 1px;
}

.hero-footer ul li .footer-tit {
	width: 100%;
	height: 78px;
	background-color: rgba(133, 133, 133, .08);
	position: relative;
	font-size: 20px;
	color: #000;
	line-height: 78px;
	text-indent: 26px;
}

.hero-footer ul li div {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

.hero-footer ul li div p {
	font-size: 16px;
	color: #8d8d8d;
	line-height: 34px;
	text-indent: 26px;
}

.hero-footer ul li:nth-child(5) div p a {
	display: inline-block;
	width: 35px;
	height: 28px;
	background: url(../images/icon.png) no-repeat;
	background-position: -10px -11px;
}

.hero-footer ul li:nth-child(5) div p a:nth-child(2) {
	background-position: -61px -12px;
	display: none;
}

.hero-footer ul li div p span {
	display: inline-block;
	width: 110px;
	position: relative;
	text-align: center;
}

.hero-footer ul li div p a {
	color: #8d8d8d;
}

.hero-footer ul li div p a:hover {
	color: #b93a33;
	text-decoration: underline;
}

.hero-footer ul li div p span img {
	display: block;
	width: 95px;
	height: 95px;
	margin: 0 auto;
}

.hero-footer ul li div p span em {
	font-size: 12px;
	color: #878787;
	margin-top: 5px;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
}

.hero-footer ul li div p span em i {
	color: #e32e4e;
}

.hero-footer ul li div p span:nth-child(2) {
	margin-left: 20px;
}

.public-footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
}

.public-footer p:nth-child(1) {
	border-top: 1px solid #8d8d8d;
	padding-top: 26px;
}

.public-footer p {
	font-size: 16px;
	color: #8d8d8d;
	line-height: 26px;
}

.public-footer p a {
	color: #8d8d8d;
	margin-left: 8px;
}

.hero-down-pri {
	width: 100%;
	height: 380px;
	position: relative;
	margin: 255px auto 0;
}

.hero-down-img {
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.hero-left-part {
	float: left;
}

.hero-left-part p:nth-child(1) {
	font-size: 24px;
	color: #fff;
	margin-top: 85px;
}

.hero-left-part p:nth-child(2) {
	font-size: 24px;
	color: #fff;
	margin-top: 8px;
}

.hero-left-part p:nth-child(3) {
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}

.hero-left-part .hero-down-a {
	width: 294px;
	height: 36px;
	position: relative;
	margin-top: 32px;
}

.hero-left-part .hero-down-a a {
	display: block;
	width: 141px;
	height: 100%;
	background: url(../images/down1.png) no-repeat;
	background-position: 0 0;
	float: left;
}

.hero-left-part .hero-down-a a:nth-child(2) {
	background-position: -153px 0;
	margin-left: 12px;
}

.hero-left-part .hero-down-a a:hover {
	opacity: .9;
}

.hero-right-part {
	width: 291px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 147px 0 0 230px;
}

.hero-right-part>div {
	width: 127px;
	overflow: hidden;
	position: relative;
	float: left;
}

.hero-right-part>div img {
	display: block;
	width: 127px;
	height: 127px;
	margin-bottom: 20px;
}

.hero-right-part>div p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.hero-right-part>div:nth-child(2) {
	margin-left: 35px;
}

.kop {
	display: block;
	position: absolute;
	right: -104px;
	top: -139px;
}

@font-face {
	font-family: "_iconfont";
	src: url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.eot?t=1599707778754");
	/* IE9 */
	src: url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.eot?t=1599707778754#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALAAAsAAAAABrAAAAJxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDBgqBDIEMATYCJAMMCwgABCAFhHkHNhveBciemjwJ1MKAYmHdqAUAcIqH//b7/T4zcy8qUVSSV5JJIlEaiQQt/NW9pN+9hHe1dJfQ6vi245PuomhNVft177/vX6UIw8Q3oaORCIvD43BYhp4AZP63ephSQZ5hGbtDAzyZLScbzyfunTaBAn4YAMw1bEzhKA1wrEERdZ8oIW6RXcSduIjTBFoNaagdn93cs2UFmhSIlyTy2HLBoyhGvFmoG1YW8aHSnN5SeI+Ij//WYpmkytDM8+fTkB38il+v2YbuOImXIK+vkLGAKcRDY+TKnDAYc1ol893ptSKkufyNiTi+qMZ/eCRB1FBuO5hRoolfQDmZNMu8u45luDtmRjHz9P5bQ/RsZ5P2NuM4UDhat2tE43qm8ElMZ0//oPDqrSBiavuznRn7YipYGk4ssU9PDa7Pq/BX0z5ByvQZ/wSk7+mHQPDW37XO1sFfc1sBP/0jRaoClk2zBJj7s7jAtuLzkTYXl0M5oS3rAZgSMsu0a0COXt/jFQM3lAgtBkY4mgzdnK3FZEYu9CVU2myj1uIQreZdr2/Tx5oTpQVzhhJCr3cknX4g6/VFLvQfVAb9o9YbG2h1EcM7tpkKs3ok0dMYgv8CSUAlJ3a9+pgU3mJkck8WBfG0R5QqoRK6rU41fo4lynnmKBv1tObAJRVwpp2HeU5QSUox0K1Y62rQbvOmD7UCKtiqIxLyaCgEfC9AIkBKnPfXVj1WibuFIkbOI7tqeJWPkKQkxmCgq6UDIZ9LSljVPb2jWJEeTeMAJ5ECODOGoVyOgKp5WAoFtJZ4RKgy0MbdOFTSWl9WfOUeaIUOy5EiR1GfSTJVc+7VEGMAAAA=") format("woff2"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.woff?t=1599707778754") format("woff"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.ttf?t=1599707778754") format("truetype"), url("//at.alicdn.com/t/font_2057696_oufcx8a9u4l.svg?t=1599707778754#_iconfont") format("svg");
	/* iOS 4.1- */
}

._iconfont {
	font-family: "_iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconGroup-:before {
	content: "\e683";
}

.iconzuo:before {
	content: "\e601";
}

* {
	margin: 0;
	padding: 0;
}

._page_container {
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	user-select: none;
}

._page_container input[type=number] {
	-moz-appearance: textfield;
}

._page_container input[type=number]::-webkit-inner-spin-button,
._page_container input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

._page_container ._pages {
	display: inline-block;
	margin: 15px auto;
}

._page_container ._pages li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	color: #303133;
	font-weight: bold;
	min-width: 30px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 22px;
}

._page_container ._pages li:hover {
	color: #409eff;
}

._page_container ._pages li:first-child,
._page_container ._pages li:last-child {
	font-size: 30px;
}

._page_container ._pages ._prev,
._page_container ._pages ._next,
._page_container ._pages ._home,
._page_container ._pages ._last {
	font-size: 12px;
	font-weight: normal;
	padding: 0 8px;
}

._page_container ._jumper {
	display: inline-block;
	color: #606266;
	margin-left: 10px;
}

._page_container ._jumper ._count {
	margin-right: 10px;
}

._page_container ._jumper ._jumper_input {
	display: inline-block;
	font-size: 14px;
	color: #606266;
	width: 50px;
	height: 26px;
	text-align: center;
	margin: 0 5px;
	padding: 3px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	background: none;
	outline: none;
	box-sizing: border-box;
}

._page_container ._jumper ._jumper_input:focus {
	border-color: #409eff;
}

._pages_1 li {
	background-color: #f4f4f5;
}

._active_1 {
	color: #fff !important;
	background-color: #409eff !important;
}

._active_2 {
	color: #409eff !important;
}

._disabled {
	cursor: not-allowed !important;
}

._disabled_c {
	color: #c0c4cc !important;
}

#page {
	width: 100%;
	margin-top: 64px;
}

._page_container ._pages li {
	visibility: hidden;
	margin: 0;
}

._page_container ._pages li:first-child {
	visibility: visible;
	width: 50px;
	height: 31px;
	background: url(../images/poo.png) no-repeat center;
}

._page_container ._pages li:first-child:before {
	content: '';
}

._page_container ._pages li:last-child {
	visibility: visible;
	width: 50px;
	height: 31px;
	background: url(../images/poo.png) no-repeat center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

._page_container ._pages li:last-child:before {
	content: '';
}

.page-move {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: -6px;
}
