body{
    background:#F1F1F2!important;
    font-family: "HuaweiSans"!important;
}
a{
    text-decoration: none!important;
}
.ny-panel-heading{
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px;
    height: 52px;
    box-shadow: 0px 2px 4px 0px rgb(197 197 197 / 20%);
}
.ny-panel-heading:before,.ny-panel-heading:after{
    display: none;
}
body .alert-warn{
    margin: 20px 20px 0 30px;
}
.ny-panel-title{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-decoration: none;
}
.ny-panel-heading .ny-back-btn{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    width: 6px;
    border:none;
    margin-top:0;
    white-space: nowrap;
    font-size: 14px;
}
.ny-panel-heading .ny-back-btn:before{
    content:'';
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(img/back.png) no-repeat center;
    background-size: cover;
    margin-right: 15px;
}
.ny-panel-body{
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 20px;
    background: white;
    padding:20px;
}
.ny-panel-body>form{
    box-shadow: 1px 0px 6px 0px rgb(192 192 192 / 40%);
}
.domaininfo>p{
    font-size: 14px;
}
body .domaininfo .infobox th{
    background: #E9EDF3;
    height: 42px;
    vertical-align: middle;
    font-size: 12px;
    color: #0006;
    font-weight: 600;
}
body .domaininfo .infobox td{
    background: white;
    font-size: 12px;
    color: #444444;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EFF2F8;
}
body .domaininfo .infobox td:first-child{
    border-left: 1px solid #EFF2F8;
}
body .domaininfo .infobox td:last-child{
    border-right: 1px solid #EFF2F8;
}
body .btnbox{
    margin-top:0;
    padding:0 40px 20px;
}
body a.NoXuFei.btn.btn-default{
    margin-top:12px;
}
body .pager-count{
    margin-left:0;
}
body .pager-wrapper{
    padding:0 20px 20px;
}
body .page-button:hover,body .page--current{
    color:white;
    background: #2468f2;
}
body .page-button:hover font,body .page--current font{
    color:white;
}
body .text-primary{
    color:#2468f2;
}
body .server-operates{

}
body .btn-primary.btn-operate-add{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2468f2!important;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
body .btn-primary.btn-operate-add:hover{
    opacity: 0.8;
}
body .margin-left-8{
    margin-left: 8px;
}
.ymjx-title{
    display: none!important;
}
.server-help{
    background: url(img/helpIcon.png) no-repeat center;
    background-size: 14px 12px;
    background-position-x: left;
    padding-left: 20px;
    background-position-y: 1px;
}