/* å³ä¾§å®¢æœ */
.right-tool {
    position: fixed;
    right: 20px;
    bottom: 15%;
    z-index: 98;
}

.kefu-tool li {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #FFF;
    border-radius: 2px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    background: #276EF7;
}

.kefu-tool li:last-child {
    margin-bottom: 0;
}

.kefu-tool li:hover {
    cursor: pointer;
}

.kefu-tool li:nth-of-type(1)>.kf-icon {
    display: block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kefu-tool li:nth-of-type(2)>.kf-icon {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kefu-tool li:nth-of-type(3)>.kf-icon {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kefu-tool li:nth-of-type(4)>.kf-icon {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kefu-tool li.kf-gongzhonghao>.kf-icon {
    background-image: url(../images/icon-kfgz-0.png);
}

.kefu-tool li.kf-wechat>.kf-icon {
    background-image: url(../images/icon-kfwx-0.png);
}

.kefu-tool li.kf-hotline>.kf-icon {
    background-image: url(../images/icon-phone-0.png);
}

.kefu-tool li.Tsukkomi>.kf-icon {
    background-image: url(../images/icon-Tsukkomi.png);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.kefu-tool li>p {
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    width: 60px;
}

.return-top-btn {
    width: 70px;
    height: 70px;
    background-color: #FFF;
    border: 1px solid #276EF7;
    border-radius: 2px;
    margin-top: 5px;
    cursor: pointer;
    visibility: hidden;
    background: #276EF7;
    background-position: center center;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

.return-top-btn>img {
    display: block;
    width: 34px;
    height: 34px;
    margin-left: 18px;
}

.return-top-btn>p {
    margin: 3px auto;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    width: 60px;
}

.kefu-tool .kf-item {
    width: 187px;
    padding: 15px;
    position: absolute;
    top: 0;
    left: -192px;
    background-color: #FFF;
    border: 2px solid #E9E9E9;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.kefu-tool .kf-item>img {
    width: 150px;
    height: 150px;
}

.kefu-tool .kf-item>p {
    font-size: 16px;
    color: #919191;
    line-height: 1;
    margin-top: 15px;
}

.kefu-tool .kf-item>i {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: rgba(145, 145, 145, 1);
    line-height: 20px;
    text-align: left;
    padding-left: 0px;
}

.kefu-tool .kf-item>span {
    display: block;
    font-size: 18px;
    font-family: DIN-Regular, DIN;
    font-weight: 400;
    color: #276EF7;
    line-height: 20px;
    letter-spacing: 2px;
    padding: 13px 6px 0 1px;
}

/**公告 */
.right-tool-notice {
    background-color: #FFAA03 !important;
}

.right-tool-notice .notice-icon {
    background-image: url(../images/icon-notice.png);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notice-tips {
    position: absolute;
    top: -20%;
    left: -122%;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    background-color: #EF5B5B;
    border-radius: 20px 20px 0 20px;
    padding: 0 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

/* 认证弹框 */
.prompt-bounced-wrapper,
.notice-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
}

.prompt-bounced {
    width: 340px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 37px 41px 35px;
}

.prompt-bounced .title {
    font-size: 16px;
    color: rgba(39, 124, 242, 1);
    text-align: center;
}

.prompt-bounced .container {
    font-size: 14px;
    color: rgba(119, 119, 119, 1);
    line-height: 20px;
    margin-top: 20px;
}

.prompt-bounced .attestationBtn {
    display: inline-block;
    width: 90px;
    height: 34px;
    background: rgba(39, 124, 242, 1);
    box-shadow: 0px 4px 6px 0px rgba(39, 124, 242, 0.2);
    border-radius: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 30px;
}

.prompt-bounced .useBtn {
    display: inline-block;
    width: 90px;
    height: 34px;
    background: #E3EDFF;
    box-shadow: 0px 4px 6px 0px rgba(39, 124, 242, 0.2);
    border-radius: 4px;
    font-size: 14px;
    color: #277CF2;
    line-height: 34px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}

.prompt-bounced .cancelBtn {
    display: inline-block;
    width: 90px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    color: #919191;
    line-height: 34px;
    text-align: center;
    margin-top: 30px;
    border: 1px solid rgba(205, 205, 205, 1);
    cursor: pointer;
}

.notice .particularsBtn {
    display: inline-block;
    width: 116px;
    height: 34px;
    background: rgba(254, 197, 89, 1);
    box-shadow: 0px 2px 8px 2px rgba(255, 195, 60, 0.3);
    border-radius: 4px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    top: 267px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.notice {
    width: 440px;
    height: 353px;
    background: url(../images/bg-notice.png);
    background-size: 440px 353px;
    border-radius: 8px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.notice .container {
    position: absolute;
    top: 220px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.notice .close-btn {
    left: 50%;
    top: 368px;
    transform: translateX(-50%);
}

.notice-tips {
    position: absolute;
    top: -20%;
    left: -122%;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    background-color: #EF5B5B;
    border-radius: 20px 20px 0 20px;
    padding: 0 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}