<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.msg_box{
    width: 348px;
    height: 240px;
    background-color: #ffffff;
    margin-left: 40px;
    box-shadow: 0 0 8px #ababab;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    text-align: center;
}
.msg_title{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.msg_pic{
    align-self:center;
}
.close_pic{
	display:block;
	width:15px;
	height:15px;
	vertical-align:top;
    background-image:url("../../images/client/img2/close_icon.png");
    background-repeat:no-repeat;
}
.msg_confirm{
    width: 124px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    background-color: #2CAFFF;
    border-radius: 6px;
    text-align: center;
    align-self: center;
    margin-top: 25px;
    cursor: pointer;
    display: inline-block;
}

.tab_msg{
    width: 350px;
    height: 240px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 8px #ababab;
    margin-left: 40px;
    z-index: 99999;
    position: absolute;
}
.tab_msg_title{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.tab_msg_pic{
	width: 72px;
	height: 72px;
}
.tab_close_pic{
	display:inline-block;
	cursor:pointer;
	width:15px;
	height:15px;
    background-image:url("../../images/client/img2/close_icon.png");
    background-repeat:no-repeat;
}
.tab_msg_confirm{
    width: 124px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    background-color: #2CAFFF;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    margin-bottom:10px;
    cursor: pointer;
    display: inline-block;
}
.tab_msg_confirm_close{
    width: 124px;
    height: 43px;
    line-height: 43px;
    color: #ffffff;
    background-color:red;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
    margin-bottom:10px;
    cursor: pointer;
    display: inline-block;
}

.tab_close_td{
	text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}</pre></body></html>