/* *
* DESCRIPTION   天极图片站公共样式文件
* AUTHOR 杜玲玲
* TIME 2023-06-15
 */
*{
    padding: 0px;
    margin: 0px;
}
body{
    font-family: '微软雅黑';
    background: #fff;
}
img{
    display: block;
}
li{
    list-style: none;
}
i{
    font-style: normal;
}
input,button{
    outline: none;
    border: none;
}
::-webkit-input-placeholder {
    color: #bfbfbf;
    font-size: 16px;
}
a{
    font-size: 14px;
    color: #666;
    text-decoration: none;
}
a:hover{
    color: #35b6ff !important;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.clearfix::after{
    content: '';
    clear: both;
    display: block;
}
.icons{
    background: url("../images/icons.png") no-repeat;
}
/* 尾部 */
.footer{
    width: 100%;
    background: #2c2d32;
    text-align: center;
    padding: 15px 0px 50px 0px;
}
.footer a{
    font-size: 12px;
    color: #979797;
}
.footer p{
    font-size: 12px;
    color: #979797;
    line-height: 28px;
}
.footer p span{
    padding: 0px 10px;
}
.footer img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
}
.picName{
    white-space: pre-wrap !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}