/*html,body {*/
/*    -webkit-touch-callout:none;  !*系统默认菜单被禁用*!*/
/*    -webkit-user-select:none; !*webkit浏览器*!*/
/*    -khtml-user-select:none; !*早期浏览器*!*/
/*    -moz-user-select:none;!*火狐*!*/
/*    -ms-user-select:none; !*IE10*!*/
/*    user-select:none;*/
/*}*/
.platform_title_bk{
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    height: 5em;
    background-color: #000;
}
.platform_category_title {

    color: #feb81a;
    letter-spacing: 0;
    font-size:36px;
    /*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666;*/
    margin: 2px 10px 2px 10px;

}

.platform_category_bk {
    width: 100%;
    height: 100%;
    display: flex;

    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    /*justify-content: space-around;*/
    justify-content: flex-start;
}

.platform_category_container {
    /*width: 100%;*/
    /*height: 100%;*/
    margin: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    /*box-shadow: 0 0 3px 3px rgba(146, 146, 146, 0.7) inset;*/
    border-radius: 6px;
    -moz-border-radius: 10px;
    border-top: 1px solid #ffffff;
    border-right: 3px solid rgba(255, 255, 255, 0.89);
    box-shadow: -3px 3px 3px rgba(146, 146, 146, 0.7) ;
    background-image: linear-gradient(225deg,rgba(200,200,200,0.5) 0%,#fff 60%);
    padding: 10px 20px 10px 20px;
}
.platform_category_wrap {
    /*animation: animated-border 1.5s infinite;*/
    margin: 5px 0 5px 0;
    padding: 5px;
}
.platform_category_item {
    /*animation: animated-border 1.5s infinite;*/
    margin: 5px 0 5px 0;
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #171717;

    text-align:center;
    cursor: pointer;
    /*min-width: 200px;*/
    width: 300px;
    height: 100px;
    /*border-left: 1px solid #33B8EC;*/
    border-top: 1px solid #ffffff;
    border-right: 3px solid rgba(255, 255, 255, 0.89);
    /*border-bottom: 3px solid #000;*/

    /*border: 2px solid;*/
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    box-shadow: -3px 3px 3px rgba(146, 146, 146, 0.7) ;
    background-image: linear-gradient(225deg,rgba(200,200,200,0.5) 0%,#fff 60%);

    display: flex;
    align-items: center;
}


.none_default{
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}


.tag_platform {

    display: flex;
    justify-content: center;
    /* bottom: 10px; */
    /* left: 10px; */
    font-size: 50px;
    width: 50px;
    height: 50px;
    /* position: fixed; */
    padding: 10px;
    /* border: 3px solid #f02424; */
    align-content: center;
    align-items: center;
}
.item_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}
.item_content_desc{
    display: flex;
    font-size: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 20px;
}
.item_content_desc_1{
    display: flex;
    justify-content: flex-start;
    line-height: 16px;
}
.item_content_desc_2{
    display: flex;
    justify-content: flex-start;
    line-height: 16px;
}

.item_content_title{
    display: flex;
    margin: 0 0 10px 0;
    justify-content: center;
    font-size: 26px;
}
/*.tag_qrcode .qrcode {*/

/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    !*top: 0;*!*/
/*    !*left: 0;*!*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    !*border: 3px solid #f02424;*!*/
/*}*/