@font-face {
    font-family: 'tencent_font';
    src: url('../../../腾讯体w7_mianfeiziti.com.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0;
    font-family: "Times New Roman", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
html, body{
    height: 100%;
    width: 1024px;
    background: white;
    box-sizing: border-box;
    display: block;
    /*overflow: auto;*/
    margin: 0 auto;
}
a{
    text-decoration: none;
}
/*a:hover{*/
/*    text-decoration: none;*/
/*}*/
.body-container{
    width: 1024px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    /*overflow-x: hidden;*/
    overflow-y: hidden;
}

.tencent_font{
     font-family: "tencent_font", Helvetica, Arial, sans-serif;
}

.red-font{
    color: #c00000;
}