/**
 * @Author:      iger
 * @DateTime:    2017-09-11 15:12:08
 * @Description: price.css
 */
@font-face {font-family: "special";
  src: url('../font/iconfont.eot?t=1472525753'); /* IE9*/
  src: url('../font/iconfont.eot?t=1472525753#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff?t=1472525753') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf?t=1472525753') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg?t=1472525753#special') format('svg'); /* iOS 4.1- */
}



.footer-links ul { width: 128px; }
.header { position: fixed; left: 0; top: 0; right: 0; z-index: 1000; }

.banner { margin-top: 31px; overflow: hidden; }
.banner img { position: relative; left: 50%; margin-left: -960px; }
.table { background-color: #ff9bb1; padding-bottom: 30px; }

table { margin-top: 31px; border-collapse: collapse; border-spacing: 0; background-color: #ffe4ef; }
table td, table th { padding: 10px; border: 1px solid #fea0c4; font-size: 14px; }
table tr:hover, table th { background-color: #fd639e; color: #fff; }
table th { font-size: 16px; }
table tr td:first-child { text-align: center; }