/* ========================================================
 * 文件名称：index.css
 * 文件作用：网站首页专属样式，包含轮播、解决方案、新零售模式、会员、数据展示、新闻等模块
 * 适用页面：网站首页
 * ======================================================== */

/* -------------------------- 链接悬停效果 -------------------------- */
a:hover {
    transition: initial
}

/* -------------------------- Swiper轮播组件样式 -------------------------- */
.swiper-container2 a {
    width: 100%;
    background-position: center !important;
}
.swiper-container2 a img {
    margin: 0 auto;
}

/* -------------------------- VIP标签样式 -------------------------- */
.vip{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
}
.vip span{
    display: inline-block;
    background: linear-gradient(135deg,rgba(243,189,140,1),rgba(237,200,165,1));
    border-radius: 20px;
    padding: 5px 28px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -12px;
    color: #0C1238;
}

/* -------------------------- 顶部轮播横幅 -------------------------- */
.top-banner {
    /*background-image: url(../img/index/banner_bg.png);*/
}

/* 免费按钮样式 */
.bannerItem .freebtn {
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #fb663e;
    transition: all .2s;
    background: #fff;
}
.bannerItem .freebtn:hover {
    /*box-shadow: 0 8px 24px 0 rgba(63,74,105,.16);
    margin-top: -2px;
    margin-bottom: 2px;*/
    background: #ffece6;
}

/* -------------------------- 解决方案模块 -------------------------- */
.solution {
    justify-content: space-between;
}

/* 解决方案卡片项 */
.solution-item {
    width: 380px;
    height: 320px;
    box-shadow: 0 0 18px 4px rgba(224,224,224,0.3);
    border-radius: 10px;
    padding: 38px 20px 0 38px;
    box-sizing: border-box;
}

/* 解决方案标题 */
.solution-item .solu-tit {
    font-size: 20px;
    color: #3b426b;
}

/* 解决方案副标题 */
.solution-item .solu-subtit {
    font-size: 14px;
    color: #7d88a2;
    line-height: 32px;
    margin-top: 10px;
}

/* 更多链接 */
.solution-item .more {
    color: #FB6638;
    padding-top: 24px;
    font-size: 14px;
    align-items: center;
}
.solution-item .more span {
    color: #fe423c;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold;
    padding-top: 4px;
}

/* 不同解决方案卡片的背景图 */
.solution-item1 {
    background: url(../img/index/sell.png) right bottom no-repeat;
}
.solution-item2 {
    background: url(../img/index/social.png) right bottom no-repeat;
}
.solution-item3 {
    background: url(../img/index/commission.png) right bottom no-repeat;
}

/* -------------------------- 视频展示区域 -------------------------- */
.video {
    width: 620px;
    margin: 0 auto;
    margin-top: 40px;
    height: 300px;
    position: relative;
}
.video video {
    position: absolute;left: 0;
    right: 0;
    margin: auto;
    top: 0;
    display: none;
}

