@charset "utf-8";

.detail {
    display: grid;
    grid-template: auto / 828px 353px;
    grid-gap: 19px;
}

.detail-left {}

.detail-right {}

.detail section {
    background-color: #fff;
    -moz-box-shadow: 0px 3px 3px #ebebeb;
    -webkit-box-shadow: 0px 3px 3px #ebebeb;
    box-shadow: 0px 3px 3px #ebebeb;
    margin-bottom: 18px;
}

/* 块标题 */
.tiTle {
    position: relative;
    height: 26px;
    line-height: 26px;
    z-index: 1;
    overflow: hidden;
    *zoom: 1;
}

.tiTle em {
    float: left;
    display: inline-block;
    font-size: 24px;
    color: #333;
    padding-right: 10px;
    background-color: #fff;
    height: 26px;
    line-height: 26px;
}

.tiTle:after {
    width: 100%;
    height: 2px;
    background: #f57b42;
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    z-index: -1;
}

.tiTle a {
    float: right;
    display: block;
    background-color: #fff;
    width: 20px;
    height: 24px
}

.tiTle a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -398px -8px;
    position: relative;
    top: 4px;
}

.tiTle a:hover {
    -webkit-animation: scal 0.3s ease-in-out 0s infinite alternate;
    animation: scal 0.3s ease-in-out 0s infinite alternate;
}

@keyframes scal {
    0% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

.title_l {
    position: relative;
    height: 26px;
    line-height: 26px;
    z-index: 1;
    overflow: hidden;
    *zoom: 1;
}

.title_l em {
    float: left;
    display: inline-block;
    font-size: 18px;
    color: #020202;
    padding-right: 10px;
    background-color: #fff;
    height: 26px;
    line-height: 26px;
}

.title_l:after {
    width: 100%;
    height: 2px;
    background: #f57b42;
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    z-index: -1;
}

.title_l a {
    float: right;
    display: block;
    background-color: #fff;
    width: 20px;
    height: 24px
}

.title_l a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -398px -8px;
    position: relative;
    top: 4px;
}

.title_l a:hover {
    -webkit-animation: scal 0.3s ease-in-out 0s infinite alternate;
    animation: scal 0.3s ease-in-out 0s infinite alternate;
}

