@charset "gb2312";
/* CSS Document */
a{
	text-decoration: none;
	color: #0033FF;
}
a:hover{
	color: #999999;
}

/*颜色开始********************************************/
.heishe {
	color: #000000;
}
.ren {
	color: #FF0000;
}
.red {
	color: #FF0000;
}
.zishe{
	color: #B63260;
}
.lvshe {
	color: #59AF03;
}
.jinshe {
	color: #FF9900;
}
.nanshe {
	color: #3399ff;
}
.white {
	color: #FFFFFF;
}
.huishe {
	color: #999999;
}
.huangshe {
	color: #F3D358;
}
.fenshe {
	color: #FF33CC;
}
/*颜色结束********************************************/

table{/*表格*/
	border-collapse:collapse;
	border-spacing:0;
	border: 0px solid #CCC;
	padding: 5px;
	margin-bottom: 5px;
}
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 #999;
	padding: 5px;
	background-color: #FFF;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
textarea{/*输入框（全站通用）*/
	width:98%;
	-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;
}
.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: #FF4351;/*按钮颜色*/
  border-color: #FF4351;
  color: #FFF;/*字体颜色*/ 
 }
/*个性按钮（全站通用）结束********************************************/

/*大师聊天文字滚动框开始*********************************************/
.dsgdk-lt{
	width:96%;
	height:350px;
	overflow-y:scroll;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#txt{ 
 position:relative;
  
}  
#txt p{  
 position:absolute;
 bottom:0px;
 padding:0px;
 margin:0px;
}
/*大师聊天文字滚动框结束*********************************************/













/*文章/星座/解梦模板开始----------------------------------------------------------*/
#nshow{
	padding-top:0px;
}
#nshow dl{
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 312px;
	margin: 3px;
	border: 1px solid #CCC;
	padding: 3px;
}
#nshow dt{/*width:300px;*/
	height:305px;
}
/*文章/星座/解梦模板结束---------------------------------------------------------*/

/*登陆注册页面模板开始-----------------------------------------------------------*/
.txt_input{/*login登陆页面输入框*/
	width:250px; height:36px; border:1px solid #cad2db;padding:0 5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; line-height:36px; margin-bottom:10px; font-size:14px; color:#717171; font-family:Arial;
}
.sub_button{/*login登陆页面登录按钮*/
	width:262px;
	line-height: 35px;
	background:#900;
	border:1px solid #989898;
	text-align: center;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
}
.login-reg{/*login登陆页面注册按钮*/
	width:262px;
	line-height: 25px;
	background:#989898;
	border:1px solid #989898;
	text-align: center;
	color:#00F;
	font-size: 14px;
	border-radius: 3px;
}
/*登陆注册页面模板结束-----------------------------------------------------------*/

/*商城系统模板开始------------------------------------------------------------*/
.shop1200{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.main_img{/*置顶的情况下，推荐小图标位于图片左上角*/
	display: block;
	position: relative;
	overflow: hidden;
}
.main_img .new{/*置顶的情况下，推荐小图标位于图片左上角*/
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/tuijian.png) no-repeat center;
}
.fenlei_left{/*左侧栏*/
	margin-bottom:10px;border-top-width: 1px;border-top-style: solid;border-top-color: #999;
}
#show_cl{/*分类搜索查询商品排列*/
	padding-top:0;
}
#show_cl dl{/*商品排列*/
	float:left;
	display:inline;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 5px;
	padding: 2px;
}
#show_cl dt,#show_cl dt img{/*分类搜索查询商品排列*/
	width:196px;
	height:200px;
}
#show_cl dd{/*分类搜索查询商品排列*/
	height:58px;
	line-height:20px;
	text-align:center;
	margin-left:0px;
	margin-right: 0px;
}
#sokuan-sj {/*搜索*/
	background-color: #7A9900;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.anliu-sj{/*搜索按钮*/
	padding: 8px;
	border: 1px solid #B8B8B8;
	background-color: #7A9900;
	color: #FFF;
	font-weight: bold;
	width: 150px;
}
.sokuan-sj {/*搜索框*/
	padding: 8px;
	border: 1px solid #B8B8B8;
	width: 512px;
}
.left-sj{/*左侧分类*/
	background-color: #900;
	padding: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	line-height: 19px;
}
.shoplink {/* 购买按钮 */
	background-color: #FF4400;
	border: 1px solid #FF5519;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 18px;
}
.shoplink_xj {/* 已下架按钮 */
	text-align: center;
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 10px;
	padding-left: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 18px;
	background-color: #F0F0F0;
}
.shoplink2 {/* 免注册购买按钮 */
	background-color: #FFE4D0;
	border: 1px solid #F0CAB6;
	text-align: center;
	color: #E5511D;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 18px;
}
#show{/*最新人气商品排列*/
	padding-top:0;
}
#show dl{/*最新人气商品排列*/
	float:left;
	display:inline;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin:5px;
	padding: 5px;
}
#show dt,#show dt img{/*最新人气商品排列*/
	width:218px;
	height:218px;
}
#show dd{/*最新人气商品排列*/
	height:58px;
	line-height:20px;
	text-align:center;
	margin-left:0px;
	margin-right: 0px;
}
/*商城系统模板结束------------------------------------------------------------*/

