@charset "utf-8";

/* CSS Document */


/***
 * uimaker
 * http://www.uimaker.com
 * e-mail: admin@uimaker.com
 */

* {
    border: 0;
    margin: 0;
    padding: 0;
    /*IE滚动条*/
    scrollbar-face-color: #2c3950;
    /*面子*/
    scrollbar-arrow-color: #C0C0C0;
    /*箭头*/
    scrollbar-3dlight-color: #C0C0C0;
    /*最外左*/
    scrollbar-highlight-color: #2c3950;
    /*左二*/
    scrollbar-shadow-color: #2c3950;
    /*右二*/
    scrollbar-darkshadow-color: #C0C0C0;
    /*右一*/
    scrollbar-track-color: #151a24;
    /*滑道*/
}

html {
    height: 100% !important;
    overflow-x: hidden;
}


/*去横向滚动条*/

body {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", "iconfont"!important
}

ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    display: block;
}

a,
a:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*iconfont*/

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot');
    /* IE9*/
    src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-size: 16px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*scrollbar*/

::-webkit-scrollbar-track-piece {
    background-color: #191f2a;
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #2c3950;
    -webkit-border-radius: 6px;
    outline: 1px solid #191f2a;
    outline-offset: -1px;
    border: 1px solid #191f2a;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #0076c8;
    -webkit-border-radius: 6px
}


/*login*/

.login {
    height: 434px;
    width: 758px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -217px 0 0 -379px;
}

.loginbox {
    height: 480px;
    background-color: #1d2431;
    background-image: url(../images/loginimg.png);
    background-repeat: no-repeat;
}

.loginshadow {
    height: 28px;
    background: url(../images/shadow.png) no-repeat;
}

.loginleft {
    width: 245px;
    height: 65px;
    background: url(../images/logintext.png) no-repeat top left;
    margin-left: 55px;
    margin-top: 167px;
    float: left;
}

.loginleft h2 {
    font-size: 16px;
    color: #7086af;
    font-weight: normal;
    padding-top: 38px;
}

.loginright {
    float: right;
    width: 306px;
    margin-right: 50px;
    margin-top: 10px;
}

.loginlogo {
    width: 80px;
    height: 35px;
    margin-top: 10px;
    background: url() no-repeat;
    display: block
}

.userlogin {
    margin-top: 15px;
}

.userlogin li {
    width: 306px;
    height: 40px;
    margin-bottom: 10px;
}

.userlogin li p {
    display: block;
    float: left;
    width: 32px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.loginuser {
    background: #0076c8;
}

.loginpassword {
    background: #d63737;
}

.userlogin li cite {
    display: block;
    float: left;
    width: 264px;
}

.loginbtn {
    display: block;
    width: 306px;
    height: 30px;
    background: #2c3950;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.loginbtn:hover {
    background: #0076c8;
}

.userlogin li em {
    display: block;
    float: left;
    margin-right: 8px;
}

.userlogin li b {
    font-size: 12px;
    color: #415372;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
}

.loginfooter {
    color: #2e3a53;
    font-size: 12px;
    position: absolute;
    bottom: 80px;
    text-align: center;
    width: 100%;
}


/* main */

.header {
    background: #13171e;
    height: 50px;
    overflow: hidden;
}

.left {
    width: 200px;
    background: #222936;
    overflow: hidden;
}

.footer {
    height: 26px;
    background: #232c3c;
    color: #525e75;
    overflow: hidden;
}

.center {
    background: #191f2a;
}

.logo {
    padding-left: 20px;
    margin-top: 10px;
    float: left;
    width: 179px;
}

.nav li {
    float: left;
}

.nav li a {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #191f2a;
    padding: 0 15px;
    color: #536383;
    border-left: solid 1px #13171e;
    border-top: solid 2px #191f2a;
}

.nav li a i {
    color: #3d4a61;
    padding-right: 8px;
    font-size: 24px;
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
}

.nav li a.selected,
.nav li a:hover {
    background: #0d1014;
    color: #fff;
    border-left: solid 1px #0d1014;
    border-top: solid 2px #0594f7;
}

.nav li a.selected i,
.nav li a:hover i {
    color: #0594f7;
}

.topright {
    float: right
}

.toptool li {
    float: left;
    color: #536383;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
}

.toptool li a i {
    font-size: 20px;
}

.toptool li a {
    color: #536383;
}

.toptool li a:hover {
    color: #0594f7;
}

.toptool li em {
    display: block;
    font-size: 9px;
    font-family: "arial";
    color: #fff;
    background: #d63737;
    height: 12px;
    line-height: 12px;
    position: absolute;
    z-index: 100;
    top: 13px;
    right: 6px;
    padding: 0 2px;
    border-radius: 2px;
    font-style: normal;
}

.toptool li em.gcolor {
    background: #0da827;
}

.userface {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: url(../images/userbg.png) no-repeat;
    margin-top: 13px;
    font-size: 14px;
    color: #0397fe;
    text-align: center;
    float: left;
}

.userface i {
    font-size: 12px;
}

.userdown {
    font-size: 10px;
}

.toptool li font {
    font-size: 14px;
    display: block;
    float: left;
    padding: 0 8px;
}

.toptool li a i.userdown {
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.60);
    font-size: 14px;
}

