* {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 微软雅黑, "Microsoft YaHei", PingFangSC;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    /*position: relative;*/
}
.container-fluid{
    height: 100%;
    padding: 0;
}
.row{
    margin: 0 auto;
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}

.col-xs-10{
    padding: 0;
}
.col-xs-4{
    padding: 0;
}
.col-xs-2{
    padding: 0;
}
.col-xs-3{
    padding: 0;
}
.col-xs-9{
    padding: 0;
}

a,a:hover,a:focus{
    text-decoration: none;
}



#msg{
    position:absolute;
    top:30%;
    left:35%;
}
.info_message {
    color: #000;
    background:#fff;
    height: 200px;
    display: inline-block;
    width:400px;
    border-radius: 5px;
}
#alertSure,#alertCancel{
    position:absolute;
    top: 75%;
    left: 46%;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #006f9e;
    color: #fff;
    cursor:pointer;
    border-radius:5px;
}
#alertSure{
    top: 75%;
    left: 74%;
}
#alertCancel{
    top: 75%;
    left: 74%;
}
.detail_message{
    width:350px;
    height:115px;
    text-align:center;
    line-height: 115px;
    overflow: hidden;
    display:inline-block;
    padding:10px;
    margin-left:15px;
    color:#28A7E1;
    font-size: 20px;
}
#alertSure:hover,#alertCancel:hover{
    background:#006f9e;
}
.alertTitle{
    height:30px;
    background:#00465e;
    font-size: 20px;
    padding-left: 10px;
    color: white;
}
