/*
   detial.css
   IOT详情页样式文件

   Created by lc on 2016-04-25.
   Copyright 2016 lc. All rights reserved.
*/

/*banner*/
.banner_img{
    background-position: center center;
    height:310px ;
    display: block;
    position: relative;
    background-size: auto 100%;
}
/*详情页header*/
#detail_header{
    display: block;
    padding: 70px 0;
}
#detail_header h1{
    display: block;
    font-size: 26px;
    line-height: 60px;
}
#detail_header p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.apply_btn{
    width: 180px;
    height: 54px;
    color: #fff;
    background: #EB3373;
    border: none;
    padding: 0;
    line-height: 54px;
    font-size: 18px;
    margin-top: 25px;
}
.apply_btn:hover,.apply_btn:active,.apply_btn:focus{
    background: #e81960;
    color: #fff;
}
/*详情页主体内容*/
.detail_main{
    width: 760px;
}

/*详情页内容模块*/
.detail_content{
    display: block;

    margin-bottom: 50px;
}
.detail_content_title{
    display: block;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 35px;
}
.detail_content_text{
    font-size: 16px;
    line-height: 36px;
    word-break: break-all;
    word-break: break-word;
    color: #666;
}
/*会议日程*/
#agenda dl{
    display: block;
    width: 590px;
    margin: 0 auto;

}
#agenda dt,#agenda dd{
    float: left;

}
.agenda_content{
    width: 425px;
    padding-bottom: 30px;
    border-left: 2px solid #ddd;
    padding-left: 30px;
}
.agenda_content strong{
    display: block;
    font-weight: 100;
    line-height: 15px;
    margin-bottom: 10px;

}
.agenda_compere_img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;

    margin-right: 15px;
    vertical-align: middle;
}
.agenda_compere{

    float: left;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    margin-bottom: 15px;
}

.agenda_content blockquote{
    display: block;
    clear: both;
    background: #F2F2F2;
    padding: 20px 15px;
    font-size: 14px;
    line-height: 28px;

}

.agenda_time{
    width: 100px;
    padding-right: 30px;
    position: relative;
    line-height: 15px;
}
.agenda_time .dote_ico{
    position: absolute;
    background: #29498D;
    top: 0;
    right: -8px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.agenda_bottom_box{
    width: 510px;
    margin: 0 auto;
}
#agenda .apply_btn{
    margin: 0;
    background: #FF6600;
}
#agenda .apply_btn:hover{
    background: #E65B00;
}

/*侧边栏内容*/
#detail_aside{
    width: 380px;
}
/*时间地点*/
#time_place{
    /*暂时隐藏*/
    display: none;
}
/*其他论坛*/
#other_bbs li{
    margin:0 0 10px 10px;
    width: 185px;
    float: left;
    position: relative;
}
#other_bbs .line_first{
    margin-left: 0;
}
#other_bbs a{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
#other_bbs .layer_bg{
    background: #000;
    width: 100%;
    height: 100%;
    filter/*\**/: alpha(opacity=0)\9;
    -moz-opacity:0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#other_bbs li:hover .layer_bg{
    filter/*\**/: alpha(opacity=20)\9;
    -moz-opacity: .2;
    opacity: .2;
}
#other_bbs p{
    position: absolute;
    width: 60%;
    padding: 0 20%;
    font-weight: 100;
    text-align: center;
    left: 0;
    top:50%;
    margin-top: -24px;
    z-index: 2;

}
/*时间地点*/
#time_place .detail_content_title .btn-link{
    font-size: 14px;
    float: right;
}
#baidu_map{
    height: 380px;
}

/*赞助厂商*/
#sponsor .img_box{
    float: left;
    width: 30%;
    margin: 1.6%;
}
/*参与用户*/
#participant .img_box{
    width: 68px;
    height: 68px;
    margin: 0 0 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
     filter/*\**/: alpha(opacity=80)\9;
    -moz-opacity: .8;
    opacity: .8;
    box-shadow: 0 0 1px #EFEFEF;
    background: #ddd;
}
#participant .img_box:hover{
    filter/*\**/: alpha(opacity=100)\9;
    -moz-opacity: 1;
    opacity: 1;


}
#participant .line_first{
    margin-left: 0;

}


