* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, sans-serif;
}

::-moz-selection {
  background: #E50045;
  color: #ffffff;
}
::selection {
  background: #E50045;
  color: #ffffff;
}
ul, li {
    list-style: none;
}

.header-white {
    height: 100px;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    color: #333333;
}
.clear {
    clear: both;
}
body {
    min-width: 1170px;
    position: relative;
}
.main{
    position: relative;
    overflow: hidden;
    padding-bottom:60px;
}