/* 
    推广工具样式
*/
/* 解决加载页面时样式错乱 */
[v-cloak] {
    display: none !important;
}

.gray-line {
    border-top: 8px solid #FAFAFA;
}

/* 
    访客营销样式
*/
.vismarket-li .logo-img,
.vis-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.vis-item {
    margin-right: 8px;
    width: 80px;
    /* width: calc((100% - 24px) / 4); */
}

.vis-item:last-child {
    margin-right: 0;
}

.vis-item .pro-info {
    height: 35px;
    line-height: 18px;
}

.vis-item .pro-img {
    width: 80px;
    height: 80px;
    /* width: 100%;
    height: 100%; */
}

.visproduct-btn {
    width: 62px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    background-color: #00A0E9;
    border: 1px solid #00A0E9;
}

.visproduct-btn.shared {
    border-color: #CCC;
    color: #999;
    background-color: #fff;
}


.overlay-warpper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.info-popover {
    width: 270px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.info-popover .phone-icon,
.vis-phone-icon {
    font-size: 24px;
    color: #00A0E9;
    margin-left: 10px;
}

.info-popover .delete-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    color: #999;
    font-weight: bold;
}

/* 浏览历史 */
.history-line {
    position: relative;
    padding-left: 21px;
}

.history-line::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #F3F3F3
}

.history-line .history-dot-div {
    position: relative;
}

.history-line .history-dot-div .history-dot {
    position: absolute;
    top: 4px;
    left: -28px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00A0E9;
    border: 3px solid #DEF3FC;
    box-sizing: content-box
}


.vis-proitem {
    display: flex;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 9px 10px 14px;
}

.vis-proitem:first-child {
    margin-top: 10px;
}

/* .vis-proitem:last-child{
    margin-bottom: 0;
} */
.vis-proitem .product-img {
    width: 80px;
    height: 80px;
    border-radius: 4px 0 0 4px;
}

.vis-proitem .product-info-box {
    /* padding: 6px 12px; */
    padding-left: 10px;
}

.vis-showmore {
    background-color: #fff;
    text-align: center;
    color: #686868;
    font-size: 12px;
    line-height: 45px;
}

/* 
    活动推广样式
*/
.activity-list .activity-item {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #EBEBEB;
    position: relative;
    margin-top: 12px;
}

.activity-list .activity-img {
    display: block;
    width: 100%;
    height: auto;
}

.activity-list .activity-status {
    width: 56px;
    height: 24px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #FFA634;
    border-radius: 4px 0px 4px 0px;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.activity-list .activity-status.not-started {
    background-color: #333;
    opacity: 0.8;
}

.activity-list .activity-status.ended {
    background-color: #999;
    opacity: 0.8;
}

.activity-list .activityshare {
    width: 44px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}
.activity-list .activityshare_two{
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	margin-right: 8px;
	padding: 0 10px;
}
.activity-swipe {
    width: 100%;
    margin-top: 20px;
}

.activity-swipe .slider-loding {
    width: 248px !important;
    min-height: 441px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

.activity-swipe .share-poster {
    width: 248px !important;
    height: auto;
    /* margin: 30px auto 0 auto !important; */
    display: block;
}

@media only screen and (max-width: 320px){
    .activity-swipe .share-poster,
    .activity-swipe .slider-loding{
        width: 200px !important;
    }
    .activity-swipe .slider-loding{
        min-height: 355px;
    }
}

.activity-swipe .loading-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f3f3f3;
}

.share-btns-area {
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    bottom: 0;
}

