﻿@charset "utf-8";
* {
    font-size: 9pt;
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑';
    margin: 0 auto;
    min-width: 700px;
}

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, span {
    margin: 0;
    padding: 0;
    display: block;
}

dl.leftmenu:hover {
    cursor: pointer;
}

a, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
    blr: expression(this.onFocus = this.blur());
}

a:hover {
    color: #00a4ac;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

cite {
    font-style: normal;
}

h2 {
    font-weight: normal;
}

/*cloud*/
#mainBody {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/back/images/cloud.png) no-repeat;
    z-index: 1;
    opacity: 0.5;
}

#cloud2 {
    z-index: 2;
}

iframe.dialogIframe {
    height: 99%;
}

/*login*/
.logintop {
    height: 47px;
    position: absolute;
    top: 0;
    background: url(/back/images/loginbg1.png) repeat-x;
    z-index: 100;
    width: 100%;
}

.logintop span {
    line-height: 47px;
    background: url(/back/images/loginsj.png) no-repeat 21px 18px;
    text-indent: 44px;
    color: #afc5d2;
    float: left;
}

.logintop ul {
    float: right;
    padding-right: 30px;
}

.logintop ul li {
    float: left;
    margin-left: 20px;
    line-height: 47px;
}

.logintop ul li a {
    color: #afc5d2;
}

.logintop ul li a:hover {
    color: #fff;
}

.loginbody {
    background: url(/back/images/loginbg3.png) no-repeat center center;
    width: 100%;
    height: 585px;
    overflow: hidden;
    position: absolute;
    top: 47px;
}

.systemlogo {
    width: 100%;
    height: 71px;
    margin-top: 75px;
}

.loginbox {
    width: 692px;
    height: 380px;
    margin-top: 30px;
}

.loginbox ul {
    margin-top: 88px;
    margin-left: 190px;
}

.loginbox ul li {
    margin-bottom: 25px;
}

.loginbox ul li label {
    padding-left: 25px;
    color: white;
    font-size: 1.2em;
}

.loginbox ul li label a {
    color: white;
    font-size: inherit;
}

.loginbox ul li label a:hover {
    color: #ddd;
}

.loginbox ul li label input {
    margin-right: 5px;
}

