.quick-entry-container {
    position: fixed;
    right: 30px;
    top: calc(100vh - 54px);
    z-index: 1000;
}

.quick-entry-item {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.quick-entry-item:not(:first-child) {
    margin-top: 10px;
}

.quick-entry-content {
    padding-right: 10px;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.quick-entry-item:hover .quick-entry-content {
    display: block;
    animation: zoomIn 0.3s ease-in-out;
}

.quick-entry-item-app {
    background: url(../../images/sub-pc/app-icon.png) no-repeat center / 40px 40px;
}

.quick-entry-item-app .quick-entry-content {
    width: 154px;
    height: 144px;
    background: url(../../images/sub-pc/qrcode-app.png) no-repeat left / 144px 144px;
}

.quick-entry-item-customer {
    background: url(../../images/sub-pc/online-service.png) no-repeat center / 40px 40px;
}

.quick-entry-item-customer .quick-entry-content span {
    border: 1px solid #DDDDDD;
    padding: 0 10px;
    background: #fff;
    white-space: nowrap;
    height: 44px;
    line-height: 44px;
}

.quick-entry-item-wechat {
    background: url(../../images/sub-pc/wechat-icon.png) no-repeat center / 40px 40px;
}

.quick-entry-item-wechat .quick-entry-content {
    width: 154px;
    height: 144px;
    background: url(../../images/sub-pc/qrcode-wechat.png) no-repeat left / 144px 144px;
}

.quick-entry-item-email {
    background: url(../../images/sub-pc/conatact-us.png) no-repeat center / 40px 40px;
}

.quick-entry-item-email .quick-entry-content span {
    border: 1px solid #DDDDDD;
    padding: 0 10px;
    height: 44px;
    background: #fff;
    line-height: 44px;
}


.quick-entry-item-5 {
    background: url(../../images/sub-pc/back-to-top.png) no-repeat center / 40px 40px;
}
