/** ESTW-v5.0.0 GPL License By https://www.bjhkd.com */


/*整体框架布局样式*/

.top {
    min-width: 1200px;
    width: 100%;
    height: 100px;
    text-align: center;
    /*让div内部文字居中*/
}

.top-picture {
    background-repeat: no-repeat;
    background-size: 100% 100px;
    height: 100px;
    background-image: url(../Image/top.png);
}

.colorgreen {
    background: #a6e1bf;
}

.colorgreen .estw-panel-heading {
    background: #36bd6f;
}

.top-con {
    background-repeat: no-repeat;
    background-size: 100% 100px;
    height: 100px;
    width: 1100px;
    background-image: url(../Image/topcon.png);
    margin-left: auto;
    margin-right: auto;
}

.menu {
    text-align: center;
    /*让div内部文字居中*/
    width: 100%;
    height: 50px;
    background-color: #2F4056;
}

.body {
    min-width: 1200px;
    width: 90%;
    height: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: auto;
    line-height: 60px;
    text-align: center;
    color: #009688;
    font-size: 16px;
}

.nav-left {
    position: absolute !important;
    left: 200px;
    top: 0;
}

.body-content {
    position: absolute;
    left: 200px;
    top: 60px;
    float: left;
    background-color: green;
    width: auto;
    height: auto;
}

