body {
    background: #FFFFFF;
}
a {
    outline: none;
}
.button {
    padding: 6px 14px;
    background: #FF5500;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}
.button:hover {
    color: #fff !important;
}
.button-default {
    padding: 6px 12px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0,0,0,0.12);
    font-size: 14px;
    color: rgba(0,0,0,0.88);;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.button-default:hover {
    color: #FF5500 !important;
    border-color: #FF5500;
}
.success-btn {
    padding: 4px 8px;
    background: #F6FFED;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #B7EB8F;
    font-size: 12px;
    color: #1FA700;
    white-space: nowrap;
}
.disabled-btn {
    padding: 4px 8px;
    background: #F0F0F0;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    color: #8E8E8E;
    white-space: nowrap;
}
.warning-btn {
    padding: 4px 8px;
    background: #fff7e6;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #ffd591;
    font-size: 12px;
    color: #d46b08;
    white-space: nowrap;
}
.error-btn {
    padding: 4px 8px;
    background: #FFF1F0;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFA39E;
    font-size: 12px;
    color: #F12A2C;
    white-space: nowrap;
}
.page-title-new {
    font-weight: 600;
    font-size: 20px;
    color: #141414;
    margin-bottom: 24px;
}
.text-medium-bold, .text-md-bold {
    font-weight: 600;
    font-size: 16px;
    color: #141414;
}
.text-large-bold {
    font-weight: 600;
    font-size: 24px;
    color: #141414;
}
.coupon .text-large-bold {
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #141414 !important;
}
.discount-price {
    color: #F12A2C;
}
/* 面包屑导航 */
.page-breadcrumb {
    font-size: 12px;
    color: #8E8E8E;
    grid-column: 1 / -1;
}
.page-breadcrumb a {
    color: #999;
}
.page-breadcrumb a:hover {
    color: #FF5500;
}
.page-breadcrumb span {
    margin: 0 4px;
}
.page-breadcrumb-normal {
    color: #232323;
}
/*首页广告位*/
.header-ad-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-ad-wrap-left {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-ad {
    position: relative;
    padding: 4px 12px;
    background: #FFF3ED;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFBC9B;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
    transition: opacity 0.3s ease;
    overflow: hidden;
    opacity: 0;
    height: auto;
}
.header-ad .ad-img {
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/header-ad.png');
    margin-right: 8px;
}
.ad-txt {
    margin-right: 54px;
}
.ad-close {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #999;
}
.mb-14 {
    margin-bottom: 14px;
}
/*导航栏*/
section#header-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
}
section#header-new .logo {
    margin: 0;
    height: auto;
    line-height: inherit;
}
section#header-new .logo img {
    width: 104px;
    height: 24px;
    outline: none;
}
section#header-new input[type="text"]::placeholder {
    color: #A4A4A4;
}
.form-control-new, .form-control {
    box-shadow: none;
    border-radius: 4px;
}
ul.top-nav-new {
    display: flex;
    align-items: center;
    gap: 32px;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
ul.top-nav-new > li > a {
    padding: 0;
    font-size: 14px;
    color: #565656;
}
ul.top-nav-new > li:active > a, ul.top-nav-new > li:focus > a, ul.top-nav-new > li:hover > a, ul.top-nav-new > li > a:focus, ul.top-nav-new > li > a:hover {
    color: #FF5500;
    text-decoration: none;
}
section#header-new form {
    margin: 0;
}
ul.top-nav-new > li > a.icon-msg {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon-msg.png") center center no-repeat;
    background-size: 16px 16px;
}
ul.top-nav-new > li > a.icon-msg:hover {
    background: url("../img/icon-msg-hover.png") center center no-repeat;
    background-size: 16px 16px;
}
ul.top-nav-new > li > a.icon-shopping {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon-shopping-new.png") center center no-repeat;
    background-size: 16px 16px;
}
ul.top-nav-new > li > a.icon-shopping:hover {
    background: url("../img/icon-shopping-hover.png") center center no-repeat;
    background-size: 16px 16px;
}
ul.top-nav-new > li > a.person  .caret {
    width: 26px;
    height: 26px;
    border-radius: 0;
    margin: 0;
    border: 0;
    background: url("../img/person-icon.png") center center no-repeat;
    background-size: 100% 100%;
}
.choose-language-new {
    display: flex !important;
    align-items: center;
}
.arrow-new {
    width: 22px;
    height: 22px;
    display: inline-block;
    box-sizing: border-box;
    background-image: url('../img/packup.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.choose-language-new:hover .arrow-new, .choose-language-new:focus .arrow-new {
    background-image: url('../img/packup-hover.png');
}
#header-new .dropdown-menu {
    margin-top: 18px;
}
#header-new .open > .dropdown-menu {
    display: block !important;
}
.dropdown-menu-center-new {
    position: relative;
}
.dropdown-menu-center-new .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.dropdown-menu-center-new .dropdown-menu > li > a:focus, .dropdown-menu-center-new .dropdown-menu > li > a:hover {
    background-color: #f5f5f5 !important;
    color: #ff5500 !important;
}
.dropdown-menu-center-new .dropdown-menu > .active > a {
    background-color: #f5f5f5 !important;
    color: #ff5500 !important;
}
/*站内信*/
.notification-dropdown {
    left: -264px;
    padding: 0;
    margin: 0;
    width: 300px;
    max-height: 350px;
}
.notification-dropdown .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.notification-dropdown .header p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    color: #141414;
}
.notification-dropdown .header .mark-all-read {
    font-weight: 400;
    font-size: 14px;
    color: #FF5500;
}
.notification-dropdown .header .mark-all-read.disabled {
    color: #8E8E8E !important;
    cursor: not-allowed !important;
}
/* 消息列表 */
.client-alerts {
    margin: 0;
    padding: 8px 16px 0 16px;
    max-height: 256px;
    overflow: hidden;
}
.client-alerts li {
    padding: 8px 0;
    list-style: none;
}
.client-alerts li a {
    display: block;
    width: 268px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #141414;
}
.client-alerts li p {
    font-weight: 400;
    font-size: 12px;
    color: #8E8E8E;
    margin-bottom: 0;
}
.client-alerts li a .message {
    margin-left: 8px;
}
.client-alerts li a .time {
    font-size: 12px;
    color: #8E8E8E;
    margin-left: 8px;
    margin-top: 2px;
}
/* 悬浮框底部 */
.notification-dropdown .bottom {
    display: flex;
    align-items: center;
    height: 46px;
    margin-top: 8px;
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #565656;
    border-top: 1px solid rgba(0,0,0,0.08);
    cursor: pointer;
}
.notification-dropdown .bottom:hover,  .notification-dropdown .bottom:hover a{
    color: #FF5500;
}
.notification-dropdown .bottom i {
    content: "";
    margin-left: 4px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}
