html {
    background: #f0f2f5
}

.shop .content-top {
    background-color: #303030;
}

.banner-box {
    position: relative;
}

.content-top {
    width: 100%;
    height: 63px;
    text-align: center;
    top: 0;
    z-index: 999;
    position: fixed;
    background: transparent;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    opacity: 1;
    color: #fff;
}

.top-main {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 1200px;
}

.top_list {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    margin: 21.5px 7px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAgAgMAAAAdw9KTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURUdwTP///////////waf0AoAAAADdFJOUwDjSYAlncUAAAAbSURBVBjTY5j/Hwq+MdTDmH+RmUgK6AuGhcsAU5tyB6Ji+x0AAAAASUVORK5CYII=) no-repeat;
    background-size: 100% 100%;
}

.logo {
    float: left;
    padding: 11.5px 0;
}

.content-nav {
    float: left;
    height: 63px;
}

.logo img {
    height: 40px;
}

.main {
    margin: 0px auto
}

.shop .content-top {
    background-color: #303030;
}

.banner-box {
    position: relative;
}

.content-top {
    width: 100%;
    height: 63px;
    text-align: center;
    top: 0;
    z-index: 999;
    position: fixed;
    background: transparent;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

.content-top, .content-top-hoc {
    opacity: 1;
    background-color: #303030 !important;
}

.top-main {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 1200px;
}

.top_list {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    margin: 21.5px 7px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAgAgMAAAAdw9KTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURUdwTP///////////waf0AoAAAADdFJOUwDjSYAlncUAAAAbSURBVBjTY5j/Hwq+MdTDmH+RmUgK6AuGhcsAU5tyB6Ji+x0AAAAASUVORK5CYII=) no-repeat;
    background-size: 100% 100%;
}

.logo {
    float: left;
    padding: 11.5px 0;
}

.content-nav {
    float: left;
    height: 63px;
}

.logo img {
    height: 40px;
}

.tel {
    float: left;
    height: 44px;
    line-height: 44px;
    color: #b6ccff;
    font-size: 15px;
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/tel.png) left center scroll no-repeat;
    padding-left: 30px;
    margin-right: 15px;
}

.tel a {
    color: #b6ccff;
}

.login {
    height: 63px;
    line-height: 63px;
}

.login a {
    color: #fff;
    font-size: 15px;
    padding: 0px 10px;
}

.login a:hover {
    color: #fc9336;
    text-decoration: none;
}

.menu {
    list-style: none;
    text-align: center;
    display: block;
    margin: 0 15px;
}

.nav {
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nav li {
    float: left;
    position: relative;
    z-index: 3;
    font-size: 15px;
    height: 63px;
    line-height: 63px;
    width: auto;
}

/*.nav li:hover {*/
/*    background: #fc9336;*/
/*}*/

.nav li a {
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 20px;
}

.nav li a:focus {
    -moz-outline-style: none;
    outline: none;
}

.nav li .sub-nav {
    position: absolute;
    top: 63px;
    left: 0;
    list-style: none;
    background-color: #303030;
    display: none;
    width: 100%;
}

.nav li .sub-nav li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.nav li .sub-nav li a {
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #fff;
}

.content-top .nav > li > ul:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    left: 40px;
    border-bottom-color: #fff;
    bottom: 100%;
}
.content-top .nav > li > ul {
    padding: 5px 0;
    width: 160px;
    border-radius: 5px;
    background-color: #fff;
    /*overflow: hidden;*/
    box-shadow: 0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f;
    margin-top: -5px;
}

.content-top .nav > li > ul li {
    background-color: #fff;
    height: 45px;
}

/*.nav li .sub-nav {*/
/*    display: block !important;*/
/*}*/

.content-top .nav > li > ul li a {
    display: block;
    text-align: left;
    height: 100%;
    line-height: 38px;
    color: #333;
    padding: 5px 15px;
}

.content-top .nav > li > ul li a:hover {
    color: #1890ff;
}
.login_href {
    padding: 0 5px;
}

.login_href img {
    height: 20px;
    padding-right: 10px;
}

.login_href a {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

.user_inf:hover .login_href a, .user_shop:hover .login_href a, .user:hover .login_href a, .cons:hover .login_href a {
    color: #fc9336;
}

.user_inf, .user_shop, .user, .cons {
    height: 21px;
    padding: 21px 0;
    width: auto;
    position: relative;
    text-align: center;
}

.user_inf i, .user_shop i {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user_icon.png) no-repeat center;
    background-size: 10px 10px;
    display: none;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 10px;
}

.user_inf .user_icon, .user_shop .user_icon {
    display: block;
}

.top_act:before {
    content: " ";
    position: absolute;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    top: 10px;
    margin-top: -12px;
    right: 15px;
    background-color: inherit;
    transform: rotate(45deg);
    z-index: -1;
}

.user_inf_act {
    background: #fff;
    display: none;
    height: auto;
    width: 197px;
    position: absolute;
    top: 60px;
    right: 0;
    text-align: left;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
}

.user_inf_top {
    background: #f55f1e url(https://webstatic.xdns.cn/web.xdns.cn/images/user_inf_top.png) no-repeat 20px center;
    background-size: 18px auto;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 47px;
}

.user_inf_act ul {
    width: 100%;
    border-bottom: 1px #f0f0f0 solid;
}

.user_inf_act li {
    box-sizing: border-box;
    padding: 5px 10px 5px 12px;
    font-size: 12px;
    line-height: 28px;
    height: 38px;
    overflow: hidden;
}

.user_inf_act li a {
    color: #353535;
    display: block;
    height: 28px;
    overflow: hidden;
    text-indent: 1em;
}

.user_inf_act .user_inf_nos {
    background: #f0f0f0 url(https://webstatic.xdns.cn/web.xdns.cn/images/user_icon.png) no-repeat 14px 9px;
    background-size: 6px 6px;
    line-height: 14px;
}

.user_inf_bot {
    text-align: center;
    line-height: 33px;
    height: 33px;
    font-size: 11px;
}

.user_inf_bot a {
    color: #353535;
}

.user_inf_act a:hover {
    text-decoration: underline;
}

.user_shop_act {
    background: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    top: 60px;
    right: 0;
    text-align: left;
    display: none;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
}

.user_shop_top {
    color: #282828;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
}

.user_shop_pre {
    background: #f55f1e;
    color: #feebe3;
    height: 26px;
    line-height: 26px;
    padding-left: 13px;
}

.user_shop_list {
    height: auto;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 8px;
}

.user_shop_list li {
    width: 100%;
    float: left;
    font-size: 12px;
    height: 25px;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
    margin-right: 1px;
    margin-bottom: 1px;
}

.user_shop_list li span {
    float: right;
    color: #fc9336;
    padding-right: 5px;
}

.user_shop_bot {
    background: #f4f4f4;
    color: #4e4e4e;
    height: 33px;
    line-height: 33px;
}

.user_shop_all {
    padding-left: 10px;
}

.user_shop_bot a {
    background: #f55f1e;
    color: #fff;
    display: block;
    height: 21px;
    line-height: 21px;
    width: 43px;
    margin: 5px 8px 5px 0;
    text-align: center;
}

.user_inf:hover .user_inf_act {
    display: block;
}

.user_shop:hover .user_shop_act {
    display: block;
}

.cons_act {
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    width: 517px;
    height: auto;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
}

.cons_act_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    padding: 10px;
    max-height: 80vh;
    overflow-x: auto;
}

.cons_act_list a {
    color: #666;
}

.cons_act_list a:hover {
    color: #fc9336;
}

.cons_act_li {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0
}

.cons_act_title {
    font-weight: bold;
    width: 17%;
    margin-right: 3%;
}

.cons_act_li_con {
    width: 80%;
    text-align: left;
}

.cons_act_li_con li {
    width: auto;
    margin-right: 15px;
    float: left;
}

.cons:hover .cons_act {
    display: block;
}

.user_act {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    width: 200px;
    font-size: 15px;
    line-height: 25px;
    display: none;
    height: auto;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .2);
}

.user:hover .user_act {
    display: block;
}

.user_act_con ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0;
}

.user_act_con li {
    font-size: 12px;
    float: left;
    line-height: 30px;
    width: 100%;
    text-align: left;
}

.user_act_con li a {
    color: #333;
}

.user_act_con li a:hover {
    color: #fc9336;
}

.user_act_con .user_recharge a {
    background: #fc9336;
    border: 1px solid #fc9336;
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 0 10px;
    margin: 5px 0 5px 15px;
}

.user_act_con .user_recharge a:hover {
    background: #ec7c1a;
    color: #fff;
}

.user_price {
    color: #fc9336;
}

.user_act_out {
    text-align: right;
    padding: 5px 10px 5px 0;
}

.user_act_out a {
    border: 1px solid #fc9336;
    color: #fc9336;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    *zoom: 1;
    padding: 0 15px;
    vertical-align: middle;
}

.user_act_out a:hover {
    border-color: #ec7c1a;
    color: #ec7c1a;
}

#footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-color: #373F5E;
    width: 100%;
}

.account {
    width: 100%;
    background: #303030 url(https://webstatic.xdns.cn/web.xdns.cn/images/foot_bg.jpg) no-repeat scroll center 0;
    height: auto;
    background-size: 100% 100%;
}

.account ul {
    margin: 0 auto;
    width: 1100px;
    text-align: center;
    padding-top: 17px;
}

.account li {
    float: left;
    width: 157.14px;
}

.account a {
    color: #fff;
}

.account a:hover {
    color: #fc9336;
}

.account_img {
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.account_img_1 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/sohu.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img_2 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/baijia.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img_3 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/weibo.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img_4 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/wechat.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img_5 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/toutiao.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img_6 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/twitter.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img_7 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/pip.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_1 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/sohu_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_2 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/baijia_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_3 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/weibo_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_4 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/wechat_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_5 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/toutiao_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_6 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/twitter_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account a:hover .account_img_7 {
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/icon/pip_hover.png) no-repeat center center;
    background-size: auto 100%;
}

.account_img img {
    width: auto;
    height: 50%;
    margin-top: 25%;
}

.account_name {
    font-size: 14px;
    height: 14px;
    line-height: 1;
    padding: 10px 0 15px;
}

.footer-bg {
    padding-bottom: 20px;
}

#footer_top {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #4E5573;
}

#footer_list {
    float: left;
    width: 73%;
    text-align: left;
}

.list-title {
    color: #565656;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
}

#footer_list ul {
    width: 100%;
}

#footer_list li {
    /*height: 30px;*/
    /*line-height: 30px;*/
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 8px;
}

#footer_list a {
    color: #565656;
}

#footer_list a:hover {
    color: #fdb042;
}

#ewm {
    float: left;
    width: 27%;
}

.ewm_h {
    text-align: center;
    font-size: 14px;
    color: #fff;
    /*font-weight: bold;*/
    margin-bottom: 23px;
    margin-top: -10px;
}