/*发表评论*/
.submit_comment{
    padding-bottom: 20px;
}
.submit_comment textarea{
    display: block;
    width: 718px;
    height: 60px;
    border: 1px solid #ddd;
    resize: none;

    padding: 20px;
    margin: 10px 0;
}
.submit_comment .error_tips{
    float: left;
    margin-right: 20px;

}
.hiden_form.btn{
    display: none;
}
.hiden_form.icon_close{

    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    right: -12px;
    top: -12px;
    font-style: normal;
    color: #fff;
    right/*\**/: 0\9;
    left/*\**/: 0\9;
    color/*\**/: #000\9;
    background: rgba(0,0,0,.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hiden_form.icon_close:hover{
    background: rgba(0,0,0,1);
    color: #fff;
}
/*评论列表*/
.comments_num{
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.comments_li{
    display: block;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.comments_li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.comments_user_header{
    float: left;
    width: 65px;
    margin-right: 10px;
}
.comments_user_header .img_box{
    display: block;
    width:48px;
    height: 48px;
    border: 1px solid #EFEFEF;
    background: #ddd;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}
.comments_user_header img{
    width: 100%;
}
.comments_user_header p{
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
    text-align: center;
}
.comments_user_content{
    float: left;
    width: 685px;
    word-break: break-word;
    text-justify:distribute;
}

.comments_user_content time{
    font-size: 12px;
    float: left;
    color: #999999;
}
.comments_user_content blockquote{
    display: block;
    margin: 0;
    padding: 0;
    clear:both;
    color: #666;
    line-height: 28px;

}
.comments_right_handle{
    padding: 10px 0;
    text-align: right;
}
.comments_right_handle a{
    position: relative;
    padding-right: 8px;
    font-size: 12px;
    line-height: 20px;
}

.comments_right_handle .parent_replay{
    padding-right: 5px;
}
.comments_right_handle ins{
    position: absolute;
    display: block;
    line-height: 17px;
    top: 0;
    *top:20px;
    left: 0px;
    color: #999999;
    text-decoration: none;
    width: 35px;
    text-align: left;
}
.comments_right_handle .replay ins{
    position: static;
    display: inline;
    padding-left: 3px;
    width: auto;

}
.comments_right_handle .like{
    margin-left: 20px;
}
.comments_right_handle .icon.icon_like{
    position: absolute;
    left: -15px;
    top: 0;
    *top:20px;
    width: 13px;
    height: 13px;
    background: url(../images/like_icon.png) no-repeat;
}

.comments_right_handle .like:hover .icon_like{
    background-position: center bottom;
}

/*回复模块*/
.comments_replay{
    display: none;
    padding: 10px 20px;
    background: #E4E4E4;
    position: relative;
}
.comments_replay i{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 10px solid #fff;
    border-bottom: 10px solid #E4E4E4;
    border-top: 0;
    top: -10px;
    right: 40px;
}
.comments_replay textarea{
    border: none;
    resize: none;
    padding: 10px;
    width: 625px;
    margin: 10px 0;
}
.comments_replay .btn{
    width: 80px;
}

/*子评论*/
.comments_sub_ul li{
    border-top: 1px dotted #ddd;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments_sub_ul .comments_user_header{
    width: 40px;
}
.comments_sub_ul .img_box{
    width: 40px;
    height: 40px;
}
.comments_sub_ul .comments_user_content{
    width: 620px;
    margin-left: 15px;
}
.comments_sub_ul time{
    float: left;
    line-height: 20px;
}
.comments_sub_ul .comments_replay textarea{
    width: 560px;
}

/**响应式样式*****************************************************************/

/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px) {

    /*主体内容*/
   .detail_main{
       float: none;
       width: 100%;
    }
    /*会议日程*/



    /*侧边栏*/
    #detail_aside{
      width: 100%;
      float: none;
    }
    /*其他论坛*/
    #other_bbs li,#other_bbs .line_first{
        box-sizing: border-box;
        width: 13% ;
        margin:0 0 1.5% 1.5%;

    }
    #other_bbs p{
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        padding: 0 10px;
    }
    #other_bbs li:nth-of-type(1),#other_bbs li:nth-of-type(8){
        margin-left: 0;
    }
    /*参与用户*/

    #participant .img_box{
        display: inline-block;
        margin: 5px;
        float: none;
    }
    /*评论模块*/
    #detail_comment textarea{
        width: 100%;
        height: 100px;
        box-sizing: border-box;
    }
    .comments_li{
        display: table;
        width: 100%;
    }
    .comments_user_header{
        display: table-cell;
        float: none;
    }
    .comments_user_content{
        display: table-cell;
        float: none;
        width: auto;
        vertical-align: top;
    }
    .comments_right_handle{
        padding-right: 15px;
    }
    /*子评论*/
    .comments_sub_ul .comments_user_content{
        width: auto;
        display: table-cell;
        padding-left: 10px;
    }




}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    /*banner*/
    .banner_img{
        height: 260px;
    }
    /*详情页header*/
    #detail_header{
        padding: 50px 0;
    }
    #detail_header h1 {

        font-size: 24px;
        line-height: 50px;
    }
    #detail_header p{
        line-height: 26px;
    }
    /*公用模块*/
    .detail_content_title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .detail_content_text{
        line-height: 26px;
    }
     /*会议日程*/
    .agenda_bottom_box{
        width: 590px;
        margin: 0 auto;
        box-sizing: border-box;
        padding-left: 40px;

    }
    /*其他论坛*/
    #other_bbs p{
        font-size: 12px;
        padding:5px;
        line-height: 18px;
      
    }
    /*参与用户*/

    #participant .img_box{
        box-sizing: border-box;
        padding: 5px;
        margin-left: 0;
        width: 52px;
        height: 52px;


    }
    #participant .img_box a{
        display: block;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }

}