/*大师系统模板开始-----------------------------------------------------------*/
.dashi1200{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.taitou{/*指南说明*/
	font-size: 21px;
	background-color: #610000;
	padding: 5px;
	/*text-align: center;
	font-weight: bolder;*/
	border: 1px solid #F9BB1D;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #FFF;
}
.right_dsh{/*右侧栏*/
	background-color: #610000;
	color: #FFF;
	border: 2px solid #F9BB1D;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.txt_input_dashi{/*右侧登录输入框*/
	width:210px;
	height:36px;
	border:1px solid #999;
	padding:0 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	line-height:36px;
	margin-bottom:10px;
	font-size:14px;
	color:#717171;
	font-family:Arial;
}
.sub_button_dashi{/*右侧登录按钮*/
	width:220px;
	line-height:25px;
	background:#900;
	border:1px solid #999;
	text-align: center;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
}
.login-reg_dashi{/*右侧注册按钮*/
	width:220px;
	line-height: 25px;
	background:#989898;
	border:1px solid #999;
	text-align: center;
	color:#00F;
	font-size: 14px;
	border-radius: 3px;
}
.login-reg2_dashi{/*右侧申请预测师按钮*/
	width:220px;
	line-height: 25px;
	border:1px solid #CCC;
	text-align: center;
	color:#FFF;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
	background-color: #CC3300;
}
.login-show{/*大师主页服务列表*/
	padding: 3px;
	border: 1px solid #CCC;
	float: left;
	text-align: center;
	width: 216px;
	background-color: #FDFDFD;
	margin: 7px;
}
.login-show dt{/*大师主页服务列表*/
	height: 90px;
	color: #999;
}
.login-show div{/*大师主页服务列表*/
	width:195px;background-color: #3385FF;padding: 10px;border: 1px solid #CCC;
}
#dshmore{/*大师主页点选栏目*/
	border-top-width: 1px;border-top-style: solid;border-top-color: #333;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #333;border-bottom-color: #333;border-left-color: #333;
}
.dashi_show{
	/*大师首页列表开始**************************************************/
	padding-top:0;
	font-size: 13px;
}
.dashi_main_img{/*推荐大师列表，推荐小图标位于图片左上角*/
	display: block;
	position: relative;
	overflow: hidden;
}
.dashi_main_img .new{/*推荐大师列表，推荐小图标位于图片左上角*/
	width: 37px;
	height: 29px;
	/*height: 37px;*/
	position: absolute;
	top: 0;
	left: 0;
	background: url(../wap/dashi/img/hot2.png) no-repeat center;
	/*background: url(../wap/dashi/img/hot.png) no-repeat center;*/
}
.dashi_show dl{
	float:left;
	display:inline;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 7px;
	padding: 2px;
}
.dashi_show dt{
	width:300px;
	height:120px;
	line-height:20px;
}
.dashi_show dd{
	width:300px;
	height:90px;
	margin-left:0px;
	margin-right:0px;	
}
.dashi_input{
	background-color: #00AAEE;
	color: #FFF;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius:0.3em;
	border: 0px none #00AAEE;
}
.dashi_show_txt{/*浮动文字*/
	display:none;
	line-height: 24px;
	position: absolute;
	background-color: #FFF;
	padding: 2px;
	width: 296px;
	margin-top:-300px;
	filter:alpha(opacity=50);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	/*大师首页列表结束*************************************/
}
/*大师系统模板结束-----------------------------------------------------------*/

/*生肖运程模板开始----------------------------------------------------------*/
.backgrd{/*模板背景*/
	background-image: url(../ych/img/bank.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	line-height: 24px;
	color: #FFF;
}
.ychshow{/*生肖列表*/
	border: 1px solid #222;
	float: left;
	width: 200px;
	/*background-color: #F4FFFF;*/
	margin: 7px;
	text-align: center;
	padding: 3px;
	font-size: 26px;
	font-weight: bold;
}
.ychdiv{/*整体运程*/
	width:980px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #CCC;
	font-size: 23px;
	line-height: 40px;
	margin-bottom: 10px;
}
.ychimg{/*整体运程*/
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	height: 280px;
	width: 280px;
}
.ychclass{/*列表*/
	width:980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 23px;
	line-height: 40px;
}
.ychpic{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	margin-bottom: 0px;
}
/*生肖运程模板结束----------------------------------------------------------*/