.ewm_img {
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.ewm_img img {
    height: 125px;
    margin: 0 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.renzheng {
    width: 100%;
    margin: 5px auto 0;
    padding-bottom: 20px;
    overflow: hidden;
    height: auto;
}

.renzheng ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.renzheng li {
    padding: 0;
    margin-right: 5px;
    float: left;
}

.renzheng li:last-child {
    margin-right: 0;
}

.renzheng img {
    height: 30px;
    display: block;
}

.youqing {
    max-width: 1180px;
    margin: 20px auto;
}

.youqing li {
    padding: 5px;
    color: #ffffff;
}

.youqing li a {
    color: #ffffff;
}

#footer_bottom {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 34px;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.copyright li,
.copyright a {
    color: #fff;
    line-height: 150%;
}

.arrowR {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#footer_top {
    width: 1200px;
}

#footer_list {
    float: left;
    width: 60%;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.footer_li {
    width: 124px;
}

.footer_li:last-child {
    flex: 1;
    margin-right: 0;
}

/*.footer_kindns {*/
/*    height: 118px;*/
/*    !*float: left;*!*/
/*}*/

.footer_kindns img {
    height: 100%;
}

.footer_kindns a {
    display: inline-block;
    width: 118px;
    height: 118px;
}

.footer_kindns_hr {
    background-color: #4E5573;
    width: 1px;
    float: left;
    height: 125px;
    margin-right: 20px;
    margin-top: 24px;
}

.tel {
    float: left;
    height: 44px;
    line-height: 44px;
    color: #b6ccff;
    font-size: 15px;
    background: url(https://webstatic.xdns.cn/web.xdns.cn/images/tel.png) left center scroll no-repeat;
    padding-left: 30px;
    margin-right: 15px;
}

.tel a {
    color: #b6ccff;
}

.login {
    height: 63px;
    line-height: 63px;
}

.login a {
    color: #fff;
    font-size: 15px;
    padding: 0px 10px;
}

/*.login a:hover {*/
/*    color: #fc9336;*/
/*    text-decoration: none;*/
/*}*/

.menu {
    list-style: none;
    text-align: center;
    display: block;
    margin: 0 15px;
}

.nav {
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.content-top .nav li {
    float: left;
    position: relative;
    z-index: 3;
    font-size: 15px;
    height: 63px;
    line-height: 63px;
    width: auto;
}

.yysl .row {
    display: flex;
}

.yysl .row > * {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

.content-top .nav > li:hover>h2>a {
    /*background: #fc9336;*/
    color: #D9D9D9;
}

/*.content-top li a,*/
/*.content-top .nav  li a {*/
/*    color: #fff;*/
/*}*/

.nav li a {
    color: #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 20px;
}

.nav li a:focus {
    -moz-outline-style: none;
    outline: none;
}

.nav li .sub-nav {
    position: absolute;
    top: 63px;
    left: 0;
    list-style: none;
    background-color: #303030;
    display: none;
    width: 100%;
}

.nav li .sub-nav li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.nav li .sub-nav li a {
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.ant-tabs-ink-bar {
    display: none;
}

.ant-tabs-tab {
    position: relative;
}

.ant-tabs-tab.ant-tabs-tab-active::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    bottom: 0;
    background-color: #1890ff;
    border-radius: 5px;
}

.login_href {
    padding: 0 5px;
}

.login_href img {
    height: 20px;
    padding-right: 10px;
}

.login_href a {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

.ant-tabs-nav-boce {
    background-color: #fff;
}

.sec {
    max-width: 1200px;
    margin: 0 auto 20px;
}

.ant-col .ant-form-item.mb0 {
    margin: 6px 0;
}

.ant-tabs-tab-btn,
.ant-tabs-tab-remove {
    color: #333;
}

.ant-col.bt10 {
    margin: 10px 0;
}

.navbar a {
    line-height: 240%;
}

.navbar .row {
    display: block;
}

.navbar .row li {
    display: inline-block;
    width: auto;
    text-align: center;
    white-space: nowrap;
}

.navbar .row li a {
    white-space: nowrap;
}


.content-top, .content-top-hoc {
    opacity: 1;
    background-color: #303030 !important;
}

.content-top .nav li a, .content-top-hoc .nav li a {
    color: #fff;
}

.content-top, .content-top-hoc {
    opacity: 1;
    color: #fff;
    background-color: #303030 !important;
}

.bearnav {
    position: absolute;
    top: 90px;
    width: 1200px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    z-index: 100;
}

.bearnav .sec-box {
    position: relative;
    background-color: transparent;
    z-index: 50;
}

.validation-message {
    color: #e74c3c;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.navbar .active::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    border-radius: 4px;
    background-color: #1890ff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec-box {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 4px;
}

.sec-box2 {
    padding: 40px 0;
}

.searchbox .sec-ch > .row {
    display: flex;
    min-width: 300px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.searchbox .sec-ch {
    display: flex;
    flex-wrap: wrap;
}

.searchbox .sec-ch > .row .col,
.searchbox .sec-ch > .row label {
    display: inline-block;
    width: auto;
    line-height: 100%;
}

.searchbox .form-control,
.searchbox .form-select {
    flex: 1;
    /*width: auto;*/
}

.yys-list th {
    min-width: 140px;
}

.yys-list td {
    background-color: #fff;
}

.yys-list th:last-child,
.yys-list td:last-child {
    position: sticky;
    right: 0;
    min-width: 240px;
}

.yys-list th:last-child:after,
.yys-list td:last-child:after {
    bottom: -1px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: box-shadow .3s;
    width: 30px;
    box-shadow: inset -10px 0 8px -8px #00000026;
}

body {
    background-color: transparent;
}

.bearnav2-search {
    position: relative;
    z-index: 20;
}

.navbar {
    width: 1200px;
    max-width: 100%;
}

.bearnav2-search > .ant-card-body {
    position: relative;
    padding: 150px 20px 20px;
    margin: 0 auto;
    background: url("/static/images/banner1.png") no-repeat center right / auto 100%;
    z-index: 20;
}

.bearnav2-search > .ant-card-body .ant-form {
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 100%;
    /*margin-left: 0;*/
}

.bearnav2-search:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: #c6e6fe;
}

.bearnav2-search:before {
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 100vw;
    background-color: #ebf4ff;
    z-index: 1;
}

.bc-container, .bc-container1200 {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

.bc-container1200 {
    width: 1200px;
}

.mapbox {
    height: 500px;
}

.cover {
    width: 100%;
    height: 100%;
}

.db {
    display: block;
}

.boc-box1 {
    padding: 40px 0 72px;
    background-color: rgba(252, 252, 254, 1);
}

.por {
    position: relative;
}

.boce-root {
    background-color: #fff;
}

.boce-root h4 {
    color: rgba(24, 144, 255, 1);
    font-size: 28px;
    text-align: center;
}

.boce-root h4 + h4 {
    color: rgb(217, 217, 217);
    font-size: 16px;
    line-height: 120%;
}

.boc-box1 .boc-box1-content {
    width: 1200px;
    margin-top: 32px;
    padding: 52px 50px 20px;
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.boc-box1-content-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detailBox {
    width: 50%;
    padding: 0 32px 32px;
    display: flex;
}

.detailBox .img {
    /*display: inline-block;*/
    width: 24px;
    height: 24px;
    margin-right: 11px;
}

.boce-root h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.boce-root p {
    font-size: 14px;
    color: #666666;
    line-height: 150%;
}

.text-desc {
    flex: 1;
}

.boc-box2 {
    padding: 40px 0 90px;
    background: url("/static/images/bc-test2.svg") no-repeat center 291px / 308px 229px, url("/static/images/bc-test.png") no-repeat center center / 100% 100%;
}

.boc-box2-content {
    margin: 64px 0 0;
}

.boc-box2-content .bc-container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boc-box2-detail {
    position: relative;
    padding: 14px 24px 18px;
    margin: 0 0 48px;
    border-radius: 10px;
    background-color: #fff;
    width: 405px;
    box-shadow: 0 4px 10px 0 #0000001A;

}

.boc-box2-detail .box-cir {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1890FF1A;
}

.boc-box2-detail:nth-child(2n-1) .box-cir {
    right: 36px;
}

.boc-box2-detail:nth-child(2n) .box-cir {
    left: 36px;
}

.boc-box2-detail .box-cir:after {
    content: "";
    position: absolute;
    border-top: 1px dashed #B7B7B7;
    top: 50%;
    width: 64px;
}

.boc-box2-detail:nth-child(2n) .box-cir:after {
    left: -66px;
}

.boc-box2-detail:nth-child(2n-1) .box-cir:after {
    right: -66px;
}

.box-cir:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background: #1890FF;
}

.boc-box2-detail h5 {
    line-height: 26px;
}

.boc-box3 {
    padding: 62px 0 90px;
    height: 800px;
    background: url("/static/images/bc-qanda.png") no-repeat center center / 100% 100%;
}

.boc-box3-content {
    margin: 48px 0 0;
}

.boc-box3 .box1 {
    padding: 0 46px 0 86px;
    background: #FFFFFF66;
    box-shadow: 0px 4px 10px 0px #0000001A;
}

.boc-box3 .box2 {
    background: #FFFFFF66;
    box-shadow: 0px 4px 10px 0px #0000001A;
}

.boc-box3 .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    padding: 24px 43px 24px 86px;
}

.boc-box3 .ant-collapse > .ant-collapse-item > .ant-collapse-header:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url("/static/images/bc-q.svg") no-repeat center center/100% 100%;
    left: 46px;
    transform: translateY(2px);
}

.boc-box3 .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
    position: relative;
    padding: 24px 83px;
}

.boc-box3 .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url("/static/images/bc-a.svg") no-repeat center center/100% 100%;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
}


.boc-box3-detail h5:before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background: url("/static/images/bc-q.svg") no-repeat center center/100% 100%;
    left: -38px;
    transform: translateY(2px);
}

.boc-box3 .ant-collapse-item {
    position: relative;
    transition: background-color .3s;
}

/*.boc-box3 .ant-collapse-item:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    !*width: 100%;*!*/
/*    height: 0;*/
/*    width: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    border-top: 2px solid #1890FF;*/
/*    transition: width .3s;*/
/*}*/
.boc-box3 .ant-collapse-ghost {
    position: relative;
}

.boc-box3 .ant-collapse {
    border-top: 3px solid #1890FF;
}

.boc-box3 .ant-collapse-item-active:before {
    width: 100%;
}

.boc-box3 .ant-collapse-item-active {
    background-color: #E9F3FF;
}

.boc-box3 p {
    line-height: 24px;
    font-size: 16px;
}

.boc-box3 .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
    font-size: 18px !important;
}

.dib {
    display: inline-block;
}

.boc-box4 {
    display: none;
    padding: 40px 0 64px;
    background-color: #F7F9FC;
}

.boc-box4-content {
    margin-top: 30px;
}

.boc-box4-content .bc-detail4 {
    width: 584px;
    height: 290px;
    background-color: #fff;
    padding-bottom: 16px;
    box-shadow: 0px 4px 10px 0px #0000001A;
}

.bcd-top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #E5E5E5;
}

.bcd-top h5 {
    color: #1890FF;
    padding: 15px 37px 7px 24px;
    margin-bottom: 0;
}

.bcd-top h5:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 1px;
    background-color: #1890FF;
}

.bcd-top a {
    color: #9D9D9D;
    font-size: 12px;
    margin-right: 24px;
    margin-bottom: 7px;
}


.bcb-title p {
    display: flex;
    flex: 1;
}

.bcb-title p span:nth-child(1) {
    font-size: 20px;
    margin-right: 5px;
}

.bcb-title p span:nth-child(2) {
    flex: 1;
}

.bcb-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 0;
    line-height: 150%;
}

.bcb-title span span:nth-child(1) {
    font-size: 20px;
}

.bcb-title > span {
    font-size: 12px;
    color: #9D9D9D;
}

/*.bcb-title:before {*/
/*    content: "·";*/
/*    font-size: 18px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: ;*/
/*}*/
.bcb-title span {
    font-size: 14px;
}

.boc-box4-content .bc-container1200 {
    display: flex;
    justify-content: space-between;
}


.bcb-title p span:nth-child(2) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}

#footer_list h6 {
    color: #DCDEE7;
    font-size: 14px;
    margin-bottom: 12px;
    cursor: default;
}

#footer_list a {
    color: #A1A5B4;
    font-size: 12px;
}

.kfphone {
    font-size: 16px;
    font-weight: 700;
    color: #1890FF;
    line-height: 100%;
    margin-bottom: 6px;
}

.kfphone-ul li p {
    color: #A1A5B4;
    font-size: 12px;
}

.kfphone-addr {
    display: flex;
}

.kfphone-addr span:nth-child(2) {
    flex: 1;
}

.layout > aside {
    z-index: 66;
}

.logo_box {
    width: 100%;
}

.ant-layout-header {
    width: 100%;
    padding-left: 190px !important;
    position: fixed;
    right: 0;
    top: 0;
}

.ant-layout-header + div, .ant-layout-header + main {
    margin-top: 80px !important;
}

#root > section > aside {
    position: relative;
    width: 190px !important;
    min-width: 190px !important;
    z-index: 99;
}

#root > section > aside .ant-layout-sider-trigger {
    display: none;
    border: 1px solid #00000005;
}

/*.other-btn {*/
/*    margin-top: -40px;*/
/*}*/

#root > section > section {
    margin-left: 190px !important;
}

.layout-header {
    height: 64px;
    background-color: #293C69 !important;

}


header .ant-menu-horizontal {
    border-bottom: 0;
}

header .ant-menu {
    box-sizing: border-box;
    font-variant: tabular-nums;
    font-feature-settings: "tnum";
    margin: 0;
    padding: 0;

    color: #FFFFFF;
    font-size: 16px;
    line-height: 32px !important;
    text-align: center;
    list-style: none;
    background: rgba(41, 60, 105, 1);
    outline: none;
    box-shadow: initial;
    transition: background .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s;
}

.ant-menu-root.ant-menu-inline, .ant-menu-submenu-arrow, .ant-menu-submenu-expand-icon, aside .ant-menu-submenu-inline ul span {
    color: #fff !important;
}

aside .ant-menu-sub.ant-menu-inline > .ant-menu-item:hover, aside .ant-menu-sub.ant-menu-inline > .ant-menu-item.ant-menu-item-selected {
    background: linear-gradient(90deg, rgba(1, 131, 252, 0.4) 0%, rgba(1, 78, 150, 0.4) 100%);
}

aside .ant-menu-sub.ant-menu-inline > .ant-menu-item.ant-menu-item-selected:after {
    opacity: 1;
}

aside .ant-menu-sub.ant-menu-inline > .ant-menu-item:after {
    content: "";
    position: absolute;
    right: 1px;
    top: 0;
    height: 34px;
    left: auto;
    width: 4px;
    border: none !important;
    opacity: 0;
    z-index: 10;
    background-color: rgb(1, 131, 252);
    transform: none;
    overflow: hidden;
}

.ant-menu-sub.ant-menu-inline {
    background-color: #111D39;
}

.ant-menu, .ant-menu-root.ant-menu-inline,
.ant-layout-sider-light {
    background: #1C2A4A;
}

.ant-layout-sider-light {
    background-color: #f0f2f5;
}

header .ant-menu-horizontal > .ant-menu-item {
    width: 100px;
    height: 32px;
    border-radius: 29px;
    background: #2E3D51;
    margin: 0 2px;
}

