@charset "UTF-8";
/**
 * 
 * @authors 尚睿德创
 * @date    2016-04-30 10:50:41
 * @version $2.0$
 */
@import url(http://www.bootcss.com/p/buttons/css/buttons.css);
.faq .boxsbg,.faq .col-auto {padding: 0 20px;}
.faq .table_form th {width:40%;}
.faq .table_form td, .faq .table_form th {padding-top: 6px; padding-bottom: 6px;}
.faq .input-text, .faq .measure-input,.faq  textarea, .faq input.date, .faq input.endDate, .faq .input-focus {padding:4px 0 4px 5px;}
.faq .input-text{height: 28px;}
.faq .button {height: auto; background:#1b9af7; border-color:#1b9af7; height:34px; line-height:26px; padding: 3px 15px;}
.faq .button-3d {margin-top: 10px;}
.faq .ltable tr.name {color: #777;}
.faq .ltable tr.name td {padding-bottom: 5px; padding-left:15px; padding-right: 15px; font-size: 12px;}
.faq .ltable tr.wenti {font-size: 14px; background:#eee; color: #555; height: 30px; line-height: 30px; }
.faq .ltable tr.wenti:hover{background:#336699; color: #fff;}
.faq .ltable tr.wenti td {padding: 0 15px;}
.faq .ltable tr.wenti span {cursor: pointer;}
.faq .ltable tr.huifu {line-height: 20px; font-size: 14px; color: #555; display: none; background: #eee;}
.faq .ltable tr.huifu td{padding: 10px 15px;}
.faq .ltable {border-bottom:1px dotted #ccc; margin-bottom: 6px;}

.faq .button-raised.button-caution {
  border-color: #ff2939;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5c69), to(#ff2939));
  background: linear-gradient(#ff5c69, #ff2939); 
}
.faq .button-raised.button-caution:hover, .faq .button-raised.button-caution:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6c77), to(#ff1f30));
    background: linear-gradient(top, #ff6c77, #ff1f30); 
}
.faq .button-raised.button-caution:active, .faq .button-raised.button-caution.active, .faq .button-raised.button-caution.is-active {
    border-color: #ff1022;
    background: #f64c59;
}
.faq .tag_a { margin-bottom: 10px;}
.faq .col-auto .txt_c {margin-top: 20px;}
.faq .boxsbg h5 {height: 40px; line-height: 40px; color: #fff; background: #1b9af7; padding: 0 15px; margin-bottom: 5px; font-size: 15px;}
.faq .boxsbg h5 a.more {float: right; color: #fff; font-weight: normal;}
.faq .boxsbg h5 a.more:hover{color:#feae1b;}
.faq .col-auto {margin-bottom: 20px;}

.faq .tag_a a {color: #555; font-weight: normal;}
.faq .tag_a a.button-uppercase{color: #fff;}
.faq .tag_a a:hover {color:#feae1b;}
