body,html{
    margin: 0;
    padding: 0;
    height: 100%;
}
* {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

.wrapper{
    position: relative;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
    min-width: 1100px;
}

.wrapper .header{
    position: absolute; left: 0px; top: 0; right: 0; height: 59px; background: #FFFFFF; z-index:1000;
}
.wrapper .header .title{
    position: absolute;
    left: 0px; top: 0; bottom: 0;
    text-align: center;
    width: 220px;
    height: 59px;
    line-height: 60px;
    font-weight: 600;
    font-size: 22px;
    color: #3b77e3;
    background: #FFFFFF;
}
.wrapper .header .switch{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 220px; top: 0;
}
.wrapper .header .switch i{
    font-size: 16px;
    cursor: pointer;
}

.wrapper .header .refresh{
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 280px; top: 0;
}
.wrapper .header .refresh i{
    font-size: 16px;
    cursor: pointer;
}

.wrapper .header .account{
    position: absolute;
    height: 60px;
    line-height: 60px;
    text-align: center;
    right: 0px;
    top: 0;
    border-left: 1px #f2f2f2 solid;
}
.wrapper .header .account .avatar{
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 5px;
    font-size: 40px;
    color: #cccccc;
}
.wrapper .header .account .name{
    height: 60px;
    line-height: 60px;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block
}

.wrapper .header .header-menu{
    position: absolute;
    right: 215px;
    top:0;
    bottom: 0;
    z-index: 1000;
}
.wrapper .header .header-menu ul li{
    float: left;
    border-left: 1px #f2f2f2 solid;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
}
.wrapper .header .header-menu ul li i{
    font-size: 14px;
}

.wrapper .header .dropdown-menu{
    position: absolute;
    right: 130px;
    top:0;
    bottom: 0;
    z-index: 1000;
}
.wrapper .header .dropdown-menu ul li{
    float: left;
    border-left: 1px #f2f2f2 solid;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    padding: 0;
    position: relative;
}
.wrapper .header .dropdown-menu ul li:hover{
    background: #f7f7f7;
}
.wrapper .header .dropdown-menu ul li .menu{
    margin-right: 10px;
    margin-left: 10px;
}
.wrapper .header .dropdown-menu ul li .menu i{
    font-size: 14px;
    color: #2b2b2b;
}
.wrapper .header .dropdown-menu ul li .menu .icon{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 0px;
    color: #2b2b2b;
}
.wrapper .header .dropdown-menu ul li .menu span{
    height: 60px;
    color: #2b2b2b;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block
}
.wrapper .header .dropdown-menu ul li .dropdown {
    top: 100%;
    border-radius: 0 0 2px 2px;
    cursor: default;
    visibility: hidden;
    background: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.wrapper .header .dropdown-menu ul li:hover .dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    cursor: default;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}
.wrapper .header .dropdown-menu ul li .dropdown ul{
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.wrapper .header .dropdown-menu ul li .dropdown ul li{
    line-height: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    list-style: none;
    font-size: 12px;
    float: none;
    font-weight: 200;
    text-align: center;
}
.wrapper .header .account .dropdown {
    top: 100%;
    border-radius: 0 0 2px 2px;
    cursor: default;
    visibility: hidden;
    background: #FFFFFF;
    right: 0;
    position: absolute;
    width: 150px;
    height: 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.wrapper .header .account:hover .dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    cursor: default;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}


.wrapper .sidebar{
    position: absolute; left: 0; top: 60px; bottom: 0px; width: 220px;
    background: #FFFFFF;
    z-index:1000;
    -webkit-box-shadow: 0px 2px 3px 0px #cccccc;
    -moz-box-shadow: 0px 2px 3px 0px #cccccc;
    box-shadow: 0px 2px 3px 0px #cccccc;
}
.wrapper .sidebar .menu{
    position: absolute;
    bottom: 30px;
    top: 0;
    width: 220px;
}
.wrapper .sidebar .menu .default{
    position: absolute;
    bottom: 0px;
    top: 0;
    width: 220px;
}
.wrapper .sidebar .menu .default .item{
    position: relative;
    vertical-align: middle;
}
.wrapper .sidebar .menu .default .item .title{
    display: block;
    overflow: hidden;
    padding-left: 30px;
    line-height: 45px;
    max-height: 45px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    text-decoration: none;
}
.wrapper .sidebar .menu .default .item .title:hover{
    background: #F1F3FB;
}
.wrapper .sidebar .menu .default .item .title span{
    font-weight: 500;
    margin-left: 20px;
}
.wrapper .sidebar .menu .default .item .title i{
    font-size: 14px;
    font-weight: normal;
}
.wrapper .sidebar .menu .default .item .title .arrow{
    float:right;
    margin-right: 20px;
    font-size: 12px;
    color: #888888;
    transition: transform .3s;
}
.wrapper .sidebar .menu .default .item ul{
    display: none;
    background: #FFFFFF;
    color: #000000;
    list-style: none;
    padding: 0;
}
.wrapper .sidebar .menu .default .item ul li{
    height: 45px;
    line-height: 45px;
}
.wrapper .sidebar .menu .default .item ul li a{
    color: #000000;
    font-size: 12px;
    width: 150px;
    display: inline-block;
    height: 100%;
    padding-left: 70px;
    text-decoration: none;
}
.wrapper .sidebar .menu .default .item ul li a:hover{
    background: #F1F3FB;
    color: #3b77e3;
    width: 148px;
    border-right:2px #3b77e3 solid;
}
.wrapper .sidebar .menu .default .item ul li a.current{
    background: #F1F3FB;
    color: #3b77e3;
    width: 148px;
    border-right:2px #3b77e3 solid;
}
.wrapper .sidebar .menu .mini{
    display: none;
}
.wrapper .sidebar .menu .mini .item{
    position: relative;
    width: 80px;
    z-index: 1000;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #FFFFFF;
    color:#000000;
    font-size: 14px;
    text-align: center;
}
.wrapper .sidebar .menu .mini .item:hover{
    background:#f1f2f3;
}
.wrapper .sidebar .menu .mini .item i{
    font-size: 14px;
}
.wrapper .sidebar .menu .mini .item i span{
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
}
.wrapper .sidebar .menu .mini .item .pad{
    position: absolute;
    left: 80px;
    top: 0px;
    width: 150px;
    padding: 0px 0px;
    cursor: default;
    display: none;
    background: #FFFFFF;
    z-index: 999999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.wrapper .sidebar .menu .mini .item .pad ul{
    margin: 0;
    padding: 0;
    line-height: 55px;
    font-size: 12px;
    color: #0a2f75;
}
.wrapper .sidebar .menu .mini .item .pad ul li:hover{
    background: #F2F2F2;
}
.wrapper .sidebar .menu .mini .item .pad ul li a{
    display: block;
    height: 100%;
    width: 100%;
    color: #0a2f75;
}

.wrapper .sidebar .developer {
    position: absolute;
    overflow: hidden;
    border-top: 1px #f1f2f3 solid;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #FFFFFF;
    line-height: 30px;
    color: #888888;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}

.wrapper .control{
    position: absolute; left: 220px; top: 60px; right: 0; height: 40px;
    background: #FFFFFF;
    z-index:999;
    -webkit-box-shadow: 0 2px 3px 0 #cccccc;
    -moz-box-shadow: 0px 2px 3px 0px #cccccc;
    box-shadow: 0px 2px 3px 0px #cccccc;
}
.wrapper .control .nav-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    cursor: pointer;
    border-right: 1px #EEEEEE solid;
    text-align: center;
    width: 40px;
    line-height: 40px;
    background: #FFFFFF;
    z-index: 104;
}
.wrapper .control .nav-prev:hover{
    background: #f6f6f6;
}
.wrapper .control .nav-next {
    position: absolute;
    right: 41px;
    top: 0;
    height: 40px;
    cursor: pointer;
    border-left: 1px #EEEEEE solid;
    text-align: center;
    width: 40px;
    line-height: 40px;
    background: #FFFFFF;
    z-index: 104;
}
.wrapper .control .nav-next:hover{
    background: #f6f6f6;
}
.wrapper .control .nav-more{
    position: absolute;
    right: 0;
    width: 40px;
    line-height: 40px;
    z-index: 104;
    top: 0;
    height: 40px;
    cursor: pointer;
    border-left: 1px #EEEEEE solid;
    background: #FFFFFF;
    text-align: center;
}
.wrapper .control .nav-more:hover{
    background: #f6f6f6;
}
.wrapper .control .nav-more i{
    font-size: 14px;
}
.wrapper .control .nav-more .pad{
    width: 100px;
    padding: 0px 0px;
    cursor: default;
    display: none;
    background: #FFFFFF;
    position: absolute;
    right: 0; top: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.wrapper .control .nav-more .pad ul{
    margin: 0; padding: 0; line-height: 45px; font-size: 12px;
}
.wrapper .control .nav-more .pad ul li:hover{
    background: #F2F2F2;
}
.wrapper .control .nav-tab{
    overflow: hidden;
    position: absolute;
    left: 41px;
    right: 82px;
    height: 40px;
    top: 0;
    background: #FFFFFF;
    z-index: 101;
}
.wrapper .control .nav-tab ul{
    width: 20000px;
}
.wrapper .control .nav-tab ul li{
    float: left;
    font-size: 12px;
    color: #888888;
    height: 41px;
    line-height: 41px;
    cursor: pointer;
    background: #FFFFFF;
    border-right: 1px #EEEEEE solid;
    position: relative;
    z-index: 102;
}
.wrapper .control .nav-tab ul li.current{
    height: 41px;
    line-height: 41px;
    color: #3b77e3;
    background: #FFFFFF;
    font-weight: 400;
}
.wrapper .control .nav-tab ul li p{
    padding-right: 25px;
    padding-left: 25px;
    font-size: 12px;
    z-index: 103;
}
.wrapper .control .nav-tab ul li p i{
    margin-right: 5px;
    font-size: 12px;
}
.wrapper .control .nav-tab ul li div.close{
    position: absolute;
    bottom: 14px;
    right: 5px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #cccccc;
    z-index: 104;
}
.wrapper .control .nav-tab ul li div.close:hover{
    position: absolute; bottom: 14px; right: 5px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    color: #ee6237;
    border-radius: 14px;
}

.wrapper .workspace{
    position: absolute; left: 220px; top: 100px; right: 0; bottom: 0;
    z-index: 998;
    background: #F1F3FB;
}
.wrapper .workspace .container{
    position: absolute;left: 0;top:0;bottom: 0;right: 0;
}
.wrapper .workspace .container iframe{
    position: absolute;
    height: 100%; width: 100%;border: 0;
    top: 0; bottom: 0; right: 0; left: 0; z-index: 1
}

/*
 mCustomScrollbar
 */
.mCSB_scrollTools{width:6px}
.mCSB_container{
    margin: 0;
    padding: 0;
    width: 100%;
}
/*