﻿@charset "UTF-8";


input, button {
    font: 12px/1.5 "Helvetica Neue",Helvetica,Arial, "Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
/* 黑色属性样式层叠 开始*/
.adsk-viewing-viewer .dockingPanel {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
}
.adsk-viewing-viewer div.docking-markup{
	/* background: rgba(34, 34, 34, 0.8); */
}


.dockingPanel div.dockingPanelTitle{
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(200,200,200, 0.8);	
}

.propertyPanel .treeview group, .propertyPanel .treeview leaf {
    color: #333;
}
.propertyPanel .treeview group.collapsed > lmvheader > icon,
.adsk-viewing-viewer .modelStructurePanel .treeview div.group.collapsed > lmvheader > icon{
	background-image:url(../../img/modeltool/xia.png);
}
.propertyPanel .treeview group.expanded > lmvheader > icon,
.adsk-viewing-viewer .modelStructurePanel .treeview div.group.expanded > lmvheader > icon{
   background-image: url(../../img/modeltool/xial.png);
}
.dockingPanel:hover{
    border: 1px solid rgba(243, 243, 243, 0.8);    
}
.propertyPanel:hover .treeview group > lmvheader{
   background-color: rgba(109, 109, 109, 0.22);
}
.notouch .propertyPanel:hover .propertyValue, .notouch .propertyPanel:hover .propertyName, 
.touch .propertyPanel .propertyValue, .touch .propertyPanel .propertyName{
	background-color: rgba(162, 162, 162, 0.12);
}
/* 黑色属性样式层叠结束 */


/* 黑色模型浏览器样式层叠开始 */
.adsk-viewing-viewer .modelStructurePanel .dockingPanelTitle,
.adsk-viewing-viewer .modelStructurePanel .treeview lmvheader{
	background: rgba(255, 255, 255, 0.8);
}
.adsk-viewing-viewer input.toolbar-search-box{
    background: rgba(222, 222, 222, 0.8);
}
.adsk-viewing-viewer .modelStructurePanel .treeview lmvheader{
	color:#333;
}
.adsk-viewing-viewer .modelStructurePanel .selected lmvheader, 
.adsk-viewing-viewer .modelStructurePanel .treeview div.group.selected lmvheader, 
.adsk-viewing-viewer .modelStructurePanel .treeview div.group.selected div.leaf{
	background-color: rgba(156, 205, 255, 0.8);
}
.adsk-viewing-viewer .modelStructurePanel .treeview .visible lmvheader > label, 
.adsk-viewing-viewer .modelStructurePanel .treeview .visible .group.visible > :not(.dim) > lmvheader > label, 
.adsk-viewing-viewer .modelStructurePanel .treeview .leaf.visible > lmvheader > label, 
.adsk-viewing-viewer .modelStructurePanel .treeview .group.visible > lmvheader > label {
    color: rgb(113, 113, 113);
}
.adsk-viewing-viewer .modelStructurePanel .treeview .dim lmvheader > label, .adsk-viewing-viewer .modelStructurePanel .treeview .dim .group.dim > :not(.visible) > lmvheader > label, .adsk-viewing-viewer .modelStructurePanel .treeview .leaf.dim > lmvheader > label, .adsk-viewing-viewer .modelStructurePanel .treeview .group.dim > lmvheader > label{
    color: rgb(113, 113, 113);
}
/* 黑色模型浏览器样式层叠结束 */



/* 黑色模型设置样式层叠开始 */
.settings-tabs  ul li a,.adsk-lmv-tftable,.dockingPanel .viewer-restore-defaults{
    background-color: #ffffff96;
	color:#333;
	font: 13px/1.5 "Helvetica Neue",Helvetica,Arial, "Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.notouch .dockingPanel:hover .settings-table td, .touch .dockingPanel .settings-table td{
    background-color: rgba(109, 109, 109, 0.22);
}
/* 恢复默认设置按钮 */
.notouch .dockingPanel:hover .viewer-restore-defaults, .touch   .dockingPanel .viewer-restore-defaults{
	background-color: rgba(109, 109, 109, 0.22);
}
.settings-tabs  ul li.tabselected{
    background-color: rgba(109, 109, 109, 0.22);
}
.adsk-viewing-viewer .settings-table .logicalgroup{
    color: #333;
    background-color: rgba(185, 185, 185, 0.9);
}
tr.logicalgroup td div{
    padding: 10px 0 0 0;
}
tr.logicalgroup td:nth-child(1),tr.logicalgroup td:nth-child(2){
     padding-top: 0px;
}
/* 黑色模型设置样式层叠结束 */



/* 资料绑定样式开始 */










td>a,input.cx_btn{
    /* background: rgba(0, 0, 0, 0.12) !important; */
    color: #444;
    border: 1px solid #d0d0d0;
    text-shadow: 1px 1px 1px #fff;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    background-color: #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    line-height: initial;
}
td>a:hover{
    /* border: 1px solid #ff4747;
    background-image: -moz-linear-gradient(#ff4747, #ff7f7f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7f7f), to(#ff4747));
    background-image: -webkit-linear-gradient(#ff4747, #ff7f7f);
    background-image: -o-linear-gradient(#ff4747, #ff7f7f);
    background-color: #ff7f7f; */
    background: #0c92f3 !important;
    text-shadow: none;
    color: #ffffff;
}
input.cx_btn:hover{
	 background:none;
}
input.cx_btn{
	/* background:#646464 !important; */
    width: inherit !important;
    padding: 4px 12px;
	
}
#tr_search{
    padding: 10px 10px 0;
}
input#search_name{
	width: 40%;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
}
#search_typeUrl{
    padding: 0 30px;
    background: #fff;
    color: #333;
}
.content360 tr td:nth-child(1){
    font-size: 12px;
}
tr#tr_foot td {
    font-size: 14px;
}

