@font-face {
    font-family: 'dianhei';
    src: url('https://www.inglemirepharm.com/skin/font/dianhei.otf');
}

@font-face {
    font-family: 'ali';
    src: url('../font/Alibaba-PuHuiTi-Regular.ttf');
}

body {
    font-family: 'ali';
    font-size: 12px;
    line-height: 1.5;
    color: #515a6e;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

.wapper {
    width: 80%;
    margin: 40px auto;
}

/*footer*/
.footer {
    width: 100%;
    background-color: #233934;
    font-family: 'ali';
}

    .footer .footerBox {
        width: 96%;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 2%;
    }

.footerBox .foot-logo {
    width: 200px;
    padding: 50px 0
}

.foot-logo img {
    width: 100%;
    height: 100%;
}

.footerBox .foot-nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin: 10px auto;
    border-bottom: 1px solid #707070;
}

.foot-nav ul {
    width: 25%;
}

    .foot-nav ul li {
        width: 100%;
    }

        .foot-nav ul li.nav-title {
            font-weight: 500;
            line-height: 24px;
            color: #fff;
            opacity: 1;
            margin-bottom: 10px;
        }

        .foot-nav ul li a {
            display: block;
            margin-bottom: 10px;
            color: #8a8a8a;
            font-weight: 300;
            line-height: 19px;
            opacity: 1;
        }

            .foot-nav ul li a:hover {
                color: #fff
            }

.footerBox .foot-copyright {
    width: 100%;
    font-weight: 400;
    line-height: 10px;
    color: #d4dad3;
    padding-bottom: 30px;
}

    .footerBox .foot-copyright > span {
        display: block;
        text-align: center;
        line-height: 24px;
    }


/*top*/
#backTop {
    display: none;
    z-index: 300;
    position: fixed;
    bottom: 200px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    background: #555;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*search*/
.ysSearch {
    width: 100%;
    margin: 100px 0;
    font-family: 'ali';
}

    .ysSearch .ysSearchMain {
        display: flex;
        justify-content: space-between;
        width: 80%;
        margin: 0 auto;
    }