.notification-dropdown .bottom:hover i {
    border-color: #FF5500;
}
/*站内信END*/

/*导航栏(我的)*/
#header-new .account-new .dropdown-menu {
    width: 240px;
    left: -206px;
    padding: 16px 0;
}
.account-new .dropdown-menu .user-info {
    display: flex;
    gap: 8px;
    padding: 0 16px;
}
.account-new .dropdown-menu .user-info i {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 0;
    margin: 0;
    border: 0;
    background: url(../img/person-icon.png) center center no-repeat;
    background-size: 100% 100%;
}
.account-new .dropdown-menu .user-info .user-text {
    display: flex;
    flex-direction: column;
}
.account-new .dropdown-menu .user-info .username {
    font-weight: 600;
    font-size: 14px;
    color: #141414;
}
.account-new .dropdown-menu .user-info .email {
    font-weight: 400;
    font-size: 12px;
    color: #747474;
}
.account-new .dropdown-menu .user-account {
    position: relative;
    height: 64px;
    margin: 16px;
    background: #F9F9FA;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 16px;
}
.account-new .dropdown-menu .user-account .text {
    font-size: 12px;
    color: #747474;
}
.account-new .dropdown-menu .user-account .text-large-bold {
    font-size: 16px;
}
.account-new .dropdown-menu .user-account .btn-addfunds {
    right: 16px;
    top: 18px;
    width: 48px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
}
#header-new .dropdown-menu .dropdown-header {
    display: flex;
    font-size: 14px;
    color: #141414;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
}
.account-new .dropdown-menu .dropdown-header i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.account-management i {
    background-image: url('../img/icon-management.png');
}
.security-center i {
    background-image: url('../img/icon-security-center.png');
}
.account-others i {
    background-image: url('../img/icon-account-others.png');
}
.account-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
}
.account-col {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding-top: 14px;
}
.dropdown-divider {
    height: 0;
    margin: 16px 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.account-new .dropdown-menu .account-row a {
    position: relative;
    font-size: 13px;
    color: #565656;
    transition: color 0.2s ease;
}
.account-row a::after {
    content: "";
    position: absolute;
    margin-left: 6px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-color: #CDCDCD;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}
.account-new .dropdown-menu .account-row a:hover {
    color: #FF5500;
}
.account-new .dropdown-menu .account-row a:hover::after {
    border-color: #FF5500;
}
.account-logout {
    display: inline-block;
    width: 208px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 16px;
    font-size: 14px;
    color: #3D3D3D;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}
.account-logout:hover {
    color: #FF5500;
    border-color: #FF5500;
}
/*导航栏END*/


/*内容区域*/
#wrapper-new {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 64px;
    transition: all 0.5s ease;
}

#wrapper-new .panel {
    margin-bottom: 0;
    border: 0;
    box-shadow: 0 0px 0px #ccc;
}
#wrapper-new .panel-heading {
    padding: 10px 15px 10px 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#wrapper-new .panel-sidebar a.list-group-item.active {
    background-color: #eee;
}
#wrapper-new .panel-sidebar .panel-title {
    font-size: 14px;
    color: #111;
}
#wrapper-new .panel-heading + .list-group .list-group-item {
    border: 0;
}
#wrapper-new .section:has(.list-group) {
    /*height: 166px;*/
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.08);
    overflow: hidden;
}
/*#wrapper-new .list-group-item {*/
/*    color: #232323;*/
/*    padding: 0 0 20px 0;*/
/*    border: 0;*/
/*    background-color: transparent;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    transition: all 0.2s ease;*/
/*}*/
#wrapper-new .list-group-item .text-last-updated, small {
    font-size: 12px;
    color: #8E8E8E;
}
/*#wrapper-new .list-group-item:hover {*/
/*    color: #ff5400;*/
/*}*/
/*#wrapper-new .list-group-item.active {*/
/*    color: #ff5400;*/
/*}*/
#wrapper-new.toggled {
    padding-left: 208px;
}
#wrapper-new.toggled #sidebar-wrapper-new {
    width: 208px;
}
#wrapper-new.toggled #page-content-wrapper {
    margin-right: -290px;
    position: absolute;
}
/*产品管理界面标题*/
.products-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.products-detail-header .page-title-new {
    margin-bottom: 0px;
}
.go-purchase-center {
    font-weight: 400;
    font-size: 14px;
    color: #FF5500;
    display: flex;
    align-items: center;
    gap: 2px;
}
.icon-arrow-right {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../img/icon-arrow-right.png');
    background-size: 100% 100%;
}
/*内容区域END*/

