@media (min-width: 481px) {
    #navlist {
        list-style: none;
        padding: 0 10px;
        margin: 0 auto 0;
    }

    #navlist li {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #666;
    }

    #navlist li a {
        color: #551a8b;
        ;
    }

    #navlist li:before {
        content: "> ";
        color: #8a9fa6
    }

    #navlist li:first-child:before {
        content: "";
    }

    .swiper-scrollbar-drag {
        background-color: #000;
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: 50%;
        z-index: 999;
        width: 100px;
        height: 100px;
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        content: "";
    }

    .swiper-button-prev {
        left: 5px;
        transform: translateY(-28%);
        background: url('/instruments/solution/cosmetics/img/prev.png') no-repeat;
        background-size: cover;
    }

    .swiper-button-next {
        right: 5px;
        transform: translateY(-28%);
        background: url('/instruments/solution/cosmetics/img/next.png') no-repeat;
        background-size: cover;
    }


    .intro {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .off {
        display: none;
    }

    #navlist {
        width: 980px;
        margin: 0 auto 0;
    }


    .bg-content {

        background-color: #fafafa;
    }

    .bg-content .content {
        width: 980px;
        margin: 0 auto 0;
        padding: 50px 30px;
    }

    .bg-content .content h3 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 30px;
        padding: 0 60px;

    }


    .bg-content .content .tab a {
        text-decoration: none;
        cursor: pointer;
        color: #000;
        padding: 5px 0px;
        display: inline-block;
        text-align: center;
    }
    .bg-content .content .tab a.cur {
        font-weight: bold;
        border-bottom: 3px solid #0265cc;
    }
    

    .bg-content .content h3:first-child {
        margin-top: 0;
    }

    .bg-content .content p {
        line-height: 24px;
        font-size: 14px;
        margin-top: 10px;

    }

    .bg-content .content table tr td {
        padding: 0 40px;
    }

    .bg-content .content .tip {
        margin: 0;
        font-size: 14px;
    }

    .bg-content .content .tip li {
        list-style: disc;
        line-height: 24px;

    }

    .bg-content .content .tip li table tr td {
        text-align: center;
        padding: 0 20px;
    }


    .list {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .list .pro {
        width: 980px;
        margin: 0 auto;
        padding: 30px 0;
        position: relative;
    }

    .list .pro h3 {
        font-size: 24px;
    }




    .item:last-child {
        margin-right: 0px;
    }

    .item {
        margin: 0;
        float: left;
        width: 227px;
        margin-bottom: 40px;
        margin-right: 20px;
        background-color: #eeeeee;
        text-align: center;
        margin-top: 30px;
        transition: 0.3s;
    }

    .item a {
        color: #000;
    }

    .item:hover {
        box-shadow: 2px 2px 10px #909090;

    }

    .item a:hover {
        color: #0062c2;
    }

    .item .text {
        background-color: #fff;
        padding: 20px 0;
    }

    .item .text h2 {
        font-size: 14px;
        font-weight: normal;
    }

    .item .text p {

        font-size: 24px;

    }

    .item img {
        display: block;
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar,
    .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        bottom: 0;
        top: auto;
    }


    .study {
        width: 980px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .study h3 {
        font-size: 24px;
    }

    .study ul {
        margin-top: 20px;
        padding: 0;
        display: inline-block;
    }

    .study ul li {
        float: left;
        width: 307px;
        margin-right: 24px;
        background-color: #eeeeee;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .study ul li:last-child {
        margin-right: 0px;
    }

    .study ul li span {
        text-align: left;
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 14px;
        color: #fff;
        z-index: 999;
    }

    .study ul li {
        transition: 0.3s;
        display: block;
    }

    .study ul li:hover {
        box-shadow: 2px 2px 10px #909090;
    }

    .study img {
        width: 100%;
        transition: all .4s ease-in-out;
        display: block;
    }

    .txt {
        width: 980px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .txt h3 {
        font-size: 24px;
        text-align: center;
    }

    .txt ul {
        display: inline-block;
        padding: 0;
        margin-top: 30px;
    }

    .txt ul li {
        float: left;
        width: 315px;
        margin-right: 17px;
    }

    .txt ul.four li {

        float: left;
        width: 230px;
        margin-right: 20px;

    }

    .txt ul li:last-child {
        margin-right: 0px;
    }

    .txt ul li h2 {
        font-size: 15px;
        font-weight: bold;
        border-left: 5px solid #0265cc;
        padding-left: 10px;
        position: relative;
    }




    .txt ul li p {
        line-height: 24px;
        font-size: 15px;
        margin-top: 10px;
        color: #838a93;

    }

    .footsbg {
        background: #faf9fc;
    }

    .foots {
        padding: 40px 50px;
        width: 980px;
        margin: 0 auto 0;
    }

    .foots table {
        width: 100%;
        margin: 0 !important;
    }

    .foots table tr td {
        padding: 0 30px !important;
        border: none !important;
        vertical-align: middle !important;
    }

    .foots table tr td h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 20px !important;
        font-weight: normal;
        color: #000 !important;
    }

    .foots table tr td p {
        margin: 30px 0 !important;
        font-size: 14px;
        color: #000 !important;

    }

    .foots table tr td a {
        background: #0071e3;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 8px;
        display: inline-block;
        width: 112px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 14px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #navlist {
        list-style: none;
        padding: 0 10px;
        margin: 0 auto 0;
    }

    #navlist li {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: 12px;
        color: #666;
    }

    #navlist li a {
        color: #551a8b;
        ;
    }

    #navlist li:before {
        content: "> ";
        color: #8a9fa6
    }

    #navlist li:first-child:before {
        content: "";
    }

    .top {
        margin-top: 24%;
    }

    .off {
        display: none;
    }

    .swiper-scrollbar-drag {
        background-color: #000;
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: 50%;
        z-index: 999;
        width: 70px;
        height: 70px;
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
    }

    .swiper-button-next:after,
    .swiper-container-rtl .swiper-button-prev:after {
        content: "";
    }

    .swiper-button-prev {
        left: 0px;
        transform: translateY(-28%);
        background: url('/instruments/solution/industry/medical-cosmetics/01/prev.png') no-repeat;
        background-size: cover;
    }

    .swiper-button-next {
        right: 0px;
        transform: translateY(-28%);
        background: url('/instruments/solution/industry/medical-cosmetics/01/next.png') no-repeat;
        background-size: cover;
    }


    .intro {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .bg-content {

        background-color: #fafafa;
    }

    .bg-content .content {

        margin: 0 auto 0;
        padding: 30px 15px;
    }

    .bg-content .content h3 {
        font-weight: bold;
        font-size: 14px;
        margin-top: 20px !important;
        padding: 0 10px;
    }

    .bg-content .content .tab a {
        text-decoration: none;
        cursor: pointer;
        color: #000;
        padding: 5px 0px;
        display: inline-block;
        text-align: center;
        
    }

    .bg-content .content h3:first-child {
        margin-top: 0;
    }

    .bg-content .content p {
        line-height: 24px;
        font-size: 12px;
        margin-top: 17px !important;
        padding: 0 10px;

    }

    .bg-content .content table tr td {

        width: 50% !important;
        vertical-align: middle !important;

    }

    .bg-content .content table tr td img {
        width: 100% !important;
    }

    .bg-content .content .tip {
        margin: 0 !important;
        font-size: 14px;
    }

    .bg-content .content .tip li {
        list-style: disc;
        line-height: 24px;
        font-size: 12px;
    }

    .list {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .list .pro {

        margin: 0 auto;
        padding: 20px;
        position: relative;
    }

    .list .pro h3 {
        font-size: 16px;
    }


    .item:last-child {
        margin-right: 0px;
    }

    .item {
        margin: 0;
        float: left;
        width: 90%;
        margin-bottom: 30px;
        margin-right: 20px;
        background-color: #eeeeee;
        text-align: center;
        margin-top: 30px;
        transition: 0.3s;
    }

    .item a {
        color: #000;
    }

    .item:hover {
        box-shadow: 2px 2px 10px #909090;
    }

    .item .text {
        background-color: #fff;
        padding: 20px 0;
    }

    .item .text h2 {
        font-size: 12px;
        font-weight: normal;
    }

    .item .text p {

        font-size: 14px;

    }

    .item img {
        display: block;
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar,
    .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        bottom: 0;
        top: auto;
    }


    .study {

        margin: 0 auto;
        padding: 20px;
    }

    .study h3 {
        font-size: 16px;
    }

    .study ul {
        margin-top: 20px;
        padding: 0;
        display: inline-block;
    }

    .study ul li {

        width: 100%;
        margin-right: 20px;
        background-color: #eeeeee;
        text-align: center;
        position: relative;

    }


    .study ul li:last-child {
        margin-right: 0px;
    }

    .study ul li span {
        text-align: left;
        position: absolute;
        left: 20px;
        top: 10px;
        font-size: 16px;
        color: #fff;
    }

    .txt {
        margin: 0 auto;
        padding: 20px;
    }

    .txt h3 {
        font-size: 16px;
        text-align: center;
    }

    .txt ul {
        display: inline-block;
        padding: 0;
        margin-top: 20px;
    }

    .txt ul li {
        width: 100%;
        margin-top: 10px;
    }

    .txt ul li:last-child {
        margin-right: 0px;
    }

    .txt ul li h2 {
        font-size: 14px;
        font-weight: bold;
        border-left: 5px solid #0265cc;
        padding-left: 10px;
    }

    .txt ul li p {
        line-height: 24px;
        font-size: 12px;
        margin-top: 10px;
        color: #838a93;

    }

    .footsbg {
        background: #faf9fc;
    }

    .foots {
        padding: 20px 0px;
        margin: 0 auto 0;
    }

    .foots table {
        width: 100%;
        margin: 0 !important;
    }

    .foots table tr td {
        padding: 0 30px;
        border: none;
        width: 50% !important;
    }

    .foots table tr td img {
        width: 100% !important;
    }

    .foots table tr td h3 {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        font-size: 16px !important;
        font-weight: normal;
        color: #000 !important;
    }

    .foots table tr td p {
        margin: 30px 0 !important;
        font-size: 14px;
        color: #000 !important;

    }

    .foots table tr td a {
        background: #0071e3;
        color: #fff !important;
        padding: 10px !important;
        border-radius: 8px;
        display: inline-block;
        width: 112px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        font-size: 14px;
    }
}