.ysSearchMain .searchBox {
    width: 30%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.searchBox span {
    display: block;
    width: 100%;
    color: #919191
}

    .searchBox span:first-child {
        font-weight: 600;
        color: #1a1a1a;
        opacity: 1;
    }

    .searchBox span:nth-child(2) {
        flex-direction: column;
        line-height: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .searchBox span.searchBox-search {
        border-bottom: 1px solid #ccc;
        opacity: 1;
    }

        .searchBox span.searchBox-search input {
            border: none;
            font-weight: 400;
            line-height: 30px;
            opacity: 1;
            width: 90%;
            outline: none;
        }

        .searchBox span.searchBox-search img {
            width: 20px;
            height: 20px;
        }

.ysSearchMain .shareBox {
    width: 30%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.shareBox span {
    display: block;
    width: 100%;
    color: #919191
}

    .shareBox span:first-child {
        font-weight: 600;
        color: #1a1a1a;
        opacity: 1;
    }

    .shareBox span.shareBox-img {
        display: flex;
        justify-content: flex-start;
        margin-top: 70px;
    }

        .shareBox span.shareBox-img .img-wx {
            width: 20px;
            height: 16px;
            margin-top: 5px;
        }

        .shareBox span.shareBox-img .img-sina {
            width: 20px;
            height: 16px;
            margin-top: 5px;
            margin-left: 20px;
        }

        .shareBox span.shareBox-img .img-f {
            width: 10px;
            height: 20px;
            margin: 0 20px;
        }

        .shareBox span.shareBox-img .img-zx {
            width: 20px;
            height: 20px;
        }

.searchmapBtn {
    width: 20px !important;
    height: 20px;
    border: none !important;
    background: url("../image/icon-search.png") no-repeat left top;
    background-size: 20px 20px;
}
/*brands*/
.ysBrands {
    width: 100%
}

    .ysBrands .brands-title {
        height: 21px;
        font-size: 32px;
        font-family: 'dianhei';
        font-weight: 500;
        line-height: 21px;
        color: #1a1a1a;
        opacity: 1;
        text-align: center;
        margin: 68px auto;
    }

    .ysBrands .brands-list {
        display: flex;
        width: 90%;
        margin: 20px auto;
        flex-wrap: wrap;
    }

        .ysBrands .brands-list li {
            position: relative;
            width: 33%;
        }

            .ysBrands .brands-list li img {
                width: 100%;
                height: 100%;
            }

            .ysBrands .brands-list li .brand-shade {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,0.5);
                color: #fff;
                font-size: 24px;
                text-align: center;
                display: none;
            }

            .ysBrands .brands-list li:hover .brand-shade {
                display: block;
            }
/*news*/
.ysNews {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-around;
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    font-family: 'ali'
}

    .ysNews .news-title {
        width: 25%;
    }

    .ysNews .new-swiper-containe {
        width: 50%;
        height: 40px;
        overflow: hidden
    }

    .ysNews .news-list {
        width: 100%;
    }

        .ysNews .news-list li {
            width: 100%;
            height: 40px;
            display: flex;
            justify-content: space-around
        }

            .ysNews .news-list li a {
                display: flex;
                justify-content: flex-start;
                width: 33%;
                color: #333;
                height: 40px;
            }

                .ysNews .news-list li a span {
                    display: block
                }

                    .ysNews .news-list li a span img {
                        width: 20px;
                        height: 20px;
                        margin-top: 10px;
                        margin-right: 5px;
                    }

    .ysNews .news-arrow {
        width: 20%;
    }

        .ysNews .news-arrow img {
            width: 8px;
            height: 10px;
            margin-top: 15px;
        }
/*banner*/
.ysBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .ysBanner ul {
        width: 100%;
        height: 100%;
    }

        .ysBanner ul li {
            width: 100%;
            height: 100%;
        }

            .ysBanner ul li img {
                width: 100%;
                height: 100%;
                margin-top: 85px;
            }

    .ysBanner .arrow-prev {
        background: url("../image/banner_arrow.png") no-repeat left top;
        position: absolute;
        left: 20px;
        top: 55%;
        margin-top: -35px;
        width: 70px;
        height: 70px;
        z-index: 999;
    }

    .ysBanner .arrow-next {
        background: url("../image/banner_arrow.png") no-repeat left bottom;
        position: absolute;
        right: 20px;
        top: 55%;
        margin-top: -35px;
        width: 70px;
        height: 70px;
        z-index: 999;
    }
/*nav*/
.ysHeader {
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 83px;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #fff;
}

    .ysHeader .ysHeaderBox {
        position: relative;
        display: flex;
        width: 90%;
        height: 100%;
        padding: 0 5%;
        justify-content: space-around;
    }

.ysHeaderBox .ys-logo {
    width: 18%;
    margin-top: 1px;
}

    .ysHeaderBox .ys-logo img {
        width: 176px;
        /*height: 80px;*/ 
        margin: 24px 0px;
    }

.ysHeaderBox .ys-nav {
    display: flex;
    width: 60%;
    justify-content: space-around;
    margin-left: 50px;
}

    .ysHeaderBox .ys-nav .navUl-one {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
	.ysHeaderBox .ys-nav .navUl-one li{ padding:0px 20px;}
        .ysHeaderBox .ys-nav .navUl-one .navLi-one .navA-one {
            display: block;
            padding: 30px 0;
            color: #000;
            font-weight: 500;
            font-size: 18px;
        }

            .ysHeaderBox .ys-nav .navUl-one .navLi-one .navA-one:hover, .navA-one-cur {
                border-bottom: 3px solid #000;
            }

.ys-nav .navUl-one .navLi-one .navItem {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    display: none;
}

    .ys-nav .navUl-one .navLi-one .navItem .navItem-ul {
        width: 100%;
        height: 460px;
        padding-top: 40px;
        overflow: hidden;
    }

.navUl-one .navLi-one .navItem .navItem-ul .navItem-li {
    width: 100%;
    line-height: 40px;
    cursor: pointer;
}

    .navUl-one .navLi-one .navItem .navItem-ul .navItem-li:hover .navItem-fs-ul {
        display: block
    }

    .navUl-one .navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul {
        position: absolute;
        left: 15%;
        top: 0;
        width: 85%;
        background: #d4dad3;
        height: 460px;
        padding-top: 40px;
        display: none
    }

        .navUl-one .navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul .navItem-fs-li {
            width: 100%;
            line-height: 40px;
            cursor: pointer;
        }

            .navUl-one .navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul .navItem-fs-li .navItem-fs-title {
                display: block;
                color: #1a1a1a;
                width: 17.5%;
                text-align: center;
            }

            .navUl-one .navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul .navItem-fs-li:hover .navItem-fs-title {
                color: #fff;
            }

.navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul .navItem-fs-li .navItem-li-contentUl {
    position: absolute;
    left: 17.5%;
    top: 0;
    width: 82.5%;
    background: #fff;
    height: 460px;
    padding-top: 40px;
    display: none
}

.navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul .navItem-fs-li:hover .navItem-li-contentUl {
    display: block
}

.navLi-one .navItem .navItem-ul .navItem-li .navItem-li-title {
    display: block;
    width: 17%;
    padding-left: 7%
}

.navLi-one .navItem .navItem-ul .navItem-li .navItem-li-title1 {
    display: block;
    color: #1a1a1a;
    width: 15%;
    text-align: center;
}

.navLi-one .navItem .navItem-ul .navItem-li .navItem-li-title2 {
    display: block;
    color: #1a1a1a;
    width: 30%;
    text-align: center;
    font-size: 16px;
}

.navLi-one .navItem .navItem-ul .navItem-li .navItem-li-title:hover {
    color: #ccc
}

.navLi-one .navItem .navItem-ul .navItem-li .navItem-li-banner {
    position: absolute;
    left: 30%;
    top: 0;
    width: 70%;
    display: none;
    height: 500px;
    overflow: hidden;
    background-color: #FFF;
}

    .navLi-one .navItem .navItem-ul .navItem-li .navItem-li-banner a {
        height: 500px;
        display: flex;
        align-items: center;
    }

    .navLi-one .navItem .navItem-ul .navItem-li .navItem-li-banner img {
        width: 100%;
    }

.navLi-one .navItem .navItem-ul .navItem-li:hover .navItem-li-banner {
    display: block
}

.navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi {
    line-height: 40px;
    cursor: pointer;
}

    .navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi .navItem-li-contenTl {
        display: block;
        width: 20%;
        color: #1a1a1a;
        text-align: center;
        line-height: 40px;
    }

    .navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi a:hover {
        color: #1f8e75;
    }

    .navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi:hover .navItem-li-img {
        display: block
    }

    .navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi .navItem-li-img {
        position: absolute;
        left: 20%;
        top: 0;
        width: 80%;
        display: none;
        height: 500px;
        overflow: hidden;
        background-color: #fff;
    }

        .navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi .navItem-li-img a {
            height: 500px;
            display: flex;
            align-items: center;
        }

.navItem-li-contentUl li:first-child .navItem-li-img, .navItem-ul li:first-child .navItem-li-banner, .navLi-one .navItem .navItem-ul .navItem-li .navItem-fs-ul .navItem-fs-li:first-child .navItem-li-contentUl {
    display: block !important
}

.navItem-ul li:first-child .navItem-fs-ul {
    display: block !important
}

.navItem-ul .navItem-li .navItem-li-contentUl .navItem-li-contentLi .navItem-li-img img {
    width: 100%;
}

.ysHeaderBox .ys-contact {
    width: 6%;
    display: flex;
    justify-content: space-between;
}

.ys-contact a {
    display: block;
    width: 21px;
    height: 21px;
    padding: 30px 0;
}

    .ys-contact a.ys-contact-cur {
        border-bottom: 3px solid #000;
    }

.ysHeaderBox .ys-contact img {
    width: 21px;
    height: 21px;
}

.ysHeader .ys-search-item {
    position: fixed;
    left: 0;
    top: 83px;
    width: 100%;
    padding: 1% 0;
    background-color: #fff;
    display: none;
    border-bottom: 1px solid #ccc;
}

.ys-search-item .ys-search-main {
    display: flex;
    width: 96%;
    margin: 0 auto;
    justify-content: space-between;
}

.ys-search-main .search-input {
    width: 90%;
}

    .ys-search-main .search-input input {
        width: 95%;
        line-height: 30px;
        padding-left: 10px;
        border: 1px solid #ccc;
        border-radius: 2px;
        outline: none;
    }

.ys-search-main .search-a {
    width: 10%;
}

.ys-search-main .searchBtn {
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    background-color: #000;
    color: #fff;
}


/*product*/
.ysProduct {
    width: 100%;
}

    .ysProduct .product-title {
        height: 21px;
        font-size: 32px;
        font-family: 'dianhei';
        font-weight: 500;
        line-height: 21px;
        color: #1a1a1a;
        opacity: 1;
        text-align: center;
        margin: 68px auto;
    }

.product-swiper-containe {
    overflow: hidden;
}

    .product-swiper-containe img {
        width: 100%;
        height: 100%;
    }
/*video*/
.ysVideo {
    width: 100%;
    background: #000;
    margin-top: 100px;
}

.videoBox {
    width: 100%;
    padding: 3% 0;
    position: relative;
}

    .videoBox button {
        border: none;
        background: none;
        position: absolute;
        top: 0%;
        left: 0px;
        width: 100%;
        height: 100%;
        outline: none;
        z-index: 999;
    }

.video-play {
    width: 100%;
    height: 100%;
}

/*information*/
.information {
    width: 100%;
    margin-top: 80px;
}

    .information .information-box {
        width: 100%;
        margin: 80px 0;
        overflow: hidden
    }

.information-box .information-list {
    width: 80%;
    text-align: center;
    margin: 40px auto
}

.information-list .information-title {
    font-weight: 500;
    margin-top: 50px;
    color: #2c2e2e;
}

.information-list .information-time {
    line-height: 80px;
    color: #777
}

.information-list .information-img {
    width: 100%;
    margin: 30px auto 60px auto
}

    .information-list .information-img img {
        width: 100%;
    }

.information-list .information-btn a {
    display: block;
    width: 170px;
    color: #fff;
    background: #1a1a1a;
    margin: 30px auto;
    padding: 10px 0
}

.information-more {
    color: #777;
    text-align: center;
}

    .information-more li {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        margin: 0 2px;
    }

        .information-more li:last-child {
            display: none
        }

    .information-more a {
        color: #ccc;
    }
/*joinUs*/
.joinUs {
    width: 100%;
    margin-top: 80px;
}

    .joinUs .joinUs-banner {
        width: 100%;
    }

        .joinUs .joinUs-banner img {
            width: 100%;
        }

    .joinUs .joinUs-box {
        width: 100%
    }

.joinUs-box .join-title {
    font-family: 'dianhei';
    font-weight: 500;
    color: #1a1a1a;
    opacity: 1;
    text-align: center;
    margin: 68px auto;
    font-size: 32px;
}

.joinUs-box .join-list {
    width: 100%;
    display: flex;
    margin: 20px auto;
}

    .joinUs-box .join-list li {
        position: relative;
        width: 33%;
        cursor: pointer;
        margin-right: 0.5%;
    }

        .joinUs-box .join-list li:last-child {
            margin-right: 0;
        }

        .joinUs-box .join-list li img {
            width: 100%
        }

        .joinUs-box .join-list li .join-shade {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            font-size: 24px;
            text-align: center;
            display: none;
        }

            .joinUs-box .join-list li .join-shade p {
                top: 50%;
                display: inline-block;
                position: absolute;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 32px;
            }

        .joinUs-box .join-list li:hover .join-shade {
            display: block;
        }
/*stroes*/
.stroes {
    width: 100%;
    margin-top: 80px;
}

    .stroes .stroes-banner {
        width: 100%;
        height: 600px
    }

        .stroes .stroes-banner img {
            width: 100%;
            height: 100%;
        }

    .stroes .stroes-box {
        width: 80%;
        margin: 20px auto;
    }

    .stroes .stroes-box1 {
        width: 80%;
        margin: 20px auto;
    }

        .stroes .stroes-box1 .join-shade {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            font-size: 24px;
            text-align: center;
            display: none;
        }

        .stroes .stroes-box1:hover .join-shade {
            display: block;
        }

        .stroes .stroes-box1 p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

.stroes-box .stroes-title {
    height: 35px;
    font-size: 35px;
    font-weight: 500;
    line-height: 21px;
    color: #1a1a1a;
    opacity: 1;
    text-align: center;
    margin: 68px auto;
    font-family: 'dianhei';
}

.stroes-box .stroes-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

    .stroes-box .stroes-list li {
        position: relative;
        width: 25%;
        cursor: pointer;
    }

        .stroes-box .stroes-list li img {
            width: 100%
        }

        .stroes-box .stroes-list li .join-shade {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
            color: #fff;
            font-size: 24px;
            text-align: center;
            display: none;
        }

            .stroes-box .stroes-list li .join-shade p {
                margin-top: 45%;
            }

        .stroes-box .stroes-list li:hover .join-shade {
            display: block;
        }
/*app*/
.appBox {
    width: 100%;
    margin-top: 80px;
}

    .appBox .appMain {
        margin-top: 100px;
    }

.appMain .app-list {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.app-list .app-text {
    width: 30%;
    margin: 20px auto;
    padding-top: 80px;
}

    .app-list .app-text .app-text-title {
        height: 36px;
        font-size: 25px;
        font-family: 'ali';
        font-weight: 400;
        line-height: 36px;
        color: #1a1a1a;
        border-bottom: 1px solid #ccc;
    }

    .app-list .app-text .app-text-ms {
        font-size: 15px;
        font-family: 'ali';
        font-weight: 300;
        line-height: 60px;
        color: #1a1a1a;
    }

    .app-list .app-text .app-text-img {
    }

        .app-list .app-text .app-text-img img {
            width: 128px;
            cursor: pointer;
            margin-right: 20px
        }

.app-list .app-img {
    width: 60%;
    margin: 20px auto;
}

    .app-list .app-img img {
        width: 100%
    }

#app-shade {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    display: none;
}

    #app-shade .closedBtn {
        position: absolute;
        left: 200px;
        top: -15px;
    }

        #app-shade .closedBtn img {
            width: 15px;
            height: 15px;
            cursor: pointer;
            background-color: #000;
        }

    #app-shade .app-chat {
        width: 200px;
        height: 200px;
        margin: 400px auto;
        position: relative;
    }

        #app-shade .app-chat img {
            height: 100%;
        }

