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

    body .content {

        display: flex;

        flex-direction: column;

        min-width: unset;

        background-color: #f1f9fc;

        width: 100%;

    }

    body .content .product-compontent .product-compontent-banner {

        width: 100%;

        height: 8rem;

        background-image: url('../../images/op-banner.png');

        background-position: center;

        background-repeat: no-repeat;

        background-size: cover;

    }

    body .content .product-compontent .product-compontent-nav {

        width: 100%;

        height: 4rem;

        background-color: #fff;

        display: flex;

        justify-content: center;

    }

    body .content .product-compontent .product-compontent-nav-content {

        width: 100%;

        margin: 0 auto;

        display: flex;

        padding: 0 1rem;

        box-sizing: border-box;

        justify-content: space-between;

    }

    body .content .product-compontent .product-compontent-nav-content-right{

        display: none;

    }

    body .content .product-compontent .product-compontent-nav-content-left {

        display: flex;

        width: 100%;

        justify-content: center;

    }

    

    body .content .product-compontent .product-compontent-nav-content-left a {

        min-width: unset;

        text-align: center;

        height: 100%;

        line-height: 4rem;

        color: #000000;

        font-size: 1rem;

        position: relative;

        margin-right: 1rem;

        cursor: pointer;

        transition: all .3s;

    }

    body .content .product-compontent .product-compontent-nav-content-left a:hover{

        color: #0084ce;

        position: relative;

    }

    body .content .product-compontent .product-compontent-nav-content-left a:hover::after {

        content: unset;

        width: unset;

        position: unset;

        bottom: unset;

        left: unset;

        height: unset;

        background-color: unset;

        color: unset;

        line-height: unset;

    }

    

    body .content .product-compontent .product-compontent-nav-content-left a:last-child {

        margin: 0;

    }

    

    body .content .product-compontent .product-compontent-nav-content-left .select-nav {

        color: #0084ce;

        position: relative;

    }

    

    body .content .product-compontent .select-nav::after {

        content: unset;

        width: unset;

        position: unset;

        bottom: unset;

        left: unset;

        height: unset;

        background-color: unset;

        color: unset;

        line-height: unset;

    }

    body .details{

        width: 100%;

        margin: 1rem auto;

        padding: 0 1rem;

        box-sizing: border-box;

        display: flex;

        flex-direction: column;

    }

    

    body .details h2{

        text-align: center;

        margin: 2rem 0;

        color: #000000;

        font-size: 1.2rem;

        font-weight: unset;

    }

    body .details .container{

        display: flex;

        flex-direction: column;

        padding-bottom: 2rem;

    }

    body .details .container img{
        width: 100% !important;
    }
    body .business-details-turn-page {

        border-top: 2px solid #dfe5e9;

        margin-bottom: 0;

        padding: 1rem 0;

        box-sizing: border-box;

        display: flex;

        flex-direction: column;

        justify-content: space-between;

    }

    

    body .business-details-turn-page .turn {

        display: flex;

        align-items: center;

        cursor: pointer;

        margin-bottom: 1rem;

    }

    

    body .business-details-turn-page .turn div:first-child {

        width: 26px;

        height: 26px;

        border: 1px solid #aaaaaa;

        border-radius: 50%;

        display: flex;

        justify-content: center;

        align-items: center;

        margin-right: 16px;

        display: none;

    }

    

    body .business-details-turn-page .turn div:first-child span {

        font-size: 1rem;

        color: #aaaaaa;

        transform: rotate(180deg);

    }

    

    body .business-details-turn-page .turn div:last-child {

        color: #666666;

        font-size: 15px;

    }

    

    body .business-details-turn-page .turn-back {

        display: flex;

        cursor: pointer;

        align-items: center;

    }

    

    body .business-details-turn-page .turn-back div:last-child {

        width: 26px;

        height: 26px;

        border: 1px solid #0084ce;

        border-radius: 50%;

        display: flex;

        justify-content: center;

        align-items: center;

        margin-left: 16px;

        display: none;

    }

    

    body .business-details-turn-page .turn-back div:last-child span {

        font-size: 16px;

        color: #0084ce;

    }

    

    body .business-details-turn-page .turn-back div:first-child {

        color: #0084ce;

        font-size: 1rem;

        text-decoration: underline;

    }

    

    body .business-details-turn-page .menu {

        display: none;

        align-items: center;

        cursor: pointer;

    }

    

    body .business-details-turn-page .menu span {

        font-size: 24px;

        color: #444444;

    }

}

