/*
 * Author: xiezuobing
 * Version: 0.1.0
 * Compile Date: 2017-10-17 17:49
*/ 
@charset "UTF-8";



/*
 * gallery.css
 * Author: xiezuobing
 * Version: 0.1.0
 * Compile Date: 2017-06-06 15:55
*/

.gallery_item {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease;
    -moz-transition: all ease;
    -ms-transition: all ease;
    -o-transition: all ease;
    transition: all ease
}

.gallery_container {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1300px;
    -webkit-perspective: 1300px;
    position: relative;
    width: 100%;
    height: 100%
}

.gallery_active {
    opacity: 1;
    z-index: 5
}

.gallery_right_back,
.gallery_left_back {
    opacity: 1;
    z-index: 1
}

.gallery_right_middle {
    z-index: 3;
    opacity: 1
}

.gallery_left_middle {
    z-index: 3;
    opacity: 1
}

.z-index2 {
    z-index: 2!important
}

.z-index3 {
    z-index: 3!important
}

.gallery_item {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease;
    -moz-transition: all ease;
    -ms-transition: all ease;
    -o-transition: all ease;
    transition: all ease
}

.gallery_container {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1300px;
    -webkit-perspective: 1300px;
    position: relative;
    width: 100%;
    height: 100%
}

.gallery_active {
    opacity: 1 !important;
    z-index: 5;
    top: 35px;
    filter: opacity(100) !important;
}

.gallery_right_back,
.gallery_left_back {
    opacity: 1;
    z-index: 1
}

.gallery_right_middle {
    z-index: 3;
    opacity: 1 !important;
    top: -135px;
    filter: opacity(100) !important;
}

.gallery_left_middle {
    z-index: 3;
    opacity: 1 !important;
    filter: opacity(100) !important;
    top: -135px;
}

.z-index2 {
    z-index: 2!important
}

.z-index3 {
    z-index: 3!important
}

.container .outer_wrap {
    width: 670px;
    height: 405px;
    margin: 0 auto;
    padding-top: 240px;
    position: relative;
    overflow: hidden;
}

.container .outer_wrap .gallery_container {
    position: absolute;
    left: -520px
}

.container .outer_wrap .gallery_item {
    width: 540px;
    height: 370px;
    opacity: 0;
    filter: opacity(0);
}

.container .outer_wrap .gallery_item img {
    width: 100%;
    height: 100%
}

.container .outer_wrap .gallery_item .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background: #000;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=40)
}

.container .outer_wrap .gallery_item i {
    position: absolute;
    display: none;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
    border: 1px solid #756342;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.container .outer_wrap .gallery_item.gallery_active {
    cursor: default
}

.container .outer_wrap .gallery_item.gallery_active .cover {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.container .outer_wrap .gallery_item.gallery_active i {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.container .outer_wrap .gallery_next,
.container .outer_wrap .gallery_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: 490px;
    width: 38px;
    height: 55px;
    background: url(http://game.gtimg.cn/images/cos/act/a20171017hd/arrow-r.png) no-repeat;
    z-index: 100
}

.container .outer_wrap .gallery_prev {
    background: url(http://game.gtimg.cn/images/cos/act/a20171017hd/arrow-l.png) no-repeat;
    margin-left: -518px
}