﻿@charset "utf-8";

/* CSS Document */

@import url("../layout.css");
@import url("../base.css");

/* =========================全局样式.開始========================= */

html {
    overflow-x: hidden;
}
.visible {
    display: block !important; /* 或使用 visibility: visible; */
    white-space: nowrap;
    padding: 0 20px;
}

a {
    color: #f0f1f5;
    text-decoration: none;
}

a:link,
a:visited {
    color: #7e72c2;
    text-decoration: none;
}

a:active,
a:hover {
    color: #5d4cc2;
    text-decoration: underline;
}

.indexbody {
    background: none!important;
}

.line20 {
    display: none;
}


/* =========================全局样式.结束========================= */


/* =========================登录页样式.開始======================= */

#form1 {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
    overflow-y: auto;
}

.login-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    text-align: center;
    z-index: 999;
}

.login-logo {
    margin: 0 auto 10px;
    text-indent: -9999em;
    width: 240px;
    height: 140px;
    background: url(logo.jpg) no-repeat;
    background-size: 242px 140px;
}

.login-form .col {
    position: relative;
    height: 50px;
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid #ffffff;
    line-height: 50px;
    border-radius: 6px;
    margin-top: 50px;
    width: 100%;
}

.login-form .col p {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    position: absolute;
    top: -50px;
    left: 0;
}

.login-form .col .icon {
    position: absolute;
    display: block;
    top: 24px;
    left: 20px;
    width: 14px;
    height: 14px;
    background: url(skin_icons.png) no-repeat;
    cursor: pointer;
}

.login-form .col .icon.user {
    background-image: url(Account01.png);
    background-size: cover;
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
}

.login-form .col .icon.pwd {
    background-image: url(Password.png);
    background-size: cover;
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
}

.login-form .col.btn {
    margin-top: 30px;
    background-color: #05B8D8;
    border: none;
    padding: 0;
}

.login-form .col .login-input {
    display: block;
    padding: 0px 10px 5px 50px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    *line-height: 30px;
    height: 100%;
    width: 236px;
    color: #fff;
    background: none;
    outline: none;
}

.login-form .col .login-btn {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 28px;
    height: 50px;
    border: 0;
    border-radius: 3px;
    letter-spacing: .5em;
    cursor: pointer;
    background: none!important;
}

.login-tips {
    display: block;
    margin: 10px auto 0;
    height: 14px;
    vertical-align: middle;
}

.login-tips i {
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background: url(skin_icons.png) -56px -140px no-repeat;
    text-indent: -9999px;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
    *text-indent: 0;
}

.login-tips p {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #83b7ce;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

.copy-right {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.copy-right p {
    font-size: 14px;
    color: #83b7ce;
    line-height: 1.8em;
}


/* ==========================登录页样式.结束======================== */


/* =========================管理首页样式.開始======================= */


/*顶部样式*/

.main-top {
    background-color: #f6faff;
    height: 60px!important;
    left: 220px!imoprtant;
}


/*顶部主菜单*/

.icon-menu {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: url(skin_icons.png) 21px -230px no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.main-nav a {
    display: block;
    float: left;
    margin: 0;
    padding: 0 27px;
    border-right: 1px solid #eee;
    height: 60px!important;
    line-height: 60px;
    color: #e3e5e8;
    font-size: 14px;
    cursor: pointer;
}

.main-nav a.selected,
.main-nav a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #6a4a9a;
}


/*顶部右边导航*/

.nav-right {
    float: right;
    position: relative;
    width: 200px;
    border-radius: 8px;
    padding: 0 20px;
    transition: .5s ease-out;
    overflow: hidden;
}

.nav-right:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(106, 74, 154, 0.22);
    height: 250px!important;
}

.nav-right .info {
    float: left;
    padding-right: 10px;
    height: 60px;
    line-height: 60px;
}

.nav-right .info i {
    display: block;
    float: left;
    margin: 15px 10px 0 0;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 30px;
    background: url(skin_icons.png) no-repeat 0 -330px;
    overflow: hidden;
}

.nav-right .info i img {
    width: 30px;
    height: 30px;
}

.nav-right .info span {
    display: block;
    float: left;
    padding-top: 15px;
    color: #1a1a1a!important;
    font-size: 14px;
    line-height: 1.2em;
}


/*右边导航菜单项*/

.nav-right .option {
    cursor: pointer;
    float: left;
    padding: 0 11px;
    position: static!important;
}

.nav-right .option i {
    display: block;
    width: 20px;
    height: 60px;
    background: url(skin_icons.png) -40px -228px no-repeat;
}

.drop-wrap {
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: 0px;
    width: 100%;
    opacity: 0;
    transition: .5s ease-out;
}

.nav-right.active .drop-wrap,
.nav-right:hover .drop-wrap {
    visibility: visible;
    top: 60px;
    opacity: 1;
}

.drop-wrap .arrow {
    position: absolute;
    display: none!important;
    top: 0;
    right: 11px;
    width: 21px;
    height: 11px;
    text-indent: -9999em;
    background: url(skin_icons.png) no-repeat 0 -290px;
}

.drop-wrap .item {
    padding: 10px;
    background: #ffffff;
}

.drop-wrap .item li {
    margin-bottom: 6px;
}

.drop-wrap .item li a {
    display: block;
    padding: 11px 15px;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}

.nav-right.active .item li a,
.drop-wrap .item li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #6A4A9A;
}

.nav-right.active .account_box:hover span {
    width: 120px;
    opacity: 1;
}


/*左边样式*/

.main-left {
    background: #f6faff!important;
}

.logo {
    display: block;
    height: 60px!important;
    background: url(logo.png) no-repeat center #fafafa;
    background-size: contain;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.sidebar-nav .list-group {
    display: none;
}

.sidebar-nav .list-group .list-wrap {
    top: 43px;
    right: 0;
    bottom: 0;
    left: 15px;
    padding: 0 10px;
    width: 190px;
    overflow: visible;
}

.sidebar-nav .list-group h1 {
    display: none;
}

.sidebar-nav .list-group h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    border-bottom: 1px solid #468dbd;
    display: none;
}

.sidebar-nav .list-group h2 i {
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -109px -165px no-repeat;
}

.sidebar-nav .list-group ul li {
    padding: 1px 0;
}

.sidebar-nav .list-group ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
}

.sidebar-nav .list-group ul li a:hover {
    text-decoration: none;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(93, 125, 166, 0.1);
}

.sidebar-nav .list-group ul li a.selected {
    text-decoration: none;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(93, 125, 166, 0.1);
}

.sidebar-nav .list-group ul li a .icon {
    display: block;
    float: left;
    margin: 3px 3px 3px 0;
    width: 14px;
    height: 14px;
    overflow: hidden;
    *display: inline-block;
    *float: none;
    *vertical-align: middle;
}

.sidebar-nav .list-group ul li a .icon.folder {
    background: url(skin_icons.png) 0 -168px no-repeat;
}

.sidebar-nav .list-group ul li a .icon.file {
    background: url(skin_icons.png) -28px -168px no-repeat;
}

.sidebar-nav .list-group ul li a .icon img {
    width: 14px;
    height: 14px;
}

.sidebar-nav .list-group ul li a .expandable {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: url(skin_icons.png) no-repeat;
}

.sidebar-nav .list-group ul li a .expandable.open {
    background-position: -84px -168px;
}

.sidebar-nav .list-group ul li a .expandable.close {
    background-position: -56px -168px;
}


/*迷你界面样式*/

.lay-mini .main-top {
    left: 0;
}

.lay-mini .main-nav {
    display: none;
}

.lay-mini .main-container {
    left: 43px;
}

.lay-mini .main-left {
    background: #f6faff;
    width: 43px;
}

.lay-mini .sidebar-nav .list-group {
    display: block!important;
    margin: 0;
    padding: 6px;
    width: 30px;
    height: 30px;
}

.lay-mini .sidebar-nav .list-group h1 {
    display: block;
    margin: 0;
    padding: 8px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    overflow: hidden;
}

.lay-mini .sidebar-nav .list-group.selected h1,
.sidebar-nav .list-group:hover h1 {
    background: #16a0d3;
    border-radius: 3px;
}

.lay-mini .sidebar-nav .list-group h1 img {
    width: 14px;
    height: 14px;
}

.lay-mini .sidebar-nav .list-group .list-wrap {
    display: none;
    position: absolute;
    top: 43px;
    left: 30px;
    bottom: 0;
    width: 160px;
    background: #f6faff;
}

.lay-mini .sidebar-nav .list-group:hover .list-wrap {
    display: block;
}


/*右边框架*/

.main-container {
    background-color: #f6faff;
    top: 60px!important;
    left: 260px;
    transition: .5s ease-out;
}

.main-container.max {
    left: 0;
}

.main-container iframe,
#mainframe,
#mainframe body {
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    top: auto;
    left: auto;
    height: 98%;
    border-top-left-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

#mainframe .container h1 {
    color: #6a4a9a!important;
}


/*快捷导航*/

.btn-paograms {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 12;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -80px -250px no-repeat;
}

.btn-paograms:hover {
    background-position: -120px -250px;
}

.pop-menu {
    /*visibility:hidden;*/
    display: none;
    position: absolute;
    right: 20px;
    bottom: 40px;
    z-index: 12;
    background: #09F;
}

