.appinfo_top{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.appinfo_top_icon{
    display: flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
}

.appinfo_top_icon img{
    display: flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.appinfo_top_title{
    font-weight: bolder;
    font-size: 30px;
    margin-top: 40px;
    margin-left: 30px;
}

.appinfo_top_download{
    display: flex;
    border-radius: 30px;
    width: 100px;
    height: 30px;
    background-color: blue;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
    margin-left: 30px;
    color: white;
}

.appinfo_detail,.appinfo_screen,.appinfo_introduce{
    flex-direction: column;
    display: flex;
    width: 100%;
    height: auto;
}

.appinfo_detail_title,.appinfo_screen_title,.appinfo_introduce_title{
    font-size: 22px;
    font-weight: bolder;
    width: 100%;
    margin-top: 40px;
}

.appinfo_detail_content{
    flex-direction: row;
    display: flex;
    width: 100%;
    height: auto;
}

.appinfo_detail_content_col_cell{
    width: 100px;
}

.appinfo_detail_content_col{
    display: flex;
    flex-direction: column;
    width: 45%;
    height: auto;
}

.appinfo_detail_content_col_item{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 35px;
    margin-top: 20px;
    border-bottom: #666666 solid 1px;
}

.appinfo_detail_content_col_item_package_title,.appinfo_detail_content_col_item_privacy_title,.appinfo_detail_content_col_item_developer_title,.appinfo_detail_content_col_item_service_title{
    width: 30%;
    font-size: 15px;
    color: #666666;
}

.appinfo_detail_content_col_item_package_value,.appinfo_detail_content_col_item_privacy_value,.appinfo_detail_content_col_item_developer_value,.appinfo_detail_content_col_item_service_value{
    width: 70%;
    text-align: right;
    font-weight: bolder;
    font-size: 15px;
}

.appinfo_screen_content{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 20px;
    flex-direction: row;
}

.appinfo_screen_content img{
    height: 300px;
    width: 166px;
    margin-right: 30px;
}

.appinfo_introduce_content{
    font-size: 15px;
    font-weight: bolder;
    margin-top: 10px;
    color: #666666;
}