﻿*{
    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;
}

.pd-con{
    max-width: 1200px;
    margin: 0 auto;
}
.row{
    margin-top: 30px;
}
.inline-block{
    display: inline-block;
}

.content{
    padding: 30px 0 !important;
}

.article-detail span{
    font-size: 16px !important;
}

.corner,
.h-foat1,
.h-foat2,
img:not(.not-event){
    user-select: none;
    pointer-events: none;
}