/* 视频播放按钮 */
.video .abs {
    width: 80px;
    height: 80px;
    background: rgba(206,120,51,0.6);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.video .abs:hover {
    background: rgba(206,120,51,0.8);
}

/* 播放图标 */
.video .iconfont {
    font-size: 36px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    padding-left: 6px;
}

/* -------------------------- 新零售商业模式模块 -------------------------- */
.social {
    height: 560px;
    width: 100%;
    background: url(../img/index/socialbg.png) 100% 100% no-repeat;
    color: #fff;
    background-size: 100% 100%;
}

.social .marginauto {
    padding-left: 100px;
    align-items: center;
}

/* 新零售标题 */
.sol-title {
    padding: 54px 0 68px 0;
    text-align: center;
    font-size: 22px;
}

/* 新零售副标题 */
.sol-sub {
    font-size: 14px;
    color: #e5e5e5;
    text-align: center;
    padding-top: 44px;
    width: 690px;
    margin: 0 auto;
    padding-left: 200px;
}

/* 新零售图片 */
.sol-img img {
    margin-left: 46px;
}

/* 左侧选项卡 */
.sol-left p {
    padding: 40px 20px;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
}
.sol-left p.active {
    color: #fb6638;
}

/* 进度条 */
.social .line {
    width: 4px;
    background: #FFFFFF;
    position: relative;
    height: 288px;
    margin-right: 72px;
}
.social .line .orange {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 96px;
    background: #FB6638;
    transition: all .2s;
}

/* -------------------------- 会员模块 -------------------------- */
.member {
    background: #f5f8ff;
}

/* 会员标题 */
.mem-tit {
    font-size: 22px;
    color: #FB6638;
    padding: 76px 0 44px 0;
    text-align: center;
}

/* 会员选项卡 */
.mem-tab {
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    justify-content: center;
}
.mem-tab div {
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    font-size: 16px;
    width: 360px;
    color: #3b426b;
    text-align: center;
    padding-bottom: 16px;
    cursor: pointer;
}

/* 选项卡激活状态 */
.mem-tab div.active, .news-tab div.active {
    color: #FB6638;
    border-color: #FB6638;
}

/* 会员图片 */
.mem-img {
    margin: 44px auto;
    max-height: 396px;
}

/* 会员副标题 */
.mem-subtit {
    font-size: 14px;
    color: #7b88a2;
    padding-bottom: 48px;
    text-align: center;
}

/* 会员右侧内容 */
.member-right {
    height: 556px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

/* -------------------------- 数据展示模块 -------------------------- */
.data {
    background: url(../img/index/data-view.png) no-repeat;
    width: 100%;
    padding: 70px 0 50px 0;
    text-align: center;
    color: #fff;
    background-size: 100% 100%;
    box-sizing: border-box;
}

/* 数据标题 */
.data-tit {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 46px;
}

/* 数据卡片 */
.data-left {
    width: 282px;
    height: 100px;
    background: rgba(255,255,255,0.04);
    border-radius: 4px;
    padding: 22px 0 20px 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    margin-left: 154px;
    font-size: 16px;
    border: 1px solid transparent;
    cursor: pointer;
}
.data-left.active {
    border-color: #ff6638;
}

/* 数据图标 */
.data-left .iconfont {
    font-size: 32px;
    padding-bottom: 10px;
}

/* 数据副标题 */
.data-subtit {
    font-size: 14px;
    padding: 10px 0 30px 58px;
}

/* 数据图片 */
.data-img {
    margin-left: 66px;
    height: 330px;
}

/* -------------------------- 装饰模块 -------------------------- */
.decoration {
    flex-wrap: wrap;
    justify-content: space-between;
}
.decoration div {
    box-shadow: 0 0 18px 4px rgba(224,224,224,0.3);
    padding: 20px;
    width: 580px;
    height: 260px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

/* -------------------------- 电商服务模块 -------------------------- */
.sell {
    justify-content: space-between;
    margin: 16px auto 40px auto;
    align-items: center;
    height: 420px;
}

/* 电商服务卡片 */
.sell-item {
    width: 340px;
    height: 360px;
    box-shadow: 6px 6px 18px -2px rgba(224,224,224,0.5);
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all .2s;
}

/* 服务图片容器 */
.sell-item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 158px;
}

/* 服务标题 */
.sell-tit {
    font-size: 20px;
    color: #3b426b;
    padding-bottom: 28px;
    text-align: center;
}

/* 服务副标题 */
.sell-subtit {
    font-size: 14px;
    color: #7D88A2;
    padding-bottom: 24px;
    line-height: 26px;
}

/* 服务卡片激活状态 */
.sell-item.active {
    width: 340px;
    height: 420px;
    background: linear-gradient(140deg,#ffbc2b,#f73c1d);
}
.sell-item.active p {
    color: #fff;
}

/* -------------------------- 新闻模块 -------------------------- */
.news {
    padding: 36px 0 20px 0;
}

/* 新闻标题 */
.news-tit {
    font-size: 26px;
    color: #3b426b;
    padding-bottom: 50px;
    font-weight: 500;
    text-align: center;
}

/* 新闻选项卡 */
.news-tab {
    justify-content: center;
}
.news-tab div {
    padding: 0 4px;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    color: #5d6494;
    padding-bottom: 14px;
    margin: 0 42px;
    cursor: pointer;
}

/* 新闻卡片 */
.news-item {
    width: 500px;
    height: 112px;
    box-shadow: 2px 2px 10px rgba(230,233,246,.5);
    margin-bottom: 28px;
    padding: 22px 16px 0 16px;
    box-sizing: border-box;
}

/* 查看更多按钮 */
.read-more {
    width: 100px;
    height: 32px;
    line-height:32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: #3b426b;
    margin: 10px auto 18px auto;
}

/* 新闻标题 */
.ne-tit {
    font-size: 16px;
    color: #3b426b;
    padding-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 新闻副标题 */
.ne-subtit {
    font-size: 14px;
    color: #7d88a2;
    padding-bottom: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 新闻容器布局 */
.news .marginauto {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 52px 50px 4px 50px;
    box-sizing: border-box;
}

/* -------------------------- 底部浮动广告 -------------------------- */
.float1{
    position: fixed;
    bottom: 20px;
    height: 210px;
    width: 848px;
    left: 50%;
    margin-left: -424px;
}
.float1 img{
    display: block;
}

/* 热点广告 */
.float1 .hot{
    position: absolute;
    bottom: 20px;
    left: 50px;
    cursor: pointer;
    width: 763px;
    height: 161px;
}

/* 关闭按钮 */
.float1 .float1-close{
    position: absolute;
    right: 0px;
    top: 17px;
    width: 30px;
    cursor: pointer;
    height: 30px;
}

/* 侧边浮动广告 */
.float2{
    position: fixed;
    bottom: 235px;
    height: 106px;
    width: 171px;
    right: 200px;
    cursor: pointer;
}