.content360  tr td:nth-child(2){
    text-align: start;
    width: 80px;
}
#tr_foot{
    padding-top: 10px;
}
#tr_foot span{
    display: inline-block;
    width: 22%;
    text-align: center;
}
#tr_foot span.zlmc{
    width: 28%;
    text-align: left;
    text-indent: 10px;
}

/* 资料绑定样式结束 */

/* 资料上传 开始*/
div.parmaBox1,
div.parmaBox2,
div.parmaBox3{
	background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(158, 158, 158, 0.498039) 0px 3px 5px;
}
div.parmaBox2,
div.parmaBox3{
    height: 32%;	   
}
div#parmaBox1 .title,
div#parmaBox2 .title,
div.parmaBox3 .title{
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(200,200,200, 0.8);	
}
div#parmaBox1 .title h3,
div#parmaBox2 .title h3,
div.parmaBox3 .title h3,
div.parmaBox2_full .title #successLogo{
	color: #333;
}
div#parmaBox1 .diaog,
div#parmaBox2 .diaog,
div.parmaBox3 .diaog{
	color: #bbbbbb;
}
div input#name{
    background: rgba(202, 202, 202, 0.6);	
    color: #333;
}
.right #progress{
    color: #333;
}
div.parmaBox2 .content,
div.parmaBox3 .content{
    height: 89%;
}
#frm div.btn_haed{
    background-color: rgba(255, 255, 255, 0.8);
}
#frm .btn_haed input#btn{
	color: #444;
    border: 1px solid #d0d0d0;
    padding: 5px 26px;
    font-size: 12px;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    line-height: initial;
    width: initial;
}
#frm .btn_haed input#btn:hover{
	background: #0c92f3 !important;
    text-shadow: none;
    color: #ffffff;
}


div.parmaBox1_full{
    background: rgba(255, 255, 255, 0.8);
    margin-left: 0px;
    left: initial;
}
div.parmaBox2_full{
    background: rgba(255, 255, 255, 0.8);
    margin-left: 0px;
    left: initial;
}
div.parmaBox2_full .title #successLogo{
	float: right; 
}
/* 资料上传结束*/


/* 模型分享开始 */
#mainPanel .bdip-qrcode .popup1{
    background: rgba(255, 255, 255, 0.8);	
    border: 1px solid rgba(150, 150, 150, 0.15);
    box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
}

#mainPanel .bdip-qrcode .popup1 .top_nav{
    background: rgba(255, 255, 255, 0.8);
}
#mainPanel .bdip-qrcode .popup1 .top_nav span,
#mainPanel .bdip-qrcode .box_mid  span.biaoti,
.qr_code .left_box p,.min .foot p{
    color: #333;
}
#mainPanel .bdip-qrcode .popup1 .top_nav i{
    background: url(../../js/modeltool/room/libs/bdip-qrcode/v1.0/images/fx_icon.png) ;
    background-repeat: no-repeat;
}



/* 模型分享结束 */


