@charset "utf-8";
/* 全局样式 */
html, body { text-align: center; font-family:arial, "微软雅黑"; margin:0; padding:0; font-size:14px; color:#000;height: 100%;}
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4 {margin: 0; padding: 0; border: 0; }
ul,li{list-style-type:none;}
a{ cursor:pointer;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active{ text-decoration:none; background:none;}

.top{ width:100%; height:78px; background:url(images/top_bg.png) repeat-x; border-bottom:1px solid #b2ab94; text-align:center; font-size:24px; line-height:78px; color:#2E2E2E; margin:0 auto}

.main{ width:900px; margin:0 auto}

.main .down{ width:500px; margin:40px auto; padding-bottom:20px}
.main .and{ width:200px; height:50px; background:url(images/and.png) no-repeat; float:left; display:block}
.main .ios{ width:200px; height:50px; background:url(images/ios.png) no-repeat; float:right; display:block}
.main .yyj{ width: 280px;  margin: 0 auto;}
.main p{ margin: 0 auto; font-size:1.5em; text-align: centerr; line-height: 2em; color: #666;}

.main .note{ width:900px; border-top:1px solid #ddd; }
.main .note .pic{ float:left; margin-top:20px;}
.main .note .text{ width:520px; float:right; margin-top:3%; }
.main .note .text p{ width:100%; font-size:14px; color:#333; text-indent:2em; text-align:left; line-height:35px;}

.footer{ width:100%; border-top:1px solid #ccc; margin:30px auto 0; text-align:center; line-height:60px; color:#6E6E84;}