header .ant-menu-horizontal > .ant-menu-item:hover {
    background: linear-gradient(270deg, #0085FF 0%, #0C71D8 100%);
    box-shadow: 0px 12px 14px -6px #0183FC;
    color: #FFFFFF !important;
}

header .ant-menu-horizontal > .ant-menu-item:after {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    border-bottom: 0px solid transparent;
    transition: border-color .3s cubic-bezier(.645, .045, .355, 1);
    content: "";
    border: 0 !important;
}

header .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected {
    color: #1890ff !important;
    background: linear-gradient(270deg, #0085FF 0%, #0C71D8 100%) !important;
    /*box-shadow: 0px 12px 14px -6px #0981F199 !important;*/
}

header .layout-header-left {
    padding-left: 34px;
}

aside .ant-menu-sub.ant-menu-inline > .ant-menu-item {
    position: relative;
    height: 34px;
    line-height: 34px;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background: linear-gradient(270deg, rgba(7, 124, 236, 0.13) 0%, rgba(7, 124, 236, 0) 103.95%);
}

.layout-header-right-item {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

.ant-layout-header {
    line-height: inherit;
}

.ant-menu-light .ant-menu-submenu-title:hover {
    color: #077CEC;
}

.icon_black, .icon_act {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
}

.icon_black svg, .icon_act svg {
    /*width: 100%;*/
    height: 100%;
    vertical-align: top;
}

.icon_act {
    display: none;
}

aside .ant-menu-item-selected .icon_act, aside .ant-menu-submenu-selected > .icon_act, aside .ant-menu-submenu-selected > div .icon_act {
    display: block;
}

aside .ant-menu-item-selected .icon_black, aside .ant-menu-submenu-selected > .icon_black, aside .ant-menu-submenu-selected > div .icon_black {
    display: none;
}

.auth-card .ant-descriptions + .ant-row .ant-card,
.auth-card .ant-descriptions-item .ant-card {
    background-color: #fcfcfc;
}

.auth-card .ant-descriptions + .ant-row .ant-card-meta-detail {
    flex: 1;
}

.ant-menu-item-active:hover .icon_act, .ant-menu-submenu-active:hover div .icon_act {
    display: block;
}

.ant-menu-item-active:hover .icon_black, .ant-menu-submenu-active:hover div .icon_black {
    display: none;
}

aside .ant-menu-title-content {
    margin-left: 10px;
}

aside .ant-menu-submenu-inline ul span {
    color: #8E8E8E;
}

aside .ant-menu-item:hover span {
    color: #1890ff;
}

aside .ant-menu-item-selected > span {
    color: #1890ff !important;
}

/*探针管理*/
.tzgl {
    flex: 1;
}

.tzgl .page-detail-warp {
    height: 100%;
}

.jbxx_form {
    width: 100%;
}

.jbxx_form .ant-col-14 {
    flex: 50%;
    max-width: 50%;
}

.jbxx_form .ant-switch-checked .ant-switch-handle {
    left: auto;
    right: 2px;
}

.jbxx_form .ant-switch {
    min-width: 32px;
}

.jbxx_form > div {
    width: 50%;
    display: inline-block;
}

.jbxx_form .ant-form-item-label {
    text-align: left;
}

.jbxx_form .ant-input-number {
    width: 72%;
}

.jbxx_form .ant-select {
    width: 72% !important;
    width: 100% !important;
}

.jbxx_form .btn_Form_jbxx_box {
    width: 90%;
    text-align: center;
}

.btn_Form_jbxx_box .ant-form-item-control {
    display: inline-block;
    margin: 0 auto;
}

.btn_Form_jbxx1 {
    margin-right: 20px;
}

.hbxx_hr {
    border: 0;
    border-top: 2px dashed #E8EAEC;
    margin-bottom: 32px;
}

.hbxx_hr2 {
    border: 0;
    border-top: 0px solid #E8EAEC;
}

/*.nav_tzgl {*/
/*    height: calc(100% - 40px);*/
/*}*/

.nav_tzgl .ant-tabs-content-holder {
    height: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 0 4px 4px 4px;

}

.tzgl2.page-detail-warp {
    margin: 0;
    padding: 16px;
}

.tzgl2 .ant-form-item {
    font-size: 14px;
    margin: 0 0 32px;

}

.tzgl2 .ant-form-item-label > label {
    font-size: 16px;
    color: #333333;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab {
    position: relative;
    max-width: 130px;
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    height: 36px;
    margin-left: 0;
    background: rgba(225, 230, 237, 1) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    margin-right: 6px;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:not(:first-child) {
    /*margin-left: -16px;*/
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(1) {
    z-index: 12;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(2) {
    z-index: 11;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(3) {
    z-index: 10;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(4) {
    z-index: 9;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(5) {
    z-index: 8;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(6) {
    z-index: 7;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(7) {
    z-index: 6;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(8) {
    z-index: 5;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(9) {
    z-index: 4;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(10) {
    z-index: 3;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(11) {
    z-index: 2;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab:nth-child(12) {
    z-index: 1;
}

/*.nav_tzgl>.ant-tabs-nav>.ant-tabs-nav-wrap>.ant-tabs-nav-list>.ant-tabs-tab::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 100%;*/
/*    width: 0px;*/
/*    height: 0px;*/
/*    border-top: 32px solid transparent;*/
/*    border-left: 32px solid #F9FAFC;*/

/*}*/

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab.ant-tabs-tab-active {
    background: #FFFFFF !important;
    z-index: 15;
    position: relative;
    overflow: hidden;
}

.nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab.ant-tabs-tab-active::before {
    /*border-left: 32px solid #FFFFFF;*/
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(1, 131, 252, 1);
}

.tzgl .ant-tabs-ink-bar, .ant-tabs-top > .ant-tabs-nav:before, .ant-tabs-top > div > .ant-tabs-nav:before {
    bottom: -3px !important;
    display: none;
}

/*.nav_tzgl>.ant-tabs-nav>.ant-tabs-nav-wrap>.ant-tabs-nav-list>.ant-tabs-tab .ant-tabs-tab-btn {*/
/*    !*margin-left: -16px;*!*/
/*    margin-left: 12px;*/
/*}*/

.tzgl .ant-tabs-nav {
    margin-bottom: 0;
    height: 32px;
}

.tzgl .ant-switch {
    width: 32px;
    height: 16px;

}

.tzgl .ant-switch-handle {
    width: 12px;
    height: 12px;
    top: 2px;
}

.tzgl .ant-form-item {
    line-height: 16px;
}

.tzgl .ant-input-number-input {
    height: 32px;
}

.tzgl2 .ant-col-6 {
    flex: 0 0 25%;
    max-width: 25%;
}

.tzgl .sjrz_box .ant-col-6 {
    flex: 0 0 33%;
    max-width: 33%;
}

.tb_box .ant-pro-card-header {
    padding: 0;
    padding-bottom: 0;
}

.xtjk_title {
    font-family: PingFang SC;
    font-size: 20px !important;
    font-weight: 600;
    text-align: left;
    color: rgba(34, 34, 34, 1) !important;
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px !important;
}

.xtjk_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #0381F7 0%, rgba(3, 129, 247, 0) 152.5%);

}

.tb_box .ant-col-4 {
    flex: 0 0 23.666667%;
    max-width: 23.666667%;
}

.tb_box .ant-select {
    font-size: 16px;
    font-weight: 400;
    color: #333333;

}

.tb_box .ant-pro-card-body {
    padding: 0 !important;
}

.tb_box .ant-segmented {
    padding: 0;
    margin-left: 30px;
}

.tb_box .ant-segmented-item-selected {
    color: #0C71D8;
}

.jkli_4 .ant-pro-card-col {
    width: 24%;
    margin-right: 16px;
}

.jkli_4 .ant-pro-card-col:last-child {

    margin-right: 0;
}

.tb_box .ant-pro-card.ant-pro-statistic-card.fz_li2 {
    min-width: 256px;
    width: 100%;
    height: 180px;
    background: linear-gradient(270deg, #ECF2FF 0%, #EFF3FE 98.38%);
    border: 1px solid #DAE6FF;
    border-radius: 8px;
}

.tb_box .ant-pro-card.ant-pro-statistic-card.cpu_li2 {
    min-width: 256px;
    width: 100%;
    height: 180px;
    background: linear-gradient(270deg, #ECE9FF 0%, #F5F5FF 98.38%);
    position: relative;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #E5E1F9
}

.tb_box .ant-pro-card.ant-pro-statistic-card.nc_li2 {
    min-width: 256px;
    width: 100%;
    height: 180px;
    background: linear-gradient(270deg, #E3F8FF 0%, #EFFBFF 98.38%);
    position: relative;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #C2E0F2
}

.tb_box .ant-pro-card.ant-pro-statistic-card.cp_li2 {
    min-width: 256px;
    width: 100%;
    height: 180px;
    background: linear-gradient(270deg, #D2EAFF 0%, #EBF5FF 98.38%);
    position: relative;
    margin-right: 0px;
    border-radius: 8px;
    border: 1px solid #AED4FF
}

.tb_hr {
    width: 100%;
    height: 1px;
}

.fz_li2, .cpu_li2, .nc_li2, .cp_li2 {
    padding: 18px 0 22px 20px;
    position: relative;
    overflow: hidden;
    font-size: 0;
}


.fz_li2::before, .cpu_li2::before, .nc_li2::before, .cp_li2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 215px;
    height: 215px;
    background: linear-gradient(338.74deg, #FFFFFF -21.76%, rgba(255, 255, 255, 0) 34.72%);
    border-radius: 50%;
}

.fz_name1 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #343E7A99;
    margin-bottom: 0px;
}

.cpu_li2 .fz_name1 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #523F8099;
    margin-bottom: 0px;
}

.nc_li2 .fz_name1 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1D647E99;

    margin-bottom: 0px;
}

.cp_li2 .fz_name1 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1D559499;
    margin-bottom: 0px;
}

.laad_box {
    width: 100%;
}

.laad_box3 {
    display: flex;
    align-content: center;
    margin-top: 18px;
}

.ant-pro-card-statistic + .ant-pro-card-statistic {
    margin-top: 0;
}

.laad_box_li {
    width: 50%;
}

.laad_box_li_top {
    width: 100%;
}

.fz_li2 .ant-statistic.ant-pro-card-statistic-layout-vertical .ant-statistic-content-value {
    font-size: 24px;
    font-weight: 600;
    color: #36CE00;
    text-shadow: 0px 7px 12px #36CE004D;

}

.cpu_li2 .ant-statistic.ant-pro-card-statistic-layout-vertical .ant-statistic-content-value {
    font-size: 36px;
    font-weight: 600;
    color: #523F80;
    margin-top: -10px;

}

.nc_li2 .ant-statistic.ant-pro-card-statistic-layout-vertical .ant-statistic-content-value {
    font-size: 32px;
    font-weight: 600;
    color: #1D647E;
    margin-top: -10px;

}

.cp_li2 .ant-statistic.ant-pro-card-statistic-layout-vertical .ant-statistic-content-value {
    font-size: 32px;
    font-weight: 600;
    color: #1D5594;
    margin-top: -10px;

}

.cpu_li2 .ant-statistic-content-suffix {
    font-size: 12px;
    font-weight: 400;
    color: #523F80;
    margin-top: -10px;

}

.nc_li2 .ant-statistic-content-suffix {
    font-size: 12px;
    font-weight: 400;
    color: #1D647E;
    margin-top: -10px;

}

.cp_li2 .ant-statistic-content-suffix {
    font-size: 12px;
    font-weight: 400;
    color: #1D5594;
    margin-top: -10px;

}

.tb_box .ant-pro-card-statistic-layout-vertical {
    height: 54px;
    position: relative;
    z-index: 5;
}

.fz_li2 .ant-pro-card-statistic-layout-inline .ant-statistic-content {
    color: #343E7A;
    font-size: 14px;
    font-weight: 400;

}

.cpu_li2 .ant-pro-card-statistic-layout-inline .ant-statistic-content {
    color: #523F80;
    font-size: 14px;
    font-weight: 400;

}

.nc_li2 .ant-pro-card-statistic-layout-inline .ant-statistic-content {
    color: #1D647E;
    font-size: 14px;
    font-weight: 400;

}

.cp_li2 .ant-pro-card-statistic-layout-inline .ant-statistic-content {
    color: #1D5594;
    font-size: 14px;
    font-weight: 400;

}

.fz_li2 .ant-pro-card-statistic .ant-statistic-title {
    color: #A6AEDD;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.cpu_li2 .ant-pro-card-statistic .ant-statistic-title {
    color: #BFB7D6;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.nc_li2 .ant-pro-card-statistic .ant-statistic-title {
    color: #8AB6C6;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.cp_li2 .ant-pro-card-statistic .ant-statistic-title {
    color: #8FAFD0;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.time_box {
    margin-bottom: 20px !important;
}

.time_box .ant-col-16 {
    flex: 1;
    max-width: 100%;
}

.tb_box .ant-statistic {
    line-height: normal;
}

.tb_box .ant-statistic-title {
    margin-bottom: 0;
}

.laad_box2 {
    position: relative;
    z-index: 5;
}

.fz_li .ant-pro-card-col {
    margin-right: 16px;
}

.fz_li .ant-pro-card-col:last-child {
    margin-right: 0px;
}

.tb_box .ant-pro-card-border, .tb_box .ant-pro-card-header-border, .tb_box .ant-pro-card-split-horizontal, .tb_box .ant-pro-card-split-vertical {
    border: 0;
}

.cpu_nc {
    margin-top: 26px;
}

.tb_line {
    height: 277px;
    border: 1px solid #DCDCDC;
    background: #FCFCFC;
    border-radius: 8px;
    overflow: hidden;
}

.tb_box .ant-pro-card-contain-card > .ant-pro-card-body {
    justify-content: space-between;
}

.tb_line_box {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.tb_line {
    width: 45%;
}

.tb_line_box .tb_line:first-child {
    margin-right: 15px;
}

.hx_top_li td span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
}

.hx_top_li td:first-child span {
    color: #87B1D6;
    white-space: nowrap;
}

.hx_top_li td:last-child span {
    color: #00447F;
    padding-left: 10px;
}

.th_top_box_table {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.th_top_box_tr {
    display: flex;
    align-items: center;
    width: 100%;
}

.th_top_box_th {
    flex: 0.8;
    /*flex: 1;*/
}

.th_top_box_td {
    flex: 0.2;
    /*flex: none;*/

}

.tzgl2 h3.ant-typography {
    margin-top: 32px !important;
}

/*.tzgl2 .ant-segmented{*/
/*    display: none;*/
/*}*/
.mar_b18 {
    margin-bottom: 18px !important;
}

.table_li table {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    table-layout: fixed !important; /* 让所有列宽度平分表格宽度 */
    border-collapse: collapse; /* 移除单元格之间的边距 */
}

.table_li table > colgroup {
    display: none;

}

.tzgl .ant-table-thead > tr > th {
    /*background: #F4F7F9;*/
    /*border-bottom: 1px solid #BFE0FF;*/
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    height: 40px;
    padding: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.table_li .ant-table-thead > tr > th:first-child {
    padding-left: 44px !important;
}

.tzgl .ant-table-thead > tr > th::before {
    width: 0px !important;

}

.tzgl .ant-table-tbody > tr > td {
    border-bottom: 1px solid #EFEFEF;
    height: 40px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
}

.table_li .ant-table-tbody > tr > td:first-child {
    padding-left: 44px;
}

.tzgl tbody tr:nth-child(2n) td {
    background: #FCFCFC;

}

.table_jdt {
    display: flex;
    align-items: center;
}

.table_jdt span {
    flex: none;
    display: inline;
    width: auto;
}

.sjxq_box2 form {
    padding-right: 20%;
    position: relative;
}

.sjxq_box2 form > div {
    margin: 0 !important;
}

.sjxq_box2 form .ant-col-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

.tzgl form .ant-row.ant-row-start > div:last-child {
    position: absolute;
    right: 0;
    padding-right: 0 !important;
    top: 0;
}

.tzgl .ant-pro-table-search form .ant-row.ant-row-start > div:last-child {
    position: relative;
}

.tzgl form .ant-row.ant-row-start > div {
    padding-left: 0 !important;
    padding-right: 36px !important;
}

.tzgl .ant-pro-table .ant-pro-table-search {
    padding: 0;
    margin: 0;
}

.tzgl .ant-pro-card-body {
    padding: 0 !important;
}

.sjxq_box .ant-col-6 {
    flex: 0 0 33%;
    max-width: 33%;
}

.sjxq_box_2 {
    margin: 0;
}

.sjxq_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.sjxq_box .ant-table-thead > tr > th {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    border-bottom: 1px solid #BFE0FF;
    background: #F4F7F9;
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 40px;

}

.sjxq_box .ant-pro-field-index-column-border {
    background: transparent;
    color: #000000;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.sjxq_box .ant-tag {
    margin: 0;
    border-radius: 4px;
    white-space: nowrap;
}

.sjxq_box table tr:nth-child(-n+3) td .ant-pro-field-index-column-border {
    color: #0381F7;
}

.sjxq_box table tr td:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    white-space: nowrap;
}

.sjxq_box table tr td:last-child {
    white-space: nowrap;
}

.sjxq_box table tr th:nth-child(3), .sjxq_box table tr th:nth-child(4), .sjxq_box table tr th:nth-child(5) {
    text-align: center;
}

.sjxq_box table tr td:nth-child(3), .sjxq_box table tr td:nth-child(4), .sjxq_box table tr td:nth-child(5) {
    text-align: center;
}

.sjxq_box table tr td:nth-child(3) .ant-tag {
    background: #D8ECFF;
    border: 0;
    color: #0381F7;
    font-size: 12px;
}

.sjxq_box table .ant-tag-green {
    background: #EDFFF4;
    border: 0.8px solid #00C74F;
    color: #00C74F;

}

.sjxq_box table .ant-tag-red {
    color: #FE2121;
    border: 0.8px solid #FE2121;
    background: #FFECEC;

}

.sjxq_box table tr td {
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-bottom: 1px solid #EFEFEF;
    height: 40px;
}

.tzgl table {
    border-radius: 15px 15px 0 0;
    /*overflow: hidden;*/
}

.tzgl table tbody tr:nth-child(2n) td {
    background: #FCFCFC;

}

.sjxq_box .ant-table-pagination.ant-pagination {
    margin: 26px 0;
}

.tzgl .ant-pagination-total-text {
    color: #B5C0CA;
    font-size: 14px;
    font-weight: 400;

}

.tzgl .ant-pagination-prev, .tzgl .ant-pagination-next, .tzgl .ant-pagination-item {
    border: 1px solid #B5C0CA;
    color: #B5C0CA;
    font-size: 14px;
    font-weight: 400;
    margin-right: 8px !important;
    border-color: #B5C0CA !important;
    border-radius: 4px;
}

.tzgl .ant-pagination-prev > button, .tzgl .ant-pagination-next > button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tzgl .ant-pagination.ant-pagination-mini .ant-pagination-item {
    line-height: 24px;
}

.inputGroupRefresh input, .inputGroupRefresh button {
    height: 50px !important;
}

.inputGroupRefresh button {
    font-size: 16px;
    width: 200px;
    margin-left: 20px;
}

.inputGroupRefresh .ant-form-item-label > label {
    font-size: 15px;
    font-weight: 700;
}

.inputGroupRefresh p {
    font-size: 12px;
}

.inputGroupRefresh .ant-checkbox + span {
    font-size: 12px;
    opacity: .6;
}

.inputGroupRefresh input {
    font-size: 16px;
    width: calc(100% - 350px) !important;
}

.tzgl .ant-pagination-item a {
    color: #B5C0CA;
    font-size: 14px;

}

.tzgl .ant-pagination-item-active {
    background: #1890FF;
    border: 0;
}

.tzgl .ant-pagination-item-active a {
    color: #FFFFFF;
}

.tzgl .ant-pagination-disabled {
    border: 0 !important;
    background: #F6F6F6;

}

.tzgl .ant-pagination-options {
    border-color: #B5C0CA !important;
    border-radius: 4px;
    color: #B5C0CA;
}

.tzgl .ant-pagination-options span {
    color: #B5C0CA;
}

.tzgl .sjrz_box {
    margin: 0;
}

.tzgl .ant-pro-table-list-toolbar-right {
    margin-bottom: 20px;
}

.tzgl .sjrz_box .ant-row.ant-row-start {
    margin: 0 !important;
}

.tzgl .sjrz_box .ant-table-thead > tr > th {
    padding: 0 !important;
    padding-left: 14px !important;
    padding-right: 8px !important;
}

.tzgl .sjrz_box .ant-table-tbody > tr > td {
    padding: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.tzgl .sjrz_box .ant-table-tbody > tr > td:first-child {
    padding-left: 14px !important;
}

.tzgl .sjrz_box .ant-table-tbody tr td:nth-child(1), .tzgl .sjrz_box .ant-table-thead tr th:nth-child(1) {
    padding-right: 24px !important;
}

.tzgl .sjrz_box form {
    padding-right: 20%;
    position: relative;
}

.tzgl .sjrz_box form .ant-col-8 {
    flex: 0 0 50%;
    max-width: 50%;
}

.tzgl .sjrz_box .ant-form-item-label {
    width: auto;
}

.tzgl .sjrz_box .pro-form-query-filter-actions .ant-form-item-label {
    width: auto;
}

.tzgl .sjrz_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.tzgl .mar_b18 {
    margin-bottom: 0 !important;
}

.tzgl .ant-pro-table-list-toolbar-right {
    margin-bottom: 0;
}

.tzgl .ant-pro-table-list-toolbar {
    margin-bottom: 18px;
}

.UniqueID_box {
    display: flex;
    align-items: center;
}

.UniqueID_li {
    /*width: auto;*/
    width: 40%;
}

.UniqueID_li:nth-child(2n-1) {
    margin-right: 48px;
}

.UniqueID_li .ant-col-6 {
    /*flex: 0 0 auto;*/
    max-width: 25%;
    text-align: left;
}

.UniqueID_li .ant-col-14 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
}

.UniqueID_li .ant-input[disabled] {
    /*width: 400px;*/
}

.llxkpz_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.llxkpz_box .ant-table-tbody > tr > td:first-child, .llxkpz_box .ant-table-thead > tr > th:first-child {
    padding-right: 24px !important;
}

.llxkpz_box table tr > th {
    padding: 0 !important;
    padding-left: 8px !important;
}

.llxkpz_box .ant-table-tbody > tr > td {
    padding: 0 !important;

}

.llxkpz_box .ant-table-tbody > tr > td:first-child {
    padding-left: 14px !important;
}

.llxkpz_box table tr > th:first-child {
    padding-left: 14px !important;
}

.kzmb_box p {
    margin-bottom: 0;
}

.kzmb_li1_box {
    flex: 1;
    height: 244px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
}

.kzmb_li1_cen {
    width: 100%;
    height: 244px;
    background: linear-gradient(180deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 89.06%);
    position: relative;
    top: 0px;
    padding: 30px;
    border-radius: 6px;
}

.kzmb_li1 {
    width: 50%;
    position: relative;
    z-index: 5;
}

.kzmb_li1_name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #33628C99;
    flex: none;
    width: 100%;
}

.kzmb_li1_txt {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #11395B;
    display: block;
    margin-bottom: 32px;
}

.kzmb_li1_top p {
    display: inline-block;
    width: 33%;
    position: relative;
    padding-left: 12px;
}

.kzmb_li1_top p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    width: 4px;
    background: linear-gradient(180deg, #0381F7 -30.65%, rgba(3, 129, 247, 0) 95.83%);

}

.kzmb_li1_last {
    position: relative;
    padding-left: 12px;
}

.kzmb_li1_last::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 41px;
    width: 4px;
    background: linear-gradient(180deg, #0381F7 -30.65%, rgba(3, 129, 247, 0) 95.83%);
}

.kzmb_li1_last span {
    margin: 0;
}

.kzmb_li2_li {
    width: 100%;
    height: 135px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    border-radius: 4px;
}

.kzmb_li2_R2 p:first-child {
    padding-left: 20px;
}

.kzmb_li2_R2 p:last-child {
    padding-right: 20px;
}

.kzmb_li2_name {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    display: block;
}

.kzmb_li2_txt {
    font-family: Rany;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    color: #252525;
    margin-top: 22px;
    display: block;
}

.kzmb_table {
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    position: relative;
    z-index: 9;
    margin-top: -50px;

}

.kzmb_li2_box {
    display: flex;
    width: 100%;
}

.kzmb_li2_L {
    margin-right: 16px;
    flex: 1 50%;
}

.kzmb_li2_R {
    flex: 1 50%;
}

.kzmb_li3_box {
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 16px;
    height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 70px;
}

.kzmb_td {
    background: #FFFFFF;
    border-radius: 4px;
    flex: 1 40%;
    margin-left: 16px;
    padding: 25px 56px;
    position: relative;
}

.kzmb_td_b {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #A6A6A6;
    right: 25px;
    bottom: 20px;
}

.kzmb_tr {
    flex: 1 60%;
}

.kzmb_li2_R2 {
    display: flex;
    justify-content: center;
}

.kzmb_li2_R2 > p {
    width: 50%;
    padding-top: 5px;
}

.kzmb_li2_R2 > p:first-child {
    border-right: 1px solid #E6E6E6;
}

.kzmb_li2_R2 > p span:first-child {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #808080;

}

.kzmb_li2_R2 > p span:last-child {
    display: block;
    text-align: center;
    font-family: Rany;
    font-size: 24px;
    font-weight: 400;
    margin-top: 8px;
}

.kzmb_td_li {
    height: 75px;
    padding: 26px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kzmb_td_li:last-child {
    border-bottom: 0;
}

.kzmb_li3_box_img {
    width: 42px;
    height: 42px;
    margin-right: 8px;
}

.kzmb_li3_box_img img {
    width: 100%;
    height: 100%;
}

.kzmb_li3_li {
    width: 30%;
    display: flex;
    align-items: center;
}

.kzmb_li3_name {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #909090;
    margin-bottom: -5px !important;
}

.kzmb_li3_txt {
    font-family: Rany;
    font-size: 24px;
    font-weight: 400;
    color: #252525;

}

.kzmb_td_li_L {
    display: flex;

}

.kzmb_td_li_L_img {
    width: 22px;
    height: 22px;
    flex: none;
    margin-right: 12px;
}

.kzmb_td_li_L_img img {
    height: 100%;
    margin-top: 0px;
}

.kzmb_td_li_L_name {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000000;

}

.kzmb_td_li_R_name {
    font-family: Rany;
    font-size: 24px;
    font-weight: 400;
    color: #252525;

}

.kzmb_footer {
    color: #C6C6C6;
    text-align: center;
    padding: 6px 25px;
}

.llrz_box form {
    padding-right: 20%;
    position: relative;
}

.llrz_box .ant-col-6 {
    flex: 0 0 33%;
    max-width: 33%;
}

.llrz_box .ant-row.ant-row-start {
    margin: 0 !important;
}

.llrz_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.llrz_box .ant-table-tbody tr td:nth-child(1), .llrz_box .ant-table-thead tr th:nth-child(1) {
    padding-right: 24px !important;
}

.llrz_box .ant-col-8 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

.llrz_box table tr > th {
    padding: 0 !important;
    padding-left: 8px !important;
}

.llrz_box table tr > th:first-child {
    padding-left: 14px !important;
}

.llrz_box .ant-table-tbody > tr > td {
    padding: 0 !important;

}

.llrz_box .ant-table-tbody > tr > td:first-child {
    padding-left: 14px !important;
}

.time_r_name {
    margin-right: 20px;
}

.time_r_r {
    background: #F7F8F9;
    border-radius: 4px;
}

.time_r .ant-radio-button-wrapper {
    border: 0;
    background-color: transparent;
    line-height: 32px;
}

.time_r .ant-radio-button-wrapper:before {
    width: 0;
}

.time_r .ant-radio-button-wrapper > span {
    padding: 3px 12px;

}

.time_r .ant-radio-button-wrapper-checked > span {
    background-color: #FFFFFF;
    /*display: inline-block;*/
    /*height: 100%;*/

}

.time_r .ant-radio-button-wrapper > .ant-radio-button:first-child {
    display: none;
}

.wkgl_box .ant-col-6 {
    flex: auto;
    max-width: 110px;
    text-align: left;
}

.wkgl_box .ant-checkbox-group {
    padding-top: 5px;

}

.wkgl_box label span {
    font-size: 16px;
}

.wkgl_box .ant-checkbox-inner {
    width: 16px;
    height: 16px;
    background: #F1F1F1;
    border: 1px solid #D9D9D9
}

.wkgl_box .ant-row {
    margin-bottom: 16px;
}

.wkgl_box .ant-row:last-child {
    margin-bottom: 0;
}

.wkgl_box .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #1890ff !important;
    border-color: #1890ff !important;
}

.wkgl_xg_btn {
    margin-left: 110px;
}

.wkgl_box {
    margin-bottom: 52px;
}

.bb_box_t1 {
    display: flex;
    align-items: center;
}

.bb_box_t1 svg {
    margin-left: 6px;
}

.bb_box .ant-pro-card-header {
    padding: 0;
}

.bb_box .ant-pro-card-border {
    border: 0;
}

.bb_box .ant-pro-card-header-border {
    padding-bottom: 16px;
    border-bottom: 0;
}

.bb_box .ant-col-6 {
    width: 477px;
    flex: none;
    max-width: inherit;
}

.bb_box .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-radius: 4px;
}

.bb_box .ant-select-multiple .ant-select-selection-item {
    background: #F3F7FB;
    color: #0381F7;
    font-size: 14px;
    height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
    margin-inline-end: 7px;
}

.bb_box .ant-picker {
    width: 228px;
    height: 32px;
}

.bb_xelx {
    width: 477px;
    margin-right: 24px;
    padding: 0 !important;
}

.bb_xe_time {

    padding: 0 !important;
}

.bb_box_t2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bb_box_t2_2 {
    display: flex;
    align-items: center;
}

.bbyl_btn {
    margin-right: 20px;
}

.bb_btn {
    border-radius: 4px;
}

.bb_xwsj_t {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 10px;
}

.PdfPage2 {
    margin-top: 15px;
}

.bb_xwsj_box2_name {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #6A6A6A;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb_xwsj_box2_txt {
    font-family: Rany;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #0381F7;
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
}

.bb_xwsj_box2 {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.bb_xwsj_box2_li {
    width: 15%;
    height: 116px;
    margin-left: 19px;
    box-shadow: 0px 4px 20px 0px #EFF1F6;
    border: 1px solid #BFE0FF;
    border-radius: 4px;
    padding-bottom: 23px;
    padding-top: 12px;
    position: relative;
}

.bb_xwsj_box2_li:first-child {
    margin-left: 0;
}

.bb_table {
    margin-top: 26px;
    margin-bottom: 32px;
}

.bb_table tr th:nth-child(1), .bb_table tr th:nth-child(2) {
    width: 40%;
}

.bb_table tr th:nth-child(1) {
    padding-left: 46px !important;
}

.bb_table tr th:nth-child(3) {
    width: 20%;
}

.bb_table tr td:nth-child(1), .bb_table tr td:nth-child(2) {
    width: 40%;
}

.bb_table tr td:nth-child(1) {
    padding-left: 46px !important;
}

.bb_table tr td:nth-child(3) {
    width: 20%;
}

.bb_echarbox {
    display: flex;
    align-items: center;
}

.bb_echarbox3 > div {
    width: 100%;
    height: 277px;
    background: #FCFCFC;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
}

.bb_echarbox > div {
    width: 50%;
    height: 277px;
    background: #FCFCFC;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    overflow: hidden;
}

.bb_echarbox2 > div:first-child {
    width: 60%;
}

.bb_echarbox2 > div:last-child {
    width: 40%;
}

.bb_echarbox > div:first-child {
    margin-right: 8px;
}

.bb_echarbox > div:last-child {
    margin-left: 8px;
}

.bb_echarbox_box {
    margin-bottom: 16px;
}

.bb_echarbox_title {
    margin-bottom: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 12px;

}

.bb_echarbox_box table {
    overflow: initial;
}

.bb_echarbox_box table tr td, .bb_echarbox_box table .ant-table-thead > tr > th {
    padding-left: 26px !important;
}

.tzjcpz_box {

}

.tzjcpz_name {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;

}

.tzjcpz_box .tzjcpz_text {
    border: 1px solid #D5D5D5;
    background: #FCFCFC;
    width: 100%;
    height: 187px;
    border-radius: 4px;
    margin-top: 4px;
    padding: 19px 32px;
}

.tzjcpz_box .ant-row {
    display: block;
}

.tzjcpz_box .ant-col-6 {
    flex: 1;
    max-width: initial;
    text-align: left;
}

.tzjcpz_box .ant-col-14 {
    display: block;
    flex: 1;
    max-width: 100%;
}

.tzjcpz_box.ant-form-item {
    margin-bottom: 24px;
}

.tzjcpz_btn .ant-col-16 {
    max-width: 100%;
    text-align: center;
}

.tzjcpz_btn .ant-col-offset-6 {
    margin-left: 0;

}

.tzjcpz {
    margin-top: 5px;
}

/*探针策略配置*/
.tzclpz_li {
    display: flex;
}

.tzclpz_li .ant-col-6 {
    flex: none;
    max-width: 100%;
}

.tzclpz_li > div:first-child {
    width: 182px;
    margin-right: 555px;
}

.tzclpz_li .ant-form-item-control-input-content {
    text-align: right;
}

.tzclpz_li .ant-row {
    display: flex;
    justify-content: space-between;
}

.tzgl .ant-switch {
    width: 44px;
    min-width: 32px;
}

.tzgl .ant-switch-checked .ant-switch-handle {
    left: calc(100% - 15px);
}

.tzclpz_li > div:first-child .ant-row .ant-form-item-label {
    width: 150px;
    text-align: left;
}

.tzclpz_li > div:first-child .ant-row .ant-form-item-control {
    width: 50px;
}

.tzclpz_li > div:last-child .ant-row .ant-form-item-control {
    width: 350px;
}

.tzclpz_li > div:last-child .ant-row .ant-form-item-label {
    width: 186px;
    text-align: left;
}

.tzclpz_btn {
    margin-top: 66px !important;
}

.tzclpz_btn .ant-btn {
    width: 104px;
    height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.tzclpz_btn .ant-col-offset-16 {
    margin-left: 0%;
}

.tzclpz_btn .ant-col-16 {
    display: block;
    flex: none;
    max-width: 100%;
}

.tzclpz_btn .ant-row {
    justify-content: center;
}

/*审计规则*/
.sjgz_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.sjgz_box .ant-table-thead > tr > th:first-child {
    padding-left: 13px !important;
    padding-right: 20px !important;
}

.sjgz_box .ant-table-tbody > tr > td:first-child {
    padding-left: 13px !important;
    padding-right: 20px !important;
}

.sjgz_box .ant-table-tbody > tr > td {
    padding: 0 8px !important;
    height: 40px;
}

.sjgz_box .ant-table-tbody > tr > td:nth-child(3), .sjgz_box .ant-table-thead > tr > th:nth-child(3) {
    width: 70%;
}

.sjgz_box .ant-table-tbody > tr > td:last-child, .sjgz_box .ant-table-thead > tr > th:last-child {
    width: 110px;
}

/*文件配置*/
.wjpz_form {
    max-width: 100% !important;
}

.wjpz_cen {
    /*width: 80% ;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wjpz_cen > div {
    width: 45%;
}

.wjpz_form .ant-col-6 {
    flex: none;
    max-width: 100%;
}

.wjpz_form .ant-col-14 {
    display: block;
    flex: none;
    max-width: 100%;
}

.wjpz_cen .ant-form-item-label > label {
    width: 170px;
}

.wjpz_cen .ant-form-item-control .ant-input {
    width: 350px;
}

.pzgl_btn {
    margin-top: 70px !important;
}

.pzgl_btn .ant-btn {
    width: 104px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    padding: 0;
}

.pzgl_btn .ant-col-offset-17 {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
}

/*邮箱配置*/
.yxpz_box {
    width: 100%;

}

.yxpz_box .ant-form-item-label {
    text-align: left;

}

.yxpz_box_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yxpz_box_ul > div {
    width: 45%;
}

.yxpz_box_ms {
    font-size: 12px;
    color: #E20F0F;
    position: absolute;
    left: 25%;
    top: 85px;
}

.yxpz_box_text {
    margin-bottom: 35px;
}

.yxpz_box_text textarea {
    height: 85px;
}

/*全局规则库*/
.qjgzk_box2 {
    padding-top: 10px;
}

.qjgzk_box2_li > div {
    display: block;
}

.qjgzk_box2_li > div .ant-col-8 {
    display: block;
    flex: none;
    max-width: 100%;
    text-align: left;
}

.qjgzk_box2_li .ant-input {
    font-size: 16px;
    padding: 0 12px;
    box-sizing: border-box;
    height: 32px;
}

.qjgzk_box2_li .ant-col-10 {
    display: block;
    flex: none;
    max-width: 70%;
}

.qjgzk_box2_li button {
    width: 57px;
    height: 32px;
    border-radius: 4px;
    margin-left: 15px;
}

.qjgzk_box2_li button svg {
    width: 20px;
    height: 20px;
}

.qjgzk_box .pzgl_btn {
    margin-bottom: 0;
}

.pzgl_btn .ant-col-10 {
    max-width: 100%;
}

.pzgl_btn .ant-form-item-control-input-content {
    text-align: center;
}

/*规则配置列表*/
.gzpzlb_box {
    margin: 0;
}

.gzpzlb_box table .ant-table-tbody > tr > td {
    padding: 0 8px !important;
}

.gzpzlb_box table tr th:first-child {
    padding-left: 13px !important;
    padding-right: 34px !important;
}

.gzpzlb_box table tr th:last-child {
    width: 110px;
}

.gzpzlb_box table tr th:nth-child(3) {
    width: 70%;
}

.gzpzlb_box table tr td:first-child {
    padding-left: 13px !important;
    padding-right: 34px !important;
}

.gzpzlb_box table tr td:last-child {
    width: 110px;
}

.gzpzlb_box table tr td:nth-child(3) {
    width: 70%;
}

.gzpzlb_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

/*规则库配置*/
.gzkpz_box {
    margin: 0;
}

.gzkpz_box .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.gzkpz_box table tr th:first-child {
    padding-left: 13px !important;
    padding-right: 34px !important;
}

.gzkpz_box table tr th:last-child {
    width: 110px;
}

.gzkpz_box table tr td:first-child {
    padding-left: 13px !important;
    padding-right: 34px !important;
}

.gzkpz_box table tr td:last-child {
    width: 110px;
}

.gzkpz_box table .ant-table-tbody > tr > td {
    padding-bottom: 0 !important;
}

/*保留策略配置*/
.blclpz_ul {
    display: flex;
    justify-content: space-between;
}

.blclpz_ul > div {
    width: 45%;
}

.blclpz_box > div {
    width: 100%;
}

.blclpz_box .ant-col-6 {
    flex: none;
    max-width: 100%;
}

.blclpz_box .ant-form-item-label {
    width: 170px;
    text-align: left;
    overflow: initial;
}

.blclpz_box .ant-col-14 {
    display: block;
    flex: 1 1;
    max-width: 58%;
}

.blclpz_box .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before {
    position: absolute;
    right: 100%;
}

.blclpz_form .pzgl_btn {
    margin-top: 40px !important;
}

.pzgl_btn .ant-col-offset-18 {
    margin-left: 0;
}

.pzgl_btn .ant-col-17 {
    max-width: 100%;
}

/*网卡管理*/
.wkgl_li > .ant-form-item-row {
    width: 100%;
}

.wkgl_li > .ant-form-item-row > .ant-col-14 {
    max-width: 100%;
}

.wkgl_li .ant-form-item-control-input .ant-checkbox-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wkgl_li .ant-form-item-control-input .ant-checkbox-group > .ant-row {
    min-width: 48%;
}

.xgwkxx_btn {
    width: 168px;
    line-height: normal;
    border-radius: 4px;
}

.xgwkxx_btn span {
    font-size: 16px;
}

.gxgzk_btn {
    width: 192px;
    border-radius: 4px;
    line-height: normal;
    margin-top: 32px;
}

.gxgzk_btn span {
    font-size: 16px;
}

.wkgl_box .gzpz_box {
    margin-top: 45px;
    width: 600px;
}

.yxlljk_btn {
    width: 162px;
    border-radius: 4px;
    margin-left: 110px;
    border: 1px solid #0381F7;
    color: #0381F7;
    font-size: 16px;
    line-height: normal;
}

.gblljk_btn {
    width: 162px;
    border-radius: 4px;
    line-height: normal;
    font-size: 16px;
    margin-left: 24px;
}

/*邮件管理*/
.yjhl_box {
    margin: 0;
}

.yjhl_box .ant-pro-card-body {
    padding: 0;
}

.tzgl2 .ant-pro-table-list-toolbar-container {
    padding: 0;
}

.xz_btn {
    border-radius: 4px;
}

.yjhl_box .ant-table-content {
    overflow-x: auto;
}

.yjhl_box .ant-table-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.yjhl_box .ant-table-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    background-color: #99a9bf;
}

.yjhl_box .ant-table-content::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 5px;
    background-color: #d3dce6;
}

.yjhl_box table {
    min-width: 1000px;
}

.yjhl_box table th {
    white-space: nowrap;
}

.yjhl_box table th:first-child {
    padding-left: 24px !important;
}

.yjhl_box table th:last-child {
    width: 110px;
}

.yjhl_box table td:first-child {
    padding-left: 24px !important;
}

.yjhl_box table th:nth-child(2), .yjhl_box table th:nth-child(3), .yjhl_box table th:nth-child(4) {
    text-align: center;
}

.yjhl_box table td:nth-child(2), .yjhl_box table td:nth-child(3), .yjhl_box table td:nth-child(4) {
    text-align: center;
}

.yjhl_box table td:nth-child(3) span {
    color: #0381F7;
    background: #D8ECFF;
    border-radius: 4px;
    height: 24px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 4px;
    padding: 0 8px;
    white-space: nowrap;
}

.yjhl_box table td:nth-child(3) span:last-child {
    margin-bottom: 0;
}

.yjhl_box table th:nth-child(6) {
    width: 150px;
}

.yjhl_box table td:nth-child(6) {
    width: 150px;
}

/*登陆*/
.login_left {
    overflow: hidden;
}

.login_left img {
    min-width: 100%;
    min-height: 100%;
    /*object-fit: cover;*/
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.login_logo {
    position: absolute;
    width: 200px;
    height: 37px;
    left: 41px;
    top: 47px;
}

.nor50p > .ant-col-12 {
    width: 50%;
}

.login_logo svg {
    width: 100%;
    height: 100%;
}

.login_yhxy_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9D9D9D;
    margin-bottom: 50px;
}

.login_right .login-form {
    max-width: 340px;
    min-width: 340px;
    margin: 0 auto;
}

.login-form .lo_ipt input, .login-form .lo_ipt span {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
}

.login_right .login_yhxy_box .ant-form-item {
    margin-bottom: 0;
    height: 32px;
}

.login_yhxy_box .ant-checkbox + span {
    color: #9D9D9D;

}

.login_yhxy {
    display: flex;
    align-items: center;
}

.login_yhxy_L {
    padding: 0 8px;
}

.yhxy_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    width: 800px;
    height: 800px;
    padding: 48px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.yhxy_txt1 {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.yhxy_txt1 p {
    font-size: 16px;
}

.yhxy_txt1 h3 {
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.yhxy_txt1::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.yhxy_txt1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #99a9bf;
}

.yhxy_txt1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #d3dce6;
}

.wyzx_box {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    background: #318EFF;
    width: 200px;
    margin: 32px auto;
    cursor: pointer;
}

/*邮件模板*/
.yjmbgl_box table {
    min-width: 1000px;
}

.yjmbgl_box table tr th {
    white-space: nowrap;
}

.yjmbgl_box table tr th:first-child, .yjmbgl_box table tr td:first-child {
    padding-left: 24px !important;
}

.yjmbgl_box table tr th:last-child, .yjmbgl_box table tr td:last-child {
    width: 70px;
}

.yjmbgl_box table tr td {
    padding: 0 8px !important;
}

.yjmbgl_box .ant-table-content {
    overflow-x: auto;
}

.yjmbgl_box .ant-table-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.yjmbgl_box .ant-table-content::-webkit-scrollbar-thumb {
    border-radius: 5px;

    background-color: #99a9bf;
}

.yjmbgl_box .ant-table-content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #d3dce6;
}

.ant-tabs.checktag > .ant-tabs-nav {
    margin: 0;
}

.ant-upload-hint {
    opacity: .5;
}

/*.mintab .ant-table-container {*/
/*    min-width: 1250px;*/
/*}*/
/*.ant-table-ping-right .ant-table-cell-fix-right-first:after,.mintab .ant-table-cell-fix-right-first:after, .ant-table-ping-right .ant-table-cell-fix-right-last:after {*/
/*    box-shadow: inset -10px 0 8px -8px #00000026;*/
/*}*/
.checktag .ant-pro-table .ant-pro-table-search {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ant-form-item {
    margin-bottom: 10px;
}

.checktag .ant-pro-table-list-toolbar-container {
    padding-top: 0;
}

.ant-pro-table-list-toolbar-container {
    padding-top: 10px;
}

.ant-pro-table .ant-pro-table-search {
    margin-bottom: 10px;
}

.checktag .ant-tabs-content-holder {
    padding: 10px 30px 10px;
}

.ant-btn-sm {
    height: 30px !important;
    padding: 2px 12px !important;
}

.checktag0 .ant-tabs-content-holder, .checktag0 .ant-pro-table .ant-pro-table-search, .checktag .ant-pro-table .ant-pro-card-body {
    padding: 10px 0 0;
}

.duan label {
    justify-content: center;
}

body:root {
    --main-zoom: 1;
}

.root {
    width: 100%;
}

/*html{*/
/*    zoom: var(--main-zoom);*/
/*}*/
.ant-select-dropdown {
    transform-origin: top center;
    transform: scale(1) translate(0, 0); /* 重置 transform */
    transition: transform 0.3s ease;
}

.ant-layout-sider .ant-menu-root.ant-menu::-webkit-scrollbar {
    display: none;
}

.ant-layout-sider .ant-menu-root.ant-menu {
    overflow-y: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    height: 100%;
    background-color: #1C2A4A;
    padding: 0 0 40px;
}

.ant-dropdown-trigger, .ant-select-selector, .layout-header-right-item, .ant-form-item-control-input-content {
    position: relative;
}

.ant-table.ant-table-middle .ant-table-tbody > tr > td {
    color: #464343FD;
}

.ant-table.ant-table-middle .ant-table-thead > tr > th {
    font-weight: 700;
}

.pageBox {
    width: 150px;
}

.s-btn-box .ant-btn {
    margin: 0 5px 5px 0;
}

.info-tab .ant-tabs-nav {
    width: 150px;
}

.dns-info {
    position: relative;
    display: block;
    height: 100%;
}

.dns-info > div {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    height: 100%;
}

.dns-info .dns-info-box .ant-card-body {
    padding: 10px 20px;
}

.dns-info .dns-info-box {
    width: 44%;
    margin-left: 1%;
}

.dns-info .dns-info-box .ant-descriptions-header {
    margin-bottom: 5px;
}

.dns-info .dns-info-box .ant-descriptions-bordered .ant-descriptions-item-label,
.dns-info .dns-info-box .ant-descriptions-bordered .ant-descriptions-item-content {
    padding: 0 10px;
}

.dns-info .dns-info-box .ant-layout-content > .ant-typography {
    color: #6A6A6A;
}

.layout-header-left .ant-menu-item {
    vertical-align: middle;
}

.domain-select {
    width: 300px;
}

.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more {
    padding: 0 5px;
}

.ant-pro-table-list-toolbar-left {
    white-space: nowrap;
}

.domain-config-handler {
    position: relative;
    top: -64px;
    display: inline-block;
    /*padding: 10px;*/
    /*background-color: #fff;*/
}

.host-save .ant-descriptions-title {
    white-space: normal;
    text-overflow: unset;
    font-size: 14px;
}

.domain-config-handler.other-btn {
    top: -40px;
}

.ant-modal {
    /*width: 1000px !important;*/
    max-width: 80%;
    min-height: 50vh;
}

.ant-modal .ant-form-item {
    margin-bottom: 30px;
}

.ant-form-horizontal > div {
    margin-bottom: 14px;
}

.ant-drawer-content .ant-form-horizontal > div {
    margin-bottom: 10px;
}

.ant-drawer-content .ant-tabs-tab {
    padding: 5px;
}

.ant-drawer-content .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    padding: 10px 0;
}

.ant-drawer-content .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
    padding: 5px 15px;
}

.ant-form-item-control-input-content input {
    background-color: #fff;
}

.ant-modal-confirm {
    width: 500px !important;
    /*min-height: 40vh;*/
}

.mtop > .ant-tabs-content-holder {
    padding-top: 20px;
}

.typeNodeTreeModel .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
    width: calc(100% - 50px);
}

.nodeLog .ant-tabs-content {
    overflow: auto;
}

.nodeLog .ant-tabs-tabpane {
    min-width: 500px;
    max-width: 100%;
}

.nodeLog .ant-card-body {
    padding: 0 0 50px;
}

.nodeLog .ant-card-head {
    padding: 0;
}

.collapsed .watermark {
    left: 0;
}

.watermark {
    position: fixed;
    top: 60px;
    left: 200px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 9999999;
    white-space: nowrap;
    /* background-color: #00000020; */
}

.wmimg {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .2;
}

.caaBox {
    display: flex;
    width: 100%;
}

.caaBox .ant-form-item {
    padding: 0 5px;
}

.caaBox .ant-form-item, .caaBox .ant-form-item-row {
    display: block;
}

.caaBox .ant-form-item-row:last-child {
    flex: 1;
}

.caaBox .ant-form-item-label > label {
    height: 100%;
}

.wmimg > div {
    margin: 5px 5px;
    display: flex;
    justify-content: space-around;
}

.wmimg > div div {
    transform: rotateZ(22deg);
    margin: 10px;
    font-size: 20px;
}

.por {
    position: relative;
}

.dnsRelayModel .ant-form-item {
    margin-bottom: 14px;
}

.dnsRootBox .ant-table-cell span div {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.mb10 {
    margin-bottom: 10px;
}

.reportBaseInfo {
    min-height: calc(100vh - 200px);
}

.snapRootBox {
    justify-content: space-between;
    min-height: calc(100vh - 260px);
    padding: 10px 0;
}

.reportBaseInfo .rightBox {
    padding: 35px 0 0 20px;
    border-left: 1px solid #E3E3E3;
    flex: 1;
}

.ant-picker-panel .ant-picker-footer {
    line-height: 36px;
    height: 36px;
}

.addSupportV6 span + span {
    position: relative;
    display: inline-block;
    text-align: justify;
    word-wrap: break-word;
    white-space: pre-line;
    word-break: break-all;
    font-size: 12px;
}

.addSupportV6 span + span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #3d9313;
    border-top-color: #3d9313;
    transform: scale(0.8);
    transform-origin: top right;
}

.addSupportV6 span + span:before {
    content: "支持v6";
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 12px !important;
    right: 0;
    bottom: 100%;
    padding: 0 5px;
    white-space: nowrap;
    background-color: #52c41a;
    transform: scale(0.8);
    transform-origin: bottom right;

}

.snapRootBox .ant-form label {
    display: none;
}

.snapRootBox .ant-row-start {
    display: flex;
    justify-content: space-between;
}

.snapRootBox .ant-row-start > .ant-col:nth-child(-n+2) {
    flex: 1;
    width: 50%;
}

.snapRootBox .ant-row-start > .ant-col:nth-child(3) {
    width: 69%;
}

.snapRootBox .ant-form .ant-row-start > .ant-col:last-child .ant-space {
    /*flex: 1;*/
    /*width: 20%;*/
    display: block;
}

.reportBaseInfo .ant-picker-clear, .snapRootBox .ant-select-clear, .snapRootBox .ant-space-item .ant-space .ant-space-item:first-child {
    display: none;
}

.snapRootBox .ant-pro-table {
    overflow: hidden;
}

.monitor-detail-box .ant-descriptions-item-content, .monitor-detail-box .ant-descriptions-item-content:last-child, .monitor-detail-box .ant-descriptions-item-label {
    padding: 10px;
    line-height: 180%;
}

.search-box-root {
    display: flex;
    align-items: center;
}

.search-box-root > span {
    flex: 2;
    padding: 0 10px;
    text-align: end;
}

.search-box-root span + div {
    flex: 10;
}

.ant-tabs-nav-boce .ant-tabs-nav {
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    /*border: none;*/
}

.fs22 {
    font-size: 22px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 18px;
}

.fs14 {
    font-size: 14px;
}

.db {
    display: block;
}

.col666 {
    color: #666;
}

.dnspageBanner {
    background: linear-gradient(89.79deg, #F2F7FE 0.15%, #DEE2EB 39.37%, #E1E4EB 98.45%);
}

.dnspageBanner .bc-container1200 h3 img {
    width: 105px;
    height: 58px;
}

.dnspageBanner .bc-container1200 {
    padding: 149px 0 90px;
}

.dnspageBanner .bc-container1200 h3 {
    font-size: 48px;
    font-style: italic;
    margin-bottom: 8px;
}

.dnspageBanner .bc-container1200 p {
    width: 600px;
    max-width: 100%;
    text-align: justify;
    line-height: 150%;
}

.dnspageBanner .bc-container1200 img {
    bottom: 0;
    right: 0;
    width: 494px;
    height: 370px;
}

.dns-detail .dd-top {
    position: sticky;
    top: 62px;
    box-shadow: 0px 2px 8px 0px #0000000A;
    background-color: #fff;
    z-index: 999;
}

.dns-detail .dd-bottom .title span {
    font-size: 28px;
    line-height: 140%;
}

.dns-detail .dd-bottom .title {
    margin-bottom: 40px;
}

.dns-detail .dd-bottom .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 12px;
    background: linear-gradient(90deg, #1890FF 0%, rgba(255, 255, 255, 0) 100%);
}

.dns-detail ul p {
    padding: 20px 0;
    line-height: 150%;
}

.dns-detail ul li {
    padding: 0 32px;
    cursor: pointer;
}

strong {
    font-weight: 500;
}

.bcb-title:hover span, .bcd-top a:hover, .navbar .active a, .logeColor, .dns-detail ul p.active a, .dns-detail ul h4:hover {
    color: #1890FF;
}

.dns-detail ul p.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1890FF;
    left: 0;
    bottom: 0;
}

.ddbcbox1 {
    width: 368px;
    text-align: left;
    box-shadow: 0px 4px 10px 0px #0000001A;
}

.ddbcbox1 h5 {
    font-size: 22px;
}

.ddbcbox1 .ddbc1-top {
    padding: 20px 27px;
    background: url("/static/images/dns/dns-hxgn1.svg") no-repeat right 27px center/50px 50px, linear-gradient(181.58deg, #1890FF -188.49%, #FFFFFF 98.82%);
    box-shadow: 0px 2px 4px 0px #1890FF0F;
}

.ddbcbox1:nth-child(2) .ddbc1-top {
    background: url("/static/images/dns/dns-hxgn2.svg") no-repeat right 27px center/50px 50px, linear-gradient(181.58deg, #1890FF -188.49%, #FFFFFF 98.82%);
}

.ddbcbox1:nth-child(3) .ddbc1-top {
    background: url("/static/images/dns/dns-hxgn3.svg") no-repeat right 27px center/50px 50px, linear-gradient(181.58deg, #1890FF -188.49%, #FFFFFF 98.82%);
}

.showContent {
    padding: 40px 0;
}

.showContent1 {
    background-color: #fff;
}

.showContent2 {
    background-color: #F7F9FC;
}

.showContent1 .bc-container1200, .showContent2 .bc-container1200, .showContent3 .bc-container1200 > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.ddbc1-bottom > div {
    margin-bottom: 16px;
}

.ddbc1-top + .ddbc1-bottom {
    padding: 24px 27px 14px;
}

.ddbc1-top + .ddbc1-bottom h6 {
    margin-bottom: 8px;
}

.ddbcbox2 {
    width: 373px;
    padding: 28px 31px 32px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #0000001A;
    margin-bottom: 40px;
    border-top: 2px solid #1890FF;
}

.showContent2 .bc-container1200 {
    margin-bottom: 0;
}

.ddbcbox2 h5 {
    margin-bottom: 8px;
}

.ddbcbox2 > div {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
}

.showContent3 {
    background: url("/static/images/dns/dns-yycj-banner.png") no-repeat center center/100% 100%;
}

.showContent3 .bc-container1200 > div > div {
    width: 463px;
    height: 270px;
    border-radius: 12px;
    background: url("/static/images/dns/yycj-box-bgc.svg") no-repeat center center/100% 100%;
    box-shadow: 0px 4px 10px 0px #06005D1A;
    margin: 0 32.5px;
}

.showContent3 .bc-container1200 > div {
    justify-content: center;
    margin-bottom: 26px;
}

.showContent3 .bc-container1200 > div > div:nth-child(2n) {
    margin-top: 26px;
}

.showContent3 .bc-container1200 > div > div > div {
    position: absolute;
    height: 210px;
    width: 462px;
    left: -27px;
    top: 22px;
    background: url("/static/images/dns/yycj-box-bgc2.svg") no-repeat top center/100% 100%;
    padding: 21px 38px 0;
}

h5 + p {
    text-align: justify;
}

.showContent3 .bc-container1200 > div > div > img {
    display: block;
    width: 26px;
    height: 26px;
    box-shadow: 0px 2px 8px 0px #1890FF29;
    border-radius: 50%;
}

.showContent3 .bc-container1200 > div > div h5 {
    margin: 8px 0;
}

.showContent3 .bc-container1200 > div > div > p {
    line-height: 180%;
}

@media screen and (max-width: 1500px) {
    .tzgl2 .ant-col-6 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .wkgl_box .ant-col-6 {
        flex: auto;
        max-width: 110px;
    }

    .tzclpz_li .ant-col-6 {
        flex: none;
        max-width: 100%;
    }

    .tzclpz_li > div:first-child {
        margin-right: 187px;
    }

    .tzclpz_li > div:last-child .ant-row .ant-form-item-control {
        width: 236px;
    }

    .tzgl .ant-switch {
        width: 32px;
    }

    .wjpz_form .ant-col-6 {
        flex: none;
        max-width: 100%;
    }

    .wjpz_form .ant-row {
        flex-wrap: nowrap;

    }

    .wjpz_cen .ant-form-item-control .ant-input {
        width: 236px;
    }

    .yxpz_box_ms {
        left: 30%;
    }

    .blclpz_box .ant-col-14 {
        display: block;
        flex: 1;
        max-width: 44%;
    }

    .blclpz_box .ant-col-6 {
        flex: none;
        max-width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    .tzgl2 .jbxx_form > div {
        width: 100%;
        display: inline-block;
    }

    .tb_box .ant-row {
        display: flex;
        flex-wrap: wrap;
    }

    .tb_box .ant-col-4 {
        flex: 0 0 50%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .tb_box .ant-col-16 {
        padding: 0 !important;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jkli_4 .ant-pro-card-col {
        width: 49%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .jkli_4 .ant-pro-card-body {
        flex-wrap: wrap;
    }

    .tb_line_box {
        flex-wrap: wrap;
    }

    .tb_line_box .tb_line:first-child {
        margin-right: 0;
        margin-bottom: 26px;
    }

    .th_top_box_tr {
        display: block;
    }

    .th_top_box {
        margin-top: 16px;
    }

    .th_top_b1 {
        margin-top: 0;
    }

    .th_top_box_td {
        height: 100%;
    }

    .sjxq_box2 form .ant-col-8 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sjxq_box2 form .ant-col-12 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sjxq_box2 form {
        padding-right: 50%;
    }

    .tzgl .sjrz_box form .ant-col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tzgl .sjrz_box form {
        padding-right: 50%;
        position: relative;
    }

    .UniqueID_li .ant-col-14 {
        display: block;
        flex: 1 0 75%;
        max-width: 100%;
    }

    .UniqueID_li .ant-col-6 {
        flex: 0 0 25%;
        max-width: 100%;

    }

    .UniqueID_li:nth-child(2n-1) {
        margin-right: 0;
    }

    .UniqueID_box {
        flex-wrap: wrap;
    }

    .UniqueID_li {
        width: 55%;
    }

    .UniqueID_li > div {
        flex-wrap: nowrap;
    }

    .llrz_box form {
        padding-right: 50%;
        position: relative;
    }

    .llrz_box form .ant-col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .kzmb_li1_box {
        height: auto;
    }

    .kzmb_li1_cen {
        top: 0;
        height: 110%;
    }

    .bb_xwsj_box2_li {
        height: 106px;
    }

    .bb_echarbox {
        flex-wrap: wrap;
    }

    .bb_echarbox > div {
        width: 100%;
    }

    .bb_echarbox > div:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .bb_echarbox > div:last-child {
        margin-left: 0;
    }

    .bb_echarbox2 > div {
        width: 100% !important;
    }

    .bb_box_t2 {
        flex-wrap: wrap;
    }

    .bb_box_t2_2 > div {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1350px) {
    .yxpz_box .ant-col-6 {
        flex: 0 0 35%;
        max-width: 100%;
    }

    .yxpz_box_ms {
        left: 35%;
    }

}

@media screen and (max-width: 1340px) {
    #root > section > aside {
        width: 120px !important;
        min-width: 120px !important;
        z-index: 99;
    }

    .pageBox {
        width: 100px;
    }

    .userIconBox {
        width: 18px;
        height: 18px;
    }

    .inputGroupRefresh input, .inputGroupRefresh button {
        height: 40px !important;
    }

    .inputGroupRefresh button {
        font-size: 16px !important;
        width: auto !important;
        padding: 10px;
    }

    .inputGroupRefresh .ant-checkbox + span, .inputGroupRefresh .ant-form-item-label > label {
        font-size: 16px !important;
    }

    .inputGroupRefresh input {
        font-size: 16px !important;
        width: calc(100% - 120px) !important;
    }

    #root > section > section, .ant-layout-header {
        margin-left: 120px !important;
    }

    aside .ant-menu-title-content {
        margin-left: 0;
    }

    .ant-layout-header {
        padding-left: 120px !important;
        height: 40px !important;
    }

    .layout-header, .logo_box {
        height: 40px !important;
    }

    .logo_box {
        padding: 6px 20px;
    }

    .info-tab .ant-tabs-nav {
        width: 80px;
    }

    .ant-table.ant-table-middle .ant-table-footer, .ant-table.ant-table-middle .ant-table-tbody > tr > td, .ant-table.ant-table-middle .ant-table-thead > tr > th, .ant-table.ant-table-middle .ant-table-title, .ant-table.ant-table-middle tfoot > tr > td, .ant-table.ant-table-middle tfoot > tr > th {
        padding: 6px 8px;
    }

    .ant-btn, .ant-btn-sm {
        padding: 5px 10px !important;
        line-height: 100% !important;
        height: auto !important;
    }

    .ant-select-item-option-content,
    .ant-select-item-option {
        /*display: block;*/
        /*padding: 0 5px;*/
        /*height: 18px;*/
        /*line-height: 18px;*/
    }

    .ant-pagination.ant-pagination-mini .ant-pagination-item {
        min-width: 18px;
        height: 18px;
        line-height: 16px;
        margin-top: 2px;
    }

    .nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab {
        height: 24px;
        padding: 0 10px;
        min-width: 80px;
    }

    .ant-modal .ant-form-item {
        margin-bottom: 14px;
    }

    .watermark {
        top: 40px;
        left: 120px;
    }

    .ant-layout-header + div, .ant-layout-header + main {
        margin-top: 48px !important;
    }

    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab, .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
        margin: 0;
    }

    .dnsRelayModel .ant-table-tbody > tr > td, .ant-alert-description, .host-save .ant-descriptions-title, .host-save .ant-descriptions-bordered .ant-descriptions-view span,
    .ant-segmented-item-label, .ant-input-group-addon:last-child, .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text,
    .ant-checkbox + span, .ant-col, .ant-picker-input > input, .ant-table-thead > tr > th,
    .ant-tabs-tab-btn, .ant-tabs-tab-remove, .ant-form-item-extra, span.ant-radio + *,
    .nav_tzgl > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab, .ant-result-subtitle,
    .ant-input, .ant-form-item-label > label, .ant-form-item, .ant-pagination, .ant-switch-inner, .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper,
    .ant-table.ant-table-middle, .ant-btn, .ant-pro-table td.ant-table-cell > a, .ant-select-dropdown, .ant-select-item-option-content, .ant-select-item-option,
    .ant-menu-title-content, .ant-select, .user_nane {
        font-size: 10px !important;
    }

    .dnsRelayModel .ant-table-tbody > tr > td, .ant-table-thead > tr > th, .ant-table tfoot > tr > td, .ant-table tfoot > tr > th {
        padding: 10px;
    }

    .ant-col-12,
    .form-length .ant-col {
        flex: auto;
    }

    .sys-time .ant-btn-default {
        height: 32px !important;
    }

    .ant-input-suffix, .ant-form-item-explain,
    .ant-tag {
        font-size: 8px !important;
    }

    .ant-modal .ant-modal-title,
    .ant-typography h4, div.ant-typography-h4, div.ant-typography-h4 > textarea, h4.ant-typography, .ant-card-head-title, .ant-result-title,
    .ant-pro-table-list-toolbar-title {
        font-size: 14px;
    }

    .dns-config .ant-col {
        max-width: 50%;
    }

    .ant-col {
        /*max-width: 100%;*/
    }

    .picture > .ant-row > .ant-col .ant-card-body > .ant-row {
        width: 100%;
        max-width: 100%;
    }

    .picture > .ant-row > .ant-col .ant-card-body > .ant-row > .ant-col {
        width: 100%;
        max-width: 100%;
    }

    .picture > .ant-row > .ant-col .ant-card-body > .ant-row {
        flex-direction: column;
    }

    .picture .ant-card-body {
        padding: 18px;
    }


    .ant-input {
        line-height: 100%;
    }

    .ant-select-single .ant-select-selector .ant-select-selection-item, .ant-select-single .ant-select-selector .ant-select-selection-placeholder, .ant-input-affix-wrapper,
    .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
        line-height: 24px;
        height: 24px;
    }

    .login-form .ant-btn, .login-form .ant-input-affix-wrapper {
        height: 34px !important;
        /*line-height: 34px !important;*/
    }

    .ant-menu-inline > .ant-menu-item, .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-left > .ant-menu-item, .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical-right > .ant-menu-item, .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-vertical > .ant-menu-item, .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title {
        line-height: 30px;
        height: 30px;
    }

    header .ant-menu-horizontal > .ant-menu-item {
        height: 20px;
        line-height: 15px;
        width: auto;
        padding: 0 20px;
    }

    /*.logo img {*/
    /*    width: 100%;*/
    /*}*/
    aside .ant-menu-sub.ant-menu-inline > .ant-menu-item {
        height: 28px;
        line-height: 28px;
        padding-left: 32px !important;
    }
}

@media screen and (max-width: 1299px) {
    .kzmb_table {
        flex-wrap: wrap;

    }

    .kzmb_tr {
        flex: 1 100%;

    }

    .kzmb_td {
        flex: 1 100%;
        margin-left: 0;
        margin-top: 16px;
    }

    .kzmb_li3_li {
        width: 50%;
    }

    .ant-space,
    .wjpz_cen > div,
    .domain-select {
        width: 100%;
        flex-wrap: wrap;
    }

    .domain-select .ant-row {
        flex-wrap: nowrap;
        width: 100%;
    }

    .wjpz_form .ant-col-14 {
        flex: 1;
    }

    .wjpz_cen .ant-form-item-control .ant-input {
        width: 100%;
    }

    .gzpzlb_box table tr th:nth-child(3) {
        width: 60%;
    }

    .gzpzlb_box table tr td:nth-child(3) {
        width: 60%;
    }


}

@media screen and (max-width: 1200px) {

    #footer_top, .account ul {
        width: 90%;
    }

    #footer_list {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer_list_rm {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #ewm {
        width: auto;
        padding-top: 20px;
    }

    .footer_kindns {
        height: 136px;
        float: left;
        margin-top: 14px;
    }

    .blclpz_ul {
        flex-wrap: wrap;
    }

    .top-main, .yxpz_box_ul > div, .site-card-wrapper .ant-col,
    .blclpz_ul > div {
        width: 100%;
    }

    .site-card-wrapper .ant-row {
        display: block;
    }

    .site-card-wrapper .ant-col {
        max-width: 100%;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .tel {
        display: none;
    }

    .menu {
        width: auto;
    }

    #footer_list, #footer_top, .account ul {
        width: 90%;
        margin: 0 auto;
    }

    /*#footer_list {*/
    /*    text-align: center;*/
    /*}*/
    .account li {
        width: 14.285%;
    }

    #ewm {
        /*width: 100%;*/
        padding-top: 20px;
    }

    .ewm_img img {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1099px) {
    .bb_xwsj_box2 {
        display: flex;
        flex-wrap: wrap;
    }

    .bb_xwsj_box2_li {
        width: 30%;
        margin-left: 0;
    }

    .bb_xwsj_box2_li:nth-child(-n+3) {
        margin-bottom: 16px;
    }

    .tzclpz_li {
        display: block;
    }

    .tzclpz_li > div:first-child .ant-row .ant-form-item-label {
        width: 186px;
    }

    .tzclpz_li > div:first-child {
        width: 100%;
    }

    .tzclpz_li .ant-form-item-control-input-content {
        text-align: left;
    }

    .sjgz_box .ant-table-tbody > tr > td:nth-child(3), .sjgz_box .ant-table-thead > tr > th:nth-child(3) {
        width: 60%;
    }
}

@media screen and (max-width: 1045px)  and (min-width: 959px) {
    .s-btn-box .ant-btn {
        display: block;
    }

}

@media screen and (max-width: 1045px) {
    .dns-cache .ant-row {
        display: block;
    }

    .ant-table-ping-right .ant-table-cell-fix-right-first:after, .ant-table-ping-right .ant-table-cell-fix-right-last:after, .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container:after {
        box-shadow: none;
    }

    .ant-form-horizontal > div {
        margin-bottom: 10px;
    }

    .dns-cache .ant-row .ant-form-item-label {
        text-align: left;
    }

    .dns-cache .ant-row,
    .dns-info > div,
    .dns-cache .ant-col-12 {
        width: 100%;
        max-width: 100%;
    }

    .dashboard .ant-col {
        width: 100%;
    }

    #root > section > aside .ant-layout-sider-trigger {
        position: relative;
        display: block;
        width: 100% !important;
    }

    .dns-info .dns-info-box {
        display: none;
    }

    .ant-table-content .ant-table-cell-fix-left, .ant-table-content .ant-table-cell-fix-right {
        position: relative;
        right: 0;
        left: auto;
    }

    #root > section > aside.ant-layout-sider-collapsed {
        width: 0 !important;
        min-width: 0 !important;
    }

    .ant-layout-sider .ant-menu-root.ant-menu {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 40px);
    }

    #root > section > aside.ant-layout-sider-collapsed .ant-menu {
        display: none;
    }

    #root > section > aside.ant-layout-sider-collapsed .ant-layout-sider-trigger {
        width: 100% !important;
        min-width: 50px !important;
    }

    header .layout-header-left {
        padding-left: 10px;
    }

    #monthTotalChart > div {
        width: 100%;
    }

    /*.layout-header {*/
    /*    display: block;*/
    /*}*/
    .ant-layout-header .ant-menu {
        display: inline-block;
    }

    .login-form .ant-input-affix-wrapper {
        height: 34px;
    }

    .dns-info > div {
        width: 100%;
    }

    .dns-info .dns-info-box {
        display: none;
    }

    .login_right {
        min-width: unset !important;
    }

    #root > section > section.collapsed,
    .collapsed .ant-layout-header {
        margin-left: 0 !important;
    }

    .collapsed .ant-layout-header {
        padding-left: 0 !important;
    }

    .ant-layout-sider-collapsed .ant-menu {
        left: -100%;
    }

    .ant-layout-sider-collapsed .logo_box {
        padding: 5px !important;
    }

    .login-form .login-form-button {
        height: 34px !important;
    }

    header .ant-menu-horizontal > .ant-menu-item {
        margin: 5px;
    }

    .ant-table table {
        overflow: hidden;
    }
}

@media screen and (max-width: 999px) {
    .ant-form-item-label > label {
        line-height: 120%;
        height: auto;
    }

    .caaBox .ant-form-item {
        padding: 0;
    }

    .caaBox {
        flex-wrap: wrap;
    }

    .ant-form-item-label {
        text-align: left;
    }

    .ant-modal .ant-form-item {
        margin-bottom: 10px;
    }

    .jk-picture .cardbox {
        min-width: 2500px;
    }

    /*.dnsRelayModel ant-form-item-label>label {*/
    /*}*/
    .monitor-info .ant-row {
        display: block;
    }

    .ant-row {
        display: block;
    }

    .ant-row .ant-col {
        max-width: 100%;
    }

    .monitor-info .ant-col {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .kzmb_li1_box {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ant-alert {
        display: none;
    }

    .kzmb_li2_box {
        flex-wrap: wrap;
    }

    .kzmb_li2_L {
        flex: 1 100%;
        margin-right: 0;
    }

    .kzmb_li2_R {
        flex: 1 100%;
        margin-top: 16px;
    }

    .kzmb_li1 {
        width: 100%;
    }

    .kzmb_li3_li {
        width: 100%;
        margin-bottom: 15px;
    }

    .kzmb_li3_li:last-child {
        margin-bottom: 0;
    }

    .kzmb_li3_box {
        height: auto;
    }

    .kzmb_li1_box::before {
        display: none;
    }

    .kzmb_li1_top p {
        width: 100%;
    }

    .bb_box_t2_2 {
        flex-wrap: wrap;
        width: 100%;
    }

    .bb_xelx {
        width: 100%;
        margin-right: 0;
        padding: 0 !important;
    }

    .sjgz_box .ant-table-tbody > tr > td:nth-child(3), .sjgz_box .ant-table-thead > tr > th:nth-child(3), .gzpzlb_box table tr th:nth-child(3), .gzpzlb_box table tr td:nth-child(3) {
        width: 40%;
    }

    .yhxy_txt {
        width: 90%;
    }

    .domain-config-handler.other-btn,
    .domain-config-handler {
        top: 0;
        display: block;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .nav li a {
        padding: 0 15px;
    }

    .content-top {
        min-width: 767px;
    }

    .logo, .tel {
        display: none;
    }

    .menu {
        width: auto;
        margin: 0;
    }

    #footer_top, .account ul {
        width: 90%;
    }

    #footer_list {
        width: 100%;
    }

    .ewm_img img {
        margin: 0 20px;
    }

    .account li {
        width: 14.285%;
    }

    .footer_li {
        width: 13%;
    }

    .footer_li:last-child {
        width: 22%;
    }
}

@media only screen and (min-width: 630px) and (max-width: 780px ) {
    .nav li a {
        padding: 0 15px;
    }

    .top-main, .top_list {
        display: block;
    }

    .login_user {
        position: absolute;
        right: 0;
        top: 0;
    }

    .logo {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .content-nav, .tel {
        display: none;
        height: auto;
    }

    .menu {
        width: auto;
        height: auto;
        background: #303030;
        margin: 0;
    }

    .content-top .nav li {
        float: none;
        width: 110px;
        line-height: 44px;
        height: 44px
    }

    .nav li .sub-nav {
        left: 110px;
        top: 0;
    }

    .login {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10px;
    }

    #footer_top, .account ul {
        width: 90%;
    }

    #footer_list {
        width: 100%;
    }


    .ewm_img img {
        margin: 0 20px;
    }

    .account li {
        margin: 0 0.5%;
        width: 13%;
    }

    .footer_li {
        width: 13%;
    }

    .footer_li:last-child {
        width: 22%;
    }
}

@media (max-width: 767px) {
    body .ant-modal {
        max-width: 80%;
        width: 50%;
    }

    .picture .gutter-row > .ant-row {
        display: block;
    }

    .picture .gutter-row > .ant-row > .ant-col {
        width: 100%;
        max-width: 100%;
    }

    .ant-tree-checkbox + span .ant-tree-title {
        width: calc(100% - 120px);
        max-width: calc(100% - 120px);
    }

    .ant-layout-header + div, .ant-layout-header + main {
        overflow: hidden;
    }

    /*.nodeLog {*/
    /*    min-width: 200px;*/
    /*}*/
}

@media only screen and (max-width: 680px) {
    .ewm_img img {
        height: 100px;
    }

    #footer_list {
        display: block;
    }

    .footer_li:last-child {
        width: 100%;
    }

    .footer_list_rm {
        width: 100%;
        flex-wrap: wrap;
    }

    .footer_kindns {
        height: 124px;
        margin-top: 20px;
        margin-right: 15px;
    }

    .footer_kindns_hr {
        display: block;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 629px ) {
    .user_inf, .user_shop, .user, .cons {
        width: 44px;
    }

    .user_inf i, .user_shop i {
        right: 10px;
    }

    .cons:hover .cons_act, .user_inf:hover .user_inf_act, .user_shop:hover .user_shop_act, .user:hover .user_act {
        display: none;
    }

    .user_inf {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user_inf.png) no-repeat center;
        background-size: auto 21px;
    }

    .user_shop {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user_shop.png) no-repeat center;
        background-size: auto 21px;
    }

    .cons {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/console.png) no-repeat center;
        background-size: auto 21px;
    }

    .user {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user.png) no-repeat center;
        background-size: auto 21px;
    }

    .user_inf:hover {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user_inf.png) no-repeat center #fc9336;
        background-size: auto 21px;
    }

    .user_shop:hover {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user_shop.png) no-repeat center #fc9336;
        background-size: auto 21px;
    }

    .cons:hover {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/console.png) no-repeat center #fc9336;
        background-size: auto 21px;
    }

    .user:hover {
        background: url(https://webstatic.xdns.cn/web.xdns.cn/images/user.png) no-repeat center #fc9336;
        background-size: auto 21px;
    }

    .tel, .login_href {
        display: none;
    }

    .cons_act {
        width: 350px;
    }

    .top-main, .top_list, .nav li a, .copyright li a {
        display: block;
    }

    .login_user {
        position: absolute;
        right: 0;
        top: 0;
    }

    .logo {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .content-nav {
        display: none;
        height: auto;
        position: absolute;
        left: 0;
        top: 63px;
    }

    .menu {
        width: auto;
        height: auto;
        background: #303030;
        margin: 0;
    }

    .content-top .nav li {
        float: none;
        line-height: 44px;
        height: 44px;
    }

    .nav li .sub-nav {
        left: 110px;
        top: 0;
    }

    .login {
        float: none;
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10px;
    }

    .footer-bg {
        height: auto;
    }

    #footer_top {
        width: 90%;
        height: auto;
    }

    #footer_list {
        float: none;
        margin: 0;
        width: 100%;
    }

    #footer_list li {
        height: auto;
        /*text-indent: 1em;*/
        float: left;
        margin: 0 10px 10px;
    }

    .footer_li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .footer_li:last-child {
        width: 100%;
    }

    .account ul {
        width: 100%;
    }

    .account li {
        margin: 0;
        width: 25%;
    }

    #ewm {
        float: none;
        margin: 0 auto;
        height: auto;
        padding: 10px 0;
        overflow-x: hidden;
    }

    .ewm_img img {
        height: 150px;
    }

    .renzheng img {
        height: 25px;
    }
}

@media screen and  (max-width: 450px) {
    .ant-pagination-total-text {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .logo {
        display: none;
    }

    .cons_act {
        width: 250px;
    }

    .cons_act_title, .cons_act_li_con {
        width: 100%;
        text-align: left;
    }

    .renzheng img {
        height: 21px;
    }
}