@charset "utf-8";


.wpsidebar-fkf {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
}

.fkf-item {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 6px;
    box-sizing: border-box;
    cursor: pointer;
}

.fkf-item p, h2 {
    margin: 0
}

.fkf-item img {
    width: 30px;
    height: 30px;
}

.fkf-item img.hover {
    display: none;
}

.fkf-item:hover > img {
    display: none;
}

.fkf-item:hover img.hover {
    display: block;
}

.fkf-cart > span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #0071b7;
    color: #fff;
    left: -12px;
    top: -12px;
    text-align: center;
    line-height: 24px;
}

.fkf-item-right {
    position: absolute;
    right: 35px;
    padding-right: 25px;
    top: -15px;
    display: none;
}

.fkf-item:hover .fkf-item-right {
    display: block;
}

.fkf-item-right-content {
    width: 430px;
    border: 1px solid #ccc;
    border-top: 4px solid #0071b7;
    padding: 20px;
    padding-top: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
}

.fkf-item-right-content .arrow, .right-content-ewm .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -15px;
    top: 23px;
    z-index: 20;
}

.fkf-item-right-content-top {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 70px;
    border-bottom: 1px solid #ccc;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.fkf-item-right-content-top img {
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
    height: 40px;
}

.fkf-item-right-content-top h2, h2 > a {
    margin-bottom: 8px;
    color: #0071b7;
    font-size: 22px;
}

.fkf-item-right-content-bottom p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.fkf-item-right-content-bottom .content-bottom-item {
    display: inline-block;
    width: 32%;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.content-bottom-item img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-color: #333;
    vertical-align: top;
}

.content-bottom-item span {
    display: inline-block;
    line-height: 25px;
}

.content-bottom-item:hover img {
    background-color: #0071b7;
}

.content-bottom-item:hover span {
    color: #0071b7
}

.right-content-tele {
    width: 300px;
}

.right-content-tele .fkf-item-right-content-top:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}

/*.right-content-tele .fkf-item-right-content-top:last-child img { top: 28px;}*/
.right-content-ewm {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative;
    display: flex;
    flex-direction: row;
    width: max-content;
}

.right-content-ewm .ewm div {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    /*background-color: #198ede;*/
    margin-bottom: 10px
}

.right-content-ewm .ewm div img {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-left: 15px;
    background: #fff;
}

.right-content-ewm .ewm p {
    text-align: center;
    font-size: 16px;
    color: #0071b7;
}

.fkf-item-right-ewm {
    top: initial;
    bottom: -15px;
}

.right-content-ewm .arrow {
    top: initial;
    bottom: 23px;
}
