/*hefang start*/
body {
    position: relative;
    min-width: 1200px;
    height: auto;
    background-color: #fafafa;
}

.wrapper_product {
    min-height: 600px;
}

.product_info .titleContent {
    display: block;
    width: 100%;
    color: #fff;
    letter-spacing: 3px;
}

.product_info .titleContent.title {
    font-size: 38px;
    text-align: center;
}

.product_info .titleContent.text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 25px;
}

.product_content {
    position: relative;
    width: 1200px;
    left: 50%;
    margin: 150px auto 0;
    float: left;
    transform: translateX(-50%);
}

.product_content span {
    display: block;
    text-align: center;
}

.titleBox {
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    color: #202020;
}

.smallTitle {
    line-height: 25px;
    margin-top: 20px;
    font-size: 18px;
    color: #777879;
}

.game_product {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

.game_product .game_video {
    position: relative;
    width: 50%;
    height: 325px;
    padding-right: 50px;
    float: left;
    overflow: hidden;
    margin-top: 37.5px;
}

.game_product .game_video img {
    width: 100%;
    height: 100%;
}

.game_product .game_video .product_video {
    position: absolute;
    width: 550px;
    height: 320px;
    left: 0;
    top: 0;
}

.rollBox {
    width: 50%;
    display: inline-block;
    text-align: center;
    float: left;
}

.rollBox .box {
    width: 100%;
    height: 400px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.rollBox .box .imgBox {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.rollBox .box .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rollBox .box li {
    position: relative;
}

.rollBox .box li {
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 20px;
}

.rollBox .box li .product_icon {
    display: inline-block;
    width: 114px;
    height: 114px;
    border-radius: 20px;
}

.rollBox .box li a img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.rollBox .listBtn {
    width: 1200px;
    float: left;
    text-align: center;
    font-size: 0;
    margin-top: 5px;
    position: relative;
    left: -100%;
}

.rollBox .listBtn span img {
    width: 100%;
    height: 100%;
    float: left;
}

.rollBox .imgToggle .st {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    z-index: 5;
    transition: all .2s ease-in-out;
}

.rollBox .imgToggle .st:hover {
    transform: scale(1.1, 1.1)
}

.rollBox .imgToggle .st.LY_prev {
    background: url("../images/btn_left.png") no-repeat left center;
}

.rollBox .imgToggle .st.LY_next {
    background: url("../images/btn_right.png") no-repeat right center
}

.rollBox .imgToggle .prev {
    background-position: left top;
    left: 2px;
}

.rollBox .imgToggle .next {
    background-position: right top;
    right: 2px;
}

.select_more {
    display: inline-block;
    padding: 8.5px 28px;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    border: 1px solid #000;
    margin-top: 10px;
    transition: all .4s ease;
}

.select_more:hover {
    background: #000;
    color: #fff;
}

.game_name {
    font-size: 28px;
    color: #272a2c;
    line-height: 35px;
    margin-top: 10px;
    padding: 0 10%;
}

.game_comment {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-top: 45px;
    padding: 0 10%;
}

/*人物*/
.character_box {
    width: 1200px;
    float: left;
}

.character_box span {
    width: 25%;
    height: 350px;
    padding: 2%;
    float: left;
}

.character_box span a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.character_box span a i {
    left: 0;
}

/*刷子层*/
.character_box span a .brush_bg {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    filter: Gray;
    filter: grayscale(100%);
    filter: Gray;
    -webkit-filter: grayscale(100%);
    transition: all .4s ease-in-out;
}

.character_box span a:hover .brush_bg {
    filter: Gray;
    filter: grayscale(0);
    filter: Gray;
    -webkit-filter: grayscale(0);
}

.character_box span.active a .brush_bg {
    filter: Gray;
    filter: grayscale(0);
    filter: Gray;
    -webkit-filter: grayscale(0);
}

/*人物层*/
.character_box span a .character_bg {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    filter: Gray;
    filter: grayscale(50%);
    filter: Gray;
    -webkit-filter: grayscale(50%);
    transition: all .4s ease-in-out;
}

.character_box span a:hover .character_bg {
    width: 120%;
    height: 100%;
    margin-left: -10%;
    transform-origin: center bottom;
    filter: Gray;
    filter: grayscale(0);
    filter: Gray;
    -webkit-filter: grayscale(0);
}

.character_box span.active a .character_bg {
    width: 120%;
    height: 100%;
    margin-left: -10%;
    transform-origin: center bottom;
    filter: Gray;
    filter: grayscale(0);
    filter: Gray;
    -webkit-filter: grayscale(0);
}

/*弹出框*/
.web_buliding_box {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.web_buliding_box .bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.web_buliding_box .contentBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 150px;
    padding: 40px 0;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.web_buliding_box .contentBox span {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.web_buliding_box .contentBox .st02 {
    font-weight: 700;
}