.side-scroll {
    position: relative;
    width: 230px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.side-scrol-outer {
    overflow: hidden;
}

.body-title {
    width: 100%;
    height: 10px;
    background-color: red;
}

.pagehead {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    height: 34px;
    background-color: #5d9dbf;
    line-height: 34px;
    color: white;
    padding-left: 20px;
    font-size: small;
}

.estw-iframe-div {
    margin-left: 20px;
    margin-right: 20px;
    height: calc(100% - 44px);
    overflow: auto;
    width: auto;
}

.iframe {
    min-height: 700px;
    overflow: hidden;
    width: 100%;
    border: none;
}

.loadingbox {
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.estw-loading {
    width: 8em;
    height: 1em;
    z-index: 999;
    font-size: 35px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.estw-loading span {
    width: 1em;
    height: 1em;
    --duration: 1.5s;
}

.estw-loading span::before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 15%;
    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.3);
}

.jump {
    animation: slide var(--duration) ease-in-out infinite alternate;
}

@keyframes slide {
    from {
        transform: translateX(0);
        filter: brightness(1);
    }

    to {
        transform: translatex(calc(8em - (1em * 1.25)));
        filter: brightness(1.45);
    }
}

.lies {
    width: 6em;
    display: flex;
    justify-content: space-between;
}

.lies span {
    animation: var(--duration) ease-in-out infinite alternate;
}

.lies span:nth-child(1) {
    animation-name: jump-off-1;
}

.lies span:nth-child(2) {
    animation-name: jump-off-2;
}

.lies span:nth-child(3) {
    animation-name: jump-off-3;
}

.lies span:nth-child(4) {
    animation-name: jump-off-4;
}

@keyframes jump-off-1 {

    0%,
    15% {
        transform: rotate(0deg);
    }

    35%,
    100% {
        transform-origin: -50% center;
        transform: rotate(-180deg);
    }
}

@keyframes jump-off-2 {

    0%,
    30% {
        transform: rotate(0deg);
    }

    50%,
    100% {
        transform-origin: -50% center;
        transform: rotate(-180deg);
    }
}

@keyframes jump-off-3 {

    0%,
    45% {
        transform: rotate(0deg);
    }

    65%,
    100% {
        transform-origin: -50% center;
        transform: rotate(-180deg);
    }
}

@keyframes jump-off-4 {

    0%,
    60% {
        transform: rotate(0deg);
    }

    80%,
    100% {
        transform-origin: -50% center;
        transform: rotate(-180deg);
    }
}

.jump::before {
    background-color: rgb(112, 238, 62);
}

.lies span::before {
    background-color: dodgerblue;
    animation: var(--duration) ease-in-out infinite alternate;
}

.lies span:nth-child(1)::before {
    filter: brightness(1);
    animation-name: jump-down-1;
}

.lies span:nth-child(2)::before {
    filter: brightness(1.15);
    animation-name: jump-down-2;
}

.lies span:nth-child(3)::before {
    filter: brightness(1.3);
    animation-name: jump-down-3;
}

.lies span:nth-child(4)::before {
    filter: brightness(1.45);
    animation-name: jump-down-4;
}

@keyframes jump-down-1 {
    5% {
        transform: scale(1, 1);
    }

    15% {
        transform-origin: center bottom;
        transform: scale(1.3, 0.7);
    }

    20%,
    25% {
        transform-origin: center bottom;
        transform: scale(0.8, 1.4);
    }

    40% {
        transform-origin: center top;
        transform: scale(1.3, 0.7);
    }

    55%,
    100% {
        transform: scale(1, 1);
    }
}

@keyframes jump-down-2 {
    20% {
        transform: scale(1, 1);
    }

    30% {
        transform-origin: center bottom;
        transform: scale(1.3, 0.7);
    }

    35%,
    40% {
        transform-origin: center bottom;
        transform: scale(0.8, 1.4);
    }

    55% {
        transform-origin: center top;
        transform: scale(1.3, 0.7);
    }

    70%,
    100% {
        transform: scale(1, 1);
    }
}

@keyframes jump-down-3 {
    35% {
        transform: scale(1, 1);
    }

    45% {
        transform-origin: center bottom;
        transform: scale(1.3, 0.7);
    }

    50%,
    55% {
        transform-origin: center bottom;
        transform: scale(0.8, 1.4);
    }

    70% {
        transform-origin: center top;
        transform: scale(1.3, 0.7);
    }

    85%,
    100% {
        transform: scale(1, 1);
    }
}

@keyframes jump-down-4 {
    50% {
        transform: scale(1, 1);
    }

    60% {
        transform-origin: center bottom;
        transform: scale(1.3, 0.7);
    }

    65%,
    70% {
        transform-origin: center bottom;
        transform: scale(0.8, 1.4);
    }

    85% {
        transform-origin: center top;
        transform: scale(1.3, 0.7);
    }

    100%,
    100% {
        transform: scale(1, 1);
    }
}


.component {
    position: absolute;
    width: 200px;
    left: 280px;
    top: 12px;
}

.footer-body {
    text-align: center;
    color: #888;
}

.footer-body a {
    color: #3a6ea3;
}


/*iframe里面布局*/

.estw-iframe-body {
    min-height: 700px;
    height: 5300px;
    width: 100%;
    display: inline-block;
}


/**treeselect*/

.layui-form-select .layui-tree {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

.layui-form-selected .layui-tree {
    display: block;
}

.layui-tree .layui-tree-hidden {
    display: none;
}


/*导航栏区域样式*/

.menu .layui-nav .layui-nav-item {
    width: 120px;
}

.layui-nav .layui-nav-item .layui-nav-child a {
    padding: 0px 10px !important;
}

.menu .layui-nav .layui-nav-item a {
    font-size: 16px;
}

.side-scrol-outer a {
    font-size: 16px;
}

.side-scrol-outer .layui-nav-child dd a .menu-icon {
    padding-left: 20px;
}

.menu-icon {
    font-size: 24px;
    padding-right: 10px;
    font-weight: 300;
}


/*以下是列表筛选条件区域样式*/

.estw-iframe-filter {
    align-content: center;
    min-height: 20px;
    display: block;
}

.estw-iframe-filter span {
    /*设置名称字体大小*/
    font-size: 16px;
}

.estw-iframe-filter .estw-iframe-block {
    display: block;
}

.estw-iframe-filter .estw-iframe-block .layui-inline {
    /*同一行中每个筛选条件的距离*/
    padding-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.estw-iframe-filter .layui-inline>* {
    /*设置每行元素为行元素*/
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}

.estw-iframe-filter .layui-inline .layui-input,
.estw-iframe-filter .layui-inline .layui-select {
    /*设置每行的高度*/
    height: 30px;
}

.estw-iframe-filter .layui-form-select dl {
    /*important：必须设置成跟上面input高度一致，不然下拉框跟input之间会有空隙*/
    top: 30px;
}

.filter-switch>.layui-form-switch {
    margin-top: 2px;
}


/*删除提示框皮肤*/

.delete-confirm .layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    background-color: #e04f4f;
    border-radius: 2px 2px 0 0;
}

.delete-confirm .layui-layer-btn .layui-layer-btn0 {
    border-color: #bd4747;
    background-color: #e04f4f;
    color: #fff;
}


/*编辑详情页*/

.estw-detail-body {
    overflow-y: hidden;
    /*min-height: calc(100% - 55px);*/
    min-height: 635px;
}

.layui-form-item .layui-form-label i {
    padding-right: 4px;
    color: red;
}

.layui-form-item .estw-form-label i {
    padding-right: 4px;
    color: red;
}

.estw-tab-body {
    margin-top: 15px;
}


/*查看详情页*/

.layui-input-block span {
    line-height: 30px;
    padding-left: 10px;
}

.estw-form-errorinfo {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80%;
    font-weight: 400;
    line-height: 20px;
}


.estw-iframe-body .layui-layer-page .layui-layer-content {
    width: 750px;
    height:600px;
}
/*穿梭框*/
.transfer-content {
    width: 700px;
    height: 350px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*穿梭框,左右选框*/
.transfer-panel {
    border: 1px solid #ddd;
    background-color: white;
    margin: 5px;
    /*display: none;*/
    width: 300px;
}

/*穿梭框，左选框下，共X项*/
.transfer-panel-count-left{
    top: 360px;
    left:10px;
    position: absolute;
    float: left;
}

/*穿梭框，右选框下，共X项*/
.transfer-panel-count-right{
    top: 360px;
    left:490px;
    position: absolute;
    float: right;
}
/*穿梭框，左右选框 在transfer-panel中*/
.transfer-div {
    width: 100%;
    height: 300px;
    overflow: auto;
}

/*穿梭框，右选框中文字*/
.transfer-div dd {
    padding: 0 10px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transfer-div dd:hover {
    background-color: #e8e8e8;
}

.transfer-panel-left {
    float: left;
}

.transfer-panel-right {
    float: right;
}

/*穿梭框，中间移动按钮*/
.transfer-btn {
    position: absolute;
    left: 330px;
}

/*穿梭框，中间移动按钮“>>”*/
.transfer-all-to-right {
    top: 80px;
}

/*穿梭框，中间移动按钮“>”*/
.transfer-to-right {
    top: 120px;
}

/*穿梭框，中间移动按钮“<”*/
.transfer-to-left {
    top: 160px;
}

/*穿梭框，中间移动按钮“<<”*/
.transfer-all-to-left {
    top: 200px;
}

/*穿梭框，选搜索框*/
.transfer-search-div {
    position: relative;
    padding: 2px 5px;
    border-bottom: 1px solid #ddd;
}

/*穿梭框，搜索框文字 */
.transfer-search-div input {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    padding-right: 25px;
}

.transfer-search-div .clear-btn {
    right: 20px;
}

.transfer-title {
    height: 26px;
    line-height: 26px;
    margin-left: 50px;
    text-align: center;
}

/*穿梭框，搜索框搜索按钮 */
.drop-search-btn {
    position: absolute;
    top: 10px;
    right: 13px;
}

.estw-transferbox-win {
    width: 100%;
    height: 100%;
}

.estw-transferbox-header {
    width:100%;
    font-size: 14px;
    line-height: 20px;
}

.estw-transferbox-header>.layui-input-inline {
    margin: 10px 25px 10px 25px;
}

.estw-transferbox-header>.layui-input-inline>.layui-input-inline {
    margin-left: 12px;
}

.estw-transferbox-body {
    width: 100%;
    height: 400px;
}

.estw-transferbox-body>* {
    margin-left: 35px;
}

.estw-transferbox-footer {
    width: 100%;
    position: absolute;
    bottom: 50px;
}

.estw-transferbox-footer input {
    position: absolute;
    left: 48%;
}

/*小窗口*/

.estw-litile-body {
    padding: 15px 15px 15px 60px;
    overflow-y: auto;
    overflow-x: auto;
    max-height: 450px;
}

.estw-full {
    width: 100%;
    height: 100%;
}

.estw-input-block {
    margin-left: 150px;
    min-height: 36px;
}

.estw-input-block>span {
    position: absolute;
    line-height: 20px;
    padding-top: 9px;
}

.estw-input-block>i {
    position: absolute;
    line-height: 20px;
    margin-left: 50px;
    margin-top: 9px;
    color: #2a9dd8;
}

.estw-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 110px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.estw-upload-list {
    min-height: 400px;
    border: 2px solid skyblue;
    margin: 20px;
}

.estw-upload-list .layui-table-view {
    margin: 0px;
}


/*主页面*/

.estw-index-bbs {
    margin: 20px;
}

.estw-index-bbs h2 {
    text-align: center;
}

.estw-index-bbs span:nth-child(2) {
    font-size: 18px;
    left: 30px;
    top: 60px;
    position: absolute;
    text-indent: 36px;
    width: calc(100% - 60px);
}

.estw-index-bbs span:nth-child(3) {
    font-size: 18px;
    right: 28px;
    bottom: 28px;
    position: absolute;
}

.estw-index-bbs span:nth-child(4) {
    font-size: 18px;
    right: 12px;
    bottom: 8px;
    position: absolute;
}

.estw-index-userinfo {
    margin-top: 50px;
    width: 85%;
    max-width: 370px;
    height: 300px;
    border: 1px solid #E7F1FE;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 10px;
    background-color: #E7F1FE;
    font-size: 20px;
}

.estw-index-userinfo .tbl_profile th {
    width: 120px;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
}

.estw-index-userinfo .tbl_profile {
    width: 300px;
}

.estw-index-userinfo .tbl_profile tr {
    height: 40px;
}

.estw-index-userinfo caption {
    margin-bottom: 15px;
    margin-top: 20px;
}

.estw-block {
    display: block;
}

.estw-block>* {
    display: inline;
}

.estw-inline-block {
    display: inline-block;
}

.estw-inline-block>* {
    display: inline;
}

.estw-condition a {
    padding: 2px 5px;
    background: #5FB878;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

#ConditionDiv .layui-anim-upbit {
    max-height: 150px;
}


/*用来处理弹窗中下拉框被遮挡的问题*/

.estw-iframe-body .layui-layer-page .layui-layer-content {
    overflow: visible;
}


/*问答帮助列表*/

.q-list li {
    border-bottom: 3px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.q-list .q-tit {
    font-size: 18px;
    padding: 16px 0;
}

.q-list .q-summary {
    line-height: 2;
}

.q-list .q-tit a {
    cursor: pointer;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    outline: 0;
}


/*启动培训页面*/

.ModelBody {
    border: 1px solid #c0c1c2;
    width: 1030px;
    min-height: 600px;
    margin-right: 20px;
}

.ModelBody ul {
    list-style: none;
}

.ModelBody ul li {
    width: 340px;
    height: 200px;
    float: left;
}

.ModelBody .item {
    width: 320px;
    height: 182px;
}

.outter {
    margin-left: 20px;
}

.ModelDiv {
    width: 320px;
    height: 180px;
    margin: 10px 15px;
    background-image: url(/images/modelback.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ModelDivOrder {
    width: 320px;
    height: 180px;
    margin: 10px 15px;
    background-image: url(/images/modelbackedit.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.subtitle {
    margin: 0 10px;
    padding: 0 20px;
    background-image: url(/images/modeltitleback.png);
    color: White;
    font-weight: bold;
    display: inline-block;
    line-height: 45px;
    background-size: 100% 100%;
    overflow: hidden;
    max-width: 200px;
    height: 45px;
}

.subitem {
    margin: 0 10px;
    padding: 0 10px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 36px;
    padding-right: 10px;
    display: block;
}

.subindex {
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
    line-height: 30px;
}

.box {
    /* 最外层的盒子 */
    width: 200px;
    height: 200px;
    margin: 100px auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #41b2f8;
}

.left_box,
.right_box {
    /* 
        左右两边用于 隐藏 旋转的div的盒子 
        通过overflow来隐藏内部div旋转出去的部分
      */
    position: absolute;
    top: 0;
    width: 100px;
    height: 200px;
    overflow: hidden;
    z-index: 1;
}

.left_box {
    left: 0;
}

.right_box {
    right: 0;
}

.left_item,
.right_item {
    /* 
       这是需要旋转的div(没有被mask遮盖展示出来的部分作为倒计时的线条)
       为了方便理解，下面用deeppink和cyan分别设置了左右两边div的颜色
      */
    width: 100px;
    height: 200px;
}

.left_item {
    /*
       1.设置圆角，圆角大小为高度的一半
       2.这只旋转的中心店，这是左边圆，中心点设置到右边中心点，右边圆则设置到左边中心点
       */
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: loading_left 5s linear;
    background-color: #fff;
}

.right_item {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: loading_right 5s linear;
    background-color: #fff;
}

.mask {
    /* 遮住div多余的部分，呈现出线条的效果 */
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    border-radius: 50%;
    background-color: #fff;
    padding-top: 50px;
}

@-webkit-keyframes loading_left {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

@-webkit-keyframes loading_right {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

.sec,
.msec,
.dot {
    font-size: 50px;
}


/*窗体*/

.estw-panel {
    position: relative;
    margin-bottom: 20px;

    border-radius: 2px;
    border: 1px solid #eeeeee;
}

.estw-panel-collapsed .estw-panel-heading {
    background-color: #a6e1bf;
}

.estw-panel-body {
    height: calc(100% - 40px);
    width: 100%;
    border-top: 0;
    overflow-y: auto;
}

.estw-panel-title {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.estw-panel-controls {
    float: right;
    display: block;
    cursor: pointer;
}

.estw-panel-controls>a {
    padding-top: 1px;
    display: inline-block;
    opacity: 0.7;
    width: 30px;
    color: #2a9dd8;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.estw-table {
    width: 100%;
    max-width: 100%;
    border-color: grey;
    margin-bottom: 0;
}

.estw-table {
    text-align: center;
}

.estw-table-hidden {
    display: none !important;
    visibility: hidden !important;
}

.estw-table>tbody>tr>td {
    background: rgb(197, 217, 241);
    font-weight: 600;
    color: #666;
    padding-left: 2px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
}

.estw-table>tbody>tr>td:last-child {
    border-right: 12px solid #fff;
}

.estw-table>tbody>tr>td>span i {
    color: #fff;
}

.estw-panel-heading {
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.estw-iframe-filter .fly-search {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    margin-left: -20px;
}

.fly-search:hover {
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 4px;
    width: 48px;
    height: 48px;
}

.fly-search i {
    font-size: 22px;
}

.fly-search:hover i {
    color: #2a9dd8;
}


/* 罗列信息框 */

.layui-elem-field .layui-field-box>ul>li {
    list-style: none;
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 0 10px;
    -webkit-transition: .12s;
    transition: .12s;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
}

.layui-elem-field .layui-field-box>ul>li::before {
    position: absolute;
    content: '\2022';
    font-family: Arial;
    color: #A668D5;
    top: 4px;
    left: 0;
    text-align: center;
    font-size: 2em;
    opacity: .5;
    line-height: .75;
    -webkit-transition: .5s;
    transition: .5s;
}

.layui-elem-field .layui-field-box>ul>li:hover {
    color: #A668D5;
}

.layui-elem-field .layui-field-box>ul>li:hover::before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 1;
    text-shadow: 0 0 4px;
    -webkit-transition: .1s;
    transition: .1s;
}


/*取消信息框中单选框的margin-top*/

.layui-elem-field .layui-field-box>ul>li>.layui-form-radio {
    margin-top: 0px;
}

.tipsinfo {
    /*position: absolute;*/
    line-height: 20px;
    margin-left: 10px;
    margin-top: 9px;
    color: #38ff00;
}


/*右边工具栏*/

#skin-toolbox {
    z-index: 999;
    overflow: visible !important;
    position: fixed;
    top: 6px;
    right: -260px;
    width: 260px;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
}

#skin-toolbox.toolbox-open {
    right: 0;
}

#skin-toolbox .panel-heading {
    cursor: pointer;
    margin-right: 30px;
    border: 1px solid #DDD;
    width: 304px;
    height: 47px;
    line-height: 42px;
    right: 44px;
    font-size: 14px;
}

#skin-toolbox .panel-heading .panel-title {
    padding-left: 90px;
}

#skin-toolbox .panel-body {
    border: 1px solid #DDD;
    border-top: 0;
    padding: 23px;
    background-color: #fff;
    position: relative;
}

#skin-toolbox .panel-icon {
    font-size: 22px;
    padding: 6px;
}

.panel-heading {
    position: relative;
    height: 40px;
    line-height: 36px;
    background: #fafafa;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-body .layui-tab {
    margin: 0px;
}

.panel-body .layui-tab ul>li {
    padding: 0 10px;
}

.panel-body .layui-tab .layui-tab-content {
    padding: 0 20px;
}

#skin-toolbox .slider-container {
    margin: 30px 10px;
}

.pn {
    padding: 0 !important;
}

.text-primary {
    color: #4a89dc;
    font-size: 20px;
    line-height: 50px;
}

.panel-btn-div {
    text-align: center;
}

.panel-btn-div a {
    margin: 15px auto;
}

.cols-control {
    width: 180px;
    margin: 5px auto;
    font-size: 22px;
}

.cols-control span {
    font-size: 18px;
}

.autosave-control .layui-form-label {
    padding-left: 0px !important;
    width: 90px;
}

.refresh-control .layui-input-block .layui-input,
.autosave-control .layui-input-block .layui-input {
    height: 30px;
}

.refresh-control .layui-input-block .layui-form-select,
.autosave-control .layui-input-block .layui-form-select {
    padding-top: 4px;
}

.titlepicbox {
    margin: 20px auto;
    width: 150px;
    height: 100px;
}

.charactCard {
    width: 200px;
    height: 300px;
    margin: 5px 10px;
    color: #69ca62;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}

.onlineActie,
.onlineActie::before,
.onlineActie::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.onlineActie {
    margin: 90px 0px 0 20px;
}

.charactCard::before,
.charactCard::after {
    content: '';
    z-index: -1;
    margin: -3%;
    box-shadow: inset 0 0 0 3px;
    animation: clipMe 6s linear infinite;
}

.charactCard::before {
    animation-delay: -3s;
}


@keyframes clipMe {

    0%,
    100% {
        clip: rect(0px, 220.0px, 2px, 0px);
    }

    75% {
        clip: rect(0px, 2px, 320.0px, 0px);
    }

    50% {
        clip: rect(318.0px, 220.0px, 320.0px, 0px);
    }

    25% {
        clip: rect(0px, 220.0px, 320.0px, 218.0px);
    }
}


.charactCard,
.charactCard::before,
.charactCard::after {
    box-sizing: border-box;
}

.charaType {
    height: 40px;
    line-height: 40px;
    font-size: large;
    font-weight: bold;
    color: #1d4e6d;
    padding-left: 20px;
}

.headportrait {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    padding: 5px 0 0 2px;
}

.headportrait img {
    height: 90px;
    width: 90px;

}

.charactorbox {

    border-radius: 12px;
    width: 220px;
    height: 320px;
    margin: 5px 0px;

    display: inline-block;
    background-image: url(/images/cardback.png);
}

.charaactoritem {
    margin: 8px 22px;
    padding: 0 5px;
    background-color: #f3dd9a;
    border-radius: 6px;
    line-height: 28px;
    padding-right: 10px;
    display: block;
    border: 1px solid #d0be86;
    color: #000;
}

.chatpanal {
    width: 300px;
    height: 0px;
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    position: absolute;
    z-index: 65535;
    background-color: #f4f4f4;
    position: fixed;
    right: 0px;
    top: 60px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    /* border: 1px solid #D9D9D9; */
    border-color: rgba(0, 0, 0, .05);
}

#userlistbox {
    height: 475px;
    overflow: auto;
}

.chatpanalbox-open {
    height: 600px;
}

.pikupbtn {
    color: #000;
    /* border: 1px solid greenyellow; */
    line-height: 36px;
    cursor: pointer;
    background-image: url(/images/pikup.png);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}

.pannalbottom {
    /* border: 1px solid green; */
    height: 56px;
    position: absolute;
    bottom: 0;
    float: right;
    width: 300px;
}

.pannaltop {
    height: 32px;
    width: 300px;
    color: #000;
    line-height: 32px;
    background-color: #acd3fa;
    padding-left: 20px;
    letter-spacing: 2px;
}

.userli {
    position: relative;
    height: 52px;
    padding: 8px 15px 5px 60px;
    font-size: 0;
    cursor: pointer;
    /* border: 1px solid black; */
    color: #000;
}

.userli:hover {
    background-color: #e3e6e5;
}

.userli img {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
}

.userli span {
    margin-top: 4px;
    max-width: 155px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    margin-left: 10px;
}

.userli p {
    display: block;
    padding-right: 30px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#searchdiv {
    z-index: 65536;
    width: 300px;
    position: fixed;
    background-color: #c7edcc;
}

.chatbox {
    box-sizing: content-box;
    display: block;
    width: 550px;
    height: 450px;
}

.msgbox {
    height: 275px;
    padding: 15px 15px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: content-box;
    display: block;
}

.chatfoot {
    border-top: 1px solid #F1F1F1;
}

.chattool {
    position: relative;
    padding: 0 8px;
    height: 38px;
    line-height: 38px;
    font-size: 0;
    background-color: #e2e2e2;
}

.chattool span {
    position: relative;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    cursor: pointer;
}

.chattextarea {
    margin-left: 10px;
}

.chattextarea textarea {
    display: block;
    width: 100%;
    padding: 5px 0 0;
    height: 68px;
    line-height: 20px;
    border: none;
    overflow: auto;
    resize: none;
    background: 0 0;
}

.chatbtn {
    position: relative;
    height: 46px;
}

.bottombtn {
    position: absolute;
    right: 15px;
    top: 3px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    cursor: pointer;
}

.msgbox li {
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
    padding-left: 60px;
    min-height: 68px;
}

.msgbox i {
    padding: 0 15px;
}

.mymsg {
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
    position: relative;
    margin-bottom: 10px;
    min-height: 68px;
}

.msguser {
    position: absolute;
    left: 3px;
}

.msguser img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.mymsg .msguser {
    left: auto;
    right: 3px;
}

.mymsg .msguser cite {
    left: auto;
    right: 60px;
    text-align: right;
}

.msguser cite {
    position: absolute;
    left: 60px;
    top: -2px;
    width: 500px;
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
    color: #999;
    text-align: left;
    font-style: normal;
}

.msgtext {
    position: relative;
    line-height: 22px;
    margin-top: 25px;
    padding: 8px 15px;
    background-color: #e2e2e2;
    border-radius: 3px;
    color: #333;
    word-break: break-all;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.msgtext:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 13px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #e2e2e2 transparent transparent;
    overflow: hidden;
    border-width: 10px;
}

.mymsg .msgtext {
    margin-left: 0;
    text-align: left;
    background-color: #5FB878;
    color: #fff;
}

.mymsg .msgtext:after {
    left: auto;
    right: -10px;
    border-top-color: #5FB878;
}

.msgAlert {
    animation: changebg 2s infinite;
}

@keyframes changebg {
    10% {
        background: rgb(248, 169, 65);
    }

    100% {
        background: rgb(236, 236, 236);
    }
}

.chatskin .layui-layer-title {
    background: #acd3fa;
}

.chatskin .layui-btn {
    background: rgb(130, 224, 255);
    color: #000;
}

/* 表情格 */
.estw-chat-face ul {
    position: relative;
    width: 372px;
    padding: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.estw-chat-face ul li {
    cursor: pointer;
    float: left;
    border: 1px solid #e8e8e8;
    height: 22px;
    width: 26px;
    overflow: hidden;
    margin: -1px 0 0 -1px;
    padding: 4px 2px;
    text-align: center;
}

.jquery-qqface {
    z-index: 19911015;
    top: -168px;
    left: 15px;
    border: 1px solid #ccc;
    background-color: #eee;
    line-height: 22px;
}

/* 个人头像 */

.fileupload .thumbnail>img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}

.userface-table {
    width: 100%;
}

.userface-table td {
    height: 60px;
    width: 20%;
    text-align: center;
    align-content: center;
}

.userface-table img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.userface-table .selected {
    border: 4px solid #0089ff;
}

/*进度条*/
.progressbar-colorblue {
    background-color: Blue;
}

.progressbar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progressbar-striped.progressbar-active {
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    100% {
        background-position: 0px 0;
    }
}

/* 模型权限管理页面 */
.selectedDiv a {
    background: #54c0da;
    padding: 2px 5px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    margin: 6px 5px;
    border: 1px dashed #3997D2;
}

#SubDiv .estw-panel-body a {
    background: #5482da;
    padding: 2px 5px;
    color: #fff;
    border-radius: 6px;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 6px 5px;
    border: 1px dashed #3997D2;
}

#SubDiv .estw-panel-body a i {
    float: right;
}

/* 错误页 */
.error-wrap {
    margin: 200px auto;
    width: 700px;
    font-size: 14px;
    font-family: 'helvetica neue', tahoma, arial, 'hiragino sans gb', 'Simsun', sans-serif;
    background-color: #fff;
    color: #808080;
}

.error-wrap a {
    text-decoration: none;
    color: inherit;
}

.error-wrap table {
    width: 800px;
}

.error-wrap td {
    text-align: left;
    padding: 2px 10px;
}

.error-wrap td.header {
    font-size: 22px;
    padding-bottom: 10px;
    color: #000;
    width: 60%;
}

.error-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.error-wrap a:hover {
    color: #2a9dd8;
}

.estw-btn-Label{
    border:1px solid;
    padding:2px;
    margin-left:15px;
    font-size:small;
    cursor:pointer;
}