@charset "UTF-8";
header{ width:100%; overflow:hidden; box-sizing:border-box;}
.main{ width:1000px; margin:0 auto; padding:20px 0; overflow:hidden;}
.main h1{ width:100%; line-height:50px; border-bottom:1px solid #dadada;}
.main p{ margin:5px 0; font-size:13px;}

body{
    background-color: #111;
    color: white;
}
.main .title span{
    font-size: 16px!important;
    color: rgb(47,175,149)!important;
}
.main .title strong{
    font-size: 16px!important;
    color: rgb(47,175,149)!important;
}
.main .title{
    font-size: 16px!important;
    color: rgb(47,175,149)!important;
}
.main p span{
    font-size: 16px!important;
    color: white;
}
.main p,div{
    font-size: 16px!important;
}
header img{
    margin-top: -125px;
    margin-bottom: -125px;
}