/* 视点保存开始 */
.container .navBox .search,.navBox .search input{
    background: #b3b3b3;
}
.layer-list ul.new_ztree{
	background: rgba(255, 255, 255, 0.8);
}
.new_ztree li span.button {
    background-image: url(../ztree/img/zTreeStandards.png);
}
span .node_name{
    color: #333;
}


.dockingPanel div.rMenu,
#div_viewpoint div.rMenu{
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(32,60,94,.3);
    -webkit-box-shadow: 0 2px 4px rgba(32,60,94,.3);
    -moz-box-shadow: 0 2px 4px rgba(32,60,94,.3);
}
.dockingPanel div.rMenu ul li,
#div_viewpoint div.rMenu ul li{
    background-color: #fff;
}
.dockingPanel div.rMenu ul li:hover,
#div_viewpoint div.rMenu ul li:hover{
    background-color: #a4b4c7;
    color: #fff;
}
.new_ztree li a.curSelectedNode{
	border: 1px #bbb solid;
}
/* 视点保存结束 */



/* 历史会话记录开始  碰撞点列表开始*/
div.u-chat-aside, div#u-clashRpt-upload{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    /* box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5); */
}
div.u-chat-aside-title, div.u-clashRpt-aside-title{
	background: rgba(255, 255, 255, 0.8);
	color:#333;
	cursor: move;
}
.u-chat-aside-title p.model{
	color:#333;
    text-indent: 10px;
}
.u-chat-aside-title input.u-chat-close, .u-clashRpt-aside-title input{
	color: rgba(224,224,224,1);
    cursor: pointer;
}
.u-chat-aside-title input.u-chat-close:hover, .u-clashRpt-aside-title input:hover {
    color: #E2580B;
}
.showWindow .u-chat-list li,.u-chat-content li{
	color: #333;
	border-bottom: 1px solid #cccccc;
}
.showWindow  .u-chat-list li:hover,.u-chat-content li:hover{
    background: #ecf7ff;
}
.u-chat-content .g-chat-title{
	padding: 4px 0;
    line-height: 20px;
}


#clash-table td, #clash-table th{
	color:#333;
}
#clash-table td{
	font-size:12px;
}
/* 历史会话记录结束  碰撞点列表结束 */


/* 右侧视点保存开始*/
#sideMenuContainer, #asideChatView, #div_viewpoint{
	background: rgba(255, 255, 255, 0.8);
    /* box-shadow: 0px 0px 3px 3px #dedede;
    -webkit-box-shadow: 0px 0px 3px 3px #dedede;
    -moz-box-shadow: 0px 0px 3px 3px #dedede; */
}
#div_viewpoint h2,
#asideChatView h2,
#sideMenuContainer h2{
	color:#333;
    padding: 0;
    border-bottom: 1px solid rgba(200,200,200, 0);
}

#asideChatView .btnClose{
	position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px 5px 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #999;
    cursor: pointer;
    font-family: -webkit-body;
}
#asideChatView  .btnClose:hover {
    color: #E2580B;
}
/* 通知 */
#sideMenuContainer h2,
#asideChatView h2{	
    padding-bottom: 6px;
    padding-top: 0px;
}
.m-message .g-message-content li{
	background: rgba(202, 202, 202, 0.4);
}
.m-message .g-message_title{
    color: #333;
}
.g-message_content .g-message_button input{
    background: #e36565;
    border: none;
}

#search_viewpoint{
    /* background: #ffffff96; */
}
#div_viewpoint ul.new_ztree{
    background: rgba(255, 255, 255, 0.8);
}
/* 右侧视点保存结束*/

/* 实时讨论开始*/
.app-container div#asideChatView{
    background: rgba(255, 255, 255, 0.8);
}
.chatContent{
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 10px;
}
.chatTime{
    color: #a0a0a0;
    font-size: 11px;
}
.top div.chatUsers{
    width: initial;
}
/* 实时讨论结束*/


/* 进入房间开始*/
#mb_box{
    opacity: 0.2;
}
#mb_con{
   background-color: rgba(255, 255, 255, 0.8);
   color: #333;
   box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
   -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
   -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
}
#mb_tit{
   background-color: rgba(255, 255, 255, 0.8);
   font-weight: 600;
   border-bottom: 1px solid rgba(200,200,200, 0.8);
}
#mb_name{
    border: 1px solid rgb(175, 175, 175);
    color: rgb(58, 58, 58);
}
.u-chat-aside-title input{
	color: #333;
    cursor: pointer;
}
/* 房间测量字体颜色 */
/* .adsk-control-group .measure-settings-popup td div {
    color: #f4f4f4;
} */

