body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    background-color: #fff;
}
ul,ul li{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a,span,div{
    text-decoration:none;
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a:hover{
    text-decoration:underline;
}
img{
    margin:0;
    padding:0;
    display:block;
    border: none;
}
.return-nav h1,
.return-nav h2,
.return-nav h3,
.return-nav h4 {
    display: inline;
}
.clear_float{
    clear:both;
}

/* center_content */
.banner {
    width: 100%;
    min-width: 1180px;
    height: 330px;
    position: relative;
    background: url("http://static.xitaoinfo.com/v4/tool_lucky_banner.jpg")no-repeat center top;
    background-size: cover;
    z-index: 2;
}
.query--matter {
    position: absolute;
    top: 50px;
    left: 17px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 60px;
    text-align: center;
}
.query--matter-btn {
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    width: 120px;
    height: 35px;
    border-radius: 6px;
    border: solid 1px #b97468;
    background-color: transparent;
    font-size: 14px;
    color: #b97468;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.query--matter-btn.active {
    border: solid 1px #b97468;
    color: #ffffff;
    background-color: #b97468;
}
.query-wrapper {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 555px;
    height: 60px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.4);
}
.query {
    float: left;
    position: relative;
    margin-top: 13px;
    margin-left: 15px;
    width: 120px;
    height: 35px;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.query--selected {
    font-size: 14px;
    line-height: 35px;
    color: #333333;
    padding-left: 10px;
}
.query--selected:after {
    content: '';
    display: block;
    float: right;
    margin: 13px 10px 0 0;
    border-top: solid 8px #b97468;
    border-right: solid 7px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 7px transparent;
}
.query--list {
    display: none;
    position: absolute;
    padding: 10px 5px 0 15px;
    left: 0;
    width: 120px;
    height: 200px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 35px;
    color: #333333;
    background-color: #fff;
    border: solid 1px #EFEFEF;
}
.query--btn {
    float: left;
    margin-top: 13px;
    margin-left: 15px;
    width: 120px;
    height: 35px;
    border-radius: 6px;
    background-color: #b97468;
    font-size: 14px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}


.return-nav{
    width: 1180px;
    margin: 18px auto 0;
    height: 30px;
    font-size: 12px;
    color: #9b9b9b;
}
.return-nav-content{
}
.return-nav- a:hover{
    color:#ff6699;
}

.center{
    width:1180px;
    margin: 0 auto;
    position:relative;
}

.lucky {
    float: left;
    margin-bottom: 20px;
    width: 850px;
    border: solid 1px #f2f2f2;
    padding: 0 25px;
}
.lucky--details {
    padding-top: 15px;
}
.lucky--detail {
    height: 80px;
}
.lucky--detail-title {
    font-weight: bold;
    font-size: 14px;
    color: #ff7385;
}
.lucky--detail-content {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
}
.lucky--detail-tfc {

}
.lucky--tfc-tool {
    float: left;
    margin-top: 10px;
    width: 80px;
    height: 30px;
    border-radius: 6px 6px 0 0;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    color: #ff7385;
    line-height: 30px;
    cursor: pointer;
}
.lucky--tfc-tool.active {
    background-color: #ff7385;
    color: #ffffff;
}
.lucky--tfc-box {
    float: left;
    width: 460px;
    height: 40px;
    border: none;
}
.lucky--tfc-input {
    float: left;
    padding-left: 10px;
    width: 205px;
    height: 40px;
    font-size: 13px;
    color: #666666;
    border: solid 1px #d3d3d3;
}
.lucky--tfc-input.left {
    border-radius: 0 0 0 6px;
}
.lucky--tfc-input.right {
    border-radius: 0 6px 6px 0;
}
.lucky--tfc-center {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
}
.lucky--tfc-btn {
    float: left;
    margin-left: 10px;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #ff7385;
    background-color: #fff;
    font-size: 18px;
    color: #ff7385;
    text-align: center;
    line-height: 40px;
}
.lucky--map {
    margin-top: 20px;
    width: 800px;
    height: 380px;
}

/* lucky 首页知识 */
.know--title {
    height: 50px;
    width: 800px;
    font-size: 18px;
    color: #666666;
    line-height: 50px;
    border-bottom: solid 1px #ffc2ca;
}
.know--list {
    margin: 25px 0px 20px;
}
.know--content-proc {
    font-size: 13px;
    color: #333;
    line-height: 25px;
    margin: 20px 0;
    letter-spacing: 0.1px;
}
.know--content-proc-item {
    float: left;
    width: 250px;
}
.know--content-point {
    margin-top: 10px;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    letter-spacing: 0.1px;
}


/* lucky 列表页 */
.lucky--title {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #666666;
    border-bottom: solid 1px #ffc2ca;
}
.lucky--list {
    font-size: 14px;
    line-height: 35px;
    color: #333333;
}
.lucky--line {
    padding-top: 20px;
    border-bottom: solid 1px #f2f2f2;
    position: relative;
}
.lucky--line-left {
    width: 560px;
    position: relative;
    padding-bottom: 20px;
}
.lucky--line-title {
    font-weight: bold;
    position: relative;
}
.lucky--line-content {
    position: relative;
}
.lucky--line-label {
    position: absolute;
    margin: 7px 10px 0 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
.lucky--line-label.suitable {
    background-color: #ff7385;
}
.lucky--line-label.avoid {
    background-color: #333333;
}
.lucky--line-label.rush {
    background-color: #f2c562;
}
.lucky--line-matter {
    margin-left: 35px;
    position: relative;
}
.lucky--line-matter-item {
    margin-right: 5px;
}
.lucky--btn {
    width: 114px;
    height: 34px;
    border-radius: 3px;
    background-color: #ff7385;
    box-shadow: 0 2px 4px 0 #ffc2ca;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    position: absolute;
    right: 40px;
    top: 60px;
}

/* lucky 详情页 */
.lucky--content {
    padding-top: 30px;
    width: 800px;
    border-bottom: solid 1px #f2f2f2;
}
.lucky--main {
    position: relative;
    text-align: center;
}
.lucky--main-span {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #f2c562;
    font-size: 13px;
    color: #ffffff;
    line-height: 37px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -140px;
}
.lucky--main-date {
    font-size: 144px;
    color: #ff7385;
    line-height: 122px;
}
.lucky--main-date.no-marry {
    color: #666;
}
.lucky--main-marry {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 100px;
    width: 70px;
    line-height: 15px;
}
.lucky--main-heart {
    float: left;
}
.lucky--main-text {
    font-size: 14px;
    color: #ff7385;
}
.lucky--info {
    margin: 30px auto 0;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.lucky--matter {
    margin: 10px auto;
    width: 570px;
    height: auto;
    border-radius: 6px;
    position: relative;
}
.lucky--matter.suitable {
    background-color: rgba(255, 198, 205, 0.18);
    border: solid 1px #ff7385;
}
.lucky--matter.avoid {
    background-color: rgba(51, 51, 51, 0.07);
    border: solid 1px #333333;
    margin-bottom: 30px;
}
.lucky--matter-label {
    width: 35px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    line-height: 1;
    left: 0;
    padding-top: 2.5%;
}
.lucky--matter.suitable .lucky--matter-label {
    background-color: #ff7385;
}
.lucky--matter.avoid .lucky--matter-label {
    background-color: #333333;
}
.lucky--matter-content {
    margin-left: 45px;
    font-size: 12px;
    line-height: 50px;
    position: relative;
    width: 510px;
    min-height: 50px;
}
.lucky--matter.suitable .lucky--matter-content {
    color: #ff7385;
}
.lucky--matter.avoid .lucky--matter-content {
    color: #666666;
}
.lucky--geomancy-line {
    padding-left: 20px;
    height: 25px;
    margin-bottom: 25px;
}
.lucky--geomancy {
    width: 370px;
    height: 25px;
    margin-left: 20px;
    float: left;
}
.lucky--geomancy-label {
    float: left;
    padding: 0 15px;
    height: 25px;
    box-sizing: content-box;
    border-radius: 3px;
    background-color: #ffb4bd;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}
.lucky--geomancy-desc {
    float: left;
    margin-left: 15px;
}

.share {
    width: 800px;
    height: 90px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    padding: 30px 260px;
}
.share--item {
    float: left;
    margin-right: 10px;
}

/* 快速查询 */
.fast {
    float: left;
    margin-bottom: 20px;
    width: 850px;
    height: 165px;
    background-color: #ffffff;
    border: solid 1px #f2f2f2;
    padding: 0 25px;
}
.fast--title {
    width: 800px;
    height: 50px;
    border-bottom: solid 1px #ffc2ca;
    font-size: 18px;
    color: #666666;
    line-height: 50px;

}
.fast--content {
    margin-top: 13px;
}
.fast--item {
    float: left;
    width: 90px;
    margin-right: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
}
.fast--link {
    font-size: 14px;
}
.fast--link:hover {
    color: #ff7385;
}
.fast--city {
    display: none;
}
.fast--city-item {

}