/*
Theme Name: 移动端
Author: 可乐猫
Author URI: https://blog.80muban.com/
Description: 品牌官网移动端
*/
* {
  -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, body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Microsoft YaHei',"PingFang SC",SimSun,Arial,Tahoma,Helvetica;
}
input[type=submit],
input[type=reset]{
    -webkit-appearance:none;
}
body.wap{
    background-color: #f2f2f2;
    margin: 0 auto;
    width: 7.2rem;
    position: relative;
}