/* 进入房间结束*/

/* 按钮开始 */
.btn-info,#div_viewpoint .btn-info,
.clashRpt-btn,
#mb_btn_no {
    color: #444;
    border: 1px solid #d0d0d0;
    padding: 4px 12px;
    font-size: 12px;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    line-height: initial;
}
#div_viewpoint .btn-info{
    padding: 4px 10px ;
    margin-left:20px;
}
.btn-info:hover,#div_viewpoint .btn-info:hover,.clashRpt-btn:hover {
    /* border: 1px solid #ff4747;
	background-image: -moz-linear-gradient(#ff4747, #ff7f7f);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7f7f), to(#ff4747));
	background-image: -webkit-linear-gradient(#ff4747, #ff7f7f);
	background-image: -o-linear-gradient(#ff4747, #ff7f7f);
	background-color: #ff7f7f; */
    background: #0c92f3 !important;
	text-shadow: none;
    color:#fff;

}
.clashRpt-btn{
    padding: 4px 0 !important;
    height: initial;
    font-size: 12px !important;
}
.showRpt #clashReport{
	width:100%;
    height: 100%;
}
/* button.btn-info:focus {
    background: #ff4747 !important;
    color: #fff;
    border: 1px solid #ff4747;
}  */
#mb_btn_ok{
    background-color: #0c92f3;
    border-radius: 3px;	
    font-size: 12px;
}
/* 测量颜色 */
.adsk-viewing-viewer .measure-done label{
    background-color: #0c92f3;
}
/* 按钮结束 */

.ztree li span.button.chk.checkbox_false_full_focus,
.ztree li span.button.chk.checkbox_true_full_focus,
.new_ztree li span.button.chk.checkbox_false_full_focus,
.new_ztree li span.button.chk.checkbox_true_full_focus{
  background-position: 0 -15px;
}


/* 共享 */
.collabBox{
    background: rgba(255, 255, 255, 0.8);
}
.collabBoxTitle{
    border-bottom: 1px solid rgb(144, 144, 144);
}
.collabBoxTitle,
.collabBoxText,
.collabBoxOK{
    color: #333333;
    /* border: 1px solid #2c2c2c62; */
    /* background-color: rgba(255, 255, 255, .3); */
}
.collabBoxTitle{

}
.collabBoxClose{
    color: rgb(181, 181, 181);
}
.collabBoxOK:hover:hover{
    color: #fff;	
}
.collabPanel input{
	border-top: 1px solid #e4e3e3;
	
}
.textEntry{
    background: rgba(255, 255, 255, 0.8);
    color: #999;
}

.layersPanel .treeview group, 
.layersPanel .treeview leaf{
	color:#333;
}

/* 关闭按钮 */
div.dockingPanelClose,.title i,
.u-chat-aside-title input.u-chat-close, 
.u-clashRpt-aside-title input{
    color: #999;
}


/* 滚动条 */
#clash-table #clashRpt-tbody::-webkit-scrollbar,
.scroll_bar::-webkit-scrollbar{
    width: 6px;
    padding:12px
}

#clash-table #clashRpt-tbody::-webkit-scrollbar-track,
.scroll_bar::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
}

#clash-table #clashRpt-tbody::-webkit-scrollbar-thumb,
.scroll_bar::-webkit-scrollbar-thumb{
    background: rgb(212, 212, 212);
    border-radius: 5px;
    height: 80px;
}
/* 滚动条 */
/* 资料绑定样式开始 */