@keyframes scal {
    0% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

/* 文章内容 */
.straDeCont {
    padding: 20px;
}

.straDeCont .tit {
    padding: 6px;
    text-align: center;
}

.straDeCont .tit h1 {
    display: block;
    line-height: 48px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.straDeCont .tit p {
    font-size: 14px;
    color: #c7c7c7;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.straDeCont .tit p span {
    display: inline-block;
    max-width: 260px;
    margin: 0 20px;
    overflow: hidden;
    white-space: nowrap;
}

.straDeCont .tit p span em {
    color: #999;
}

.straDeCont .cont {
    padding: 10px 0 0;
    font-size: 15px;
    color: #666;
    line-height: 32px;
}

.straDeCont .cont a {
    line-height: 26px;
    text-indent: 0;
    color: #ff7800;
}

.straDeCont .cont a:hover {
    opacity: 0.9;
}

.straDeCont .cont p {
    line-height: 26px;
    color: #666;
    margin-bottom: 16px;
    text-indent: 2em
}

.straDeCont .cont br {
    height: 2px;
}

.straDeCont .cont img {
    display: block;
    max-width: 788px;
    margin: 16px auto;
    text-align: center;
}

.straDeCont .cont p img {
    display: block;
    max-width: 788px;
    margin: 2px auto;
    text-align: center;
}

.straDeCont .cont h3,
.straDeCont .cont p h3 {
    margin-bottom: 16px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.straDeCont .cont iframe {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    display: block;
    border: none;
}

/* 文章内容 相关软件 */
.straDeDown {
    padding: 19px 17px 19px 14px;
    border: 1px solid #ffcfa5;
    background-color: #fff2e7;
    margin: 30px 0;
    border-radius: 5px;
    overflow: hidden;
    *zoom: 1;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    background-size: 5px 5px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 75%, transparent 75%, transparent);
}

.straDeDown>a {
    display: block;
    float: left;
    margin-right: 22px;
}

.straDeDown>a img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 16px;
}

.straDeDown .info {
    float: left;
    max-width: 468px;
}

.straDeDown .info a {
    font-size: 18px;
    color: #000;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
}

.straDeDown .info p {
    font-size: 14px;
    color: #999;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
}

.straDeDown .info p em {
    color: #333;
    margin-right: 50px;
}

.straDeDown .info p span {
    display: inline-block;
    padding: 0 6px;
    line-height: 20px;
    color: #888;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}

.straDeDown .look {
    float: right;
}

.straDeDown .look a {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 30px;
    margin: 20px 0;
}

.straDeDown .look a:first-of-type {
    background-color: #ff7800;
}

.straDeDown .look a:first-of-type i {
    display: inline-block;
    width: 16px;
    height: 15px;
    background-position: -704px -14px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.straDeDown .look a:nth-of-type(2) {
    background-color: #b9d317;
}

.straDeDown .look a:nth-of-type(2) i {
    display: inline-block;
    width: 13px;
    height: 17px;
    background-position: -729px -14px;
    position: relative;
    top: 3px;
    margin-right: 8px;
}

.straDeDown .look a:first-of-type:hover {
    opacity: 0.9;
}

.straDeDown .look a:nth-of-type(2):hover {
    opacity: 0.9;
}

.straDeDown>a:hover img {
    opacity: 0.9;
}

.straDeDown .info a:hover {
    color: #ff7800;
}

/* 文章翻页 */
.next_pre {
    width: 788px;
    height: 24px;
    border-top: 1px dashed #ededed;
    overflow: hidden;
    *zoom: 1;
    padding: 12px 0;
}

.next_pre p {
    width: 50%;
    float: left;
    color: #999;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.next_pre p:nth-of-type(1) {
    text-align: left;
}

.next_pre p:nth-of-type(2) {
    text-align: right;
}

.next_pre p a {
    color: #666;
}

.next_pre p a:hover {
    color: #ff7800;
}

.next_pre p span {
    color: #ccc;
}

/* 相关新闻 */
.ga_strategy {
    padding: 20px 20px 10px;
}

.ga_strategy .circleList {
    width: 826px;
    overflow: hidden;
    *zoom: 1;
    padding: 13px 0;
}

.ga_strategy ul {
    float: left;
    width: 376px;
    margin-right: 33px;
    position: relative;
}

.ga_strategy li {
    position: relative;
}

.circleList ul .line {
    position: absolute;
    left: 4px;
    top: 20px;
    width: 2px;
    background-color: #e4e4e4;
}

.ga_strategy li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #353533;
    border-bottom: 1px dashed #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}

.ga_strategy li:hover a {
    color: #ff7800;
}

.ga_strategy li:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0px;
    top: 15px;
}

.ga_strategy li:hover:before {
    background-color: #ff7800;
    border-color: #ff7800;
}

/* 同类推荐 */
.straga_same {
    padding: 20px 20px 3px;
}

.straga_same ul {
    width: 810px;
    padding-top: 20px;
    overflow: hidden;
    *zoom: 1;
}

.straga_same li {
    width: 249px;
    margin: 0 20px 25px 0;
    float: left;
    overflow: hidden;
    *zoom: 1;
}

.straga_same li img {
    float: left;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 12px;
    margin-right: 20px;
}

.straga_same li .info {
    float: left;
    width: 144px;
    height: 85px;
    overflow: hidden;
}

.straga_same li .name {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
}

.straga_same li p {
    font-size: 12px;
    color: #cbcbcb;
    overflow: hidden;
    white-space: nowrap;
}

.straga_same li p span {
    color: #999;
    line-height: 22px;
}

.straga_same li .btn {
    display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    text-align: center;
    margin-top: 8px;
}

.straga_same li .btn:hover {
    background-color: #f57b42;
    color: #fff;
    border-color: #f57b42;
}

.straga_same li .btn.no:hover {
    background-color: #b9d317;
    color: #fff;
    border-color: #b9d317;
}

.straga_same li:hover .name {
    color: #f57b42;
    font-weight: 500;
}

.straga_same li img:hover {
    opacity: 0.9;
}

/* 手游新品榜 */
.ga_rank {
    padding: 20px 20px 3px;
}

.ga_rank ul {
    width: 332px;
    padding-top: 18px;
}

.ga_rank li {
    margin-bottom: 20px;
}

.ga_rank li a {
    display: block;
    height: 84px;
    width: 100%;
    left: -20px;
    overflow: hidden;
    *zoom: 1;
}

.ga_rank li a img {
    float: left;
    width: 84px;
    height: 84px;
    border-radius: 16px;
    margin-right: 14px;
}

.ga_rank li a .info {
    float: left;
    width: 216px;
}

.ga_rank li a p {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.ga_rank li a .name {
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.ga_rank li a span {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-right: 14px;
}

.ga_rank li a .txt {
    font-size: 14px;
    color: #999;
    height: 28px;
    line-height: 28px;
    text-overflow: ellipsis;
}

.ga_rank li a:hover .name {
    color: #ff7800;
}

.ga_rank li a img:hover {
    opacity: 0.9;
}

/* 热门推荐 */
.strade_hot {
    padding: 20px 20px 13px;
}

.strade_hot>a {
    position: relative;
    display: block;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.strade_hot>a img {
    width: 313px;
    height: 125px;
    display: block;
    border-radius: 5px;
}

.strade_hot>a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.66);
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.strade_hot>a:hover p {
    bottom: -28px;
}

.strade_hot>a:hover img {
    opacity: 0.95;
}

.strade_hot ul {
    margin-top: 12px;
    position: relative;
}

.strade_hot li {
    position: relative;
    overflow: hidden;
    *zoom: 1;
}

.strade_hot .circleList ul .line {
    position: absolute;
    left: 56px;
    top: 20px;
    width: 2px;
    background-color: #e4e4e4;
}

.strade_hot li span {
    float: left;
    display: block;
    width: 48px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #cccccc;
}

.strade_hot li a {
    float: right;
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #353533;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strade_hot li:hover a,
.strade_hot li:hover span {
    color: #ff7800;
}

.strade_hot li:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 52px;
    top: 15px;
}

.strade_hot li:hover:before {
    background-color: #ff7800;
    border-color: #ff7800;
}

/* 游戏合集 */
.ga_collecte {
    padding: 20px 20px 23px;
}

.ga_collecte ul {
    width: 350px;
    padding-top: 4px;
    overflow: hidden;
    *zoom: 1;
}

.ga_collecte li {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 15px 20px 0 6px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    overflow: hidden;
    *zoom: 1;
}

.ga_collecte li a {
    display: block;
    width: 74px;
    padding: 0 5px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #464646;
    text-align: center;
    overflow: hidden;
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}

.ga_collecte li:hover,
.ga_collecte li.cur {
    background-color: #ff7800;
    border-color: #ff7800;
}

.ga_collecte li:hover a,
.ga_collecte li.cur a {
    color: #fff;
}

/* 同类推荐 */
.ga_same {
    position: relative;
    padding: 20px 20px 3px;
}

.ga_same .tab_menu {
    position: absolute;
    height: 28px;
    z-index: 1;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    overflow: hidden;
    *zoom: 1;
    border-top: 2px solid #ff794a;
    border-bottom: 2px solid #ff794a;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.ga_same .tab_menu li {
    float: left;
    cursor: pointer;
}

.ga_same .tab_menu li span {
    float: left;
    display: block;
    padding: 0 36px;
    line-height: 28px;
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}

.ga_same .tab_menu li i {
    float: left;
    display: block;
    width: 2px;
    height: 30px;
    line-height: 28px;
    background-color: #ff794a;
}

.ga_same .tab_menu li.layui-this,
.ga_same .tab_menu li:hover {
    background-color: #ff794a;
    color: #fff;
}

.ga_same .cont {
    padding-top: 23px;
}

.ga_same .sub_box {
    width: 788px;
    overflow: hidden;
    display: none;
}

.ga_same .sub_box .img_box {
    margin-bottom: 23px;
    overflow: hidden;
    *zoom: 1;
}

.ga_same .sub_box .img_box>a {
    float: left;
    display: block;
    position: relative;
}

.ga_same .sub_box .img_box>a span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 0 6px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.67);
}

.ga_same .sub_box .img_box img {
    display: block;
    width: 240px;
    height: 120px;
    float: left;
    margin-right: 17px;
    border-radius: 6px;
}

.ga_same .sub_box .img_box .infos {
    position: relative;
}

.ga_same .sub_box .img_box .infos a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.ga_same .sub_box .img_box .infos a:hover {
    color: #f57b42;
}

.ga_same .sub_box .img_box .infos p {
    color: #666;
    font-size: 14px;
    height: 80px;
    overflow: hidden;
    line-height: 26px;
    margin-top: 8px;
}

.ga_same .sub_box ul {
    width: 818px;
    overflow: hidden;
    *zoom: 1;
}

.ga_same .sub_box li {
    width: 249px;
    margin: 0 20px 25px 0;
    float: left;
    overflow: hidden;
    *zoom: 1;
}

.ga_same .sub_box li img {
    float: left;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 12px;
    margin-right: 20px;
}

.ga_same .sub_box li .info {
    float: left;
    width: 144px;
    height: 85px;
    overflow: hidden;
}

.ga_same .sub_box li .name {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
}

.ga_same .sub_box li p {
    font-size: 12px;
    color: #cbcbcb;
    overflow: hidden;
    white-space: nowrap;
}

.ga_same .sub_box li p span {
    color: #999;
    line-height: 22px;
}

.ga_same .sub_box li .btn {
    display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    text-align: center;
    margin-top: 8px;
}

.ga_same .sub_box li:hover .btn {
    background-color: #f57b42;
    color: #fff;
    border-color: #f57b42;
}

.ga_same .sub_box li:hover .btn.no {
    background-color: #b9d317;
    color: #fff;
    border-color: #b9d317;
}

.ga_same .sub_box li:hover .name {
    color: #f57b42;
    font-weight: 500;
}

.ga_same .sub_box li img:hover,
.ga_same .sub_box .img_box img:hover {
    opacity: 0.9;
}

/* 应用主体 */
.ga_intro {
    padding: 20px;
}

.ga_intro h1 {
    max-width: 790px;
    height: 36px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
}

.ga_intro>div {
    margin-top: 14px;
    overflow: hidden;
    *zoom: 1;
}

.ga_intro>div img {
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 26px;
    margin-right: 26px;
    cursor: default;
}

.ga_intro .info {
    float: left;
    width: 602px;
    height: 160px;
    overflow: hidden;
}

.ga_intro .info p span {
    font-size: 14px;
    color: #333;
    margin-right: 23px;
    line-height: 30px;
}

.ga_intro .info p span:nth-of-type(1) i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -142px -7px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.ga_intro .info p span:nth-of-type(2) i {
    display: inline-block;
    width: 14px;
    height: 13px;
    background-position: -170px -7px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.ga_intro .info p span:nth-of-type(3) i {
    display: inline-block;
    width: 15px;
    height: 12px;
    background-position: -198px -7px;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.ga_intro .info ul {
    width: 602px;
    height: 22px;
    margin: 10px 0;
    overflow: hidden;
    *zoom: 1;
}

.ga_intro .info ul li {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #68beff;
    line-height: 19px;
    border: 1px solid #68beff;
    border-radius: 2px;
    margin-right: 6px;
    cursor: pointer;
}

.ga_intro .info ul li:nth-child(1) {
    color: #68beff;
    border-color: #68beff;
}

.ga_intro .info ul li:nth-child(2) {
    color: #f4a76d;
    border-color: #f4a76d;
}

.ga_intro .info ul li:nth-child(3) {
    color: #ef8692;
    border-color: #ef8692;
}

.ga_intro .info ul li:nth-child(4) {
    color: #93d877;
    border-color: #93d877;
}

.ga_intro .info ul li:nth-child(5) {
    color: #f38ce3;
    border-color: #f38ce3;
}

.ga_intro .info ul li:nth-child(6) {
    color: #8c97cb;
    border-color: #8c97cb;
}

.ga_intro .info ul li:nth-child(7) {
    color: #fd5356;
    border-color: #fd5356;
}

.ga_intro .info ul li:nth-child(8) {
    color: #7ec23b;
    border-color: #7ec23b;
}

.ga_intro .info ul li:nth-child(9) {
    color: #fead7c;
    border-color: #fead7c;
}

.ga_intro .info ul li:nth-child(10) {
    color: #6cf7ca;
    border-color: #6cf7ca;
}

.ga_intro .info ul li:hover {
    color: #fff;
    background-color: #68beff;
}

.ga_intro .info ul li:nth-child(1):hover {
    background-color: #68beff;
}

.ga_intro .info ul li:nth-child(2):hover {
    background-color: #f4a76d;
}

.ga_intro .info ul li:nth-child(3):hover {
    background-color: #ef8692;
}

.ga_intro .info ul li:nth-child(4):hover {
    background-color: #93d877;
}

.ga_intro .info ul li:nth-child(5):hover {
    background-color: #f38ce3;
}

.ga_intro .info ul li:nth-child(6):hover {
    background-color: #8c97cb;
}

.ga_intro .info ul li:nth-child(7):hover {
    background-color: #fd5356;
}

.ga_intro .info ul li:nth-child(8):hover {
    background-color: #7ec23b;
}

.ga_intro .info ul li:nth-child(9):hover {
    background-color: #fead7c;
}

.ga_intro .info ul li:nth-child(10):hover {
    background-color: #6cf7ca;
}

.ga_intro .info div span {
    display: inline-block;
    margin-right: 100px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
}

.ga_intro .info div span em {
    color: #333;
}

.ga_intro .info div span a {
    color: #666;
}

.ga_intro .info div span a:hover {
    color: #fd8042;
}

.ga_intro .info button {
    display: inline-block;
    border: none;
    width: 190px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    border-radius: 22.5px;
    margin: 8px 10px 0 0;
    cursor: pointer;
    text-align: center;
}

.ga_intro .info button>i {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 4px;
}

.ga_intro .info button.down {
    background-color: #fc671a;
}

.ga_intro .info button.down>i {
    width: 22px;
    height: 23px;
    background-position: -232px -8px;
}

.ga_intro .info button.order {
    background-color: #b9d317;
}

.ga_intro .info button.order>i {
    width: 20px;
    height: 20px;
    background-position: -274px -8px;
}

.ga_intro .info button.dismount {
    background-color: #ccc;
    margin-right: 0;
    cursor: default;
}

.ga_intro .info button.dismount>i {
    width: 18px;
    height: 21px;
    background-position: -466px -113px;
}

.ga_intro .info button.no {
    background-color: #bbc5d1;
    margin-right: 0;
}

.ga_intro .info button:hover {
    opacity: 0.9;
}

.ga_intro {
    position: relative;
}

.feBaBtn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    -moz-box-shadow: 0px 0px 5px #FFBE00;
    -webkit-box-shadow: 0px 0px 5px #FFBE00;
    box-shadow: 0px 0px 5px #FFBE00;
    border-radius: 3px;
    margin-right: 20px;
    color: #ffbe00;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    *zoom: 1;
    font-weight: normal;
    padding: 2px 8px;
}

.feBaBtn i {
    display: inline-block;
    width: 15px;
    height: 16px;
    position: relative;
    top: 2.5px;
    margin-right: 4px;
    background-position: -443px -362px;
}

.feBaBtn:hover {
    opacity: .9;
}

/* 应用截图 */
.editSay {
    padding: 7px 20px 20px;
}

.editSay .comment {
    position: relative;
    width: 100%;
    height: 85px;
    background-image: url(../images/editSay.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.editSay .comment p {
    position: absolute;
    top: 25px;
    left: 138px;
    max-width: 630px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.screenshot {
    margin-top: 20px;
}

.screenshot .intro {
    width: 788px;
    position: relative
}

.screenshot .intro .slider-contain {
    position: relative;
    width: 788px;
    height: 297px;
    overflow: hidden;
}

.screenshot .intro .img-slider {
    width: 788px;
    height: 280px;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
}

.screenshot .intro .img-slider img {
    display: block;
    height: 280px;
    border-radius: 0;
    width: auto;
    vertical-align: top
}

.screenshot .intro .img-slider li {
    width: auto;
    margin-right: 16px;
    display: inline-block;
    height: 280px;
}

.screenshot .img-slider li:last-child {
    margin-right: 0;
}

.screenshot .intro .video-js {
    width: 500px;
    height: 280px;
}

.screenshot .slider-inner-contain {
    position: relative;
    left: 0;
    width: 788px;
    height: 297px;
    overflow-x: scroll;
    overflow-y: hidden;
    background: #fff;
}

.screenshot .slider-contain .a_left {
    position: absolute;
    left: 0;
    top: 108px;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/prev.png) no-repeat;
}

.screenshot .slider-contain .a_left,
.screenshot .slider-contain .a_right {
    display: none
}

.screenshot .slider-contain:hover .a_left,
.screenshot .slider-contain:hover .a_right {
    display: block
}

.screenshot .slider-contain .a_right {
    position: absolute;
    right: 0;
    top: 108px;
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/next.png) no-repeat;
}

.screenshot .img-slider .img-item {
    position: relative;
    line-height: 0;
    font-size: 0
}

/* 应用介绍 */
.ga_content {
    padding: 20px;
}

.ga_content .contHidden {
    position: relative;
    height: 660px;
    overflow: hidden;
}

.ga_content .cont {
    padding: 10px 0 0;
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.ga_content .cont a {
    line-height: 25px;
    text-indent: 0;
    color: #FFA200;
}

.ga_content .cont a:hover {
    border-bottom: .01px solid #FFA200;
}

.ga_content .cont p {
    line-height: 26px;
    color: #666;
    margin-bottom: 16px;
}

.ga_content .cont br {
    height: 2px;
}

.ga_content .cont img {
    max-width: 788px;
}

.ga_content .cont p img {
    max-width: 788px;
}

.ga_content .cont h3 {
    margin-bottom: 16px;
    line-height: 22px;
    font-size: 18px;
    color: #fc671a;
    padding: 0 0 0 10px;
    border-left: 3px solid #fc671a;
}

.ga_content .cont iframe {
    width: 600px;
    height: 340px;
    margin: 0 auto;
    display: block;
    border: none;
}

.ga_content .linear {
    position: absolute;
    height: 30px;
    bottom: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
}

.openDetail {
    padding: 4px 0;
    overflow: hidden;
    *zoom: 1;
}

.openDetail p {
    float: left;
    display: block;
}

.openDetail p span {
    display: inline-block;
    margin-right: 20px;
    color: #ababab;
    font-size: 14px;
}

.openDetail p span i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.openDetail p span:nth-child(1) i {
    width: 16px;
    height: 13px;
    background-position: -444px -14px;
    top: 2px;
}

.openDetail p span:nth-child(2) i {
    width: 16px;
    height: 16px;
    background-position: -478px -14px;
    top: 3px;
}

.openDetail p span:nth-child(3) i {
    width: 14px;
    height: 16px;
    background-position: -512px -15px;
    top: 3px;
}

.openDetail .lop {
    float: right;
    color: #ababab;
    font-size: 16px;
    cursor: pointer;
}

.openDetail .lop:hover {
    color: #fc671a;
}

.openDetail .lop i {
    display: inline-block;
    transform: rotate(45deg);
    background-color: #fff;
    margin-left: 10px;
    position: relative;
}

.openDetail .lop i.down {
    width: 12px;
    height: 19px;
    border-right: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    top: -2px;
}

.openDetail .lop i.up {
    width: 14.5px;
    height: 12px;
    border-left: 1px solid #b1b1b1;
    border-top: 1px solid #b1b1b1;
    top: 6px;
}

.openDetail .lop:hover i.down,
.openDetail .lop:hover i.up {
    border-color: #fc671a;
}

/* 详细信息 */
.ga_info {
    padding: 20px;
}

.ga_info ul {
    width: 788px;
    padding-top: 10px;
    overflow: hidden;
    *zoom: 1;
}

.ga_info ul li {
    float: left;
    display: inline-block;
    width: 375px;
    margin-right: 18px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

.ga_info ul li span {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.ga_info ul li em {
    font-size: 15px;
    color: #2fa2ea;
    line-height: 30px;
    cursor: pointer;
}

/* 下载地址 */
.ga_address {
    padding: 20px 20px 13px;
}

.ga_address .app_down {
    padding-top: 20px;
    margin-left: 8px;
}

.ga_address .app_down a {
    display: block;
}

.ga_address .app_down div {
    width: 230px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
}

.ga_address .app_down div i {
    display: inline-block;
    width: 21px;
    height: 24px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.ga_address .app_down .android_down i {
    background-position: -581px -8px;
}

.ga_address .app_down .ios_down i {
    background-position: -615px -8px;
}

.ga_address .app_down .android_down {
    background-color: #23c268;
}

.ga_address .app_down .ios_down {
    background-color: #29adff;
}

.ga_address .app_down a:hover .android_down {
    opacity: 0.9;
}

.ga_address .app_down a:hover .ios_down {
    opacity: 0.9;
}

.ga_address .app_down .no_down {
    background-color: #b2b2b2;
    text-align: center;
}

.ga_address .app_down .no_down span {
    margin-left: 0;
}

.ga_address .app_down .appdown_no {
    background-color: #b2b2b2;
    text-align: center;
}

.ga_address .app_down .appdown_no span {
    margin-left: 0;
}

.app_down .pull {
    border: 0;
    background-color: #b2b2b2;
    text-align: center;
    width: 230px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
}

/* 热门游戏 */
.ga_hot {
    padding: 20px 20px 13px;
}

.ga_hot .list {
    width: 788px;
    overflow: hidden;
    padding-top: 20px;
}

.ga_hot ul {
    width: 808px;
    overflow: hidden;
    *zoom: 1;
}

.ga_hot li {
    width: 185px;
    height: 66px;
    margin: 0 13px 12px 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    float: left;
    -webkit-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ga_hot li a {
    padding: 10px 9px;
    display: block;
    overflow: hidden;
    *zoom: 1;
}

.ga_hot li div {
    float: left;
    overflow: hidden;
}

.ga_hot li img {
    border-radius: 8px;
    width: 46px;
    height: 46px;
    display: block;
    float: left;
    margin-right: 10px;
}

.ga_hot li .name {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    width: 110px;
    line-height: 16px;
    color: #666666;
    margin-top: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.ga_hot li p {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    margin-top: 10px;
}

.ga_hot li:hover {
    border: 1px solid #ffc5a9;
}

.ga_hot li:hover .name {
    color: #ff6600;
}

.ga_hot li img:hover {
    opacity: 0.9;
}

/* layer */
#layer-con {
    padding: 16px;
    line-height: 36px;
}


        