@charset "utf-8";

/*产品下载*/
#productDownBox{ height: 134px; background: #fff;position: relative;top:0px;left: 0px;max-width: 1000px;margin: 0px auto 15px;}
#productDownBox .img-box{position: absolute;top:15px;left: 12px;width: 70px;height: 70px;overflow: hidden; border-radius: 18px;background-position:center;background-repeat:no-repeat;background-size:cover;}
#productDownBox .text-box{padding: 22px 12px 0px 94px;}
#productDownBox .text-box .h1{font-weight: 600;font-size: 16px;line-height: 32px;}
#productDownBox .text-box .h3{color: #666;font-size: 12px;line-height: 20px;}
#productDownBox .btn-box{cursor: pointer; position: absolute;top:97px;right: 12px;left:12px;height:40px;line-height: 40px;font-size: 16px; background: #8ebd2e;color: #fff; border-radius: 4px; text-align: center;}
#productDownBox .btn-box a{color: #fff;}

/*tab切换*/
#dTabBox{height: 40px;border-bottom: #f7f7f7 solid 1px;background: #fff;}
#dTabBox ul{max-width: 1000px;margin: 0px auto;}
#dTabBox ul li{cursor: pointer; float: left;width: 33.3333333%;color: #666;text-align: center;line-height: 38px;text-align: center;}
#dTabBox ul li .t-style{border-bottom: transparent solid 2px;display: inline-block;}
#dTabBox ul li.on{color: #8ebd2e;}
#dTabBox ul li.on .t-style{border-bottom: #8ebd2e solid 2px;}
#dTabBox ul li:hover{color: #8ebd2e;}
#dTabBox ul li:hover .t-style{border-bottom: #8ebd2e solid 2px;}

/*截图*/
#shortCutBox{height: 180px;background: #fff; padding: 12px 12px;max-width: 970px;margin: 0px auto;}
#shortCutBox .swiper-container {height: 100%;border-radius: 6px;}
#shortCutBox .swiper-slide {width: 270px;background-color: #8ebd2e;background-position: center;background-repeat: no-repeat;background-size: cover;border-radius: 6px;}

#shortCutLay{display: none; position: fixed; z-index: 100; top:0px;left: 0px;right: 0px;bottom: 0px;background-color: rgba(0,0,0,0.8);}
#shortCutCon{height:100%;max-width: 970px;margin: 0px auto; background-position: center;background-repeat: no-repeat;background-size:100% auto;}
#shortCutCon img{}

/*游戏内容简介*/
#introContent{max-width: 970px;margin: 0px auto; padding: 0px 12px;height: 350px; overflow: hidden;}
#introContent img{width: 100%;height: auto;display: block;margin: 8px auto;}
#introMoreContent{max-width: 970px;margin: 8px auto 8px;text-align: center;line-height: 32px;color: #999;font-size: 14px;cursor: pointer;border-radius: 4px;}
#introMoreContent:hover{background: #efefef;}
#introMoreContent img{height: 14px;width: auto;vertical-align: top;margin-left: 3px;margin-top: 8px;}

/*产品推荐*/
.productBox{ height: 70px; background: #fff;position: relative;top:0px;left: 0px;max-width: 1000px;margin: 0px auto 15px;}
.productBox .img-box{position: absolute;top:0px;left: 12px;width: 70px;height: 70px;overflow: hidden; border-radius: 18px;background-position:center;background-repeat:no-repeat;background-size:cover;}
.productBox .text-box{padding: 2px 86px 0px 94px;}
.productBox .text-box .h1{font-weight: 600;font-size: 16px;line-height: 24px;}
.productBox .text-box .h2{color: #666;line-height: 20px;font-size: 12px;}
.productBox .text-box .h3{color: #999;font-size: 12px;line-height: 20px;}
.productBox .btn-box{cursor: pointer; position: absolute;top:22px;right: 12px;width: 60px;height:30px;line-height: 30px;background: #8ebd2e;color: #fff; border-radius: 4px; text-align: center;}
.productBox .btn-box a{color: #fff;}

@media (max-width: 975px) {

    /*tab切换*/
    #dTabBox ul li:hover{color: inherit;}
    #dTabBox ul li:hover .t-style{border-bottom: inherit;}

    /*游戏内容简介*/
    #introMoreContent:hover{background: transparent;}

}