﻿/***TAIJI CSS配置
    这是一个标准的HTML5网站
    所有不支持HTML5.01标准的浏览器，将不能得到支持。包括IE5,6,7,8,9
***/

/***LayOut***/
*{
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    -webkit-tap-highlight-color:transparent;
}
body{background:#fff;color:#000;margin:0 auto;max-width:1280px;}
body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#wrapper{position:relative;}
.full-screen{position:absolute;left:0px;right:0px;top:0px;bottom:0px;overflow:hidden;max-width:1280px;}
.logo {width:30%;margin-left:35%;margin-top:30px;}
.site-name{text-align:center;letter-spacing:30px;margin-top:35px;margin-bottom:35px;}
.qrcode{width:30%;margin-left:35%;max-width:640px;}
.crop{text-align:center;width:100%;}
.crop h1,.crop h2,.crop h3,.crop h4,.crop h5{color:#000;}
.crop address{color:#efefef;}