/*菜单栏*/
.toggled .nav-expandingWidth {
    width: 208px !important;
}
.toggled .wap-expandingWidth {
    padding-left: 208px !important;
}
#sidebar-wrapper-new {
    width: 64px;
    height: 100%;
    left: 290px;
    margin-left: -290px;
    top: 51px;
    padding-bottom: 51px;
    margin-top: 0px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 1000;
    /*scrollbar-width: none;*/
}
.sidebar-nav-new {
    width: 64px;
    background: #FAFAFA;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar-nav-new ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav-new #menu3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}
.sidebar-nav-new ul li {
    width: 44px;
    height: 40px;
}
/*展开*/
.toggled .sidebar-nav-new {
    width: 208px;
}
.toggled .sidebar-nav-new ul li {
    width: 188px;
    height: auto;
}
/*解决二级菜单展开卡顿*/
.toggled .sidebar-nav-new > ul > li {
    padding: 10px 12px;
}
.toggled .sidebar-nav-new > ul > li > ul >li {
    padding: 10px 0;
}
.toggled .sidebar-nav-new > ul > li > ul >li:first-child {
    padding-top: 14px;
}
.toggled .sidebar-text-hidden {
    display: inline-block !important;
    opacity: 1;
    visibility: visible;
    width: auto;
}
.sidebar-text-hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    width: 0;
}
.sidebar-nav-new > ul > li, .sidebar-nav-new > ul > li ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}
.toggled .sidebar-nav-new > ul > li, .toggled .sidebar-nav-new > ul > li ul li {
    justify-content: flex-start;
    width: 100%;
}
.sidebar-nav-new a, .sidebar-nav-new a:hover, .sidebar-nav-new a:focus, .sidebar-nav-new a:active {
    outline: none;
}
.sidebar-nav-new ul .sidebar-title-header {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #565656;
}
.sidebar-nav-new ul a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: #232323;
}
.toggled .sidebar-nav-new ul a {
    justify-content: flex-start;
}
.sidebar-nav-new .sidebar-title:hover, .sidebar-nav-new .sidebar-title:active {
    background-color: #F2F2F2;
    border-radius: 8px;
    text-decoration: none;
}
/*二级菜单悬浮效果*/
.sidebar-nav-new .collapse.in .sidebar-title:hover {
    background-color: transparent;
}
.sidebar-nav-new .collapse.in .sidebar-title:hover a {
    color: #FF5500 !important;
    background-color: transparent;
}
.sidebar-nav-new .collapse.in .sidebar-title:hover a .nav-icon-sub {
    background-color: #FF5500 !important;
    background-blend-mode: overlay;
}
.sidebar-nav-new > ul > .sidebar-title a:hover, .sidebar-nav-new > .sidebar-title:hover > a, .sidebar-nav-new > ul > .current a, .sidebar-nav-new > ul > .active a {
    color: #FF5500;
}
.sidebar-nav-new  ul .sidebar-title .current, .sidebar-nav-new  ul .sidebar-title .current a,
.sidebar-nav-new  ul .sidebar-title .active, .sidebar-nav-new  ul .sidebar-title .active a {
    color: #FF5500;
}
.sidebar-nav-new  ul .sidebar-title-expand {
    display: block;
}
.sidebar-nav-new .sidebar-title-expand:hover, .sidebar-nav-new .sidebar-title-expand:active {
    background-color: transparent !important;
}
.toggled .sidebar-nav-new .collapse {
    padding: 0px;
    background-color: transparent;
}
.sidebar-nav-new .sidebar-title-expand ul li a {
    color: #232323;
}
.glyphicon-new.arrow:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/sidebar-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.active .glyphicon-new.arrow:before {
    background-image: url('../img/sidebar-arrow.png');
    transform: rotateX(180deg);
}
.sidebar-nav-new li.active .glyphicon-new.arrow:before, .sidebar-nav-new li:hover .glyphicon-new.arrow:before {
    background-image: url("../img/sidebar-arrow-hover.png");
}
.sidebar-nav-new  li i,  .section-new .bars.is-opened a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.sidebar-nav-new  li .nav-icon-home  {
    background-image: url("../img/nav-home-new.png");
}
.sidebar-nav-new li.active .nav-icon-home, .sidebar-nav-new li.current .nav-icon-home, .sidebar-nav-new li:hover .nav-icon-home {
    background-image: url("../img/nav-home-hover-new.png");
}
.sidebar-nav-new  li .nav-icon-buy {
    background-image: url("../img/nav-icon-buy.png");
}
.sidebar-nav-new li.active .nav-icon-buy, .sidebar-nav-new li:hover .nav-icon-buy {
    background-image: url("../img/nav-icon-buy-hover.png");
}
.sidebar-nav-new  li .nav-icon-dedicated {
    background-image: url("../img/nav-icon-dedicated.png");
}
.sidebar-nav-new li.active .nav-icon-dedicated, .sidebar-nav-new li:hover .nav-icon-dedicated,  .section-new .bars.is-opened a .nav-icon-dedicated {
    background-image: url("../img/nav-icon-dedicated-hover.png");
}
.sidebar-nav-new  li .nav-icon-bare {
    background-image: url("../img/nav-icon-bare.png");
}
.sidebar-nav-new li.active .nav-icon-bare, .sidebar-nav-new li:hover .nav-icon-bare, .section-new .bars.is-opened a .nav-icon-baremetal {
    background-image: url("../img/nav-icon-bare-hover.png");
}
.sidebar-nav-new  li .nav-icon-public {
    background-image: url("../img/nav-icon-public.png");
}
.sidebar-nav-new li.active .nav-icon-public, .sidebar-nav-new li:hover .nav-icon-public, .section-new .bars.is-opened a .nav-icon-public {
    background-image: url("../img/nav-icon-public-hover.png");
}
.sidebar-nav-new  li .nav-icon-network {
    background-image: url("../img/nav-icon-network.png");
}
.sidebar-nav-new li.active .nav-icon-network, .sidebar-nav-new li:hover .nav-icon-network,  .section-new .bars.is-opened a .nav-icon-network {
    background-image: url("../img/nav-icon-network-hover.png");
}
.sidebar-nav-new  li .nav-icon-domain {
    background-image: url("../img/nav-icon-domain.png");
}
.sidebar-nav-new li.active .nav-icon-domain, .sidebar-nav-new li:hover .nav-icon-domain, .section-new .bars.is-opened a .nav-icon-doamin {
    background-image: url("../img/nav-icon-domain-hover.png");
}
.sidebar-nav-new  li .nav-icon-other {
    background-image: url("../img/nav-icon-colo.png");
}
.sidebar-nav-new li.active .nav-icon-other, .sidebar-nav-new li:hover .nav-icon-other {
    background-image: url("../img/nav-icon-colo-hover.png");
}
.section-new .bars.is-opened a .nav-icon-colo {
    background-image: url("../img/nav-icon-colo-hover.png");
}
.sidebar-nav-new  li .nav-icon-support {
    background-image: url("../img/nav-icon-support.png");
}
.sidebar-nav-new li.active .nav-icon-support, .sidebar-nav-new li:hover .nav-icon-support {
    background-image: url("../img/nav-icon-support-hover.png");
}
.sidebar-nav-new  li .nav-icon-finance {
    background-image: url("../img/nav-icon-finance.png");
}
.sidebar-nav-new li.active .nav-icon-finance, .sidebar-nav-new li:hover .nav-icon-finance {
    background-image: url("../img/nav-icon-finance-hover.png");
}
.sidebar-nav-new  li .nav-icon-sub {
    width: 8px;
    height: 2px;
    margin: 0 14px 0 4px;
    background-color: #B3B3B3;
}

