﻿body { background:#e3c982 !important; }

div,a{
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

body{
    margin: 0;padding: 0;
    overflow-x:hidden;
    position: relative;
    background: #393939;
}


a{
    color: inherit;
    text-decoration:none;
}

a:link{
    color:inherit;
    text-decoration:none;
}
a:visited{
    color:inherit;
    text-decoration:none;
}

.weiba-content { margin:0; overflow:hidden;  padding-bottom:14px; }
.clear { clear:both; }
.weiba-list { width:101%; margin:0; }
.weiba-list-item { height:120px; width:33.333333%; border:none; float:left;
                   background:-ms-linear-gradient(315deg, #6f6f6f, #282828);
                   background:-moz-linear-gradient(315deg, #6f6f6f, #282828);
                   background:-webkit-gradient(linear, 0% 0%,100% 100%, from(#6f6f6f), to(#282828));
                   background: -webkit-linear-gradient(315deg, #6f6f6f, #282828);
                   color:#cf9e64 !important; 
}
.weiba-list-title, .weiba-list-content { text-align:center; text-shadow:0 0 1px #000; overflow:hidden; height:24px; overflow:hidden; line-height:24px; font-size:12px; max-width:88%; margin:0 auto; }
.weiba-list-title { font-size:18px; margin-top:35px;  }
.weiba-list-item.c2 { background:-ms-linear-gradient(315deg, #c2a583, #a37845);
                   background:-moz-linear-gradient(315deg, #c2a583, #a37845);
                   background:-webkit-gradient(linear, 0% 0%,100% 100%, from(#c2a583), to(#a37845));
                   background: -webkit-linear-gradient(315deg, #c2a583, #a37845);
                   color:#fff !important;
}