* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei",'微软雅黑','思源黑体',SYHT,"WenQuanYi Micro Hei",sans-serif;
    color: #555;
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

input, button {
    height: 35px;
    margin: 0;
    padding: 3px 5px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    cursor: pointer;
}

input[disabled], button[disabled] {
    background-color: #eee;
}

input, select {
    border: 1px solid #CCC;
    /*width: 250px;*/
    /*-webkit-appearance: none;
    -moz-appearance: none;*/
    appearance: none;
}
select::-ms-expand{
    display: none;
}

::-webkit-input-placeholder {
    color: #BBB;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BBB;
}

button {
    color: #FFF;
    background-color: #428BCA;
    border: 1px solid #357EBD;
    cursor: pointer;
}
/**
*自定义样式
 */
a{color: #000000; text-decoration: none;}
input:focus, textarea:focus, select:focus,a:focus,button:focus {
    outline-offset: 0;
    outline: none;
}
ul, menu, dir {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
    padding: 0;
    list-style: none;
}
p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
button{
    border: none;
    background-color: transparent;
}
i,em{font-style: normal;}
dd {
    display: block;
    -webkit-margin-start: 0;
}
button {  padding: 0; border:0;  }
dl {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*脚部*/
.owd-footer{
    width: 100%;
    height: 40px;
    background: #0096db;
    text-align: center;
    line-height: 40px;
}
.owd-footer p,.owd-footer div{
    font-size: 16px;
    color: #b6c9f1;
    display: inline-block;
    height: 20px;
    margin-left: 10px;
}
.owd-footer p a,.owd-footer p span{
    font-size: 16px;
    color: #b6c9f1;
    border-right: 1px solid #b6c9f1;
    padding-right: 10px;
}
.owd-footer div a{
    font-size: 16px;
    color: #b6c9f1;
}
/*弹窗*/
.alert{
    background: rgba(0,0,0,.4);
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 10000;
}
/*单个学生导入弹窗---黑色背景*/
.alert1{
    background: rgba(0,0,0,.4);
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    display: none;
}
.alert-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    border-radius: 2px;
  /*  overflow: hidden;*/
}
.issue-top{
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    color: #fff;
    font-size: 18px;
    background: url("../img/xinde-tangchuang-topbg.png")no-repeat center;
    background-size: 100% 100%;
}
.issue-top img{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 15px;
    width: 15px;
}
.issue-content{
    background: #fff;
    width: 100%;
    padding-bottom: 20px;
}
/*.issue-content p{
    line-height: 60px;
    font-size: 16px;
    color: #333;
    margin-left: 40px;
}*/
.issue-content p input{
    border: 1px solid #d8d8d8;
    height: 35px;
    width: 200px;
    margin-left: 20px;
}
.issue-content div{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    /*margin-left: 40px;*/
}
.issue-content div textarea{
    resize: none;
    width: 420px;
    height: 200px;
    background: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    font-size: 14px;
    color: #666;
}
.issue-bottom{
    margin-top: 20px;
    text-align: right;
    margin-left: 40px;
}
.issue-bottom span{
    font-size: 16px;
    color: #333;
    width: 80px;
    height: 35px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    line-height: 35px;
    text-align: center;
}
.issue-bottom button{
    background: #2a659b;
    width: 80px;
    height: 35px;
    color: #fff;
    margin-right: 40px;
    margin-left: 20px;
    border-radius: 2px;
}
