﻿/*css初始化代码*/
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, table, td, img, div, dl, dt, dd, input {margin: 0;padding: 0;border: 0;}
*{margin: 0; padding: 0; border: 0;font-family:"微软雅黑"}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
b, strong {font-style: normal;}
table{border-collapse:collapse;}
li {list-style: none;}
img{border:none;}
i{font-style:normal}
select, input, img {vertical-align: middle;outline: none;}
a {text-decoration: none;outline: none; color:#161616;}
textarea{ resize:none; outline:none;}
input[type="button"],input[type="submit"]{ cursor:pointer;}
html{height:100%;}
body{ width: 100%; margin: auto; background: #fff;}
/******修改placeholder颜色********/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9a9a9a; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9a9a9a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9a9a9a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9a9a9a;

}
body{
	width: 100%;
	height:100%;
	position: relative;
}
.clear:after{
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{-moz-appearance:textfield;}
.w1200{width: 1200px;margin:0 auto;}
.w1300{width: 1300px;margin:0 auto;}