.p-pr-floating {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 124px;
    z-index: 9990;
    border-top: 4px solid #00ABEB;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
}

.p-pr-floating__inner {
    position: relative;
    padding: 0 17px 17px;
    text-align: center;
}

.p-pr-floating__inner .__ttl {
    padding-top: 2px;
    line-height: 1.5;
    font-size: 12px;
    text-align: center;
}

.p-pr-floating__inner .__pic {
    width: 90px;
    margin: 0 auto 10px;
    transition: opacity 200ms;
}

.p-pr-floating__inner .__pic:hover {
    opacity: .8;
}

.p-pr-floating__inner .__btn+.__btn {
    margin-top: 6px;
}

.p-pr-floating__inner .p-btn>span {
    width: 90px !important;
}

.p-pr-floating__inner .p-btn.c4>span {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 12px;
}

.p-pr-floating__close {
    position: absolute;
    top: -16px;
    right: 3px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #25ABEB;
    cursor: pointer;
}

.p-pr-floating__close span {
    display: block;
    position: absolute;
    top: 4px;
    left: 14px;
    transform: rotate(45deg);
}

.p-pr-floating__close span::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
    background: #fff;
}

.p-pr-floating__close span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
    background: #fff;
}

.p-pr-floating .__pic img {
    width: 95%;
    height: 95%;
    object-fit: contain;
}