.ocpx_title{
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.ocpx_title_chil{
    font-size: 22px;
    font-weight: bold;
    margin-top: 6px;
}
.data_body{
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.ocpx_link_title div img{
    width: 40px;
    height: 40px;
}
.ocpx_link_title{
    display: flex;
    flex-direction:column;
    align-items: center;
    width: 70px;
    height: 70px;
}
.ocpx_link_info{
    height: 90px;
    width: 590px;
    border-radius: 8px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
}
.ocpx_link_info_one{
    height: 60px;
    width: 590px;
    border-radius: 8px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: space-between;
}
.link{
    height: 40px;
    width: 576px;
    border-radius: 8px;
    background-color: rgb(240,241,244);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 6px;
}
.link_title{
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: "Microsoft Himalaya";
}
.ocpx_link_item{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin: 20px 0;
    padding-right: 40px;
}
.link_info{
    width: 480px;
    height: 40px;
    line-height: 40px;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-line-clamp:1;
    overflow: hidden;
    font-size: 10px;
}
.link_logo, .link_logo img{
    width: 20px;
    height: 20px;
}
.btn_copy,.btn_copy1{
    width: 60px;
    height: 40px;
    border-radius: 8px;
    border: none;
    color: white;
}
.btn_copy{
    background-color: rgb(48,198,148);
    margin-bottom: 6px;
}
.btn_copy1{
    background-color: #000;
}
.teach_img{
    font-size: 16px;
}
.copy_item{
    width: 130px;
    height: 150px;
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 10px;
    margin-right: 30px;
    margin-top: 20px;
    /*text-align: center;*/
}
.media_img{
    width: 60px;
    height: auto;
    margin-left: 40px;
}
.ios_android_icon{
    width: 20px;
    height: auto;
    margin-bottom: 6px;
}
.copy_i{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.copy_i1{
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}
.media_title{
    margin-left: 40px;
}
.link_items_body{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    width: 100%;
}
.link_items{
    width: 10%;
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.085);
    margin-right: 1%;
    margin-bottom: 1%;
}
.link_item{
    font-size: 14px;text-align: center;
}
.link_item div img{
    width: 50%;
    height: 50%;
    border-radius: 50%;
}
.type_icon{
    width: 16px;
    height: 16px;
}