@charset "utf-8";

/* css document */


/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/


/*全局 on*/

html {
    -webkit-text-size-adjust: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    background: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
label {
    vertical-align: middle;
    font-family: "microsoft yahei", 微软雅黑;
}

.clear {
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    padding: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
form,
input,
label,
select {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #aa0000;
    text-decoration: none;
}

a img {
    border: none;
}
a{
    color: #333;
}
li,
img {
    vertical-align: top;
}

ul {
    zoom: 1;
}
i{
    font-style: normal;
}
input {
    border: none;
    background: none;
    outline: none;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*去除谷歌自带黄色背景问题*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
    -webkit-text-fill-color: #333;
}


/*全局 end*/
.container,.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
