/* banner */
.swiper-pagination-bullet {
    background: #eee;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.banner img {
    width: 100%;
}
#banner .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 999;
}
#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active {
    width: 2em;
}
.swiper-slide,#bannerswiper  {
    width: 100% !important;
}

.banner1-main {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 80% !important;
}
.slide-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    padding-top: 40%;
}
.slide-main h4 {
    font-size: 18px;
}
.slide-main h3 {
    font-size: 31px;
    margin: 30px 0 50px;
    font-weight: 600;
}
.slide-main a {
    padding: 7px 35px;
    border: 1px solid;
    border-radius: 30px;
}

/* 领先的数字化购物者营销科技公司 */
.technologies .container, 
.brandshopper .container,
.digital .container {
    background: #fff;
    /* border-radius: 4px;
    box-shadow: 0 0 6px #eee; */
}
.technologies li {
    margin-top: 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}


.technologies li h3 {
    font-size: .3rem;
    margin-top: .3rem;
    font-weight: 500;
}
.technologies li:nth-last-of-type(1)::after {
    display: none;
}

.technologies li h3, .technologies li img {
    position: relative;
    left: -200%;
    opacity: 0;
    transition: 1.6s;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.technologies li img {
    left: 200%;
    width: 38%;
}
.technologies.active  li h3, .technologies.active li img{
    left: 0;
    right: 0;
    opacity: 1;
}

/* 我们的成绩 */
.achievements {
    background: #000;
    text-align: center;
}
.achievements .box-title {
    color: #fff;
}
.achievements ul {
    margin: .56rem -.05rem;
}
.achievements li {
    width: calc(33.33% - .1rem);
    float: left;
    background: rgba(68,68,68,.6);
    color: #fff;
    margin: .05rem .05rem;
    transition: .3s;
}
.achievements li:nth-of-type(4) {
    margin-left: 17%;
}
.achievements li:hover {
    /* background: rgb(255, 103, 60,.6); */
}

.achievements li h3 {
    margin: 30px 0 24px;
    font-size: 30px;
    opacity: 0;
    transition: .8s;
    color: #FF673C;
    font-weight: 400;
}
.achievements li h4 {
    font-size: 13px;
    margin: .2rem 10px;
    opacity: 0;
    transition: 2.2s;
    margin-bottom: .5rem;
}
.achievements li h6 {
    font-size: .16rem;
    margin-bottom: .8rem;
    opacity: 0;
    transition: 3.3s;
    display: none;
}
.achievements.active li h3,
.achievements.active li h4,
.achievements.active li h6
 {
    opacity: 1;
}
.achievements .more a {
    display: inline-block;
    margin-top: .38rem;
    padding: .1rem .7rem;
    color: #FF673C;
    border: 1px solid;
    border-radius: .76rem;
    font-size: .24rem;
}

/* 品牌购物者营销云 */
.brandshopper .container {
    padding-bottom: 0;
}
.brandshopper ul {
    padding: 0 .17rem;
}
.brandshopper li {
    margin-top: .3rem;
    text-align: center;
    position: relative;
    padding: 0 .17rem;
}
.brandshopper li h3 {
    font-size: 15px;
    margin: .3rem 0 .6rem;
    color: #000;
    font-weight: 500;
}
.brandshopper li p {
    font-size: .19rem;
    display: none;
}
.brandshopper img {
    width: 70%;
    transition: .6s;
    position: relative;
    top: 0;
}
.brandshopper li:hover img {
    top: -10px
}


/* 零售数字化营销云 | 品牌购物者营销云*/
.retaildigital {
    background: #000;
    text-align: center;
    color: #fff;
}
.retaildigital .container {
    padding: 1rem 0 0;
}
.retaildigital .box-title {
    color: #fff;
}
.tab-wrap {
    padding: 0 .17rem;
    position: relative;
}
.tabbar {
    width: 2.79rem;
    line-height: 1.45rem;
    font-size: .3rem;
}
.tab-wrap {
    padding: 0;
}
.tab-wrap li {
    position: relative;
}
.tab-wrap .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 10;
    text-align: center;
}
.pagination {
    bottom: 2rem !important;
}
.swiper-pagination-bullet {
    background: #eee;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.tabbar li {
    background: rgba(32, 29, 32, 0.7);
    margin-bottom: .05rem;
    cursor: pointer;
}

.tab-content h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 2rem 0 .6rem;
    position: relative;
}
.tab-content p {
    position: relative;
    font-size: 18px;
    width: 6.26rem;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 200;
}

.digital {
    text-align: center;
    margin-bottom: 0;
}
.digital .container {
    padding: 1rem 0 0;
    background: none;
}
.digital .tab-content {
    color: #fff;
}
.digital .tabbar li {
    background: #F5F2F5;
}

.tabbar li.active{
    background: #FF663F;
    color: #fff;
}



/* 品牌的共同选择 */
.brands {
    background: url(https://img.ismartgo.cn/data/resource/ismartgo_static/static/img/brands-bg.png) 100% fixed;
    text-align: center;
    color: #fff;
    margin: 0;
    
}
.brands .box-title {
    color: #fff;
}
.brands ul {
    font-size: 0;
    margin: 1rem -0.11rem 0;
    padding: 0 12%;
}
.brands li {
    display: inline-block;
    width: calc(50% - 0.22rem);
    margin: 0 0.11rem 0.22rem;
}
.brands li img {
    width: 100%;
    position: relative;
    transition: .3s;
}

.brands li img:hover {
    /* width: 120%;
    max-width: initial;
    left: -10%; */
}


/* 黄色横幅 */
.streamer {
    color: #fff;
    font-size: .21rem;
    text-align: center;
    background: linear-gradient(to right,#FF9C36, #FF673C);
}
.streamer .container {
    padding: 0;
}
.streamer img {
    width: .65rem;
    margin-bottom: .08rem;
}
.streamer ul {
    height: 1.58rem;
}
.streamer li {
    margin: 0 .05rem;
    flex: 1;
}
.streamer .name {
    margin: 0;
    margin-right: .06rem;
    flex: initial;
    width: 3rem;
}
.streamer .name h3 {
    font-size: .32rem;
}
.streamer li p {
    font-size: .11rem;
}
.streamer .btn {
    display: none;
}
.streamer .btn button {
    width: 2.52rem;
    height: .63rem;
    color: #FF673C;
    background: #FFD964;
    border-radius: 4px;
}

.streamer .name h3 {
    font-weight: 600;
}
.streamer li p {
    font-size: 13px;
}
