html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    font-family: "微软雅黑", "宋体";
}

.fix {
    *zoom: 1;
}

.fix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

h1, h2, h3, h4, h5, h6, tr, td, p {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:focus, a:active {
    text-decoration: none;
    outline: none;
    border: 0;
}

img {
    border: 0 none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

input, select, button, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

body.modalBox-open {
    overflow: hidden;
}

.modalBox-open .modal {
    overflow-y: auto;
    overflow-x: hidden;
}

.White_bg {
    background: rgba(255, 255, 255, .85);
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#8CFFFFFF, endcolorstr=#8CFFFFFF)
}

/*button*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    /*  border: 1px solid transparent;
     border-radius: 4px; */
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    /* border-radius: 6px; */
}

.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
    /*  border-radius: 3px; */
}

.btn-xs {
    padding: 2px 6px;
    font-size: 12px;
    /* border-radius: 3px; */
}

.btn-primary {
    background-color: #3399ff;
    border-color: #3399ff;
    color: #FFFFFF;
    margin-left: 8px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #3399ff;
    border-color: #3399ff;
    color: #FFFFFF;
}


/* public-modal */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

/* .modal-open{
    overflow: hidden;
} */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    /*  border-radius: 6px; */
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #3399ff;
    color: #fff;
}

.modal-body {
    position: relative;
    padding: 10px;
}

.modal-footer {
    padding: 10px;
    text-align: right;
    /* border-top: 1px solid #e5e5e5; */
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 100px auto;
}

.close-modal {
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 24px;
    text-align: center;
    top: 5px;
    right: 5px;
    z-index: 15;
    cursor: pointer;
    color: #fff;
    opacity: 0.4;
    font-size: 30px;
    font-weight: bold;
}

.close-modal:hover {
    opacity: 1;
}

.layui-form select {
    display: inline-block;
}
 