.popqrcode-contain {
    width: auto;
    display: flex;
    position: relative;
}
.popqrcode-btn {
    display: inline-block;
    height: 28px;
    margin-top: 16px;
    line-height: 28px;
    background: #ef4646;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.middle-qrcode {
    width: 72px;
}

.popqrcode-btn:hover+ .popqrcode-notice {
    display: block;
}

.popqrcode-notice {
    background: #fff;
    display: none;
    width: 150px;
    height: 175px;
    border: 1px solid #9D9D9D;
    margin-left: 10px;
    border-radius: 8px;
    z-index: 999;
}

.popqrcode-notice-main-goods {
    position: absolute;
    left: 120px;
    top: 8px;
}

.popqrcode-notice-middle-goods {
    position: absolute;
    left: 72px;
    top: 5px;
}

.popqrcode-notice .notice-text {
    color: #9D9D9D;
    width: 100%;
    height: 20px;
    text-align: center;
    padding: 5px;
}
.popqrcode-notice .notice-qrcode {
    width: 135px;
    height: 135px;
    margin: 10px auto auto;
}
.popqrcode-notice .shixin {
    border:10px solid transparent;
    border-right-color: #9D9D9D;
    position: absolute;
    top: 10px;
    left: -20px;
}
.popqrcode-notice .kongxin {
    border:10px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 10px;
    left: -19px;
}