/*收起侧边栏联系客服*/
.toggled .sidebar-title-bottom {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0 24px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 40px;
}
.sidebar-title-bottom {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
}
.toggled .sidebar-collapsed {
    width: 64px;
    height: 40px;
}
.toggled .sidebar-collapsed {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar-collapsed {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-collapsed.is-closed i {
    display: inline-block;
    width:20px;
    height: 20px;
    background-image: url('../img/sidebar-expanded.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.toggled .sidebar-collapsed.is-closed i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/sidebar-collapsed.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sidebar-title-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #FF5500;
    cursor: pointer;
}
.sidebar-title-contact span，.sidebar-title-contact:hover span {
    color: #FF5500;
}
.sidebar-title-contact i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/sidebar-contact.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*菜单栏END*/

/*客户中心*/
.section-new {
    min-height: 104px;
    margin-bottom: 16px;
    padding: 22px 16px;
    background-color: #F9F9FA;
}
.section-right .section-new {
    /*height: 174px;*/
    height: 183px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0,0,0,0.08);
}
.section-right .section-new .list-group {
    height: 106px;
    overflow: hidden;
}
.section-right .section-new .list-group-item {
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 8px 0px;
}
.section-right .section-new .title {
    margin-bottom: 8px;
}
.section-new .title {
    font-weight: 600;
    font-size: 14px;
    color: #141414;
    margin: 0 0 14px 0;
}
.section-title, .sub-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #141414;
    margin: 32px 0 16px 0;
}
.section-new .list-group strong {
    font-weight: 400;
}
.section-new .title .icon-recent-news, .section-new .title .icon-tickets, .section-new .title .icon-benefit {
    display: flex;
    align-items: center;
    gap: 6px;
}
.section-new .title .icon-recent-news i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin: 0;
    border: 0;
    background: url(../img/icon-recent-news.png) center center no-repeat;
    background-size: 100% 100%;
}
.section-new .title .icon-benefit i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin: 0;
    border: 0;
    background: url(../img/icon-benefit.png) center center no-repeat;
    background-size: 100% 100%;
}
.section-new .title .icon-tickets i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin: 0;
    border: 0;
    background: url(../img/icon-tickets.png) center center no-repeat;
    background-size: 100% 100%;
}
.section-new .boxs {
    display: flex;
}
.section-flex {
    display: flex;
    align-items: center;
}
.section-new .box {
    flex: 1;
    position: relative; /* 用于定位分割线 */
}
.section-new .box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.08);
}
.btn-addfunds {
    position: absolute;
    right: 32px;
    top: 0;
}
.section-new a.btn, .pull-right a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #FF5500;
    background-color: transparent;
    border: none;
    padding-right: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.section-new a.btn:after, .pull-right a:after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/sidebar-arrow-hover.png');
    transform: rotate(-90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 6px;
}
.section-new .box:last-child, .section-new .bars.is-opened > a  {
    margin-right: 0;
}
.section-new .box > a, .section-new .box > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}
.section-new .box .stat {
    font-size: 14px;
    font-weight: 500;
    color: #141414;
}
.section-new .box .stat span {
    /*font-size: 24px;*/
    margin-right: 6px;
}
.section-new .box .text {
    font-size: 14px;
    color: #747474;
}
.section-new .box .text-tips {
    position: relative;
}
#expendTotal {
    margin-left: 6px;
}
.red-dot {
    position: absolute;
    top: 0px;
    right: -12px;
    width: 6px;
    height: 6px;
    background-color: #ff4d4f;
    border-radius: 50%;
}
.red-dot-msg {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 5px;
    height: 5px;
    background-color: #F12A2C;
    border-radius: 50%;
    display: none;
}
.green-dot {
    position: absolute;
    top: 7px;
    left: -16px;
    width: 6px;
    height: 6px;
    background-color: #42C42B;
    border-radius: 50%;
}
.orange-dot {
    position: absolute;
    top: 7px;
    left: -16px;
    width: 6px;
    height: 6px;
    background-color: #FF8000;
    border-radius: 50%;
}
.section-new .bars {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    /*margin-bottom: 24px;*/
}
.section-new .bars > a {
    display: flex;
    align-items: center;
    height: 46px;
    flex: 0 0 calc(33.333% - 8px);
    padding: 10px;
    color: #3D3D3D;
    background-color: #fff;
}
.section-new .bars > a .section-todo-icon {
    display: inline-flex;
    width: 24px;
    height: 22px;
    justify-content: center;
    align-items: center;
    color: #F12A2C;
    background-color: rgba(241, 42, 44, 0.1);
    border-radius: 2px 2px 2px 2px;
    margin-right: 8px;
    margin-bottom: 0;
}
.section-new .bars > a > span,.work-order > li > span {
    position: relative;
    padding-right: 16px;
    float: right;
    color: #141414;
    font-weight: 600;
    margin-left: auto;
}
.section-new .bars > a > span:after {
    position: absolute;
    right: -4px;
    top: 2px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../img/expanded.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*提示框*/
.popover-custom {
    width : 156px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,0.15);
}
.popover {
    border: none !important;
    box-shadow: none !important;
}
.popover .arrow {
    border-top-color: transparent !important;
}
.popover.top .arrow:after {
    border-top-color: #fff !important;
    bottom: 5px;
}
.popover-content {
    padding: 0;
}
.popover-custom .dot {
    position: static !important;
}
.popover-custom p {
    margin: 0 0 4px 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}
