/* ACG网站拷过来的样式 */
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
/* body颜色 */
body{
    /* background-color: rgb(27, 27, 27)!important; */
}
/* 最大的盒子 */
.top{
    margin-bottom: 30px;
}
/* 导航栏 */
.navbar-default {
    background-color: #222 !important;
    border: 0px !important;
    }
/* 导航栏的字体 */
.navbar-default .navbar-nav>li>a {
    color: rgb(248, 247, 247)!important;
}
/* 手机壁纸专家 网站logo字体 */
.navbar-default .navbar-brand {
    color: #E53413!important;
    padding: 6px 15px!important;
    font-size: 22px;
    font-weight: bold;
}
/* Hapic字的样式 */
.navbar-brand div{
    font-weight:lighter;
    text-align: center;
    color: #C06A6A;
    margin-bottom: 2px;
}


/* 轮播图和导航栏横向全屏 */
.container-fluid {
     padding-right: 0px!important; 
     padding-left: 0px!important;
    }
/* 轮播图图片样式 */
/* 轮播图图片大小 */
#carousel-example-generic {
    height: 400px;
    overflow: hidden;
}
.alternately img{
    width: 100%;
    /* height: 322px!important; */
}

/* 图片边框为黑色 */
.thumbnail{
    border: 1px solid rgba(27, 27, 27,0)!important;
}

/* 原创壁纸图片样式 */
.row img{
    height: 300px!important;
    width: 80%!important;
}


.col-xs-1-4 img,
.col-sm-1-4 img,
.col-md-1-4 img,
.col-lg-1-4 img{
    width: 50%;
    height: 40%;
}



.col-xs-1-4,
.col-sm-1-4,
.col-md-1-4,
.col-lg-1-4 {
    position: relative;
    border: #E53413 0px solid;
    background-color: rgb(34, 34, 34);
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(0,0,0,0.01);
}

.col-xs-1-4 {
    width: 20%;
    float: left;
}
@media (min-width: 488px) {
    .col-sm-1-4 {
        width: 20%;
        float: left;
    }
       
}
@media (min-width: 588px) {
    .col-sm-1-4 {
        width: 20%;
        float: left;
    }
       
}
@media (min-width: 768px) {
    .col-sm-1-4 {
        width: 20%;
        float: left;
    }
      

}

@media (min-width: 992px) {
    .col-md-1-4 {
        width: 20%;
        float: left;
    }
    /* 左箭头 */
.pver {
    background: url(../img/pver.svg) no-repeat center;
    background-size: auto 100%;
    margin-left: 0px;
    width: 10%;
    height: 60px;
    display: block;
    position: absolute;
    left: -0.5%;
    top: 45%;
}
.next {
    background: url(../img/next.svg) no-repeat center;
    background-size: auto 100%;
    margin-left: 0px;
    width: 10%;
    height: 60px;
    display: block;
    position: absolute;
    left: 89.5%;
    top: 45%;
}
}

@media (min-width: 1200px) {
    .col-lg-1-4 {
        width: 20%;
        float: left;
    }


}

/* 图片下方的字 */
.news  p{
    position: absolute;
    bottom: 4px;
    left: 0px;
    width: 50%;
    margin-left: 25%;
    height: 32px;
    padding: 6px 0px;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.3);
    font-size: 14px;
    color:rgb(255, 255, 255);
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
}
/* ACG网站拷过来的样式  结束 */
.row{
    margin:120px auto;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.titleClass{
    color:#5e5e5e;
    text-align: center;
    width: 100%;
}
.describeClass{
    margin-right:4rem ;
    color:#999;
    text-align: center;
    width: 100%;
}