
.bim_discuss_body::-webkit-scrollbar,
.bim_viewpoint_body::-webkit-scrollbar,
.bim_comment_body::-webkit-scrollbar,
.bim_annex_table_td_box::-webkit-scrollbar,
.bim_pop_body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.bim_discuss_body::-webkit-scrollbar-thumb,
.bim_viewpoint_body::-webkit-scrollbar-thumb,
.bim_comment_body::-webkit-scrollbar-thumb,
.bim_annex_table_td_box::-webkit-scrollbar-thumb,
.bim_pop_body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ccc
}

.bim_discuss_body::-webkit-scrollbar-track-piece,
.bim_viewpoint_body::-webkit-scrollbar-track-piece,
.bim_comment_body::-webkit-scrollbar-track-piece,
.bim_annex_table_td_box::-webkit-scrollbar-track-piece,
.bim_pop_body::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

body {
    background-color: #8c939d;
}

.bim_pop_box {
    font-size: 13px;
    width: 320px;
    height: 600px;
    background-color: #FFF;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 70px;
    box-shadow: 0 0 7px 0 #bcbcbcc9;
}

.bim_pop_head {
    width: 100%;
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    background-color: #727A83FF;
    color: #FFF;

}

.bim_pop_head_title {
    user-select: none;
}

.bim_pop_head_icon {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}

.bim_pop_body {
    overflow: hidden;
    height: calc(100% - 52px);
}

.bim_pop_body_item {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #f1f1f1;

}

.bim_pop_body_head {
    display: flex;
    justify-content: space-between;

}

.bim_pop_body_body {
    width: 100%;
}

.bim_pop_return_btn {
    cursor: pointer;
    user-select: none;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}


.bim_pop_image_box {
    font-size: 13px;
    width: 450px;
    height: 500px;
    background-color: #FFF;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: 120px;
    left: 10px;
}

.bim_pop_image_head {
    width: 100%;
    display: flex;
    padding: 10px 15px;
    justify-content: flex-end;
    align-items: center;
    /*background-color: #727A83FF;*/
    color: #000;

}

.bim_pop_image_head_title {
    user-select: none;
}

.bim_pop_image_head_icon {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}

.bim_pop_image_body {
    height: calc(100% - 15px);
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.bim_image_box {
    border: 1px solid #F1F3F4;
    overflow: hidden;
    /*margin: 30px auto;*/
    position: relative;
}

.bim_image_box_img {
    position: absolute;
    top: 0;
    left: 0;
}

.bim_pop_image_bottom {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10px;
}


.container {
    padding: 0px 15px 0px 15px;
    margin-left: auto;
    margin-right: auto;
}

.test-box {
    height: 1020px;
    border: 1px solid #F1F3F4;
    overflow: hidden;
    margin: 30px auto;
    position: relative;
}

.test-img {
    position: absolute;
    top: 0;
    left: 0;
}

/* 视点列表 */
.bim_viewpoint_body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    /*padding: 0 10px;*/
    transition: 0.5s;
    -webkit-transition: 0.5s;
    animation: myfirst 0.5s;
    -webkit-animation: myfirst 0.5s;
}

.bim_viewpoint_item {
    height: 100px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    padding: 10px 0;
}

.bim_viewpoint_img {
    height: 80px;
    width: 80px;
    /*margin: 5px 0;*/
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background-color: #f1f1f1;
}

.bim_viewpoint_img > img {
    height: 100%;
    width: 100%;
}

.bim_viewpoint_content_box {
    cursor: pointer;
    margin-left: 10px;
    width: calc(100% - 10px);
    height: 60px;
    margin-top: 5px;
}

.bim_viewpoint_btn_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.bim_viewpoint_btn {
    cursor: pointer;
    width: 18px;
    height: 13px;
    text-align: center;
    font-size: 15px;
}

.bim_viewpoint_content_box > div {
    width: 100%;
}

