html, body{ background: #F7F9FC; }

.label{ font-size:12px; }

.btn{ border-color:#d9d9d9; font-weight:normal; }
.btn-small, .btn-small{ padding-top:8px !important; padding-bottom:8px !important; }
.btn-white{ color:#333; }
.btn-primary{color:#fff;background-color:#119f93; border-color:#119f93; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.btn-circle:hover > i{color: #fff !important;background-color:#26ebdd; border-color:#00cce9;}
.btn-primary.btn-circle{
    width: 80px;
    height: 80px;
    padding: 22px 0;
    border-radius: 50%;
    margin: 0 auto 6px;
    line-height: normal;
    transition: all .3s ease-in-out 0s;
    background-color: #e7f5f4 !important;
    margin-bottom: 20px;
}
.pull-right .text-info {
    background-color: #119f93;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 5px;
}
.text-success {
    color: #119f93 !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.btn-circle:hover > i {
    color: #fff !important;
    background-color: #34ada3;
    border-color: #34ada3;
}
.nav-tabs > li > a{ padding-left:0; padding-right:0; margin-right:30px; color:rgba(0,0,0,.85); font-weight:normal; }
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus{ background:none; border:0; font-weight:normal; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ border:0; color:#119f93; border-bottom:2px solid #119f93; background:none; }

.form-control{ border-color:#d9d9d9; }
.form-control.input-small{ padding-top:8px; padding-bottom:8px; height:36px; border-radius:0px; }
.input-group-addon{ background:#f9f9f9; }
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle){ border-top-left-radius:0px; border-bottom-left-radius:0px; }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child){ border-top-right-radius:0px; border-bottom-right-radius:0px; }
.input-group .dropdown-input{ border-radius:10px; border-color:#d7d7d7; }
.btn-mini i, .btn-xs i{ font-size:12px; }

.alert{ border-radius:0px; font-size:14px; color:#444; }
.alert b{ font-weight:normal; }
.alert i{ color:#119f93; font-size:16px; }
.alert-info{ background-color:#e7f5f4; border-color:#9ec7c3; }
.alert-info i{ color:#119f93; }
.alert-warning{ background-color:#fffbe6; border-color:#ffe58f; }
.alert-warning i{ color:#faad14; }
.alert-success{ background-color:#f6ffed; border-color:#b7eb8f; }
.alert-success i{ color:#52c41a; }
.alert-danger{ background-color:#fff2f0; border-color:#ffccc7; }
.alert-danger i{ color:#ff4d4f; }

.pagination-small > li > a, .pagination-small > li > span{ height:35px; line-height:35px; padding-top:0 !important; padding-bottom:0 !important; }
.pagination-small > li:first-child > a, .pagination-small > li:first-child > span{ border-radius:0px; border-top-right-radius:0; border-bottom-right-radius:0; }
.pagination-small > li:last-child .btn{ border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; border-top-left-radius:0; border-bottom-left-radius:0; border-left:0; height:35px; line-height:35px; padding-top:0 !important; padding-bottom:0 !important; }

.panel{ border:0; border-radius:0px; box-shadow: 0 0 2px rgba(0,0,0,.3); }
.panel-heading{ border-top-right-radius:15px; border-top-left-radius:15px; background:none; border-bottom:0; padding:22px 20px 10px; font-size:18px; font-weight:bold; color:#333; }
.panel-footer{ border-bottom-right-radius:15px; border-bottom-left-radius:15px; padding-top:15px; padding-bottom:15px; background:none; border-top:0; }
.panel-heading .nav-tabs.pull-left > li:first-child > a, .panel-heading .nav-tabs.nav-justified > li:first-child > a{ border-radius:10px 0 0; }
.panel-card{ border-radius:10px; box-shadow: 0 0 5px #eee; }
.main .panel{ padding-top:12px; }
.main .panel > form:first-child{ padding-top:15px; }

.panel-heading .nav{ float:none !important; border-bottom:1px solid #eee; }
.panel-heading .nav > li{
    margin-right:30px;
}
.panel-heading .nav > li > a{ border:0; border-radius:0; font-size:14px; padding-left:0; padding-right:0; font-weight:normal; }
.panel-heading .nav > li > a:hover, .panel-heading .nav > li.active > a { border:0; color:#119f93; font-weight:normal; }
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover{ text-shadow: 0 0 .25px currentcolor; border-bottom:2px solid #119f93; }
.panel-heading .nav-tabs{ margin:0; display: flex;flex-wrap: wrap}

.navbar-fixed{ padding-top:81px; }
.navbar-fixed .navbar{ left:0; background: #F7F9FC;height:60px; min-height:60px; padding-left:40px; padding-right:40px; box-shadow: 0 0 5px rgba(0,0,0,.3); }
.navbar-nav > li > a{ height:60px; line-height:36px; padding-top:0; padding-bottom:0; overflow:hidden; }

.dropdown-menu{ padding:5px 0; border-radius:0px; margin-left:0; }
.dropdown-menu > li > a{ padding:0 15px; line-height:30px; font-size:14px; color:#666; font-weight:normal; }
.dropdown-menu > li > a:hover, .nav .dropdown-menu > li.active > a{ color:#119f93; font-weight:normal; background:#e7f5f4; font-weight:normal; }
.dropdown-menu > li > a:focus, .dropdown-submenu:focus > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus{ font-weight:normal; }

.nav > li > a{
    text-align:center;
    color:#666;
    display: flex;
    align-items: center;
    /*border:0;*/

}
.nav > li > a > .nav_icon i{ font-size:30px; color:#119f93; margin-right: 10px;margin-left: 15px;}
.nav > li > a:hover, .nav > li.active > a{ color:#119f93; font-weight:bold; }
.nav > li > a:hover i, .nav > li.active > a i{ opacity:1; font-weight:normal; }
.nav .dropdown-menu{ padding:10px 0; border-radius:10px; margin-left:0; }
.nav .dropdown-menu > li > a{ padding:0 20px 0 15px; line-height:45px; font-size:15px; color:#666; }
.nav .dropdown-menu > li > a > i{ line-height:45px; color:#999; font-size:20px; margin-right:10px; }
.nav .dropdown-menu > li > a > i.flag-icon{ width:1em; line-height:0.75em; box-shadow:2px 2px 5px rgba(0,0,0,.3); }
.nav .dropdown-menu > li > a:hover, .nav .dropdown-menu > li.active > a{ color:#119f93; font-weight:normal; background:#e7f5f4; }
.nav .dropdown-menu > li > a:hover > i, .nav .dropdown-menu > li.active > a > i{ color:#119f93; }
.nav .dropdown-menu .panel{ border-top-left-radius:0; border-top-right-radius:0; }
.nav .dropdown-menu .panel .panel-heading{ font-weight:normal; }
.nav .dropdown-menu > .dropdown-submenu > a{ padding:0 20px 0 30px;}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{ background:#f7f7f7;box-shadow:none; }

.group[aria-expanded="true"].active:after {
    transform: rotate(-135deg) translateY(-50%);
}
.group[aria-expanded="true"].active{
    background-color: #eee;
}
.group:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out;
}

/* 隐藏链接的默认激活效果 */
.dropdown-submenu.group .dropdown-menu a.toggleable:target {
    outline: none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th{ background:#e7f5f4!important; color:#333; padding:12px 15px; font-size:14px; }
.table-hover > tbody > tr:hover td { background-color:#f7f7f7 !important; }
.panel .table td, .panel .table th{ padding:8px 15px; }
.sticky-column {
    position: sticky;
    right: 0;
    background-color: inherit;
    z-index: 1;
}
.kvm_item td.sticky-column {
    position: sticky;
    right: 0;
    background-color: #fff;
    z-index: 3;
}
.table-empty{ display:flex;align-items:flex-start;justify-content:center;padding:30px;color:#333; text-align:left; }
.table-empty-image{ width:120px;margin-right:40px; }
.table-empty-right h2{ font-size:24px; margin-bottom:10px; }
.table-empty-right .desc{ color:#999; font-size:14px; margin-bottom:15px; }
.table-box{
    margin-top: 10px;
    margin-bottom: 10px;
}
.table-box .text-danger{
    color: #119f93 !important;
}
.table-box tr{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.table-box th{
    padding: 8px 15px;
}
.main .page-head h4{ font-weight:bold; margin:25px 0 20px; font-size:24px; color:#333; }
.main .page-head h4 i.iconfont{ display:none; }
.main .panel .pull-out{ margin-left:0; margin-right:0; }
.main .panel-table-warp .pull-out{ margin-left:-15px; margin-right:-15px; }
.main .panel-table-warp .t-thead{ border-radius:0px 0px 0 0; margin-top:3px; font-size: 16px}
/*.main .panel > .pull-out > div, .main > .pull-out > div > table{ border:1px solid #eee; border-radius:10px; }*/

.input-group-search{ padding:0 0 5px; }
.input-group-search input[name='sq']{ border-left:0; border-right:0; }

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box{ border-radius:0px; }

.navbar-fixed .layui-layer{ border-radius:0px; }
.navbar-fixed .layui-layer-title{ border-radius:10px 10px 0 0; }
.navbar-fixed .layui-layer-iframe iframe{ border-radius:0 0 10px 10px; }

.wrap{ border-radius:0px; border:none; box-shadow: 0 0 2px rgba(0,0,0,.3); padding:25px 25px; }
.wrap .wrap-heading{ border-bottom: 1px solid #d2d2d2; padding-left:0; padding-bottom: 40px; font-size:20px; font-weight:normal; margin-bottom:25px; }
.wrap .wrap-heading:before{ background:none; display:none; }
.wrap .wrap-body{ padding:0 0; }
.wrap .wrap-item .wrap-rule-name{ color:#666; }
.wrap#wrapFooter{ border-radius:15px; left:180px; right:14px; border:1px solid #d7d7d7; border-radius:0px 0px 0 0; }
.wrap#wrapFooter .show_hide_config{ position:absolute; top:-26px; left:50%; margin-left:-60px; width:120px; height:26px; line-height:26px; text-align:center; background:#fff; font-size:12px; border-radius:8px 8px 0 0; border:1px solid #d7d7d7; border-bottom:0; }
.wrap#wrapFooter .show_hide_config a{ color:#999; }
.wrap#wrapFooter .show_hide_config a:hover{ color:#333; }
.wrap-coupon{ padding-right:15px; }
.wrap.wrap_simple{ box-shadow:none; }

.rule-list .route-item{width:125px !important;}
.rule-list .rule-item{ width:135px; height:35px;  margin-right:1px; margin-bottom:0px; margin-top:0; border-radius:0px; }
.rule-list .rule-item:first-child{ border-radius:0px; }
.rule-list .rule-item:last-child{ border-radius:0px; }
.rule-list .rule-item:hover{ border:1px solid #119f93; box-shadow: 0 0 15px rgba(0,0,0,.1); color:#333; }
.rule-list .rule-item.disabled:hover{ border:1px solid #ddd; box-shadow:none; }
.rule-list .rule-item.active{ background: none;
    border: 1px solid #119f93;
    color: #119f93;
    background-color:#e7f5f4; }
.rule-list .rule-item.active::before{ position:absolute;content:'';width:16px;height:16px;margin-top:-8px;top:50%;right:10px;background:#119f93; z-index:1;border-radius:50%;}
.rule-list .rule-item.active::after { position:absolute;content:'';width:3px;height:6px;transform:rotate(45deg);border-right:2px solid #FFF;border-bottom:2px solid #FFF;margin-top:-5px;top:50%;right:15px;z-index: 2;}
.rule-list .safe{
    width: 160px !important;
    text-align: left;
    font-size: 12px;
}
@media (max-width:768px){
    .rule-list {
        display: flex;
        flex-wrap: wrap;
    }
    .rule-list .rule-item{
        flex: 0 1 calc(50% - 10px);
        margin: 5px 0px 0px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
@media (max-width:593px){
    .rule-list .btn-group{
        flex: 0 1 calc(50% - 10px);

    }
    .rule-list .btn-example{
        margin: 0px 5px 0px 0px;
    }
    .btn-group-country .rule-item.has_country {
        padding: 12px 6px !important;
    }
    .has_country .text-small{
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width:768px){
    .slider.slider-horizontal {
        width: 80% !important;
        height: 20px;
    }
    .rule-input.input-box {
        width:180px;
    }
}

#APPVUE .clearfix .wrap-rule-body .clearfix .btn-group a{
    width: 100%;
}

#APPVUE .clearfix .wrap-rule-body .clearfix .disabled{
    width: 140px;
}


.modal-content {
    border-radius: 0px !important;
}
.warp-item-small .rule-item{ width:150px; height:34px; line-height:34px;}

.rule-input .input-group-addon{ font-weight:normal; }
.rule-input .input-group-addon:last-child{ color:#333; }
.rule-input .input-group-addon:last-child:hover{ color:#fff; }

.btn-group-country .rule-item{ width:250px; height:66px; line-height:66px; overflow:hidden; }
.btn-group-country .rule-item.has_country{ padding:13px 25px; line-height:20px; }
.btn-group-country .rule-item .flag-icon{ width:2.5em; line-height:1.875em; margin-top:5px; margin-right:10px; }
.btn-group-country .rule-item .iconcolor{ font-size:28px; float:left; margin:9px 15px 0 0; }
.btn-group-country .rule-item .badge{ top:0; right:0; bottom:0; width:60px; line-height:64px; background:none; color:rgba(26, 45, 73, 0.24); font-size:18px; text-align:left; }
.btn-group-country .rule-item .badge:after{ display:none; }
.btn-group-country .rule-item img{ float:left; height:35px; margin:3px 15px 0 0; }
.round{
    width: 8px;
    height: 8px;
    border-radius: 0% !important;
    --bs-bg-opacity: 1;
    background-color: #119f93;
    display: inline-block;
    margin-right: 0.5rem !important;
}
.member_product .item a:hover h3 {
    color: #119f93 !important;
}
.member_product .item a:hover i {
    color: #119f93 !important;
}
.bg-info, .btn-info, .btn-info.btn-circle>i {
    color: #fff;
    background-color:#119f93 !important;
}
a:focus, a:hover {
    text-decoration: none;
    color: #119f93 !important;
}
.form-control:focus {
    border-color: #119f93 !important;
}
.slider-large .slider .slider-selection {
    background: #119f93 !important;
}
.slider-large .slider .slider-handle {
    border: 1px solid #119f93 !important;
}
.slider-large .slider .slider-handle:before {
    border-left: 1px solid #119f93 !important;
    border-right: 1px solid #119f93 !important;
}
.slider-large .slider .slider-handle:after {
    background: #119f93 !important;
}
.rule-input .form-control:active, .rule-input .form-control:hover {
    border-color: #119f93 !important;
}
.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(33 165 154 / 66%) !important;
}
.rule-list .rule-card.active label, .rule-list .rule-card:hover label {
    color:#119f93 !important;
}
.rule-list .rule-card .icon-bg {
    border-top: 24px solid #119f93 !important;
}
.rule-list .rule-card label:after {
    background: #119f93 !important;
}
.bg-success, .btn-success, .btn-success.btn-circle>i {
    background-color: #119f93 !important;
}
.text-primary {
     color:  #119f93 !important;
}
.list_gray .list-group-item:hover {
    border-color: #119f93 !important;
}

.widget-icon-large {
    margin-top: 10px;
    margin-left: 80px;
    width: 54px;
    height: 54px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: linear-gradient(to top, rgb(0 205 236) 0%, rgb(17 159 147) 100%);
}

.item_server{
    width: 31.3%;
    height: 120px;
    margin: 8px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.member_product .item a {
    padding: 10px;
}
.member_product .item a i {
    width: 40px;
    height: 40px;
    font-size: 32px;
    color: #787878;
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .item_server {
        width: 46%;
    }
    .btn-group-country .rule-item {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .item_server {
        width: 44%;
    }
}
@media (max-width: 310px) {
    .item_server {
        width: 100%;
    }
}

.project{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #5e636b;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.project i svg{
    vertical-align: middle;
}
.navbar-nav > li > a > .text-break{
    line-height: 20px;
}
.nav>li>.dropdown-toggle{
    padding: 5px 5px;
}

.user_box{
    width: 340px;
    height: 65px;
    background-color: #fff;
    border-radius: 36px;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.cost_form .money_list a {
    border-radius: 0px !important;
    padding: 10px 0 !important;
    min-width: 97px !important;
}
.cost_form .pay_list a.active:before, .cost_form .money_list a.active:before {
    top: -1px !important;
    right: -1px !important;
}

.cost_form .pay_list a{
    border-radius: 0px !important;
}
@media (max-width: 768px) {
    #sum-input {
        flex: 1 1 calc(100% / 2 - 10px);
        margin: 0px 5px 5px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #sum-input2 {
        flex: 1 1 calc(100% / 2 - 10px);
        margin: 0px 0px 5px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cost_form .money_list a {
        width: 200px !important;
    }
}
/*云服务器管理详情*/
.details-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0px;
}
.details-group .details-item {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(33% - 20px);
    box-sizing: border-box;
}
.details-item span{
    font-weight: lighter;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 40px;
    font-weight: 600;
}
.details-item b{
    line-height: 2;
    font-weight: lighter;
    margin-left: 10px;
    font-size: 20px;
    color: #119f93;
}
.details-items{
    width: calc(51% - 20px);
    display: flex;
    text-align: left;
}
.list-details-item span{
   line-height: 2.67;
}
.list-details-item a{
    line-height: 2.67;
}
.list-details-item icon{
    line-height: 2.67;
}
.left-box {
    width: 20%;
}

.right-box {
    width: 40%;
}
details-itemes{
    width: 60%
}
@media (max-width: 600px) {
    .details-group{
        gap: 10px;
    }
    .details-group .details-item {
        width: calc(52% - 17px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px 0px 10px 0px;
        margin-bottom: 0px;
    }
    .details-item span, b{
        /*display: inline-block;*/
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0px;

    }
    .details-item b{
        font-size: 12px;
    }
    .details-item span{
        font-size: 12px;
    }
}

@media (max-width: 840px) {
    .details-group .details-items {
        width: 100%;
    }
    .details-group .details-itemes {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .nav-white{ background: #ffffff; }
    #nav {
        position:fixed;
        /*left:30px;*/
        top:60px;
        width:130px;
        height:calc(100vh - 60px);
        /*padding-bottom:30px;*/
        /*display:flex !important;*/
        flex-direction:column;
        align-items:center;
        justify-content:space-between;
        background:none;
        overflow:visible
    }
    #nav > .nav{ width:170px; margin-bottom:0; padding:0px 0; border-radius:0px; box-shadow: 0 0 10px rgba(0,0,0,.3); background:#fff;height: 100% }
    #nav + #content{ padding-left:165px; }

}

@media (max-width: 991px) {
    .slide-nav > #header, .slide-nav > #content{ -webkit-transform: translate3d(45%, 0px, 0px);-moz-transform: translate3d(45%, 0px, 0px);transform: translate3d(45%, 0px, 0px); }
    .slide-nav #nav{ width:45%; }
    .nav .dropdown-menu{ margin-left:-20px; }
    .navbar > .btn{ padding:0 10px; height:80px; line-height:80px; }
}
@media (max-width: 991px) {
    .nav .group .dropdown-menu{ margin-left:0px; }
}

.b-btt{
    margin-top: 3px;
    margin-bottom: 16px;
}

.navbar .pull-center{
    margin-left: 54px;
    margin-top: 20px;
}
.navbar .pull-center p{
    font-size: 15px;
    font-weight: 600;
    color: #222222;
}
.navbar .pull-center .blue-text{
    color: #119f93;
}



@media (max-width: 1028px) {
    .hide-on-small-screen {
        display: none;
    }
}

/*详情*/
.summary-container {
    border-radius: 4px;
    padding: 20px;
    width: 47%;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.summary-containers {
    border-radius: 4px;
    padding: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.gap-2 {
    display: flex;
    gap: 1.5rem !important;
}
.renew-1{
    margin-top: 30%;
}

.renew-btn .text-info{
    background-color: #119f93;
    color: #FFFFFF !important;
    border-radius: 3px;
    padding: 12px;
}
.flex-col {
    flex-direction: column;
}
.min-w-24 {
    min-width: 11rem;
}
.leading-7{
    margin: 20px 39px 20px 0px;
}

.leading-8{
    margin: 20px 21px 20px -40px;
}
.summary-containers.leading-6{
    width: 37%;
}
.summary-containers.leading-5{
    width: 57%;
}
@media (max-width:861px){
    .summary-container{
        width: 100%;
    }
    .leading-8{
        margin: 0px 4px 20px 0px;
    }
    .leading-7{
        margin: 10px 2px 0px 0px;
    }
    .other-name {
        display: flex;
        gap: 1.5rem;
    }
}
.screen-small {
    display: none;
}
.screen-large {
    display: block;
}
@media (max-width: 457px) {
    .screen-small {
        display: block;
    }
    .screen-large {
        display: none;
    }
    .renew-btn .text-info{
        background-color: #119f93;
        color: #FFFFFF;
        border-radius: 3px;
        padding: 8px;
    }

}
@media (max-width:869px){
    .summary-containers{
        width: 100%;
    }
    .leading-5{
        width: 100% !important;
        margin: 0px 0px 20px 0px !important;
    }
    .summary-containers.leading-6{
        width: 100%;
        margin: 10px 2px 0px 0px;
    }
    /*.renew-1{*/
    /*    margin-left: 0%;*/
    /*}*/
}


.switch-box {
    position: relative;
    height: 25px;
}

.switch-box label {
    width: 50px;
    height: 25px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-box label:after {
    content: '';
    position: absolute;
    width: 21px;
    height: 25px;
    border-radius: 100%;
    left: 0;
    top: -5px;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch-box input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}

.switch-box label:after {
    top: 0;
    width: 23px;
    height: 23px;
    margin: 1px 0;
}

.switch-box input:checked+label {
    background: #119f93;
}

.switch-box input:checked+label:after {
    left: 30px;
}
.switch-box span{
    width: 60px;
    position: absolute;
    top: 3px;
    left: 59px;
}
/*通知*/
.badges {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    width: 16px;
    height: 16px;
    background-color: #ff0000;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 2px;
    line-height: 16px;
    border-radius: 50%;
}
.popup {
    position: fixed;
    top: 0;
    right: -300px;
    width: 340px;
    height: 100%;
    background-color: #FFFFFF;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.popup-content {
    background-color: #fff;
    max-width: 600px;
    margin: 0px auto;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #f3f3f3;
}

.popup h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 10px;
}

.popup p {
    margin-top: 20px !important;
    line-height: 1.5;
    color: #666;
}

.popup .time {
    text-align: right;
    color: #999;
    margin-top: 10px;
}

.hidden {
    visibility: hidden;
}
#closePopup {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    fill: #ccc;
}
.popup-set {
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
}

.popup-close {
    position: relative;
    cursor: pointer;
    fill: #ccc;
}

.popup-notification  span{
    color: #101010;
    font-size: 18px;
    font-weight: 500;
}
#popup-title .solve{
    margin-left: 5px;
    border-radius: 4px;
    width: 60px;
    height: 26px;
    background-color: #20b759;
    border: 1px solid #20b759;
    color: #FFFFFF;
    text-align: center;
    line-height: 10px;
}
#popup-title .icon {
    position: relative;
    top: 8px;
}
#popup-title span{
    color: #101010;
    font-size: 16px;
    font-weight: 500;
}

#popup-time {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
/*资源*/
.hidden-sm .assets {
    /*margin: 15px 15px 0px 15px;*/
    width: 95px;
    height: 34px;
    background-color: #119f93;
    color: #FFFFFF;
    border-radius: 0px;
    padding: 2px 14px !important;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;

}

.hidden-sm .assets:hover {
    border: 1px solid #119f93;
    background-color: #FFFFFF;
    color: #119f93;
    padding: 0px 14px !important;
    line-height: 28px;
}
.dropdown-server{
    text-align: left;
    position:absolute;
    top: 60px;
    border-radius: 0px !important;
}
.list-server {
    border-bottom: 1px solid #ececec;
}
.list-server a{
    color: #119f93 !important;
    padding: 0 0px 0 15px !important;
    line-height: 38px !important;
}
.list-server a:hover{
    background-color: #FFFFFF !important;
}
.list-server-menu .icon{
    position: relative;
    top: 8px;
}
.list-server-menu a:first-child {
    padding: 0 20px 0 11px !important;
}
.list-server-menu button{
    margin-left: 5px;
    border-radius: 4px;
    width: 60px;
    height: 26px;
    background-color: #119f93;
    border: 1px solid #119f93;
    color: #FFFFFF;
    text-align: center;
    line-height: 10px;

}


.btn-group .dropdown-menu {
    /*min-width: 100% !important;*/
}
.t-table .t-row {
    font-size: 16px;
}

.rule-desc p{
    margin-top: 14px;
}

@media (max-width:610px) {
    .rule-list .rule-item .badge {
        position: relative;
        top: -5px;
        right: -24px;
        font-weight: 400;
        z-index: 22;
    }

    .bg-danger, .btn-danger, .btn-danger.btn-circle>i {
        color: #fff;
        background-color: #ff5f5f;
    }
}

.assets svg{
    margin-top: 10px;
}
@media (max-width:989px) {
    .wrap#wrapFooter {
        left: 10px;
    }

}