.pop-menu .arrow {
    position: absolute;
    display: block;
    right: 5px;
    bottom: 0;
    width: 21px;
    height: 11px;
    text-indent: -999em;
    background: url(skin_icons.png) 0 -300px no-repeat;
}

.pop-menu .pop-box {
    position: absolute;
    display: block;
    right: 0;
    bottom: 10px;
    padding: 30px 10px 10px 11px;
    border: 1px solid #dbdbdb;
    background: #121619;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.pop-menu .pop-box .list-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.pop-menu .pop-box .list-box .list-group {
    display: block;
    float: left;
    margin-left: -1px;
    padding: 0;
    width: 120px;
    height: auto;
    border: 1px solid #f2f2f2;
    overflow: hidden;
}

.pop-menu .pop-box .list-box .list-group:first-child {
    margin-left: 0;
}

.pop-menu .pop-box .list-box .list-group h1 {
    display: none;
}

.pop-menu .pop-box .list-box .list-group h2 {
    padding: 8px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    line-height: 1.0em;
    background: #121619;
}

.pop-menu .pop-box .list-box .list-group ul {
    margin-left: 10px;
}

.pop-menu .pop-box .list-box ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #e3e5e8;
    line-height: 1.0em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pop-menu .pop-box .list-box ul li a:hover {
    text-decoration: none;
}

.pop-menu .pop-box .list-box ul li a.nolink {
    font-weight: bold;
    cursor: default;
}

.pop-menu .pop-box .list-box ul li a.link {
    cursor: pointer;
}

.pop-menu .pop-box .list-box ul li a.link:hover {
    color: #fff;
    background: #55afeb;
}

.pop-menu .pop-box h1.title {
    position: absolute;
    top: 8px;
    left: 10px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #2A72C5;
}

.pop-menu .pop-box h1.title i {
    display: inline-block;
    margin-right: 2px;
    width: 14px;
    height: 16px;
    background: url(skin_icons.png) -56px -112px no-repeat;
    vertical-align: middle;
}

.pop-menu .pop-box .close {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    background: url(skin_icons.png) -56px -196px no-repeat;
    cursor: pointer;
}

.nlist-1 {
    line-height: 45px;
    color: #444;
    font-size: 14px;
}

.nlist-1 ul {
    padding: 0 0 0 20px;
}

