*{
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif !important;
}

html, body{
    padding: 0;
    margin: 0;
    min-width: 1024px;
}
ul,li{
	list-style: none;
}
input{ 
    border: none;
    -moz-appearance:none;
    -webkit-appearance : none ;
    border-radius: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

button{
    margin: 0;
    padding: 0;
    border-width: 0;  
    outline: none; 
}
a{
    text-decoration: none !important;
    color: #333;
}

.pd-con{
    max-width: 1200px;
    margin: 0 auto;
}
.row{
    margin-top: 30px;
}
.inline-block{
    display: inline-block;
}

.content{
    padding: 10px 0 !important;
}

.article-detail span{
    font-size: 16px !important;
}

.rendering,
img{ image-rendering: -webkit-optimize-contrast; }

@media only screen and (max-device-width: 1199px){
    .content{
        padding: 30px 4vw !important;
        line-height: inherit !important;
    }

    .article-detail span{
        font-size: 4vw !important;
    }
    
}