﻿/*抽签：首页*/
/*抽签banner*/
.chouqian_banner,
.chouqian_banner_bg
{
    width: 100%;
    height: 130px;
    margin: auto;
    background-image: url(shengri/chouqian_banner.png);
    background-position: center;
    background-repeat: repeat-x;
}
.chouqian_banner
{
    width: 1120px;
    background-repeat: no-repeat;
}
.chouqian_banner h1,
.chouqian_banner p
{
    top: -500px;
    position: absolute;
}
.chouqian_box
{
    width: 1160px;
    position: relative;
    overflow: hidden;
}
.chouqian_box:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.chouqian_box li
{
    float: left;
    display: inline-block;
    border: 1px solid #BC8760;
    width: 248px;
    height: 148px;
    margin-top: 40px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.chouqian_box li img
{
    width: 248px;
    height: 148px;
    transform: translate(0,0);
    transition: all .4s;
}
.chouqian_box li span
{
    display: block;
    width: 250px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
	overflow: hidden;
    background: rgba(188,135,96,0.9);
}
.chouqian_box li:hover img
{
    transform: scale(1.08, 1.08);
    transition: all .4s;
}

/*抽签：表单*/
.chouqian_form
{
    width: 200px;
    position: relative;
    left: 460px;
    bottom: 280px;
    z-index: 88;
    text-align: center;
}
.chouqian_form img
{
    margin: auto;
}
.chouqian_form .chouqian_qt
{
    cursor: pointer;
    width: 100px;
}
.chouqian_form .chouqian_qt_2
{
    width: 100px;
}
.chouqian_form .chouqian_jg
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    background: #ff0000;
}

/*抽签：包装*/
.chouqian_wrapper 
{
    width: 1118px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 1px solid #eaeaea;
}
.chouqian_wrapper:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.chouqian_list
{
    padding: 0px 44px;
}
.chouqian_list h1
{
    text-align: center;
    padding-bottom: 0px;
}
.chouqian_list h2
{
	height: auto;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
.chouqian_list h2 a
{
    color: #333333;
}
.chouqian_cnt
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.chouqian_cnt:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.chouqian_cnt a
{
    float: left;
    display: inline-block;
    width: 103px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #0000ff;
    text-decoration: none;
}
.chouqian_cnt a:hover
{
    color: #ffffff;
    background: #4E3064;
    text-decoration: none;
}

/*抽签：导航*/
.chouqian_nav_box
{
    width: 1058px;
    border-bottom: 1px dotted #eaeaea;
    padding: 11px 30px 12px;
    position: relative;
}
.chouqian_nav
{
    width: 1058px;
    height: 84px;
    overflow: hidden;
}
.chouqian_nav a
{
    display: inline-block;
    margin-right: 20px;
    width: 140px;
    height: 84px;
    position: relative;
    overflow: hidden;
    filter:Alpha(Opacity=80);
    opacity:0.8;
}
.chouqian_nav a img
{
    width: 140px;
    height: 84px;
}
.chouqian_nav a span
{
    display: block;
    width: 140px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
	overflow: hidden;
    background: rgba(188,135,96,0.8);
}
.chouqian_nav .prev,
.chouqian_nav .next 
{
	width: 22px;
	height: 30px;
	cursor: pointer;
	position: absolute;
    margin-top: -15px;
	z-index: 10;
	top: 50%;
	left: 4px;
    background: url(img/bg.png) no-repeat -89px -473px;
}
.chouqian_nav .next 
{
	left: auto;
	right: 4px;
    background-position: -117px -473px;
}
.chouqian_nav .prev:hover { background-position: -65px -473px; }
.chouqian_nav .next:hover { background-position: -136px -473px; }
.chouqian_nav:hover a
{
    filter:Alpha(Opacity=100);
    opacity:1;
    -webkit-mask: none;
}
.chouqian_nav a:hover span
{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}