@charset "utf-8";
/* CSS Document */

/* index_wrapper --------------------------------------------------------------------*/
.index_wrapper { width:800px; background:#FFF; margin:0 auto; }
.index_wrapper h1 { color:#999; font-size:12px; font-weight:normal; line-height:30px; }

/* index_bar --------------------------------------------------------------------*/
.index_bar { margin:15px 0; }

/* index_btn --------------------------------------------------------------------*/
.index_btn { margin:0 auto; }
.index_btn td { color:#999; text-align:left; }

/* index_mobile --------------------------------------------------------------------*/
.index_mobile { margin:0 auto; }
.index_mobile td { vertical-align:top; }
.index_mobile p { color:#CF1A00; font-size:10px; margin-bottom:10px; }
.index_mobile strong { font-size:18px; font-weight:bold; }
.mobile_qr { float:left; }

/* index_copyright --------------------------------------------------------------------*/
.index_copyright { color:#FFF; background:#63080F; line-height:40px; }
.index_copyright a { color:#FFF; }

