@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; box-sizing:border-box;}
body { background:#eee; font:normal normal normal 14px/22px Gotham, Arial,Microsoft YaHei; color:#333; }
a { text-decoration:none;}
.mybox { background:#fff;  width:980px; margin:15px auto 0 auto; }
.yjcon { padding:15px;}
.mytb1 { background:#fff; border:#ddd 1px solid;  border-bottom:none; }
.mytb1 th,.mytb1 td { padding:10px 15px; border-bottom:#ddd 1px solid; vertical-align:middle; }
.mytb1 th { background:#3c4049; color:#fff; }
.mytb1 td em { font-style:normal; color:#777; }
.mesg1 { background:#fffae1; padding:10px; color:#888; font-size:12px; }
.btn_buy1 { display:inline-block; background:#e9e9e9; border-radius:3px; box-shadow:3px 3px 5px rgba(0,0,0,0.2); white-space:nowrap; width:90px; text-align:center; line-height:32px; color:#1071df;  }
.btn_buy1:hover { color:#fff; background:#cc3333}

.footer { padding:20px; border-top:#ddd 1px solid;}
