.swiper-slide img{
	border-radius: 5px;
	margin-top:14px;
	margin-left:12px;
}


.swiper-pagination-bullet{
  background-color: #d9b070;/*#ff6600;*/
}
.swiper-pagination{
	text-align: center;
}

.game-photo-swiper {
    width: 1280px;
    height: 400px;
    margin:0 auto;
    position: relative;
}
.swiper-pagination-bullet{
	background-color: #8bc5d9;
}
.swiper-pagination-bullet-active{
	background-color: #fff;
}

.game-photo-swiper .game-photo-pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.game-photo-swiper .game-photo-pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: absolute;
    top: 30px;
    left:680px;
    margin-left: -360px;
    border-radius: 6px;
    overflow: hidden;
	background-image: url("../images/game_photo_column_background.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:640px;
	height:386px;
}

.game-photo-swiper .game-photo-pic li img {
    margin-top:10px;
    margin-left:10px;
    width:622px;
    border-radius: 10px;
}

.game-photo-now {
	background-image: url("../images/game_photo_column_background.png");
	background-repeat: no-repeat;
	background-size: contain;
    z-index: 9;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.game-photo-normal{
	background-image: url("../images/game_photo_column_background.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:605px;
	height:364px;
}

.game-photo-next {
    z-index: 6;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -o-transform: translateX(260px);
    -ms-transform: translateX(260px);
    transform: translateX(260px);
}

.game-photo-prev {
    z-index: 6;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
}

.game-photo-bg {
    background-color: #e9f1f4 !important;
}

.game-photo-swiper .game-photo-cricle {
	/*
	height: 16px;
    position: absolute;
    bottom: -30;
    left: 50%;
	*/
	height: 16px;
	margin:0 auto;
	margin-top:100px;
	display: flex;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	gap:40px;
	
	/*
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	*/
}

.game-photo-swiper .game-photo-cricle li {
    float: left;
    width: 22px;
    height: 22px;
    background-color: #8bc4d8;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}


.game-photo-leftbtn {
	background-image: url("../images/main_photo_arrow_left.png");
	width:44px;
	height:65px;
	position: absolute;
	top:40%;
	left:10px;
	z-index:1005;
	cursor: pointer;
}
.game-photo-leftbtn:hover{
	transform: translateY(-2px);
}
.game-photo-rightbtn{
	background-image: url("../images/main_photo_arrow_right.png");
	width:44px;
	height:65px;
	position: absolute;
	top:40%;
	right:10px;
	z-index:1005;
	cursor: pointer;
}
.game-photo-rightbtn:hover{
	transform: translateY(-2px);
}

.game-photo-swiper .game-photo-btns .game-photo-leftbtn,
.game-photo-swiper .game-photo-btns .game-photo-rightbtn {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}


.game-photo-swiper .game-photo-btns .game-photo-leftbtn::after,
.game-photo-swiper .game-photo-btns .game-photo-rightbtn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
}

.game-photo-swiper .game-photo-btns .game-photo-leftbtn::after {
    -webkit-transform: translate(12px, 8px) rotate(-45deg);
    -moz-transform: translate(12px, 8px) rotate(-45deg);
    -o-transform: translate(12px, 8px) rotate(-45deg);
    -ms-transform: translate(12px, 8px) rotate(-45deg);
    transform: translate(12px, 8px) rotate(-45deg);
}

.game-photo-swiper .game-photo-btns .game-photo-rightbtn::after {
    -webkit-transform: translate(4px, 8px) rotate(135deg);
    -moz-transform: translate(4px, 8px) rotate(135deg);
    -o-transform: translate(4px, 8px) rotate(135deg);
    -ms-transform: translate(4px, 8px) rotate(135deg);
    transform: translate(4px, 8px) rotate(135deg);
}

.game-photo-leftBox,
.game-photo-rightBox {
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.game-photo-leftBox {
    background-image: url("../images/main_photo_arrow_left.png");
    width:112px;
    height:105px;
    position: absolute;
    top:36%;
    left:30px;
    z-index:1005;
    cursor: pointer;
}
.game-photo-leftBox:hover{
	transform: translateY(-2px);
}

.game-photo-rightBox {
    width: 222px;
    right: 0;
}