.loginbox ul li .loginuser {
    width: 299px;
    height: 48px;
    background: url(/back/images/loginuser.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginbox ul li .loginpwd {
    width: 299px;
    height: 48px;
    background: url(/back/images/loginpassword.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginbox ul li .numcode {
    width: 172px;
    height: 48px;
    background: url(/back/images/loginuser.png) no-repeat;
    border: none;
    line-height: 48px;
    padding-left: 44px;
    font-size: 14px;
    color: #90a2bc;
}

.loginbox ul li img {
    width: 125px;
    height: 48px;
    vertical-align: text-bottom;
}

.loginbtn {
    width: 111px;
    height: 35px;
    background: url(/back/images/buttonbg.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
}

.loginbm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/back/images/loginbg2.png) repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #0b3a58;
}

.loginbm a {
    font-weight: bold;
    color: #0b3a58;
}

.loginbm a:hover {
    color: #fff;
}

/*top.html*/
.header {
    height: 88px;
}

.topleft {
    height: 88px;
    background: url(/back/images/topleft.jpg) no-repeat;
    float: left;
}

.topleft img {
    margin-top: 12px;
    margin-left: 10px;
}

.topright {
    height: 88px;
    background: url(/back/images/topright.jpg) no-repeat right;
}

.nav {
    float: left;
}

.nav li {
    float: left;
    width: 87px;
    height: 88px;
    text-align: center;
}

.nav li a {
    display: block;
    width: 87px;
    height: 88px;
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}

.nav li a.selected {
    background: url(/back/images/navbg.png) no-repeat;
}

.nav li a:hover {
    display: block;
    color: #fff;
    background: none repeat scroll 0% 0% rgb(43, 127, 181);
}

.nav li img {
    margin-top: 10px;
}

.nav li a {
    display: block;
}

.nav a h2 {
    font-size: 14px;
    color: #d6e8f1;
}

.nav a:hover h2 {
    color: #fff;
}

.topright ul {
    padding-top: 15px;
    float: right;
    padding-right: 12px;
}

.topright ul li {
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    background: url(/back/images/line.gif) no-repeat right;
}

.topright ul li:last-child {
    background: none;
}

.topright ul li a {
    font-size: 13px;
    color: #e9f2f7;
}

.topright ul li a:hover {
    color: #fff;
}

.topright ul li span {
    margin-top: 2px;
    float: left;
    padding-right: 3px;
}

.user {
    height: 30px;
    background: url(/back/images/ub1.png) repeat-x;
    clear: both;
    margin-top: 10px;
    float: right;
    margin-right: 12px;
    border-radius: 30px;
    behavior: url(/back/js/PIE.htc);
    white-space: nowrap;
    position: relative;
}

.user span {
    display: inline-block;
    padding-right: 10px;
    background: url(/back/images/user.png) no-repeat 15px 10px;
    line-height: 30px;
    font-size: 14px;
    color: #b8ceda;
    padding-left: 35px;
}

.user b {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(/back/images/msg.png);
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    margin-right: 13px;
    margin-top: 7px;
    line-height: 18px;
}

.user i {
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
    line-height: 30px;
    font-size: 14px;
    color: #b8ceda;
}

/*left.html*/
.lefttop {
    background: url(/back/images/lefttop.gif) repeat-x;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.lefttop span {
    margin-left: 8px;
    margin-top: 10px;
    margin-right: 8px;
    background: url(/back/images/leftico.png) no-repeat;
    width: 20px;
    height: 21px;
    float: left;
}

.leftmenu {
    padding-bottom: 5px;
    margin-bottom: 0;
    overflow: hidden;
    background: url(/back/images/leftline.gif) repeat-y right;
}

.leftmenu dd {
    background: url(/back/images/leftmenubg.gif) repeat-x;
    line-height: 35px;
    font-size: 14px;
    border-right: solid 1px #b7d5df;
}

.leftmenu dd .title {
    font-weight: bold;
}

.leftmenu dd .ffTitle {
    float: left;
    margin: 4px 8px 0 12px;
    height: 31px;
}

.leftmenu dd .submenu {
    margin-left: 10px;
}

.leftmenu dd ul {
    display: none;
}

.leftmenu dd ul:first-child {
    display: block;
}

.menuson {
    line-height: 30px;
    font-weight: normal;
}

.menuson li {
    cursor: pointer;
}

.menuson li.active {
    position: relative;
    background: url(/back/images/libg.png) repeat-x;
    line-height: 30px;
    color: #fff;
}

.menuson li cite {
    display: block;
    float: left;
    margin-left: 32px;
    background: url(/back/images/list.gif) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

.menuson li.active cite {
    background: url(/back/images/list1.gif) no-repeat;
}

.menuson li.active i {
    display: block;
    background: url(/back/images/sj.png) no-repeat;
    width: 6px;
    height: 11px;
    position: absolute;
    z-index: 10000;
    top: 9px;
    right: -1px;
}

.menuson li a {
    display: block;
    *display: inline;
    *padding-top: 5px;
}

.menuson li.active a {
    color: #fff;
}

/*right.html*/
.place {
    height: 40px;
    background: url(/back/images/righttop.gif) repeat-x;
}

.place span {
    line-height: 40px;
    font-weight: bold;
    float: left;
    margin-left: 12px;
}

.placeul li {
    float: left;
    line-height: 40px;
    padding-left: 7px;
    padding-right: 12px;
    background: url(/back/images/rlist.gif) no-repeat right;
}

.placeul li:last-child {
    background: none;
}

.rightinfo {
    padding: 8px;
}

.tools {
    clear: both;
    height: 35px;
    margin-bottom: 8px;
}

.toolbar {
    float: left;
}

.toolbar li {
    background: url(/back/images/toolbg.gif) repeat-x;
    line-height: 32px;
    height: 33px;
    border: solid 1px #d3dbde;
    float: left;
    padding-right: 10px;
    margin-right: 5px;
    border-radius: 3px;
    behavior: url(/back/js/PIE.htc);
    cursor: pointer;
}

.toolbar li span {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 6px;
}

.toolbar1 {
    float: right;
}

.toolbar1 a.fanhui {
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    height: 30px;
    border: solid 1px #d3dbde;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.toolbar1 li {
    background: url(/back/images/toolbg.gif) repeat-x;
    line-height: 33px;
    height: 33px;
    border: solid 1px #d3dbde;
    float: left;
    padding-right: 10px;
    margin-left: 5px;
    border-radius: 3px;
    behavior: url(/back/js/PIE.htc);
}

.toolbar1 li span {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
}

.tablelist {
    border: solid 1px #cbcbcb;
    width: 100%;
    clear: both;
}

.tablelist th {
    white-space: nowrap;
    background: url(/back/images/th.gif) repeat-x;
    height: 34px;
    line-height: 34px;
    border-bottom: solid 1px #b6cad2;
    text-indent: 11px;
    text-align: left;
}

.tablelist td {
    line-height: 35px;
    text-indent: 11px;
    border-right: dotted 1px #c7c7c7;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tablelink {
    color: #056dae;
    padding: 0 5px;
    cursor: pointer;
}

.tablelist tbody tr {
    border: 2px #f0f9fd solid;
}

.tablelist tbody tr.odd {
    background: #f5f8fa;
}

.tablelist tbody tr:hover {
    background: #e5ebee;
    border: 2px lightblue solid;
}

.tablelist tbody tr:nth-child(odd) {
    background-color: #D3DDEF;
}

.queryDiv {
    border: 1px solid lightgray;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.pagin .paginStatics {
    display: inline-block;
}

.sort {
    padding-left: 3px;
}

/*page*/
.pagin {
    position: relative;
    margin-top: 10px;
    padding: 0 12px;
    height: 30px;
}

.pagin .blue {
    color: #056dae;
    font-style: normal;
}

.pagin .paginList {
    position: absolute;
    right: 130px;
    top: 0;
}

.pagin .paginList .paginItem {
    float: left;
}

.pagin .paginList .cur {
    background-color: #92d8f4;
}

.pagin .paginList .cur a {
    color: #fff !important;
}

.pagin .paginList .paginItem a {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
}

.pagin .paginList .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList .paginItem.current, .pagin .paginList .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList .paginItem.more, .pagin .paginList .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList .paginItem.more a {
    color: #737373;
}

.pagepre {
    background: url(/back/images/pre.gif) no-repeat center center;
    width: 31px;
    height: 28px;
}

.pagenxt {
    background: url(/back/images/next.gif) no-repeat center center;
    width: 31px;
    height: 28px;
}

.pagin .paginList_res {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList_res .paginItem {
    float: left;
    clear: none;
}

.pagin .paginList_res .paginItem a {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
}

.pagin .paginList_res .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList_res .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList_res .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList_res .paginItem.current, .pagin .paginList_res .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList_res .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList_res .paginItem.more, .pagin .paginList_res .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList_res .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList_res .paginItem.more a {
    color: #737373;
}

.pagin .paginList_video {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList_video .paginItem {
    float: left;
    clear: none;
}

.pagin .paginList_video .paginItem a {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
}

.pagin .paginList_video .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList_video .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList_video .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList_video .paginItem.current, .pagin .paginList_video .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList_video .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList_video .paginItem.more, .pagin .paginList_video .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList_video .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList_video .paginItem.more a {
    color: #737373;
}

.pagin .paginList_topic {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList_topic .paginItem {
    float: left;
    clear: none;
}

.pagin .paginList_topic .paginItem a {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
}

.pagin .paginList_topic .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList_topic .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList_topic .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList_topic .paginItem.current, .pagin .paginList_topic .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList_topic .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList_topic .paginItem.more, .pagin .paginList_topic .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList_topic .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList_topic .paginItem.more a {
    color: #737373;
}

.pagin .paginList_live {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList_live .paginItem {
    float: left;
    clear: none;
}

.pagin .paginList_live .paginItem a {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
}

.pagin .paginList_live .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList_live .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList_live .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList_live .paginItem.current, .pagin .paginList_live .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList_live .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList_live .paginItem.more, .pagin .paginList_live .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList_live .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList_live .paginItem.more a {
    color: #737373;
}

.pagin .paginList_1 {
    position: absolute;
    right: 12px;
    top: 0;
}

.pagin .paginList_1 .paginItem {
    float: left;
    clear: none;
}

.pagin .paginList_1 .paginItem a {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
}

.pagin .paginList_1 .paginItem:first-child a {
    border-left: 1px solid #DDD;
}

.pagin .paginList_1 .paginItem:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagin .paginList_1 .paginItem:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagin .paginList_1 .paginItem.current, .pagin .paginList_1 .paginItem.current a {
    background: #f5f5f5;
    cursor: default;
    color: #737373;
}

.pagin .paginList_1 .paginItem:hover {
    background: #f5f5f5;
}

.pagin .paginList_1 .paginItem.more, .pagin .paginList_1 .paginItem.more a:hover {
    cursor: default;
}

.pagin .paginList_1 .paginItem.more:hover {
    background: #FFF;
}

.pagin .paginList_1 .paginItem.more a {
    color: #737373;
}

/*index*/
.mainindex {
    padding: 20px;
    overflow: hidden;
}

.welinfo {
    height: 32px;
    line-height: 32px;
    padding-bottom: 8px;
}

.welinfo span {
    float: left;
}

.welinfo b {
    padding-left: 8px;
}

.welinfo a {
    padding-left: 15px;
    color: #3186c8;
}

.welinfo a:hover {
    color: #F60;
}

.welinfo i {
    font-style: normal;
    padding-left: 8px;
}

.xline {
    border-bottom: solid 1px #dfe9ee;
    height: 5px;
}

.iconlist {
    padding-left: 40px;
    overflow: hidden;
}

.iconlist li {
    text-align: center;
    float: left;
    margin-right: 25px;
    margin-top: 25px;
}

.iconlist li p {
    line-height: 25px;
}

.ibox {
    clear: both;
    padding-left: 40px;
    padding-top: 18px;
    overflow: hidden;
    padding-bottom: 18px;
}

.ibtn {
    background: url(/back/images/ibtnbg.png) repeat-x;
    border: solid 1px #bfcfe1;
    height: 23px;
    line-height: 23px;
    display: block;
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.ibtn img {
    margin-top: 5px;
    float: left;
    padding-right: 7px;
}

.box {
    height: 15px;
}

.infolist {
    padding-left: 40px;
    padding-bottom: 15px;
}

.infolist li {
    line-height: 23px;
    height: 23px;
    margin-bottom: 8px;
}

.infolist li span {
    float: left;
    display: block;
    margin-right: 10px;
}

.uimakerinfo {
    padding-left: 40px;
    background: url(/back/images/search.png) no-repeat 10px 15px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.umlist {
    padding-left: 40px;
}

.umlist li {
    float: left;
    background: url(/back/images/ulist.png) no-repeat 0 5px;
    padding-left: 10px;
    margin-right: 15px;
}

/*default*/
.mainbox {
    padding: 8px;
    position: relative;
}

.mainleft {
    padding-right: 298px;
}

.leftinfo {
    border: #d3dbde solid 1px;
    height: 290px;
}

.mainright {
    width: 298px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.dflist {
    border: #d3dbde solid 1px;
    width: 288px;
    height: 290px;
    float: right;
}

.dflist1 {
    border: #d3dbde solid 1px;
    width: 288px;
    height: 238px;
    float: right;
    margin-top: 8px;
}

.listtitle {
    background: url(/back/images/tbg.png) repeat-x;
    height: 36px;
    line-height: 36px;
    border-bottom: solid 1px #d3dbde;
    text-indent: 14px;
    font-weight: bold;
    font-size: 14px;
}

.more1 {
    float: right;
    font-weight: normal;
    color: #307fb1;
    padding-right: 17px;
}

.maintj {
    text-align: center;
}

.newlist {
    padding-left: 14px;
    padding-top: 15px;
}

.newlist li {
    line-height: 25px;
    background: url(/back/images/list2.png) no-repeat 0 8px;
    text-indent: 11px;
}

.newlist i {
    width: 80px;
    display: block;
    float: left;
    font-style: normal;
}

.newlist b {
    font-weight: normal;
    color: #7b7b7b;
    padding-left: 10px;
}

.leftinfos {
    height: 238px;
    margin-top: 8px;
}

.infoleft {
    border: #d3dbde solid 1px;
    float: left;
    height: 238px;
}

.inforight {
    border: #d3dbde solid 1px;
    float: right;
    height: 238px;
}

.tooli {
    padding: 30px 20px;
}

.tooli li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.tooli li span {
    text-align: center;
}

.tooli li p {
    line-height: 35px;
    text-align: center;
}

.changediv {
    float: right;
    border-left: 2px solid lightblue;
    padding: 5px 10px;
    border-radius: 20px;
    text-align: right;
}

.changediv .changea {
    border-radius: 20px;
    background-color: #eee;
    padding: 5px 10px;
    height: 20px;
    float: right;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

.changediv .changea:HOVER {
    background-color: #99D4EB;
}

.changediv .changea a {
    color: grey;
}

.changediv .changea.select {
    background-color: #99D4EB;
}

.changediv .changea.select a {
    color: black;
    font-size: 1.2em;
}

/*form*/
.formbody {
    padding: 10px 18px;
    min-width: 450px;
    min-height: 300px;
}

.formtitle {
    border-bottom: solid 1px #d0dee5;
    line-height: 35px;
    position: relative;
    height: 35px;
    margin-bottom: 28px;
}

.formtitle span {
    font-weight: bold;
    font-size: 14px;
    border-bottom: solid 3px #66c9f3;
    float: left;
    position: absolute;
    z-index: 100;
    bottom: -1px;
    padding: 0 3px;
    height: 30px;
    line-height: 30px;
}

.formtitle a {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    border: solid 1px #d3dbde;
    float: right;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.forminfo {
    padding-left: 23px;
}

.forminfo li {
    margin-bottom: 13px;
    clear: both;
}

.forminfo li.inline {
    float: none;
    display: inline-block;
}

.forminfo li label {
    width: 86px;
    line-height: 34px;
    display: block;
    float: left;
    overflow: hidden;
}

.forminfo li i {
    color: #7f7f7f;
    padding-left: 20px;
    font-style: normal;
}

.forminfo li cite {
    display: block;
    padding-top: 10px;
}

.forminfo li.history {
    display: block;
    border-left: 1px solid #66C9F3;
    border-radius: 10px;
    padding: 10px 5px;
    background-color: #F0F5E3;
}

.forminfo li.history .title {
    display: inline-block;
    padding: 2px;
}

.forminfo li.history .oprt {
    float: right;
    cursor: pointer;
    background-color: #AED5F3;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.forminfo li.history .log {
    padding-left: 10px;
    font-size: 1.2em;
}

.dfinput {
    max-width: 345px;
    min-width: 167px;
    height: 32px;
    line-height: 32px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(/back/images/inputbg.gif) repeat-x;
    text-indent: 10px;
}

.bookinput {
    min-width: 167px;
    height: 32px;
    line-height: 32px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(/back/images/inputbg.gif) repeat-x;
    text-indent: 10px;
}

.textinput {
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(/back/images/inputbg.gif) repeat;
    padding: 10px;
    width: 504px;
    height: 135px;
    line-height: 20px;
    overflow: auto;
}

.forminfo li select {
    width: 170px;
    opacity: 1;
    margin-bottom: 15px;
    margin-right: 10px;
    background: url(/back/images/inputbg.gif) repeat;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    height: 35px;
}

.formbody .btn {
    width: 137px;
    height: 35px;
    background: url(/back/images/btnbg.png) no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.formbody .sbtn {
    padding: 0 10px;
    height: 35px;
    background: url(/back/images/btnbg.png) no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
}

.formbody .sbtn.disabled {
    background: lightgray;
    cursor: default;
    color: #B0B0B0;
    border-radius: 5px;
}

.formbody .sbtn.disabled:hover {
    background: url(/back/images/btnbg.png) no-repeat;
}

.formbody .smallLiDiv {
    display: inline-block;
}

.formbody .smallLiDiv .dfinput {
    width: 177px;
}

.formbody .noempty label {
    color: red;
}

#container-classify {
    position: absolute;
    width: 170px;
    height: 154px;
    margin-left: 86px;
    border-top: none;
    border-left: 1px solid rgb(167, 181, 188);
    border-right: 1px solid rgb(206, 217, 223);
    border-bottom: 1px solid rgb(206, 217, 223);
    background: #fff;
}

/*tip*/
.tip {
    width: 485px;
    height: 260px;
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111111;
}

.tiptop {
    height: 40px;
    line-height: 40px;
    background: url(/back/images/tcbg.gif) repeat-x;
    cursor: pointer;
}

.tiptop span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-indent: 20px;
}

.tiptop a {
    display: block;
    background: url(/back/images/close.png) no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 7px;
    margin-top: 10px;
    cursor: pointer;
}

.tiptop a:hover {
    background: url(/back/images/close1.png) no-repeat;
}

.tipinfo {
    padding-top: 30px;
    margin-left: 65px;
    height: 95px;
}

.tipinfo span {
    width: 95px;
    height: 95px;
    float: left;
}

.tipright {
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

.tipright p {
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
}

.tipright cite {
    color: #858686;
}

.tipbtn {
    margin-top: 25px;
    margin-left: 125px;
}

.sure, .cancel {
    width: 96px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: url(/back/images/btnbg1.png) repeat-x;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}

.cancel {
    background: url(/back/images/btnbg2.png) repeat-x;
    color: #000;
    font-weight: normal;
}

/*add*/
.add {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    z-index: 9999;
    display: none;
}

.addtop {
    height: 40px;
    line-height: 40px;
    background: url(/back/images/tcbg.gif) repeat-x;
    cursor: pointer;
}

.addtop span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-indent: 20px;
}

.addtop a {
    display: block;
    background: url(/back/images/close.png) no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 7px;
    margin-top: 10px;
    cursor: pointer;
}

.addtop a:hover {
    background: url(/back/images/close1.png) no-repeat;
}

.addtopTips {
    height: 40px;
    line-height: 40px;
    background: url(/back/images/tcbg.gif) repeat-x;
    cursor: pointer;
}

.addtopTips span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-indent: 20px;
}

.addtopTips a {
    display: block;
    background: url(/back/images/close.png) no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 7px;
    margin-top: 10px;
    cursor: pointer;
}

.addtopTips a:hover {
    background: url(/back/images/close1.png) no-repeat;
}

/*tools*/
.toolsli {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.toollist {
    margin-left: 20px;
    overflow: hidden;
    float: left;
}

.toollist li {
    width: 66px;
    text-align: center;
    float: left;
    margin-right: 32px;
}

.toollist li a {
    width: 65px;
    height: 65px;
    background: #fafbfb;
    border-right: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    display: block;
}

.toollist li a:hover {
    background: #eef4f7;
    border-right: solid 1px #d0d5d7;
    border-bottom: solid 1px #d0d5d7;
}

.toollist li h2 {
    line-height: 35px;
}

.tooladd {
    margin-top: 25px;
    width: 20px;
    height: 20px;
    float: left;
    display: block;
}

/*error 404*/
.error {
    background: url(/back/images/404.png) no-repeat;
    width: 490px;
    margin-top: 75px;
    padding-top: 65px;
}

.error h2 {
    font-size: 22px;
    padding-left: 154px;
}

.error p {
    padding-left: 154px;
    line-height: 35px;
    color: #717678;
}

.reindex {
    padding-left: 154px;
}

.reindex a {
    width: 115px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #3c95c8;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    behavior: url(/back/js/PIE.htc);
    margin-top: 20px;
}

/*computer*/
.comtitle {
    padding: 20px;
    clear: both;
}

.comtitle span {
    width: 10px;
    height: 10px;
    background: url(/back/images/clist.png) no-repeat;
    float: left;
    background: #fff;
    padding-top: 3px;
}

.comtitle h2 {
    font-size: 14px;
    display: block;
    float: left;
    color: #2a3e93;
    background: #fff;
    padding-left: 5px;
    padding-right: 8px;
}

.rline {
    border-bottom: solid 1px #e5ecf0;
    height: 10px;
    margin-left: 50px;
}

.disklist {
    padding-left: 20px;
    padding-right: 20px;
}

.disklist li {
    width: 275px;
    _width: 270px;
    float: left;
    margin-right: 10px;
    height: 70px;
    cursor: pointer;
    margin-bottom: 5px;
    border: solid 1px #fff;
}

.disklist li a {
    color: #000;
}

.disklist li:hover {
    background: #fcfcfc;
    border: solid 1px #e5ecf0;
}

.dleft {
    background: url(/back/images/c02.png) no-repeat;
    height: 50px;
    margin-left: 12px;
    float: left;
    width: 50px;
    margin-top: 15px;
}

.dleft1 {
    background: url(/back/images/c01.png) no-repeat;
    height: 50px;
    margin-left: 12px;
    float: left;
    width: 50px;
    margin-top: 15px;
}

.dleft2 {
    background: url(/back/images/c03.png) no-repeat;
    height: 50px;
    margin-left: 12px;
    float: left;
    width: 50px;
    margin-top: 15px;
}

.dright {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.dright h3 {
    font-weight: normal;
    padding-top: 15px;
}

.dright p {
    color: #949494;
}

.dinfo {
    width: 189px;
    height: 15px;
    background: url(/back/images/diskbg.png) no-repeat;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dinfo span {
    background: url(/back/images/cbg.png) repeat-x;
    height: 15px;
}

.filetable {
    width: 100%;
}

.filetable thead tr {
    background: #f5f9fb;
    line-height: 35px;
}

.filetable thead tr th {
    text-align: left;
    text-indent: 15px;
    font-weight: normal;
    color: #597190;
}

.filetable tbody tr td {
    text-indent: 15px;
    line-height: 23px;
}

.filetable tbody tr td img {
    margin-right: 5px;
}

.tdlast {
    text-align: right;
}

.filetable tbody tr:hover {
    background: #f5f8fa;
    cursor: pointer;
}

/*imglist*/
.imglist {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 5px;
}

.imglist li {
    width: 188px;
    border: solid 1px #fff;
    height: 199px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.imglist li:hover {
    border: solid 1px #d7e4ea;
}

.imglist li span {
    width: 168px;
    height: 126px;
    margin: 8px;
}

.imglist li h2 {
    text-align: center;
    line-height: 25px;
}

.imglist li p {
    text-align: center;
    line-height: 17px;
    background: url(/back/images/line1.png) center center no-repeat;
}

.imglist li p a {
    color: #1f7cb6;
}

.imglist li p a:hover {
    color: #F60;
}

/*imgtable*/
.imgtable {
    width: 100%;
    border: solid 1px #cbcbcb;
}

.imgtable th {
    background: url(/back/images/th.gif) repeat-x;
    height: 34px;
    line-height: 34px;
    border-bottom: solid 1px #b6cad2;
    text-indent: 21px;
    text-align: left;
}

.imgtable td {
    line-height: 20px;
    text-indent: 21px;
    border-right: dotted 1px #c7c7c7;
}

.imgtable td img {
    margin: 10px 20px 10px 0;
}

.imgtable td p {
    color: #919191;
}

.imgtable td i {
    font-style: normal;
    color: #ea2020;
}

.imgtd {
    text-indent: 0;
}

.imgtable tbody tr.odd {
    background: #f5f8fa;
}

.imgtable tbody tr:hover {
    background: #e5ebee;
}

/*tab*/
.itab {
    height: 36px;
    border-bottom: solid 1px #d0dee5;
    position: relative;
    border-left: solid 1px #d3dbde;
}

.itab ul li {
    float: left;
    height: 37px;
    line-height: 37px;
    background: url(/back/images/itabbg.png) repeat-x;
    border-right: solid 1px #d3dbde;
}

.itab ul li a {
    font-size: 14px;
    color: #000;
    padding-left: 25px;
    padding-right: 25px;
}

.itab ul li a.selected {
    height: 37px;
    display: block;
    background: url(/back/images/itabbg1.png) repeat-x;
    font-weight: bold;
}

.tabson {
    margin: 18px 0;
}

.formtext {
    height: 45px;
    padding-left: 25px;
    line-height: 20px;
    color: #848383;
}

.formtext b {
    color: #d70101;
}

.forminfo b {
    color: #ea2020;
    padding-left: 3px;
}

/*class*/
.classlist li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #ebebeb;
    background: #fcfcfc;
}

.classlist li:hover {
    border: 1px solid #3eafe0;
    cursor: pointer;
}

.classlist li span {
    float: left;
    margin-right: 18px;
    border: 3px solid #fff;
}

.classlist li .lright {
    float: left;
    width: 150px;
}

.classlist li .lright h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
}

.classlist li .lright p {
    line-height: 20px;
}

.enter {
    display: block;
    margin-top: 5px;
    width: 94px;
    height: 30px;
    color: #fff;
    background: #3eafe0;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.enter:hover {
    color: #fff;
    background: #d98c1d;
}

.clear {
    clear: both;
}

/*seachform*/
.seachform {
    height: 42px;
}

.seachform li {
    float: left;
    margin: 5px 15px 5px 0;
}

.seachform li label {
    padding-right: 10px;
    float: left;
    line-height: 32px;
}

.scinput {
    width: 150px;
    height: 32px;
    line-height: 32px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(/back/images/inputbg.gif) repeat-x;
    text-indent: 10px;
}

.scbtn {
    width: 85px;
    height: 35px;
    background: url(/back/images/btnbg.png) no-repeat center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    behavior: url(/back/js/PIE.htc);
}

/*deviceinfo*/
.tablelist tbody tr td select {
    height: 25px;
    margin-top: 2px;
    border: 1px solid #ddd;
}

.check {
    width: 37px;
    margin-top: 10px;
    height: 15px;
    float: left;
    cursor: pointer;
}

.typecheck {
    width: 50px;
    margin-top: 10px;
    height: 15px;
    float: left;
    cursor: pointer;
}

.check a {
    margin-left: 6px;
}

.tips {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.tips p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.tips a {
    font-size: 15px;
    cursor: pointer;
}

.tips_2 {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.tips_2 p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.tips_2 a {
    font-size: 15px;
    cursor: pointer;
}

.cycle {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.cycle p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.cycle a {
    font-size: 15px;
    cursor: pointer;
}

.check a {
    margin-left: 6px;
}

.photo {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.photo p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.photo a {
    font-size: 15px;
    cursor: pointer;
}

.tips {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111112;
}

.wordfile {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.wordfile p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.wordfile a {
    font-size: 15px;
    cursor: pointer;
}

.tips p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.importTips {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.importTips p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.importTips a {
    font-size: 15px;
    cursor: pointer;
}

.tips a {
    font-size: 15px;
    cursor: pointer;
}

.changeLogo {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 1111;
}

.changeLogo p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.changeLogo a {
    font-size: 15px;
    cursor: pointer;
}

.cycle {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111112;
}

.cycle p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.cycle a {
    font-size: 15px;
    cursor: pointer;
}

.photo {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111112;
}

.photo p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.photo a {
    font-size: 15px;
    cursor: pointer;
}

.wordfile {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111112;
}

.wordfile p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.wordfile a {
    font-size: 15px;
    cursor: pointer;
}

.importTips {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111112;
}

.importTips p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.importTips a {
    font-size: 15px;
    cursor: pointer;
}

.changeLogo {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    display: none;
    z-index: 111112;
}

.changeLogo p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 40px;
}

.changeLogo a {
    font-size: 15px;
    cursor: pointer;
}

.option a {
    cursor: pointer;
}

.select2 {
    width: 210px;
    opacity: 1;
    height: 34px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
}

.faillist {
    margin-left: 34px;
    text-decoration: underline;
    cursor: pointer;
}

.importMsg {
    width: 300px;
    margin-left: 84px;
    text-align: left;
}

.dftextarea {
    font-family: unset;
    min-width: auto;
    min-height: 115px;
    height: 32px;
    border-top: solid 1px #a7b5bc;
    border-left: solid 1px #a7b5bc;
    border-right: solid 1px #ced9df;
    border-bottom: solid 1px #ced9df;
    background: url(/back/images/inputbg.gif) repeat-x;
}

.add .forminfo {
    padding-left: 0;
}

.add .forminfo li {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: center;
}

.add .dftextarea {
    flex: 1;
    width: 0;
    overflow: hidden;
}

.add .dftextarea .cover {
    float: left;
}

.add .dftextarea .cover img {
    display: block;
}

#imgpath {
    flex: 1;
    overflow: hidden;
}

.formbody {
    max-height: 70vh;
    overflow-y: auto;
}

#imgpath .cover {
    float: left;
}

#problemPopup .popup-con {
    height: 602px;
}

#problemPopup .popup-con .layui-form .layui-form-item .layui-img-inline.layui-img .img {
    height: auto;
}

#problemPopup .popup-btn {
    height: 73px;
}

#problemPopup .popup-con .layui-form .layui-form-item .layui-img-inline.layui-img {
    justify-content: flex-start;
}

#problemPopup .popup-con .layui-form .layui-form-item .layui-img-inline.layui-img .add {
    box-shadow: none;
}

#resolveimg {
    flex: 1;
}


#entitySave li label {
    flex-shrink: 0;
}

#entitySave li input.dfinput {
    flex: 1;
    width: 0;
}

.rightinfo .itemtree {
    width: 30%;
    margin-top: 20px;
    float: left;
}

.rightinfo .treetitle {
    font-size: 16px;
}

.rightinfo .treeul {
    margin-left: 20px;
    font-size: 15px;
}

.rightinfo .treeli {
    font-size: 15px;
    margin: 10px 0 0 10px;
}

.rightinfo .title {
    font-size: 16px;
    float: left;
    width: 10%;
    margin-top: 10px;
}

.rightinfo .tree {
    float: left;
    width: 90%;
}

.maskLayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.changeLogo li label {
    text-align: right;
    margin-right: 10px;
    width: 20%;
}

.changeLogo li input.dfinput {
    min-width: 240px;
}

#entitySave li label i {
    padding: 0;
    color: red;
    margin-right: 4px;
}

.pagetitle {
    border-bottom: solid 1px #d0dee5;
    line-height: 35px;
    position: relative;
    height: 35px;
}

.pagetitle span {
    font-weight: bold;
    font-size: 14px;
    float: left;
    z-index: 100;
    bottom: -1px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}

.pagetitle span.cur {
    border-bottom: solid 3px #66c9f3;
}

.pagetitle a {
    font-size: 14px;
}

.myUploadForm input {
    height: 2px !important;
}

.pageskip {
    float: right;
    right: 9px;
    position: absolute;
    top: 0;
}

.pageskip #pagecontent {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
}

.pageskip #pagebutton {
    float: left;
    width: 40px;
    height: 28px;
    border: 1px solid #DDD;
    text-align: center;
    line-height: 30px;
    border-left: none;
    color: #3399d5;
    cursor: pointer;
    background: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#entitySave li label {
    text-align: left;
    margin-right: 10px;
    width: 86px;
}

#entitySave li label i {
    padding: 0;
    color: red;
    margin-right: 4px;
}

#entitySave li input.dfinput {
    min-width: auto;
}

.checkbox-wrap {
    position: relative;
    margin: 0 auto;
    top: 30%;
    background-color: white;
    max-width: 630px;
    min-height: 160px;
    max-height: 500px;
    overflow-y: auto;
}

.checkbox-wrap input[type="checkbox"] {
    display: none;
}

.checkbox-wrap input[type="checkbox"] + label {
    display: inline-block;
    min-width: 30%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: left;
    -webkit-box-sizing: border-box;
    width: auto;
}

.checkbox-wrap label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #EEE;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
    -webkit-transition: background ease-in .5s
}

.checkbox-wrap input[type="checkbox"]:checked + label::before {
    background-color: #3b95c8;
    border: 5px #EEEEEE solid;
}

#result td {
    max-width: 800px;
}

.sort {
    width: .7rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 0.3rem;
}

.sort.active {
    transform: rotate(180deg);
}

.addOption {
    height: 32px;
    width: 70px;
    margin-left: 10px;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #2ca383;
    background: none;
    font-weight: normal;
}

.addandremove {
    height: 32px;
    width: 70px;
    margin-left: 10px;
    color: #666666;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #2ca383;
    background: none;
    font-weight: normal;
}

/*add*/
.sync {
    position: absolute;
    top: 10%;
    left: 30%;
    background: #fcfdfd;
    box-shadow: 1px 8px 10px 1px #9b9b9b;
    border-radius: 1px;
    behavior: url(/back/js/PIE.htc);
    z-index: 9999;
    display: none;
}