@media screen and (min-width: 700px) {

    /*--hw 漫游摇杆   开始 */
    div.roamRocker_box{
        width: 300px;
        position: absolute;
        display: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        z-index: 4;
        left: 50px;
        bottom: 60px;
        margin: auto;
        height: 120px;

    }
    div.qian,div.hou,div.zuo,div.you,div.sudu,div.jia,div.jian,div.shang,div.xia{
        position: absolute;
        z-index: 998;
        text-align: center;
        -webkit-user-select: none;/*禁用手机浏览器的用户选择功能 */
        -moz-user-select: none;
        color: white;
        cursor:pointer;
    }
    div.qian,div.hou{
        width: 60px;
        height: 50px;
        left: 80px;
    }
    div.qian{
        top: 3px;
    }
    div.hou{
        bottom:0px;
    }
    div.zuo,div.you{
        width: 60px;
        height: 50px;
        bottom: 0px;
    }
    div.zuo {
        left: 5px;
    }
    div.you{
        right: 85px;
    }
    div.sudu{
        bottom: 0px;
        right: 5px;
        color: #333;
        width: 65px;
        height: 20px;
        top: 0px;
        margin: auto;
    }
    div.jia,div.jian{
        width: 70px;
        height: 35px;
        right: 5px;
    }
    div.jia{
        top: 0px;
    }
    div.jian{
        bottom: 0px;
    }
    div.shang,div.xia{
        width: 60px;
        height: 50px;
        bottom: 30px;
    }
    div.shang{
        right: 85px;
        top: 5px;
    }
    div.xia{
        left: 5px;
        top: 5px;
    }

    .ygfx-box{
        position: absolute;
        left: 0%;
        width: 300px;
        height: 120px;
        background: url(../../img/modeltool/yg3.png) no-repeat;
        z-index: 4;
    }
}



@media screen and (max-width: 700px) {
    .ygfx-box{
        position: absolute;
        left:30%;
        bottom: 110px;
        transform: translate( -50%);
        -webkit-transform: translate( -50%);
        -moz-transform: translate( -50%);
        width: 210px;
        height: 120px;
        background: url(../../img/mobile/yg3.png) no-repeat;
        z-index: 4;

        /* position: absolute;
        left: 0%;
        width: 300px;
        height: 120px;
        background: url(../../img/mobile/yiDongyg3.png) no-repeat;
        z-index: 4; */
    }
    .roamRocker_box{
        display:none;
    }
    div.qian,div.hou,div.zuo,div.you,div.sudu,div.jia,div.jian,div.shang,div.xia{
        position: absolute;
        z-index: 998;
        text-align: center;
        -webkit-user-select: none;/*禁用手机浏览器的用户选择功能 */
        -moz-user-select: none;
        color: white;
    }
    div.qian,div.hou{
        width: 85px;
        height: 26px;
        left: 63px;
    }
    div.qian{
        bottom: 94px;
    }
    div.hou{
        bottom:0px;
    }
    div.zuo,div.you{
        width: 30px;
        height: 85px;
        bottom: 20px;
    }
    div.zuo {
        left: 35px;
    }
    div.you{
        right: 35px;
    }
    div.sudu{
        bottom: 50px;
        left: 96px;
    }
    div.jia,div.jian{
        width: 55px;
        height: 22px;
        left: 80px;
    }
    div.jia{
        bottom: 70px;
    }
    div.jian{
        bottom: 30px;
    }
    div.shang,div.xia{
        width: 30px;
        height: 70px;
        bottom: 30px;
    }
    div.shang{
        right: 0px;
    }
    div.xia{
        left: 0px;
    }
}
.modelmove{
    position: absolute;
    left: 150px;
    top: 40px;
    box-shadow: 1px 3px 10px 0 rgba(150, 150, 150, 0.4);
    background: rgba(255, 255, 255, 1);
    width: 420px;
    border-radius: 5px;
    height: auto;
    display: none;
    z-index: 2;
}
.modelmove-title{
    color: #333;
    background-color: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #ccc;
    padding: 4px 0px 4px 14px;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    border-radius: 5px 5px 0 0;
}
div.modelmove-close{
   	font-family: cursive;
    font-size: 20px;
}
.modelmove-centent{
    padding: 5px 11px;
    color: #333;
}
.modelmove-centent-text div{
    margin-bottom: 1px;
    line-height: 24px;
}
.modelmove-centent-text span input[type="text"]{
    width: 100px;
    margin: 0 10px;
    padding: 0 10px;
}
.modelmove-centent-text span i{
	margin: 0 10px;
    width:70px;
    display: inline-block;
    text-align: center;
}
.x-text{
    color: #ff0000;
}
.y-text{
    color: #1a9c5b
}
.z-text{
    color: #327bd8;
}
.btn-box-forge{
	width:50%;
	margin:0 auto;
}
.modelmove-centent .blue-btn-forge{
	padding:4px 20px;
	color: #ffffff;
	border-radius: 3px;
    cursor: pointer;
    background: #06a7df;	
}
.modelmove-centent .blue-btn-forge:hover{
	background:#00bfff;
}