font-family:"Helvetica Neue", Ubuntu,"WenQuanYi Micro Hei", Helvetica,"Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Micro Hei Mono","WenQuanYi Zen Hei","WenQuanYi Zen Hei","Apple LiGothic Medium","SimHei","ST Heiti","WenQuanYi Zen Hei Sharp", Arial, sans-serif;
-webkit-font-smoothing:antialiased;
line-height:1.8em;
text-shadow:001pxrgba(255,255,255,0.1);
background:#fff;
}
img {border-width:0px;}
a{
color:#000;
text-decoration: none;
outline:none;
border:none;
}
.list, .listli, .list-leftli {
list-style: none;
list-style-type: none;
margin:0px;
padding:0px;
}
.pos-f {
position: fixed;
}
.left-100 {
width:100%;
height:100%;
}
.blur {
-webkit-filter:blur(3px);
filter:blur(3px);
}
.tr3 {
transition: all .3s;
}
#DonateText {
position: fixed;
font-size:12px;
width:70px;
height:70px;
line-height:70px;
color:#fff;
background:#ffd886 url(../img/like.svg) no-repeat center 10px;
background-size:20px;
border-radius:35px;
text-align: center;
left:calc(50%-120px);
top:calc(50%-60px);
z-index:-1;
transform:rotatez(-15deg );
}
#donateBox {
left:calc(50%-150px);
top:calc(50%-15px);
background-color:#fff;
border:1px solid #ddd;
border-radius:6px;
width:299px;
height:28px;
float: left;
z-index:1;
}
#donateBoxli {
width:74px;
/*float: left;*/
float: right;
text-align: center;
border-left:1px solid #ddd;
background: no-repeat center center;
background-color:rgba(204,217,220,0.1);
background-size:45px;
transition: all .3s;
cursor: pointer;
overflow: hidden;
line-height:600px;
height:28px;
-webkit-filter:grayscale(1);
filter:grayscale(1);
opacity:0.5;
}
#donateBoxli:hover {
background-color:rgba(204,217,220,0.3);
-webkit-filter:grayscale(0);
filter:grayscale(0);
opacity:1;
}
#donateBox>li:first-child {
border-width:0;
}
#donateBoxa {
display: block;
}
#donateBox#PayPal {
background-image: url(../img/paypal.svg);
}
#donateBox>#BTC {
background-image: url(../img/bitcoin.svg);
line-height:28px;
}
#donateBox>#BTC:hover {
overflow: visible;
}
#BTC>button {
opacity:0;
cursor: pointer;
}
#donateBox#AliPay {
background-image: url(../img/alipay.svg);
}
#donateBox#WeChat {
background-image: url(../img/wechat.svg);
}
#QRBox {
top:0;
left:0;
z-index:1;
background-color:rgba(255,255,255,0.3);
display: none;
perspective:400px;
}
#MainBox {
cursor: pointer;
position: absolute;
text-align: center;
width:200px;
height:200px;
left:calc(50%-100px);
top:calc(50%-100px);
background:#fff no-repeat center center;
background-size:190px;
border-radius:6px;
box-shadow:0px2px7pxrgba(0,0,0,0.3);
opacity:0;
transition: all 1s ease-in-out;
transform-style: preserve-3d;
transform-origin: center center;
overflow: hidden;
}
#btc-key {
opacity:0;
width:2px;
height:8px;
overflow: hidden;
left:-2px;
top:-8px;
}
#github {
width:24px;
height:24px;
left:calc(50%+135px);
top:calc(50%-30px);
background: no-repeat center center url(../img/github.svg);