/* 全局样式 */
* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*  font-size: 12px; */
    color: #666666;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

html,
body {
    min-width: 1200px;
}

body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    /*  font-size: 12px !important; */
    font-family: ''Microsoft YaHei'', 'Arial', arial, sans-serif;
    /* color: #666; */
    font-weight: normal;
}

ul,
li,
ol {
    list-style-type: none;
}

img {
    border: 0;
    display: block;
    width: 100%;
}


h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: #3b3c36;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

i,
b,
strong {
    font-weight: normal;
    font-style: normal;
}



p {
    /*text-indent: 2em;*/
    line-height: 1.875rem;
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    margin-bottom: 0;
}


input,
select,
textarea {
    outline: none;
}

em {
    font-style: normal;
}



/* 处理左右浮动 记得加上clearfix清除浮动 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

/* 有效区域（根据设计图来） 1440和1200的要考虑适配问题 */

/* 常规宽度（常用） */
.w1680 {
    /* max-width: 1680px; */
    width: 87.5%;
    margin: 0px auto;
}

.w1440 {
    max-width: 1440px;
    width: 75%;
    margin: 0px auto;
}

/* 常规宽度（常用） */
.w1200 {
    max-width: 1200px;
    width: 62.5%;
    margin: 0px auto;
}

.w960 {
    max-width: 960px;
    width: 50%;
    margin: 0px auto;
}



/* 字体文件 */

/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    src: url(../font/Montserrat/Montserrat.otf);
}

@font-face {
    font-family: 'Segoe UI';
    src: url(../font/SegoeUI/SegoeUI.ttf);
}

@font-face {
    font-family: 'KaushanScript';
    src: url(../font/font1410/KaushanScript-Regular.ttf);
}

/* @media screen and (min-width: 1200px) {
  * {
    font-size: 10px;
  }


}

@media screen and (min-width: 1440px) {
  * {
    font-size: 12px;
  }
}

@media screen and (min-width: 1680px) {
  * {
    font-size: 14px;
  }
} */

/* @media screen and (min-width: 1920px) {
  * {
    font-size: 16px;
  }
} */