@media (max-width: 620px) {
    /*banner*/
    .banner_img{
        height: 210px;
    }
    /*详情页header*/
    #detail_header{

        padding: 40px 0;
    }
    #detail_header h1 {

        font-size: 24px;
        line-height: 40px;
    }
    #detail_header p{
        font-size: 14px;
        line-height: 24px;
    }
    #detail_header .apply_btn{
        display: none;
    }
    /*公用模块*/

    .detail_content_text{
        font-size: 14px;
        line-height: 24px;
    }
    /*会议日程*/
    #agenda dl{
        display: table;
        width: 100%;
    }
    #agenda dt, #agenda dd {
        float: none;
        display: table-cell;
    }
    #agenda dt{
        padding-bottom: 15px;
    }
    .agenda_content{
        width: auto;
    }
    .agenda_time {
        width: 88px;
        padding-right: 10px;
    }
    .agenda_content{
        padding-left: 10px;
    }
    .agenda_content blockquote{
        line-height: 20px;
        font-size: 12px;
        padding: 10px;
    }

    .agenda_bottom_box{
        width: 100%;
        padding-left: 9px;
    }
    /*评论模块*/
    #detail_comment textarea{
        padding: 10px;
    }
    .comments_user_header{
        width: auto;
        padding-right: 10px;
    }
    .comments_user_header .img_box{
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .comments_sub_ul .comments_user_content{
        padding-left: 0;
    }
    .comments_sub_ul .comments_user_header{
        width: auto;
    }
    .comments_sub_ul .img_box{
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    /*banner*/
    .banner_img{
        height: 150px;
    }
    /*公用模块*/
    .detail_content{
        margin-bottom: 30px;
    }
    /*详情页header*/
    #detail_header{

        padding: 20px 0;
    }
    #detail_header h1 {

        font-size: 20px;
        line-height: 30px;
    }
    /*其他论坛*/
    #other_bbs li,#other_bbs .line_first,#other_bbs li:nth-of-type(even){
        width: 48% ;
        margin:0 0 4% 4%;

    }
    #other_bbs li:nth-of-type(odd){
        margin-left: 0;
    }
    #other_bbs p{

    }
    /*评论模块*/
    .comments_user_content blockquote{
         line-height: 20px;
    }
    .comments_replay{
        padding: 10px;
        position: absolute;
        width: 100%;
        left: 0;
        box-sizing: border-box;
        z-index: 100;
    }
    .hiden_form.icon_close{
        display: none;
    }
    .hiden_form.btn{
        display: block;
        margin-right: 10px;
        border: 1px solid #ccc;
    }
    .comments_replay i{
        right: 67px;
    }




}


/**百度地图大图页面************************************/
.baidu_big_map{
    position: relative;
}

