﻿/*app详情*/
h1{
    font-weight: 500;
}

h3 {
    font-weight: 500;
}

.showcontent {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    color: #0080ff;
    padding-left: 10vw;
    cursor: pointer;
    background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 40%,#fff);
    display:none
}


.app_detail {
    max-width: 1060px;
    margin: auto;
    padding: 0 10px;
    margin-top:60px
}

.bread-nav {
    padding: 16px 0;
}

.app_info {
    margin-top:10px
}

    .app_info .app-card {
        display: flex;
        align-items: center;
        position:relative
    }

    .app_info .app-img {
        float: left;
        margin-right: 16px;
    }

    .app_info .app-msg {
        flex: 1 1;
        width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .app_info .app-msg .app-msg-bottom {
            display: flex;
            align-items: center;
        }

            .app_info .app-msg .app-msg-bottom .file-icon {
                width: 16px;
                height: 16px;
                margin-right: 5px;
                background-image: url(/images/file.svg);
                background-size: 100%;
                display: block;
                float: left;
            }


            .app_info .app-msg .app-msg-bottom span {
                color: rgba(0,0,0,.4);
                margin-left: 12px;
            }

.app_down {
    display: flex;
/*    position: absolute;*/
}

    .app_down a {
        font-size: 16px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #C6E0F9;
        width: 142px;
        color: #0080ff;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }



        .app_down a i {
            width: 14px;
            height: 14px;
            margin-right: 5px;
            background-image: url(/images/AppDetail/file.svg);
            background-size: 100%;
            display: block;
        }

        .app_down a:hover {
            background: #C6E0F9
        }

.app_info .app-msg h1 {
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
}

        .app_info .app-msg .tag {
            margin: 6px 0 10px 0;
            font-size: 15px;
            color: rgba(0,0,0,.4);
            display: flex;
            flex-wrap: wrap;
            overflow: hidden;
        }


.content_nav {
    margin-top: 42px;
    position: relative;
}

    .content_nav h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
        color: rgba(0,0,0,.9);
    }

.content {
    font-size: 14px;
    line-height: 21px;
    max-height: 63px;
    color: rgba(0,0,0,.7);
    text-align: justify;
    overflow: hidden;
    overflow: hidden;
    -webkit-transition: all .5s ease-in;
}



/*截图*/
.img_screen {
    height: 244px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

    .img_screen .img_arrow {
        width: 24px;
        height: 60px;
        background: rgba(0,0,0,.5);
        border-radius: 4px;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #fff;
        z-index: 1;
    }

.Arrow_rectangle:before {
    top: 26px;
    left: 8px;
    transform: rotate(45deg);
}
.Arrow_rectangle:after {
    top: 33px;
    left: 8px;
    transform: rotate(45deg);
}  

    .img_screen .arr_left {
        left: 15px;
        display:none
    }

    .img_screen .arr_right {
        right: 15px;
    }

    .img_screen .arr_left:hover {
        background-position: -36px -131px
    }

    .img_screen .arr_right:hover {
        background-position: -105px -131px
    }

    .img_screen ul {
        display: inline-block;
        white-space: nowrap;
        *display: inline;
        position: relative;
        left: 0
    }

        .img_screen ul li {
            display: inline-block;
            vertical-align: middle;
            border-radius: 10px;
            overflow: hidden;
            margin-right: 12px;
        }

            .img_screen ul li img {
                display: block;
                height: 244px;
                background: url(../images/loading.gif) no-repeat center
            }



.videobox {
    position: relative;
    display: block;
}

    .videobox .play {
        width: 50px;
        height: 50px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 3px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -28px;
        margin-top: -28px;
        cursor: pointer;
        background: rgba(0,0,0,.5);
    }

        .videobox .play:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 12px;
            border-color: transparent transparent transparent #fff;
            margin: 20px auto;
        }

/*详细信息*/

.otherInfo {
}

    .otherInfo li {
        text-align: left;
        margin-bottom: 10px;
        line-height: 24px;
    }
    .otherInfo .li-x {
        width: 33.33%;
        float: left;
        margin-bottom: 24px;
    }

    .otherInfo .li-l {
        width: 50%;
        float: left;
        margin-bottom: 24px;
        display:flex
    }

    .otherInfo .li-m {
        display: flex
    }

    .otherInfo li p{
        font-size: 14px
    }
    .otherInfo li span {
        font-size: 14px;
        color: rgba(0,0,0,.5);
        width: 80px;
        text-align: left;
    }


/*详细信息end*/


.VipPrice ul:nth-child(odd) li {
    background-color: #F7F7F7;
}

.VipPrice ul:nth-last-child(1) li {
    border-bottom: 1px solid #dddddd;
}

.VipPrice li:nth-child(even) {
    border-right: 1px solid #dddddd;
}

.VipPrice li {
    float: left;
    width: 49%;
    text-align: center;
    color: #7B8690;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 2px 0 2px 0;
}

.app_down_big {
    margin-top: 10px;
    display:none
}

.app_down_big a {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #C6E0F9;
    color: #0080ff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}



    .app_down_big a i {
        width: 14px;
        height: 14px;
        margin-right: 5px;
        background-image: url(/images/AppDetail/file.svg);
        background-size: 100%;
        display: block;
    }

.app_down_big a:hover {
    background: #C6E0F9
}

.left_Icon {
    width: 18px;
    height: 18px;
    background-image: url(/images/left.svg);
    background-size: 100%;
    display: block;
    margin: 21px 3px;
}

.right_Icon {
    width: 18px;
    height: 18px;
    background-image: url(/images/right.svg);
    background-size: 100%;
    display: block;
    margin: 21px 3px;
}

.validate {
    position: absolute;
    right: 15px;
    top: 105px;
    width: 110px;
    display: none;
}
