* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
input,
button,
a,
p {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Helvetica Neue", 'Microsoft YaHei';
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    font-size: 14px;
}

html {
    width: 100%;
    height: 100%;
}
* {
    outline: none;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: initial;
}

input {
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f6f5fb inset !important;
    /*关于解决输入框背景颜色*/
}
input,button,select,textarea { 
    outline:none; border: none;
}
input[type=file]{
    display:none;
}
textarea{ 
    resize:none 
}
i{
     font-style:normal
}
/*a*/
a {
    text-decoration: none;
    color: initial;
}

a:hover {
    text-decoration: none;
   color: initial;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.jt-mian {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

.jt-mian .jt-CompileHeader {
    min-height: 66px;
    /* background-color: #f0f0f0; */
    position: relative;
}

.jt-mian .jt-CompileMian {
    margin: 1px 0;
    position: relative;
}   

.jt-mian .jt-CompileFooter {
    min-height: 66px;
    position: relative;
}
.jt-mian .jt-layout{
    height: 100%;
}

.jt-CompileHeader .menu {
          margin-top:0px;
        width: 120px;
        position: absolute;
        top: 0;
        right: 0px;
        height: 26px;
        text-align: center;
    }
.jt-CompileHeader .menu span{
      display: block;
      line-height: 26px;
        color: #68bcfa;
        font-size: 12px;
        letter-spacing: 1px;
        cursor: pointer;
    }
.jt-CompileHeader .menu .sub {
        position: absolute;
        display: none;
        left: 0px;
        top: 26px;
        width: 100%;
        background: #fff;
        line-height: 24px;
     
    }
.jt-CompileHeader .menu .sub li{
        color: #000;
        text-decoration: none;
        font-size: 12px;
        cursor: pointer;
    }