@charset "utf-8";
html {
    font-size: 85px;
}

body {
    background: #fff;
    margin: 0;
    font-family: 'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'Arial', '宋体', 'simsun', sans-serif;
    width: 100%;
    min-width: 1200px;
    position: relative;
}

div,
dl,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.clearBoth {
    clear: both;
}

a {
    color: #444;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #007d9d;
    text-decoration: none;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #757575;
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #757575;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #757575;
}

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

button,
input {
    outline: none;
    border: none;
}


/*-----大屏电脑1920------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width:1440px) {
    html {
        font-size: 100px
    }
}

@media (max-width:1600px) {
    html {
        font-size: 100px
    }
}