.mt_10{margin-top:10px;}
.mb_10{margin-bottom: 10px;}
.c_9{color: #999;}
.pr_15{padding-right:15px;}
/*组件详情页*/
#detail_content_back{cursor: pointer;display: none;}
.detail_tit{
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}
.detail_tit a{font-size: 16px;}
.detail_tit i{margin-right: 15px;}
.detail_content{background: #fff;padding: 20px 20px;}
.detail_content p{
    line-height: 20px;
}
.btn_select{
    width: 158px;
    height: 35px;
    border-radius: 3px;
}
.dropdown-menu{
    height: 143px;
    overflow: auto;
}
.text1{ 
    border: 1px solid #C4C4C4;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    width: 130px;
    padding: 0px 10px;
    margin: 15px 0;
}
.div_select{
    position: relative;
}
.select_ul{
    position: absolute;
    top:50px; 
    right:85px; 
    display: none; 
    list-style: none;
    width: 130px;
    padding-left: 10px;
    background: #fff;
    height: 140px;
    overflow: auto;
    clear: both;
}
.select_ul li{
    height: 30px;
    line-height: 30px;
}
.select_blue{ background:#ccc;}
.btn_load{
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    border: none;
    color: #fff;
    background: #4cc9b6;
    display: inline-block;
    margin-left: 10px;
    padding: 0px 15px;
}
.detail_tit .btn_load{font-size: 14px;}
.btn_load:hover{color: #fff;}
#help a{color: #1874CD;}
#help ul li,
#help ul li a{font-size: 18px;}
/*留言板*/
.message{
    font-size: 18px;
    font-weight: bold;
    color: #4682B4;
    border-left:3px solid #878787;
    padding-left: 25px;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
}
.message_info{list-style:none;padding-left: 20px}
.message_info li{margin: 30px 20px 20px 0px;background: #FFFAFA;padding: 10px;}
.message_input{
    margin: 0 auto;
    height: 150px;
}
.message_input textarea{
    width: 100%;
    height: 120px!important;
    resize: none;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
}
.message_input button{
    background: #6CA6CD;
    color:#fff;
    padding: 5px 15px;
    border:none;
    border-radius: 2px;
}
.message_board{
    position: fixed;
    right:10px;
    bottom:50px;
}
.msg_tit .lm_name{
    padding-right: 20px;
    color: #636363;
    font-size: 16px;
    font-weight: 700;
}
.msg_tit .lm_time{color: #b0b0b0;}
.btn_msg_ship{
    display: inline-block;
    width: 48px;
    padding: 15px;
    border:1px solid #ABABAB;
    border-radius: 4px;
    color: #fff;
    background: #87CEEB;
    font-size: 16px;
    cursor: pointer;
}
.btn_msg_ship:hover{color: #fff;}
.message_board a:hover{text-decoration: none;}



/*搜索框*/
#search_txt{border-radius: 4px;}
