﻿*{
    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: 1200px;
}
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 !important; 
}
a{
    text-decoration: none !important;
}

.pd-con{
    max-width: 1200px;
    margin: 0 auto;
}
.pd-con1920{ 
    max-width: 1920px;
    margin: 0 auto;
}
.pd-con1600{
    max-width: 1600px;
    margin: 0 auto;
}
.row{
    margin-top: 30px;
}
.inline-block{
    display: inline-block;
}

.content{
    padding: 30px 0 !important;
}

.article-detail span{
    font-size: 16px !important;
}
.rendering,
img{ 
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@media (max-width: 576px) {
    html, body{ min-width: 0; width: 100%;}
    .pd-con{ max-width: none; }
    .pd-con1920{ max-width: none;}
    .child{ padding: 0 3vw; }
    .content{ padding: 5vw 0 !important; }
}