.product-tips {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.product-tips .tips {
    font-size: .8rem;
    display: inline-block;
    color: #fff;
    padding: .3rem 1rem;
    border-radius: 1.2rem;
    background: rgba(30, 78, 140, .54);
    transform: scale(.9);
    margin-left: -.8rem;
}

.line-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -.8rem;
    z-index: 9;
}

.line-box::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    left: 0;
}

.line-box::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #1e4e8c;
    border-radius: 50%;
    right: 0;
}

.product-tips .line-box .big-dot {
    width: auto;
    height: auto;
    background: none;
}

.product-tips .line-box .big-dot img {
    width: 1rem;
    vertical-align: middle;
}

.line-box .line {
    width: 5rem;
    height: 2px;
    border-bottom: 1px dashed #fff;
    box-shadow: 0px 0px 5px #1e4e8c;
}

.no-shadow .line {
    box-shadow: none
}

.no-shadow::before {
    content: none;
}

.no-shadow::after {
    content: none;
}

.product-tips .tips-pic img {
    width: 4rem;
    border-radius: 50%;
    border: 2px solid #1d4a8b;
}

.enlarge-box {
    position: absolute;
    left: 0;
    top: 0;
}

.enlarge-box .product-tips {
    position: static;
}

.enlarge-box .enlarge-btn {
    font-size: .8rem;
    display: inline-block;
    color: #fff;
    padding: .3rem .6rem;
    border-radius: 1.2rem;
    background: rgba(30, 78, 140, .45);
    margin: 1rem 0 0 2.5rem;
    transform: scale(0.8);
}
