@charset "gb2312";
/* CSS Document */
a{
	text-decoration: none;
	color: #03F;
}
a:hover{
	color: #999;
}

/*颜色开始--------------------------------------------------------------------------------*/
.heishe {
	color: #000;
}
.ren {
	color: #F00;
}
.red {
	color: #F00;
}
.zishe{
	color: #B63260;
}
.lvshe {
	color: #6C0;
}
.jinshe {
	color: #F90;
}
.nanshe {
	color: #3399ff;
}
.white {
	color: #FFF;
}
.huishe {
	color: #999;
}
.huangshe {
	color: #F3D358;
}
.fenshe {
	color: #F3C;
}
/*颜色结束--------------------------------------------------------------------------------*/

table{/*表格*/
	border-collapse:collapse;
	border-spacing:0;
	border: 0px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}
table tr {
  line-height: 0;
}
img{
	border:0
}
#mind img{/*图片自适配大小*/
	max-width:100%;
}
.TabbedPanelsContent img{/*图片自适配大小*/
	max-width:100%;
}
.clear{/*溢出换行*/
	clear:both;
}
hr {/*横线*/
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
}
input,select{/*输入框、下拉框（全站通用）*/
	border: 1px solid #CCBBD7;
	padding: 7.5px 5px;
	background-color: #FFF;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
}
select {
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("/content/images/down_arrow.png") no-repeat scroll 97% center transparent;
  background-size: 12px 12px;

	padding: 10px 20px 10px 10px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
}
textarea{/*输入框（全站通用）*/
	width:97%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.textarea_comments {
	width: 98%; /*自动适应父布局宽度*/
	overflow: auto;
	word-break: break-all;								/*在ie中解决断行问题(防止自动变为在一行显示，主要解决ie兼容问题，ie8中当设宽度为100%时，文本域类容超过一行时，当我们双击文本内容就会自动变为一行显示，所以只能用ie的专有断行属性"word-break或word-wrap"控制其断行)*/
}
.ruku{/*入库按钮*/
	color: #FFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	background-color: #C00;
	font-size: 18px;
}
#wlq {/*求签按钮（全站通用）*/
	background-color: #894502;
	text-align: center;
	border: 1px solid #999;
	color: #FFF;
	padding: 10px;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.zancai_bg{/*赞踩背景*/
	background-color: #FFFFE6;
	padding: 5px;
}
.zanyixia{/*赞一下*/
	color: #F00;
}
.caiyixia{/*踩一下*/
	float:right;
	color: #F00;
}
#dsgdk-lt{/*大师聊天文字滚动框*/
	width:98%;
	height:250px;
	overflow-y:scroll;
	padding: 5px;
	border: 1px solid #999;
}
.pl_fabiao{/*底部评论按钮*/
	float:right;
	color:#FFF;
	background-color:#749FB2;
	border: 2px solid #CCD4D9;
	padding-right: 25px;
	padding-left: 25px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.fenye_foot{/*底部分页*/
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #CCCCCC;
}
.fenye_foot_02{/*底部分页*/
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #BBBBBB;
	color: #999999;
	background-color: #CCC;
}

/*个性按钮（全站通用）开始-----------------------------------------------------------------------------------*/
.button_of {
  color: #666;
  background-color: #EEE;
  border-color: #EEE;
  font-weight: 300;
  font-size: 16px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  /*
  * Disabled State
  *
  * The disabled state uses the class .disabled, is-disabled,
  * and the form attribute disabled="disabled".
  * The use of !important is only added because this is a state
  * that must be applied to all buttons when in a disabled state.
  */ }

.button-glow_of {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: glowing;
          animation-name: glowing; }

.button-rounded_of {
  border-radius: 4px; }

.button-caution_of{
  background-color: #782FAA;/*按钮颜色*/
  border-color: #782FAA;
  color: #FFF;/*字体颜色*/
 }

 .bf-music-box {
   margin: 10px 0;
 }
 .bf-music-box audio {
   margin-top: 10px;
 }
/*个性按钮（全站通用）结束-----------------------------------------------------------------------------------*/
.qidao-wraper {
  width: 800px;
  margin: 0 auto;
}

.input-line1 {
  text-align: center;
  margin: 5px 0;
}
.input-text1 {
  display:inline-block;
  color: #F5512B;
  font-size: 18px;
}


.zhuti-input {
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #782FAA;
  text-align: center;width:400px
}

.qidao-btn-line {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}

#GuestContent {
  width: 778px;
  font-size: 13px;

  padding: 10px 10px;
}
