| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 |
- html,
- body,
- div,
- span,
- applet,
- object,
- iframe,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p,
- blockquote,
- pre,
- a,
- abbr,
- acronym,
- address,
- big,
- cite,
- code,
- del,
- dfn,
- em,
- img,
- ins,
- kbd,
- q,
- s,
- samp,
- small,
- strike,
- strong,
- sub,
- sup,
- tt,
- var,
- b,
- u,
- i,
- center,
- dl,
- dt,
- dd,
- ol,
- ul,
- li,
- fieldset,
- form,
- label,
- legend,
- table,
- caption,
- tbody,
- tfoot,
- thead,
- tr,
- th,
- td,
- article,
- aside,
- canvas,
- details,
- embed,
- figure,
- figcaption,
- footer,
- header,
- hgroup,
- menu,
- nav,
- output,
- ruby,
- section,
- summary,
- time,
- mark,
- audio,
- video {
- margin: 0;
- padding: 0;
- border: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline
- }
- html {
- line-height: 1
- }
- ol,
- ul {
- list-style: none
- }
- table {
- border-collapse: collapse;
- border-spacing: 0
- }
- caption,
- th,
- td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle
- }
- q,
- blockquote {
- quotes: none
- }
- q:before,
- q:after,
- blockquote:before,
- blockquote:after {
- content: "";
- content: none
- }
- a img {
- border: none
- }
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- hgroup,
- main,
- menu,
- nav,
- section,
- summary {
- display: block
- }
- body {
- font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif
- }
- a {
- text-decoration: none
- }
- a:hover,
- a:focus {
- text-decoration: none
- }
- .clearfix:before,
- .clearfix:after {
- content: "";
- display: table;
- }
- .clearfix:after {
- clear: both;
- }
- .clearfix {
- zoom: 1;
- }
- .fl {
- float: left;
- }
- .rl {
- float: right;
- }
- .download_bg{
- position: absolute;
- display: -webkit-box;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- width: 100%;
- height: 100%;
- background: url(../img/bg.png) no-repeat;
- background-size: 100% 100%;
- }
- header{
- position: absolute;
- top: 13.568215892053972%;
- left: 50%;
- margin-left: -96.305px;
- text-align: center;
- }
- header h1{
- font-size: 30px;
- font-family: "microsoft yahei";
- font-weight: 600;
- color: #FFFFFF;
- }
- header h1 span:nth-of-type(2){
- display: inline-block;
- background-color: #c2352b;
- }
- header p{
- font-size: 18px;
- font-family: "黑体";
- margin-top: 4px;
- letter-spacing: 3.4px;
- }
- footer{
- position: absolute;
- left: 50%;
- margin-left: -112px;
- bottom: 12.368815592203898%;
- }
- footer .download_btn {
- display: inline-block;
- width: 224px;
- height: 44px;
- box-sizing: border-box;
- line-height: 44px;
- text-align: center;
- font-size: 19px;
- font-weight: normal;
- color: #3bade4;
- background-color: #FFFFFF;
- white-space: nowrap;
- vertical-align: middle;
- -ms-touch-action: manipulation;
- touch-action: manipulation;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 4px;
- }
- .wxtip{
- background: rgba(0,0,0,0.8);
- text-align: center;
- position: fixed;
- left:0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 998;
- display: none;
- }
- .wxtip-icon{
- width: 164px;
- height: 153px;
- background: url(../img/weixin-tip.png) no-repeat;
- display: block;
- position: absolute;
- right: 20px;
- top: 20px;
- }
- .wxtip-txt{
- margin-top: 150px;
- color: #fff;
- font-size: 16px;
- line-height: 1.5;
- }
- #downloadBtnW{
- display: none;
- }
|