@media only screen and (max-width: 999px) {
    .Search {display:none;}
}
.Search{width: 240px;height: 32px;margin-top:35px;border: #94221b 1px solid;border-radius: 20px;line-height: 30px;}
.search_text {
    float: left;
    width: 180px;
    height: 30px;
    line-height: 30px;
    outline: none;
    font-family: "微软雅黑";
    color: #c8c8c8;
    margin-left: 15px;border: none;}
.button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    outline: none;}
.Prev ,.Next{height:20px!important;}
.PrevDisabled{height:20px!important;}

