/* 官网主色调 */
.header {
    position: static;
    background-color: #191a1d;
}
.main {
    width: 350px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    text-align: left;
}
.main-search-wrapper{
    margin-top: 140px;
}
.search-wrap{
    margin-top: 25px;
}
.search-subwrap{
    width: 100%;
    overflow: hidden;
    border: 1px solid #F3C32D;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.search-subwrap .input-search{
    height: 100%;
    float: left;
    border: 0;
    font-size: 14px;
    width: 280px;
    color: #909090;
}
.search-subwrap .btn-search{
    height: 100%;
    float: right;
    width: 65px;
    border: 0;
    background: #F3C32D;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    color: #fff;
}
.icon-search{
    width: 24px;
}
.btn-search{
    width: 60px;
    height: 30px;
}
.msg-copy{
    margin-left: 5px;
    color: green;
    font-size: 12px;
}

.search-title{
    font-size: 24px;
    color: #323232;
}
.result-item{
    margin-top: 20px;
    line-height: 1.6;
}
.topBar {
    width: 100%;
    height: 36px;
    background: #eee;
    color: #666;
    text-align: right;
    line-height: 36px;
}
.notice-msg {
    font-size: 12px;
    color: #909090;
    margin-top: 40px;
    line-height: 1.5;
}
.topBar a {
    color: #666;
    font-size: 12px;
}
.mr5 {
    margin-right: 5px
}
.fl {
    float: left;
}
strong {
    font-weight: bold;
}
.fs12{
    font-size: 12px;
}
.c-success{
    color: #62A716;
}
.c-error{
    color: #FD6A7F;
}
.mt20{
    margin-top: 20px;
}