#app-shadea {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    display: none;
}

    #app-shadea .closedBtn {
        position: absolute;
        left: 200px;
        top: -15px;
    }

        #app-shadea .closedBtn img {
            width: 15px;
            height: 15px;
            cursor: pointer;
            background-color: #000;
        }

    #app-shadea .app-chat {
        width: 200px;
        height: 200px;
        margin: 400px auto;
        position: relative;
    }

        #app-shadea .app-chat img {
            height: 100%;
        }

#app-shadeb {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    display: none;
}

    #app-shadeb .closedBtn {
        position: absolute;
        left: 200px;
        top: -15px;
    }

        #app-shadeb .closedBtn img {
            width: 15px;
            height: 15px;
            cursor: pointer;
            background-color: #000;
        }

    #app-shadeb .app-chat {
        width: 200px;
        height: 200px;
        margin: 400px auto;
        position: relative;
    }

        #app-shadeb .app-chat img {
            height: 100%;
        }

#app-shadec {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    display: none;
}

    #app-shadec .closedBtn {
        position: absolute;
        left: 200px;
        top: -15px;
    }

        #app-shadec .closedBtn img {
            width: 15px;
            height: 15px;
            cursor: pointer;
            background-color: #000;
        }

    #app-shadec .app-chat {
        width: 200px;
        height: 200px;
        margin: 400px auto;
        position: relative;
    }

        #app-shadec .app-chat img {
            height: 100%;
        }