.fleft,
.fright {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    color: #415372;
    font-size: 12px;
}

.fright {
    float: right;
}

.fleft>.iconfont {
    padding: 0 5px;
    font-size: 12px;
}

.fright>.iconfont {
    float: right;
    margin-top: 2px;
}

#tt .tabs-panels>.panel>.panel-body {
    overflow: hidden;
}


/*default*/

.toollist {
    overflow: hidden;
    padding-top: 8px;
    padding-left: 3px;
}

.toollist li {
    float: left;
    width: 16.66%;
}

.toollist li:hover {
    opacity: 0.9;
    cursor: pointer;
}

.toollist li span i {
    display: block;
    float: left;
    width: 62px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 35px;
    background: url(../images/spanbg.png);
    margin-right: 12px;
    color: #fff;
}

.listbox {
    margin-right: 8px;
    height: 75px;
}

.boxcolor1 {
    background: #0076c8;
}

.boxcolor2 {
    background: #d63737;
}

.boxcolor3 {
    background: #6f61ae;
}

.boxcolor4 {
    background: #0da827;
}

.boxcolor5 {
    background: #008b72;
}

.boxcolor6 {
    background: #2c3950;
}

.toollist li cite {
    display: block;
    float: left;
    width: 70px;
    height: 75px;
}

.toollist li cite a {
    font-size: 22px;
    float: left;
    display: block;
    font-style: normal;
    width: 70px;
    margin-top: 12px;
}

.toollist li cite a p {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    opacity: 0.55;
}

.panellist {
    padding-left: 3px;
    padding-top: 8px;
    overflow: hidden;
}

.panellist li {
    width: 33.33%;
    float: left;
}

.panelbox {
    margin-right: 8px;
}

.chartbox {
    height: 235px;
    overflow: hidden;
}

.infolist {
    padding: 8px 8px 0 3px;
    clear: both;
}

.infoleft {
    width: 66.67%;
    float: left;
}

.inforight {
    width: 33.33%;
    float: left;
}

.infoboxleft {
    height: 351px;
    margin-right: 3px;
}

.infoboxright {
    height: 351px;
    margin-left: 5px;
}

.tablebox {
    margin: 8px;
    overflow: hidden;
}

.textlist {
    padding: 8px;
}

.textlist li {
    line-height: 30px;
    height: 30px;
    *line-height: 29px;
    *height: 29px;
    width: 100%;
}

.textlist li a {
    display: block;
    float: left;
    font-size: 12px;
    color: #e0ecffcc;
}

.textlist li a:hover {
    color: #0594f7;
}

.textlist li span {
    display: block;
    width: 2px;
    height: 2px;
    float: left;
    margin-top: 15px;
    margin-right: 8px;
    margin-left: 8px;
    background: #0594f7;
}

.textlist li i {
    font-style: normal;
    color: #c5ccd6;
    position: absolute;
    right: 20px;
    font-size: 12px;
}

.textlist li em {
    font-size: 9px;
    font-style: normal;
    color: #fff;
    display: block;
    height: 13px;
    width: 30px;
    line-height: 13px;
    border-radius: 2px;
    float: left;
    margin-top: 8px;
    margin-left: 6px;
    text-align: center;
}

.emcolor1 {
    background: #d63737;
}

.emcolor2 {
    background: #0076c8;
}

.emcolor3 {
    background: #6f61ae;
}

.smallfont {
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    font-size: 12px;
}

.odd {
    background: #191f2a;
}

.panelbox,
.infoboxleft,
.infoboxright {
    position: relative;
}

.panelmore {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 5px;
}

.panelmore a {
    font-size: 12px;
    color: #ffffffb0;
    padding-right: 6px;
}

.panelmore a:hover {
    color: #0594f7;
}

.panelmore i {
    font-size: 12px;
    color: #0594f7;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
}


/*pages*/

.pagebox {
    padding: 10px;
    height: 100%
}

.titlename {
    font-size: 22px;
    color: #0076c8;
    padding-bottom: 20px;
}

.cbox {
    padding-bottom: 15px;
}

.cboxdd dd {
    float: left;
    width: 33.33%;
}

.ddiv {
    padding-left: 5px;
    padding-right: 5px;
}

