﻿/* -----------------------------------------
   Responsive响应 1100
----------------------------------------- */
@media only screen and (max-width: 1300px)
{
    .org-media-buttons
    {
        display: block;
    }

    .social-media-buttons
    {
        display: none;
    }
    .org-media-buttons .tab{
        display: flex; 
        align-items: center;
        justify-content: space-between;
    }

    ul{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
        ul li {
            margin-right: 20px;
            margin-bottom: 13px;
        }
    .org-media-buttons .tab div {
        padding: 6px 13px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

        .org-media-buttons .tab .tab-link {
            float: left;
            cursor: pointer;
            border-bottom: none;
        }

            .org-media-buttons .tab .tab-link.active,
            .tab-link:hover {
                background-color: #EFEFEF;
                border-bottom: 1px solid #FF6600;
            }

    .overseas {
        padding-top: 20px;
    }
    .overseas div {
        width: 80px;
        height: 20px;
        background: #FFEDE1;
        border-radius: 7px 7px 0px 0px;
        text-align: center;
        line-height: 20px;
        color: #FF6600;
        margin-bottom: 13px;
        font-size: 12px;
    }

    .union{
        text-align: left;
        padding-top: 20px;
    }

    .tab-content{
        display: none;
    }
    #org_in {
        display: block;
    }
    .ourHolder{
        justify-content: center;
    }
}
/* -----------------------------------------
   Responsive响应 830
----------------------------------------- */
@media only screen and (max-width: 830px)
{
    .sharing-section h3
    {
        font-size: 15px;
    }
}
/* -----------------------------------------
   Responsive响应 800
----------------------------------------- */
@media only screen and (max-width: 800px)
{
    .org-media-buttons
    {
        width: 85%;
    }

    .page-subtitle
    {
        font-size: 18px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 356px)
{
    .page-subtitle
    {
        font-size: 14px;
        line-height: 28px;
    }
}
