.tips-mark {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.2);
     z-index: 10000;
     display: none;
 }

.tips-mark>div {
    width: 341px;
    height: 253px;
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index:10000;
}

.tips-mark>div>h6 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    padding: 19px 0;
    box-sizing: border-box;
    margin: 0;
}

.tips-mark>div>p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cccccc;
    padding: 19px;
    box-sizing: border-box;
}

.tips-mark>div>.only-tips_sure {
    width: 55px;
    height: 35px;
    background-color: #FF9C4E;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
    margin: 18px auto 0;
}

.tips-mark>div>p>i {
    color: #f0871a;
    font-size: 28px;
    margin-top: 3px;
    margin-right: 10px;
}

.tips-mark>div>.tips-user-option {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    padding-right: 28px;
    padding-top: 18px;
    box-sizing: border-box;
}

.tips-mark>div>.tips-user-option>span {
    display: block;
    width: 55px;
    height: 35px;
    background-color: #337ab7;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
}

.tips-mark>div>.tips-user-option>span:nth-of-type(2) {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    color: #666666;
    margin-left: 20px;
}



.qrcode-mark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

.qrcode-mark>div {
    width: 341px;
    height: 253px;
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index:10000;
}

.qrcode-mark>div>h6 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    /*border-bottom: 1px solid #cccccc;*/
    padding: 19px 0;
    box-sizing: border-box;
    margin: 0;
}

.qrcode-mark>div>p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-bottom: 1px solid #cccccc;*/
    padding: 19px;
    box-sizing: border-box;
}

.qrcode-mark>div>.only-tips_sure {
    width: 55px;
    height: 35px;
    background-color: #FF9C4E;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    cursor: pointer;
    margin: 18px auto 0;
}

.qrcode-mark>div>p>i {
    color: #f0871a;
    font-size: 28px;
    margin-top: 3px;
    margin-right: 10px;
}

.qrcode-mark>div>.tips-user-option {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    padding-right: 28px;
    padding-top: 18px;
    box-sizing: border-box;
}

.qrcode-mark>div>.tips-user-option>span {
    display: block;
    width: 55px;
    height: 35px;
    background-color: #337ab7;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
}

.qrcode-mark>div>.tips-user-option>span:nth-of-type(2) {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    color: #666666;
    margin-left: 20px;
}