body, a, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
*{ line-height:1.5 }
ul, li {
    list-style: none;
    font-family: "Microsoft YaHei";
}

.clearfix:after {
    content:"";
    display: block;
    height: 0px;
    clear: both;
    /*清除浮动*/
}
.fl {
    float: left;
}
.fr {
    float: right;
}


.wrapper{
    width: 100%;
    max-width: 960px;
    margin:0 auto;
    padding: 0;
}

/*******  主体区域样式  *********/

.main{
    background: #fff0d5;
    position: relative;
}

.center{
    width: 1022px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 11px;
}

.left-line{
    position: absolute;
    left: 0;
    right:  0;
    width: 11px;
    height: 97.8%;
    background: url('../line.png') repeat-y center;
    margin-top: 223px;
}
.left-line:after{
    content: '';
    position: absolute;
    top: -223px;
    right:  0;
    width: 11px;
    height: 223px;
    /*background: url('images/line2.png') repeat-y center;去掉模糊化边框*/
    background: url('../line.png') repeat-y center;
}
.right-line{
    position: absolute;
    top: 0;
    right:  0;
    width: 11px;
    height: 97.8%;
    background: url('../line.png') repeat-y center;
    margin-top: 223px;
}
.right-line:after{
    content: '';
    position: absolute;
    top: -223px;
    right:  0;
    width: 11px;
    height: 223px;
    background: url('../line.png') repeat-y center;
}
.main-bg{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 780px;
}
.time-ad{
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 348px;
    height: 226px;
}
.time-ad img{
    margin-left: 62px;
    margin-top: 56px;
}

/*******  以下是生肖对照表样式  *********/

#wmbbslist {
    height:auto;
    margin:0;
    background:#fff;
    overflow:hidden;
    clear:both;
    width:935px;
}
.ss {
    text-align: left;

    height: 50px;
    line-height: 50px;
    background-color: #ffebd5;
    font-size: 24px;
    color: #ff401a;
    font-weight: 600;
}
.sxdz {
    text-align: center;
    padding: 7px;
    background: #ffab1a;
    overflow: hidden;
}
.sxdz li {
    width: 146px;
    height: 200px;
    background-color: #ffffff;
    border-radius: 6px;
    float: left;
    margin-right: 9px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}
.sxdz li:nth-last-child(1) {
    margin-right: 0;
}
.sxdz li span {
    color: #fff;
    width: 28px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.sx {
    font-size: 14px;
    font-weight: 500;
    color: #fa4419;
}
.sx p {
    padding:5px 12px;
    border-bottom:1px #ddd dashed;
}
.sx img ,.sxdz li{
    transition: .8s;
}
.sxdz li:hover{
    transform: rotateY(360deg);
}
.sx img:hover{transform: rotateY(360deg);}
.bg_blue {
    color: #fff;
    width: 28px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background-color:#3333ff
}
.bg_red {
    color: #fff;
    width: 28px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background-color:#fa4419;
}
.bg_green {
    color: #fff;
    width: 28px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background-color:#08c25f
}

.wave-color-table td img{
    transition: 20s;
}
.wave-color-table tr:hover td img{
    transform: rotateZ(3080deg);
    transform-origin: 50% 50% 0
}

.table4 .font {
    text-align:center;
    font-size:14px;
    font-weight:bold
}