.cboxdt dd {
    float: left;
    width: 50%;
}

.fspan {
    float: left;
    display: block;
    width: 80px;
    margin-right: 5px;
    color: #536383;
    font-size: 14px;
}

.fi {
    padding-right: 8px;
    padding-left: 5px;
    color: #536383;
    font-style: normal;
}

.dlinfo {
    width: 250px;
    margin: 0 auto;
    height: 65px;
    margin-top: 20px;
}

.dleft {
    width: 65px;
    height: 65px;
    background: #252e3f;
    float: left;
    border-radius: 50px;
}

.lgicon {
    line-height: 65px;
    color: #0594f7;
    width: 65px;
    text-align: center;
    display: block;
}

.dright {
    padding-left: 10px;
    float: left;
    padding-top: 15px;
}

.dright span {
    font-size: 16px;
    color: #566b91;
}

.dright p {
    font-size: 12px;
    color: #415372;
}

.textlink {
    color: #0076c8;
}

.iconlist li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    display: block;
}

.iconlist li p {
    text-align: center;
    line-height: 20px;
}

.iconlist li .easyui-panel:hover {
    border: solid 1px #0076c8;
    cursor: pointer;
}


/*404*/

.page404 {
    width: 650px;
    height: 280px;
    margin: 0 auto;
    background: url(../images/404.png) no-repeat 20px 10px;
    margin-top: 100px;
}

.page404 p {
    padding-left: 280px;
    color: #566b91;
    font-size: 16px;
}

.error404 {
    color: #d63737;
    font-size: 38px;
    padding-left: 280px;
    padding-top: 80px;
}


/*mobile*/

.mobile {
    height: 540px!important;
    margin: 0 auto;
    padding: 102px 25px 159px 23px;
    width: 337px;
    margin-top: 40px;
    background: url(../images/bgiphone.png) no-repeat;
    transition: all .5s ease 0s
}

.mobile iframe {
    height: 585px!important
}


/*new*/

.dtitle {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
}

.t1 {
    background: #0076c8
}

.t2 {
    background: #d63737
}

.t3 {
    background: #6f61ae
}

.flist {
    margin-bottom: 10px;
    overflow: hidden;
}

.flist li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.flistdis {
    margin-bottom: 10px;
    overflow: hidden;
    display: none;
}

.flistdis li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.tjlist {
    overflow: hidden;
}

.tjlist li {
    float: left;
    margin-right: 8px;
    border: solid 1px #283550;
    height: 65px;
    padding: 0px 30px;
}

.tjlist li span {
    display: block;
    float: left;
    margin-top: 15px;
    color: #415375;
}

.tjright {
    float: left;
    padding-left: 10px;
    margin-top: 8px;
}

.tjright em {
    font-size: 22px;
    font-style: normal;
    color: #0076c8;
}

.tjright p {
    font-size: 14px;
    color: #566b91;
}

.jglist li {
    margin-bottom: 10px;
}

.jglist li span {
    display: block;
    width: 80px;
    float: left;
    font-weight: bold;
}

.ullist li {
    float: left;
    width: 420px;
    margin-right: 20px;
    height: 35px;
    margin-bottom: 15px;
}

.userlist {
    position: absolute;
    z-index: 100;
    top: 50px;
    right: 1px;
    padding: 1px;
    background: #414e68;
    border: solid 1px #414e68;
    border-top: none;
    display: none;
    width: 120px;
}

.userlist li {
    line-height: 25px;
}

.userxl {
    padding-right: 8px;
    padding-left: 15px;
}

.userlist li a {
    display: block;
    color: #889cc0;
    height: 25px;
    line-height: 25px;
    background: none;
    margin-top: 0;
    padding-right: 15px;
    font-size: 12px;
}

.userlist li a:hover {
    background: #0076c8;
    color: #fff;
}

.uldown {
    display: block;
    float: left;
}

.userimg {
    width: 120px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    background: #2c384f;
    float: left;
    overflow: hidden;
}

.userinfo {
    float: left;
    border: solid 1px #2c3950;
    height: 123px;
    margin-left: 10px;
    width: 286px;
    padding-top: 15px;
}

.userinfo li {
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

.userinfo li span {
    display: block;
    float: left;
    width: 80px;
    text-indent: 10px;
    font-weight: bold;
}


/*后加的*/

input::-webkit-input-placeholder {
    color: #91a2c5;
}

input::-ms-input-placeholder {
    color: #91a2c5;
}

.info_input {
    text-indent: 10px;
    background-color: #151a24;
    color: #fff3f3;
}

.info_section {
    text-indent: 5px;
    color: #fff3f3;
    background-color: #151a24;
    /* margin-left: 86px; */
    outline: none;
}

.help-block {
    margin-left: 40px;
    color: #0290f3;
}