*{ padding: 0; margin: 0;}
a,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,html,img,input,label,legend,li,mark,ol,p,section,span,strong,textarea,time,ul,var {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

body,html {
	height: 100%;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	font-family: PingFang SC,Microsoft YaHei,微软雅黑,Arial,sans-serif !important;
}

article,aside,details,fieldset,figcaption,figure,footer,header,main,nav,section {
	display: block
}

a,button,cite,code,del,em,img,label,mark,small,strong,textarea,time,var {
	display: inline-block
}

footer,header,section {
	position: relative
}

ol,ul {
	list-style: none
}

button,input,textarea {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	background-color: transparent;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	outline: none;
}

a:active,a:hover {
	outline: 0
}
a,a:visited {
	text-decoration: none
}

.wordWrap,label {
	word-wrap: break-word;
	word-break: break-all
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table; 
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
a{text-decoration: none;}
.share_msg{ display: none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    font-family: PingFang SC,Microsoft YaHei,微软雅黑,Arial,sans-serif !important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    font-family: PingFang SC,Microsoft YaHei,微软雅黑,Arial,sans-serif !important;
    color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: PingFang SC,Microsoft YaHei,微软雅黑,Arial,sans-serif !important;
    color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: PingFang SC,Microsoft YaHei,微软雅黑,Arial,sans-serif !important;
    color:#999;
}


input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top:-1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    border-radius: 18px;
    margin-right: 5px;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
}

input[type=radio]:checked {
    border: 1px solid #267de4;
    background: #fff;
}

input[type=radio]:checked:before {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #267de4;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    margin-left: 3px;
}

input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top:-1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #999;
    border-radius: 3px;
    margin-right: 5px;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    transition: border-color 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
}

input[type="checkbox"]:checked{
    border: 1px solid #267de4;
    background: #267de4;
}

input[type="checkbox"]:checked::before {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 4px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    position: absolute;
    top: 2px;
    margin-left: 3px;
}

select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: center;
    padding-right: 40px !important;
    background: url(../images/select.png) right no-repeat !important;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: none !important;
    box-shadow: none !important;
}
input[type="range"]{
    -webkit-appearance: none;
    background: #eee;
    border-radius: 4px;
    width: 100%;
    height: 12px;
    outline: none;
}
/* 滑动选择器的按钮 */
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #fb6638;
    border-radius: 50%;
    transition: .3s;
}
/* 拖动滑动选择器的按钮的时候 */
input[type="range"]:active::-webkit-slider-thumb{
    background: #f75725;
    box-shadow: 0 0 0 6px #ec9174;
}
