
/*图标*/
.icon-submit,.icon-delete,.icon-back{display:inline-block;width:15px;height:15px;vertical-align: middle;margin:0 4px 2px 0px;}
.icon-submit{ background: url("../images/icon_submit.png") no-repeat;}
.icon-delete{ background: url("../images/icon_delete.png") no-repeat;}
.icon-back{ background: url("../images/icon_back.png") no-repeat;}

/************* 错误提示 *************/
.loading_bg1{ position:fixed; z-index: -1; width:100%; height:100%; background-color:#383838; filter:alpha(opacity=10); opacity:0.1;}
.loading_wrap1{ display:block; position:fixed; left:50%; top:50%; background:#fff; z-index:99;margin-left:-257px;margin-top:-116px;}
.loading_main1{ position:relative;width:515px; padding-bottom:25px; border:1px solid #d2d2d2; box-shadow:0 0 5px 5px rgba(0,0,0,.05); overflow:hidden;}
.loading_main1 td{ height:40px;}
.loading_main1 input{ font-size:14px;}
.loading_main1 .loading-title{ height:40px; line-height: 40px; padding: 0 20px; background:#f1f4fb; border-bottom:1px solid #d2d2d2; text-align:right;}
.loading_main1 .loading-title > .title{ float:left; font-size:14px; line-height: 40px;}
.loading_main1 .loading-title > .close{ display:inline-block; height:40px; line-height:40px; vertical-align:middle;}
.loading_main1 .loading-title > .close i{margin: 0;}
.loading_main1 .button-group{font-size:0; text-align:center;}
.loading-content1{ position:relative; padding:40px 20px 15px 20px; overflow:hidden; font-size:14px; line-height: 24px;}
.loading-content1 > table{width:85%;margin:0 auto;}
.loading-content1 > .text{ padding:10px 0;}
.loading_main1 .button-group a{
    display:inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin:0 5px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    color: #398dee;
    font-size: 12px;
    font-weight:normal;
}
.error-title{font-size:22px;color:#fe5615;margin-left:35px;}
.error-title2{font-size:22px;color:#3b8ae9;margin-left:35px;}
.error-title3{font-size:22px;color:#c0a800;margin-left:35px;}

.define-height{height:600px;}
.define-height > div{margin-top:300px;}
@media screen and (max-width:1600px){
    .define-height{height:380px;}
    .define-height > div{margin-top:150px;}
}







