/* 全局配置 */
:root{
    --font-18:18px;
    --font-16:16px;
    --font-14:14px;
    --font-h1:38px;
    --color-main-blut:#015293;
    --color-main-font:#424242;
    --color-main-white:#ffffff;
    --color-main-lightgrey:#f7f6f6;
    --color-main-darkgrey:#eeeeee;
    --line-height-42:42px;
}
.container{
    width:1170px;
}
#text{
    width:0;
    height:0;
}
a{
    color:#424242;
    text-decoration: none;
    border: none;
}
a:hover{
    color:#015293;
    text-decoration: none;
    border: none;
}
body{
    color:#424242;
    font-size:14px;
    box-sizing: border-box;
}