<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gave {
    /* height: 85px; */
	box-sizing:content-box;
    height: 135px;
	margin-top:15px;
    position: relative;
    text-align: center;
}

.gave .code::after {
    /*
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 10px;
	*/
	box-sizing:content-box;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7.5px;
    position: absolute;
    top: 100%;
    width: 0;
}
.gave .code {
    /*
	box-shadow: 0 0 15px #e5e5e5;
    border-radius: 5px;
    box-sizing: content-box;
    background: #fff none repeat scroll 0 0;
    width: 180px;
    height: 160px;
    margin-left: -110px;
	*/
	box-sizing:content-box;
    bottom: 100%;
    color: #68b3de;
    display: none;
    font-size: 13px;
    left: 50%;
    padding: 20px;
    position: absolute;
    z-index: 999;

	background:url(dashangBg.png);
    width: 195px;
    height: 202px;
    margin-left: -120px;
    bottom: 50%;
}
.gave .codeWidth1 {
	box-sizing:content-box;
    padding-left:29px;width: 186px;
}
.gave .codeWidth2 {
	box-sizing:content-box;
    margin-left: -225px;
	background:url(dashangBg2.png);
    width: 408px;
}
.gave .codeWidth3 {
	box-sizing:content-box;
    margin-left: -343px;
	background:url(dashangBg3.png);
    width: 648px;
}
.gave a {
/*
    background: #f06363 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 18px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 75px;
    text-decoration: none;
	*/
}

.gave .code .img {
    height: 170px;
    width: 170px;
    border: medium none;
}

.gave .code .font {
	font-size:16px;font-weight:bold;color:#000;margin:15px;
}

.QR_area{font-family:"microsoft yahei";text-align:center;background:#f1f1f1;padding:10px 0;color:#666;margin:20px auto;width:96%}
p.QR_title{font-size:15px;margin:0 0 10px}
</pre></body></html>