/*exploreDetail*/
.exploreDetail {
    width: 100%;
    margin-top: 80px;
}

    .exploreDetail .detailBanner {
        width: 100%;
    }

        .exploreDetail .detailBanner img {
            width: 100%;
            height: 100%;
        }

    .exploreDetail .detailContent {
        width: 100%;
    }

        .exploreDetail .detailContent ul {
            width: 96%;
            margin: 40px auto;
            text-align: center
        }

            .exploreDetail .detailContent ul .detail-title {
                margin: 20px 0;
            }

            .exploreDetail .detailContent ul .detail-p {
                line-height: 40px;
                width: 60%;
                margin: 0 auto;
            }

            .exploreDetail .detailContent ul .detail-img {
                display: flex;
                margin: 40px auto;
                justify-content: space-between
            }

                .exploreDetail .detailContent ul .detail-img img {
                    width: 100%;
                    height: 400px;
                }

                .exploreDetail .detailContent ul .detail-img .detail-img01 {
                    width: 50%;
                }

                .exploreDetail .detailContent ul .detail-img .detail-img02 {
                    width: 30%;
                }
/*houseKeeper*/
.houseKeeper {
    width: 100%;
    margin-top: 80px;
}

    .houseKeeper .Keeper-text {
        width: 700px;
        margin: 20px auto;
        padding-top: 40px
    }

        .houseKeeper .Keeper-text .Keeper-text-xx {
            width: 400px;
            float: left;
        }

        .houseKeeper .Keeper-text .Keeper-text-title {
            font-size: 14px;
            font-family: 'ali';
            font-weight: 600;
            line-height: 50px;
            color: #1a1a1a;
        }

        .houseKeeper .Keeper-text .Keeper-text-ms {
            font-size: 12px;
            font-family: 'ali';
            font-weight: 400;
            line-height: 60px;
            color: #1a1a1a;
        }

        .houseKeeper .Keeper-text .Keeper-text-img {
            margin-top: 20px;
            width: 300px;
            float: right
        }

            .houseKeeper .Keeper-text .Keeper-text-img img {
                display: inline-block;
                cursor: pointer;
            }

    .houseKeeper .Keeper-word {
        width: 100%;
        margin: 50px 0
    }

