body { margin: 0; padding: 0; font-size: 15px; line-height: 28px; font-family: "Microsoft YaHei"; color: #333333; min-height: 480px; background: #eeeeee; }
a, a:link, a:visited, a:active { color: #333333; text-decoration: none; }
    a:hover { text-decoration: underline; color: #333333; }
a, img { border: 0; margin: 0; padding: 0; }
ol, ul, li, h1, h2, h3, h4, p, tr, td, th { margin: 0; padding: 0; }
h2 { font-size: 16px; color: #c81818; }
h3, h3 a:link, h3 a:hover, h3 a:active, h3 a:visited { font-size: 14px; color: #c81818; }
hr { clear: both; background: url(/content/img/hr.jpg) no-repeat center center; border: 0px; height: 2px; }
.clear { clear: both; height: 0px; font-size: 0px; zoom: 0; line-height: 0px; }
.red, .red:link, .red:visited, .red:active, .red:hover { color: #c81818; }
.left { float: left; }
.right { float: right; }
table { border: 0; margin: 0; border-collapse: collapse; border-spacing: 0; width: 100%; }

/*阴影*/
.box_shadow { border: 1px solid #dddddd; border-radius: 3px; -moz-box-shadow: 0px 0px 5px #ddd; -webkit-box-shadow: 0px 0px 5px #ddd; box-shadow: 0px 0px 5px #ddd; }

#main { margin: 0 0 55px 0; }
/* 首页 */
.home_page { background: #fff; }
    .home_page .imgs { text-align: center; }
        .home_page .imgs img { width: 47%; margin: 0 4px 4px 4px; float: left; }

.header { }
    .header img { width: 100%; }

/*底部*/
.footer { position: fixed; bottom: 0; width: 100%; padding: 0; margin: 0; background: #0f3d4f; z-index: 99999; }
    .footer img { width: 25%; height: 45px; }

/*文章*/
.topic_page { padding: 20px 15px; }
    .topic_page .topic { }
        .topic_page .topic .title { color: #000; font-weight: bold; font-size: 18px; padding-bottom: 10px; }
        .topic_page .topic .banner { max-width: 418px; margin: 0 auto; text-align: center; }
            .topic_page .topic .banner img { width: 100%; }
        .topic_page .topic .date { color: #999999; font-size: 12px; }
        .topic_page .topic .sitename { color: #607fa6; }
        .topic_page .topic .content { padding: 15px 0 10px 0; }
            .topic_page .topic .content img { max-width: 100%; }
        .topic_page .topic .bottom { }
            .topic_page .topic .bottom .hot { color: #999999; font-size: 12px; }
            .topic_page .topic .bottom .good { color: #999999; font-size: 12px; }

    /*文章列表*/
    .topic_page .topiclist { }
        .topic_page .topiclist ul { }
        .topic_page .topiclist li { margin-left: 20px; border-bottom: #bfc0c1 1px dashed; padding: 8px 0; font-size: 16px; }

/*在线留言*/
.message_page { padding: 20px 15px; }
input[type='text'], input[type='password'], textarea, select { width: 80%; margin: 0; color: #666666; border-radius: 2px; border: 1px #cbcbcb solid; background-color: #fff; padding: 4px; -moz-box-shadow: inset 0 3px 3px #efefef; -webkit-box-shadow: inset 0 3px 3px #d4d3d3; box-shadow: inset 0px 0px 8px #d4d3d3; }
textarea { height: 80px; }
.form_input { margin-bottom: 10px; }
.form_button { text-align: center; }
    .form_button button { padding: 10px 0; width: 100%; font-weight: bold; font-size: 15px;background: url(../img/btn_bg.jpg); border: 1px solid #c93f44;color:#fff;border-radius:2px; }

/*今日报价*/
.spotprice_page { padding: 20px 5px; color: #000; text-shadow: none; }
    .spotprice_page .table_title { background: url(../img/spotprice_table_title.png) no-repeat center top; text-align: center; font-weight: bold; font-size: 16px; color: #fff; height: 35px; line-height: 35px; }
    .spotprice_page table { text-align: center; }
        .spotprice_page table th { background: url(../img/spotprice_th_bg.jpg); color: #fff; height: 46px; line-height: 46px; }
        .spotprice_page table td { border: 1px solid #ddd; padding: 5px 0; }
        .spotprice_page table tbody tr:nth-child(even) { background: #f6f4f3; }
    .spotprice_page .search { padding: 20px 0; text-align: left; }
        .spotprice_page .search .result { margin:10px 0 0 0; }
.search select { width: 80px; }
.spotprice_page .search input[type='text'] { width: 80px; }
.spotprice_page .search button { background: url(../img/btn_bg.jpg); border: 1px solid #c93f44; padding: 4px 15px; color: #fff; border-radius: 2px; }

.ui-input-text { display: inline-block; }
.ui-btn { display: inline-block; }
.ui-btn-text { display: none; }
.ui-select { display:inline-block;}
.ui-select span{ display:none}