.section-new > table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}
.section-new > table > thead {
    background-color: #F9F9FA;
}
.section-new > table > thead > tr > th, .section-new > table > tbody > tr > td {
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    color: #141414;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.section-new > table > tbody > tr, .section-new > table > thead > tr {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
/*客户中心END*/

/*投诉封停样式*/
.abuse-list {
    position: relative;
    min-height: 168px;
    padding: 16px;
    margin: 0;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.abuse-list ul {
    margin: 0 0 0 4px;
    padding: 0;
}
.abuse-list ul li {
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    list-style: none;
    padding-bottom: 24px;
}
.abuse-list ul li:last-child {
    padding-bottom: 0;
}
.abuse-list ul li:before {
    z-index: 1;
    content: "";
    width: 6px;
    height: 6px;
    background: #FF5500;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
    transform: translate(-50%, -50%)
}
.abuse-list ul li .node-icon {
    position: absolute;
    left: 0;
    top: 18px;
    width: 0px;
    height: calc(100% - 16px);
    border-left: 1px rgb(255, 85, 0, 0.2) solid;
}
.abuse-list ul li .group-header {
    margin-bottom: 14px;
}
.abuse-list ul li .time {
    font-weight: 600;
    font-size: 14px;
    color: #141414;
}
.abuse-list ul li .txt {
    color: #999;
    font-size: 14px
}
.abuse-list ul li:last-child .node-icon {
    border-left: 0
}
.abuse-list .empty {
    text-align: center;
    color: #999;
    padding: 20px 0;
}
.abuse-list .date {
    font-weight: 600;
    font-size: 14px;
    color: #141414;
}
.abuse-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    margin-bottom: 8px;
    color: #232323;
    border-radius: 4px;
    background: #F9F9FA;
}
.abuse-list .status-resolved {
    background: #F0F0F0;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 12px;
    color: #8E8E8E;
    padding: 2px 6px;
}
.abuse-list .status-pending {
    background: #FDE9E9;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 12px;
    color: #F12A2C;
    padding: 2px 6px;
}
.tickets-empty {
    width: 80px;
    height: 80px;
    background: url("../img/empty-tickets.png") center center no-repeat;
    background-size: contain;
}
.abuse-empty {
    width: 80px;
    height: 80px;
    background: url("../img/empty-abuse.png") center center no-repeat;
    background-size: contain;
}
/*解决最近工单空消息被p标签影响居中*/
.panel-body .empty-container {
    transform: translateY(-14px);
}
.empty-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.abuse-empty-text {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
}
.network-attack-empty {
    width: 80px;
    height: 80px;
    background: url("../img/empty-network-attack.png") center center no-repeat;
    background-size: contain;
}
/*投诉封停样式END*/

/*购买中心*/
.nav-container-new {
    border-bottom: 1px solid #F0F0F0;
}
.nav-new {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-item-new {
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.nav-item-new a {
    color: #747474;
}
.nav-item-new.active, .nav-item-new.active > a, .nav-item-new :hover, .nav-item-new.active ul li a.active {
    color: #FF5500;
    background-color: #fff;
}
.nav-item-new.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF5500;
}
.ssl-type-list-new {
    padding: 24px 0 10px 0 !important;
}
/*没有二级分类去掉内边距所占高度*/
.ssl-type-list-new.empty {
    padding: 12px 0 !important;
}
/*购买中心END*/

/*已购产品详情页*/
.supportticket-boxs-new a {
    float: left;
    padding: 6px 24px;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    color: #3D3D3D;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease;
}
.supportticket-boxs-new .list-group-item.active,.supportticket-boxs-new  a.list-group-item:focus ,.supportticket-boxs-new  a.list-group-item:hover {
    color: #FF5500;
    background-color: rgba(255,90,7,0.1);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
}
.product-center-nav-container {
    margin-bottom: 20px;
}
.product-center-nav-li {
    margin: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    background-color: transparent;
}
.product-center-nav-li:hover {
    background-color: transparent !important;
}
/*已购产品详情页END*/

/*公共表格样式*/
.dataTables_wrapper {
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #EEEEEE transparent;
}
/*table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after {*/
/*    opacity: 0;*/
/*    content: "" !important;*/
/*}*/
table.table-list thead th {
    position: relative;
    height: 38px;
    padding: 8px;
    background-color: rgba(0,0,0,0.02);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.88);
    text-align: left;
    white-space: nowrap;
}
table.table-list thead th::before {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.06);
    opacity: 1;
}
table.table-list thead th:last-child::before {
    display: none;
}
table.table-list tbody td strong {
    font-weight: 400;
}
table.table-list > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 4px 10px;
    cursor: default;
    height: 48px;
}
table.table-list tbody td a {
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}
table.table-list tbody td .action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}
table.table-list tbody td .action-btn a, .link--primary {
    color: #0256FF !important;
}
/*表格底部分页*/
.dataTables_wrapper .bottom {
    display: flex;
    align-items: center;
}
.dataTables_wrapper .bottom .dataTables_paginate:nth-child(3) {
    margin-left: auto;
}
.dataTables_wrapper .dataTables_info:empty {
    display: none;
}
/*表格分页10条/每页下拉框样式*/
.dataTables_wrapper .bottom .select2-container {
    width: 70px !important;
    margin: 0 4px;
}
.dataTables_wrapper .dataTables_length label {
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
}
.dataTables_wrapper .bottom .select2-selection, .dataTables_wrapper .bottom .select2-selection__rendered {
    height: 24px !important;
    line-height: 22px !important;
    color: #888 !important;
    border-radius: 3px;
    padding: 0 4px;
}
.dataTables_wrapper .bottom .select2-selection__rendered {
    white-space: nowrap !important;
    padding: 0 10px !important;
}
.dataTables_wrapper .bottom .select2-selection__arrow {
    top: 2px !important;
}
.dataTables_wrapper .bottom .select2-selection__arrow b {
    content: "";
    position: absolute;
    top: 6px !important;
    right: 8px !important;
    width: 6px !important;
    height: 6px !important;
    background-color: transparent !important;
    border-color: #888 !important;
    border-style: solid !important;
    border-width: 1px 1px 0 0 !important;
    transform: rotate(135deg) !important;
    transition: border-color 0.2s ease;
}
/*表格搜索框上间距*/
div.dataTables_wrapper div.dataTables_filter label {
    padding-top: 0;
}
/* 操作栏样式 */
.btn-group {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.dropdown-menu-new {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
}
.dropdown-menu-new li {
    list-style: none;
}
.dropdown-menu-new li a {
    font-weight: 400;
    font-size: 14px;
    color: #0256FF;
    transition: background-color 0.2s;
}
.dropdown-menu-new li.divider {
    margin: 0;
    padding: 0;
}
.dropdown-more-btn {
    width: 12px;
    height: 20px;
    border: none;
    background: transparent !important;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-more-btn.active::before {
    content: '⋮';
    font-size: 20px;
    color: #0256FF;
    cursor: pointer;
}
.dropdown-more-btn.inactive::before {
    content: '⋮';
    font-size: 20px;
    color: #D8D8D8;
    cursor: not-allowed;
}
.disabled a {
    color: #AAAAAA !important;
    cursor: not-allowed !important;
    background-color: transparent !important;
}
.septal-line {
    font-weight: 400;
    font-size: 14px;
    color: #e7e7e7;
    background-color: #e7e7e7;
    width: 1px;
    height: 14px;
}
.status {
    font-size: 12px;
    font-weight: 400;
}
.status-pending {
    color: #FF8000;
}
.status-active {
    color: #1FA700;
}
.status-expired {
    color: #747474;
}

/*我的钱包*/
/*.my-account-detail {*/
/*    margin-top: 24px;*/
/*}*/
.account-info {
    width: 240px;
    height: 104px;
    margin: 24px 0 32px 0;
    flex-direction: column;
    align-items: self-start;
    gap: 14px;
}
.account-info > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.account-info > span {
    font-size: 16px;
    color: #141414;
}
.my-account-detail .filter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}
.my-account-detail .module {
    display: none;
}
.my-account-detail .module.active {
    display: block;
}
.my-account-detail .select2-container {
    width: auto !important;
}
.filters-date {
    margin-top: 14px;
}
.filters-date .button-default {
    font-size: 12px;
    padding: 4px 12px;
    color: #8E8E8E;
}
.date-btn.active {
    color: #FF5500;
    border: 1px solid #FF5500;
    background-color: rgba(255, 85, 0, 0.1);
}
/*下拉框样式带标题*/
.filter-group .filter-label {
    font-size: 14px;
    color: #333;
    background: #FFFFFF;
}
.filter-group .select2-container--default .select2-selection--single {
    border-radius: 0px 4px 4px 0px;
}
.filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8E8E8E;
    min-width: 140px;
}
/*过滤器标签*/
.saved-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.filter-tag {
    display: flex;
    align-items: center;
    padding: 4px 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #8E8E8E;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0,0,0,0.12);
    cursor: pointer;
    transition: all 0.2s ease;
}
.filter-tag.active, .filter-tag:hover {
    color: #f50;
    border: 1px solid #f50;
}
.filter-tag.active .remove-filter, .filter-tag:hover .remove-filter {
    color: #f50;
}
.remove-filter {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 6px;
    color:#8E8E8E;
    font-size: 14px;
    margin-top: -1px;
}
.date-picker {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 4px !important;
    padding: 17px 12px !important;
    font-size: 14px !important;
    color: #333 !important;
}
/*隐藏搜索框(余额，代金券，优惠券，产品管理，站内信, 购买中心)*/
#tableAccountList_wrapper, #tableVoucherList_wrapper, #tableCouponList_wrapper, #bulletinTable_wrapper {
    margin-top: 24px;
}
#tableAccountList_wrapper .top, #tableVoucherList_wrapper .top, #tableCouponList_wrapper .top, #tableServicesList_wrapper .top, #tableProductsList_wrapper .top {
    display: none;
}
/*弹窗*/
.modal-mask-new {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.modal-header-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-header-title {
    font-weight: 600;
    font-size: 16px;
    color: #141414;
}
.modal-close {
    font-size: 20px;
    color: #9E9E9E;
    cursor: pointer;
}
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #fff;
    border-radius: 4px;
    padding: 24px;
    z-index: 1001;
}
.modal-content .modal-body-new {
    height: 86%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #EEEEEE transparent;
}
.modal-body-new {
    margin: 24px 0;
}
.modal-footer-new {
    margin-top: 24px;
    text-align: right;
    border-top: 0;
}