.Keeper-word .div-top {
    font-family: 'ali';
    font-weight: 700;
    color: #1a1a1a;
    opacity: 1;
    text-align: center;
    margin: 40px auto;
}

.Keeper-word .div-p {
    width: 80%;
    margin: 0 auto;
    line-height: 50px;
}

.houseKeeper .Keeper-form {
    width: 80%;
    margin: 68px auto;
    display: flex;
    justify-content: space-between
}

.Keeper-form .form-list {
    width: 60%;
}

.form-list h3 {
    color: #1a1a1a;
    font-weight: bold;
    margin: 40px 0;
}

.form-list .formRemind {
    margin: 40px 0
}

    .form-list .formRemind p {
        color: #1a1a1a;
        line-height: 18px;
    }

        .form-list .formRemind p.formRemind-p {
            color: #ccc;
        }

.form-list .formInput-box {
    width: 100%;
}

.formInput-box .formInput {
    width: 100%;
}

    .formInput-box .formInput .formInput-label {
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 12px;
        color: #1a1a1a;
    }

    .formInput-box .formInput .formInput-input {
        display: flex;
        justify-content: space-between;
        width: 96%;
        line-height: 30px;
        border: 1px solid #ccc;
        padding-right: 2%;
        margin: 15px 0
    }

    .formInput-box .formInput .formInput-textarea {
        display: flex;
        justify-content: space-between;
        width: 98%;
        line-height: 30px;
        border: 1px solid #ccc;
        margin: 15px 0
    }

    .formInput-box .formInput .formInput-input input {
        width: 96%;
        line-height: 30px;
        padding-left: 2%;
    }

    .formInput-box .formInput .formInput-textarea textarea {
        width: 100%;
        padding: 5px 0;
        height: 80px;
    }

    .formInput-box .formInput .formInput-input img {
        width: 8px;
        height: 5px;
        margin-top: 12px;
    }

.form-list .formBtn {
    width: 100%
}

    .form-list .formBtn a {
        display: block;
        width: 100%;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        background-color: #000;
        border: 1px solid #ccc;
    }

.form-list .formBtn1 {
    width: 100%
}

.form-list .formBtn1 {
    display: block;
    width: 140px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    border: 1px solid #ccc;
}

.Keeper-form .form-contact {
    width: 30%;
    padding-top: 200px
}

