@media screen and (min-width: 1180px) {

    .navigate {
        position: relative;
        font-size: 16px;
        margin-top: 27px;
        margin-bottom: 35px;
        width: 980px;
    }

    .content {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 1180px;
    }

    .content .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 780px;
        margin-left: 90px;
        margin-right: 10px;
    }

    .content .box .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .content .box .tag .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
    }

    .content .box .tag .item-show {
        border-bottom: 3px solid #C72634;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }


    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: pointer;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }


    .content .box .is-mac h1 {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }

    .content .box .is-mac h2 {
        font-size: 19px;
        font-weight: bold;
        margin: 25px 0 10px 0;
    }

    .content .box .is-mac ol {
        margin-left: 20px;
        line-height: 25px;
    }

    .content .box .is-mac li {
        margin-bottom: 10px;
    }

    .content .box .is-mac p {
        line-height: 25px;
    }

    .content .right {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        width: 250px;
        margin-top: 40px;
    }
    
    


}

@media screen and (min-width: 480px) and (max-width: 1180px) {

    html body .pad {
        display: none;
        position: absolute;
    }

    .big {
        display: none;
        position: absolute;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 100%;
        margin-left: 10%;
        margin-bottom: 2rem;
    }

    .content {
        width: 96%;
    }

    .box{
        font-size: 14px;
    }

    .content .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 30px;
    }

    .content .box .tags .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .content .box .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .content .box .tag .item {
        font-size: 22px;
        text-align: center;
        color: #333333;
        margin-right: 50px;
        cursor: default;
    }

    .content .box .tag .item-show {
        border-bottom: 3px solid #C72634;
    }

    .content .box .is-mac h1 {
        margin: 30px 0 20px 0;
    }

    .content .box .is-mac h2 {
        margin: 10px 0 10px 0;
    }

    .content .box .is-mac ol {
        margin-left: 20px;
        line-height: 25px;
    }

    .content .box .is-mac p {
        line-height: 25px;
    }


}

@media screen and (max-width: 480px) {

    .content{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navigate {
        margin-top: 2rem;
        font-size: 1.5rem;
        width: 95%;
        margin-left: 5%;
        margin-bottom: 2rem;
    }

    .box {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #333333;
        text-align: justify;
        line-height: 3rem;
        font-size: 1.4rem;
    }

    .box .tags {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 94%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .box .tags .item {
        font-size: 18px;
        text-align: center;
        color: #333333;
        margin-right: 20px;
        cursor: default;
    }

    .box .tags .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box .tag {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        width: 94%;
        border-bottom: 1px solid #ccc;
    }

    .box .tag .item {
        font-size: 18px;
        text-align: center;
        color: #333333;
        margin-right: 30px;
        cursor: default;
    }

    .box .tag .item-show {
        border-bottom: 3px solid #C72634;
    }

    .box .list{
        width: 90%;
    }


    .content .box .is-mac h1 {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }

    .content .box .is-mac h2 {
        margin: 25px 0 10px 0;
    }

    .content .box .is-mac ol {
        margin-left: 20px;
        line-height: 30px;
    }

    .content .box .is-mac p {
        line-height: 30px;
    }

    .right{
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 94%;
    }

    .right .mini-new{
        width: 100%;
    }


}