.nlist-1 ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.nlist-1 ul li {
    float: left;
    margin-right: 10px;
    width: 32%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nlist-2 {
    line-height: 30px;
    border: 1px solid #ebebeb;
    color: #444;
    font-size: 14px;
}

.nlist-2 h3 {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #2A72C5;
    line-height: 34px;
    height: 34px;
}

.nlist-2 h3 i {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 16px;
    vertical-align: middle;
    background: url(skin_icons.png) -56px -112px no-repeat;
    overflow: hidden;
}

.nlist-2 ul {
    padding: 0 0 10px 20px;
}

.nlist-2 ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.nlist-2 ul li {
    float: left;
    margin-right: 10px;
    width: 32%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nlist-3 {
    float: left;
    width: 350px;
    overflow: hidden;
}

.nlist-3 ul {
    float: left;
    width: 344px;
}

.nlist-3 ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.nlist-3 ul li {
    display: inline;
    float: left;
    margin-right: 20px;
    height: 108px;
}

.nlist-3 ul li a {
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    background: url(skin_icons.png) no-repeat #121619;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.nlist-3 ul li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.nlist-3 ul li a.icon-setting {
    background-position: 0 -527px;
}

.nlist-3 ul li a.icon-channel {
    background-position: -128px -527px;
}

.nlist-3 ul li a.icon-templet {
    background-position: -256px -527px;
}

.nlist-3 ul li a.icon-mark {
    background-position: -384px -527px;
}

.nlist-3 ul li a.icon-plugin {
    background-position: 0 -656px;
}

.nlist-3 ul li a.icon-user {
    background-position: -128px -656px;
}

.nlist-3 ul li a.icon-manaer {
    background-position: -256px -656px;
}

.nlist-3 ul li a.icon-log {
    background-position: -384px -656px;
}

.nlist-3 ul li span {
    display: block;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nlist-4 {
    margin-left: 350px;
    border: 1px solid #eee;
    font-size: 14px;
    height: 192px;
    overflow: hidden;
}

.nlist-4 h3 {
    margin: 0;
    padding: 0 10px;
    line-height: 34px;
    font-size: 14px;
    color: #2A72C5;
}

.nlist-4 h3 i {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 16px;
    vertical-align: middle;
    background: url(skin_icons.png) no-repeat;
    overflow: hidden;
}

.nlist-4 h3 i.site {
    background-position: -56px -112px;
}

.nlist-4 h3 i.msg {
    background-position: -84px -112px;
}

.nlist-4 ul {
    padding: 0 10px;
}

.nlist-4 ul li {
    color: #005eac;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* =========================管理首页样式.结束======================= */


/* =========================内页通用样式.開始======================= */

.mainbody {
    margin: 0 !important;
}

.table-container {
    margin-top: 20px;
}

.location {
    padding-bottom: 9px;
    border-bottom: solid 1px #eee;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #e3e5e8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.location a {
    display: inline-block;
    color: #e3e5e8;
    text-decoration: none;
}

.location a:hover span {
    color: #6a4a9a;
    text-decoration: none;
}

.location a i {
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    background: url(skin_icons.png) no-repeat;
    vertical-align: middle;
    *text-indent: 0;
}

.location a.back {
    margin-right: 15px;
}

.location a.back i {
    background-position: 0 0;
}

.location a.home i {
    background-position: -28px 0;
}

.location span {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
}

.location .arrow {
    display: inline-block;
    margin: auto 3px;
    width: 7px;
    height: 14px;
    background: url(skin_icons.png) no-repeat -56px 0;
    vertical-align: middle;
}

textarea {
    overflow: auto;
}

textarea.input {
    width: 300px;
    height: 65px;
}

.input {
    padding: 5px 14px;
    min-height: 32px;
    line-height: 30px;
    border: none;
    background: #f6faff!important;
    vertical-align: middle;
    color: #6a4a9a!important;
    font-size: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    *min-height: 20px;
    border-radius: 6px;
}

#txtFAAmoney,
#txtFLmoney,
#txtPUser,
#txtlocation,
#txtEndRpv,
#txtEndLpv {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 10px;
}

.input.normal {
    width: 300px;
}

.input.txt {
    width: 200px;
}

.input.small {
    width: 120px!important;
}

.input:focus {
    background: #FFFBDE;
    border-color: #7BBFF2;
    outline: 2px solid #99D8F5;
}


/*日期样式*/

.date-input {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 32px;
    vertical-align: middle;
    *display: inline;
}

.date-input i {
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 14px;
    height: 14px;
    background: url(skin_icons.png) no-repeat -308px -28px;
}

.select {
    margin: 1px;
    padding: 4px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    background: #121619;
    vertical-align: middle;
    color: #2A72C5;
    font-size: 100%;
}

.date-input input {
    padding-left: 25px;
    width: 170px;
}

.select1 {
    padding: 1px;
    min-height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    background: #121619;
    vertical-align: middle;
    color: #2A72C5;
    font-size: 100%;
}


/* =========================内页通用样式.结束======================= */


/* ==========================列表页样式.開始======================== */

.toolbar-wrap {
    padding: 10px 0;
    width: 100%;
    *position: relative;
    *z-index: 1;
}

.toolbar {
    top: 0;
    right: 15px;
    left: 15px;
    bottom: auto;
    padding: 10px 0 5px;
    min-height: 32px;
    background: #ffffff;
    z-index: 2;
    font-size: 14px;
    color: #2A72C5;
    z-index: 99;
}

.toolbar:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.toolbar .box-wrap {
    position: relative;
}

.toolbar .menu-btn {
    display: none;
    width: 30px;
    height: 30px;
    border: solid 1px #eee;
    background: url(skin_icons.png) no-repeat -384px -20px #fafafa;
    cursor: pointer;
}

.toolbar .l-list {
    display: block;
}

.toolbar .l-list .icon-list {
    float: left;
    display: block;
    margin: 0 10px 0 1px;
    padding-bottom: 50px;
}

.toolbar .l-list .icon-list:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.toolbar .l-list .icon-list li {
    float: left;
}

.toolbar .l-list .icon-list li a {
    display: inline-block;
    margin-left: -1px;
    padding: 5px 10px 5px 8px;
    line-height: 20px;
    height: 20px;
    border: solid 1px #eee;
    color: #2A72C5;
    font-size: 14px;
    text-decoration: none;
    background: #fafafa;
    white-space: nowrap;
    word-break: break-all;
}

.toolbar .l-list .icon-list li a:hover {
    color: #2A72C5;
}

.toolbar .l-list .icon-list li a span {
    display: inline-block;
    vertical-align: middle;
}

.toolbar .l-list .icon-list li a i {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    background: url(skin_icons.png) no-repeat;
    vertical-align: middle;
    *text-indent: 0;
}

.toolbar .l-list .icon-list li a.add i {
    background-position: 0 -28px;
}

.toolbar .l-list .icon-list li a.save i {
    background-position: -28px -28px;
}

.toolbar .l-list .icon-list li a.all i {
    background-position: -56px -28px;
}

.toolbar .l-list .icon-list li a.del i {
    background-position: -84px -28px;
}

.toolbar .l-list .icon-list li a.folder i {
    background-position: -112px -28px;
}

.toolbar .l-list .icon-list li a.list i {
    background-position: -140px -28px;
}

.toolbar .l-list .icon-list li a.move i {
    background-position: -252px -28px;
}

.toolbar .l-list .icon-list li a.copy i {
    background-position: -280px -28px;
}

.toolbar .l-list .icon-list li a.date i {
    background-position: -308px -28px;
}

.toolbar .l-list .icon-list li a.lock i {
    background-position: -336px -28px;
}

.toolbar .l-list .icon-list li a.msg i {
    background-position: -364px -28px;
}

.toolbar .l-list .menu-list {
    float: left;
    display: block;
    margin: 0;
    padding-bottom: 5px;
}

.toolbar .l-list .menu-list:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.toolbar .r-list {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.icon-list2 {
    float: left;
    display: block;
    margin: 0 10px 0 1px;
    padding-bottom: 50px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto;
}

.icon-list2 span {
    font-weight: bold;
    color: #6a4a9a;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 10px;
}

.inquirebox {
    width: 100%;
}

.toolbar .r-list .icon-list2:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.toolbar .r-list .icon-list2 .scorebox {
    position: absolute;
    left: 20px;
    display: flex;
    width: auto!important;
    line-height: 30px;
}

.toolbar .r-list .icon-list2 .scorebox p {
    margin-right: 20px;
}

.inquirebox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.inquirebox li:first-of-type {
    position: static!important;
    display: block!important;
}

.inquirebox li:first-of-type p {
    margin: 0!important;
}

.toolbar .r-list .icon-list2 li a {
    display: inline-block;
    padding: 5px 10px 5px 8px;
    line-height: 20px;
    height: 20px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #f6faff;
    font-size: 14px;
    text-decoration: none;
    background: #fafafa;
    white-space: nowrap;
    word-break: break-all;
}

.toolbar .r-list .icon-list2 li a span {
    display: inline-block;
    vertical-align: middle;
}

.toolbar .r-list .icon-list2 li a i {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    background: url(skin_icons.png) no-repeat;
    vertical-align: middle;
    *text-indent: 0;
}

.toolbar .r-list .icon-list2 li a.add i {
    background-position: 0 -28px;
}

.toolbar .r-list .icon-list2 li a.save i {
    background-position: -28px -28px;
}

.toolbar .r-list .icon-list2 li a.all i {
    background-position: -56px -28px;
}

.toolbar .r-list .icon-list2 li a.del i {
    background-position: -84px -28px;
}

.toolbar .r-list .icon-list2 li a.folder i {
    background-position: -112px -28px;
}

.toolbar .r-list .icon-list2 li a.list i {
    background-position: -140px -28px;
}

.toolbar .r-list .icon-list2 li a.move i {
    background-position: -252px -28px;
}

.toolbar .r-list .icon-list2 li a.copy i {
    background-position: -280px -28px;
}

.toolbar .r-list .icon-list2 li a.date i {
    background-position: -308px -28px;
}

.toolbar .r-list .icon-list2 li a.lock i {
    background-position: -336px -28px;
}

.toolbar .r-list .icon-list2 li a.msg i {
    background-position: -364px -28px;
}

#lbtnSearch {
    background-color: #7b5fa6;
    color: #ffffff;
    padding: 5px 20px;
    margin-left: 10px;
}

.toolbar .r-list .keyword {
    display: block;
    float: left;
    margin: 0;
    padding: 0 5px;
    width: 110px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    background-color: #ededff;
    border: none;
    outline: none;
    border-radius: 6px;
    color: #444;
}

.toolbar .r-list .btn-search {
    display: block;
    float: left;
    margin: 0 0 0 -1px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    background: url(skin_icons.png) -160px -20px no-repeat #fafafa;
    cursor: pointer;
    text-indent: -9999px;
}

.toolbar .r-list .img-view {
    display: block;
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    background: url(skin_icons.png) -187px -20px no-repeat #fafafa;
    text-indent: -9999px;
}

.toolbar .r-list .txt-view {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-left: none;
    background: url(skin_icons.png) -216px -20px no-repeat #fafafa;
    text-indent: -9999px;
}


/*迷你样式*/

.toolbar.mini .menu-btn {
    display: block;
}

.toolbar.mini .l-list {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    float: none;
    padding: 5px;
    padding-bottom: 0;
    border: 1px solid #eee;
    background: #fafafa;
    z-index: 1;
}

.toolbar.list .icon-list {
    float: none;
}

.toolbar.list .menu-list {
    float: none;
}

.ltable {
    width: 100%;
    min-width: 600px;
    font-size: 14px;
}

.ltable th {
    padding: 10px 40px;
    color: #07366b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
}

.ltable td {
    padding: 10px 0;
    padding-left: 40px;
    line-height: 1.5em;
    color: #1a1a1a;
    position: relative;
    z-index: 10;
}

.ltable td .sort {
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #eee;
    width: 40px;
    height: 20px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    background: #7e72c2;
    vertical-align: middle;
}

.ltable td .btn-tools {
    display: inline-block;
    height: 22px;
    vertical-align: middle;
}

.ltable td .btn-tools a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    border-left: none;
    text-indent: -99999px;
    background: url(skin_icons.png) no-repeat #7e72c2;
    overflow: hidden;
}

.ltable td .btn-tools a:first-child {
    border-left: 1px solid #eee;
}

.ltable td .btn-tools a.msg {
    background-position: 3px -53px;
}

.ltable td .btn-tools a.msg.selected {
    background-position: 3px -81px;
}

.ltable td .btn-tools a.top {
    background-position: -25px -53px;
}

.ltable td .btn-tools a.top.selected {
    background-position: -25px -81px;
}

.ltable td .btn-tools a.red {
    background-position: -53px -53px;
}

.ltable td .btn-tools a.red.selected {
    background-position: -53px -81px;
}

.ltable td .btn-tools a.hot {
    background-position: -81px -53px;
}

.ltable td .btn-tools a.hot.selected {
    background-position: -81px -81px;
}

.ltable td .btn-tools a.pic {
    background-position: -109px -53px;
}

.ltable td .btn-tools a.pic.selected {
    background-position: -109px -81px;
}

.ltable td .folder-open {
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -160px -250px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
    *text-indent: 0;
}

.ltable td .folder-line {
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -200px -250px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
    *text-indent: 0;
}

.ltable td .txt-box {
    display: inline-block;
    margin: 0 2px 0 auto;
    padding: 0 5px;
    border: 1px solid #eee;
    line-height: 20px;
    background: #7e72c2;
}

.ltable td .img-box {
    display: inline-block;
    margin: 0 2px 0 auto;
    padding: 0;
    height: 32px;
    vertical-align: middle;
}

.ltable td .img-box img {
    padding: 1px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
}

.ltable tr {
    position: relative;
}

.ltable tr:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 6px;
}

.ltable tr:nth-child(odd):after {
    background: #f6faff
}

.ltable tr:first-of-type {
    background: none;
    border-bottom: 1px solid #f5f5f5;
}

.ltable tr:first-of-type:after {
    background: none;
}

.ltable td .user-avatar {
    display: block;
    width: 64px;
    height: 64px;
    background: url(skin_icons.png) 3px -398px no-repeat #7e72c2;
}

.ltable td .user-box {
    padding-left: 10px;
}

.ltable td .user-box h4 {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
    font-size: 14px;
    height: 16px;
    line-height: 14px;
}

.ltable td .user-box h4 b {
    color: #06F;
}

.ltable td .user-box i {
    display: block;
    color: #999;
    font-style: normal;
    line-height: 24px;
    height: 24px;
}

.ltable td .user-box span {
    display: block;
    padding: 2px 0 0 0;
    height: 14px;
}

.ltable td .user-box span a {
    display: block;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) no-repeat #7e72c2;
    border: 1px solid #E1E1E1;
    text-indent: -999em;
}

.ltable td .user-box span a.amount {
    background-position: -109px -109px;
}

.ltable td .user-box span a.card {
    background-position: -249px -109px;
}

.ltable td .user-box span a.point {
    background-position: 3px -109px;
}

.ltable td .user-box span a.msg {
    background-position: -81px -109px;
}

.ltable td .user-box span a.sms {
    background-position: -221px -110px;
}

.ltable td.comment {
    padding: 10px;
    line-height: 1em;
}

.ltable td.comment .title {
    margin-bottom: 5px;
    line-height: 180%;
    font-weight: bold;
}

.ltable td.comment .title .note {
    float: right;
    font-weight: normal;
}

.ltable td.comment .title .note i {
    margin-left: 10px;
    font-style: normal;
    font-family: 'Microsoft YaHei';
    color: #999;
}

.ltable td.comment .title .note i.reply {
    padding-left: 18px;
}

.ltable td.comment .ask {
    line-height: 180%;
    font-family: 'Microsoft YaHei';
}

.ltable td.comment .ask .audit {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(skin_icons.png) -362px -112px no-repeat;
}

.ltable td.comment .ask .answer {
    margin-top: 10px;
    padding: 6px 10px;
    border: 1px solid #f6e8b9;
    background: #fbf8e7;
    color: #fff;
}

