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

    body .details{

        background-color: #ffffff;

        box-shadow: 0px 4px 48px 2px rgba(8, 100, 178, 0.15);

        width: 100%;

        padding: 0 1rem;

        box-sizing: border-box;

    }

    body .details img{
        width: 100% !important;
    }

    body .business-details-title{

        color: #000000;

        font-size: 1.2rem;

        margin: 2rem 0;

    }

    body .business-details-text{

        color: #444444;

        font-size: 1rem;

        margin-bottom: 1.2rem;

    }

    body .business-details-img{

        width: 100%;

        margin-bottom: 1.5rem;

    }

    body .business-details-img img{

        width: 100%;

    }

    body .business-details-turn-page{

        border-top: 2px solid #dfe5e9;

        margin-bottom: 1.5rem;

        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;

    }

    

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

        width: 1.5rem;

        height: 1.5rem;

        border:1px solid #aaaaaa;

        border-radius: 50%;

        display: flex;

        justify-content: center;

        align-items: center;

        margin-right: 1rem;

        flex-shrink: 0;

        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: 1rem;

    }

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

        display: flex;

        cursor: pointer;

        align-items: center;

        margin-top: 1rem;

    }

    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;

    }

}

.details{

    background-color: #ffffff;

    box-shadow: 0px 4px 48px 2px rgba(8, 100, 178, 0.15);

    width: 100%;

    padding: 0 40px;

    box-sizing: border-box;

}

.business-details{

    width: 100%;

    display: flex;

    flex-direction: column;

}

.business-details-title{

    color: #000000;

    font-size: 28px;

    margin: 50px 0;

}

.business-details-text{

    color: #444444;

    font-size: 16px;

    margin-bottom: 40px;

}

.business-details-img{

    width: 100%;

    margin-bottom: 40px;

}

.business-details-img 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;

}

<!--ºÄÊ±1751461545.0916Ãë-->