.content {

    display: flex;

    flex-direction: column;

    min-width: 1420px;

    background-color: #f1f9fc;

}



.content .product-compontent {

    display: flex;

    flex-direction: column;

    width: 100%;

}



.content .product-compontent .product-compontent-banner {

    width: 100%;

    height: 320px;

    background-image: url('../../images/op-banner.png');

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.content .product-compontent .product-compontent-nav {

    width: 100%;

    height: 70px;

    background-color: #fff;

    display: flex;

    justify-content: center;

}



.content .product-compontent .product-compontent-nav-content {

    width: 1360px;

    margin: 0 auto;

    display: flex;

    padding: 0 20px;

    box-sizing: border-box;

    justify-content: space-between;

}



.content .product-compontent .product-compontent-nav-content-left {

    display: flex;

}



.content .product-compontent .product-compontent-nav-content-left a {

    min-width: 100px;

    text-align: center;

    height: 100%;

    line-height: 70px;

    color: #000000;

    font-size: 16px;

    position: relative;

    margin-right: 112px;

    cursor: pointer;

    transition: all .3s;

}

.content .product-compontent .product-compontent-nav-content-left a:hover{

    color: #0084ce;

    position: relative;

}

.content .product-compontent .product-compontent-nav-content-left a:hover::after {

    content: '';

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    background-color: #0084ce;

    color: #0084ce;

    line-height: 3px;

}



.content .product-compontent .product-compontent-nav-content-left a:last-child {

    margin: 0;

}



.content .product-compontent .product-compontent-nav-content-left .select-nav {

    color: #0084ce;

    position: relative;

}



.content .product-compontent .select-nav::after {

    content: '';

    width: 100%;

    position: absolute;

    bottom: 0;

    left: 0;

    height: 3px;

    background-color: #0084ce;

    color: #0084ce;

    line-height: 3px;

}



.content .product-compontent .product-compontent-nav-content-right {

    display: flex;

    align-items: center;

}



.content .product-compontent .product-compontent-nav-content-right span:first-child {

    font-size: 16px;

    color: #0084ce;

    margin-right: 7px;

}



.content .product-compontent .product-compontent-nav-content-right a {

    color: #888888;

    font-size: 14px;

    cursor: pointer;

    transition: all .3s;

}

.content .product-compontent .product-compontent-nav-content-right a:hover{

    color: #0084ce;

}



.content .product-compontent .product-compontent-nav-content-right span {

    margin: 0 14px;

    font-size: 14px;

    color: #888888;

}





.details{

    width: 972px;

    margin: 10px auto;

    display: flex;

    flex-direction: column;

}



.details h2{

    text-align: center;

    margin: 60px 0;

    color: #000000;

    font-size: 32px;

    font-weight: 400;

}

.details .container{

    display: flex;

    flex-direction: column;

    padding-bottom: 60px;

}

.details .container img{
    width: 100%;
}



.business-details-turn-page {

    border-top: 2px solid #dfe5e9;

    margin-bottom: 50px;

    padding: 26px 0;

    box-sizing: border-box;

    display: flex;

    justify-content: space-between;

}



.business-details-turn-page .turn {

    display: flex;

    align-items: center;

    cursor: pointer;

}



.business-details-turn-page .turn div:first-child {

    width: 26px;

    height: 26px;

    border: 1px solid #aaaaaa;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-right: 16px;

}



.business-details-turn-page .turn div:first-child span {

    font-size: 16px;

    color: #aaaaaa;

    transform: rotate(180deg);

}



.business-details-turn-page .turn div:last-child {

    color: #666666;

    font-size: 15px;

}



.business-details-turn-page .turn-back {

    display: flex;

    cursor: pointer;

    align-items: center;

}



.business-details-turn-page .turn-back div:last-child {

    width: 26px;

    height: 26px;

    border: 1px solid #0084ce;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-left: 16px;

}



.business-details-turn-page .turn-back div:last-child span {

    font-size: 16px;

    color: #0084ce;

}



.business-details-turn-page .turn-back div:first-child {

    color: #0084ce;

    font-size: 15px;

    text-decoration: underline;

}



.business-details-turn-page .menu {

    display: flex;

    align-items: center;

    cursor: pointer;

}



.business-details-turn-page .menu span {

    font-size: 24px;

    color: #444444;

}