.swiper-pagination-bullet{
  background-color: #d9b070;/*#ff6600;*/
}
.swiper-pagination{
  padding-bottom: 10px;
}

.game-photo-swiper {
    width: 1240px;
    height: 400px;
    margin: 20px auto;
    position: relative;
}

.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: -350px;
    border-radius: 6px;
    overflow: hidden;
	background-image: url("../images/game_photo_column_background.png");
	background-repeat: no-repeat;
	background-size: contain;
	width:725px;
	height:364px;
}

.game-photo-swiper .game-photo-pic li img {
    margin-top:35px;
    margin-left:40px;
    width:525px;
    height:295px;
    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: red !important;
}

.game-photo-swiper .game-photo-cricle {
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -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: 14px;
    height: 14px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}


.game-photo-leftbtn {
	background-image: url("../images/arrow_left.png");
	width:112px;
	height:105px;
	position: absolute;
	top:40%;
	left:30px;
	z-index:1005;
	cursor: pointer;
}
.game-photo-leftbtn:hover{
	transform: translateY(-2px);
}
.game-photo-rightbtn{
	background-image: url("../images/arrow_right.png");
	width:112px;
	height:105px;
	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/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;
}