/*
Theme Name: ALLDOTECH
Author: 可乐猫
Author URI: https://blog.80muban.com/
Description: 品牌官网PC端
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
body {
    /*font-family:"微软雅黑","Microsoft YaHei","PingFang SC",sans-serif;*/
    font-family: 'Noto Sans','Roboto', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100%;
    font-weight: 400;
    padding:0!important;
    overflow-y: hidden;
    line-height: 1.4;
    color: #333;
    font-size: 14px;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*font-family: "Avenir Next ST","Microsoft YaHei","PingFang SC",sans-serif;*/
    /*font-family: MYingHei W5,Roman-55,Microsoft Yahei,sans-serif;*/
    min-width: 320px;
}
body{
    max-width: 1920px;
    margin:0;
    margin-left: auto;
    margin-right: auto;
    background-color: #e6e6e6;
}
