* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
body{
    background: rgba(247,248,250,1);
}
.top{
    height:64px;
    background:rgba(0,0,0,0.01);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
    opacity:0.9;
    padding-top: 8px;
    text-align: center;
}
.top-logo{
    display: inline-block;
    width:168px;
    height:48px;
}
.bottom{
    padding:20px 20px 240px;
}
.content{
    margin:0 auto;
    width:1200px;
}

@media screen and (max-width:1200px){
    .content{
        width: 100%;
    }
}
.content .titleOne{
    padding: 40px 0 32px;
    text-align: center;
    font-size:26px;
    font-weight:600;
    color:rgba(74,74,74,1);
    line-height:38px;
}
.update-time{
    width:154px;
    height:20px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    margin-bottom: 12px;
}
.detail{
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.special{
 font-weight: bold;
}
.little-title{
    height:26px;
    font-size:18px;
    font-weight:600;
    color:rgba(102,102,102,1);
    line-height:26px;
    margin-top: 24px;
}
.title-special{
    margin-top: 32px;
}
.line{
    height:1px;
    background:rgba(222,222,222,1);
    margin-top: 12px;
    margin-bottom: 12px;
}
.detailOne{
    font-weight: bold;
}
.modal-footer{
    text-align: center;
}
