
.withdrawalPrompt {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.promptCon {
       position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    /* transform: translate(-50%, -50%); */
    /* background: url(https://static.shinewonder.com/user/assets/img/promptCon2.png) no-repeat center; */
    /* background-size: 100% 100%; */
    width: 752px;
    height: 550px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Microsoft YaHei", "微软雅黑";
}
.withdrawalDeleIcon{
	    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 30px;
}

.promptConTitle {
	 font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
				margin: 20px 0;
}
.withCodeTip{
	 font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
   color: #060606;
				line-height: 25px;
}
.withCodeTipRed{
	color: red;
}
.promptTip,
.promptTipBlue {
    line-height: 28px;
    color: #0b0b0b;
				 font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.promptTipBlue{
	 color: rgb(103, 103, 250);
		text-decoration: none;
    margin-left: -6px;
}

.delepromptCon {
    position: absolute;
    right: 153px;
    width: 151px;
    height: 28px;
    bottom: 17px;
    cursor: pointer;
}

.delepromptCon:hover {
    opacity: 0.8;
}

.withdrawalButWrap {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.withdrawalCode{
	width: 215px;
	height: 215px;
	margin-right: 30px;
}
.withdrawalBut {
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FD8807;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
				margin-top: 15px;
}

.withCodeTipWrap{
 margin-top: 30px;
}
.promptTipRed{
    color: red;
    font-weight: bold;
}