/** shortCut **/
.shortCut {
    border-radius: 16px 16px 0 0;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;

}

.shortCut ul {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.shortCut-3 ul li {
    width: 33%;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 1;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.shortCut-3 ul li + li {
    /*margin-left: 17%;*/
}

.shortCut-3 img {
    width: 34px;
    padding-bottom: 8px;
}

.shortCut ul li span {
    font-size: 13px;
}

article section h2 {
    font-size: 28px;
    font-family: 'fa-brands-400';
    font-weight: 500;
    color: #66d7de;
    letter-spacing: 5px;
    text-align: center;
    padding: 20px 0 0px;
}

.shortCut-4 ul li span {
    display: block;
    font-size: 14px;
}

.filter ul {
    width: 90%;
    padding-left: 5%;
    /* margin-top: 4rem; */
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.filter ul li {
    width: 33%;
    text-align: center;
    display: inline-block;

}

.group ul {
    width: 96%;
    padding-left: 2%;
    /* margin-top: 4rem; */
    padding-top: 1rem;
    margin-bottom: 1rem;
}

.group ul li {
    width: 24%;
    text-align: center;
    display: inline-block;

}

.group ul li:last-child ::after {
    content: ' ';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 10px solid #999;
    /* position: absolute; */
    top: 0%;
    margin-left: 4px;
    margin-top: -6px;
}

.filter ul li::after {
    content: ' ';
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 10px solid #999;
    /* position: absolute; */
    top: 0%;
    margin-left: 4px;
    margin-top: -6px;
}

/** shelf **/

.shelf ul {
    padding-top: 2rem;
    padding-bottom: 1rem;

}

.shelf ul li {
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    width: 49%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-top: 35px;
}

.shelf img {
    width: 100%;
    /*height: 88px;*/
}

.shelf ul li h4 {
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shelf ul li p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shelf {
    background-color: #fff;
}

.shelf-title {
    display: flex;
    display: -webkit-flex;
    padding: 24px 16px 0;
    justify-content: center;
    -webkit-justify-content: center;
}

/** shelf **/

.health ul {
    padding-top: 2rem;
    padding-bottom: 1rem;

}

.health ul li {
    flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    width: 33%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-top: 35px;
}

.health img {
    width: 88px;
    height: 88px;
}

.health ul li h4 {
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.health ul li p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.health {
    background-color: #fff;
}

.health-title {
    display: flex;
    display: -webkit-flex;
    padding: 24px 16px 0;
    justify-content: center;
    -webkit-justify-content: center;
}

article section div.banner-title {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 43.731778425655976%;
}

article section div.banner-title > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.subTitle {
    color: #9E9E9E;
    font-size: 12px;
    margin-left: 8px;
    vertical-align: bottom;
}

.slider .appTitle {
    font-size: 1.6rem;
    position: absolute;
    z-index: 20;
    margin-top: 2rem;
    height: 2rem;
    color: white;
    width: 100%;
    text-align: center;
}

/*修改*/
article section h3 {
    font-size: 17px;
    color: #333333;
    text-align: left;
    line-height: 17px;
    margin-left: 0;
    display: block;
    padding: 16px 0 8px 0;
}

article section h3 + p {
    color: #9E9E9E;
    font-size: 13px;
    margin-left: 0;
    padding-bottom: 0;
}

article section p {
    line-height: 20px;
}

/********修改的样式***********/
.selection > div {
    width: 100%;
    margin-left: 0;
    display: block;
}

section > div > div > .title:first-child {
    text-align: center;

}

article section div > img {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
}

.selection > div.banner-list {
    margin: 0 16px 14px;
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    align-items: center;
    width: auto;
    background-color: rgba(245, 244, 249, 1);
    padding: 5px 8px;
    min-height: 108px;
}

.banner-list > div img {
    width: 176px;
    height: 94px;
}

.banner-list > div .banner-item {
    /*padding: 0 16px;*/
}

.banner-list > div .banner-item img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-list > div h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.banner-list > div.banner-content {
    margin-left: 20px;
    text-align: center;
    flex: 1;
}

article section h4 + p {
    font-size: 12px;
    text-align: center;
}

.b-title {
    width: 174px;
    height: 94px;
    flex: 0 0 174px;
}

article {
    padding-bottom: 80px;
    margin-bottom: 0;
    background: #fff;
}

article section .index-slider .mint-swipe-indicators {
    bottom: 20px;
}

/**************博瑞健康***********/

article section .mint-swipe {
    width: 100%;
    position: relative;
    padding-top: 53.86666666666666%;
    height: 0;
}

.mint-swipe-items-wrap {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article section .mint-swipe-indicators {
    bottom: 10px;
}

.mint-swipe-indicator {
    background-color: rgb(221, 221, 221);
    opacity: 0.6;
}

.mint-swipe-indicator.is-active {
    background-color: #000 !important;

}

.shortCut-4 {
    padding: 6px 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

.shortCut-4 ul {
    display: flex;
    display: -webkit-flex;
    overflow: auto;

}

.shortCut-4 ul::-webkit-scrollbar {
    display: none;
}

.shortCut-4 ul li {
    margin-left: 0;
    width: 25%;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 10px;
}

.shortCut-4 img {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
}

.shelf3 ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.shelf3 ul li {
    flex: 0 0 32%;
    -webkit-flex: 0 0 32%;
    margin-top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 8px 8px 0;
    box-sizing: border-box;
    /*background: #f5f5f5*/

}

.shelf3 img {
    width: 100%;
    height: auto;
    min-height: 88px;
    background-color: #ddd;

}

article section:first-child div > img {
    height: 100%;
}

.shelf3 ul li h4 {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.shortCut-5 {
    overflow: hidden;
}

.shortCut-5 ul {
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #e8e8e8;
    overflow: auto;

}

.shortCut-5 ul::-webkit-scrollbar {
    display: none;
}

.shortCut-5 ul li {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 10px 0;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.shortCut-5 ul li img {
    width: 34px;
    height: 34px;

}

.shortCut-5 ul li span {
    margin-top: 5px;
    font-size: 14px;
}

.learn .b-title {
    width: 100%;
    height: auto;
}

.banner.learn > div:nth-child(3) {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 5px;
}

.banner.learn > div:nth-child(2) {
    margin-bottom: 5px;
}

.tit {
    padding-left: 10px;
    line-height: 30px;
}

.shelf3 ul.page {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 16px;
}

.shelf3 ul.page li {
    flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    width: 48%;
    padding: 0;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;

}

.shelf3 ul.page li h4 {
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
}

.shelf3 ul.page li p:nth-of-type(1) {
    padding-bottom: 0px;
}

.shelf3 ul.page li p {
    padding-bottom: 10px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 20px;
}

.mm-item {

    padding: 15px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.mm-content h4 {
    font-size: 16px;
    line-height: 24px;
}

.learn .learn-title {
    border-bottom: 1px solid #e8e8e8;
}

.learn .learn-item {
    padding: 15px 16px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 320px) {
    .banner-list > div img {
        width: 155px;
    }

    .banner-list > div .banner-item {
        padding: 0 16px;
    }

    .banner-list > div .banner-item img {
        width: 100%;
        height: auto;
    }
}
