﻿/*********************************/
.alertbox {
            width:100%; background-color:rgba(0,0,0,0.4); position:fixed; top:0; left:0;  z-index:9999;
        }
        .alertbody {
            width:300px; height:150px; margin:0 auto; float:none;
        }
        .alerttitle {
            width:280px; height:40px; padding-left:10px; padding-right:10px; background-color:#72d1ff; line-height:40px; color:#fff; border-radius:5px 5px 0 0;
        }
        .alertcontent {
             width:280px; /*height:80px;*/ padding:10px; background-color:#fff; line-height:25px; color:#fff; text-align:center;color:#2b9bc5;
        }
        .alertbtbar {
            width:280px; /*height:40px;*/ padding-left:10px; padding-right:10px; padding-bottom:10px; background-color:#fff; line-height:40px; color:#fff; border-radius:0 0 5px 5px; float:left;
        }
        .btnalertOK {
            width:60px; margin-top:5px; height:30px; line-height:30px;  background-color:#72d1ff; float:left; margin-left:110px; color:#fff; text-align:center; cursor:default;
            border-radius:4px;
        }
        .btnalertOK:active {
             background-color:#ec6d51;
            }
         .btnconfirmOK {
            width:60px; margin-top:5px; height:30px; line-height:30px;  background-color:#72d1ff; float:left; margin-left:70px; color:#fff; text-align:center; cursor:default;
            border-radius:4px;
        }
        .btnconfirmOK:active {
             background-color:#ec6d51;
            }
       
         .btnconfirmCancel {
            width:60px; margin-top:5px; height:30px; line-height:30px;  background-color:#72d1ff; float:left; margin-left:30px; color:#fff; text-align:center; cursor:default;
            border-radius:4px;
        }
        .btnconfirmCancel:active {
             background-color:#ec6d51;
            }
/*以上是提示框和确认框*/
.loading {
            width:100%; position:fixed; top:0; left:0;  z-index:8; background:rgba(0,0,0,0.6);
        }
.loadingimg{ width:30px; height:30px; background-image:url(../images/loading.gif); 
            margin:0 auto; background-size:100% 100%; margin-top:150px;}
/*************弹出框**********/
.modal-header h4.modal-title {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
}
.evaluation{ width:40%; display:inline-table; padding-right:10%; }
 .evaluation p.remark {  line-height:25px; display:none;}