.form-contact .form-contactUl {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.form-contactUl .form-contactTitle {
    font-family: 'ali';
    font-weight: 700;
    color: #1a1a1a;
    opacity: 1;
}

.form-contactUl .form-contactText {
    width: 100%;
    margin-top: 15px
}

    .form-contactUl .form-contactText p {
        color: #1a1a1a;
        line-height: 18px;
    }

        .form-contactUl .form-contactText p.form-contactP {
            color: #ccc;
        }
/*job*/
.jobBox {
    width: 100%;
    margin-top: 80px;
}

    .jobBox .job-banner {
        width: 100%;
        height: 100%
    }

        .jobBox .job-banner img {
            width: 100%;
            height: 10%;
        }

    .jobBox .job-word {
        width: 100%;
        margin: 50px 0
    }

.job-word .div-top {
    font-family: 'ali';
    font-weight: 700;
    color: #1a1a1a;
    opacity: 1;
    text-align: center;
    margin: 40px auto;
}

.job-word .div-p {
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
}

.jobBox .jobListBox {
    width: 100%
}

.jobListBox .job-btn {
    width: 110px;
    height: 32px;
    line-height: 32px;
    margin: 30px auto;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.jobListBox .job-arrow {
    margin-bottom: 20px;
    text-align: center;
}

    .jobListBox .job-arrow img {
        width: 20px;
    }

.jobListBox .job-list {
    width: 80%;
    margin: 40px auto;
    display: none
}

    .jobListBox .job-list li {
        width: 100%;
        cursor: pointer;
    }

        .jobListBox .job-list li .job-zhiwei {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            -webkit-box-pack: justify;
        }

            .jobListBox .job-list li .job-zhiwei span:first-child {
                font-weight: 500;
                float: left;
            }

            .jobListBox .job-list li .job-zhiwei span .fa-caret-right {
                float: right;
                width: 12px;
                height: 12px;
                display: block;
                margin-top: 2px;
                margin-left: 20px;
                background: url(../image/icon-foot-hide.png) no-repeat;
                background-size: 12px 12px;
            }

            .jobListBox .job-list li .job-zhiwei span .iconRotate {
                z-index: 999;
                width: 12px;
                height: 12px;
                display: block;
                background-color: #FFF !important;
                background: url(../image/icon-foot-show.png) no-repeat;
                background-size: 12px 12px;
            }

            .jobListBox .job-list li .job-zhiwei span img {
                width: 10px;
                margin-top: 6px;
            }

        .jobListBox .job-list li .job-content {
            margin: 20px auto;
            text-align: center;
            display: none
        }

            .jobListBox .job-list li .job-content div {
                margin: 0 auto;
            }
/*product*/
.productBox {
    width: 100%;
    margin-top: 80px;
}

    .productBox .product-banner {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

        .productBox .product-banner img {
            width: 100%;
            height: 100%
        }

    .productBox .product-list {
        width: 80%;
        margin: 130px auto;
    }

        .productBox .product-list ul {
            display: flex;
            flex-wrap: wrap;
        }

            .productBox .product-list ul .li-list {
                width: 20%;
                cursor: pointer;
                margin-top: 20px;
                height: 280px
            }

.product-list ul .li-list .li-main {
    width: 90%;
    background-color: #fff;
    margin: 20px auto;
}

    .product-list ul .li-list .li-main img {
        margin: 20px auto 0;
        height: 150px;
        display: block;
    }

.product-list ul .li-list .li-title span {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 25px;
}
/*proDetail*/
.proDetail {
    width: 100%;
    margin-top: 100px;
}

    .proDetail .detailBox {
        border-top: 1px solid #f5f5f5;
    }

        .proDetail .detailBox .detailTop {
            width: 83%;
            margin: 20px auto;
        }

.detailBox .detailTop .detailTop-h3 {
    font-size: 13px;
    color: #919191;
}

.detailBox .detailTop .detailTop-detail {
    display: flex;
    margin: 30px auto;
}

.detailTop .detailTop-detail .top-img {
    display: flex;
    width: 50%;
}

.detailTop-detail .top-img .lunbImg {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

    .detailTop-detail .top-img .lunbImg img {
        width: 100%;
        height: 100%;
    }

.detailTop-detail .top-img .arrow-prev {
    background: url("../image/left-arrow.png") no-repeat left top;
    position: absolute;
    left: 10%;
    margin-top: -180px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-size: 100% 100%;
}

.detailTop-detail .top-img .arrow-next {
    background: url("../image/right-arrow.png") no-repeat left bottom;
    position: absolute;
    left: 45%;
    margin-top: -180px;
    width: 50px;
    height: 50px;
    z-index: 1;
    background-size: 100% 100%;
}

.detailTop .detailTop-detail .top-dsc {
    width: 28%
}

.detailTop-detail .top-dsc h2 {
    font-size: 18px;
}

.detailTop-detail .top-dsc h3 {
    font-size: 14px;
    color: #ccc;
    line-height: 50px;
}

.detailTop-detail .top-dsc .div-kb {
}

    .detailTop-detail .top-dsc .div-kb .span-kb {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 20px;
        font-size: 14px;
        background: #ccc;
        margin: 10px auto;
    }

.detailTop-detail .top-dsc .div-yd {
    font-size: 14px;
    color: #ccc;
}

.detailTop-detail .top-dsc .div-ml {
    margin: 10px auto;
    border: 1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
}

.detailTop-detail .top-dsc .div-price {
    font-size: 20px;
}

.detailTop-detail .top-dsc .preview a {
    width: 19%;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 2px;
}

.detailTop-detail .top-dsc .preview .active {
    border: 1px solid #777;
}

.detailTop-detail .top-dsc .preview a img {
    width: 100%
}

.proDetail .detailBox .detailTitle {
    text-align: center;
}

    .proDetail .detailBox .detailTitle h2 {
        font-size: 18px;
    }

.detailBox .detailTap {
    width: 100%;
    margin: 20px auto;
}

.detailTap .tapBox {
    width: 100%;
    margin: 20px auto;
    border-bottom: 1px solid #ccc;
}

    .detailTap .tapBox .tapList {
        display: flex;
        justify-content: space-around;
        width: 80%;
        margin: 0 auto;
    }

        .detailTap .tapBox .tapList .tapBox-item {
            line-height: 40px;
            width: 8%;
            text-align: center;
            cursor: pointer;
        }

        .detailTap .tapBox .tapList .tapBox-item-cur {
            border-bottom: 3px solid #000;
        }

.detailTap .tapContent {
    width: 70%;
    margin: 0 auto;
}

    .detailTap .tapContent .tapContent-ul {
        width: 100%;
    }

        .detailTap .tapContent .tapContent-ul .tapContent-item {
            width: 100%;
            display: none
        }
/*map*/
#allmap {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 100%;
    height: 600px
}

    #allmap .BMap_pop {
        margin: -10px 0 0 -6px
    }

.website .main-box {
    position: relative;
    width: 100%;
    height: 600px !important;
    overflow: hidden;
    z-index: 1
}

.website .side-box {
    z-index: 2;
    position: absolute;
    top: 20px;
    left: 100px;
    width: 30%;
    height: 490px;
    background: #fff;
    margin-top: 80px
}

    .website .side-box .mapbox {
        z-index: 2;
        position: absolute;
        top: 20px;
        left: 100px;
        width: 30%;
        height: 490px;
        padding: 30px;
        background: #fff;
        margin-top: 80px
    }

.website .query-con {
    width: 90%;
    margin: 40px auto 0;
}

    .website .query-con h2 {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 8px;
        padding-left: 20px
    }

    .website .query-con p {
        font-size: 14px;
        line-height: 22px;
        padding-left: 20px
    }

    .website .query-con .address-form {
        padding-top: 12px
    }

    .website .query-con .item {
        position: relative;
        margin-top: 10px
    }

    .website .query-con label {
        float: left;
        font-size: 18px;
        width: 60px;
        line-height: 36px;
        text-align: right
    }

    .website .query-con .key, .website .query-con .select-box {
        position: relative;
        float: right;
        width: 81.92%
    }

    .website .query-con .select-title {
        color: #666;
        font-size: 14px;
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        background: #fff url(https://www.inglemirepharm.com//skin/images/inner/icon_select02.png) no-repeat 96% center;
        cursor: pointer
    }

    .website .query-con .select-con {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        max-height: 300px;
        background: #eee;
        z-index: 99
    }

        .website .query-con .select-con li {
            font-size: 14px;
            line-height: 30px;
            text-align: center
        }

        .website .query-con .select-con a {
            display: block;
            color: #666
        }

    .website .query-con .input-box {
        width: 100%;
        height: 36px;
        line-height: 36px;
        padding: 0 90px 0 5px;
        border: 0
    }

    .website .query-con .btn {
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        font-size: 16px;
        width: 85px;
        height: 36px;
        padding-left: 36px;
        text-align: left;
        border: 0;
        cursor: pointer;
        background: #f6ae01 url(https://www.inglemirepharm.com//skin/images/inner/icon_search02.png) no-repeat 15px center
    }

.website .jspVerticalBar {
    width: 15px;
    background: #5e6c75
}

.website .jspDrag {
    position: relative;
    top: 0;
    background: url(https://www.inglemirepharm.com//skin/images/inner/icon_drag01.png) no-repeat center;
    cursor: pointer
}

.website .result-list {
    padding: 0;
    height: 150px;
    overflow: hidden;
}

.website #site-result-list {
    height: 140px;
    overflow: auto
}

    .website #site-result-list .jspVerticalBar {
        background: rgba(0,132,151,.85)
    }

.website .result-list li {
    margin: 5px;
    border-bottom: 1px solid #CCC;
}

.website .result-list .inner {
    padding: 5px 5.3% 5px;
    background: rgba(255,255,255,.8);
}

.website .result-list p {
    color: #333;
    font-size: 14px;
    line-height: 24px
}

.website .pager {
    text-align: right
}

    .website .pager a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-left: 10px
    }

