body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,input,textarea,select{
    padding: 0;
    margin: 0;
}
img{
    display: block;
    border: none;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.l{
    float: left;
}
i{
    font-style: normal;
}
.r{
    float: right;
}
.o{
    overflow: hidden;
}
.sl{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* //多行 */
.dhsl{	
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dhsl4{	
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.fd::after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.fd{
    zoom: 1;
}
input,textarea{
     outline: none;
     display: block;
}
/* 取消按钮的默认行为 */
button{
    outline: none;  
}
textarea{
    resize: none;
}
input[type="button"],input[type="submit"],input[type="file"],input[type="seset"],button{
    cursor: pointer;
}
.banner{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}
.typeArea{
    width: 100%;
    margin: auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.typeArea2{
    width: 1400px;
    margin: auto;
}

/* 遮罩 */
.shade{
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    background: rgba(0, 0, 0,.5);
}

/* input框placeholder的定义以及兼容写法  */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #bcbcbc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #bcbcbc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #bcbcbc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #bcbcbc;
}

input{  
  -webkit-user-select:auto; /*webkit浏览器*/     
}
textarea{
  -webkit-user-select:auto; /*webkit浏览器*/
}

/* footer{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #b0b0b0;
} */
/* pc端适配 */