.bim_viewpoint_content_title {
    font-size: 16px;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bim_viewpoint_content_remarks {

    font-size: 14px;
    color: #686868FF;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 讨论列表 */
.bim_discuss_box_show {
    margin-left: -100%;
}

.bim_discuss_box {

}


.bim_total {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}

.bim_total_box {
    display: flex;
    border-radius: 10px;
    background-color: #fff;
    margin-left: 15px;
}

.bim_total_btn {
    border-radius: 10px;
    /*background-color: #111;*/
    width: 50px;
    height: 50px;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.bim_total_btn > i {
    color: #11365b;
    font-size: 20px;
}

.bim_total_btn_flex {
    position: absolute;
    top: 65px;
    background-color: #fff;
    border-radius: 10px;
    display: none;
}

.bim_total_btn_flex_check {
    display: block;
}

.bim_total_btn_check {
    display: block;
    background-color: #dfdfdf;
}

.bim_total_btn_check > i {
    /*color: #fff;*/
}

.bim_total_bottom {
    display: flex;
    position: absolute;
    top: calc(100% - 80px);
    right: 10px;
}

.bim_total_bottom_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bim_total_bottom_btn {
    border-radius: 10px;
    background-color: #FFF;
    width: 50px;
    height: 50px;
    margin: 0 8px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 7px 0 #bcbcbcc9;

}

.bim_total_bottom_btn > i {
    color: #11365b;
    font-size: 20px;
}

.bim_liked > i {
    color: #f76a46;
}

.bim_total_bottom_num {
    margin-top: 5px;
    color: #000;
    user-select: none;
}


.bim_comment_body {
    padding: 0 8px;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 160px);
}

.bim_comment_send {
    border-bottom: 1px solid #f1f1f1;
    height: 155px;
    padding: 10px;
}

.bim_comment_send_input {
    height: 72px;
    width: 100%;
    /*border: 1px solid #f1f1f1;*/
    margin-bottom: 5px;
    border-radius: 5px;
}

.bim_comment_send_input > textarea {
    width: 100%;
    height: 100%;
    border: 0;
    resize: none;

    background-color: #F2F4FB;
    border-radius: 10px;
    padding: 10px;
}

.bim_comment_send_input > textarea:focus {
    border: 1px solid #e1e1e1;
    outline: none;
}

.bim_comment_send_btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 17px 0;
}

.bim_comment_body_item {
    width: 100%;
    /*height: 72px;*/
    border-bottom: 1px solid #f1f1f1;

}

.bim_comment_body_head {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.bim_comment_body_body {
    width: 100%;
    margin: 15px 0;
}

.bim_comment_user_name {
    width: calc(100% - 30px);
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置方向*/
    -webkit-line-clamp: 1; /*设置超过为省略号的行数*/
    overflow: hidden;

    white-space: nowrap;
    margin-right: 5px;
    font-size: 15px;
    color: #393939;
    font-weight: 500;
}

.bim_comment_user_date {
    width: 185px;
    overflow: hidden;
    color: #979797;
    font-size: 12px;
    text-align: right;

}

.bim_comment_content {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #3B66F6;
    line-height: 21px;
    /* 内容高度限制 */
    /*word-break: break-all;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 10;*/
    /*overflow: hidden;*/

}


.bim_annex_table_tr > div,
.bim_annex_table_td > div {
    text-align: center;
}

.bim_annex_table_tr {
    display: flex;
    align-items: center;
    background-color: #f3f4fc;
    height: 46px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 10px;
}

.bim_annex_table_tr > div {
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.bim_annex_table_td {
    display: flex;
    align-items: center;
    min-height: 66px;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 10px;
}

.bim_annex_table_td_box {
    height: calc(100% - 35px);
    overflow-y: auto;
}

.bim_annex_table_td_num {
    width: 30px;
    cursor: pointer;
}

.bim_annex_table_td_option {
    width: 80px;
}

.bim_annex_table_td_1 {
    width: calc(100% - 110px);
    color: #2a91fd;
}

.bim_annex_table_td_a {
    cursor: pointer
}

.bim_image_box {
    width: 100%;
    height: 100%;
    border: #aaa 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/*.bim_image_box > img{*/
/*    width: 100%;*/
/*}*/

.bim_model_share_box {
    height: 100%;
}

.bim_model_share_body {
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.bim_model_share_bottom {
    height: calc(100% - 180px);
}

.bim_model_share_code_box {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.bim_model_share_code {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.bim_model_share_bottom_head {
    text-align: center;
    font-size: 20px;

}

.bim_path_roaming_button{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f1f1f1;
}

.bim_path_roaming_box{
    height: 100%;
    width: 200%;
    display: flex;

    transition: 0.5s;
    -webkit-transition: 0.5s;
    animation: myfirst 0.5s;
    -webkit-animation: myfirst 0.5s;
}
.bim_path_roaming_list_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
}
.bim_path_roaming_list_box_check{
    color: #2a91fd;
}

.bim_path_roaming_icon{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}
.bim_path_roaming_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.bim_path_roaming_title {
    width: calc(100% - 70px);
    cursor: pointer;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.bim_path_roaming_btn ,
.bim_path_roaming_add_btn{
    width: 35px;
    color: #2a91fd;
    cursor: pointer;
    user-select: none;
    display: none;
}

.bim_path_roaming_list_box:hover .bim_path_roaming_btn ,
.bim_path_roaming_add_content:hover .bim_path_roaming_add_btn {
    display: block;
}
.bim_path_roaming_add_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
}

.bim_path_roaming_add_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}