* {
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family: PingFangSC-Regular,PingFang SC;
    transition:.4s;
}
body,html{min-width: 1200px;margin:0 auto;font-family:PingFangSC-Regular,PingFang SC;}
img { width: auto; max-width: 100%; }
input{border:0 none;outline: none;}
input::placeholder{color:rgba(181, 181, 181, 1);}
a{text-decoration: none;}
.ellipsis{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ellipsis-two{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.ellipsis-three{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;}
ul,li{list-style: none;}
p{
    word-break:normal;
    white-space:pre-wrap;
    word-wrap:break-word;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}
button{border:0 none;}
.recomend-bg.margin-t20{margin-top:0px;background:#F7F7F7;}
.plygj-one.recomend-bg{
	margin-top:10px;
	background:#ffffff;
}