.morehref{  width: 200px;
    height: 30px;
    position: absolute;

    left: 50%;
    margin-left: -100px;
    bottom: 33px;
    display:block;
    cursor: pointer;
    background: #fef1ba;
    font-size: 22px;
    color: #000;
    font-weight: bolder;
    font-family: "微软雅黑";}
.morehref:hover{
color:#c61201;

}