
/* CSS Document */
* { margin: 0; padding: 0; list-style: none; word-break: break-all;}
html {}
body { color: #000; text-align: center; font: 0.24rem/1.75 "微软雅黑"; background: #f5f5f5;}
img { max-width: 100%; height: auto; border: 0; vertical-align: middle;}
table {border-collapse: collapse;border-spacing: 0 }
input, select, button, textarea {font-size: 100%;font-family: inherit;margin: 0;padding: 0;outline: none; }
a { color: inherit; text-decoration: none; }

.wrapper { max-width: 7.5rem; min-height: 100vh; margin: 0 auto; padding-top: 6.3rem; box-sizing: border-box; overflow: hidden; background: url(../image/bg.jpg) top center no-repeat #fff; background-size: 100% auto;}
.down {}
.down ul {}
.down ul li {}
.down ul li a { display: inline-block;}
.down ul li img { width: 4.34rem; height: 1.16rem;}
.down ul li:nth-child(1) img { width: 2rem;}
.footer { padding: 0.1rem 0 0.4rem 0; font-size: 0.22rem; text-align: center;}

.pt { position: fixed; left: 0; right: 0; bottom: 0; margin: auto; max-width: 7.5rem;}
.pt img {}
.pt-close { display: block; width: 0.5rem; height: 0.5rem; background: url(../image/close.png) center center no-repeat; background-size: 100% 100%; position: absolute; top: 0.2rem; right: 0.4rem;}
.pt-blank { height: 2.71rem;}

