@CHARSET "UTF-8";
@font-face {
    font-family: 'MATURASC';
    font-style: bold;
    font-weight: 300;
    src: url("../fonts/MATURASC.TTF") format('truetype');
    font-display: swap;
}
* {
    margin: 0 auto;
    padding: 0px;
    line-height: 1.475;
    outline: none;
}
a:focus, button:focus, input:focus, img:focus {
    outline: none;
    box-shadow: none;
}
body {
    width: 100%;
    background-color: #fff;
}
.weixin_code
{
    width: 120px;
    height: 120px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    left: -39.5%;
    top: -5px;
    border: 0px solid;
    border-radius: 3px;
    display: none;
}
