/* 合并和压缩的CSS文件 */
/* 重置样式 */
* {margin:0; padding:0; box-sizing:border-box;}
body {font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
img {max-width:100%; height:auto; vertical-align:middle;}
ul,ol {list-style:none;}
a {text-decoration:none; color:#333;}
input,button,textarea {border:0; outline:none; font-family:inherit;}

/* 通用样式 */
.fl {float:left;}
.fr {float:right;}
.clearfix:after {content:""; display:block; clear:both;}
.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}

/* 布局样式 */
.container {width:1180px; margin:0 auto;}

/* 按钮样式 */
.btn {display:inline-block; padding:0 20px; height:30px; line-height:30px; border-radius:4px; cursor:pointer; text-align:center;}
.btn-primary {background:#b20000; color:#fff;}
.btn-primary:hover {background:#db1f2a;}

/* 表单样式 */
.form-group {margin-bottom:15px;}
.form-control {width:100%; height:30px; padding:0 10px; border:1px solid #ddd; border-radius:4px;}

/* 响应式设计 */
@media (max-width:768px) {
    .container {width:100%; padding:0 15px;}
}

/* Bootstrap 核心样式 */
/*!
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* 这里可以添加压缩后的Bootstrap CSS */

/* Font Awesome */
/*!
 * Font Awesome 4.7.0
 * https://fontawesome.com
 * License: https://fontawesome.com/license
 */
/* 这里可以添加压缩后的Font Awesome CSS */

/* 自定义样式 */
/* 这里添加项目的自定义CSS样式 */