/*loading*/
.loading-parent { 
    position: relative;
}
.loading-parent .loading-new {
    position: absolute;
    width: 100%;
    inset: 0;
    margin-left: 0;
    display: none;
    z-index: 9999;
    background: #fff;
    pointer-events: all;
    align-items: initial;
    justify-content: initial;
}
.loading-parent .loading-new.active {
    display: block;
}
.loading-parent .loading-new .loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    pointer-events: none;
}
/*.toggled .loading-new {*/
/*    width: calc(100% - 208px);*/
/*    margin-left: 208px;*/
/*}*/
/*.loading-new {*/
/*    position: fixed; !* 固定在视口，随滚动保持居中 *!*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: calc(100% - 64px);*/
/*    height: calc(100% - 50px);*/
/*    margin-top: 50px;*/
/*    margin-left: 64px;*/
/*    background: rgba(255, 255, 255, 1);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    z-index: 9998;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    transition: opacity 0.3s ease;*/
/*}*/
/*.loading-new.active {*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*}*/
/* 旋转加载图标 */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0256FF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 12px;
}

/* 旋转动画定义 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* 确保弹窗层级高于loading（避免弹窗被loading遮挡） */
.voucher-modal-mask {
    z-index: 9999; /* 高于loading-new的9998 */
}

/*站内信*/
.internal-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification-item.read a {
    color: #8E8E8E !important;
}