.ltable td.comment .ask .answer b {
    color: #090;
}

.ltable td.comment .ask .answer .time {
    display: block;
    float: right;
    color: #999;
}


/*分页样式*/

.pagelist {
    clear: both;
    display: block;
    margin: 0 0 20px 1px;
}

.pagelist:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagelist .l-btns {
    display: block;
    float: left;
    margin: 2px 5px 0 -1px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    height: 28px;
    overflow: hidden;
}

.pagelist .l-btns span {
    font-size: 14px;
    line-height: 28px;
    color: #959595;
}

.pagelist .l-btns .pagenum {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    border-bottom: 0;
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #7b5fa6;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
}


/*图文列表*/

.imglist {
    width: 100%;
    overflow: hidden;
}

.imglist ul {
    margin: 0 0 0 15px;
    padding: 0;
    *padding-bottom: 15px;
    *display: inline-block
}

.imglist ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.imglist ul li {
    float: left;
    margin: 0 0 15px 15px;
    min-width: 220px;
}

.imglist ul li .details {
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background: #121619;
}

.imglist ul li .details .check {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #121619;
}

.imglist ul li .details .absbg {
    position: absolute;
    left: 0px;
    top: 95px;
    width: 100%;
    height: 70px;
    background: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.imglist ul li .details .pic {
    width: 100%;
    height: 165px;
    overflow: hidden;
}

.imglist ul li .details .pic img {
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
}

.imglist ul li .details h1 {
    position: absolute;
    display: block;
    padding: 10px 20px;
    left: 0px;
    top: 95px;
    right: 0;
    height: 50px;
    border-bottom: 1px solid #eee;
}

.imglist ul li .details h1 span {
    display: block;
    color: #121619;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.imglist ul li .details h1 span a {
    color: #121619;
    text-decoration: none;
}

.imglist ul li .details .remark {
    display: block;
    margin: 10px 15px;
    padding: 0;
    height: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.imglist ul li .details .foot {
    clear: both;
    display: block;
    padding: 10px 15px;
    height: 20px;
}

.imglist ul li .details .foot .time {
    float: left;
    color: #838383;
    font-size: 10px;
    line-height: 20px;
}

.imglist ul li .details .foot .edit {
    display: block;
    float: right;
    margin: 0 0 0 3px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    background: url(skin_icons.png) no-repeat -137px -81px;
    overflow: hidden;
}

.imglist ul li .details .foot .copy {
    display: block;
    float: right;
    margin: 0 0 0 3px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    background: url(skin_icons.png) no-repeat -165px -81px;
    overflow: hidden;
}

.imglist ul li .details .tools {
    display: block;
    position: relative;
    padding: 0 15px;
}

.imglist ul li .details .tools:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.imglist ul li .details .tools a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #e8e8e8;
    border-left: none;
    text-indent: -99999px;
    background: url(skin_icons.png) no-repeat #121619;
    overflow: hidden;
}

.imglist ul li .details .tools a:first-child {
    border-left: 1px solid #e8e8e8;
}

.imglist ul li .details .tools a.msg {
    background-position: 6px -50px;
}

.imglist ul li .details .tools a.msg.selected {
    background-position: 6px -78px;
}

.imglist ul li .details .tools a.top {
    background-position: -22px -50px;
}

.imglist ul li .details .tools a.top.selected {
    background-position: -22px -78px;
}

.imglist ul li .details .tools a.red {
    background-position: -50px -50px;
}

.imglist ul li .details .tools a.red.selected {
    background-position: -50px -78px;
}

.imglist ul li .details .tools a.hot {
    background-position: -78px -50px;
}

.imglist ul li .details .tools a.hot.selected {
    background-position: -78px -78px;
}

.imglist ul li .details .tools a.pic {
    background-position: -106px -50px;
}

.imglist ul li .details .tools a.pic.selected {
    background-position: -106px -78px;
}

.imglist ul li .details .tools .sort {
    float: right;
    margin: 0;
    margin-left: -1px;
    padding: 0 2px;
    border: 1px solid #e8e8e8;
    width: 39px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #66;
    font-size: 14px;
}

.imglist ul li .details.nopic h1 {
    display: block;
    position: static;
    top: 0px;
    padding: 17px 20px;
}

.imglist ul li .details.nopic h1 span a {
    color: #2A72C5
}

.imglist ul li .details.nopic .remark {
    display: block;
    margin: 10px 15px;
    padding: 0;
    height: 140px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*生成静态列表样式*/

.builder-box {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 201px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #2A72C5;
    font-size: 14px;
    background: #121619;
    overflow: hidden;
}

.builder-box .title {
    position: relative;
    padding: 0 10px;
    height: 40px;
    border-bottom: 1px solid #dbdbdb;
    background: #fafafa;
}

.builder-box .title h2 {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.builder-box .title .close {
    position: absolute;
    top: 5px;
    right: 3px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(skin_icons.png) -48px -188px no-repeat;
    cursor: pointer;
}

.builder-box .content {
    padding: 10px;
    width: 280px;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    color: #2A72C5;
    font-size: 14px;
    line-height: 120px;
    overflow: auto;
}

.builder-box .content .list {
    text-align: left;
    line-height: 24px;
    font-size: 14px;
}

.builder-box .content span {
    margin-right: 5px;
    font-weight: bold;
}

.builder-box .content .suc {
    color: #060;
}

.builder-box .content .error {
    color: #F00;
}


/* ==========================列表页样式.结束======================== */


/* ==========================编辑页样式.開始======================== */


/*Tab选项卡*/

.content-tab-wrap {
    height: auto;
}

.content-tab {
    z-index: 3;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: auto;
    height: 41px;
    background: #ffffff!important;
    /* border-bottom: 1px solid #eee; */
}

.content-tab-ul-wrap {
    position: relative;
}

.content-tab-ul-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-tab ul {
    position: absolute;
    left: 0;
    top: 10px;
}

.content-tab ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content-tab ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: -1px;
}

.content-tab ul li a {
    display: block;
    float: left;
    padding: 0 25px;
    /* border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee; */
    height: 30px;
    line-height: 31px;
    font-size: 24px;
    color: #6a4a9a;
    text-align: center;
    /* background: #121619; */
    white-space: nowrap;
    word-break: break-all;
    font-weight: bold;
}

.content-tab ul li a:hover {
    color: #6a4a9a;
    text-decoration: none;
}

.content-tab ul li a.selected {
    color: #6a4a9a;
    background: #ffffff;
    height: 31px;
}

.content-tab .tab-title {
    display: none;
}


/*迷你样式*/

.content-tab.mini .tab-title {
    position: relative;
    display: block;
    float: left;
    margin-top: 10px;
    padding: 0 25px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #2A72C5;
    text-align: center;
    background: #121619;
    cursor: pointer;
}

.content-tab.mini .tab-title i {
    position: absolute;
    display: block;
    top: 8px;
    right: 8px;
    width: 14px;
    height: 14px;
    background: url(skin_icons.png) no-repeat scroll 0 -196px;
}

.content-tab.mini .content-tab-ul-wrap {
    display: inline-block;
    height: 42px;
}

.content-tab.mini .content-tab-ul-wrap ul {
    display: none;
    background: #121619;
}

.content-tab.mini .content-tab-ul-wrap:hover ul {
    display: block;
    top: 41px;
    border: 1px solid #eee;
    z-index: 1;
}

.content-tab.mini .content-tab-ul-wrap:hover ul li {
    display: block;
    float: none;
    margin: 0;
}

.content-tab.mini .content-tab-ul-wrap:hover ul li a {
    float: none;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*Tab选项卡内容*/

.div-content {
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

.div-content dl dt {
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    color: #2A72C5;
}

.div-content dl dd {
    margin-left: 150px;
}

.tab-content {
    padding: 20px 15px;
    font-size: 14px;
    color: #fff;
    border: none!important;
    box-sizing: border-box;
    overflow: hidden;
    height: auto
}

.tab-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tab-content dl,
.div-content dl {
    clear: both;
    display: block;
    padding: 5px 0;
    line-height: 30px;
}

.tab-content dl:after,
.div-content dl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tab-content dl:first-child {
    border-top: none;
}

.tab-content dl dt {
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    color: #6a4a9a;
}

.tab-content dl dd {
    position: relative;
    margin-left: 150px;
    *position: static;
}


/*迷你样式*/

.tab-content.mini dl dt {
    display: block;
    float: none;
    text-align: left;
}

.tab-content.mini dl dd {
    margin-left: 0;
}

.tab-content.mini dl dd .input {
    max-width: 100%;
}


/*上传样式*/

.upload-box {
    position: relative;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

.upload-box .upload-btn {
    display: inline-block;
    height: 32px;
    zoom: 1;
    *display: inline;
}

.upload-box .upload-progress {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    width: 115px;
    height: 26px;
    border: 1px solid #d7d7d7;
    background: #121619;
    overflow: hidden;
}

.upload-box .upload-progress .txt {
    display: block;
    padding-right: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.upload-box .upload-progress .bar {
    position: relative;
    display: block;
    width: 112px;
    height: 4px;
    border: 1px solid #1da76b;
}

.upload-box .upload-progress .bar b {
    display: block;
    width: 0%;
    height: 4px;
    font-weight: normal;
    text-indent: -99em;
    background: #28B779;
    overflow: hidden;
}

.upload-box .upload-progress .close {
    position: absolute;
    display: block;
    top: 1px;
    right: 1px;
    width: 14px;
    height: 14px;
    text-indent: -99em;
    background: url(skin_icons.png) -56px -196px no-repeat;
    cursor: pointer;
    overflow: hidden;
}


/*图片相册样式*/

.photo-list {
    margin: 0;
    padding: 10px 0 0 0;
}

.photo-list ul {
    margin: 0 0 0 -15px;
}

.photo-list ul li {
    float: left;
    margin-left: 15px;
    text-align: center;
    *width: 118px;
}

.photo-list ul li .img-box {
    position: relative;
    margin: 5px auto;
    width: 112px;
    height: 112px;
    border: 3px #efefed solid;
    cursor: pointer;
    overflow: hidden;
}

.photo-list ul li .img-box.selected {
    border: 3px #f60 solid;
}

.photo-list ul li .img-box img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.photo-list ul li .img-box .remark {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 3px 2px;
    height: 18px;
    line-height: 18px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    text-align: left;
    overflow: hidden;
}

.photo-list ul li .img-box .remark:hover {
    top: 0;
    bottom: 0;
    height: 100%;
}

.photo-list ul li .img-box .remark i {
    position: relative;
    font-size: 14px;
    color: #121619;
    font-style: normal;
    line-height: 18px;
}

.photo-list ul li a {
    padding-right: 1em;
}


/*附件列表样式*/

.attach-list {
    margin: 0;
    padding: 10px 0 0 0;
}

.attach-list ul {
    margin: 0 0 0 -15px;
    list-style: none;
}

.attach-list ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.attach-list ul li {
    position: relative;
    float: left;
    margin: 0 0 15px 15px;
    padding: 5px 18px 8px 18px;
    border: 1px solid #eee;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    width: 215px;
}

.attach-list ul li .icon {
    position: absolute;
    display: block;
    top: 8px;
    left: 2px;
    width: 14px;
    height: 14px;
    text-indent: -999em;
    background: url(skin_icons.png) no-repeat -84px -140px;
    overflow: hidden;
}

.attach-list ul li .del {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-indent: -99em;
    background: url(skin_icons.png) no-repeat -53px -193px;
    cursor: pointer;
    overflow: hidden;
}

.attach-list ul li .edit {
    position: absolute;
    display: block;
    bottom: 6px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-indent: -99em;
    background: url(skin_icons.png) -137px -81px no-repeat;
    cursor: pointer;
    overflow: hidden;
}

.attach-list ul li .title {
    display: block;
    margin-bottom: 3px;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    height: 26px;
    font-weight: bold;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
}

.attach-list ul li .info,
.attach-list ul li .btns {
    display: block;
    line-height: 24px;
}

.attach-list ul li .btns input {
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #d7d7d7;
    width: 40px;
    height: 20px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    background: #121619;
    vertical-align: middle;
}


/*规格列表样式*/

.spec-item {}

.spec-item li {
    float: left;
    position: relative;
    margin: 0 8px 8px 0;
    padding: 1px;
    line-height: 20px;
    vertical-align: middle;
}

.spec-item li a {
    display: block;
    padding: 1px;
    color: #fff;
    min-width: 10px;
    width: auto !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eee;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.spec-item li a i {
    display: inline-block;
    padding: 3px 9px;
    font-style: normal;
    line-height: 20px;
}

.spec-item li a img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.spec-item li:after {
    content: ".";
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    text-indent: -99em;
    background: url(skin_icons.png) -169px -85px no-repeat;
    overflow: hidden;
}

.spec-item li.selected a {
    margin: -1px;
    color: #2A72C5;
    border: 2px solid #1e99c7;
}

.spec-item li.selected:after {
    display: block;
    background-position: -84px -196px;
}


/*表格样式*/

.border-table {
    min-width: 500px;
    border-width: 1px;
    margin: 0;
    background: #121619;
}

.border-table th,
.border-table td {
    margin: 0;
    padding: 2px 10px;
    line-height: 26px;
    height: 28px;
    border: 1px solid #eee;
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
}

.border-table td input {
    vertical-align: middle;
}

.border-table td .position {
    position: relative;
    min-height: 100%;
}

.border-table td .ibtn {
    position: absolute;
    top: 0;
    right: -7px;
    background: #ccc;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
}

.border-table td .ibtn:hover {
    color: #121619;
    background: #FF9C30;
}

.border-table thead th {
    color: #2A72C5;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    background: #121619;
}

.border-table tbody th {
    padding-right: 5px;
    text-align: right;
    color: #707070;
    background-color: #121619
}

.border-table tr.td_c td {
    text-align: center;
}

.border-table td .cbllist input {
    vertical-align: middle;
}

.border-table td .cbllist label {
    margin-right: 5px;
    vertical-align: middle;
}

.border-table td .folder-open {
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -160px -250px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
}

.border-table td .folder-line {
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -200px -250px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
}

.border-table td .img-box {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
}

.border-table td .img-box img {
    padding: 1px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
}


/*订单状态样式*/

.order-flow {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 4px;
}

.order-flow-left,
.order-flow-arrive,
.order-flow-wait,
.order-flow-right-arrive,
.order-flow-right-wait {
    margin: 0;
    padding: 0;
    background: url(order_speed.gif) no-repeat scroll 0 0;
    float: left;
    font-family: Arial;
    line-height: 16px;
    text-align: center;
    width: 140px;
}

.order-flow div span {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 #121619;
    display: block;
}

.order-flow div span p {
    margin: 0;
    padding: 0;
}

.order-flow .name {
    margin: 0;
    padding: 0 0 4px 0;
}

.order-flow-arrive {
    background-position: 0 -40px;
}

.order-flow-wait {
    background-position: 0 -20px;
    color: #878787;
}

.order-flow-right-arrive {
    background-position: 0 -80px;
}

.order-flow-right-wait {
    background-position: 0 -60px;
    color: #878787;
}

.order-flow-input {
    display: block;
    margin: 2px auto;
    padding: 0;
    width: 18px;
    height: 18px;
    text-indent: -999px;
    cursor: inherit;
    overflow: hidden;
}


/*按钮样式*/

.td-input {
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #d7d7d7;
    width: 92%;
    height: 20px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    background: #121619;
    vertical-align: middle;
}

.btn {
    background: #6a4a9a;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 1px 0 0;
    padding: 0px 20px;
    border-radius: 4px;
}

.btn:hover {
    background: #117ea6;
}

.btn.green {
    background: #52A152;
}

.btn.green:hover {
    background: #328032;
}

.btn.yellow {
    background: #ffbe10;
}

.btn.yellow:hover {
    background: #c87316;
}

.btn.violet {
    background: #993333;
}

.btn.violet:hover {
    background: #990033;
}

.icon-btn {
    display: inline-block;
    margin: 0;
    padding: 4px 10px 4px 8px;
    line-height: 20px;
    height: 20px;
    border: solid 1px #e1e1e1;
    color: #2A72C5;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon-btn:hover {
    color: #2A72C5;
}

.icon-btn span {
    display: inline-block;
    vertical-align: middle;
}

.icon-btn i {
    display: inline-block;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    background: url(skin_icons.png) no-repeat;
    vertical-align: middle;
    *text-indent: 0;
}

.icon-btn.add i {
    background-position: 0 -28px;
}

.img-btn {
    display: inline-block;
    margin: 0px 2px;
    width: 14px;
    height: 14px;
    background: url(skin_icons.png) no-repeat;
    vertical-align: middle;
    white-space: nowrap;
    word-break: break-all;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
    *text-indent: 0;
    *font-size: 0;
}

.img-btn.edit {
    background-position: -140px -84px;
}

.img-btn.del {
    background-position: -84px -28px;
}


/*多项单选*/

.multi-radio {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
}

.multi-radio:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.multi-radio .boxwrap {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
}

.multi-radio a {
    display: inline-block;
    margin-right: -1px;
    float: left;
    padding: 5px 15px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    vertical-align: middle;
    color: #2A72C5;
    font-size: 100%;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multi-radio a:hover {
    background: #C9E1EF;
    text-decoration: none;
}

.multi-radio a:active {
    text-decoration: none;
}

.multi-radio a.selected {
    background: #16a0d3;
    border-color: #1096c7;
    color: #121619;
}


/*单项选择*/

.single-checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    *display: inline;
}

.single-checkbox a,
.single-checkbox a:visited {
    display: inline-block;
    border: 1px solid #d4d4d4;
    background: #d4d4d4;
    width: 80px;
    vertical-align: middle;
    text-decoration: none;
}

.single-checkbox a i {
    display: block;
    width: 50%;
    height: 28px;
    line-height: 28px;
    font-style: normal;
    background: #121619;
    color: #81b5f0;
    text-align: center;
}

.single-checkbox a i.on {
    float: right;
    display: none;
}

.single-checkbox a i.off {
    float: left;
    display: block;
}

.single-checkbox a.selected {
    border: 1px solid #16a0d3;
    background: #16a0d3;
}

.single-checkbox a.selected i.on {
    display: block;
}

.single-checkbox a.selected i.off {
    display: none;
}


/*多项选择*/

.multi-checkbox {
    display: inline-block;
    vertical-align: middle;
}

.multi-checkbox:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.multi-checkbox .boxwrap {
    display: inline-block;
    vertical-align: middle;
}

.multi-checkbox a {
    display: inline-block;
    float: left;
    margin-right: -1px;
    padding: 5px 15px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #eee;
    vertical-align: middle;
    color: #2A72C5;
    font-size: 100%;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multi-checkbox a:hover {
    background: #C9E1EF;
    text-decoration: none;
}

.multi-checkbox a:active {
    text-decoration: none;
}

.multi-checkbox a.selected {
    background: #16a0d3;
    border-color: #1096c7;
    color: #121619;
}

.multi-checkbox a:last-child {
    /*border-right:1px solid #d4d4d4;*/
}


/*多项选择PORP*/

.multi-porp {}

.multi-porp ul li {
    float: left;
    position: relative;
    margin: 0 8px 8px 0;
    padding: 1px;
    line-height: 20px;
    vertical-align: middle;
}

.multi-porp ul li a {
    display: block;
    padding: 4px 10px;
    color: #fff;
    min-width: 10px;
    width: auto !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eee;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multi-porp ul li i {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    text-indent: -99em;
    background: url(skin_icons.png) -169px -85px no-repeat;
    overflow: hidden;
}

.multi-porp ul li.sys {
    background: #FFFFD0;
}

.multi-porp ul li.selected a {
    margin: -1px;
    color: #2A72C5;
    border: 2px solid #1e99c7;
}

.multi-porp ul li.selected i {
    display: block;
    background-position: -84px -196px;
}


/*下拉菜单*/

.single-select {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    *float: left;
}

.single-select .boxwrap {
    display: inline-block;
    vertical-align: middle;
}

.single-select .select-tit {
    position: relative;
    display: block;
    padding: 5px 42px 5px 14px;
    min-width: 40px;
    line-height: 30px;
    height: 30px;
    /* border: solid 1px #eee; */
    text-decoration: none;
    background: #f6faff!important;
    white-space: nowrap;
    word-break: break-all;
}

.single-select .select-tit span {
    display: inline-block;
    color: #6a4a9a;
    font-size: 14px;
    vertical-align: middle;
}

.single-select .select-tit i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 28px;
    height: 100%;
    border-left: 1px solid #eee;
    background: url(skin_icons.png) 7px -183px no-repeat #fafafa;
}

.single-select .select-items {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    /*overflow:hidden;*/
}

.single-select .select-items ul {
    position: relative;
    padding: 5px;
    min-width: 120px;
    max-height: 280px;
    border: 1px solid #eee;
    background: #f6faff;
    overflow-y: auto;
    overflow-x: hidden;
}

.single-select .select-items ul li {
    display: block;
    padding: 4px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #7e72c2;
    white-space: nowrap;
    cursor: pointer;
}

.single-select .select-items ul li:hover {
    color: #ffffff;
    text-decoration: none;
    background: #7e72c2;
}

.single-select .select-items ul li.selected {
    color: #121619;
    background: #16a0d3;
}

.single-select .arrow {
    display: none;
    position: absolute;
    left: 15px;
    top: 35px;
    width: 21px;
    height: 11px;
    text-indent: -9999px;
    background: url(skin_icons.png) 0 -290px no-repeat;
}

.single-select.up .select-items {
    top: auto;
    bottom: 45px;
}

.single-select.up .arrow {
    top: -13px;
    background: url(skin_icons.png) 0 -300px no-repeat;
}

.page-footer {
    padding: 10px 0;
    height: 32px;
    font-size: 14px;
}

.page-footer .btn-wrap {
    position: fixed;
    margin: 0;
    padding: 10px 37px!important;
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: #ffffff!important;
    z-index: 3;
}

.page-footer .btn-wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/* ==========================编辑页样式.结束======================== */


/*=====================以下部分是Validform必须的====================*/

.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(valid_icons.png) no-repeat -40px -20px;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(valid_icons.png) no-repeat -20px -40px;
}

.Validform_loading {
    padding-left: 20px;
    background: url(icon_onload.jpg) no-repeat left center;
}

.Validform_error {
    background: #FEFBD3;
}

#Validform_msg {
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #121619;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#Validform_msg .iframe {
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: -1;
}

#Validform_msg .Validform_title {
    position: relative;
    line-height: 35px;
    height: 35px;
    text-align: left;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
    background: #33B5E5;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 0px;
    color: #fff;
    text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
    color: #ccc;
}

#Validform_msg .Validform_info {
    padding: 10px;
    border: 1px solid #bbb;
    border-top: none;
    text-align: left;
}


/*=====================以上部分是Validform必须的====================*/


/*=====================以下部分是WebUploader必须的====================*/

.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    width: 65px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    background: #121619;
    color: #2A72C5;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}

.webuploader-pick-hover {
    background: #fafafa;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}


/*=====================以上部分是WebUploader必须的====================*/


/*=====================以下部分是centerl.aspx需要的====================*/

.centerbody {
    background-color: #121619;
    font-family: "微软雅黑";
}

.toptitle {
    height: 10%;
    padding: 10px 15px;
    border: 1px solid #E7EAEC;
}

.toptitle span {
    font-size: 15px;
}

.toptitle i {
    font-size: 14px;
    color: #CACACA;
}

.centerall {
    width: 98%;
    height: 90%;
    min-height: 540px;
    background-color: #121619;
    padding: 10px 8px;
}

.centerall a {
    text-decoration: none;
}

.div1,
.div2,
.div1 i,
.div1 i,
.div2 i,
.div1 span,
.div2 span {
    transition: all 1s ease-in-out 0s;
}

.div1:hover,
.div2:hover,
.div1:hover i,
.div1:hover span,
.div2:hover i,
.div2:hover span {
    transform: rotateY(180deg);
}

.models {
    width: 45%;
    height: 40%;
    float: left;
}

.centerall .div1 {
    width: 45%;
    height: 48%;
    min-height: 74px;
    background-color: #121619;
    text-align: center;
    padding-top: 4%;
    float: left;
    margin: 0% 3% 4% 2%;
}

.centerall .div1 i {
    font-size: 14px;
}

.centerall .div1 span {
    font-size: 18px;
}

.centerall .div1:hover {
    background-color: #7AB152;
    color: #FFFFFF;
}

.centerall .div2 {
    width: 45%;
    height: 48%;
    min-height: 74px;
    background-color: #121619;
    text-align: center;
    padding-top: 4%;
    float: left;
    margin: 0% 3% 0% 2%;
}

.centerall .div2 i {
    font-size: 14px;
}

.centerall .div2 span {
    font-size: 16px;
}

.centerall .div2:hover {
    background-color: #5b4f96;
    color: #FFFFFF;
}

.centerall .div3 {
    width: 20%;
    height: 40%;
    min-height: 190px;
    background-color: #121619;
    padding: 10px 15px;
    float: left;
    margin-left: 0px;
}

.centerall .div3 .tr_cen {
    font-size: 14px;
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #E7EAEC;
    padding-top: 5px;
}

.centerall .div3 .td_cen {
    width: 88%;
    font-size: 14px;
    height: 28px;
    padding-top: 4%;
    padding-left: 18%;
}

.centerall .div3 .td_cen:hover {
    background-color: #a788c2;
    cursor: pointer;
}

.centerall .div3 .td_cen i {
    margin-left: 22%;
    color: red;
}

.centerall .div4 {
    width: 26%;
    height: 40%;
    min-height: 190px;
    background-color: #121619;
    padding: 10px 15px;
    float: left;
    margin-left: 2%;
}

.centerall .div4 span {}

.centerall .div5 {
    width: 64%;
    height: 45%;
    min-height: 285px;
    background-color: #121619;
    padding: 10px 15px;
    float: left;
    margin: 1% 0% 0% 1%;
}

.centerall .div6 {
    width: 26%;
    height: 45%;
    min-height: 285px;
    background-color: #121619;
    padding: 10px 15px;
    float: left;
    margin: 1% 0% 0% 2%;
}


/*=====================以上部分是centerl.aspx需要的====================*/


/*=====================以下部分是新menu及後台頂部需要的====================*/

.main-left {
    background: #f6faff!important;
    width: 260px!important;
    transition: .5s ease-out;
}

.main-left.hide {
    left: -260px!important;
}

.main-left .logo {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
}
    .main-left .logo2 {
        height: 160px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: none;
    }
    .main-left .logo2 img {
        height: 100%;
        width: auto;
    }
.main-left .logo img {
    height: 100%;
    width: auto;
}

.menu_section {
    width: 100%;
    padding-top: 20px;
}

.menu_section ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

    .menu_section ul li {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
        position: relative;
        height: 26px;
        transition: .5s ease-out;
        overflow: hidden;
        white-space: nowrap; /* 防止 li 内文本折行 */
    }

        .menu_section ul li a {
            height: 26px;
            line-height: 40px;
            color: #1a1a1a;
            display: flex;
            width: 100%;
            align-items: center;
            text-decoration: none;
            border-radius: 6px;
            font-size: 14px;
            width: 220px;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
            position: relative;
            white-space: nowrap; /* 防止 li 内文本折行 */
        }

.menu_section ul li a figure {
    height: 20px;
    width: 20px;
    margin-right: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_section ul li a figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menu_section ul li a.selected,
.menu_section ul li a:hover {
    box-shadow: 5px 5px 10px rgb(93 125 166 / 10%);
    background-color: #ffffff;
}

.menu_section ul li.width_child .showsub {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 6px;
    z-index: 99;
    cursor: pointer;
}

.menu_section ul li.width_child .showsub span {
    background-color: #6a4a9a;
    position: absolute;
    display: block;
    transition: .4s;
}

.menu_section ul li.width_child .showsub span:nth-child(1) {
    width: 100%;
    height: 1px;
    top: calc(50% - 1px);
}

.menu_section ul li.width_child .showsub span:nth-child(2) {
    height: 100%;
    width: 1px;
    left: calc(50% - 1px);
    transform: rotate(0deg);
}

.menu_section ul .width_child.active .showsub span:nth-child(2) {
    transform: rotate(90deg);
}

.menu_section ul .width_child.active .sub_menu_box {
    visibility: visible
}

.sub_menu_box {
    margin-top: 10px;
}

.sub_menu_box ul li a {
    padding: 0 40px;
}
.menu_section ul .width_child.active .sub_menu_box2 {
    visibility: visible
}

.sub_menu_box2 {
   margin-top: 10px;
}
.sub_menu_box2 ul li a {
   padding: 0 40px 60px;
}

.main-top {
    left: 260px;
    transition: .5s ease-out;
}

.main-top.max {
    left: 0;
}

.nav-right {
    display: flex;
}

.nav-right .option {
    padding-right: 0;
    padding-left: 16px;
}

.account_box {
    height: 60px;
    display: flex;
    line-height: 60px;
}

.account_box figure {
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.account_box figure img {
    height: 30px;
}

.account_box span {
    cursor: default;
    white-space: nowrap;
}

.account_box span hr {
    display: none;
}


/* ================= 默认首页  ================== */

.defult_main {
    width: 100%;
    height: 98%;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 50px;
    box-sizing: border-box;
    border-top-left-radius: 30px;
}

.defult_main ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.defult_main ul li {
    width: 28%;
    background-color: #f0f0fa;
    position: relative;
    height: 200px;
    margin-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
    border-radius: 10px;
}

.defult_main ul li .name {
    font-size: 24px;
    color: #6a4a9a;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.defult_main ul li .num {
    font-size: 50px;
    font-weight: bold;
    font-family: Arial Black, Helvetica, sans-serif;
    color: #444;
}

.defult_main ul li figure {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -60px;
    right: -60px;
}

.defult_main ul li figure img {
    width: 100%;
    height: 100%;
}

.blog_main {
    width: 100%;
    margin-bottom: 20px;
}

.blog_main .title {
    font-size: 24px;
    font-weight: bold;
    color: #6a4a9a;
}

.blog_main .blog_list {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    margin-top: 23px;
}

.blog_main .blog_list .blog_box {
    width: 49%;
    background-color: #ffffff;
    position: relative;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    height: auto;
    margin-right: 40px;
    border-radius: 4px;
}

.blog_main .blog_list .blog_box:hover {
    background-color: #f5f5f5;
}

.blog_box .blog_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

.blog_box .blog_date {
    position: absolute;
    top: 20px;
    right: 20px;
}

.blog_box .blog_des {
    color: #959595;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */
    overflow: hidden;
    line-height: 1.5;
}

@media screen and (max-width:769px) {
    .main-top {
        left: 0 !important;
        width: 100vw;
    }

    .main-left {
        width: 230px !important;
    }
    .main-nav a {
        padding: 0;
        border: none;
    }
    .main-nav a.selected,
    .main-nav a:hover {
        color: #6a4a9a;
        background-color: #f6faff;
    }
    .nav-right {
        width: 160px;
    }
    .nav-right .option {
        padding: 0;
    }
    .nav-right .option i {
        display: none;
    }
    .account_box span {
        width: 0;
        overflow: hidden;
        transition: .5s;
        opacity: 0;
    }
    .account_box {
        justify-content: flex-end;
        width: 100%;
    }
    .account_box:hover span {
        width: 600px;
        opacity: 1;
    }
    .menu_section ul li a {
        width: 210px;
    }
    .main-container {
        left: 230px;
    }

    .main-left {
        display: flex;
        flex-direction: column; /* 让子元素垂直排列 */
        width: 240px !important;
        min-height: 10000px; /* 设置一个最小高度，确保不会太小 */
    }

    .main-left .logo2 {
            height: 160px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            background: none;
     }

}

@media screen and (max-width:769px) {
    *::-webkit-scrollbar {
        display: none
    }
    .main-left,
    .main-top {
        position: fixed;
    }
    .main-left {
        height: 100vh;
        overflow: hidden;
    }
    .main-container {
        width: 100vw;
        height: calc(100vh - 60px);
        overflow-y: scroll;
        background-color: #ffffff;
    }
    .main-container iframe,
    #mainframe,
    #mainframe body {
        overflow-y: scroll;
        height: 100%;
        width: 100vw;
    }
    .blog_main {
        width: 100%;
    }
    .blog_main .blog_list {
        height: auto;
    }
    .blog_main .blog_list .blog_box {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .blog_box .blog_title {
        font-size: 16px;
        margin: 0;
    }
    .blog_box .blog_date {
        font-size: 14px;
        position: static;
        margin: 10px 0;
    }
    .blog_box .blog_des {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    /* ======= 提交保存  ======= */
    .tab-content dl dt {
        width: 90px;
    }
    .tab-content dl dd {
        margin-left: 110px;
    }
    .input.normal {
        width: 220px
    }
    .input {
        height: 22px;
        line-height: 22px;
    }
    .single-select .select-tit {
        height: 20px;
        line-height: 20px;
    }
    .single-select .select-tit i {
        background-position: 7px -188px;
    }
    /* ======= 列表  ======= */
    .toolbar {
        height: auto;
        background-color: #ffffff;
        width: calc(100vw - 40px)!important;
        left: auto!important;
    }
    .toolbar .r-list {
        position: static;
    }
    .icon-list2 {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .icon-list2 .line20 {
        display: none;
    }
    .toolbar .r-list .icon-list2 .scorebox {
        position: static;
        flex-wrap: wrap;
        width: 100%!important;
        margin-bottom: 10px;
    }
    .toolbar .r-list .icon-list2 .scorebox p {
        height: 30px;
        line-height: 30px;
    }
    #lbtnSearch {
        margin-left: 0;
        margin-top: 10px;
    }
    .inquirebox {
        margin-top: 20px;
        display: block;
    }
    .inquirebox li:nth-child(1) {
        display: inline-block!important;
    }
    .inquirebox li:nth-child(3) {
        margin-top: 10px;
    }
    .inquirebox li:nth-child(4),
    .inquirebox li:nth-child(5),
    .inquirebox li:nth-child(6) {
        display: inline-block!important;
        margin-top: 10px;
        height: 30px;
    }
    .icon-list2 span {
        margin-right: 5px;
    }
    .toolbar .r-list .icon-list2 li a {
        padding: 5px 21px 5px 8px;
    }
    .table-container {
        background-color: #fafafa;
    }
    .ltable th {
        white-space: nowrap;
        width: auto!important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .ltable td {
        max-height: 30px;
        white-space: nowrap;
        padding-right: 20px;
        padding-left: 20px;
    }
    /* ======  数字递增  =======  */
    .defult_main {
        padding: 20px;
    }
    .defult_main ul {
        flex-direction: column;
    }
    .defult_main ul li {
        width: 86%;
        margin-bottom: 50px;
        height: 170px;
    }
        .defult_main ul li .name_min {
            font-size: 16px;
            color:#6a4a9a;
        }
    .defult_main ul li .name {
        font-size: 20px;
    }
        .defult_main ul li .num_min {
            font-size: 16px;
            color: #f60;
        }
        .defult_main ul li .num_min2 {
            font-size: 8px;
        }
    .defult_main ul li .num {
        font-size: 22px;
    }
    .defult_main ul li figure {
        height: 190px;
        width: 190px;
        bottom: -40px;
        right: -40px;
    }
}


/* ========= 網站首頁 =========== */

* {
    --animate-duration: 2s;
}

header {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    box-sizing: border-box;
    z-index: 999999;
}

section {
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-color: #2F2E43;
}

header.active {
    background-image: linear-gradient(rgba(47, 46, 67, 1), rgba(47, 46, 67, 0));
}

header .logo {
    height: 100%!important;
    background-image: url(./index/logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    z-index: 20;
}

header nav {
    width: auto;
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
}

header nav ul {
    display: flex;
}

header nav ul li {
    margin-right: 60px;
}

header nav ul li a {
    text-decoration: none!important;
    color: #ffffff!important;
}

.btn {
    color: #ffffff!important;
}

.viewnft {
    background-color: #74A8F9;
    margin-left: 40px;
}

.login {
    background-color: #9F56FF;
}

.bottomline {
    width: 100%;
    height: 26px;
    background-image: url(./index/分割line.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    background-image: linear-gradient(#50256C, #2F2E43);
    position: relative;
}

.banner p {
    color: #ffffff;
    margin-bottom: 20px;
}

.banner p:first-of-type {
    font-size: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.banner .desbox {
    position: absolute;
    left: 10%;
    top: 30%;
    transform: translateY(-50%);
    width: 40vw;
}

.bannerpic {
    display: flex;
    justify-content: flex-end;
}

.bannerpic img {
    margin-right: -10vw;
}

.nomaltxt {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: .5px;
}

.iconbox {
    display: flex;
}

.iconbox a {
    margin-right: 40px;
}

.iconbox figure {
    width: 24px;
    height: 24px;
    background-size: cover;
}

.iconbox .ins figure {
    background-image: url(./index/instagram.png);
}

.iconbox .twitter figure {
    background-image: url(./index/twitter.png);
}

.iconbox .facebook figure {
    background-image: url(./index/facebook.png);
}

section .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 14px;
}

section .eng {
    height: 20px;
    text-align: center;
}

section .eng img {
    height: 100%;
}

section .des {
    color: #ffffff;
    text-align: center;
    margin: 40px 0 60px 0;
    font-weight: lighter;
}

section .des span {
    color: #FFF205;
    font-size: 22px;
    font-weight: bold;
}

.profile .des {
    padding: 0 20%;
}

.whatis .whatiscontent,
.why .whycontent {
    display: flex;
    justify-content: space-between;
}

.whatis .left {
    margin-top: 200px;
    width: 45%;
}

.whatis .right {
    width: 50%;
}

.whatis .right img,
.why .left img {
    width: 100%;
}

.whatis .title,
.whatis .title img {
    height: 60px;
    text-align: left;
    margin-left: -20px;
}

.whatis .eng {
    text-align: left;
}

.whatis .des {
    margin-top: 20px;
    text-align: left;
    text-indent: 2em;
    line-height: 32px;
    text-align: justify;
}

.why {
    background-image: url(./index/為什麼bg.png);
    background-size: 100% 100%;
    padding-top: 130px;
    padding-bottom: 60px;
}

.whycontent {
    margin-bottom: 90px;
}

.why .left {
    width: 40%;
}

.why .right {
    background-image: url(./index/whytxtbg.png);
    background-size: 100% 100%;
    width: 46%;
    padding: 40px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.why .right hr {
    width: 30%;
    border: none;
    height: 1px;
    margin: 10px 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.why .right .des {
    text-align: left;
    margin-top: 0;
    text-align: justify;
}

.why .right .des span {
    color: #ffffff;
}

.purpose {
    background-image: url(./index/用途bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.purpose .title,
.purpose .title img {
    height: 60px;
}

.purpose .des {
    width: 46%;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: justify;
    text-align-last: center;
}

.purpose a {
    position: relative;
    z-index: 20;
    margin: 0;
}

.picbox {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.picbox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 50px;
}

.picbox ul li {
    width: 20%;
}

.picbox ul li img {
    width: 100%;
}

.picbox ul li:nth-child(1),
.picbox ul li:nth-child(4) {
    margin-top: -80px;
}

footer {
    background-color: #2F2E43;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    display: flex;
    position: relative;
    padding: 30px 10% 100px 10%;
    box-sizing: border-box;
    justify-content: space-between;
    overflow: hidden;
}

footer .left {
    width: 30%;
}

footer .left .title {
    font-size: 24px;
    color: #ffffff;
}

footer .left .des {
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}

footer .right {
    display: flex;
}

footer .right ul {
    margin-left: 60px;
}

footer .right ul li {
    margin-top: 20px;
}

footer .right ul li a {
    color: #fff;
}

footer .right ul li .email {
    color: #74A8F9;
}

footer .right ul li:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

footer .iconbox {
    margin-top: 20px;
}

footer .copy {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ffffff;
    bottom: 10px;
    left: 0;
}

.loginbody {
    background-image: none!important;
    background-color: #000!important;
}

.loginbody video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.header__btnnav {
    display: none;
}

#alertMessage {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    width: 94%;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}
/* ========= 首頁手機端 =========== */

.tips {
    display: none;
}

@media screen and (max-width:769px) {
    .main-container iframe,
    #mainframe,
    #mainframe body {
        padding: 0;
    }
    #form1 {
        overflow: visible;
    }
    .mainbody {
        padding: 20px;
    }
    header {
        padding: 0 5%;
        height: 60px;
        overflow: hidden;
        transition: .5s;
    }
    header:after {
        position: absolute;
        top: 0%;
        height: 0%;
        left: 0;
        content: "";
        background-color: #2f2e43;
        width: 100%;
        transition: .5s;
    }
    header.show {
        height: 150px;
    }
    header.show::after {
        height: 150px;
    }
    .header__btnnav {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0;
        padding: 0;
        border: none;
        outline: 0;
        position: fixed;
        right: 5vw;
        top: 5px;
        z-index: 99999;
        cursor: pointer;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
    }
    .header__btnnav i {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
    }
    .header__btnnav i p {
        position: absolute;
        width: 70%;
        right: 0;
        top: 50%;
        height: 2px;
        background-color: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin: -1px 0 0 0;
    }
    .header__btnnav i::before,
    .header__btnnav i::after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .header__btnnav i::after {
        top: auto;
        bottom: 0;
    }
    .header__btnnav.on i p {
        width: 0;
    }
    .header__btnnav.on i::before {
        -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
        transform: translate3d(0, 9px, 0) rotate(45deg)
    }
    .header__btnnav.on i::after {
        -webkit-transform: translate3d(0, -9px, 0) rotate(-45deg);
        transform: translate3d(0, -9px, 0) rotate(-45deg)
    }
    header .logo {
        height: 50px!important;
        width: 50px;
        position: absolute;
        top: 5px;
    }
    header nav {
        margin-top: 70px;
    }
    header nav,
    header nav ul {
        flex-direction: column;
        width: 100%;
        position: relative;
        z-index: 99;
    }
    header nav ul li {
        margin-right: 0;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        text-align: center;
    }
    .viewnft,
    .login {
        margin-left: 0;
        width: 50vw;
        margin-bottom: 20px;
        text-align: center;
    }
    .banner {
        height: 50vh;
    }
    .bannerpic,
    .bannerpic img {
        height: 100%;
    }
    .banner .desbox {
        display: none;
    }
    .bannerpic img {
        margin-right: -47vw;
    }
    section {
        padding: 0 5%;
    }
    section .des {
        padding: 0!important;
    }
    .whatis .whatiscontent {
        flex-direction: column-reverse;
    }
    .whatis .left {
        width: 100%;
        margin-top: 0;
    }
    .whatis .title,
    .whatis .title img,
    .whatis .eng {
        text-align: center;
        margin-left: 0;
    }
    .whatis .right {
        width: 100%;
    }
    .why {
        padding: 20px 5%!important;
    }
    .why .whycontent {
        flex-direction: column;
    }
    .why .left {
        width: 100%;
    }
    .why .right {
        background: none!important;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .whycontent {
        margin-bottom: 20px;
    }
    .purpose {
        padding: 0 5%;
    }
    .purpose .des {
        width: 100%;
    }
    footer {
        padding: 20px 5% 50px 5%;
    }
    footer,
    footer .right {
        flex-direction: column;
    }
    footer .left,
    footer .right {
        width: 100%;
    }
    footer .right ul {
        margin-left: 0;
    }
    footer .copy {
        text-align: left;
        padding: 0 5%;
    }
    .picbox {
        margin: 30px 0;
    }
    .picbox ul {
        flex-wrap: wrap;
    }
    .picbox ul li {
        width: 45%;
        margin-bottom: 20px;
    }
    .picbox ul li:nth-child(1),
    .picbox ul li:nth-child(4) {
        margin-top: 0;
    }
    .picbox ul {
        margin: 0;
        padding: 0;
    }
    .picbox ul li:nth-last-child(-n+2) {
        display: none;
    }
    .why .right .des {
        margin: 20px 0 30px 0;
    }
    .single-select {
        width: 80%;
        margin-bottom: 10px;
    }
    .tips {
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, .5);
        position: fixed;
        z-index: 999999;
    }
    .tips .hide {
        display: none!important;
    }
    .tips .icon-menu {
        z-index: 9999999;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f6faff;
    }
    .tips .account_box {
        position: absolute;
        top: 0;
        right: 20px;
    }
    .tipscontent img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }
    .tips .nexttip {
        width: 80%;
        height: 40px;
        border: 2px solid #ffffff;
        border-radius: 20px;
        background: none;
        outline: none;
        color: #fff;
        position: absolute;
        top: 40%;
        left: 10%;
        text-align: center;
        line-height: 40px;
    }
    .tips .closebtn {
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 50%;
        border: 2px solid #fff;
        left: 50%;
        margin-left: -25px;
    }
    .tips .closebtn span {
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -1px;
    }
    .tips .closebtn span:first-child {
        transform: rotate(45deg);
    }
    .tips .closebtn span:last-child {
        transform: rotate(-45deg);
    }
    .page-footer {
        padding: 10px 0;
        height: 32px;
        font-size: 14px;
    }
        .page-footer .btn-wrap {
            position: fixed;
            margin: 0;
            padding: 10px 37px !important;
            top: auto;
            left: 15px;
            right: 15px;
            bottom: 10px;
            background: #ffffff !important;
            z-index: 3;
        }
}