.website .map-top {
    width: 100%;
}

    .website .map-top .mapLogo {
        width: 60%;
        margin: 30px auto
    }

        .website .map-top .mapLogo img {
            width: 100%;
            height: 100%;
        }

    .website .map-top .mapTxt {
        text-align: center
    }

.companysel {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

    .companysel .map-title {
        font-weight: 700;
        line-height: 30px;
    }

    .companysel .mapList {
        display: flex;
        display: -webkit-flex;
        width: 90%;
    }

        .companysel .mapList .mapItem {
            display: flex;
            display: -webkit-flex;
            width: 33%;
            justify-content: space-between
        }

.mapList .mapItem .selectOption {
    width: 85%;
    height: 30px;
    margin-left: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.mapList .mapItem span {
    line-height: 30px;
    margin-left: 20px;
}

.companysel .mapCompany {
    display: flex;
    width: 98%;
    margin-top: 20px;
}

    .companysel .mapCompany div {
        font-weight: 700;
        line-height: 30px;
    }

    .companysel .mapCompany .companyPick {
        width: 85%;
        height: 30px;
        margin-left: 20px;
        border: none;
        border-bottom: 1px solid #ccc;
    }

.companysel .mapAddress {
    display: flex;
    width: 90%;
    margin-top: 20px;
}

    .companysel .mapAddress div {
        font-weight: 700;
        line-height: 30px;
    }

    .companysel .mapAddress .comAddress {
        width: 85%;
        height: 30px;
        margin-left: 20px;
        border: none;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }

.companysel .mapBtn {
    width: 100%;
    text-align: center;
    line-height: 40px;
    background: #1a1a1a;
    color: #fff;
    margin: 40px auto;
    cursor: pointer;
}

.BMap_bubble_content h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.BMap_bubble_content p {
    margin-bottom: 5px;
}
/*brand*/
.brandBox {
    width: 100%;
    margin-top: 100px
}

    .brandBox .brand-list {
        width: 95%;
        margin: 0 auto;
    }

        .brandBox .brand-list li {
            width: 100%;
            margin-bottom: 20px;
        }

            .brandBox .brand-list li a {
                display: block;
                width: 100%;
                border: 1px solid #CCC
            }

                .brandBox .brand-list li a img {
                    width: 100%;
                }
/*公共模板*/
.main {
    margin-top: 80px;
}

    .main .top_img {
        width: 100% !important
    }

    .main .neirong {
        width: 80%;
        margin: 20px auto
    }
/*low*/
.lowBox {
    ;
    width: 100%;
    margin-top: 100px
}

    .lowBox .lowTap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        margin: 20px auto 20px auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .lowBox .lowTap .lowTap-title {
            margin: 60px auto;
            width: 30%;
            text-align: right;
            line-height: 40px;
        }

            .lowBox .lowTap .lowTap-title span {
                display: block;
                font-size: 16px;
                cursor: pointer;
                color: #ccc;
                text-align: left;
            }

                .lowBox .lowTap .lowTap-title span.span-active {
                    color: #1a1a1a;
                }

        .lowBox .lowTap .lowTap-content {
            width: 50%;
        }

            .lowBox .lowTap .lowTap-content .lowTap-item {
                display: none;
            }

                .lowBox .lowTap .lowTap-content .lowTap-item h3 {
                    height: 30px;
                    font-size: 18px;
                    font-family: 'ali';
                    font-weight: 500;
                    line-height: 45px;
                    color: #1a1a1a;
                }

                .lowBox .lowTap .lowTap-content .lowTap-item p {
                    line-height: 30px;
                    margin-top: 20px;
                }

.lowTap-content .lowTap-item .lowTap-ul {
    margin-top: 30px;
}

    .lowTap-content .lowTap-item .lowTap-ul .lowTap-li {
        width: 96%;
        margin: 0 0 20px auto;
        line-height: 40px;
        border-bottom: 1px solid #f1f1f1;
    }

        .lowTap-content .lowTap-item .lowTap-ul .lowTap-li .lowTap-txt {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

.lowTap-item .lowTap-ul .lowTap-li .lowTap-txt .fa-caret-right {
    display: block;
    width: 10px;
    height: 6px;
    margin-top: 21px;
    background: url(../image/icon-Sarrowdown.png) no-repeat;
    background-size: 10px 6px;
    cursor: pointer;
}

.lowTap-item .lowTap-ul .lowTap-li .lowTap-txt .iconRotate {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #FFF !important;
    background: url(../image/icon-Sarrowup.png) no-repeat;
    background-size: 10px 6px;
    z-index: 999
}

.lowTap-content .lowTap-item .lowTap-ul .lowTap-li .lowTap-content {
    margin-top: 30px;
    line-height: 30px;
    display: none;
}
/*faq*/
.faqBox {
    width: 100%;
    margin-top: 80px;
    overflow: hidden;
}

    .faqBox .faq-form {
        width: 80%;
        margin: 20px auto 50px;
    }

        .faqBox .faq-form .faq-about {
            margin: 50px auto;
            font-weight: 700;
        }

        .faqBox .faq-form .faqMain {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

.faq-form .faqMain .s-side {
    width: 60%;
}

.s-side .first {
    line-height: 60px;
    border-bottom: 1px solid #ccc;
}

.s-side .d-firstNav span {
    display: inline-block;
    margin-left: 10px;
}

.s-side .d-firstNav i.fr {
    font-size: 25px;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
    margin-left: 50px;
    margin-top: 10px;
}

.s-side .d-secondDrop {
    margin-left: 100px;
    margin-top: 10px;
}

.s-firstDrop, .s-secondDrop {
    display: none;
}

.s-firstDrop {
    width: 90%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px auto
}

.fa-caret-right {
    width: 12px;
    height: 12px;
    display: block;
    margin-top: 30px;
    background: url(../image/icon-foot-hide.png) no-repeat;
    background-size: 12px 12px
}

.iconRotate {
    z-index: 999;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #FFF !important;
    background: url(../image/icon-foot-show.png) no-repeat;
    background-size: 12px 12px;
}

.faq-form .faqMain .form-contact {
    width: 30%;
    padding-top: 200px
}

.form-contact .form-contactUl {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0
}

.form-contactUl .form-contactTitle {
    font-family: 'ali';
    font-weight: 700;
    color: #1a1a1a;
    opacity: 1;
}

.form-contactUl .form-contactText {
    width: 100%;
    margin-top: 15px
}

    .form-contactUl .form-contactText p {
        color: #1a1a1a;
        line-height: 18px;
    }

        .form-contactUl .form-contactText p.form-contactP {
            color: #ccc;
        }

.fanye {
    width: 80%;
    margin: 0 auto;
}

.deveBox {
    width: 100%;
    margin-top: 80px;
}

    .deveBox .deve-banner {
        width: 100%;
        height: 100%
    }

        .deveBox .deve-banner img {
            width: 100%;
            height: 10%;
        }

    .deveBox .deve-word {
        width: 60%;
        margin: 30px auto
    }

.deve-word .div-p {
    line-height: 40px;
}

.deve-word .div-p1 {
    line-height: 40px;
    font-weight: 300;
}

.deve-word .div-bottom {
    text-align: right;
    font-weight: 700;
    color: #1a1a1a;
}

.deve-word .div-top {
    text-align: left;
    font-weight: 700;
    line-height: 40px;
}

.deveBox .deveListBox {
    width: 80%;
    margin: auto;
}

.deveListBox .deveList-title {
    font-family: 'ali';
    font-weight: 700;
    line-height: 21px;
    color: #1a1a1a;
    opacity: 1;
    text-align: center;
    margin: 68px auto;
    font-size: 32px;
}

.deveListBox .deveList-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    text-align: center;
}

.deveListBox .deveList-li {
    width: 33%;
}

    .deveListBox .deveList-li a {
        display: block;
    }

        .deveListBox .deveList-li a img {
            width: 100%;
            height: 100%;
        }

        .deveListBox .deveList-li a h3 {
            line-height: 30px;
        }

.deveListBox .deve-more {
    margin-top: 100px;
    text-align: center;
    cursor: pointer;
}

    .deveListBox .deve-more a {
        border-bottom: 1px solid #ccc;
        color: #ccc;
    }

.deveListBox {
    width: 80%;
    margin: 0 auto;
}


/*产品内页幻灯*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider {
    position: relative;
    width: 9999px
}

    .slider:after, .slider:before {
        display: table;
        content: ' '
    }

    .slider:after {
        clear: both
    }

.slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%
}

    .slider__item img {
        display: block;
        width: 300px;
        height: 300px
    }

.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px
}

.slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff
}

.slider__switch--prev {
    left: 10px
}

.slider__switch--next {
    right: 10px
}

.slider__switch:hover {
    opacity: .85
}

.slider__switch[disabled] {
    visibility: hidden;
    opacity: 0
}

.slider__caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    max-width: 500px;
    padding: 10px;
    color: #fff;
    background: rgba(0,0,0,.4);
    box-shadow: 0 0 20px 10px rgba(0,0,0,.4)
}

    .slider__caption[disabled] {
        opacity: 0;
        visibility: hidden
    }

.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99999;
    display: none
}

.slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: 0 0
}

    .slider-nav__control.is-active {
        width: 12px;
        height: 12px;
        background: #fff
    }

.slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}
